@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@600;700&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,500,0,0&display=swap";:root{--bg:#f3f5f8;--surface:hsla(0,0%,100%,.92);--surface-strong:#fff;--surface-muted:rgba(244,247,251,.94);--text:#1f2733;--muted:#677384;--line:rgba(31,39,51,.1);--primary:#1d4ed8;--primary-strong:#173ea7;--accent:#0f766e;--danger:#c24f4f;--shadow:0 24px 70px -36px rgba(20,32,53,.18);--radius-xl:26px;--radius-lg:20px;--radius-md:16px;--radius-sm:12px}*{box-sizing:border-box}#__nuxt,body,html{min-height:100%}body{background:radial-gradient(circle at top left,rgba(29,78,216,.12),transparent 24%),radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 24%),linear-gradient(180deg,#f7f9fc,#eef2f8);color:var(--text);font-family:Manrope,sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.material-symbols-outlined{display:inline-block;font-family:Material Symbols Outlined;font-size:1.25rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.auth-page,.landing-shell,.page-shell{min-height:100vh}.auth-page,.landing-shell{display:flex;flex-direction:column}.container{margin:0 auto;width:min(1180px,calc(100% - 32px))}.container--workspace{width:min(1520px,calc(100% - 24px))}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.btn{align-items:center;border:0;border-radius:999px;display:inline-flex;font-weight:700;justify-content:center;padding:.82rem 1.15rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.56;transform:none}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,#2563eb 100%);box-shadow:0 18px 36px -24px #1d4ed873;color:#fff}.btn.btn-primary,a.btn-primary,a.btn-primary:visited{color:#fff}.btn-secondary{background:#ffffffc7;border:1px solid var(--line);color:var(--text)}.btn-danger{background:linear-gradient(135deg,#c24f4f,#de7070);color:#fff}.btn-danger-soft{background:#be185d14;border:1px solid rgba(190,24,93,.18);color:#9f1239}.btn-inline{font-size:.9rem;padding:.62rem .9rem}.field{display:grid;gap:.45rem}.field label{font-size:.9rem;font-weight:700}.field input,.field select,.field textarea{background:#fffffffa;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);padding:.88rem .96rem;width:100%}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#1d4ed861;box-shadow:0 0 0 4px #1d4ed814;outline:0}.field-error{color:var(--danger);font-size:.88rem;margin:0}.stack,.stack-lg{display:grid;gap:1rem}.stack-lg{gap:1.5rem}.grid{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.option-grid{display:grid;gap:.65rem}.option-grid--compact{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.option-chip{align-items:center;background:#ffffffe6;border:1px solid var(--line);border-radius:var(--radius-md);-moz-column-gap:.7rem;column-gap:.7rem;display:grid;grid-template-columns:auto minmax(0,1fr);min-height:56px;padding:.85rem 1rem}.option-chip span{color:var(--text);font-weight:600;line-height:1.4}.option-chip input[type=checkbox],.option-chip input[type=radio]{background:transparent;border:0;border-radius:0;box-shadow:none;height:18px;justify-self:start;margin:0;padding:0;width:18px}.project-file-card{align-items:center;background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);display:flex;gap:1rem;justify-content:space-between;padding:.95rem 1rem}.project-files-panel{background:radial-gradient(circle at top right,rgba(29,78,216,.08),transparent 28%),linear-gradient(180deg,#fffffffa,#f4f7fcf5);display:flex;flex:1 1 auto;flex-direction:column;gap:1.15rem;min-height:0}.project-files-panel__hero{align-items:start;background:#fffc;border:1px solid rgba(29,78,216,.12);border-radius:var(--radius-lg);display:grid;gap:1rem;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);padding:1rem 1.1rem}.project-files-panel__stats{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.project-files-stat{background:#f6f9fdeb;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.25rem;padding:.9rem 1rem}.project-files-stat span{color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.project-files-stat strong{font-family:Sora,sans-serif;font-size:1.35rem}.project-files-upload{background:#ffffffb8;border:1px dashed rgba(29,78,216,.25);border-radius:var(--radius-lg);display:grid;gap:.9rem;padding:1rem 1.1rem}.project-files-dropzone{align-items:center;background:#f8fbfff5;border:1px dashed rgba(29,78,216,.24);border-radius:18px;cursor:pointer;display:grid;gap:.9rem;grid-template-columns:auto minmax(0,1fr);min-height:88px;padding:1rem 1.1rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-files-dropzone--active,.project-files-dropzone:hover{border-color:#1d4ed86b;box-shadow:0 16px 30px -24px #1d4ed875;transform:translateY(-1px)}.project-files-dropzone input[type=file]{display:none}.project-files-dropzone__copy{display:grid;gap:.2rem;min-width:0}.project-files-dropzone__copy strong{font-size:.98rem}.project-files-dropzone__copy span{color:var(--muted);font-weight:600}.project-files-upload__actions{justify-content:flex-end}.project-files-toolbar{flex-wrap:wrap;justify-content:flex-start}.project-files-toolbar .btn.is-active{background:linear-gradient(135deg,var(--primary) 0,#2563eb 100%);border-color:transparent;color:#fff}.project-files-staging{display:grid;gap:.75rem}.project-files-staging__item{background:#ffffffeb;border:1px solid rgba(31,39,51,.08);border-radius:16px;display:grid;gap:.9rem;padding:.9rem 1rem}.project-files-staging__header{align-items:flex-start;display:flex;gap:.9rem;justify-content:space-between}.project-files-staging__file{min-width:0}.project-files-staging__header-actions{align-items:center;display:inline-flex;flex-shrink:0;gap:.55rem}.project-files-staging__file strong,.project-files-staging__header-actions span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-files-staging__header-actions span{color:var(--muted);font-weight:600}.project-files-staging__fields{display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(180px,220px) minmax(180px,220px)}.project-files-staging__field{min-width:0}.project-files-staging__field input,.project-files-staging__field select{padding-bottom:.72rem;padding-top:.72rem;width:100%}.project-file-picker{align-items:center;background:#fffffff5;border:1px solid var(--line);border-radius:var(--radius-md);cursor:pointer;display:grid;gap:.75rem;grid-template-columns:auto minmax(0,1fr);min-height:52px;padding:.7rem .8rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-file-picker:hover{border-color:#1d4ed83d;box-shadow:0 10px 24px -20px #1d4ed866;transform:translateY(-1px)}#project-document-upload,.project-file-picker input[type=file]{display:none}.project-file-picker__button{align-items:center;background:linear-gradient(135deg,var(--primary) 0,#2563eb 100%);border-radius:999px;color:#fff;display:inline-flex;font-size:.84rem;font-weight:800;justify-content:center;padding:.58rem .9rem;white-space:nowrap}.project-file-picker__name{color:var(--muted);font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-files-grid{display:grid;gap:.9rem}.project-files-grid--folder-view{align-items:stretch}.project-files-grid--folder-view,.project-folder-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.project-folder-grid{display:grid;gap:1rem}.project-folder-card{background:linear-gradient(180deg,#fffcf4fa,#f9f4e6fa);border:1px solid rgba(180,83,9,.12);border-radius:24px;box-shadow:0 18px 34px -28px #784e0a33;cursor:pointer;display:grid;gap:.95rem;min-height:212px;padding:1.15rem 1.1rem 1rem;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.project-folder-card:hover{box-shadow:0 24px 42px -30px #784e0a47;transform:translateY(-2px)}.project-folder-card--selected{border-color:#b4530952;box-shadow:0 28px 48px -32px #784e0a57}.project-folder-card--drop-active{border-color:#1d4ed857;box-shadow:0 28px 54px -34px #1d4ed847}.project-folder-card__head{align-items:flex-start;display:flex;gap:.9rem;justify-content:space-between}.project-folder-card__title{align-items:flex-start;display:flex;gap:.75rem;min-width:0}.project-folder-card__title h4{font-size:1rem;margin:0}.project-folder-card__icon{color:#b45309;font-size:2rem}.project-folder-card__head-meta{display:grid;gap:.45rem;justify-items:end}.project-folder-card__count{align-items:center;background:#b453091f;border-radius:999px;color:#92400e;display:inline-flex;font-weight:800;height:2rem;justify-content:center;min-width:2rem}.project-folder-card__count--floating{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid rgba(180,83,9,.14);height:2.2rem;min-width:2.2rem;position:absolute;right:50%;top:.95rem;transform:translate(50%)}.project-folder-card__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.project-folder-card__preview{align-content:start;display:grid;gap:.7rem}.project-folder-card__preview-stack{display:grid;gap:.55rem}.project-folder-card__preview-chip{align-items:center;background:#ffffffc2;border:1px solid rgba(31,39,51,.07);border-radius:16px;display:grid;gap:.55rem;grid-template-columns:auto minmax(0,1fr);padding:.65rem .72rem}.project-folder-card__preview-chip span:last-child{font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-folder-card__files{display:grid;gap:.65rem}.project-folder-card__file{align-items:center;background:#ffffffb8;border:1px solid rgba(31,39,51,.08);border-radius:16px;display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) auto;padding:.75rem .85rem}.project-folder-card__file-actions{gap:.45rem;justify-content:flex-end}.project-folder-browser{gap:1rem;padding:1.15rem}.project-folder-browser__head{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.project-folder-browser__meta{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.project-folder-grid-note{padding:1rem 1.1rem}.project-folder-loose{border-top:1px solid rgba(31,39,51,.08);padding:1rem 0}.project-folder-loose--drop-active{border-top-color:#1d4ed83d}.project-folder-bulk-visibility{align-items:center;color:var(--text);display:inline-flex;font-weight:700;gap:.65rem}.project-folder-viewer-modal{width:min(1380px,calc(100% - 32px))}.project-file-card{align-items:stretch;background:linear-gradient(135deg,#fffffff5,#f5f8fdf5);border-radius:18px;box-shadow:0 18px 34px -28px #1420353d;padding:1rem 1.05rem}.project-file-card--request{border-color:#0f766e2e}.project-file-card__meta{display:flex;flex-direction:column;gap:.55rem;min-width:115px}.project-file-card__size,.project-file-card__visibility{border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.03em;padding:.35rem .65rem;width:-moz-fit-content;width:fit-content}.project-file-card__visibility{position:relative}.project-file-card__visibility--editable{align-items:center;cursor:pointer;display:inline-flex;gap:.45rem;padding-right:1.7rem}.project-file-card__visibility--editable:after{border-bottom:1.5px solid;border-right:1.5px solid;content:"";height:.42rem;opacity:.58;pointer-events:none;position:absolute;right:.78rem;top:50%;transform:translateY(-62%) rotate(45deg);width:.42rem}.project-file-card__visibility--editable select{cursor:pointer;inset:0;opacity:0;position:absolute}.project-file-card__visibility--normal{background:#1d4ed81f;color:var(--primary-strong)}.project-file-card__visibility--confidential{background:#be185d1f;color:#9f1239}.project-file-card__visibility--request{background:#0f766e1f;color:var(--accent)}.project-file-card__size{background:#0f172a0f;color:var(--muted)}.project-file-card__body{display:grid;flex:1 1 auto;gap:.35rem;min-width:0}.project-file-card__body strong{font-size:1rem}.project-file-card__actions{align-items:center;gap:.45rem;justify-content:flex-end}.project-file-card__action-icon{font-size:1rem;height:2.35rem;width:2.35rem}.project-file-card__action-icon--edit{background:#7c3aed14;border-color:#7c3aed29;color:#7c3aed}.project-file-card__action-icon--access{background:#f59e0b1a;border-color:#b4530929;color:#b45309}.project-file-card__action-icon--view{background:#0f766e14;border-color:#0f766e29;color:#0f766e}.project-file-card__action-icon--download{background:#1d4ed814;border-color:#1d4ed829;color:#1d4ed8}.project-file-card__delete{border-color:#be185d24;color:#9f1239;font-size:1rem;height:2.4rem;padding:0;width:2.4rem}.project-files-requests{border-top:1px solid rgba(31,39,51,.08);padding-top:.35rem}.project-drive{background:linear-gradient(180deg,#fffffffc,#f6f9fdfa);gap:1rem;padding:.9rem}.project-drive__topbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.project-drive__topbar-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.project-drive__topbar-actions{align-items:center;display:flex;flex:1 1 auto;justify-content:flex-end}.project-drive__topbar-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem}.project-drive__new-tile{align-items:center;background:#fff;border:1px solid rgba(31,39,51,.1);border-radius:14px;box-shadow:0 14px 28px -26px #14203566;color:var(--text);display:inline-flex;font-size:.92rem;font-weight:650;gap:.5rem;justify-content:center;padding:.72rem 1rem;width:-moz-fit-content;width:fit-content}.project-drive__new-tile--secondary{background:#f8fafdf5;box-shadow:none}.project-drive__nav-item{align-items:center;background:transparent;border:0;border-radius:999px;color:var(--muted);display:grid;gap:.8rem;grid-template-columns:auto minmax(0,1fr) auto;min-height:46px;padding:.7rem .95rem;text-align:left}.project-drive__nav-item strong{font-size:.78rem}.project-drive__nav-item.is-active{background:#1d4ed824;color:var(--primary-strong);font-weight:800}.project-drive__sidebar-card{background:#f8fafdf2;border:1px solid var(--line);border-radius:20px;display:grid;gap:.3rem;padding:1rem}.project-drive__content{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;min-height:0;overflow:auto;padding:.15rem 0 0;transition:outline-color .18s ease,box-shadow .18s ease}.project-drive__content--drop-active{border-radius:22px;box-shadow:inset 0 0 0 1px #1d4ed833,0 18px 36px -30px #1d4ed852}.project-drive__hero{align-items:center;display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) auto}.project-drive__breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:.65rem}.project-drive__breadcrumb{background:transparent;border:0;color:var(--muted);font-weight:700;padding:0}.project-drive__breadcrumb:last-child{color:var(--text)}.project-drive__stats{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(110px,1fr))}.project-drive__stat{background:#f7f9fc;border:1px solid var(--line);border-radius:18px;display:grid;gap:.25rem;padding:.9rem 1rem}.project-drive__stat span{color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.project-drive__stat strong{font-family:Sora,sans-serif;font-size:1.25rem}.project-folder-grid--drive{gap:1.1rem 1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.project-folder-card--drive{align-items:center;background:#eaf0f9;border:1px solid rgba(148,163,184,.12);border-radius:18px;box-shadow:none;grid-template-columns:minmax(0,1fr) auto;min-height:72px;padding:.95rem 1rem}.project-folder-card--drive .project-folder-card__icon{color:#4b5563;font-size:2rem}.project-folder-card--drive .project-folder-card__title{align-items:center}.project-folder-card--drive .project-folder-card__title h4{font-size:.95rem;font-weight:700}.project-folder-card--drive .project-folder-card__title .section-copy{font-size:.78rem;margin-top:.12rem}.project-folder-card--drive .project-folder-card__preview{display:none}.project-folder-card--drive .project-folder-card__actions{align-items:center;flex-wrap:nowrap;gap:.4rem;justify-content:flex-end}.project-drive__folder-lock{color:#64748b;font-size:1rem}.project-drive__menu-trigger{height:2rem;width:2rem}.project-drive__folder-more{height:2.35rem;width:2.35rem}.project-drive__documents{flex:1 1 auto;min-height:0;padding-top:.15rem}.project-drive__documents-head{align-items:center;display:flex;gap:1rem;justify-content:space-between}.project-drive-files{display:grid;gap:1rem}.project-drive-files--grid{grid-template-columns:repeat(auto-fill,minmax(220px,260px));justify-content:start}.project-drive-files--list{grid-template-columns:1fr}.project-drive-file{background:#eaf0f9;border:1px solid rgba(148,163,184,.1);border-radius:18px;box-shadow:none;display:grid;gap:.55rem;min-width:0;padding:.72rem .8rem;width:100%}.project-drive-file--clickable{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.project-drive-file--clickable:focus-visible,.project-drive-file--clickable:hover{border-color:#3b82f638;box-shadow:0 18px 30px -30px #2563eb47;outline:0;transform:translateY(-1px)}.project-drive-files--list .project-drive-file{align-items:stretch;grid-template-columns:minmax(0,1fr)}.project-drive-file__header{align-items:flex-start;display:flex;gap:.6rem;justify-content:space-between;min-width:0}.project-drive-file__type-badge{align-items:center;border-radius:10px;display:inline-flex;flex:0 0 auto;height:2rem;justify-content:center;width:2rem}.project-drive-file__type-badge--pdf{background:#ef444424;color:#dc2626}.project-drive-file__type-badge--slides{background:#f59e0b29;color:#d97706}.project-drive-file__type-badge--sheet{background:#22c55e24;color:#16a34a}.project-drive-file__type-badge--image{background:#a855f724;color:#9333ea}.project-drive-file__type-badge--doc{background:#3b82f624;color:#2563eb}.project-drive-file__type-icon{font-size:1.15rem}.project-drive-file__body{display:grid;gap:.18rem;min-width:0}.project-drive-file__title-row{align-items:flex-start;display:flex;flex:1 1 auto;gap:.55rem;justify-content:flex-start;min-width:0}.project-drive-file__title-row strong{display:block;font-size:.94rem;line-height:1.3;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-drive-file__meta{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;min-width:0}.project-drive-files--list .project-drive-file__meta{justify-items:start}.project-drive-file__actions{align-items:center;display:flex;flex:0 0 auto;gap:0;justify-content:flex-end}.project-drive-context-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border:1px solid rgba(148,163,184,.16);border-radius:16px;box-shadow:0 24px 44px -28px #0f172a4d;min-width:210px;padding:.45rem;position:fixed;z-index:80}.project-drive-context-menu__item{align-items:center;background:transparent;border:0;border-radius:12px;color:var(--text);display:grid;font-weight:700;gap:.7rem;grid-template-columns:auto minmax(0,1fr);padding:.72rem .8rem;text-align:left;width:100%}.project-drive-context-menu__item:hover{background:#3b82f614}.project-drive-context-menu__item:disabled{cursor:not-allowed;opacity:.56}.project-drive-context-menu__item--danger{color:#b42318}.project-drive-context-menu__item--danger:hover{background:#ef444414}.project-drive__request-stack{padding-top:.2rem}.proposal-editor__actions--footer{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid rgba(148,163,184,.16);border-radius:18px;box-shadow:0 20px 40px -32px #0f172a47;flex-shrink:0;margin-top:auto;padding:.95rem 1rem}.project-files-empty,.project-files-loading,.project-files-lock{background:#ffffffb8;border-radius:var(--radius-lg);padding:1.25rem}.project-files-lock strong{display:block;font-family:Sora,sans-serif;margin-bottom:.35rem}.project-access-list-item{align-items:center;background:#ffffffeb;border:1px solid rgba(31,39,51,.08);border-radius:16px;display:grid;gap:.9rem;grid-template-columns:minmax(0,1fr) auto;padding:.95rem 1rem}.project-access-list-item__body{display:grid;gap:.22rem;min-width:0}.project-document-viewer-modal{width:min(1620px,calc(100% - 24px))!important}.project-document-viewer__top-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.project-document-viewer__top-actions .btn{gap:.45rem}.project-document-viewer__frame iframe{background:#fff;border:1px solid var(--line);border-radius:16px;min-height:72vh;width:100%}.project-document-viewer__image{display:grid;padding:1rem 0;place-items:center}.project-document-viewer__image img{border-radius:16px;box-shadow:0 18px 34px -28px #14203547;max-height:72vh;max-width:100%}.project-document-viewer__html{background:#fffffff5;border:1px solid var(--line);border-radius:16px;padding:1rem 1.1rem}.project-document-viewer__paper-shell{display:grid;padding:1rem 0;place-items:center}.project-document-viewer__paper{background:#fff;border:1px solid rgba(203,213,225,.8);border-radius:18px;box-shadow:0 26px 50px -36px #0f172a47;min-height:72vh;padding:2rem 2.3rem;width:min(900px,100%)}.project-document-viewer__paper--doc{color:#1f2937;font-size:1rem;line-height:1.8}.project-document-viewer__paper--doc p{margin:0 0 1rem}.project-document-viewer__paper--legacy{background:linear-gradient(180deg,#fff,#fbfcfe)}.project-document-viewer__legacy-head{align-items:start;border-bottom:1px solid rgba(226,232,240,.9);display:grid;gap:.85rem;grid-template-columns:auto minmax(0,1fr);margin-bottom:1rem;padding-bottom:1rem}.project-document-viewer__legacy-head .material-symbols-outlined{color:var(--primary-strong)}.project-document-viewer__legacy-head strong{display:block;margin-bottom:.2rem}.project-document-viewer__download-fallback{display:grid;gap:.75rem;justify-items:center;min-height:58vh;place-content:center;text-align:center}.project-document-viewer__download-fallback .material-symbols-outlined{color:var(--primary-strong);font-size:2.4rem}.project-document-viewer__download-fallback strong{font-family:Sora,sans-serif;font-size:1.05rem}.project-document-viewer__download-fallback p{color:var(--muted);line-height:1.6;margin:0;max-width:46ch}.project-document-viewer__sheet-head{align-items:center;display:flex;gap:.6rem;margin-bottom:.85rem}.project-document-viewer__sheet-head h4{margin:0}.project-document-viewer__table-wrap{overflow:auto}.project-document-viewer__table{border-collapse:collapse;width:100%}.project-document-viewer__table td{border:1px solid rgba(31,39,51,.1);font-size:.92rem;padding:.7rem .8rem;vertical-align:top}.project-document-viewer__slides,.project-document-viewer__tables{gap:.9rem}.project-document-slide{display:grid;place-items:center}.project-document-slide__frame{aspect-ratio:16/9;background:radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 28%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(191,219,254,.92);border-radius:24px;box-shadow:0 30px 52px -38px #2563eb3d;overflow:hidden;padding:2rem 2.2rem;width:min(1080px,100%)}.project-document-slide__frame h4{font-size:1.55rem;margin:.35rem 0 1rem}.project-document-slide ul{display:grid;font-size:1rem;gap:.7rem;margin:0;padding-left:1.25rem}.project-document-viewer__text{font:.92rem/1.6 IBM Plex Mono,monospace;margin:0;white-space:pre-wrap;word-break:break-word}.field-warning{color:#b45309}.admin-investor-industries-field{gap:.7rem}.admin-investor-industries-grid{display:grid;gap:.65rem;grid-template-columns:repeat(2,minmax(220px,1fr))}.admin-investor-industry-option{align-items:center;background:#f8fafdfa;border:1px solid var(--line);border-radius:var(--radius-md);-moz-column-gap:.7rem;column-gap:.7rem;display:grid;grid-template-columns:auto minmax(0,1fr);min-height:56px;padding:.85rem 1rem}.admin-investor-industry-option input[type=checkbox]{background:transparent;border:0;border-radius:0;box-shadow:none;height:18px;justify-self:start;margin:0;padding:0;width:18px}.admin-investor-industry-option span{color:var(--text);font-weight:600;line-height:1.35}.section-title{font-family:Sora,sans-serif;font-size:1.35rem;letter-spacing:-.03em;line-height:1.15;margin:0}.section-title--sm{font-size:1.08rem}.section-title--lg{font-size:clamp(1.8rem,3vw,2.5rem);max-width:18ch}.section-title--xl{font-size:clamp(2rem,4vw,3rem);max-width:13ch}.section-copy{color:var(--muted);margin:0}.page-subcopy{margin-top:.35rem;max-width:62ch}.eyebrow-pill,.persona-kicker{background:#1d4ed81a;border-radius:999px;color:var(--primary-strong);font-size:.76rem;font-weight:800;letter-spacing:.04em;padding:.44rem .75rem;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.hero{padding:22px 0 58px}.hero__inner{display:grid;gap:22px}.public-header{padding:14px 0 0;position:sticky;top:0;z-index:20}.public-header__inner{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid var(--line);border-radius:18px;display:flex;gap:18px;justify-content:space-between;padding:14px 20px}.public-header__nav{align-items:center;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:flex-end}.public-header__links{align-items:center;background:#f5f8fde6;border:1px solid var(--line);border-radius:999px;display:flex;gap:.9rem;padding:.3rem}.public-header__nav a{color:var(--muted);font-weight:700}.public-header__links a{border-radius:999px;padding:.55rem .8rem}.public-header__links a:hover{background:#1d4ed814;color:var(--primary-strong)}.auth-actions,.hero-actions,.site-brand,.topbar-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.modal-backdrop .auth-actions,.modal-card .auth-actions,.modal-editor-shell .auth-actions{justify-content:flex-end}.site-brand{gap:14px}.sidebar-brand__mark,.site-brand__mark{background:linear-gradient(135deg,var(--primary-strong) 0,#2563eb 100%);border-radius:14px;color:#fff;display:grid;font-family:Sora,sans-serif;font-weight:700;height:46px;place-items:center;width:46px}.brand-name,.brand-overline{margin:0}.brand-overline{color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.brand-name{font-family:Sora,sans-serif;font-size:.96rem}.hero-grid{align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.hero-copy{display:grid;gap:1.15rem;padding:10px 0 0}.hero-title{font-family:Sora,sans-serif;font-size:clamp(2.05rem,4.5vw,3.5rem);letter-spacing:-.05em;line-height:1;margin:0;max-width:13ch}.hero-body{color:var(--muted);font-size:1rem;line-height:1.75;margin:0;max-width:66ch}.auth-info-grid,.hero-highlights,.hero-stats,.mini-feature-list{display:grid;gap:14px}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.highlight-card,.info-tile,.stat-card{background:#ffffffc7;border:1px solid var(--line);border-radius:var(--radius-lg)}.stat-card{display:grid;gap:.35rem;padding:.95rem 1rem}.stat-card strong{font-size:1rem}.overview-grid span,.stat-card span{color:var(--muted);line-height:1.5}.hero-highlights{margin-top:.2rem}.highlight-card{display:grid;gap:.9rem;grid-template-columns:52px minmax(0,1fr);padding:1rem}.highlight-card span{background:#1d4ed81a;border-radius:14px;color:var(--primary-strong);display:grid;font-family:Sora,sans-serif;font-weight:700;height:52px;place-items:center;width:52px}.highlight-card strong,.info-tile strong,.mini-feature-list strong{display:block;margin-bottom:.3rem}.content-card p,.feature-card p,.highlight-card p,.info-tile p,.mini-feature-list p,.persona-card p{color:var(--muted);line-height:1.68;margin:0}.hero-panel{align-self:start;display:grid;gap:14px;padding-top:8px}.showcase-card{background:linear-gradient(180deg,#fffffffa,#f4f7fcfa);justify-self:start;max-width:440px;padding:1.15rem 1.2rem;width:100%}.showcase-card h3{font-family:Sora,sans-serif;font-size:1.08rem;margin:.45rem 0 .8rem}.showcase-card__eyebrow{color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.auth-page{padding:20px 0 0}.auth-page__inner{align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(0,.98fr) minmax(380px,.92fr);padding-top:26px}.auth-page__inner--login{padding-top:18px}.auth-page__inner--signup{padding-top:34px}.auth-copy{align-content:start;display:grid;gap:.85rem;padding-top:.35rem}.auth-card,.overview-card,.panel-card,.table-card{padding:1.1rem}.admin-hub{display:grid;gap:1rem;padding:1rem}.admin-hub__tabs,.admin-mode-switch{display:flex;flex-wrap:wrap;gap:.75rem}.admin-mode-btn,.admin-tab{background:#f4f7fbf0;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-weight:800;padding:.72rem 1rem}.admin-mode-btn.active,.admin-tab.active{background:linear-gradient(135deg,var(--primary) 0,#2563eb 100%);box-shadow:0 16px 34px -24px #1d4ed88c;color:#fff}.admin-companies-layout,.admin-project-layout,.admin-users-layout{display:grid;gap:1rem}.admin-project-layout{grid-template-columns:1fr}.admin-users-layout{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)}.admin-review-card,.admin-table-card{background:linear-gradient(180deg,#fffffffc,#f4f7fcfa);border:1px solid var(--line);border-radius:var(--radius-xl);overflow:hidden;padding:1rem}.admin-review-card,.admin-review-modal{display:flex;flex-direction:column;gap:1rem}.admin-review-modal>.proposal-editor--inline{flex:1 1 auto;min-height:0;overflow:auto}.admin-review-empty{align-content:center;display:grid;gap:.75rem;min-height:420px}.admin-review-empty p{color:var(--muted);line-height:1.7;margin:0}.admin-review-grid,.admin-review-meta,.admin-role-summary{display:grid;gap:.85rem}.admin-review-grid,.admin-review-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-detail-card,.admin-role-card,.admin-stat{background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.35rem;padding:.95rem 1rem}.admin-detail-card span,.admin-role-card span,.admin-stat span,.table-subcopy{color:var(--muted);font-size:.86rem}.table-link{background:none;border:0;color:inherit;cursor:pointer;font:inherit;font-weight:700;padding:0;text-align:left}.table-link:focus-visible,.table-link:hover{color:var(--accent);text-decoration:underline}.admin-detail-card strong,.admin-role-card strong,.admin-stat strong{font-size:.98rem}.admin-review-block{display:grid;gap:.75rem}.admin-review-block p{line-height:1.7;margin:0}.admin-kv-list{display:grid;gap:.75rem}.admin-kv-item,.admin-note-card{background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);padding:.9rem 1rem}.admin-kv-item{display:grid;gap:.2rem}.admin-kv-item span{color:var(--muted);font-size:.82rem;text-transform:capitalize}.admin-note-card{display:grid;gap:.5rem}.admin-note-card p{margin:0}.admin-note-card__head{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.admin-note-card__head span{color:var(--muted);font-size:.8rem}.admin-summary-meta{color:var(--muted);display:flex;flex-wrap:wrap;font-size:.82rem;gap:.75rem;justify-content:space-between}.admin-section-grid{display:grid;gap:.75rem}.admin-section-grid--1{grid-template-columns:minmax(0,1fr)}.admin-section-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-section-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-field-value{white-space:pre-wrap;word-break:break-word}.admin-review-modal{height:90vh;max-height:90vh;max-width:none;min-height:90vh;min-width:77vw;overflow:auto;width:100vw}.admin-user-modal{display:grid;gap:1rem;max-height:calc(100vh - 48px);overflow:auto;width:min(980px,calc(100% - 32px))}.project-files-upload-modal{width:min(1320px,calc(100% - 32px))}.project-files-upload-modal__actions{display:flex;justify-content:flex-start}.project-files-upload-modal__youtube{display:grid;gap:.75rem}.project-files-upload-modal__youtube-row{align-items:end;display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) auto}.admin-review-utility-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.admin-review-utility-tab{background:#f4f7fceb;border:1px solid var(--line);border-radius:999px;color:var(--muted);font:inherit;font-weight:700;padding:.55rem .95rem}.admin-review-utility-tab--active{background:#fff;box-shadow:0 8px 20px #0f172a14;color:var(--ink)}.admin-modal-actions{background:linear-gradient(180deg,#f5f8fd00,#f5f8fdf5 24%,#f5f8fdfa);bottom:0;margin-top:.5rem;padding:.9rem 0 0;position:sticky;z-index:4}.admin-tag-filter{display:grid;flex:0 0 220px;gap:.45rem;min-width:220px}.admin-table-tools{align-items:end;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.admin-table-search{display:grid;gap:.45rem;min-width:240px}.admin-table-filters{align-items:end;display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:flex-end}.admin-table-search label,.admin-tag-filter label{color:var(--muted);font-size:.82rem;font-weight:700}.admin-table-search input,.admin-tag-filter select{background:#fffffff5;border:1px solid var(--line);border-radius:999px;color:var(--text);padding:.8rem 1rem;width:100%}.admin-column-picker{position:relative}.admin-column-picker summary{background:#ffffffc7;border:1px solid var(--line);border-radius:999px;color:var(--text);cursor:pointer;font-weight:700;list-style:none;padding:.8rem 1rem}.admin-column-picker summary::-webkit-details-marker{display:none}.admin-column-picker__menu{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);display:grid;gap:.55rem;min-width:220px;padding:.8rem;position:absolute;right:0;top:calc(100% + .45rem);z-index:5}.admin-column-picker__option{align-items:center;display:flex;gap:.55rem}.data-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:800;padding:.36rem .7rem;white-space:nowrap}.data-badge--tier{background:#1d4ed81f;color:#1d4ed8}.data-badge--industry{background:#0f766e1f;color:#0f766e}.data-badge--listed{background:#bf5a241f;color:#b45309}.data-badge--alert{background:#c24f4f24;color:#b42318;justify-content:center;min-width:1.5rem}.admin-table-name-cell{align-items:center;display:inline-flex;gap:.55rem}.admin-table-row--pending{background:#c24f4f0a}.admin-tag-list{display:flex;flex-wrap:wrap;gap:.45rem}.admin-tag-cell{align-items:center;display:flex;gap:.55rem;justify-content:space-between}.admin-tag{background:#1d4ed814;border-radius:999px;font-size:.76rem;line-height:1;padding:.36rem .68rem}.admin-tag,.admin-tag-add{align-items:center;color:var(--primary-strong);display:inline-flex;font-weight:800}.admin-tag-add{background:#fffffff5;border:1px solid var(--line);border-radius:999px;flex:0 0 auto;font-size:1rem;height:32px;justify-content:center;width:32px}.admin-tag-picker{display:grid;gap:.75rem}.admin-tag-option{align-items:center;background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);display:flex;gap:.7rem;padding:.9rem 1rem}.admin-tag-option input{height:18px;margin:0;width:18px}.admin-tag-option span{font-weight:700}.admin-user-modal .admin-kv-list,.admin-user-modal .admin-review-grid{margin-top:.25rem}.inbox-grid{display:grid;gap:1rem;grid-template-columns:minmax(320px,.85fr) minmax(0,1.15fr)}.inbox-list{display:grid;gap:.85rem}.inbox-item{background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.55rem;padding:.95rem 1rem}.inbox-item--unread{border-color:#1d4ed83d;box-shadow:inset 3px 0 0 var(--primary)}.notification-card--neutral{background:#f8fafdf5;border-color:#94a3b833}.notification-card--info{background:#ecf6ffeb;border-color:#7bb0e352}.notification-card--success{background:#edfaf1f0;border-color:#7ec99657}.notification-card--warning{background:#fff8e7f0;border-color:#e9bc5d5c}.notification-card--danger{background:#fff1eff0;border-color:#e5867c57}.notification-card--accent{background:#f2f3fff0;border-color:#9198ec57}.chat-bubble__head,.inbox-item__head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.chat-panel__head h3,.inbox-item h3{font-size:1rem;margin:.2rem 0 0}.chat-bubble p,.inbox-item p{line-height:1.65;margin:0;white-space:pre-line}.chat-layout{align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.chat-layout--project{grid-template-columns:minmax(220px,.62fr) minmax(0,1.38fr)}.chat-rooms,.chat-thread{display:grid;gap:.75rem}.chat-room-btn{background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.25rem;padding:.95rem 1rem;text-align:left}.chat-room-btn strong{font-size:.95rem}.chat-bubble__head span,.chat-room-btn span{color:var(--muted);font-size:.83rem}.chat-room-btn.active{background:#1d4ed814;border-color:#1d4ed83d}.chat-panel{background:#fafcfff5;border:1px solid var(--line);border-radius:var(--radius-lg);display:grid;gap:1rem;padding:1rem}.project-updates{margin-top:.25rem}.project-updates__intro{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.proposal-analytics-strip{align-items:stretch;display:flex;gap:.75rem;margin-top:.85rem}.proposal-analytics-toolbar{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.9rem;justify-content:space-between;margin-top:.85rem}.proposal-analytics-toolbar .proposal-analytics-strip{flex:1 1 420px;margin-top:0}.proposal-analytics-toolbar .proposal-utility-tabs{align-self:flex-start;flex:0 0 auto;justify-content:flex-end;margin-left:auto}.project-update-feed{display:grid;gap:.85rem}.project-update-card{background:#f8fafdf2;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.55rem;padding:1rem}.project-update-card p{line-height:1.65;margin:0;white-space:pre-line}.project-update-card__head{align-items:flex-start;display:flex;gap:.8rem;justify-content:space-between}.project-update-card__meta{display:grid;flex:0 0 auto;gap:.45rem;justify-items:end;text-align:right}.project-update-card__badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.74rem;font-weight:800;padding:.3rem .7rem;text-transform:capitalize;white-space:nowrap}.project-update-card__badge--approved{background:#0f766e1f;color:#0f766e}.project-update-card__badge--alert{background:#c24f4f1f;color:#b42318}.project-update-card__badge--message,.project-update-card__badge--neutral{background:#0f172a14;color:var(--ink)}.tab-switch{background:#f4f7fce6;border:1px solid var(--line);border-radius:999px;display:flex;flex-wrap:nowrap;gap:.35rem;overflow:visible;padding:.3rem}.tab-switch__btn{background:transparent;border:0;border-radius:999px;color:var(--muted);flex:0 0 auto;font:inherit;font-size:.88rem;font-weight:700;padding:.5rem .72rem}.tab-switch__btn--active{background:#fff;box-shadow:0 8px 20px #0f172a14;color:var(--ink)}@media(max-width:900px){.admin-section-grid--2,.admin-section-grid--3{grid-template-columns:minmax(0,1fr)}.admin-review-utility-tabs{justify-content:flex-start}}.chat-bubble{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.5rem;padding:.9rem 1rem}.status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:800;padding:.4rem .75rem;text-transform:capitalize;white-space:nowrap}.status-pill--pending{background:#bf5a241f;color:#b45309}.status-pill--approved{background:#0f766e1f;color:#0f766e}.status-pill--needs_clarification{background:#c24f4f1f;color:#b42318}.status-pill--on_hold{background:#7d4dcc1f;color:#6d28d9}.status-pill--rejected{background:#be185d24;color:#9f1239}.status-pill--active{background:#0f766e1f;color:#0f766e}.status-pill--draft,.status-pill--not_requested,.status-pill--revoked,.status-pill--unpublished{background:#6773841f;color:#516072}.auth-card{align-self:stretch;background:linear-gradient(180deg,#fffffffc,#f4f7fcfc);border:1px solid rgba(30,37,43,.12);gap:.65rem;min-height:auto;width:100%}.auth-card__header,.panel-intro,.proposal-header{margin-bottom:.1rem}.panel-head .proposal-header{flex:1 1 auto;min-width:0}.proposal-header__actions{align-items:center;display:flex;flex:0 0 auto;gap:.75rem;justify-content:flex-end;margin-left:auto}.proposal-header__actions .admin-tag-option{flex:0 0 auto;padding:.55rem .8rem;white-space:nowrap}.proposal-header__actions .tab-switch{flex:0 0 auto}.auth-card__header{align-content:start;justify-items:start}.auth-card__body{color:var(--muted);font-size:.95rem;line-height:1.55;margin:0}.auth-card__micro{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;max-width:100%;width:100%}.auth-card__micro span{align-items:center;background:#1d4ed814;border-radius:999px;color:var(--primary-strong);display:inline-flex;font-size:.76rem;font-weight:700;justify-content:center;line-height:1;min-height:34px;padding:.36rem .68rem;white-space:nowrap}.auth-info-grid,.mini-feature-list{grid-template-columns:1fr}.info-tile,.mini-feature-list>div{padding:.82rem}.mini-feature-list>div{padding:.85rem .9rem}.landing-section{padding:0 0 64px}.public-footer{background:#111827;color:#ffffffeb;margin-top:auto;padding:0}.public-footer__inner{align-items:start;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);padding:2rem 0 2.2rem}.public-footer__brand{font-family:Sora,sans-serif;font-size:1rem;margin:0 0 .2rem}.public-footer__copy{color:#ffffffa8;line-height:1.7;margin:0;max-width:56ch}.public-footer__meta{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.public-footer__meta div{background:#ffffff0f;border:1px solid hsla(0,0%,100%,.08);border-radius:18px;display:grid;gap:.24rem;padding:.95rem 1rem}.public-footer__meta strong{font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.public-footer__meta span{color:#ffffffad;font-size:.88rem;line-height:1.55}.section-heading{display:grid;gap:.5rem}.persona-grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.content-card,.feature-card,.persona-card{padding:1.35rem}.persona-card--active{background:linear-gradient(180deg,#fffffffc,#f2f7fffc)}.content-card h3,.feature-card h3,.persona-card h3{font-family:Sora,sans-serif;font-size:1.1rem;line-height:1.28;margin:.55rem 0 .65rem}.text-link{color:var(--primary-strong);display:inline-flex;font-weight:800;margin-top:.95rem}.text-link--muted{color:var(--muted)}.content-grid,.feature-grid{display:grid;gap:18px}.content-grid,.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid--dashboard{margin-top:.2rem}.dashboard-shell{padding:22px 0 34px}.dashboard-frame{align-items:start;display:grid;gap:18px;grid-template-columns:232px minmax(0,1fr)}.sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid var(--line);border-radius:24px;display:grid;gap:1rem;padding:.95rem;position:sticky;top:22px}.sidebar-brand{align-items:center;display:flex;gap:14px}.sidebar-profile{border-radius:18px;padding:.85rem .95rem}.sidebar-nav{display:grid;gap:.3rem}.sidebar-link{align-items:center;border-radius:12px;color:var(--muted);display:flex;gap:.75rem;justify-content:space-between;padding:.72rem .85rem}.sidebar-link.router-link-active{background:#1d4ed81a;color:var(--primary-strong);font-weight:800}.dashboard-main{display:grid;gap:.9rem;justify-items:center;padding:0}.dashboard-main>:not(.modal-backdrop){max-width:1240px;width:100%}.dashboard-topbar{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid var(--line);border-radius:18px;display:flex;gap:1rem;justify-content:space-between;padding:.82rem .95rem}.topbar-actions,.topbar-center,.topbar-identity{flex:1 1 0}.topbar-center{display:flex;justify-content:center}.topbar-actions{justify-content:flex-end}.topbar-title{font-size:1.02rem}.topbar-access-link{color:var(--primary-strong);display:inline-flex;font-size:.92rem;font-weight:700;text-align:center}.topbar-access-link:hover{color:var(--primary);text-decoration:underline}.topbar-access-link--muted,.topbar-access-link--muted:hover{color:var(--muted)}.summary-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.summary-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.summary-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.summary-card{min-height:118px;padding:.9rem}.summary-card__label{color:var(--muted);font-size:.86rem;margin:0}.summary-card__value{font-family:Sora,sans-serif;font-size:1.08rem;line-height:1.15;margin:.2rem 0 0}.overview-card{background:linear-gradient(180deg,#fffffff5,#f7fafff5);display:grid;gap:.9rem}.overview-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.overview-grid div{background:#ffffffb3;border:1px solid var(--line);border-radius:var(--radius-md);display:grid;gap:.2rem;padding:.78rem .82rem}.overview-grid strong{font-family:Sora,sans-serif;font-size:1.08rem}.page-heading{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding:.1rem 0 .15rem}.table-shell{border-radius:var(--radius-md);max-width:100%;overflow:auto;width:100%}.table-card{background:#fffffff5}.table-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:.55rem;white-space:nowrap}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid rgba(30,37,43,.08);padding:.92rem 1rem;text-align:left}th{font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.empty-state,th{color:var(--muted)}.empty-state{padding:1.25rem;text-align:center}.modal-backdrop{background:#12181f6b;display:grid;inset:0;padding:1rem;place-items:center;position:fixed;z-index:30}.modal-backdrop--stacked{z-index:35}.modal-card{max-height:calc(100vh - 48px);overflow:auto;padding:1rem;width:min(920px,100%)}.modal-card,.modal-editor-shell{background:linear-gradient(180deg,#fffffffa,#f5f8fdfa)}.modal-editor-shell{border-radius:var(--radius-xl);box-shadow:var(--shadow);display:flex;flex-direction:column;height:90vh;max-height:90vh;min-height:90vh;overflow:hidden;width:min(1210px,100%)}.panel-head{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.icon-btn{align-items:center;background:#ffffffeb;border:1px solid var(--line);border-radius:999px;color:var(--muted);display:inline-flex;flex:0 0 auto;font-size:1.2rem;height:38px;justify-content:center;line-height:1;width:38px}.icon-btn:hover{background:#fff;color:var(--text)}.proposal-editor{display:grid;gap:1.15rem}.proposal-editor--inline{display:flex;flex:1 1 auto;flex-direction:column;min-height:100%;min-width:0;overflow:hidden;padding:1.15rem}.proposal-editor__body{gap:1.15rem;min-width:0;overflow:auto;padding-bottom:1rem}.proposal-editor-content-panel,.proposal-editor__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.proposal-editor-content-panel{justify-content:flex-start}.admin-review-modal .proposal-editor-content-panel>.card.panel-card{flex:1 1 auto;min-height:0}.proposal-editor__actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.proposal-editor__actions--footer{justify-content:flex-end}.proposal-editor__footer-note{color:#64748b;font-weight:600;margin:0 auto 0 0}.intake-card{background:#f7faffe6;border:1px solid var(--line);border-radius:18px;padding:1rem}.upload-dropzone{background:linear-gradient(180deg,#fffffffa,#f2f7fffa);border:1.5px dashed rgba(29,78,216,.28);border-radius:20px;cursor:pointer;display:grid;gap:.35rem;justify-items:center;padding:2rem 1.2rem;position:relative;text-align:center}.upload-dropzone:hover{background:linear-gradient(180deg,#fff,#edf4ff);border-color:#1d4ed873}.upload-dropzone--busy{opacity:.6;pointer-events:none}.upload-dropzone__input{cursor:pointer;inset:0;opacity:0;position:absolute}.upload-dropzone__icon{background:#1d4ed81a;border-radius:16px;color:var(--primary-strong);display:grid;font-family:Sora,sans-serif;font-size:1.4rem;font-weight:700;height:52px;place-items:center;width:52px}.upload-dropzone strong{font-size:1rem}.upload-dropzone small{color:var(--muted);line-height:1.55}.proposal-intake__meta{color:var(--muted);display:flex;flex-wrap:wrap;font-size:.88rem;gap:.8rem;justify-content:space-between}.intake-processing-card{align-items:center;background:radial-gradient(circle at top left,rgba(29,78,216,.12),transparent 42%),linear-gradient(135deg,#fffffffa,#edf4fff5);border:1px solid rgba(29,78,216,.18);border-radius:22px;display:grid;gap:1rem;grid-template-columns:minmax(180px,220px) 1fr;overflow:hidden;padding:1.1rem 1.15rem}.intake-processing-card__visual{display:grid;min-height:180px;place-items:center;position:relative}.intake-orbit{display:grid;height:154px;place-items:center;position:relative;width:154px}.intake-orbit__ring{border:1px solid rgba(29,78,216,.18);border-radius:50%;inset:0;position:absolute}.intake-orbit__ring--outer{animation:intake-spin 7s linear infinite}.intake-orbit__ring--middle{animation:intake-spin-reverse 5s linear infinite;border-color:#0f766e47;border-style:dashed;inset:18px}.intake-orbit__ring--inner{animation:intake-pulse-ring 2.2s ease-in-out infinite;border-color:#bf5a2447;inset:38px}.intake-orbit__core{background:linear-gradient(135deg,#1d4ed8,#0f766e);border-radius:24px;box-shadow:0 18px 40px #1d4ed82e;color:#fff;display:grid;font-family:Sora,sans-serif;font-size:1.2rem;font-weight:700;height:72px;letter-spacing:.08em;place-items:center;position:relative;width:72px;z-index:1}.intake-scanlines{align-content:center;display:grid;gap:.6rem;inset:16px;pointer-events:none;position:absolute}.intake-scanlines span{animation:intake-scanline 2.6s ease-in-out infinite;background:linear-gradient(90deg,transparent,rgba(29,78,216,.85),transparent);border-radius:999px;height:4px;transform:translate(-110%)}.intake-scanlines span:nth-child(2){animation-delay:.45s}.intake-scanlines span:nth-child(3){animation-delay:.9s}.intake-processing-card__copy{display:grid;gap:.55rem}.intake-processing-card__copy h3,.intake-processing-card__copy p{margin:0}.intake-processing-card__copy h3{font-size:1.08rem}.intake-processing-card__copy p{color:var(--muted);line-height:1.6}.intake-processing-steps{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.2rem}.intake-processing-steps span{align-items:center;animation:intake-chip-pulse 1.8s ease-in-out infinite;background:#ffffffd1;border:1px solid rgba(29,78,216,.12);border-radius:999px;color:var(--text);display:inline-flex;font-size:.8rem;font-weight:700;padding:.42rem .72rem}.intake-processing-steps span:nth-child(2){animation-delay:.3s}.intake-processing-steps span:nth-child(3){animation-delay:.6s}@keyframes intake-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes intake-spin-reverse{0%{transform:rotate(1turn)}to{transform:rotate(0)}}@keyframes intake-pulse-ring{0%,to{opacity:.55;transform:scale(.98)}50%{opacity:1;transform:scale(1.03)}}@keyframes intake-scanline{0%{opacity:0;transform:translate(-110%)}20%{opacity:1}50%{opacity:.95;transform:translate(0)}to{opacity:0;transform:translate(110%)}}@keyframes intake-chip-pulse{0%,to{box-shadow:none;transform:translateY(0)}50%{box-shadow:0 10px 22px #1d4ed81f;transform:translateY(-2px)}}.modal-card--frame .panel-card{border-radius:20px;box-shadow:none;padding:1.15rem}.success-copy{color:#0f766e;font-size:.9rem;font-weight:700;margin:0}.toast-stack{display:grid;gap:.8rem;position:fixed;right:1.25rem;top:1.25rem;width:min(380px,calc(100vw - 2rem));z-index:2000}.toast-card{align-items:flex-start;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 22px 55px #1018282e;display:flex;gap:.9rem;justify-content:space-between;padding:.95rem 1rem}.toast-card--success{background:linear-gradient(135deg,#f3fcf7fa,#fffffffa);border-color:#127d4e38}.toast-card--info{border-color:#0f172a1a}.toast-card--error{background:linear-gradient(135deg,#fff5f4fa,#fffffffa);border-color:#b423182e}.toast-card__body{display:grid;gap:.25rem}.toast-card__body strong{color:#152132;font-size:.98rem}.toast-card__body p{color:#5c6677;line-height:1.45;margin:0;white-space:pre-line}.toast-card__close{background:transparent;border:0;color:#617089;cursor:pointer;font-size:1.1rem;line-height:1;padding:.1rem}.account-grid{display:grid;gap:.95rem}.account-access-card{scroll-margin-top:110px}.account-grid form>.btn,.account-grid>.card>.btn{justify-self:end;min-width:0;width:auto}.discover-toolbar{align-items:end;display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,220px))}.discover-toolbar--wide{grid-template-columns:minmax(0,4fr) minmax(0,3fr) minmax(0,3fr) minmax(0,2fr)}.discover-toolbar__view{justify-self:stretch;width:100%}.discover-view-switch{background:#f7faffeb;border:1px solid var(--line);border-radius:14px;display:inline-flex;overflow:hidden;width:100%}.discover-view-switch__btn{align-items:center;background:transparent;border:0;color:var(--muted);display:inline-flex;flex:1 1 0;font-weight:700;gap:.5rem;justify-content:center;padding:.78rem .85rem}.discover-view-switch__btn--active{background:#fff;box-shadow:inset 0 0 0 1px var(--line);color:var(--text)}.discover-view-switch__icon{display:inline-flex;height:1rem;width:1rem}.discover-view-switch__icon svg{height:100%;stroke:currentColor;stroke-width:1.8;width:100%}.discover-grid{display:grid;gap:.95rem;grid-template-columns:repeat(2,minmax(0,1fr))}.discover-card{display:grid;gap:.9rem;padding:1rem 1.05rem}.discover-card--interactive{cursor:pointer}.discover-card--interactive:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.discover-card__actions{justify-content:flex-start}.discover-card__head{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.discover-card__head-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.discover-card__head h3{font-family:Sora,sans-serif;font-size:1.08rem;line-height:1.25;margin:.35rem 0 0}.discover-metrics{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.discover-card__meta span,.discover-metrics div{background:#f7faffeb;border:1px solid var(--line);border-radius:16px;padding:.82rem .9rem}.discover-metrics strong{display:block;font-size:.96rem}.discover-card__meta span,.discover-metrics span{color:var(--muted);line-height:1.45}.discover-card__meta{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.discover-table-shell{overflow:visible}.discover-table{table-layout:fixed}.discover-table th:first-child{width:27%}.discover-table th:nth-child(2){width:19%}.discover-table th:nth-child(3),.discover-table th:nth-child(4){width:18%}.discover-table th:nth-child(5){width:8%}.discover-table th:nth-child(6){width:10%}.discover-table__actions,.discover-table__mandate,.discover-table__stack{vertical-align:top}.discover-table__title{display:inline-block;font-family:Sora,sans-serif;font-size:1.02rem;line-height:1.3;margin:.18rem 0 .3rem}.discover-table__stack{min-width:0}.discover-table__stack .table-subcopy,.discover-table__stack strong{display:block}.discover-table__stack strong+.table-subcopy{margin-bottom:.55rem}.discover-table__actions{white-space:normal}.discover-table__actions .btn{justify-content:center;width:100%}.discover-table__actions .btn+.btn{margin-top:.55rem}.discover-project-modal{display:flex;flex-direction:column;height:90vh;max-height:90vh;min-height:90vh;width:min(1188px,calc(100vw - 40px))}.discover-project-modal .panel-head{margin-bottom:.4rem}.discover-project-head-actions{align-items:center;display:flex;gap:.75rem}.discover-project-head-actions .admin-review-utility-tabs{justify-content:flex-end}.discover-project-body{display:flex;flex:1 1 auto;flex-direction:column;gap:1.05rem;min-height:0;overflow:auto}.discover-upgrade-banner{align-items:center;background:#eff6ffeb;border:1px solid rgba(29,78,216,.16);border-radius:18px;display:flex;gap:1rem;justify-content:space-between;padding:.9rem 1rem}.discover-upgrade-banner strong{color:var(--primary-strong);font-size:.95rem}.discover-upgrade-banner p{color:var(--muted);line-height:1.5;margin:.15rem 0 0}.discover-project-summary{align-items:start;display:grid;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr))}.discover-project-intro{background:linear-gradient(180deg,#fffffffa,#f5f8fffa)}.discover-project-chat{background:linear-gradient(180deg,#fffffffa,#f4f7fcfa);min-width:0}.discover-project-content-card{align-items:stretch;display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-start;min-height:0}.discover-project-content-card .admin-kv-list,.discover-project-content-card .admin-section-grid{align-items:start}.discover-chat-thread{max-height:520px;min-height:280px}@media(max-width:900px){.discover-table{table-layout:auto}.discover-project-modal{width:min(100vw - 20px,1000px)}.discover-project-head-actions{flex-wrap:wrap;justify-content:flex-end}.discover-upgrade-banner{align-items:flex-start;flex-direction:column}.discover-project-summary{grid-template-columns:1fr 1fr}}@media(max-width:640px){.discover-table__actions .btn{width:100%}.discover-project-summary{grid-template-columns:1fr}}.setting-toggle{align-items:start;background:#f7faffe6;border:1px solid var(--line);border-radius:18px;display:grid;gap:.9rem;grid-template-columns:20px minmax(0,1fr);padding:.95rem 1rem}.setting-toggle input{margin-top:.2rem}.setting-toggle span{display:grid;gap:.22rem}.setting-toggle strong{font-size:.95rem}.setting-toggle small{color:var(--muted);line-height:1.55}.tabs{align-items:flex-end;border-bottom:1px solid rgba(148,163,184,.18);display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:.35rem}.proposal-utility-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.tab-btn{background:linear-gradient(180deg,#f8fafcf5,#f1f5f9f0);border:1px solid rgba(148,163,184,.16);border-bottom-color:transparent;border-radius:16px 16px 0 0;padding:.78rem 1rem .72rem;position:relative;top:1px;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.tab-btn,.utility-tab-btn{align-items:center;color:#64748b;display:inline-flex;font-weight:700;gap:.45rem}.utility-tab-btn{background:#f8fafcc2;border:1px solid rgba(148,163,184,.18);border-radius:999px;font-size:.9rem;padding:.58rem .9rem}.utility-tab-btn.active{background:#eff6fffa;border-color:#1d4ed83d;box-shadow:0 10px 24px #1d4ed814;color:var(--primary-strong)}.utility-tab-btn--highlight{box-shadow:inset 0 0 0 1px #1d4ed814}.tab-btn--intake{background:linear-gradient(180deg,#fff7edfa,#ffedd5f0);border-color:rgba(180,83,9,.18) rgba(180,83,9,.18) transparent;box-shadow:inset 0 0 0 1px #fb923c14;color:#9a3412}.tab-btn--intake.active{background:linear-gradient(180deg,#ffedd5,#fed7aafa);border-color:rgba(194,65,12,.24) rgba(194,65,12,.24) rgba(254,215,170,.98);color:#7c2d12}.tab-btn--highlight{background:linear-gradient(180deg,#eff6fffa,#dbeafef0);border-color:#1d4ed838;color:var(--primary-strong)}.tab-btn__badge{align-items:center;background:var(--primary-strong);border-radius:999px;color:#fff;display:inline-flex;font-size:.72rem;font-weight:800;height:1.35rem;justify-content:center;line-height:1;min-width:1.35rem;padding:0 .35rem}.tab-btn.active{background:#fff;border-color:rgba(29,78,216,.16) rgba(29,78,216,.16) #fff;box-shadow:0 -1px #ffffffeb,0 10px 24px #0f172a0d;color:var(--primary-strong)}.tab-btn:hover,.utility-tab-btn:hover{transform:translateY(-1px)}@media(max-width:1080px){.proposal-analytics-strip{display:grid}.admin-companies-layout,.admin-project-layout,.admin-users-layout,.auth-page__inner,.chat-layout,.content-grid,.dashboard-frame,.discover-card__meta,.discover-grid,.discover-metrics,.feature-grid,.grid-2,.grid-3,.hero-grid,.hero-stats,.inbox-grid,.overview-grid,.persona-grid,.summary-grid{grid-template-columns:1fr}.hero-title,.section-title--lg,.section-title--xl{max-width:none}.sidebar{position:static}}@media(max-width:768px){.dashboard-topbar,.page-heading,.public-header__inner{align-items:flex-start;flex-direction:column}.topbar-actions,.topbar-center,.topbar-identity{flex:none;width:100%}.topbar-center{justify-content:flex-start}.auth-actions,.hero-actions,.public-header__links,.public-header__nav,.topbar-actions{width:100%}.public-header__links{justify-content:space-between}.public-footer__inner{align-items:start;grid-template-columns:1fr}.public-footer__meta{justify-content:flex-start}.auth-actions .btn,.hero-actions .btn,.public-header__nav .btn,.topbar-actions .btn{width:100%}.showcase-card{max-width:none}.admin-hub__tabs,.admin-mode-switch{width:100%}.admin-mode-btn,.admin-tab{justify-content:center;width:100%}.admin-review-grid,.admin-review-meta,.admin-role-summary,.chat-layout{grid-template-columns:1fr}.admin-tag-filter{width:100%}.intake-processing-card{grid-template-columns:1fr}.intake-processing-card__visual{min-height:150px}.project-drive__documents-head,.project-drive__hero,.project-drive__topbar{align-items:flex-end;flex-direction:column;grid-template-columns:1fr}.project-drive__frame{min-height:auto}.project-drive__new-tile,.project-drive__topbar-actions,.project-drive__topbar-buttons,.project-drive__topbar-tabs{width:100%}.project-drive-files--list .project-drive-file,.project-drive__stats{grid-template-columns:1fr}.project-drive-file__actions,.project-drive-file__meta,.project-drive-files--list .project-drive-file__meta{justify-content:flex-start;justify-items:start}.project-file-card,.project-files-dropzone,.project-files-panel__hero,.project-files-staging__item,.project-files-upload{flex-direction:column;grid-template-columns:1fr}.project-file-card__actions,.project-file-card__meta,.project-files-upload-modal__youtube-row,.project-files-upload__actions{width:100%}.project-files-upload-modal__youtube-row{grid-template-columns:1fr}}
