.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:2rem;position:relative;overflow:hidden}.login-container{width:100%;max-width:420px;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:2.5rem}.login-accent-line{width:60px;height:3px;background:var(--accent);margin:0 auto 1.5rem}.login-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;margin-bottom:.75rem;color:var(--text-primary)}.login-subtitle{color:var(--text-secondary);font-size:1rem}.login-subtitle a{color:var(--text-primary);text-decoration:none;transition:color .3s ease}.login-subtitle a:hover{color:var(--accent)}.login-tagline{font-family:Cormorant Garamond,Georgia,serif;font-style:italic;color:var(--accent)}.login-form{background:var(--bg-secondary);border:1px solid var(--border);padding:2rem}.login-button{width:100%;margin-top:.5rem;padding:1rem}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;margin-top:2rem;color:var(--text-muted);font-size:.875rem}.login-footer a{color:var(--accent);text-decoration:none;transition:color .3s ease}.login-footer a:hover{color:var(--accent-hover)}.login-decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.decoration-line{position:absolute;background:var(--accent);opacity:.03}.decoration-line:nth-child(1){width:1px;height:100%;left:15%}.decoration-line:nth-child(2){width:100%;height:1px;top:30%}.decoration-line:nth-child(3){width:1px;height:100%;right:20%}@media (max-width: 480px){.login-title{font-size:2rem}.login-form{padding:1.5rem}}.projects-list{display:flex;flex-direction:column;gap:2rem}.project-card{background:var(--bg-secondary);border:1px solid var(--border)}.project-header{padding:1.5rem;border-bottom:1px solid var(--border)}.project-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.project-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.project-meta{font-size:.8rem;color:var(--text-muted)}.documents-list{display:flex;flex-direction:column}.document-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;color:var(--text-primary);border-bottom:1px solid var(--border);transition:background .3s ease}.document-item:last-child{border-bottom:none}.document-item:hover{background:var(--bg-tertiary)}.document-icon{font-size:1.5rem;opacity:.7}.document-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.document-name{font-weight:500;color:var(--text-primary)}.document-date{font-size:.8rem;color:var(--text-muted)}.document-action{color:var(--accent);font-size:.875rem;font-weight:500;opacity:0;transition:opacity .3s ease}.document-item:hover .document-action{opacity:1}.no-documents{padding:2rem 1.5rem;color:var(--text-muted);font-size:.9rem;text-align:center}@media (max-width: 768px){.document-action{opacity:1}.project-header{padding:1.25rem}.document-item{padding:1rem 1.25rem}}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer .endOfContent.active{top:0}.pdf-viewer-container{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-primary);z-index:1000;user-select:none;-webkit-user-select:none}.pdf-toolbar{position:fixed;top:0;left:0;right:0;height:60px;background:var(--bg-secondary);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:1001}.pdf-toolbar-left{display:flex;align-items:center;gap:1.5rem}.pdf-close-btn{background:none;border:none;color:var(--text-secondary);font-size:.875rem;cursor:pointer;padding:.5rem;transition:color .3s ease}.pdf-close-btn:hover{color:var(--text-primary)}.pdf-toolbar-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;color:var(--text-primary)}.pdf-toolbar-controls{display:flex;align-items:center;gap:1.5rem}.pdf-control-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .3s ease}.pdf-control-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.pdf-control-btn:disabled{opacity:.3;cursor:not-allowed}.pdf-scale-info,.pdf-page-info{color:var(--text-muted);font-size:.875rem;min-width:60px;text-align:center}.pdf-page-controls{display:flex;align-items:center;gap:.5rem}.pdf-content{position:fixed;top:60px;left:0;right:0;bottom:0;overflow:auto;display:flex;flex-direction:column;align-items:center;padding:2rem;background:var(--bg-tertiary)}.pdf-page-wrapper{position:relative;background:#fff;box-shadow:0 4px 20px #0000004d;margin-bottom:1rem}.pdf-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-30deg);font-size:1.5rem;color:#b8a8881f;white-space:nowrap;pointer-events:none;z-index:10;font-family:Inter,sans-serif;letter-spacing:.05em}.pdf-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem}.pdf-error h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.75rem;margin-bottom:1rem;color:var(--text-primary)}.pdf-error p{color:var(--text-muted);margin-bottom:2rem}.react-pdf__Page__textContent,.react-pdf__Page__annotations{display:none!important}@media (max-width: 768px){.pdf-toolbar{padding:0 1rem}.pdf-toolbar-title{font-size:1rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdf-toolbar-controls{gap:.75rem}.pdf-scale-info{display:none}.pdf-content{padding:1rem}.pdf-watermark{font-size:1rem}}.users-list{display:flex;flex-direction:column;gap:1rem}.user-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center}.user-info{flex:1}.user-name{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.user-email{color:var(--accent);font-size:.9rem;margin-bottom:.25rem}.user-meta{color:var(--text-muted);font-size:.8rem}.user-access{color:var(--text-secondary);font-size:.85rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.user-actions{display:flex;gap:.5rem}.quick-select{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}.quick-select-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.quick-select-btn{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);padding:.4rem .75rem;font-size:.8rem;border-radius:4px;cursor:pointer;transition:all .2s ease}:root{--bg-primary: #0a0a0b;--bg-secondary: #111113;--bg-tertiary: #1a1a1d;--text-primary: #ffffff;--text-secondary: #b0b0b5;--text-muted: #6b6b70;--accent: #b8a888;--accent-hover: #c9b999;--accent-dim: rgba(184, 168, 136, .15);--border: #2a2a2d;--error: #e74c3c;--success: #27ae60}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}.font-display{font-family:Cormorant Garamond,Georgia,serif}.loading-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary)}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:var(--accent);color:var(--bg-primary)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn-secondary:hover{background:var(--accent-dim)}.btn-danger{background:var(--error);color:#fff}.btn-danger:hover{background:#c0392b}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1rem;font-size:.95rem;font-family:inherit;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);transition:border-color .3s ease}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--accent)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-error{color:var(--error);font-size:.85rem;margin-top:.5rem}.card{background:var(--bg-secondary);border:1px solid var(--border);padding:1.5rem;transition:border-color .3s ease}.card:hover{border-color:var(--accent)}.card-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.card-meta{font-size:.8rem;color:var(--text-muted)}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0bf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--text-primary);text-decoration:none;display:flex;align-items:baseline;gap:.75rem}.nav-tagline{font-family:Cormorant Garamond,Georgia,serif;font-size:.85rem;font-weight:400;font-style:italic;color:var(--accent)}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-link{color:var(--text-muted);text-decoration:none;font-size:.875rem;transition:color .3s ease}.nav-link:hover{color:var(--text-primary)}.nav-link.active{color:var(--accent)}.page{min-height:100vh;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:2rem}.page-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:.5rem}.page-subtitle{color:var(--text-secondary);font-size:1rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.grid-2,.grid-3{grid-template-columns:1fr}.nav-tagline{display:none}.container{padding:1.5rem}}.table-container{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid var(--border)}.table th{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.table td{color:var(--text-secondary)}.table tr:hover td{background:var(--bg-tertiary)}
