:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:flex}.sidebar{width:258px;background:#101a2b;color:#cbd5e1;display:flex;flex-direction:column;padding:22px 13px;flex-shrink:0;transition:width .18s ease,transform .18s ease}.sidebar.collapsed{width:76px;padding-left:10px;padding-right:10px}.brand{display:flex;align-items:center;gap:10px;color:#fff;font-weight:700;letter-spacing:-.02em;min-height:30px}.brand-mark{width:30px;height:30px;display:grid;place-items:center;background:#4f8cff;color:#fff;border-radius:9px;font-weight:800}.brand-name{white-space:nowrap;overflow:hidden}.sidebar-toggle{margin-left:auto;width:25px;height:25px;display:grid;place-items:center;border:1px solid #304665;border-radius:6px;background:#192a43;color:#9eb5d3}.sidebar-toggle:hover{color:#fff;background:#263b5c}.nav-list{display:grid;gap:4px;margin-top:42px}.nav-link{color:#aab7ca;text-decoration:none;padding:10px 11px;border-radius:8px;font-size:13px;display:flex;align-items:center;gap:11px;min-height:40px}.nav-link:hover,.nav-link.active{color:#fff;background:#223252}.nav-icon{width:19px;flex:0 0 19px;display:inline-grid;place-items:center;color:#7f9bc1;font-size:17px}.nav-link.active .nav-icon{color:#8ebaff}.nav-section{color:#70809a;font-size:10px;text-transform:uppercase;letter-spacing:.1em;padding:22px 11px 6px}.sidebar-projects{display:grid;gap:3px}.sidebar-project{display:flex;align-items:center;gap:9px;min-width:0;color:#aab7ca;text-decoration:none;padding:7px 8px;border-radius:8px}.sidebar-project:hover,.sidebar-project.active{color:#fff;background:#1c2e4a}.sidebar-project>span:last-child{min-width:0;display:grid;gap:2px}.sidebar-project strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-project small{color:#7188a6;font-size:10px}.project-avatar{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:7px;background:#29436a;color:#aaceff;font-size:11px;font-weight:800}.sidebar-empty{display:block;color:#71809a;font-size:11px;padding:8px}.sidebar-foot{margin-top:auto;font-size:11px;color:#7f8ea6;padding:16px 10px 0}.sidebar.collapsed{position:relative}.sidebar.collapsed .brand-name,.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-section,.sidebar.collapsed .sidebar-foot{display:none}.sidebar.collapsed .brand{justify-content:center}.sidebar.collapsed .sidebar-toggle{display:grid;position:absolute;top:25px;right:4px;width:22px;height:22px;margin:0;padding:0;font-size:13px}.sidebar.collapsed .nav-link{justify-content:center;padding-left:8px;padding-right:8px}.sidebar.collapsed .nav-icon{width:auto}.sidebar.collapsed .sidebar-project>span:last-child{display:none}.sidebar.collapsed .sidebar-project{justify-content:center;padding:7px 4px}.sidebar.collapsed .nav-link[title]{position:relative}.status-dot{display:inline-block;width:7px;height:7px;background:#40c98b;border-radius:50%;margin-right:6px}.main-area{flex:1;min-width:0}.topbar{min-height:72px;background:#fff;border-bottom:1px solid #e5eaf2;display:flex;align-items:center;justify-content:space-between;padding:0 32px;gap:20px}.topbar strong{display:block;font-size:15px}.eyebrow{display:block;font-size:11px;color:#8390a5;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.user-menu{display:flex;align-items:center;gap:16px;font-size:14px}.user-name{color:#30415d;text-decoration:none;font-weight:650}.mobile-menu-button{display:none;border:0;background:transparent;color:#52637c;font-size:21px;padding:5px}.content{max-width:1320px;margin:0 auto;padding:32px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}h1{margin:0;font-size:clamp(25px,3vw,34px);letter-spacing:-.04em;color:#14213a}h2{margin:0;font-size:19px;color:#14213a}h3{margin:0;font-size:15px}.muted{color:#6d7b91;margin:8px 0 0}.eyebrow+strong{color:#30415d}.button{border:1px solid #d5deeb;background:#fff;border-radius:8px;padding:10px 15px;color:#243550;font-weight:600}.button:hover{border-color:#8ca9d4;background:#f7faff}.button.primary{background:#326ed8;color:#fff;border-color:#326ed8}.button.primary:hover{background:#285dbb}.button.danger{color:#b83245;border-color:#f0c5cc}.button.ghost{border:0;padding:6px;color:#52637c}.button:disabled{opacity:.5;cursor:not-allowed}.card{background:#fff;border:1px solid #e3e9f2;border-radius:12px;padding:22px;box-shadow:0 2px 8px #14284b08}.grid{display:grid;gap:16px}.grid.stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.stat-value{font-size:28px;font-weight:750;color:#14213a;margin-top:8px}.stat-label{color:#718097;font-size:13px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.project-card{color:inherit;text-decoration:none;display:block;min-height:150px}.project-card:hover{border-color:#8eafe5;transform:translateY(-1px)}.project-code{color:#3976d9;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-card p{color:#6d7b91;line-height:1.5;font-size:14px}.recent-card{margin-top:24px}.recent-list{margin-top:15px}.recent-row{display:flex;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #e8edf4;color:inherit;text-decoration:none}.recent-row:hover{background:#f7faff}.recent-details{display:grid;gap:4px;flex:1;min-width:0}.recent-details strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.recent-details span,.recent-date{color:#8190a5;font-size:11px}.recent-row>div:last-child{display:flex;align-items:center;gap:10px}.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.toolbar input,.toolbar select,.form input,.form select,.form textarea{border:1px solid #d5deeb;border-radius:8px;padding:10px 12px;background:#fff;color:#1d2b42}.toolbar input{min-width:240px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #e8edf4;padding:14px 10px;font-size:14px;vertical-align:middle}th{color:#738198;font-size:11px;text-transform:uppercase;letter-spacing:.06em}td a{color:#2865c5;text-decoration:none;font-weight:600}.badge{display:inline-block;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700;white-space:nowrap}.badge.success{color:#16724b;background:#def7eb}.badge.warning{color:#8b5a08;background:#fff1c9}.badge.danger{color:#a42d40;background:#ffe1e5}.badge-button{display:inline-flex;align-items:center;justify-content:center;-moz-appearance:none;appearance:none;-webkit-appearance:none;margin:0;border:0;padding:4px 9px;cursor:pointer;font:inherit;line-height:1.2;vertical-align:middle}.badge-button:hover{filter:brightness(.96)}.badge-button:focus-visible{outline:2px solid #6f9fe2;outline-offset:2px}.alert{border-radius:8px;padding:12px 15px;margin:20px 32px 0;font-size:14px}.alert.error{background:#fff0f2;color:#9d2e42;border:1px solid #f4cbd2}.alert.info{background:#edf5ff;color:#245a9e;border:1px solid #cfe1fb}.form{display:grid;gap:14px}.form label{display:grid;gap:6px;color:#54637a;font-size:13px;font-weight:600}.form textarea{min-height:90px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.stack{display:grid;gap:16px}.split{display:flex;justify-content:space-between;align-items:center;gap:16px}.folder-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e8edf4}.folder-row a{color:#2865c5;text-decoration:none;font-weight:600}.library-layout{display:grid;grid-template-columns:238px minmax(0,1fr);gap:18px;align-items:start}.folder-panel{min-height:480px;padding:18px 12px}.folder-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin:0 5px 12px}.folder-panel-kicker{display:block;margin-bottom:4px;color:#8390a5;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.folder-panel h2{font-size:15px}.folder-count{flex:0 0 auto;padding:4px 7px;color:#2865c5;background:#eaf2ff;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.folder-link{width:100%;border:0;background:transparent;color:#52637c;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:7px;text-align:left;font-size:13px}.folder-link:hover,.folder-link.selected{background:#eaf2ff;color:#2865c5}.folder-link.drop-target{background:#dcecff;color:#1557b0;box-shadow:inset 0 0 0 1px #6ca0ed,0 5px 14px #326cbe29;transform:translate(2px)}.folder-tree{border-left:1px solid #dfe7f2;margin-left:18px;padding-left:6px}.library-main{min-width:0}.breadcrumb{display:flex;align-items:center;gap:8px;color:#718097;font-size:13px;margin:2px 0 13px}.breadcrumb button{border:0;background:transparent;color:#2865c5;padding:0}.library-toolbar{margin-bottom:14px}.search-box{flex:1;min-width:220px;display:flex;align-items:center;gap:8px;border:1px solid #d5deeb;border-radius:8px;background:#fff;padding:0 12px;color:#8090a7}.search-box input{flex:1;min-width:0;border:0;outline:0;padding:11px 0}.document-card{padding:0;overflow:hidden}.document-heading{padding:20px 22px 17px;border-bottom:1px solid #e8edf4}.document-heading h2{font-size:18px}.document-heading p{margin-bottom:0}.document-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:1px;background:#e8edf4}.document-tile{min-width:0;position:relative;display:flex;gap:12px;align-items:flex-start;background:#fff;color:inherit;text-decoration:none;padding:17px;transition:background .15s}.document-tile:hover{background:#f6f9ff}.document-tile[draggable=true]{cursor:grab}.document-tile[draggable=true]:active{cursor:grabbing}.document-tile.moving{opacity:.5}.file-icon{width:42px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:6px;color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em;background:#536b91}.file-icon.pdf{background:#d65362}.file-icon.dwg{background:#795ec8}.file-icon.step{background:#3676b8}.file-icon.docx{background:#3478c8}.file-icon.xlsx{background:#26966f}.document-tile-body{min-width:0;display:grid;gap:5px;flex:1}.document-tile-body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.document-tile-body span:not(.badge){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#78869b;font-size:11px}.tile-arrow{color:#9aabc1}.drop-hint{min-height:150px;display:grid;place-content:center;justify-items:center;gap:6px;color:#56708f;text-decoration:none;border:1px dashed #b9cbe4;background:#f8fbff;margin:18px;border-radius:9px;font-size:13px}.drop-hint:hover{border-color:#4e8be0;background:#f0f6ff}.drop-hint span:last-child{color:#8291a7;font-size:12px}.drop-icon{width:32px;height:32px;display:grid;place-items:center;color:#3976d9;background:#e3efff;border-radius:50%;font-size:20px}.inline-upload{margin-top:14px;background:#fff;border:1px solid #e3e9f2;border-radius:12px}.inline-upload .drop-hint{margin:10px;min-height:86px;border:0;background:transparent}.upload-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.8fr);gap:18px;align-items:start}.upload-main{display:grid;gap:22px}.upload-setting{display:grid;gap:7px;color:#53647d;font-size:13px;font-weight:650}.upload-setting select{width:100%;border:1px solid #d5deeb;border-radius:8px;padding:11px 12px;background:#fff;color:#1d2b42}.dropzone{min-height:270px;display:grid;place-content:center;justify-items:center;gap:9px;border:2px dashed #b9cbe4;border-radius:12px;color:#556b87;background:#f8fbff;cursor:pointer;transition:.15s}.dropzone:hover,.dropzone.dragging{border-color:#3976d9;background:#eef5ff;color:#2865c5}.dropzone strong{font-size:17px;color:#2a4166}.dropzone span{font-size:13px}.dropzone small{color:#8391a7;margin-top:5px}.dropzone-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:#dfedff;color:#3976d9;font-size:30px}.upload-help h2{font-size:17px}.upload-help ol{margin:18px 0;padding-left:20px;color:#61718a;font-size:13px;line-height:2}.upload-help .alert{margin:0;font-size:12px}.upload-status{color:#2865c5;font-size:13px}.sidecar-setting{display:grid;gap:7px;color:#53647d;font-size:13px;font-weight:650}.sidecar-setting input{border:1px solid #d5deeb;border-radius:8px;padding:9px}.sidecar-setting small{color:#8391a7;font-weight:400}.queue-card{margin-top:18px}.queue-list{display:grid;gap:2px;margin-top:16px}.queue-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #e8edf4;min-width:0}.queue-details{flex:1;min-width:0;display:grid;gap:5px}.queue-details input{border:0;border-bottom:1px solid transparent;outline:0;padding:3px 0;color:#1c2c47;font-weight:650;min-width:0}.queue-details input:focus{border-bottom-color:#6693d5}.queue-details span{color:#8190a5;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.queue-status{font-size:12px;font-weight:700;white-space:nowrap}.queue-status.queued{color:#718097}.queue-status.uploading{color:#2865c5}.queue-status.done{color:#168155}.queue-status.error{color:#b83245}.queue-error{color:#b83245;font-size:11px}.progress{height:5px;background:#e6edf7;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:#3976d9;border-radius:inherit;transition:width .2s}.center-state,.login-card{min-height:100vh;display:grid;place-content:center;gap:14px;padding:32px}.login-card{width:min(420px,100%);margin:auto;min-height:auto;margin-top:15vh;background:#fff;border:1px solid #e3e9f2;border-radius:14px;box-shadow:0 10px 35px #14284b14}.login-card h1{font-size:26px}.empty{color:#728097;text-align:center;padding:34px 10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f192a7a;display:grid;place-items:center;padding:20px;z-index:10}.modal{width:min(520px,100%);max-height:90vh;overflow:auto}.modal .alert{margin:0}.modal .alert.error{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-color:#efc2ca;border-left:3px solid #d9576a;background:linear-gradient(135deg,#fff8f9,#fff0f3);color:#922e43;line-height:1.45;box-shadow:0 4px 12px #a82f460f}.modal .alert.error:before{content:"!";display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;color:#a73148;background:#f7d7dc;font-size:12px;font-weight:800}.warning-modal h2{margin:0;font-size:18px}.page-header-title-row{display:flex;align-items:center;gap:10px;min-width:0}.page-header-title-row h1{min-width:0;overflow-wrap:anywhere}.title-edit-button{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;margin-top:3px;padding:0 0 2px;border:1px solid rgba(77,146,232,.24);border-radius:10px;color:#3976d9;background:linear-gradient(145deg,#f3f8ff,#e3efff);box-shadow:0 6px 14px #2f75d51a,inset 0 1px #fff;font-size:18px;line-height:1;transition:.15s ease}.title-edit-button:hover{border-color:#7da8e5;background:linear-gradient(145deg,#eaf4ff,#d9eaff);box-shadow:0 8px 18px #2f75d529;transform:translateY(-1px)}.title-edit-button:focus-visible{outline:2px solid #6f9fe2;outline-offset:3px}.document-rename-modal{width:min(560px,100%)}.document-rename-modal h2{margin:0;font-size:20px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:2px}.warning-list{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.warning-list li{display:grid;gap:4px;padding:10px 12px;background:#fff8e4;border:1px solid #f3dfaa;border-radius:7px;color:#6d5015;font-size:13px}.warning-list strong{color:#8b5a08}.warning-list span{color:#796637;font-size:12px}.code{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.profile-list{margin:18px 0 0;display:grid;gap:14px}.profile-list div{border-bottom:1px solid #e8edf4;padding-bottom:12px}.profile-list dt{color:#8390a5;font-size:12px}.profile-list dd{margin:4px 0 0;color:#263852}.profile-roles{display:grid;gap:8px;margin-top:18px}.profile-roles div{display:flex;justify-content:space-between;gap:10px;background:#f5f8fc;border-radius:7px;padding:10px}.profile-roles strong{font-size:12px;color:#2865c5}.viewer-shell{min-height:100vh;background:#0d1626;color:#e5edf9;outline:0;-webkit-user-select:none;user-select:none}.viewer-shell img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}.viewer-topbar{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;border-bottom:1px solid #243650;background:#111d31}.viewer-topbar strong{display:block;color:#f1f5fb;font-size:15px;max-width:55vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-topbar .eyebrow{color:#7f94b4}.viewer-top-actions{display:flex;align-items:center;gap:14px}.viewer-version{color:#91a4c1;font-size:12px}.viewer-shell .button{color:#dce8f8;background:#1b2a43;border-color:#334a6c}.viewer-shell .button:hover{background:#263b5c}.viewer-shell .button.active{background:#315d98;border-color:#5a94df;color:#fff}.viewer-shell .button:disabled{opacity:.45}.viewer-message{position:absolute;z-index:2;top:84px;left:50%;transform:translate(-50%);color:#bcd2ef;background:#1a2a43;border:1px solid #35527b;border-radius:8px;padding:10px 14px;font-size:13px}.pdf-workspace{display:flex;height:calc(100vh - 70px);min-height:500px}.thumbnail-panel{width:150px;flex:0 0 150px;overflow:auto;padding:14px 12px;background:#111d31;border-right:1px solid #243650}.thumbnail-title{display:flex;justify-content:space-between;color:#aebed3;font-size:12px;margin:0 3px 12px}.thumbnail-title span{color:#7590b3}.thumbnail{display:grid;gap:5px;width:100%;margin-bottom:11px;padding:5px;border:1px solid #2d4261;background:#17263d;color:#9fb3cf;border-radius:6px;font-size:10px}.thumbnail:hover,.thumbnail.selected{border-color:#5591e6;color:#e8f1ff;background:#223958}.thumbnail img,.thumbnail-placeholder{display:block;width:100%;aspect-ratio:.7;object-fit:contain;background:#fff;color:#95a5bc}.thumbnail-placeholder{display:grid;place-items:center;color:#8196b4;background:#e8eef6;font-size:20px}.thumbnail-panel small{display:block;line-height:1.45}.pdf-main{min-width:0;flex:1;display:flex;flex-direction:column}.viewer-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:58px;padding:10px 16px;background:#142239;border-bottom:1px solid #263b58}.toolbar-spacer{flex:1}.page-jump{display:flex;align-items:center;gap:6px;color:#b5c5da;font-size:13px}.page-jump input{width:58px;color:#e5edf9;background:#1b2a43;border:1px solid #3a5273;border-radius:5px;padding:8px;text-align:center}.zoom-label{min-width:42px;text-align:center;color:#b5c5da;font-size:12px}.toolbar-divider{width:1px;height:24px;background:#334a6c;margin:0 3px}.pdf-viewport{flex:1;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:32px;background:#0a1220}.pdf-viewport.continuous{display:block;padding:28px}.page-stack{width:min(100%,1050px);margin:0 auto;display:grid;gap:24px}.page-sheet{position:relative;min-height:180px;display:flex;justify-content:center;align-items:flex-start;background:#d9e1ec;padding:27px 18px 18px;overflow:auto;box-shadow:0 8px 30px #0000004d;scroll-margin-top:18px}.page-sheet img{display:block;height:auto;box-shadow:0 2px 8px #00000029;background:#fff;transition:width .15s ease}.page-number{position:absolute;z-index:1;top:7px;left:13px;color:#5e718e;font-size:11px}.pdf-viewport img{display:block;height:auto;pointer-events:none;box-shadow:0 8px 30px #00000059;background:#fff;transition:width .15s ease}.viewer-loader{display:grid;place-items:center;min-height:200px;color:#91a4c1}.cad-workspace{position:relative;min-height:calc(100vh - 70px);padding:20px 28px 28px;display:grid;place-items:center;gap:20px;overflow:auto}.cad-workspace.step-workspace{display:block;height:calc(100vh - 70px);min-height:0;padding:0;overflow:hidden}.step-model-viewer{position:relative;width:100%;height:calc(100vh - 70px);min-height:480px}.step-model-viewer.fullscreen{width:100vw;height:100vh;min-height:100vh;background:#0b1220}.step-model-viewer p{position:absolute;z-index:1;top:72px;left:18px;margin:0}.step-toolbar{position:absolute;z-index:2;top:12px;left:14px;right:14px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.step-toolbar .button{padding:7px 10px;font-size:12px}.step-help{margin-left:auto;padding:7px 10px;color:#9db0ca;background:#0c192cd1;border-radius:6px;font-size:12px}.step-model-viewer>.step-canvas{width:100%;height:100%}.viewer-watermark{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(90px,1fr));overflow:hidden;pointer-events:none}.viewer-watermark span{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;color:#becfe621;font-size:clamp(9px,.8vw,13px);font-weight:600;letter-spacing:.02em;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.18);transform:rotate(-28deg);white-space:nowrap}.step-loading{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:10px;color:#e5edf9;background:#0b1220c7}.cad-loading{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:10px;color:#e5edf9;background:#0b1220eb}.cad-loading small,.step-loading small{color:#9db0ca;font-size:12px}.step-spinner{width:34px;height:34px;border:3px solid rgba(157,176,202,.3);border-top-color:#73a8e8;border-radius:50%;animation:step-spin .8s linear infinite}@keyframes step-spin{to{transform:rotate(360deg)}}.viewer-shell>.pdf-workspace{display:none}.rich-document-viewer{position:relative;display:flex;flex-direction:column;height:calc(100vh - 70px);min-height:500px;background:#0a1220;color:#dce8f8;outline:0}.rich-document-viewer.fullscreen{height:100vh}.rich-toolbar{z-index:3;display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-height:58px;padding:10px 16px;background:#142239;border-bottom:1px solid #263b58}.rich-toolbar .button{padding:7px 10px;font-size:12px}.rich-format{color:#8fb5e8;font-size:11px;font-weight:800;letter-spacing:.1em}.rich-page-jump{display:flex;align-items:center;gap:5px;color:#b5c5da;font-size:12px}.rich-page-jump input{width:52px;color:#e5edf9;background:#1b2a43;border:1px solid #3a5273;border-radius:5px;padding:7px 4px;text-align:center}.rich-body{display:flex;min-height:0;flex:1}.rich-thumbnails{width:158px;flex:0 0 158px;overflow:auto;display:grid;align-content:start;gap:8px;padding:14px 12px;background:#111d31;border-right:1px solid #243650}.rich-thumbnails strong{color:#aebed3;font-size:11px}.rich-thumbnails small{color:#8196b4;font-size:10px;line-height:1.35}.rich-thumbnail{display:grid;gap:4px;width:100%;padding:4px;border:1px solid #2d4261;background:#17263d;color:#9fb3cf;border-radius:6px;font-size:10px}.rich-thumbnail:hover,.rich-thumbnail.selected{border-color:#5591e6;color:#e8f1ff;background:#223958}.rich-thumbnail img,.rich-thumbnail i{display:block;width:100%;aspect-ratio:.7;object-fit:contain;background:#fff}.rich-thumbnail i{background:linear-gradient(135deg,#263b5c,#17263d)}.rich-viewport{position:relative;min-width:0;flex:1;overflow:auto;padding:28px;background:#0a1220;scroll-behavior:smooth}.rich-viewport.dark{background:#02050a}.rich-page{position:relative;width:min(100%,1080px);min-height:180px;max-width:none;flex:0 0 auto;display:flex;justify-content:center;align-items:center;margin:0 auto 24px;padding:30px 18px 18px;background:#d9e1ec;box-shadow:0 8px 30px #0000004d;scroll-margin-top:18px;cursor:pointer}.rich-page.current{outline:2px solid #5591e6;outline-offset:-2px}.rich-page-number{position:absolute;z-index:1;top:8px;left:13px;color:#5e718e;font-size:11px}.rich-page img{display:block;width:auto;max-width:none;height:auto;flex:0 0 auto;background:#fff;box-shadow:0 2px 8px #00000029;transform-origin:center center;transition:width .15s ease,transform .2s ease}.rich-page-placeholder{display:grid;min-height:240px;place-items:center;width:100%;color:#61718a;background:#e8eef6;font-size:13px}.rich-page-placeholder{gap:10px}.rich-page-placeholder:before{content:"";width:22px;height:22px;border:3px solid rgba(97,113,138,.28);border-top-color:#4d83d5;border-radius:50%;animation:rich-page-spin .8s linear infinite}.rich-page-error{display:grid;align-content:center;justify-items:center;gap:12px;min-height:240px;width:100%;padding:24px;color:#8b2635;background:linear-gradient(135deg,#fff5f5,#ffe7e8);border:1px solid #e9aeb4;border-left:4px solid #c94552;text-align:center}.rich-page-error strong{font-size:13px}.rich-page-error .button{color:#8b2635;background:#fff;border-color:#d77b83}.rich-page-error .button:hover{background:#fff0f1}.rich-thumbnail-error{display:grid!important;place-items:center;color:#a72e3e;background:#ffe1e3!important;font-style:normal;font-size:18px}@keyframes rich-page-spin{to{transform:rotate(360deg)}}.rich-watermark{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(90px,1fr));overflow:hidden;pointer-events:none}.rich-watermark span{display:flex;align-items:center;justify-content:center;color:#becfe61f;font-size:clamp(9px,.8vw,13px);font-weight:600;transform:rotate(-28deg);white-space:nowrap}.rich-help{min-height:26px;padding:5px 15px;color:#8196b4;background:#111d31;border-top:1px solid #243650;font-size:10px;text-align:right}@media(max-width:760px){.rich-thumbnails{width:86px;flex-basis:86px;padding:10px 6px}.rich-viewport{padding:14px 8px}.rich-toolbar{padding:8px}.rich-toolbar .button{padding:6px 7px}.rich-format,.rich-help{display:none}.rich-page{padding-left:8px;padding-right:8px}}.step-tree{position:absolute;z-index:2;top:58px;left:14px;bottom:14px;width:min(300px,calc(100% - 28px));overflow:auto;padding:12px 8px;color:#dce8f8;background:#0c192cf0;border:1px solid #334a6c;border-radius:8px;box-shadow:0 12px 35px #0000004d}.step-tree-header{display:grid;gap:9px;padding:0 5px 10px;border-bottom:1px solid #2b405d}.step-tree-header>div{display:flex;gap:6px}.step-tree-action{padding:4px 7px;color:#bcd0e9;background:#1b2a43;border:1px solid #334a6c;border-radius:4px;cursor:pointer;font-size:11px}.step-tree-action:hover{background:#263b5c}.step-tree-list,.step-tree-children{margin:0;padding:0;list-style:none}.step-tree-children{padding-left:3px}.step-tree-row{display:flex;align-items:center;min-height:29px;gap:6px;border-radius:4px}.step-tree-row:hover{background:#315d9859}.step-tree-row input{flex:0 0 auto;accent-color:#5a94df}.step-tree-expand,.step-tree-spacer{display:inline-grid;place-items:center;width:18px;height:20px;flex:0 0 18px}.step-tree-expand{padding:0;color:#9db0ca;background:transparent;border:0;cursor:pointer;font-size:18px;line-height:1}.step-tree-name{min-width:0;overflow:hidden;color:#c7d6e9;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.cad-preview{max-width:min(1200px,100%);max-height:75vh;background:#fff;padding:20px}.cad-sidecars{width:min(100%,1000px);display:grid;gap:12px}.cad-sidecars figure{margin:0;background:#fff;color:#172033;padding:10px}.cad-sidecars img{max-width:100%;max-height:300px}.cad-metadata{width:min(100%,1000px);color:#b8c8de}.cad-metadata pre{overflow:auto;background:#101c30;padding:14px}.dwg-viewer{position:fixed;z-index:4;top:70px;right:0;bottom:0;left:0;display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#08111f;color:#dce8f8;outline:0;-webkit-user-select:none;user-select:none}.dwg-toolbar{z-index:5;display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:54px;padding:8px 14px;background:#101d31;border-bottom:1px solid #29415f}.dwg-toolbar-group{display:flex;gap:6px}.dwg-toolbar .button{padding:7px 10px;color:#dce8f8;background:#1a2c47;border-color:#365174;font-size:12px}.dwg-toolbar .button:hover,.dwg-toolbar .button.active{background:#315d98;border-color:#6198de;color:#fff}.dwg-toolbar-spacer{flex:1}.dwg-zoom-label{min-width:48px;color:#e8f1ff;font:600 12px ui-monospace,SFMono-Regular,Consolas,monospace;text-align:right}.dwg-help{color:#8ea7c8;font-size:11px}.dwg-stage{position:relative;flex:1;min-height:0;overflow:hidden}.dwg-canvas{display:block;width:100%;height:100%;cursor:crosshair;touch-action:none}.dwg-panel{position:absolute;z-index:3;top:12px;bottom:38px;width:260px;overflow:hidden;padding:12px;background:#0c1a2df5;border:1px solid #355174;border-radius:9px;box-shadow:0 14px 38px #00000059}.dwg-layers-panel{left:12px}.dwg-properties-panel{right:12px}.dwg-panel-title{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 2px 10px;color:#eef5ff;border-bottom:1px solid #2b4566;font-size:13px}.dwg-panel-title span{color:#8ea7c8;font:11px ui-monospace,SFMono-Regular,Consolas,monospace}.dwg-layer-search{width:100%;margin:10px 0 8px;box-sizing:border-box;padding:8px 9px;color:#e5efff;background:#172a44;border:1px solid #385476;border-radius:5px;outline:0}.dwg-layer-search:focus{border-color:#70a8e8;box-shadow:0 0 0 2px #70a8e82e}.dwg-panel-actions{display:flex;gap:6px;margin-bottom:8px}.dwg-panel-actions button,.dwg-layer-row button{padding:4px 7px;color:#b9cee7;background:#1b314e;border:1px solid #355174;border-radius:4px;cursor:pointer;font-size:11px}.dwg-panel-actions button:hover,.dwg-layer-row button:hover{background:#2b4d78;color:#fff}.dwg-layer-list{height:calc(100% - 98px);overflow:auto}.dwg-layer-row{display:flex;align-items:center;min-height:29px;gap:7px;color:#c8d9ed;border-radius:4px;font-size:12px}.dwg-layer-row:hover{background:#37659d59}.dwg-layer-row>span:nth-of-type(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dwg-layer-row button{margin-left:auto;padding:2px 5px}.dwg-layer-swatch{width:10px;height:10px;flex:0 0 10px;border:1px solid rgba(255,255,255,.45);border-radius:50%}.dwg-close-button{padding:0 4px;color:#a8bfda;background:transparent;border:0;cursor:pointer;font-size:20px;line-height:1}.dwg-selected-type{margin:12px 2px 8px;color:#ffcf5a;font:700 12px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.08em}.dwg-properties{height:calc(100% - 78px);overflow:auto;margin:0;padding:10px;color:#bad0e8;background:#0a1728;border:1px solid #263f5e;border-radius:5px;font:11px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.dwg-empty-properties{padding:18px 4px;color:#8ea7c8;font-size:12px;line-height:1.5}.dwg-statusbar{position:absolute;z-index:2;right:12px;bottom:10px;left:12px;display:flex;gap:14px;color:#7894b7;font:11px ui-monospace,SFMono-Regular,Consolas,monospace;pointer-events:none}.dwg-coordinates{margin-left:auto;color:#d2e3f7}.dwg-warning{flex:0 0 auto;padding:8px 14px;color:#f3d18a;background:#2f2817;border-top:1px solid #5d4a25;font-size:12px}.dwg-viewer .viewer-watermark{z-index:1}@media(max-width:900px){.dwg-help{display:none}.dwg-panel{width:220px}}@media(max-width:680px){.dwg-viewer{top:58px;right:0;bottom:0;left:0}.dwg-toolbar{min-height:48px;padding:6px 8px}.dwg-toolbar .button{padding:6px 8px}.dwg-layers-panel{top:8px;bottom:42px;left:8px;width:min(240px,calc(100% - 16px))}.dwg-properties-panel{top:auto;right:8px;bottom:42px;left:8px;width:auto;height:190px}.dwg-statusbar{right:8px;bottom:8px;left:8px}.dwg-statusbar>span:not(.dwg-coordinates){display:none}}@media(max-width:820px){.sidebar,.sidebar.collapsed{position:fixed;inset:0 auto 0 0;z-index:20;width:270px;padding:22px 13px;transform:translate(-105%);box-shadow:12px 0 35px #0003}.sidebar.mobile-open{transform:translate(0)}.sidebar.collapsed .brand-name,.sidebar.collapsed .sidebar-toggle,.sidebar.collapsed .nav-label,.sidebar.collapsed .nav-section,.sidebar.collapsed .sidebar-projects,.sidebar.collapsed .sidebar-foot{display:initial}.sidebar.collapsed .brand{justify-content:flex-start}.sidebar.collapsed .nav-link{justify-content:flex-start;padding-left:11px;padding-right:11px}.mobile-menu-button{display:block}.app-shell.menu-visible:after{content:"";position:fixed;z-index:15;top:0;right:0;bottom:0;left:0;background:#08111f73}.content{padding:22px 16px}.topbar{padding:0 16px}.grid.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid,.library-layout,.upload-layout{grid-template-columns:1fr}.folder-panel{min-height:0}.folder-tree{display:inline-block}}@media(max-width:520px){.page-header,.split{display:grid}.user-menu span{display:none}.grid.stats{gap:10px}.card{padding:16px}}@media(max-width:700px){.thumbnail-panel{width:82px;flex-basis:82px;padding:10px 6px}.thumbnail-title{font-size:10px}.pdf-viewport{padding:14px}.viewer-toolbar{padding:8px}.viewer-version{display:none}}:root{--ink-950: #111d33;--ink-800: #243755;--ink-600: #526783;--ink-500: #71839e;--line: rgba(47, 78, 119, .13);--surface: rgba(255, 255, 255, .88);--blue-500: #3478e5;--blue-600: #2563c8;--cyan-400: #43c4d7;--shadow-sm: 0 8px 24px rgba(23, 48, 87, .06);--shadow-md: 0 18px 44px rgba(31, 62, 105, .1);--radius-lg: 20px}body{color:var(--ink-950);background:#edf3f9;-webkit-font-smoothing:antialiased}.app-shell{min-height:100vh;background:radial-gradient(circle at 78% -10%,rgba(103,177,242,.16),transparent 28rem),linear-gradient(135deg,#eef4fa,#f7f9fc 52%,#edf4fb)}.sidebar{position:relative;width:276px;padding:24px 15px 20px;overflow:hidden;background:radial-gradient(circle at 10% 0%,rgba(67,145,232,.24),transparent 23rem),linear-gradient(180deg,#0d1a30,#101b2e 56%,#0b1527);box-shadow:14px 0 34px #142c5017}.sidebar:after{content:"";position:absolute;right:-90px;bottom:100px;width:220px;height:220px;border:1px solid rgba(124,192,255,.1);border-radius:50%;box-shadow:0 0 0 22px #7cc0ff06,0 0 0 44px #7cc0ff05;pointer-events:none}.brand{position:relative;z-index:1;gap:12px;min-height:36px;padding:0 8px}.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#63a9ff,#2867d6);box-shadow:0 8px 18px #246cdd59,inset 0 1px #ffffff4d}.brand-name{font-size:14px;letter-spacing:-.025em}.sidebar-toggle{width:28px;height:28px;border-radius:9px;background:#355b8d5c;border-color:#88b5e92e}.sidebar-toggle:hover{background:#4c82c97a}.nav-list{position:relative;z-index:1;gap:6px;margin-top:44px}.nav-link{min-height:44px;padding:11px 13px;border:1px solid transparent;border-radius:12px;color:#a7b8d0;font-size:13px;transition:.18s ease}.nav-link:hover{color:#f5f9ff;background:#426fac29;border-color:#8ebef414;transform:translate(2px)}.nav-link.active{color:#fff;background:linear-gradient(100deg,#4076cd85,#2a4c897a);border-color:#8bc1ff29;box-shadow:inset 3px 0 #67adff,0 8px 18px #030d1e29}.nav-icon{color:#7596c4;font-size:16px}.nav-link.active .nav-icon{color:#8fc5ff}.nav-section{color:#6d83a3;font-size:10px;letter-spacing:.14em;padding:24px 13px 8px}.sidebar-project{padding:9px 10px;border-radius:11px;transition:.18s ease}.sidebar-project:hover,.sidebar-project.active{background:#406eb02e;transform:translate(2px)}.project-avatar{width:29px;height:29px;flex-basis:29px;border-radius:9px;background:linear-gradient(145deg,#305e99,#233e6b);color:#b5d8ff;box-shadow:inset 0 1px #ffffff1f}.sidebar-foot{position:relative;z-index:1;padding-left:13px;color:#8297b5}.status-dot{width:8px;height:8px;margin-right:7px;box-shadow:0 0 0 4px #40c98b1a,0 0 12px #40c98b73}.main-area{background:transparent}.topbar{position:sticky;top:0;z-index:8;min-height:76px;padding:0 40px;background:#ffffffc7;border-bottom:1px solid rgba(56,87,128,.12);box-shadow:0 5px 22px #1a3a6309;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar strong{color:var(--ink-800);font-size:14px}.eyebrow{color:#7e91aa;font-size:10px;font-weight:700;letter-spacing:.14em}.user-menu{gap:10px}.user-name{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgba(57,93,139,.1);border-radius:11px;color:var(--ink-800);background:#f7fafed1;font-size:13px}.user-name:before{content:"";width:7px;height:7px;border-radius:50%;background:#36be82;box-shadow:0 0 0 4px #36be821f}.content{max-width:1440px;padding:42px 40px 56px}.page-header{margin-bottom:32px}h1{color:var(--ink-950);font-size:clamp(30px,3vw,40px);letter-spacing:-.055em;line-height:1.08}h2{color:var(--ink-950);font-size:20px;letter-spacing:-.03em}.muted{color:var(--ink-500);font-size:14px;line-height:1.55}.page-header .muted{max-width:680px;margin-top:10px}.button{min-height:40px;padding:10px 16px;border-color:#33598b29;border-radius:11px;color:var(--ink-800);background:#ffffffe6;box-shadow:0 3px 10px #1f3f6a0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.button:hover{border-color:#3573d261;background:#fff;box-shadow:0 8px 18px #1f3f6a17;transform:translateY(-1px)}.button.primary{border-color:transparent;background:linear-gradient(135deg,#3e82ec,#2664ca);box-shadow:0 8px 18px #2869cf3d,inset 0 1px #ffffff38}.button.primary:hover{background:linear-gradient(135deg,#4b8cf1,#225abb);box-shadow:0 11px 24px #2869cf4f;transform:translateY(-2px)}.button.ghost{min-height:34px;border:1px solid transparent;box-shadow:none}.button.danger{color:#b83c50;background:#fff8f8}.card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:25px;background:var(--surface);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.grid{gap:18px}.grid.stats{gap:18px;margin-bottom:32px}.grid.stats .card{position:relative;overflow:hidden;min-height:124px;padding:23px 24px}.grid.stats .card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#4a8ef1,#72c9ef)}.grid.stats .card:nth-child(2):before{background:linear-gradient(90deg,#785fea,#b09afc)}.grid.stats .card:nth-child(3):before{background:linear-gradient(90deg,#22b887,#6ddcb5)}.grid.stats .card:nth-child(4):before{background:linear-gradient(90deg,#eeaa42,#f3cf79)}.stat-label{color:#7b8da6;font-size:12px;font-weight:650;letter-spacing:.01em}.stat-value{margin-top:13px;color:var(--ink-950);font-size:36px;letter-spacing:-.055em;line-height:1}.project-grid{gap:18px}.project-card{position:relative;min-height:180px;padding:25px;overflow:hidden;border-color:#2d5b9724;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.project-card:after{content:"→";position:absolute;right:22px;bottom:18px;color:#7e9bc1;font-size:20px;transition:transform .2s ease,color .2s ease}.project-card:hover{border-color:#357be066;box-shadow:var(--shadow-md);transform:translateY(-4px)}.project-card:hover:after{color:var(--blue-500);transform:translate(5px)}.project-code{color:var(--blue-600);font-size:11px;letter-spacing:.14em}.project-card h2{margin-top:8px}.project-card p{max-width:290px;margin-top:10px;color:var(--ink-500);line-height:1.55}.project-card>.muted{display:inline-block;margin-top:20px;color:#4b79bb;font-size:12px;font-weight:700}.recent-card{padding:0;overflow:hidden}.recent-card>.split{padding:25px 26px 20px}.recent-list{margin-top:0}.recent-row{min-height:77px;padding:14px 26px;border-top:1px solid rgba(46,81,124,.1);transition:background .18s ease,padding .18s ease}.recent-row:hover{padding-left:30px;background:linear-gradient(90deg,#f0f6ff,#fbfdff)}.recent-details strong{color:var(--ink-800);font-size:14px}.recent-details span,.recent-date{color:#8a9ab0}.file-icon{width:46px;height:52px;border-radius:12px;box-shadow:inset 0 1px #ffffff3d,0 7px 14px #2445721f}.toolbar{gap:10px;margin-bottom:20px}.toolbar input,.toolbar select,.form input,.form select,.form textarea,.upload-setting select,.sidecar-setting input{min-height:42px;border:1px solid rgba(48,84,129,.18);border-radius:11px;padding:10px 13px;color:var(--ink-800);background:#ffffffe0;box-shadow:inset 0 1px 2px #1e385c06;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.toolbar input:focus,.toolbar select:focus,.form input:focus,.form select:focus,.form textarea:focus,.upload-setting select:focus,.sidecar-setting input:focus{border-color:#357de09e;background:#fff;box-shadow:0 0 0 4px #357de01c}.table-wrap{border-radius:14px}table{border-spacing:0}th,td{border-bottom-color:#2e517c1a;padding:16px 12px}th{color:#8495ab;font-size:10px;letter-spacing:.12em}tbody tr{transition:background .16s ease}tbody tr:hover{background:#f6f9fd}td{color:var(--ink-600)}td a{color:var(--blue-600)}.badge{padding:5px 10px;font-size:10px;letter-spacing:.01em}.badge.success{color:#187b55;background:#e0f7ec}.badge.warning{color:#93620e;background:#fff3d1}.badge.danger{color:#ae344a;background:#ffe4e8}.alert{border-radius:12px;padding:14px 16px;box-shadow:var(--shadow-sm)}.form{gap:17px}.form label{gap:8px;color:var(--ink-600);font-size:12px;letter-spacing:.01em}.form textarea{min-height:110px}.form-grid{gap:18px}.library-layout{grid-template-columns:270px minmax(0,1fr);gap:20px}.folder-panel{min-height:520px;padding:21px 13px}.folder-panel-heading{margin:0 7px 15px;padding-bottom:15px;border-bottom:1px solid rgba(46,81,124,.1)}.folder-panel-kicker{color:#7d91aa;font-weight:700;letter-spacing:.14em}.folder-panel h2{font-size:16px}.folder-count{padding:5px 9px;color:var(--blue-600);background:#e8f1ff;border:1px solid #d5e6ff}.folder-link{padding:10px 11px;border-radius:10px;transition:.16s ease}.folder-link:hover,.folder-link.selected{background:#e9f2ff;color:var(--blue-600);box-shadow:inset 3px 0 #4b8ff1}.folder-tree{border-left-color:#d7e5f5}.search-box{min-height:43px;border-color:#3054812e;border-radius:11px;box-shadow:var(--shadow-sm)}.search-box:focus-within{border-color:#357de09e;box-shadow:0 0 0 4px #357de01c}.document-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.document-heading{padding:24px 25px 21px}.document-grid{gap:0;background:transparent}.document-tile{padding:20px;border-right:1px solid rgba(46,81,124,.1);border-bottom:1px solid rgba(46,81,124,.1);transition:.18s ease}.document-tile:hover{padding-left:23px;background:#f5f9ff}.drop-hint{min-height:170px;margin:20px;border-radius:14px;border-color:#b3cceb;background:linear-gradient(145deg,#f8fbff,#eef6ff)}.drop-hint:hover{border-color:#4f8fe5;box-shadow:0 10px 24px #377bdd1a}.drop-icon{width:40px;height:40px;background:#e0efff}.upload-layout{gap:20px}.upload-main{gap:24px}.dropzone{min-height:300px;border-radius:18px;border-color:#b3cceb;background:radial-gradient(circle at 50% 15%,rgba(74,143,238,.1),transparent 12rem),linear-gradient(145deg,#f8fbff,#eef6ff);transition:.2s ease}.dropzone:hover,.dropzone.dragging{border-color:#3f84e4;background:radial-gradient(circle at 50% 15%,rgba(74,143,238,.2),transparent 12rem),#edf5ff;box-shadow:0 14px 30px #3177d81f;transform:translateY(-2px)}.dropzone strong{color:var(--ink-800);font-size:18px}.dropzone-icon{width:64px;height:64px;background:linear-gradient(145deg,#e7f3ff,#d5eaff);box-shadow:0 10px 20px #307add1f}.upload-help{position:sticky;top:100px}.upload-help ol{color:var(--ink-600);line-height:2.1}.queue-card{margin-top:20px}.queue-item{padding:15px 0}.progress{height:6px;background:#e4edf8}.center-state{min-height:60vh;color:var(--ink-500);font-size:14px}.center-state:before{content:"";width:30px;height:30px;margin:0 auto 4px;border:3px solid #d6e5f7;border-top-color:var(--blue-500);border-radius:50%;animation:premium-spin .8s linear infinite}@keyframes premium-spin{to{transform:rotate(360deg)}}.login-card{position:relative;width:min(460px,calc(100% - 32px));margin:0 auto;padding:34px;border:1px solid rgba(66,111,173,.16);border-radius:24px;box-shadow:0 26px 70px #1d427229;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;border-radius:inherit;background:linear-gradient(135deg,rgba(80,153,241,.35),transparent 36%,rgba(73,200,206,.22));filter:blur(15px);opacity:.55}body:has(.login-card){background:radial-gradient(circle at 20% 20%,rgba(75,143,237,.17),transparent 23rem),radial-gradient(circle at 85% 75%,rgba(61,199,194,.15),transparent 24rem),#edf4fb}body:has(.login-card){min-height:100vh;display:grid;place-items:center;overflow-x:hidden;position:relative}body:has(.login-card):before,body:has(.login-card):after{content:"";position:fixed;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(2px)}body:has(.login-card):before{width:420px;height:420px;top:-170px;left:-120px;background:#478ef11f}body:has(.login-card):after{width:520px;height:520px;right:-180px;bottom:-260px;background:#3cbfbc1f}.login-card .brand{padding:0;color:var(--ink-800)}.login-card .brand span:last-child{color:var(--ink-800)}.login-card h1{margin-top:10px}.login-card p{color:var(--ink-500);line-height:1.6}.modal-backdrop{background:#0a172b94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{border:1px solid rgba(255,255,255,.55);box-shadow:0 24px 80px #122a4d40}@media(max-width:1100px){.content{padding:34px 26px 48px}.topbar{padding:0 26px}.library-layout{grid-template-columns:230px minmax(0,1fr)}}@media(max-width:820px){.content{padding:28px 18px 42px}.topbar{padding:0 18px}.sidebar{box-shadow:16px 0 38px #142c5040}.upload-help{position:static}}@media(max-width:520px){.content{padding:24px 14px 34px}.topbar{min-height:68px}.page-header{gap:16px}.page-header .button{width:100%}.grid.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.stats .card{padding:18px;min-height:110px}.stat-value{font-size:30px}.card{padding:20px;border-radius:17px}.recent-card>.split{padding:20px}.recent-row{padding:14px 20px}.recent-row>div:last-child{gap:6px}.recent-date{display:none}.user-name{max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.page-header{position:relative;align-items:flex-end;gap:26px}.page-header:after{content:"";position:absolute;left:0;right:0;bottom:-16px;height:1px;background:linear-gradient(90deg,rgba(57,112,190,.18),rgba(57,112,190,.05) 42%,transparent)}.page-header-copy{display:flex;align-items:flex-start;gap:14px;min-width:0}.page-header-copy>div{min-width:0}.page-header-mark{display:grid;flex:0 0 32px;place-items:center;width:32px;height:32px;margin-top:4px;border:1px solid rgba(77,146,232,.22);border-radius:10px;color:#4d91e8;background:linear-gradient(145deg,#eaf4ff,#d9ecff);box-shadow:0 7px 16px #2f75d51f,inset 0 1px #fff;font-size:15px}.page-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.page-header-actions>.toolbar{margin:0}.content>.alert{position:relative;z-index:1}section.card,.content>.card{position:relative;overflow:hidden}section.card:before,.content>.card:before{content:"";position:absolute;top:0;left:24px;right:24px;height:1px;background:linear-gradient(90deg,rgba(72,139,224,.3),transparent 72%);opacity:.8}section.card>h2:first-child,.content>.card>h2:first-child{margin-bottom:6px}section.card>h2:first-child+.muted,.content>.card>h2:first-child+.muted{max-width:700px}.form-grid>.card{min-height:100%}.form-grid>.card:nth-child(2):before{background:linear-gradient(90deg,rgba(71,190,157,.32),transparent 72%)}.content>.toolbar{padding:10px;border:1px solid rgba(48,84,129,.09);border-radius:15px;background:#ffffff70;box-shadow:0 7px 20px #1e427009}.content>.toolbar input{flex:1 1 280px}.table-wrap{border:1px solid rgba(46,81,124,.085);background:#ffffff85}.table-wrap table{min-width:680px}.table-wrap thead{background:linear-gradient(180deg,#f8fbff,#f2f7fc)}.table-wrap tbody tr:last-child td{border-bottom:0}.table-wrap td:first-child{color:var(--ink-800);font-weight:620}.table-wrap td:last-child{white-space:nowrap}.table-wrap .button{min-height:32px;padding:7px 11px;font-size:11px}th:first-child,td:first-child{padding-left:18px}th:last-child,td:last-child{padding-right:18px}.profile-list{gap:0}.profile-list div{display:grid;grid-template-columns:minmax(96px,.38fr) 1fr;align-items:baseline;gap:18px;padding:15px 0;border-bottom:1px solid rgba(46,81,124,.09)}.profile-list div:last-child{border-bottom:0}.profile-list dt{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:750}.profile-list dd{margin:0;color:var(--ink-800);font-weight:620}.profile-roles{gap:10px}.profile-roles div{align-items:center;padding:13px 14px;border:1px solid rgba(49,100,169,.09);border-radius:12px;background:linear-gradient(135deg,#f8fbff,#eef5fd)}.profile-roles strong{padding:5px 9px;border-radius:999px;background:#e3efff;letter-spacing:.01em}.folder-panel{box-shadow:0 12px 28px #1f3f6a12}.folder-panel-heading{position:sticky;top:0;z-index:1;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.library-toolbar{align-items:stretch}.library-toolbar .search-box{flex:1}.breadcrumb{padding:0 4px}.breadcrumb span{color:#b0bfd1}.document-card{box-shadow:0 16px 36px #1f3f6a14}.document-heading h2{display:flex;align-items:center;gap:8px}.document-heading h2:before{content:"";width:7px;height:7px;border-radius:50%;background:#4e92eb;box-shadow:0 0 0 5px #e7f1ff}.document-tile{position:relative}.document-tile-body strong{line-height:1.35}.document-tile-body>span{color:#889ab1}.tile-arrow{transition:transform .18s ease,color .18s ease}.document-tile:hover .tile-arrow{transform:translate(4px);color:var(--blue-500)}.inline-upload{margin-top:18px}.inline-upload .drop-hint{min-height:112px;margin:0;flex-direction:row;gap:12px;justify-content:flex-start;padding:18px 22px}.dropzone{position:relative}.dropzone:after{content:"";position:absolute;top:13px;right:13px;bottom:13px;left:13px;border:1px dashed rgba(73,141,229,.18);border-radius:12px;pointer-events:none}.dropzone>*{position:relative;z-index:1}.upload-help{border-color:#377dd529;background:linear-gradient(150deg,#ffffffeb,#eef7ffeb)}.upload-help ol{counter-reset:upload-step;list-style:none;padding-left:0}.upload-help li{position:relative;padding-left:34px}.upload-help li:before{counter-increment:upload-step;content:counter(upload-step);position:absolute;left:0;top:3px;display:grid;place-items:center;width:22px;height:22px;border-radius:8px;color:#2f73cf;background:#e4f0ff;font-size:11px;font-weight:800}.queue-card{border-color:#377dd529}.queue-item{border-bottom:1px solid rgba(46,81,124,.08)}.queue-item:last-child{border-bottom:0}.empty{min-height:150px;display:grid;place-content:center;justify-items:center;gap:8px;border:1px dashed rgba(76,135,205,.22);border-radius:14px;background:linear-gradient(145deg,#f8fbff,#f2f7fc)}.empty:before{content:"◌";display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:#6e9bd4;background:#e5f1ff;font-size:22px}.badge-button{cursor:pointer;font:inherit}.badge-button:hover{filter:brightness(.97);box-shadow:0 0 0 3px #397ddc1a}.warning-modal{max-width:620px}.warning-modal .split{align-items:flex-start}.warning-list li{border-radius:12px;box-shadow:0 5px 12px #704d0e0d}.callback-state{min-height:100vh;display:grid;place-items:center;padding:32px;background:radial-gradient(circle at 18% 18%,rgba(75,143,237,.14),transparent 25rem),radial-gradient(circle at 84% 78%,rgba(61,199,194,.13),transparent 26rem),#edf4fb}.callback-card{width:min(520px,100%);display:grid;justify-items:start;gap:12px;padding:36px;border-radius:24px;background:#ffffffeb;box-shadow:0 26px 70px #1d427229}.callback-card h1{font-size:clamp(26px,4vw,36px)}.callback-card .button{margin-top:8px}.callback-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#3d88e7,#2d64c4);box-shadow:0 10px 22px #3171d53d;font-size:22px;font-weight:800}.callback-icon.error{background:linear-gradient(145deg,#eb7480,#c8485a);box-shadow:0 10px 22px #be445633}.callback-progress{width:100%;height:4px;overflow:hidden;margin-top:8px;border-radius:99px;background:#e8eff8}.callback-progress:before{content:"";display:block;width:38%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3e8bea,#58c5c0);animation:callback-progress 1.25s ease-in-out infinite}@keyframes callback-progress{0%{transform:translate(-100%)}to{transform:translate(280%)}}.modal-backdrop{animation:premium-fade-in .16s ease both}.modal{animation:premium-modal-in .2s cubic-bezier(.2,.8,.2,1) both}@keyframes premium-fade-in{0%{opacity:0}to{opacity:1}}@keyframes premium-modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.viewer-shell{background:radial-gradient(circle at 50% -20%,#1e3555,#0d1626 42%)}.viewer-topbar{background:#111d31e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.viewer-topbar strong{letter-spacing:-.02em}.viewer-version{padding:6px 10px;border:1px solid rgba(126,165,215,.16);border-radius:999px;background:#263d5e73}.viewer-message{border-radius:999px;box-shadow:0 10px 24px #00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.viewer-message[role=alert]{color:#ffd9df;background:#5c2636;border-color:#d66c82}.viewer-message[role=alert]:before{content:"!";display:inline-grid;width:18px;height:18px;margin-right:8px;place-items:center;color:#5c2636;background:#ffd9df;border-radius:50%;font-weight:800}.viewer-message[role=status]:before{content:"";display:inline-block;width:12px;height:12px;margin-right:8px;border:2px solid rgba(188,210,239,.35);border-top-color:#bcd2ef;border-radius:50%;animation:rich-page-spin .8s linear infinite;vertical-align:-2px}.thumbnail-panel{background:#0e192adb}.thumbnail.selected{box-shadow:0 0 0 2px #62a4f3,0 8px 18px #00000038}.viewer-toolbar{background:#142239e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pdf-viewport{background:radial-gradient(circle at 50% 0,#192b46,#0a1220 55%)}.page-sheet{border-radius:3px;box-shadow:0 16px 36px #00000057}.step-toolbar .button,.viewer-toolbar .button{border-radius:9px}.step-model-viewer{background:radial-gradient(circle at 50% 42%,rgba(59,103,158,.28),transparent 34rem),#0b1220}.step-tree{border-radius:14px;box-shadow:0 18px 40px #00000057;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media(max-width:700px){.page-header{align-items:stretch;flex-direction:column}.page-header-actions{justify-content:flex-start}.page-header-actions>*{max-width:100%}.page-header:after{bottom:-12px}.profile-list div{grid-template-columns:1fr;gap:5px}.content>.toolbar{align-items:stretch}.content>.toolbar .button{flex:1}.inline-upload .drop-hint{flex-direction:column;text-align:center}.viewer-topbar{padding:0 14px}.viewer-version{display:none}}.access-policy-card{padding:28px;border-color:#3478e529;background:linear-gradient(145deg,#fffffff5,#f8fbffe6);box-shadow:0 18px 42px #1f3e6917}.access-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.access-card-heading .muted{max-width:720px;margin-bottom:0}.section-kicker{display:block;margin-bottom:7px;color:#6f89ac;font-size:10px;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.access-card-mark{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:1px solid rgba(61,133,229,.18);border-radius:14px;color:#3e83e5;background:linear-gradient(145deg,#e8f3ff,#dcecff);box-shadow:inset 0 1px #fffc;font-size:20px}.access-policy-form{display:grid;gap:18px;margin-top:25px}.access-policy-fields{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}.access-field{display:grid;gap:8px;color:var(--ink-600);font-size:12px;font-weight:750;letter-spacing:.01em}.access-field select{width:100%;min-height:46px;border:1px solid rgba(48,84,129,.18);border-radius:12px;padding:10px 13px;color:var(--ink-800);background:#fffffff0;outline:none;box-shadow:inset 0 1px 2px #1e385c06;transition:border-color .18s ease,box-shadow .18s ease}.access-field select:focus{border-color:#357de09e;box-shadow:0 0 0 4px #357de01c}.permissions-panel{padding:18px;border:1px solid rgba(54,111,184,.12);border-radius:16px;background:#f0f7ffa8}.permissions-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.permissions-panel-heading .section-kicker{margin-bottom:4px}.permissions-panel-heading strong{color:var(--ink-800);font-size:14px}.permission-count,.member-count,.access-subheading>span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:25px;padding:4px 9px;border:1px solid rgba(52,120,229,.16);border-radius:999px;color:var(--blue-600);background:#e7f1ff;font-size:11px;font-weight:800;white-space:nowrap}.permissions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.access-policy-form .permission-option{position:relative;display:flex;align-items:flex-start;gap:11px;min-height:82px;margin:0;padding:13px;border:1px solid rgba(48,84,129,.13);border-radius:13px;color:var(--ink-600);background:#ffffffd1;cursor:pointer;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease}.access-policy-form .permission-option:hover{border-color:#357de057;background:#fff;transform:translateY(-1px)}.access-policy-form .permission-option.is-checked{border-color:#3478e561;background:linear-gradient(145deg,#fff,#edf5ff);box-shadow:0 6px 14px #306dc714}.permission-option input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;clip:rect(0 0 0 0);clip-path:inset(50%)}.permission-option input:focus-visible+.permission-check{outline:3px solid rgba(53,125,224,.25);outline-offset:3px}.permission-check{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;border:1px solid #aebed2;border-radius:7px;color:transparent;background:#fff;font-size:14px;font-weight:900;transition:.18s ease}.permission-option input:checked+.permission-check{border-color:#3478e5;color:#fff;background:linear-gradient(145deg,#4d94f4,#2868d2);box-shadow:0 4px 9px #2d6fd740}.permission-copy{display:grid;gap:4px;min-width:0}.permission-copy strong{color:var(--ink-800);font-size:13px;line-height:1.25}.permission-copy small{color:#8293aa;font-size:11px;font-weight:500;line-height:1.35}.access-form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px}.access-form-note{display:flex;align-items:flex-start;gap:8px;margin:0;color:#7890ad;font-size:12px;line-height:1.45}.access-form-note>span{display:grid;place-items:center;width:17px;height:17px;flex:0 0 17px;border:1px solid #b8cce6;border-radius:50%;color:#4b83ca;font-size:10px;font-weight:800}.access-form-action{display:flex;align-items:center;justify-content:flex-end;gap:13px;flex:0 0 auto}.access-save-status{min-width:0;color:#238268;font-size:12px;font-weight:700}.access-form-footer .button{flex:0 0 auto}.participant-policy-card{margin-top:18px;border-color:#3a9d8a29;background:linear-gradient(145deg,#fffffff5,#f7fcfaeb)}.participant-mark{color:#2e9a83;border-color:#3a9d8a2e;background:linear-gradient(145deg,#e9faf5,#ddf4ed)}.access-tag-list{display:flex;flex-wrap:wrap;gap:6px;min-width:180px}.access-tag{display:inline-flex;align-items:center;padding:5px 8px;border:1px solid rgba(52,120,229,.14);border-radius:999px;color:#326eb5;background:#edf5ff;font-size:11px;font-weight:700;white-space:nowrap}.access-participant-list{margin-top:28px;padding-top:24px;border-top:1px solid rgba(46,81,124,.1)}.participant-policy-card .access-participant-list .split{margin-bottom:17px}.access-policy-list{margin-top:24px;padding-top:21px;border-top:1px solid rgba(46,81,124,.1)}.access-subheading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px;color:var(--ink-800);font-size:13px}.access-subheading>span{min-width:26px;min-height:23px;padding:3px 8px}.access-secondary-grid{margin-top:18px}.access-secondary-grid .card{padding:25px}.access-secondary-grid .card>h2{margin-bottom:7px}.access-secondary-grid .card>.muted{margin-top:0}.access-secondary-grid .form{margin-top:20px}.access-instruction-card{background:linear-gradient(145deg,#fffffff0,#eff9f7e0)}.access-rule-list{display:grid;gap:12px;margin-top:19px}.access-rule-list>div{display:flex;align-items:flex-start;gap:11px}.access-rule-number{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(51,166,143,.16);border-radius:10px;color:#26876f;background:#e4f7f1;font-size:10px;font-weight:850}.access-rule-list p{display:grid;gap:3px;margin:1px 0 0}.access-rule-list b{color:var(--ink-800);font-size:12px}.access-rule-list small{color:#7e92a9;font-size:11px;line-height:1.4}@media(max-width:900px){.permissions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.access-policy-card,.access-secondary-grid .card{padding:20px}.access-card-heading{gap:12px}.access-card-mark{width:38px;height:38px;flex-basis:38px;border-radius:12px}.access-policy-fields,.permissions-grid{grid-template-columns:1fr}.access-form-footer,.access-form-action{align-items:stretch;flex-direction:column}.access-save-status{min-height:18px;text-align:center}.access-form-footer .button{width:100%}}@media(max-width:820px){.sidebar,.sidebar.collapsed{position:fixed;inset:0 auto 0 0;z-index:20;width:276px;padding:24px 15px 20px;transform:translate(-105%)}.sidebar.mobile-open{transform:translate(0)}.main-area{width:100%;min-width:0}.library-layout,.upload-layout{grid-template-columns:1fr}}@media(max-width:520px){.topbar{padding:0 14px;gap:8px}.topbar>div:nth-child(2){min-width:0;flex:1 1 auto}.topbar>div:nth-child(2) .eyebrow{display:none}.topbar>div:nth-child(2) strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .user-menu{min-width:0;flex:0 1 auto;gap:4px}.topbar .user-name{min-width:0;max-width:128px;overflow:hidden;padding:7px 8px;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.topbar .user-menu .button{padding:8px}.profile-list dd{overflow-wrap:anywhere}}@media(max-width:680px){.step-tree{top:auto;right:14px;bottom:14px;left:14px;width:auto;height:min(270px,32vh)}.dwg-layers-panel{right:8px;bottom:240px;left:8px;width:auto}}@media(max-width:360px){.modal-actions{flex-direction:column}.modal-actions .button{width:100%}}.dwg-panel-backdrop,.step-panel-backdrop{display:none}@media(max-width:680px){.viewer-topbar{min-height:58px;padding:0 10px;gap:8px}.viewer-topbar strong{max-width:58vw;font-size:13px}.viewer-top-actions{gap:6px}.viewer-top-actions .button{padding:7px 9px;font-size:12px}.dwg-toolbar{min-height:48px;padding:7px 8px;gap:6px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.dwg-toolbar::-webkit-scrollbar,.step-toolbar::-webkit-scrollbar,.rich-toolbar::-webkit-scrollbar{display:none}.dwg-toolbar-group{flex:0 0 auto;gap:5px}.dwg-toolbar .button{min-height:34px;padding:6px 9px;white-space:nowrap}.dwg-toolbar-spacer{display:none}.dwg-zoom-label{margin-left:auto;flex:0 0 auto}.dwg-panel-backdrop,.step-panel-backdrop{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:block;width:100%;border:0;background:#0208126b;cursor:pointer}.dwg-panel{top:auto;right:8px;bottom:8px;left:8px;z-index:3;width:auto;max-height:min(54vh,410px);padding:11px;border-radius:16px;box-shadow:0 18px 46px #00000075}.dwg-panel:before,.step-tree:before{display:block;width:38px;height:4px;margin:0 auto 9px;border-radius:999px;background:#496888;content:""}.dwg-panel-title{padding-bottom:9px}.dwg-layer-list{height:auto;max-height:min(27vh,205px)}.dwg-properties-panel{height:auto;max-height:min(40vh,300px)}.dwg-properties{height:auto;max-height:min(28vh,210px)}.step-toolbar{top:8px;right:8px;left:8px;min-height:42px;padding:5px 0;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.step-toolbar .button{flex:0 0 auto;min-height:34px;padding:6px 9px;white-space:nowrap}.step-help{display:none}.step-tree{top:auto;right:8px;bottom:8px;left:8px;z-index:3;width:auto;height:auto;max-height:min(48vh,360px);padding:11px 9px;border-radius:16px;box-shadow:0 18px 46px #00000075}.rich-toolbar{min-height:48px;padding:6px 8px;gap:6px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.rich-toolbar .button{flex:0 0 auto;min-height:34px;padding:6px 8px;white-space:nowrap}.rich-toolbar .toolbar-divider{flex:0 0 1px}.rich-toolbar .toolbar-spacer{flex:0 0 8px}.rich-thumbnails{display:none}.rich-viewport{padding:12px 8px}.rich-page{width:100%;margin-bottom:16px;padding:27px 8px 12px}.rich-help{display:none}}.mobile-folder-toggle,.folder-panel-close,.folder-panel-backdrop{display:none}@media(max-width:680px){.page-header{grid-template-columns:minmax(0,1fr)}.page-header-actions,.page-header-actions>.toolbar{width:100%}.page-header-actions>.toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.page-header-actions .button{width:100%;min-width:0;padding-inline:10px}.library-layout{grid-template-columns:minmax(0,1fr)}.mobile-folder-toggle{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;margin:0 0 10px;padding:9px 12px;text-align:left;background:#f7faff;border-color:#d4e3f6;color:#5c7495}.mobile-folder-toggle strong{min-width:0;overflow:hidden;margin-left:8px;color:#243b5d;text-overflow:ellipsis;white-space:nowrap}.folder-panel-backdrop{position:fixed;z-index:24;top:68px;right:0;bottom:0;left:0;display:block;width:100%;border:0;background:#11203861}.folder-panel{display:none}.folder-panel.is-open{position:fixed;z-index:25;inset:82px 14px auto;display:block;width:auto;min-height:0;max-height:calc(100dvh - 100px);padding:16px 12px;overflow:auto;box-shadow:0 22px 52px #132e5247}.folder-panel-heading{align-items:center;margin-bottom:10px}.folder-panel-close{display:grid;flex:0 0 34px;place-items:center;width:34px;min-height:34px;padding:0;font-size:21px;line-height:1}.library-main{width:100%}.library-toolbar{align-items:stretch}.library-toolbar .search-box{min-width:0}.document-heading{padding:18px 16px 16px}.document-tile{padding:16px}}@media(max-width:360px){.page-header-actions>.toolbar{grid-template-columns:1fr}}@media(max-width:680px){.dwg-toolbar,.rich-toolbar,.step-toolbar{overflow:visible;flex-wrap:wrap;align-content:center;row-gap:6px}.dwg-toolbar{height:auto;min-height:48px}.dwg-toolbar-group{flex:0 1 auto;flex-wrap:wrap}.dwg-zoom-label{margin-left:auto}.rich-toolbar{height:auto;min-height:48px;align-content:flex-start;padding-block:7px}.rich-toolbar .toolbar-spacer{display:block;flex:0 0 100%;height:0}.rich-toolbar .button,.rich-page-jump{flex:0 0 auto}.step-toolbar{right:8px;left:8px;padding:6px;border:1px solid rgba(107,157,218,.32);border-radius:13px;background:#09172ac7;box-shadow:0 10px 24px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.step-toolbar .button{flex:0 1 auto}}.rich-viewport{overscroll-behavior:contain}.rich-viewport.zoomed{cursor:grab;touch-action:none;-webkit-overflow-scrolling:touch}.rich-viewport.panning{cursor:grabbing;-webkit-user-select:none;user-select:none}:root{--ds-canvas: #f3f4f0;--ds-canvas-deep: #eaede7;--ds-surface: #ffffff;--ds-surface-soft: #f8f9f6;--ds-surface-tint: #eef5f1;--ds-ink: #17201e;--ds-ink-2: #33413d;--ds-muted: #71807b;--ds-faint: #98a39f;--ds-line: #dfe5e1;--ds-line-strong: #cbd5d0;--ds-accent: #16816f;--ds-accent-dark: #0f6759;--ds-accent-soft: #dff3ed;--ds-sidebar: #0b1715;--ds-sidebar-2: #11231f;--ds-sidebar-copy: #aabbb6;--ds-danger: #bd4a58;--ds-warning: #a66b12;--ds-radius-sm: 9px;--ds-radius: 14px;--ds-radius-lg: 20px;--ds-shadow: 0 1px 2px rgba(21, 36, 32, .04), 0 12px 34px rgba(21, 36, 32, .055);--ds-shadow-hover: 0 2px 4px rgba(21, 36, 32, .05), 0 22px 50px rgba(21, 36, 32, .1);color:var(--ds-ink);background:var(--ds-canvas)}html{background:var(--ds-canvas)}body{color:var(--ds-ink);background:var(--ds-canvas);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility}::selection{color:#fff;background:var(--ds-accent)}:focus-visible{outline:3px solid rgba(22,129,111,.23);outline-offset:2px}.app-shell{background:var(--ds-canvas)}.sidebar{width:264px;padding:22px 14px 18px;overflow:hidden;color:var(--ds-sidebar-copy);background:var(--ds-sidebar);box-shadow:none}.sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% -8%,rgba(55,181,151,.13),transparent 310px),linear-gradient(180deg,transparent,rgba(255,255,255,.015));pointer-events:none}.sidebar:after{display:none}.sidebar.collapsed{width:76px}.brand{min-height:42px;gap:12px;padding:0 7px}.brand-mark{width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(145,225,204,.25);border-radius:13px;background:#153c34;box-shadow:inset 0 1px #ffffff14}.brand-mark svg{width:24px;height:24px;fill:none;stroke:#9be3cf;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.brand-name{display:grid;gap:1px;line-height:1.1}.brand-name strong{color:#f4faf7;font-size:14px;letter-spacing:-.02em}.brand-name small{color:#708b83;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar-toggle{width:28px;height:28px;padding:0;border-color:#a9cdc31f;border-radius:9px;color:#7d9991;background:#ffffff09;box-shadow:none;font-size:18px}.sidebar-toggle:hover{color:#d6e5e0;background:#ffffff12;transform:none}.nav-list{gap:4px;margin-top:34px}.nav-section{padding:23px 12px 7px;color:#536c65;font-size:9px;font-weight:800;letter-spacing:.17em}.nav-link{min-height:42px;gap:11px;padding:9px 11px;border:1px solid transparent;border-radius:11px;color:#91a59f;font-size:13px;font-weight:600;transition:color .16s ease,background .16s ease,border-color .16s ease}.nav-link:hover{color:#eaf4f1;background:#ffffff0b;border-color:#ffffff09;transform:none}.nav-link.active{color:#f6fbf9;background:#193a33;border-color:#81d7c021;box-shadow:inset 3px 0 #54c8a9}.nav-icon{width:20px;flex:0 0 20px;color:#66827a}.nav-icon svg{display:block;width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.nav-link.active .nav-icon{color:#82d8c1}.sidebar-projects{gap:3px}.sidebar-project{min-height:43px;gap:10px;padding:7px 9px;border:1px solid transparent;border-radius:11px;color:#8ea29c}.sidebar-project:hover,.sidebar-project.active{color:#eef7f4;background:#ffffff0b;border-color:#ffffff09;transform:none}.project-avatar{width:28px;height:28px;flex-basis:28px;border:1px solid rgba(130,216,193,.16);border-radius:9px;color:#8bd8c3;background:#17352f;box-shadow:none}.sidebar-project strong{font-size:12px}.sidebar-project small{color:#58736b}.sidebar-foot{color:#587069}.status-dot{background:#5bd3a8;box-shadow:0 0 0 4px #5bd3a814}.main-area{min-height:100vh;background:var(--ds-canvas)}.topbar{min-height:70px;padding:0 36px;border-bottom:1px solid rgba(50,71,65,.09);background:#f3f4f0e6;box-shadow:none;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.topbar strong{color:var(--ds-ink-2);font-size:13px}.eyebrow{color:#89958f;font-size:9px;font-weight:800;letter-spacing:.16em}.user-name{min-height:36px;padding:8px 11px;border-color:var(--ds-line);border-radius:10px;color:var(--ds-ink-2);background:#ffffffa6;font-size:12px}.user-name:before{width:6px;height:6px;background:#3bb78f;box-shadow:0 0 0 3px #3bb78f1c}.content{width:100%;max-width:1460px;padding:38px 40px 58px}h1,h2,h3{color:var(--ds-ink)}h1{font-size:clamp(29px,3vw,39px);font-weight:720;letter-spacing:-.047em;line-height:1.08}h2{font-size:19px;font-weight:700;letter-spacing:-.027em}h3{font-weight:700}.muted{color:var(--ds-muted);font-size:13px;line-height:1.55}.page-header{align-items:flex-end;gap:24px;margin-bottom:34px;padding-bottom:23px;border-bottom:1px solid var(--ds-line)}.page-header:after{display:none}.page-header-copy{gap:13px}.page-header-mark{width:34px;height:34px;flex-basis:34px;margin-top:2px;border-color:#c9ddd6;border-radius:11px;color:var(--ds-accent);background:var(--ds-accent-soft);box-shadow:none;font-size:14px}.page-header .muted{max-width:760px;margin-top:8px}.page-header-actions{align-items:center}.button{min-height:40px;padding:9px 15px;border:1px solid var(--ds-line-strong);border-radius:10px;color:var(--ds-ink-2);background:var(--ds-surface);box-shadow:0 1px 1px #15242008;font-size:13px;font-weight:700;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.button:hover{border-color:#a8bbb5;background:#fbfcfa;box-shadow:0 8px 20px #15242012;transform:translateY(-1px)}.button.primary{border-color:var(--ds-sidebar);color:#fff;background:var(--ds-sidebar);box-shadow:0 7px 16px #0b171529}.button.primary:hover{border-color:#18342f;background:#18342f;box-shadow:0 10px 24px #0b171538;transform:translateY(-1px)}.button.ghost{min-height:34px;border-color:transparent;color:var(--ds-muted);background:transparent;box-shadow:none}.button.ghost:hover{color:var(--ds-ink);background:#eef1ed;box-shadow:none}.button.danger{color:var(--ds-danger);border-color:#efcbd0;background:snow}.button:disabled{transform:none;box-shadow:none}.card{border:1px solid var(--ds-line);border-radius:var(--ds-radius-lg);color:var(--ds-ink-2);background:var(--ds-surface);box-shadow:var(--ds-shadow);-webkit-backdrop-filter:none;backdrop-filter:none}section.card:before,.content>.card:before{display:none}.grid{gap:16px}.grid.stats{gap:14px;margin-bottom:34px}.grid.stats .card{min-height:126px;padding:22px;overflow:hidden;border-radius:17px;box-shadow:0 1px 2px #15242009}.grid.stats .card:before{top:22px;right:22px;bottom:auto;left:auto;width:10px;height:10px;border:3px solid #bcd6ce;border-radius:50%;background:transparent!important}.grid.stats .card:nth-child(2):before{border-radius:3px;border-color:#c6c0db;transform:rotate(45deg)}.grid.stats .card:nth-child(3):before{border-color:#9fd5c2}.grid.stats .card:nth-child(4):before{border-color:#dcc89d}.stat-label{color:var(--ds-muted);font-size:11px;font-weight:750;letter-spacing:.045em;text-transform:uppercase}.stat-value{margin-top:19px;color:var(--ds-ink);font-size:37px;font-weight:720;letter-spacing:-.055em}.project-grid{gap:14px}.project-card{min-height:190px;padding:23px;border-color:var(--ds-line);box-shadow:0 1px 2px #15242009}.project-card:after{right:22px;bottom:20px;color:#a3b0ab;font-size:18px}.project-card:hover{border-color:#b7cbc4;box-shadow:var(--ds-shadow-hover);transform:translateY(-3px)}.project-card:hover:after{color:var(--ds-accent)}.project-code{color:var(--ds-accent);font-size:10px;font-weight:800;letter-spacing:.16em}.project-card h2{margin-top:9px;font-size:20px}.project-card p{color:var(--ds-muted);font-size:13px}.project-card>.muted{color:var(--ds-accent-dark)}.recent-card{margin-top:18px;border-radius:var(--ds-radius-lg)}.recent-card>.split{padding:23px 24px 18px}.recent-row{min-height:74px;padding:13px 24px;border-top-color:var(--ds-line)}.recent-row:hover{padding-left:27px;background:var(--ds-surface-soft)}.recent-details strong{color:var(--ds-ink-2)}.file-icon{width:44px;height:50px;border-radius:11px;color:#fff;background:#5d6f69;box-shadow:none}.file-icon.pdf{background:#c55c64}.file-icon.dwg{background:#685c9d}.file-icon.step{background:#477391}.file-icon.docx{background:#4c6f9b}.file-icon.xlsx{background:#3f8068}.file-icon.image{background:#9b7148}.toolbar{gap:9px;margin-bottom:18px}.content>.toolbar{padding:9px;border:1px solid var(--ds-line);border-radius:13px;background:#ffffff8c;box-shadow:none}.organization-create-form{align-items:center}.organization-create-form input{flex:1 1 320px;min-width:0}.toolbar input,.toolbar select,.form input,.form select,.form textarea,.upload-setting select,.sidecar-setting input,.access-field select{min-height:42px;border:1px solid var(--ds-line-strong);border-radius:10px;color:var(--ds-ink-2);background:#fff;box-shadow:inset 0 1px 2px #15242006}.toolbar input:focus,.toolbar select:focus,.form input:focus,.form select:focus,.form textarea:focus,.upload-setting select:focus,.sidecar-setting input:focus,.access-field select:focus{border-color:#16816f9e;box-shadow:0 0 0 4px #16816f1a}.search-box{min-height:42px;border-color:var(--ds-line-strong);border-radius:10px;color:var(--ds-muted);box-shadow:none}.search-box:focus-within{border-color:#16816f9e;box-shadow:0 0 0 4px #16816f1a}.form{gap:16px}.form label,.upload-setting,.sidecar-setting,.access-field{color:var(--ds-muted);font-size:11px;font-weight:800;letter-spacing:.035em}.table-wrap{overflow:auto;border:1px solid var(--ds-line);border-radius:14px;background:#fff}.table-wrap thead{background:#f3f6f3}th,td{border-bottom-color:var(--ds-line);padding:15px 12px}th{color:#7e8d87;font-size:9px;font-weight:800;letter-spacing:.14em}td{color:#52605c;font-size:13px}.table-wrap td:first-child{color:var(--ds-ink-2)}tbody tr:hover{background:#f8faf8}td a{color:var(--ds-accent-dark)}.badge{padding:5px 9px;border:1px solid transparent;font-size:10px}.badge.success{color:#176c58;border-color:#c9eadf;background:#e8f7f2}.badge.warning{color:#8b5d18;border-color:#f0dfbc;background:#fff7e7}.badge.danger{color:#a64450;border-color:#f0ccd1;background:#fff0f2}.alert{border-radius:12px;box-shadow:none}.alert.error{color:#9f3e4c;border-color:#efcbd1;background:#fff4f5}.alert.info{color:#286b60;border-color:#cbe6df;background:#edf8f5}.content>.alert{margin:-10px 0 24px}.library-layout{grid-template-columns:260px minmax(0,1fr);gap:17px}.folder-panel{min-height:520px;padding:19px 12px;box-shadow:0 1px 2px #15242009}.folder-panel-heading{border-bottom-color:var(--ds-line);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.folder-panel-kicker,.section-kicker{color:#7d8e88}.folder-count{color:var(--ds-accent-dark);border-color:#cce4dc;background:var(--ds-accent-soft)}.folder-link{color:#63716d;border-radius:9px}.folder-link:hover,.folder-link.selected{color:var(--ds-accent-dark);background:var(--ds-accent-soft);box-shadow:inset 3px 0 0 var(--ds-accent)}.folder-link.drop-target{color:var(--ds-accent-dark);background:#d5eee7;box-shadow:inset 0 0 0 1px #76bbaa;transform:none}.folder-tree{border-left-color:var(--ds-line)}.breadcrumb button{color:var(--ds-accent-dark)}.document-card{border-radius:var(--ds-radius-lg);box-shadow:var(--ds-shadow)}.document-heading{padding:22px 23px 18px;border-bottom-color:var(--ds-line)}.document-heading h2:before{background:var(--ds-accent);box-shadow:0 0 0 5px var(--ds-accent-soft)}.document-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.document-tile{padding:19px;border-color:var(--ds-line)}.document-tile:hover{padding-left:22px;background:#f7faf8}.tile-arrow,.document-tile:hover .tile-arrow{color:var(--ds-accent)}.drop-hint,.dropzone{border-color:#b8d2ca;background:#f5faf7}.drop-hint:hover,.dropzone:hover,.dropzone.dragging{border-color:var(--ds-accent);background:#edf8f4;box-shadow:0 12px 28px #16816f17}.drop-icon,.dropzone-icon{color:var(--ds-accent);background:var(--ds-accent-soft)}.dropzone:after{border-color:#16816f24}.upload-help{border-color:var(--ds-line);background:#f8faf8}.upload-help li:before{color:var(--ds-accent-dark);background:var(--ds-accent-soft)}.progress{background:#e2e9e5}.progress span{background:var(--ds-accent)}.queue-status.uploading,.upload-status{color:var(--ds-accent)}.queue-status.done{color:#188063}.profile-list div{border-bottom-color:var(--ds-line)}.profile-list dt{color:var(--ds-muted)}.profile-list dd{color:var(--ds-ink-2)}.profile-roles div{border-color:var(--ds-line);background:var(--ds-surface-soft)}.profile-roles strong{color:var(--ds-accent-dark);background:var(--ds-accent-soft)}.code{color:#5d7069}.permissions-panel{border-color:#d5e4df;background:#f3f8f5}.permission-count,.member-count,.access-subheading>span{color:var(--ds-accent-dark);border-color:#cae3db;background:var(--ds-accent-soft)}.access-policy-card,.participant-policy-card{border-color:var(--ds-line);background:#fff;box-shadow:var(--ds-shadow)}.access-card-mark,.participant-mark{color:var(--ds-accent);border-color:#cde5dd;background:var(--ds-accent-soft);box-shadow:none}.access-policy-form .permission-option{border-color:var(--ds-line);color:var(--ds-muted);background:#fff}.access-policy-form .permission-option:hover{border-color:#b4cec6}.access-policy-form .permission-option.is-checked{border-color:#8fc5b6;background:#f1f9f6;box-shadow:none}.permission-option input:checked+.permission-check{border-color:var(--ds-accent);background:var(--ds-accent);box-shadow:none}.permission-copy strong{color:var(--ds-ink-2)}.access-form-note>span{color:var(--ds-accent-dark);border-color:#b7d2ca}.access-save-status{color:var(--ds-accent-dark)}.access-tag{color:var(--ds-accent-dark);border-color:#cce5dd;background:#edf8f4}.access-participant-list,.access-policy-list{border-top-color:var(--ds-line)}.empty{min-height:148px;border-color:#cbd8d3;border-radius:14px;color:var(--ds-muted);background:#f8faf8}.empty:before{color:var(--ds-accent);background:var(--ds-accent-soft)}.modal-backdrop{background:#0a1815a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{border-color:#fff9;border-radius:20px;box-shadow:0 30px 90px #05120f47}.modal .split{margin-bottom:18px}.title-edit-button{border-color:#c6e0d8;color:var(--ds-accent);background:var(--ds-accent-soft);box-shadow:none}.title-edit-button:hover{border-color:#8fc7b7;background:#d5eee7;box-shadow:none}.center-state{color:var(--ds-muted)}.center-state:before{border-color:#d9e7e2;border-top-color:var(--ds-accent)}.login-card,.callback-card{border-color:var(--ds-line);border-radius:24px;background:#fff;box-shadow:0 28px 80px #15242024;-webkit-backdrop-filter:none;backdrop-filter:none}.login-card:before{display:none}body:has(.login-card),.callback-state{background:radial-gradient(circle at 18% 15%,rgba(22,129,111,.1),transparent 28rem),radial-gradient(circle at 86% 82%,rgba(154,126,78,.08),transparent 27rem),var(--ds-canvas)}.login-card .brand{color:var(--ds-ink)}.login-card .brand span:last-child{color:var(--ds-ink)}.callback-icon{background:var(--ds-sidebar);box-shadow:none}.callback-progress:before{background:var(--ds-accent)}.viewer-shell,.rich-document-viewer,.step-model-viewer{background:#091310}.viewer-topbar{border-bottom-color:#223b34;background:#0b1916f0}.viewer-topbar .eyebrow{color:#6f9187}.viewer-version{color:#9db8b0;border-color:#7db5a42e;background:#1f433a7a}.viewer-shell .button{color:#dbe8e4;border-color:#35534b;background:#182c27;box-shadow:none}.viewer-shell .button:hover{border-color:#4e776c;background:#213b34;transform:none;box-shadow:none}.viewer-shell .button.active{color:#fff;border-color:#63a994;background:#236554}.viewer-toolbar,.rich-toolbar,.dwg-toolbar{border-bottom-color:#29473f;background:#10221e}.thumbnail-panel,.rich-thumbnails,.rich-help{border-color:#243e37;background:#0d1d19}.pdf-viewport,.rich-viewport{background:#07100e}.pdf-viewport.dark,.rich-viewport.dark{background:#030806}.page-sheet,.rich-page{background:#d8dfdb}.rich-page.current{outline-color:#54b69b}.rich-format{color:#75c9b2}.rich-page-jump,.zoom-label{color:#b7cbc5}.rich-page-jump input{color:#e4efec;border-color:#3b5c53;background:#172b26}.dwg-viewer{color:#dce9e5;background:#07110e}.dwg-toolbar{border-color:#29483f;background:#10221e}.dwg-toolbar .button{color:#dce9e5;border-color:#35574e;background:#182e28}.dwg-toolbar .button:hover,.dwg-toolbar .button.active{color:#fff;border-color:#64a995;background:#236554}.dwg-help,.dwg-statusbar{color:#789c92}.dwg-panel,.step-tree{border-color:#365a50;background:#0b1c18f7}.dwg-panel-title,.step-tree-header{border-color:#2d4b43}.dwg-layer-search{color:#e5f0ed;border-color:#3b5e54;background:#152b25}.dwg-layer-search:focus{border-color:#68af9c;box-shadow:0 0 0 3px #68af9c24}.dwg-panel-actions button,.dwg-layer-row button,.step-tree-action{color:#bdd2cc;border-color:#35574e;background:#19312b}.dwg-warning{color:#ecd397;border-color:#665329;background:#2b2618}@media(max-width:1100px){.content{padding:32px 26px 48px}.topbar{padding-inline:26px}.library-layout{grid-template-columns:230px minmax(0,1fr)}}@media(max-width:820px){.sidebar,.sidebar.collapsed{width:min(286px,calc(100vw - 42px));padding:20px 14px;box-shadow:20px 0 60px #05120f57}.sidebar.collapsed .brand-name{display:grid}.content{padding:26px 18px 42px}.topbar{padding-inline:18px}.mobile-menu-button{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;padding:0;border:1px solid var(--ds-line);border-radius:10px;color:var(--ds-ink-2);background:#fff}.app-shell.menu-visible:after{background:#06120f8f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.library-layout,.upload-layout{grid-template-columns:1fr}}@media(max-width:680px){.topbar{min-height:62px;padding-inline:12px}.content{padding:22px 12px 34px}.page-header{align-items:stretch;gap:17px;margin-bottom:25px;padding-bottom:19px}.page-header-copy{gap:10px}.page-header-mark{width:30px;height:30px;flex-basis:30px;border-radius:9px}h1{font-size:clamp(25px,8vw,31px)}.page-header-actions,.page-header-actions>.toolbar{width:100%}.page-header-actions>.toolbar{margin:0}.grid.stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.grid.stats .card{min-height:104px;padding:16px;border-radius:14px}.grid.stats .card:before{top:15px;right:15px;width:8px;height:8px}.stat-label{max-width:90%;font-size:9px}.stat-value{margin-top:16px;font-size:30px}.project-grid{grid-template-columns:1fr}.project-card{min-height:160px;padding:20px}.recent-card>.split{padding:19px 18px 14px}.recent-row{padding:13px 18px}.card{padding:18px;border-radius:16px}.table-wrap{margin-inline:-4px;border-radius:12px}.table-wrap:has(table.responsive-table){overflow:visible;border:0;background:transparent}.table-wrap table.responsive-table{display:block;width:100%;min-width:0;border-collapse:separate;border-spacing:0}.table-wrap table.responsive-table thead{display:none}.table-wrap table.responsive-table tbody{display:grid;gap:10px}.table-wrap table.responsive-table tbody tr{display:block;padding:13px 15px;border:1px solid var(--ds-line);border-radius:13px;background:#fff;box-shadow:0 2px 8px #15242009}.table-wrap table.responsive-table tbody tr:hover{background:#fff}.table-wrap table.responsive-table tbody td{display:grid;grid-template-columns:minmax(76px,32%) minmax(0,1fr);gap:10px;align-items:start;min-width:0;padding:6px 0;border:0;color:var(--ds-ink-2);overflow-wrap:anywhere}.table-wrap table.responsive-table tbody td:before{content:attr(data-label);color:#87958f;font-size:9px;font-weight:800;letter-spacing:.11em;line-height:1.35;text-transform:uppercase}.table-wrap table.responsive-table tbody td:not([data-label]):before,.table-wrap table.responsive-table tbody td.empty-cell:before{display:none}.table-wrap table.responsive-table tbody td.empty-cell{display:block;padding:0}.table-wrap table.user-table tbody td:last-child,.table-wrap table.versions-table tbody td:last-child{display:flex;justify-content:flex-end;padding-top:10px}.table-wrap table.user-table tbody td:last-child .button,.table-wrap table.versions-table tbody td:last-child .button{width:100%}.table-wrap table.audit-table tbody td:last-child{grid-template-columns:76px minmax(0,1fr)}.table-wrap table.audit-table tbody td:last-child.code{font-size:11px;line-height:1.45;word-break:break-word}.organization-create-form{display:grid;grid-template-columns:1fr;gap:10px}.organization-create-form input,.organization-create-form .button{width:100%}.mobile-folder-toggle{color:var(--ds-muted);border-color:var(--ds-line);background:#fff}.mobile-folder-toggle strong{color:var(--ds-ink-2)}.folder-panel-backdrop{background:#06120f8c}.folder-panel.is-open{border-radius:18px;box-shadow:0 25px 65px #05120f47}.document-grid{grid-template-columns:1fr}.document-tile{padding:16px}.document-tile:hover{padding-left:16px}.upload-layout{gap:12px}.dropzone{min-height:245px;padding:22px;text-align:center}.queue-item{align-items:flex-start;flex-wrap:wrap}.queue-details{flex-basis:calc(100% - 64px)}.queue-status{margin-left:56px}.modal-backdrop{align-items:end;padding:10px}.modal{width:100%;max-height:calc(100dvh - 20px);border-radius:20px}.modal .split{display:flex}.permissions-grid{grid-template-columns:1fr}.access-policy-card{padding:18px}.access-card-mark{display:none}.viewer-topbar{min-height:58px}.viewer-topbar strong{max-width:54vw}.dwg-toolbar,.rich-toolbar,.step-toolbar{border-color:#34584e;background:#0c1c18f5}.dwg-panel,.step-tree{border-radius:18px}}@media(max-width:430px){.topbar>div:nth-child(2){display:none}.topbar .user-menu{margin-left:auto}.topbar .user-name{max-width:150px}.page-header-actions>.toolbar{grid-template-columns:1fr 1fr}.page-header-actions .button{min-height:42px}.grid.stats{grid-template-columns:1fr 1fr}.recent-row>div:last-child{align-items:flex-end;flex-direction:column}.file-icon{width:40px;height:46px}.form-grid,.profile-list div{grid-template-columns:1fr}}@media(max-width:360px){.page-header-actions>.toolbar{grid-template-columns:1fr}.grid.stats{grid-template-columns:1fr}.grid.stats .card{min-height:90px}.modal-actions{flex-direction:column}.modal-actions .button{width:100%}}.audit-table{table-layout:fixed}.audit-table th:nth-child(1),.audit-table td:nth-child(1){width:156px}.audit-table th:nth-child(2),.audit-table td:nth-child(2){width:160px}.audit-table th:nth-child(3),.audit-table td:nth-child(3){width:150px}.audit-table th:nth-child(4),.audit-table td:nth-child(4){width:190px}.audit-table th:nth-child(6),.audit-table td:nth-child(6){width:110px}.audit-table td{vertical-align:top}.audit-cell-main{display:block;color:var(--ds-ink);font-weight:700;line-height:1.35}.audit-cell-meta{display:block;margin-top:4px;color:var(--ds-muted);font-size:11px;line-height:1.4}.audit-table time{display:block;color:var(--ds-ink);font-variant-numeric:tabular-nums;line-height:1.4}@media(max-width:680px){.audit-table{table-layout:auto}.audit-table td{vertical-align:top}.audit-table time{font-size:13px}.audit-cell-main{font-size:13px}.audit-cell-meta{font-size:11px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
