.ce-page{--cave-green: #1E3D2B;--cave-deep: #142A1E;--moss: #2D5A43;--moss-light: #3A7356;--moss-dark: #234A36;--ember: #B87333;--stone: #F7F5F0;--sand: #EDE9E0;--ce-forest: #0a2e22;--ce-forest-deep: #0a2e22;--ce-forest-mid: #12503a;--ce-forest-soft: #175e42;--ce-cream: #f4efe2;--ce-cream-soft: #ede6d6;--ce-text: #e4e0d4;--ce-muted: rgba(235, 228, 212, .6);--ce-gold: #F0C75E;--ce-gold-bright: #FFE7AF;--ce-gold-soft: rgba(244, 233, 198, .86);--ce-line: rgba(235, 203, 133, .14);color:var(--ce-text);background:#0a2e22;font-family:DM Sans,system-ui,sans-serif}.ce-page h1,.ce-page h2,.ce-page h3,.ce-page p,.ce-page li,.ce-page small,.ce-page a,.ce-page button{overflow-wrap:anywhere}.ce-shell{width:min(1160px,calc(100% - 2.5rem));margin:0 auto}.ce-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.ce-btn{border:1px solid transparent;border-radius:.72rem;padding:.68rem 1.04rem;text-decoration:none;font-size:.88rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease}.ce-btn:hover{transform:translateY(-1px)}.ce-btn:focus-visible,.ce-nav__links a:focus-visible{outline:2px solid var(--ce-gold);outline-offset:2px}.ce-btn--gold{color:#1a1a17;background:var(--ce-gold);box-shadow:0 10px 20px #080a0933}.ce-btn--gold:hover{box-shadow:0 14px 24px #080a0940}.ce-btn--ghost{color:#ebe4d4d9;border-color:#fff3;background:transparent}.ce-btn--ghost:hover{color:#fff;border-color:#ffffff59;background:#ffffff0f}.ce-btn--ghost-nav{color:#ffffffd9;border-color:#fff3;background:transparent}.ce-btn--ghost-nav:hover{color:#fff;border-color:#fff6;background:#ffffff0f}.ce-btn--ghost-hero{color:#ffffffd9;border-color:#ffffff40;background:transparent}.ce-btn--ghost-hero:hover{color:#fff;border-color:#ffffff73;background:#ffffff0f}.ce-btn--lg{padding:.88rem 1.6rem;font-size:.94rem;font-weight:700;border-radius:.35rem}.ce-eyebrow{margin:0;font-family:DM Mono,monospace;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;color:var(--ce-gold-bright)}.ce-eyebrow--dark{color:var(--ce-gold-bright)}.ce-nav{position:fixed;top:0;left:0;right:0;z-index:200;background:linear-gradient(112deg,#072c21,#0b3a2b 40%,#14543d 72%,#2b6a4b);border-bottom:1px solid transparent}.ce-nav:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#fff0,#f5cd7b8c 18%,#fff3,#a7deba66 82%,#fff0)}.ce-nav--scrolled{background:linear-gradient(112deg,#072c21f7,#0b3a2bf7 40%,#14543df7 72%,#2b6a4bf7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 26px #050c0966;will-change:backdrop-filter}.ce-nav__inner{position:relative;min-height:5rem;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:none;padding:0 2.5rem}.ce-brand{display:inline-flex;align-items:center;text-decoration:none}.ce-brand__logo{height:3.2rem;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.ce-nav__links{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.25rem;background:linear-gradient(135deg,#041f17a3,#061d166b);border:1px solid rgba(248,223,160,.18);border-radius:999px;padding:.25rem;box-shadow:inset 0 1px #ffffff1a,0 8px 18px #050c0940;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ce-nav__links a{position:relative;color:#f3f7f4d6;text-decoration:none;font-size:.8rem;font-weight:700;letter-spacing:.085em;text-transform:uppercase;padding:.58rem 1rem;border-radius:999px;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease}.ce-nav__links a:after{content:"";position:absolute;left:.82rem;right:.82rem;bottom:.28rem;height:2px;border-radius:2px;background:linear-gradient(90deg,#f8d68f00,#f8d68fd9,#a8e1be00);transform:scaleX(.25);opacity:0;transition:transform .16s ease,opacity .16s ease}.ce-nav__links a:hover{color:#fff4d8;background:#fff3d814}.ce-nav__links a:hover:after{transform:scaleX(1);opacity:1}.ce-nav__links a.ce-nav__link--active{color:#ffe7af;background:linear-gradient(180deg,#fae1a833,#fae1a81c);box-shadow:inset 0 0 0 1px #fae1a85c,0 8px 14px #0a120e57}.ce-nav__links a.ce-nav__link--active:after{transform:scaleX(1);opacity:1}.ce-nav__actions{display:flex;align-items:center;gap:.5rem}.ce-hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;width:2.4rem;height:2.4rem;flex-direction:column;justify-content:center;align-items:center;gap:5px;position:relative;z-index:210}.ce-hamburger span{display:block;width:20px;height:2px;background:#f1eadad9;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.ce-hamburger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.ce-hamburger--open span:nth-child(2){opacity:0}.ce-hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.ce-mobile-dropdown{display:none;position:fixed;top:5rem;left:0;right:0;background:linear-gradient(150deg,#072c21f7,#0b3a2bf2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(248,223,160,.1);box-shadow:0 12px 28px #050c0966;padding:1rem 1.25rem 1.5rem;flex-direction:column;gap:.25rem;z-index:199;animation:ceDropdownIn .2s ease}.ce-mobile-dropdown--open{display:flex}.ce-mobile-dropdown a{color:#f1eadad9;text-decoration:none;font-size:1rem;font-weight:600;padding:.75rem .5rem;border-radius:.5rem;transition:background-color .15s ease}.ce-mobile-dropdown a:hover,.ce-mobile-dropdown a.ce-nav__link--active{background:#ffffff0f;color:#fff}@keyframes ceDropdownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ce-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:clamp(100px,15vh,200px);background:radial-gradient(circle at 16% 16%,rgba(240,199,94,.14) 0%,transparent 42%),radial-gradient(circle at 78% 14%,rgba(58,115,86,.2) 0%,transparent 45%),radial-gradient(circle at 66% 72%,rgba(240,199,94,.08) 0%,transparent 52%),linear-gradient(180deg,#0a2e22,#0f4430 60%,#12523c);overflow:hidden}.ce-hero__noise{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px;pointer-events:none}.ce-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:1.8rem;justify-items:center}.ce-hero__grid>*{min-width:0}.ce-hero__copy{display:flex;flex-direction:column;align-items:center;text-align:center}.ce-hero__copy h1{margin:0;color:var(--ce-gold-bright);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,DM Sans,sans-serif;font-weight:900;font-size:clamp(3.2rem,6vw,5.8rem);line-height:1.05;letter-spacing:-.02em;max-width:28ch;text-wrap:balance}.ce-subhead{margin-top:1.2rem;color:#ebe4d49e;max-width:46rem;line-height:1.66;font-size:1.02rem}.ce-hero__actions{margin-top:1.4rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.9rem}.ce-trust-line{margin-top:1.2rem;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.ce-trust-badge{display:inline-flex;align-items:center;gap:.3rem;background:linear-gradient(180deg,#04171166,#04140f80);border:1px solid rgba(235,203,133,.14);border-radius:999px;padding:.3rem .7rem;color:#f4e9c6b3;font-size:.76rem;letter-spacing:.01em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ce-board-window{border:1px solid rgba(235,203,133,.18);border-radius:1rem;background:linear-gradient(180deg,#0a2e22,#0f4430,#175e42 64%,#1a6a4a);box-shadow:0 24px 64px #00000059,0 8px 20px #0000002e,inset 0 1px #ffe7ac1a;overflow:hidden;width:100%;max-width:800px;transform:perspective(1200px) rotateX(2.5deg);transform-origin:top center;-webkit-mask-image:linear-gradient(to bottom,black 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 70%,transparent 100%)}.ce-board-window__chrome{height:1.8rem;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;border-bottom:1px solid rgba(235,203,133,.08);background:#0000001f}.ce-board-window__title{font-size:.68rem;color:#d4dcd780;letter-spacing:.02em}.ce-win-controls{display:flex;align-items:center;gap:.6rem}.ce-win-btn{color:#d4dcd766;display:flex;align-items:center;justify-content:center}.ce-win-btn--close:hover{color:#ff5f57}.ce-board-window__body{padding:.88rem}.ce-board-head{display:flex;justify-content:space-between;align-items:center;font-family:DM Mono,monospace;letter-spacing:.07em;font-size:.7rem;color:#e0e8e1db}.ce-live-pill{display:inline-flex;align-items:center;gap:.3rem}.ce-live-dot{width:.48rem;height:.48rem;border-radius:999px;background:#3be377;box-shadow:0 0 #3be37799;animation:cePulse 1.3s ease-in-out infinite}.ce-stat-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.ce-stat-grid article{border:1px solid rgba(235,203,133,.14);border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;padding:.52rem .56rem}.ce-stat-grid p{margin:0;font-size:.64rem;text-transform:uppercase;color:#e2e9e3b8}.ce-stat-grid strong{margin-top:.24rem;display:block;color:var(--ce-gold-soft);font-family:Playfair Display,serif;font-size:1.08rem}.ce-project-list{margin-top:.76rem;display:grid;gap:.45rem}.ce-project-list>div{border:1px solid rgba(235,203,133,.1);border-radius:1rem;background:linear-gradient(180deg,#04171166,#04140f85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.56rem .62rem;display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:center}.ce-project-list p{margin:0;color:#f2ebd9;font-weight:700;font-size:.83rem}.ce-project-list small{display:block;margin-top:.17rem;color:#dbe3dcc7;font-size:.72rem}.ce-badge{font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.08em;border-radius:999px;padding:.22rem .45rem;border:1px solid transparent}.ce-badge--risk{color:#ffceb6;border-color:#ffae918c;background:#7223125c}.ce-badge--track{color:#d5f8df;border-color:#82e4a18c;background:#0f542c5c}.ce-badge--level{color:#ffe8b6;border-color:#e5c7728c;background:#604e1661}.ce-feed{margin-top:.76rem;border:1px solid rgba(235,203,133,.1);border-radius:1rem;background:linear-gradient(180deg,#04171166,#04140f85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.56rem .62rem}.ce-feed>p{margin:0;color:#dce3dda8;font-family:DM Mono,monospace;letter-spacing:.07em;font-size:.64rem}.ce-feed__event{margin-top:.35rem;color:#f1ecd9;font-size:.79rem;animation:ceFeedIn .42s ease}.ce-problem{padding:5rem 0 7.5rem;background:radial-gradient(ellipse at 80% 20%,rgba(58,115,86,.12) 0%,transparent 55%),linear-gradient(180deg,#0e3e2c,#12503a)}.ce-problem h2,.ce-request h2{margin:.8rem 0 0;font-family:Playfair Display,serif;letter-spacing:.01em;line-height:1.14;color:var(--ce-gold-soft)}.ce-problem h2{max-width:24ch;font-size:clamp(1.85rem,3.6vw,2.9rem)}.ce-tool-grid{margin-top:1.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.ce-tool-card{border:1px solid var(--ce-line);border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;padding:.92rem}.ce-tool-card h3{margin:0;font-size:1.05rem;color:#f4e9c699}.ce-tool-card p{margin:.45rem 0 0;color:#ebe4d466;line-height:1.5;font-size:.88rem}.ce-problem__excel{margin:1rem 0 0;color:#ebe4d4bf;font-size:.94rem;font-weight:600}.ce-resolution{margin-top:1.18rem;border:1px solid rgba(241,199,93,.35);border-radius:1rem;background:radial-gradient(circle at top,rgba(240,199,94,.08) 0%,transparent 50%),linear-gradient(180deg,#3d513059,#2236298c);color:#f4eedf;padding:1.15rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;box-shadow:inset 0 1px #ffe7ac2e,0 12px 28px #00000040,0 0 30px #f1c75d0f}.ce-resolution p{margin:0;line-height:1.55;font-size:.91rem}.ce-resolution a{color:#f2ca77;text-decoration:none;font-weight:700;white-space:nowrap}.ce-resolution a:hover{color:#ffe3aa}.ce-feature-card{position:relative;border:1px solid var(--ce-line);border-top:1px solid rgba(235,203,133,.22);border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;padding:1.05rem;transition:transform .18s ease,box-shadow .18s ease,border-top-color .18s ease;overflow:hidden}.ce-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--ce-gold);transform:scaleX(0);transform-origin:left center;transition:transform .18s ease}.ce-feature-card:hover{border-top-color:#ebcb8580;transform:translateY(-3px);box-shadow:inset 0 1px #ffffff14,0 16px 34px #00000047}.ce-feature-card:hover:before{transform:scaleX(1)}.ce-feature-card__head{display:flex;align-items:center;gap:.55rem}.ce-feature-card__icon{width:1.95rem;height:1.95rem;border-radius:.58rem;display:grid;place-items:center;color:var(--ce-gold);background:#d6ad5726}.ce-feature-card__icon svg{width:1.14rem;height:1.14rem}.ce-feature-card h3{margin:0;font-size:1rem;color:var(--ce-gold-soft)}.ce-feature-card p{margin:.48rem 0 0;color:var(--ce-muted);line-height:1.56;font-size:.86rem}.ce-feature-card ul{margin:.62rem 0 0;padding:0;list-style:none;display:grid;gap:.35rem}.ce-feature-card li{position:relative;padding-left:.92rem;color:#ebe4d4d1;font-size:.81rem;line-height:1.44}.ce-feature-card li:before{content:"";position:absolute;left:0;top:.45rem;width:.36rem;height:.36rem;border-radius:999px;background:#a48038e6}.ce-workflow__num{display:inline-flex;align-items:center;justify-content:center;min-width:2.3rem;height:2.3rem;border-radius:.62rem;background:#d6ad5733;color:var(--ce-gold);font-family:Playfair Display,serif;font-size:1.34rem;font-weight:700;line-height:1}.ce-request{position:relative;overflow:hidden;padding:7.5rem 0;background:radial-gradient(circle at 18% 18%,rgba(240,199,94,.12) 0%,transparent 42%),radial-gradient(circle at 90% 0%,rgba(58,115,86,.16) 0%,transparent 44%),linear-gradient(180deg,#175e42,#12503a);color:#f2edde}.ce-request:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(135deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 1px,transparent 1px,transparent 16px);opacity:.26}.ce-request .ce-shell{position:relative;z-index:1;max-width:760px;display:flex;flex-direction:column;align-items:center;text-align:center}.ce-request h2{font-size:clamp(1.96rem,3.4vw,3rem);max-width:min(22ch,100%);width:auto;line-height:1.15;text-wrap:balance;white-space:normal;padding-right:.08em;margin-left:auto;margin-right:auto}.ce-request__sub{margin:.9rem auto 0;color:#eee6d6e6;max-width:58ch;line-height:1.6}.ce-request__form{margin-top:1.2rem;display:flex;justify-content:center;gap:.5rem;max-width:540px;width:100%}.ce-request__form>*{min-width:0}.ce-request__form input{flex:1;min-width:0;border-radius:.72rem;border:1px solid rgba(238,229,208,.26);background:#091c1499;color:#f6efde;padding:.7rem .8rem;font:inherit}.ce-request__form input::-moz-placeholder{color:#ebe1cc94}.ce-request__form input::placeholder{color:#ebe1cc94}.ce-request__form input:focus{outline:none;border-color:var(--ce-gold)}.ce-request__footnote{margin:.72rem auto 0;color:#ebe3d2b8;font-size:.84rem;text-align:center}.ce-footer{background:#0e2e21;border-top:1px solid rgba(235,203,133,.12);padding:3rem 0 1.5rem}.ce-footer__inner{display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center}.ce-footer__brand{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ce-footer__logo{height:2.8rem;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.ce-footer__brand-sub{font-family:DM Mono,monospace;color:var(--ce-gold);font-size:.68rem;letter-spacing:.14em}.ce-footer__nav{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.ce-footer__nav a{color:#f1eadab3;text-decoration:none;font-size:.84rem;font-weight:500;transition:color .15s ease}.ce-footer__nav a:hover{color:#f2ca77}.ce-footer__bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.ce-footer__bottom p{margin:0;color:#ebe3d280;font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.03em}.ce-teaser{padding:5rem 0;background:radial-gradient(ellipse at 20% 50%,rgba(58,115,86,.1) 0%,transparent 60%),linear-gradient(180deg,#12503a,#165e44);border-top:1px solid rgba(235,203,133,.06)}.ce-teaser+.ce-teaser{border-top:1px solid rgba(235,203,133,.04);padding-top:0;background:radial-gradient(ellipse at 60% 40%,rgba(58,115,86,.08) 0%,transparent 55%),linear-gradient(180deg,#165e44,#19694c)}.ce-teaser+.ce-teaser+.ce-teaser{background:radial-gradient(ellipse at 40% 30%,rgba(240,199,94,.04) 0%,transparent 50%),linear-gradient(180deg,#19694c,#1a6a4a)}.ce-teaser__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.ce-teaser__header h2{margin:0;font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.8vw,2.2rem);line-height:1.18;color:var(--ce-gold-soft)}.ce-teaser__link{color:var(--ce-gold);text-decoration:none;font-weight:700;font-size:.88rem;white-space:nowrap;transition:color .15s ease}.ce-teaser__link:hover{color:#c49a3e}.ce-teaser__grid{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.ce-teaser__flow{margin-top:1.2rem;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.ce-teaser__flow article{border:1px solid var(--ce-line);border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;padding:.85rem;text-align:center}.ce-teaser__flow article .ce-workflow__num{margin:0 auto}.ce-teaser__flow article h3{margin:.5rem 0 0;font-size:.95rem}.ce-teaser__personas{margin-top:1.2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.ce-teaser__persona-card{border:1px solid var(--ce-line);border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;padding:.85rem}.ce-teaser__persona-card h3{margin:0;font-size:.95rem}.ce-teaser__persona-card p{margin:.3rem 0 0;color:var(--ce-muted);font-size:.84rem;line-height:1.5}.ce-fp-hero{padding:8rem 0 5rem;background:radial-gradient(circle at 16% 16%,rgba(240,199,94,.12) 0%,transparent 42%),radial-gradient(circle at 78% 14%,rgba(58,115,86,.16) 0%,transparent 45%),linear-gradient(180deg,#0a2e22,#0f4430);color:#f2edde}.ce-fp-hero h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;color:var(--ce-cream)}.ce-fp-hero p{margin:1rem 0 0;color:#eee6d6bf;font-size:1.05rem;line-height:1.6;max-width:52ch}.ce-fp-section{padding:5rem 0}.ce-fp-section:nth-child(odd){background:radial-gradient(ellipse at 70% 30%,rgba(58,115,86,.08) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44)}.ce-fp-section:nth-child(2n){background:radial-gradient(ellipse at 20% 50%,rgba(240,199,94,.03) 0%,transparent 50%),linear-gradient(180deg,#14543d,#175e42)}.ce-fp-section--featured{background:radial-gradient(circle at 10% 10%,rgba(240,199,94,.1) 0%,transparent 50%),linear-gradient(180deg,#0f4430,#12503a)!important;color:#f2edde;padding:6rem 0}.ce-fp-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.ce-fp-row--reverse{direction:rtl}.ce-fp-row--reverse>*{direction:ltr}.ce-fp-text h2{margin:0;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;color:var(--ce-gold-soft)}.ce-fp-section--featured .ce-fp-text h2{color:var(--ce-cream)}.ce-fp-text>p{margin:.8rem 0 0;color:var(--ce-muted);line-height:1.65;font-size:.95rem}.ce-fp-section--featured .ce-fp-text>p{color:#eee6d6cc}.ce-fp-text .ce-feature-card__icon{width:2.4rem;height:2.4rem;margin-bottom:.75rem}.ce-fp-text .ce-feature-card__icon svg{width:1.3rem;height:1.3rem}.ce-fp-bullets{margin:1.2rem 0 0;padding:0;list-style:none;display:grid;gap:.45rem}.ce-fp-bullets li{position:relative;padding-left:1rem;font-size:.88rem;line-height:1.5;color:var(--ce-muted)}.ce-fp-section--featured .ce-fp-bullets li{color:#eee6d6d9}.ce-fp-bullets li:before{content:"";position:absolute;left:0;top:.5rem;width:.36rem;height:.36rem;border-radius:999px;background:var(--ce-gold)}.ce-fp-visual{border:none;border-radius:.92rem;background:transparent;min-height:280px;display:grid;place-items:center;color:var(--ce-muted);font-size:.84rem;font-style:normal;overflow:hidden}.ce-fp-section--featured .ce-fp-visual{color:#eee6d680}.ce-mock{width:100%;border-radius:.92rem;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f;font-style:normal}.ce-mock--dark{background:linear-gradient(180deg,#0f4430,#0a2e22);border:1px solid rgba(235,203,133,.14);color:#f2edde}.ce-mock--light{background:linear-gradient(180deg,#122a1eb3,#0c1e16cc);border:1px solid rgba(248,223,160,.12);color:var(--ce-cream)}.ce-mock__chrome{height:2rem;display:flex;align-items:center;justify-content:space-between;padding:0 .75rem;font-family:DM Mono,monospace;font-size:.62rem;letter-spacing:.08em;color:#d4dcd799;border-bottom:1px solid rgba(212,220,215,.12);background:#ffffff08}.ce-mock__chrome--light{color:#ebe4d480;border-bottom-color:#f8dfa014;background:#ffffff08}.ce-mock__status{font-size:.58rem;padding:.12rem .4rem;border-radius:999px}.ce-mock__status--done{color:#d5f8df;border:1px solid rgba(130,228,161,.5);background:#0f542c5c}.ce-mock__body{padding:.75rem}.ce-mock-rfp__source{display:flex;align-items:center;gap:.6rem;margin-bottom:.65rem}.ce-mock-rfp__file-icon{width:2rem;height:2rem;flex-shrink:0;color:var(--ce-gold)}.ce-mock-rfp__file-icon svg{width:100%;height:100%}.ce-mock-rfp__filename{margin:0;font-size:.8rem;font-weight:700;color:#f2edde}.ce-mock-rfp__meta{margin:.1rem 0 0;font-size:.66rem;color:#dce3dd99}.ce-mock-rfp__bar{height:4px;border-radius:999px;background:#ffffff1a;margin-bottom:.75rem;overflow:hidden}.ce-mock-rfp__bar-fill{height:100%;width:100%;border-radius:999px;background:var(--ce-gold)}.ce-mock-rfp__results{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.ce-mock-rfp__field{border:1px solid rgba(206,216,210,.18);border-radius:.5rem;background:#0d211880;padding:.45rem .55rem}.ce-mock-rfp__label{display:block;font-family:DM Mono,monospace;font-size:.56rem;letter-spacing:.08em;text-transform:uppercase;color:#dce3dd8c}.ce-mock-rfp__value{display:block;margin-top:.15rem;font-size:.78rem;font-weight:600;color:var(--ce-gold)}.ce-mock-invite__wave+.ce-mock-invite__wave{margin-top:.65rem}.ce-mock-invite__wave-head{display:flex;justify-content:space-between;font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.06em;color:var(--ce-muted);padding-bottom:.3rem;border-bottom:1px solid var(--ce-line);margin-bottom:.25rem}.ce-mock-invite__row{display:grid;grid-template-columns:auto 1fr auto auto;gap:.5rem;align-items:center;padding:.3rem 0;font-size:.76rem;border-bottom:1px solid rgba(255,255,255,.06)}.ce-mock-invite__row:last-child{border-bottom:none}.ce-mock-invite__tree{font-family:DM Mono,monospace;font-size:.6rem;color:var(--ce-muted);letter-spacing:.02em}.ce-mock-invite__name{font-weight:600}.ce-mock-invite__opened{font-size:.66rem;font-family:DM Mono,monospace;letter-spacing:.04em;color:var(--ce-muted)}.ce-mock-invite__pill{font-size:.58rem;font-family:DM Mono,monospace;letter-spacing:.05em;padding:.12rem .4rem;border-radius:999px;border:1px solid transparent;text-align:center;min-width:6.4rem}.ce-mock-level__table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.72rem}.ce-mock-level__table th{font-family:DM Mono,monospace;font-size:.6rem;letter-spacing:.04em;font-weight:600;text-align:center;padding:.35rem .4rem;border-bottom:2px solid var(--ce-line);color:var(--ce-muted)}.ce-mock-level__table th:first-child{text-align:left}.ce-mock-level__table td{padding:.35rem .4rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.06)}.ce-mock-level__table td:first-child{text-align:left;font-weight:600;color:var(--ce-cream)}.ce-mock-level__bid-row td{font-weight:700;font-size:.78rem;border-bottom:2px solid var(--ce-line);color:var(--ce-cream)}.ce-mock-level__best{color:var(--ce-gold)!important;background:#d6ad571f}.ce-mock-level__inc{color:#82e4a1}.ce-mock-level__exc{color:#ffb4a0;background:#9a3a2a1a}.ce-mock-subs__filters{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.ce-mock-subs__search{display:flex;align-items:center;gap:.35rem;flex:1;border:1px solid var(--ce-line);border-radius:.45rem;padding:.3rem .5rem;font-size:.72rem;color:var(--ce-muted)}.ce-mock-subs__search svg{width:.85rem;height:.85rem;flex-shrink:0}.ce-mock-subs__filter-pills{display:flex;gap:.3rem}.ce-mock-subs__filter-pills span{font-size:.62rem;font-family:DM Mono,monospace;padding:.2rem .45rem;border:1px solid var(--ce-line);border-radius:.35rem;color:var(--ce-muted)}.ce-mock-subs__row{display:flex;justify-content:space-between;align-items:center;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.ce-mock-subs__row:last-child{border-bottom:none}.ce-mock-subs__name{font-size:.8rem;font-weight:700;display:block}.ce-mock-subs__tags{display:flex;gap:.3rem;margin-top:.2rem}.ce-mock-subs__tag{font-size:.58rem;font-family:DM Mono,monospace;letter-spacing:.04em;padding:.1rem .35rem;border-radius:.25rem;background:#ffffff0f;color:var(--ce-muted)}.ce-mock-subs__meta{text-align:right;flex-shrink:0}.ce-mock-subs__stars{display:block;font-size:.72rem;color:var(--ce-gold);letter-spacing:.05em}.ce-mock-subs__meta>span:last-child{display:block;font-size:.62rem;color:var(--ce-muted);margin-top:.1rem}.ce-mock-plans__group+.ce-mock-plans__group{margin-top:.5rem}.ce-mock-plans__folder{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;margin-bottom:.2rem}.ce-mock-plans__folder svg{width:1rem;height:1rem;color:var(--ce-gold)}.ce-mock-plans__file{display:flex;align-items:center;gap:.35rem;padding:.28rem 0 .28rem 1.35rem;font-size:.72rem;border-bottom:1px solid rgba(255,255,255,.06)}.ce-mock-plans__file:last-child{border-bottom:none}.ce-mock-plans__file svg{width:.85rem;height:.85rem;flex-shrink:0;color:var(--ce-muted)}.ce-mock-plans__name{flex:1}.ce-mock-plans__new{font-family:DM Mono,monospace;font-size:.52rem;letter-spacing:.06em;padding:.08rem .3rem;border-radius:.2rem;background:#1a6b3a33;color:#82e4a1;font-weight:700}.ce-mock-plans__pulls{font-family:DM Mono,monospace;font-size:.62rem;color:var(--ce-muted);flex-shrink:0;min-width:3.5rem;text-align:right}.ce-mock-plans__download{font-family:DM Mono,monospace;font-size:.66rem;color:var(--ce-muted);opacity:.85}@media(max-width:768px){.ce-mock-invite__opened{display:none}.ce-mock-invite__row{grid-template-columns:auto 1fr auto}.ce-mock-level__table th:nth-child(4),.ce-mock-level__table td:nth-child(4){display:none}.ce-mock-level__table th,.ce-mock-level__table td{font-size:.68rem}.ce-mock-subs__meta>span:last-child{display:none}.ce-mock-plans__pulls{min-width:2.8rem}}.ce-wf-hero{padding:8rem 0 5rem;background:radial-gradient(circle at 16% 16%,rgba(240,199,94,.12) 0%,transparent 42%),radial-gradient(circle at 78% 14%,rgba(58,115,86,.16) 0%,transparent 45%),linear-gradient(180deg,#0a2e22,#0f4430);color:#f2edde}.ce-wf-hero h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;color:var(--ce-cream)}.ce-wf-hero p{margin:1rem 0 0;color:#eee6d6bf;font-size:1.05rem;line-height:1.6;max-width:52ch}.ce-wf-section{position:relative;padding:4rem 0}.ce-wf-section:nth-child(odd){background:radial-gradient(ellipse at 50% 0%,rgba(58,115,86,.1) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44)}.ce-wf-section:nth-child(2n){background:radial-gradient(ellipse at 30% 60%,rgba(240,199,94,.03) 0%,transparent 50%),linear-gradient(180deg,#14543d,#175e42)}.ce-wf-connector{position:absolute;top:0;left:50%;transform:translate(-50%);width:2px;height:2rem;background:linear-gradient(180deg,var(--ce-gold),rgba(214,173,87,.3))}.ce-wf-step-badge{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:3rem;border-radius:.75rem;background:#d6ad5733;color:var(--ce-gold);font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;line-height:1}.ce-wf-section h2{margin:.75rem 0 0;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;color:var(--ce-gold-soft)}.ce-wf-section>.ce-shell>p{margin:.8rem 0 0;color:var(--ce-muted);font-size:.95rem;line-height:1.65;max-width:60ch}.ce-wf-substeps{margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.ce-wf-substeps li{position:relative;padding-left:1rem;font-size:.88rem;line-height:1.5;color:var(--ce-muted)}.ce-wf-substeps li:before{content:"";position:absolute;left:0;top:.5rem;width:.36rem;height:.36rem;border-radius:999px;background:var(--ce-gold)}.ce-wf-compare{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ce-wf-compare__panel{border:1px solid var(--ce-line);border-radius:.82rem;padding:1.2rem}.ce-wf-compare__panel--without{background:#ffffff08}.ce-wf-compare__panel--with{background:#d6ad5714;border-color:#d6ad5740}.ce-wf-compare__label{margin:0;font-family:DM Mono,monospace;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.ce-wf-compare__panel--without .ce-wf-compare__label{color:var(--ce-muted)}.ce-wf-compare__panel--with .ce-wf-compare__label{color:var(--ce-gold)}.ce-wf-compare__panel p:last-child{margin:.6rem 0 0;font-size:.88rem;line-height:1.55;color:var(--ce-muted)}.ce-wf-compare__panel--with p:last-child{color:var(--ce-cream)}.ce-wif-hero{padding:8rem 0 5rem;background:radial-gradient(circle at 16% 16%,rgba(240,199,94,.12) 0%,transparent 42%),radial-gradient(circle at 78% 14%,rgba(58,115,86,.16) 0%,transparent 45%),linear-gradient(180deg,#0a2e22,#0f4430);color:#f2edde}.ce-wif-hero h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;color:var(--ce-cream)}.ce-wif-hero p{margin:1rem 0 0;color:#eee6d6bf;font-size:1.05rem;line-height:1.6;max-width:52ch}.ce-wif-section{padding:5rem 0}.ce-wif-section:nth-child(odd){background:radial-gradient(ellipse at 60% 20%,rgba(58,115,86,.08) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44)}.ce-wif-section:nth-child(2n){background:radial-gradient(ellipse at 40% 50%,rgba(240,199,94,.03) 0%,transparent 50%),linear-gradient(180deg,#14543d,#175e42)}.ce-wif-section__head{display:flex;align-items:center;gap:.75rem}.ce-wif-section__icon{width:2.8rem;height:2.8rem;border-radius:.68rem;display:grid;place-items:center;color:var(--ce-gold);background:#d6ad5726}.ce-wif-section__icon svg{width:1.5rem;height:1.5rem}.ce-wif-section h2{margin:0;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;color:var(--ce-gold-soft)}.ce-wif-pain{margin:1rem 0 0;color:var(--ce-muted);font-size:.95rem;line-height:1.65;max-width:60ch}.ce-wif-outcomes{margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:.45rem}.ce-wif-outcomes li{position:relative;padding-left:1rem;font-size:.88rem;line-height:1.5;color:var(--ce-cream)}.ce-wif-outcomes li:before{content:"";position:absolute;left:0;top:.5rem;width:.36rem;height:.36rem;border-radius:999px;background:var(--ce-gold)}.ce-wif-compare{margin-top:2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ce-wif-compare__col{border:1px solid var(--ce-line);border-radius:.82rem;padding:1.2rem}.ce-wif-compare__col--before{background:#ffffff08}.ce-wif-compare__col--after{background:#d6ad5714;border-color:#d6ad5740}.ce-wif-compare__col h4{margin:0;font-family:DM Mono,monospace;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.ce-wif-compare__col--before h4{color:var(--ce-muted)}.ce-wif-compare__col--after h4{color:var(--ce-gold)}.ce-wif-compare__col ul{margin:.8rem 0 0;padding:0;list-style:none;display:grid;gap:.4rem}.ce-wif-compare__col li{position:relative;padding-left:.9rem;font-size:.84rem;line-height:1.45;color:var(--ce-muted)}.ce-wif-compare__col--after li{color:var(--ce-cream)}.ce-wif-compare__col li:before{content:"";position:absolute;left:0;top:.42rem;width:.3rem;height:.3rem;border-radius:999px}.ce-wif-compare__col--before li:before{background:var(--ce-muted)}.ce-wif-compare__col--after li:before{background:var(--ce-gold)}.ce-wif-testimonial{margin-top:2rem;border-left:3px solid rgba(214,173,87,.4);padding:1rem 1.2rem;background:#d6ad570f;border-radius:0 .5rem .5rem 0;font-style:italic;color:#ebe4d4bf;font-size:.9rem;line-height:1.6}.ce-pricing-hero{padding:8rem 0 5rem;background:radial-gradient(circle at 16% 16%,rgba(240,199,94,.12) 0%,transparent 42%),radial-gradient(circle at 78% 14%,rgba(58,115,86,.16) 0%,transparent 45%),linear-gradient(180deg,#0a2e22,#0f4430);color:#f2edde;text-align:center}.ce-pricing-hero h1{margin:0;font-family:Playfair Display,serif;font-size:clamp(2.4rem,4.5vw,3.8rem);line-height:1.1;color:var(--ce-cream)}.ce-pricing-hero p{margin:1rem auto 0;color:#eee6d6bf;font-size:1.05rem;line-height:1.6;max-width:48ch}.ce-pricing-tiers{padding:4rem 0 5rem;background:radial-gradient(ellipse at 50% 20%,rgba(58,115,86,.1) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44)}.ce-pricing-tiers .ce-shell{width:calc(100% - 10rem);max-width:none}.ce-pricing-tiers__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.ce-tier-card{position:relative;display:flex;flex-direction:column;border:1px solid var(--ce-line);border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;padding:1.8rem 1.4rem 1.6rem;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.ce-tier-card:hover{transform:translateY(-3px);box-shadow:inset 0 1px #ffffff14,0 16px 34px #00000052}.ce-tier-card__image{width:120px;height:120px;-o-object-fit:contain;object-fit:contain;margin:0 auto .75rem}.ce-tier-card__image--placeholder{display:grid;place-items:center;border-radius:50%;background:#21433314;color:var(--ce-muted)}.ce-tier-card__image--placeholder svg{width:48px;height:48px}.ce-tier-card__name{margin:0;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.ce-tier-card__price{margin:.4rem 0 0;font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;line-height:1.1;color:var(--ce-gold)}.ce-tier-card__price span{font-size:.82rem;font-weight:500;color:var(--ce-muted);font-family:DM Sans,system-ui,sans-serif;margin-left:.15rem}.ce-tier-card__cta{margin-top:1.2rem;width:100%}.ce-tier-card__features{margin-top:auto;padding:1rem 0 0;border-top:1px solid var(--ce-line);list-style:none;display:flex;flex-direction:column;gap:.5rem;flex:1;text-align:left}.ce-tier-card__feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.84rem;line-height:1.4;color:var(--ce-cream)}.ce-tier-card__feature .ce-pricing-check{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.05rem}.ce-tier-card__includes{font-size:.82rem;font-weight:600;color:var(--ce-gold);padding-bottom:.35rem;margin-bottom:.1rem;border-bottom:1px solid var(--ce-line);list-style:none}.ce-pricing-base{padding:5rem 0;background:radial-gradient(circle at 18% 18%,rgba(240,199,94,.1) 0%,transparent 42%),linear-gradient(180deg,#0f4430,#12503a);color:#f2edde}.ce-pricing-base h2{margin:.6rem 0 0;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.2rem);color:var(--ce-cream)}.ce-pricing-base .ce-pricing-includes__grid{margin-top:2rem}.ce-pricing-base .ce-pricing-include-item h3{color:var(--ce-cream)}.ce-pricing-base .ce-pricing-include-item p{color:#eee6d6b3}.ce-pricing-base .ce-pricing-check{color:var(--ce-gold)}.ce-pricing-includes__grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ce-pricing-include-item{display:flex;gap:.7rem;align-items:flex-start}.ce-pricing-check{flex-shrink:0;width:1.3rem;height:1.3rem;margin-top:.1rem;color:var(--ce-gold)}.ce-pricing-include-item h3{margin:0;font-size:.95rem}.ce-pricing-include-item p{margin:.2rem 0 0;color:var(--ce-muted);font-size:.84rem;line-height:1.45}.ce-faq{padding:5rem 0;background:radial-gradient(ellipse at 50% 30%,rgba(58,115,86,.08) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44)}.ce-faq h2{margin:0;font-family:Playfair Display,serif;font-size:clamp(1.6rem,3vw,2.2rem);text-align:center}.ce-faq__list{margin-top:2rem;max-width:720px;margin-left:auto;margin-right:auto;display:grid;gap:0}.ce-faq__item{border-bottom:1px solid var(--ce-line)}.ce-faq__item:first-child{border-top:1px solid var(--ce-line)}.ce-faq__trigger{width:100%;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 0;font:inherit;font-size:.95rem;font-weight:600;color:var(--ce-cream);text-align:left}.ce-faq__trigger:hover{color:var(--ce-gold)}.ce-faq__chevron{flex-shrink:0;width:1.1rem;height:1.1rem;color:var(--ce-muted);transition:transform .2s ease}.ce-faq__chevron--open{transform:rotate(180deg)}.ce-faq__answer{overflow:hidden;max-height:0;transition:max-height .25s ease}.ce-faq__answer--open{max-height:200px}.ce-faq__answer p{margin:0;padding:0 0 1.1rem;color:var(--ce-muted);font-size:.88rem;line-height:1.6}.ce-reveal{opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease}.ce-reveal--visible{opacity:1;transform:translateY(0)}@keyframes cePulse{0%{box-shadow:0 0 #3be37799}70%{box-shadow:0 0 0 9px #3be37700}to{box-shadow:0 0 #3be37700}}@keyframes ceFeedIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1080px){.ce-board-window{max-width:100%}.ce-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ce-fp-row,.ce-fp-row--reverse{grid-template-columns:1fr;direction:ltr}.ce-wf-compare,.ce-wif-compare{grid-template-columns:1fr}.ce-teaser__grid,.ce-teaser__flow,.ce-teaser__personas,.ce-pricing-includes__grid,.ce-pricing-tiers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.ce-shell{width:min(1160px,calc(100% - 2.5rem))}.ce-nav__inner{min-height:3.5rem;flex-wrap:nowrap;gap:.5rem;padding:0 1.25rem}.ce-nav__actions .ce-btn{padding:.5rem .8rem;font-size:.78rem}.ce-brand__logo{height:2.1rem}.ce-nav__links{display:none}.ce-hamburger{display:flex}.ce-mobile-dropdown{top:3.5rem}.ce-nav__actions{display:flex}.ce-hero{min-height:auto;padding-top:clamp(60px,12vh,120px);padding-bottom:3rem}.ce-hero__grid{gap:1.5rem}.ce-hero__copy h1{font-size:clamp(2rem,8vw,2.6rem);max-width:100%}.ce-subhead{font-size:.92rem;max-width:100%}.ce-hero__actions{width:auto}.ce-btn--lg{width:auto;padding:.7rem 1.1rem;font-size:.88rem}.ce-trust-line{font-size:.68rem;line-height:1.7}.ce-board-window{display:none}.ce-tool-grid,.ce-request__form{grid-template-columns:1fr}.ce-request h2{max-width:100%;text-wrap:pretty}.ce-resolution{flex-direction:column;align-items:flex-start}.ce-request__form{display:grid}.ce-request__form button{width:100%}.ce-teaser__grid,.ce-teaser__flow,.ce-teaser__personas{grid-template-columns:1fr}.ce-fp-row,.ce-fp-row--reverse{grid-template-columns:1fr;direction:ltr}.ce-fp-hero,.ce-wf-hero,.ce-wif-hero,.ce-pricing-hero{padding:6rem 0 3rem}.ce-wf-compare,.ce-wif-compare{grid-template-columns:1fr}.ce-wf-connector{display:none}.ce-pricing-includes__grid{grid-template-columns:1fr}.ce-footer__inner{grid-template-columns:1fr;text-align:center}.ce-footer__nav{justify-content:center;flex-wrap:wrap;gap:1rem}.ce-pricing-tiers__grid{grid-template-columns:1fr}.ce-tier-card__image{width:90px;height:90px}}@media(prefers-reduced-motion:reduce){.ce-live-dot,.ce-feed__event,.ce-btn,.ce-feature-card,.ce-feature-card:before,.ce-hamburger span,.ce-faq__chevron,.ce-faq__answer{animation:none!important;transition:none!important}.ce-reveal{opacity:1!important;transform:none!important;transition:none!important}.ce-mobile-dropdown{animation:none!important}}.ce-echo-hero{position:relative;background:linear-gradient(180deg,#0a2e22,#0f4430);padding:8rem 0 4rem;text-align:center;overflow:hidden}.ce-echo-hero h1{font-family:DM Sans,system-ui,sans-serif;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;color:var(--ce-cream);line-height:1.1;margin:.75rem 0 1rem}.ce-echo-hero .ce-subhead{color:#f1eadab8;font-size:clamp(1rem,2vw,1.18rem);max-width:580px;margin:0 auto 2.5rem;line-height:1.6}.ce-echo-hero__image{display:block;margin:0 auto;max-width:320px;width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.4))}.ce-echo-caps{background:radial-gradient(ellipse at 50% 30%,rgba(58,115,86,.1) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44);padding:5rem 0}.ce-echo-caps h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin:.5rem 0 2.5rem}.ce-echo-caps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ce-echo-cap-card{background:linear-gradient(180deg,#04171180,#04140f9e);border:1px solid var(--ce-line);border-radius:1rem;padding:1.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038}.ce-echo-cap-card__icon{width:2.2rem;height:2.2rem;color:var(--ce-gold);margin-bottom:.75rem}.ce-echo-cap-card__icon svg{width:100%;height:100%}.ce-echo-cap-card h3{font-size:1.05rem;font-weight:700;margin:0 0 .5rem}.ce-echo-cap-card p{font-size:.9rem;color:var(--ce-muted);line-height:1.55;margin:0}.ce-echo-flow{background:radial-gradient(ellipse at 30% 60%,rgba(214,173,87,.04) 0%,transparent 50%),linear-gradient(180deg,#14543d,#12503a);padding:5rem 0}.ce-echo-flow h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin:.5rem 0 2.5rem}.ce-echo-flow__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.ce-echo-flow__step{background:linear-gradient(180deg,#04171180,#04140f9e);border:1px solid var(--ce-line);border-radius:1rem;padding:1.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038}.ce-echo-flow__num{font-family:DM Mono,monospace;font-size:.82rem;color:var(--ce-gold);letter-spacing:.06em}.ce-echo-flow__step h3{font-size:1.15rem;font-weight:700;margin:.4rem 0 .5rem}.ce-echo-flow__step p{font-size:.9rem;color:var(--ce-muted);line-height:1.55;margin:0}.ce-echo-tiers{background:radial-gradient(ellipse at 50% 40%,rgba(58,115,86,.1) 0%,transparent 55%),linear-gradient(180deg,#12503a,#165e44);padding:5rem 0}.ce-echo-tiers h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;margin:.5rem 0 2.5rem}.ce-echo-tiers__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.ce-echo-tier-card{display:flex;align-items:center;gap:1.5rem;background:linear-gradient(180deg,#04171180,#04140f9e);border:1px solid var(--ce-line);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038}.ce-echo-tier-card__image{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.ce-echo-tier-card__body h3{font-size:1.1rem;font-weight:700;margin:0 0 .15rem}.ce-echo-tier-card__price{font-size:1.15rem;font-weight:700;color:var(--ce-gold);margin:0 0 .5rem}.ce-echo-tier-card__price span{font-size:.8rem;font-weight:400;color:var(--ce-muted)}.ce-echo-tier-card__body ul{list-style:none;padding:0;margin:0}.ce-echo-tier-card__body li{font-size:.85rem;color:var(--ce-muted);line-height:1.5}.ce-echo-tiers__link{text-align:center;margin-top:2rem}@media(max-width:1080px){.ce-echo-caps__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.ce-echo-hero{padding:7rem 0 3rem}.ce-echo-hero__image{max-width:240px}.ce-echo-caps__grid,.ce-echo-flow__steps,.ce-echo-tiers__grid{grid-template-columns:1fr}}@media(max-width:480px){.ce-echo-hero__image{max-width:180px}.ce-echo-tier-card{flex-direction:column;text-align:center}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;scrollbar-gutter:stable}body{line-height:inherit}img,picture,canvas,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:inherit}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{list-style:none}table{border-collapse:collapse;border-spacing:0}html,body,#root{width:100%;min-height:100%}body{margin:0;color:var(--text-heading);background-color:var(--bg-page);font-family:Inter,system-ui,-apple-system,sans-serif}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.lazy-loading{display:flex;align-items:center;justify-content:center;min-height:40vh;padding:3rem 1rem;color:var(--text-tertiary);font-size:.95rem}.lazy-loading-card{padding:.8rem 1.1rem;border-radius:999px;border:1px solid var(--border-default);background:color-mix(in srgb,var(--bg-surface) 92%,transparent);box-shadow:0 10px 30px #10181414}@keyframes skeletonWave{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,#d6dcd79e,#eff3f0f2,#d6dcd79e);background-size:200% 100%;animation:skeletonWave 1.3s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.loading-skeleton{animation:none}}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;color:var(--text-secondary)}.boot-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:var(--bg-page);color:var(--text-heading)}.boot-error__title{font-size:1.05rem;font-weight:700}.boot-error__detail{max-width:820px;width:min(100%,820px);padding:1rem;overflow:auto;white-space:pre-wrap;border:1px solid var(--border-default);border-radius:.75rem;background:var(--bg-surface);color:var(--danger-text);font-size:.8rem;line-height:1.45}:root{--nav-height: 5.55rem;--nav-brand-slot-width: 14rem;--nav-brand-stack-height: 3.72rem;--nav-logo-height: 2.8rem;--nav-logo-width: 9.4rem;--cave: #2c2825;--cave-light: #3d3833;--cave-green: #1e3d2b;--cave-deep: #142a1e;--stone: #f7f5f0;--sand: #ede9e0;--ember: #b87333;--flame: #a0622a;--moss: #2d5a43;--moss-light: #3a7356;--moss-dark: #234a36;--moss-muted: #2d5a43;--moss-faint: #e6f0eb;--bark: #6a5940;--bark-light: #8b7355;--rock: #8a9a7f;--rock-light: #c4d1bc;--rock-dark: #5a6850;--border-light: #d9cebd;--border-mid: #c8baa6;--bg-page: #f7f5f0;--bg-surface: #ffffff;--bg-surface-alt: #f9f7f2;--bg-surface-hover: #f3f1ec;--bg-surface-muted: #efece6;--bg-inset: #f5f2ed;--text-heading: #1a1a1a;--text-body: #3b3b3b;--text-tertiary: #6b6b6b;--text-muted: #9a9a9a;--text-strong: #111111;--border-default: #d4c9b5;--border-subtle: #e2d9ca;--border-row: #ede9e0;--border-input: #c8baa6;--primary: #2d5a43;--primary-hover: #3a7356;--primary-muted: #e6f0eb;--accent: #b87333;--accent-text: #8b5a28;--accent-muted: #fdf3e7;--danger: #c62828;--danger-hover: #a31e1e;--danger-bg: #fdeaea;--danger-text: #8b1a1a;--danger-soft: #fef5f5;--status-green-bg: #e6f0eb;--status-green-text: #1b5e3a;--status-green-vivid: #2d8b55;--status-green-mid: #237a48;--status-red-vivid: #e53935;--status-red-bg: #fdeaea;--status-red-text: #8b1a1a;--status-blue-bg: #ebf2ff;--status-blue-text: #1a4fc4;--status-amber-bg: #fdf3e7;--status-amber-text: #8b5a28;--status-purple-bg: #f0ecfe;--status-purple-text: #5b21b6;--status-gray-bg: #efece6;--status-gray-text: #555555;--urgency-ok: #2d5a43;--urgency-warn: #b87333;--urgency-urgent: #c62828;--urgency-past: #8b1a1a;--urgency-none: #9a9a9a;--input-bg: #ffffff;--input-border: #c8baa6;--input-placeholder: #9a9a9a;--input-text: inherit;--modal-bg: #ffffff;--modal-overlay: rgba(26, 26, 26, .6);--card-bg: #f9f7f2;--card-border: #d4c9b5;--table-header-bg: rgba(212, 201, 181, .25);--table-row-hover: rgba(212, 201, 181, .15);--table-row-selected: #e6f0eb;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 6px rgba(0, 0, 0, .08);--shadow-card: 0 1px 4px rgba(0, 0, 0, .08), 0 0 0 1px rgba(212, 201, 181, .3);--nav-bg: #1e3d2b;--nav-brand: #f0c75e;--nav-link-active: #f0c75e;--nav-dropdown-bg: #ffffff;--focus-ring: 0 0 0 2px #2d5a43}.app-shell{min-height:100vh;background-color:var(--bg-page)}.app-shell--inbox{height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;overflow:hidden}.app-shell--home{background-color:#072c21}.app-main{padding:1.5rem}.app-main:has(.proj-page-header){padding:.55rem .34rem}.app-main--inbox{padding:0;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.app-main--home{padding:0}.app-main:has(.inbox-layout){padding:0;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.nav{position:sticky;top:0;z-index:100;background:linear-gradient(112deg,#072c21,#0b3a2b 40%,#14543d 72%,#2b6a4b);border-bottom:1px solid rgba(220,185,108,.3);isolation:isolate}.nav:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(95% 220% at -10% -30%,rgba(247,212,136,.13) 0%,transparent 45%),radial-gradient(60% 170% at 98% -28%,rgba(188,229,201,.11) 0%,transparent 48%),linear-gradient(180deg,rgba(255,255,255,.03) 0%,transparent 62%)}.nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#fff0,#f5cd7bb8 18%,#ffffff42,#a7deba8c 82%,#fff0)}@keyframes navSheetIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-inner{max-width:1500px;margin:0 auto;min-height:var(--nav-height);padding:.95rem 1.5rem .88rem;display:grid;grid-template-columns:var(--nav-brand-slot-width) 1fr auto;align-items:center;gap:.9rem;position:relative}.nav--centered{background:transparent;border-bottom:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.nav--centered:before,.nav--centered:after{display:none}.nav--centered .nav-links{background:linear-gradient(135deg,#041812b8,#0518138a);border:1px solid rgba(241,214,154,.22);box-shadow:inset 0 1px #ffffff17,0 10px 20px #03090747;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nav--centered .nav-link{color:#f4f7f5d1}.nav--centered .nav-link:hover{color:#fff3d8fa;background:#fff3d81a}.nav--centered .nav-link.active{color:#f8e1a5;background:linear-gradient(180deg,#fae1a83d,#fae1a81f);box-shadow:inset 0 0 0 1px #fae1a880,0 6px 12px #0a120e42}.nav--centered .nav-profile-avatar{border-color:#d2e7c647;box-shadow:0 8px 14px #08110d2e}.nav-brand-wrap{min-width:0;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:var(--nav-brand-stack-height)}.nav-brand-wrap--ghost{visibility:hidden;pointer-events:none}.nav-brand-link{width:min(100%,var(--nav-logo-width));min-height:var(--nav-logo-height);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:inherit}.nav-brand-logo{display:block;width:100%;height:var(--nav-logo-height);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;filter:drop-shadow(0 4px 12px rgba(0,0,0,.25))}.nav-brand-logo--dark{display:none}.nav-brand-sub{display:block;max-width:100%;min-height:.82rem;text-align:center;font-size:.74rem;font-weight:500;line-height:1.1;letter-spacing:.03em;text-transform:none;font-family:Inter,system-ui,-apple-system,sans-serif;color:#f4e9c6eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-links-shell{display:flex;justify-content:center}.nav-links{display:inline-flex;align-items:center;gap:.35rem;padding:.32rem;border-radius:999px;background:linear-gradient(135deg,#041f17a3,#061d166b);border:1px solid rgba(248,223,160,.24);box-shadow:inset 0 1px #ffffff21,0 8px 18px #050c0940;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);will-change:backdrop-filter}.nav-actions{display:flex;align-items:center;gap:.7rem}.nav-mobile-toggle{display:none;width:2.35rem;height:2.35rem;border-radius:.7rem;border:1px solid rgba(230,245,237,.35);background:linear-gradient(145deg,#153526db,#0f2a1ef0);box-shadow:0 8px 16px #08100d47;padding:.5rem;align-items:center;justify-content:center;gap:.24rem;flex-direction:column}.nav-mobile-toggle span{display:block;width:1.05rem;height:2px;border-radius:999px;background:#f0f8f4f2;transition:transform .18s ease,opacity .18s ease}.nav-mobile-toggle-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-mobile-toggle-open span:nth-child(2){opacity:0}.nav-mobile-toggle-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-mobile-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring),0 8px 16px #08100d59}.nav-link{position:relative;padding:.58rem 1rem;border-radius:999px;font-size:.8rem;font-weight:700;letter-spacing:.085em;white-space:nowrap;text-transform:uppercase;transition:color .16s ease,background-color .16s ease,box-shadow .16s ease;color:#f3f7f4d6;text-decoration:none}.nav-link:after{content:"";position:absolute;left:.82rem;right:.82rem;bottom:.28rem;height:2px;border-radius:2px;background:linear-gradient(90deg,#f8d68f00,#f8d68fd9,#a8e1be00);transform:scaleX(.25);opacity:0;transition:transform .16s ease,opacity .16s ease}.nav-link:hover{color:#fff4d8;background:#fff3d814}.nav-link:hover:after{transform:scaleX(1);opacity:1}.nav-link.active{color:#ffe7af;background:linear-gradient(180deg,#fae1a833,#fae1a81c);box-shadow:inset 0 0 0 1px #fae1a85c,0 8px 14px #0a120e57}.nav-link.active:after{transform:scaleX(1);opacity:1}.nav-inbox-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:9px;background:var(--primary, #4ab87c);color:#fff;font-size:.7rem;font-weight:700;line-height:1;vertical-align:middle}.nav-inbox-badge--dot{min-width:8px;width:8px;height:8px;padding:0;border-radius:50%}.nav-inbox-badge--mention{background:var(--ember, #b87333)}.nav-profile-wrapper{position:relative}.nav-profile-avatar{position:relative;min-width:10rem;height:2.6rem;border-radius:999px;background:linear-gradient(138deg,#1a4d38f2,#0e3123fc);color:#ecf6f0;display:flex;align-items:center;justify-content:flex-start;gap:.45rem;padding:0 .7rem 0 .38rem;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;will-change:transform,box-shadow;border:1px solid rgba(210,231,198,.42);box-shadow:0 10px 18px #08110d57;text-align:left}.nav-profile-initial{width:1.75rem;height:1.75rem;border-radius:50%;display:grid;place-items:center;font-size:.82rem;font-weight:800;line-height:1;background:#e8f3ec2e;border:1px solid rgba(208,234,220,.38);letter-spacing:.02em}.nav-profile-meta{min-width:0;display:flex;flex-direction:column;gap:.05rem;line-height:1.1}.nav-profile-name{color:#f3fbf7;font-size:.74rem;font-weight:700;max-width:8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-profile-role{color:#f4ecd1d1;font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.nav-profile-chevron{margin-left:auto;font-size:.58rem;line-height:1;opacity:.8;transform:translateY(1px) rotate(0);transition:transform .15s ease}.nav-profile-chevron-open{transform:translateY(1px) rotate(180deg)}.nav-profile-avatar:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 14px 22px #08110d5c,0 0 0 2px #7fc6a03d}.nav-profile-avatar:focus-visible{outline:none;box-shadow:var(--focus-ring),0 12px 20px #08110d61}.nav-profile-menu{position:absolute;right:0;top:calc(100% + .62rem);background:var(--nav-dropdown-bg);border:1px solid var(--border-default);border-radius:.6rem;box-shadow:0 18px 28px #0003;min-width:14rem;overflow:hidden;padding:.24rem 0;z-index:120}.nav-profile-menu-head{padding:.65rem .9rem .6rem;border-bottom:1px solid var(--border-row);margin-bottom:.15rem;background:#2d5a430f}.nav-profile-menu-name{font-size:.85rem;font-weight:700;color:var(--text-heading);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-profile-menu-role{margin-top:.15rem;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary)}.nav-profile-menu-item{display:block;width:100%;padding:.6rem .95rem;font-size:.875rem;font-weight:500;color:var(--text-heading);background:none;border:none;text-align:left;cursor:pointer;transition:background .15s}.nav-profile-menu-item:hover{background:var(--bg-surface-muted)}.nav-profile-menu-item-danger{color:var(--danger)}.nav-profile-menu-item-danger:hover{background:var(--danger-soft)}@media(max-width:1280px){:root{--nav-height: 5.15rem;--nav-brand-slot-width: 12rem;--nav-brand-stack-height: 3.1rem;--nav-logo-height: 2.4rem;--nav-logo-width: 8rem}.nav-inner{padding:.75rem 1.2rem}.nav-brand-sub{letter-spacing:.13em}.nav-link{padding:.52rem .82rem;letter-spacing:.07em}.nav-profile-avatar{min-width:8.9rem;padding-right:.5rem}.nav-profile-role{display:none}.nav-profile-name{max-width:4.2rem}}@media(max-width:1040px){:root{--nav-height: 4.95rem;--nav-brand-slot-width: 10.4rem;--nav-brand-stack-height: 2.4rem}.nav-brand-sub{display:none}.nav-link{font-size:.76rem;letter-spacing:.06em}.nav-profile-avatar{min-width:2.95rem;padding:0 .48rem}.nav-profile-meta{display:none}.nav-profile-chevron{margin-left:0}}@media(max-width:900px){:root{--nav-height: 4.25rem;--nav-brand-slot-width: 1fr;--nav-brand-stack-height: 2rem;--nav-logo-height: 2rem;--nav-logo-width: 6.7rem}.nav-inner{grid-template-columns:1fr auto;min-height:var(--nav-height);gap:.75rem}.nav-links-shell{display:none;position:absolute;top:calc(100% + .58rem);left:.95rem;right:.95rem;z-index:130;animation:navSheetIn .16s ease-out}.nav-links-shell-open{display:block}.nav-links{width:100%;border-radius:1rem;padding:.58rem;flex-direction:column;align-items:stretch;background:linear-gradient(150deg,#0e281cf5,#0f261deb);box-shadow:0 18px 32px #080e0b66}.nav-link{width:100%;text-align:left;border-radius:.72rem;font-size:.78rem;padding:.64rem .82rem;letter-spacing:.08em}.nav-link:after{left:.8rem;right:.8rem;bottom:.22rem}.nav-mobile-toggle{display:inline-flex}}@media(max-width:560px){.nav-inner{padding:.68rem .78rem}.nav-brand-wrap{min-height:1.7rem}.nav-brand-link{width:min(100%,5.7rem);min-height:1.7rem}.nav-brand-logo{height:1.7rem}.nav-profile-avatar{height:2.46rem;min-width:2.78rem;border-radius:.88rem}.nav-profile-initial{width:1.66rem;height:1.66rem;font-size:.75rem}.nav-links-shell{left:.72rem;right:.72rem}}.status-badge{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;display:inline-block}.status-badge-bidding{background-color:var(--moss-faint);color:var(--moss-dark)}.status-badge-won{background-color:var(--status-green-bg);color:var(--status-green-text)}.status-badge-lost{background-color:var(--danger-bg);color:var(--danger-text)}.status-badge-nobid{background-color:var(--bg-surface-muted);color:var(--status-gray-text)}.quote-chip{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;font-weight:600;border:1px solid}.quote-chip-selected{background-color:var(--status-green-bg);color:var(--status-green-text);border-color:var(--status-green-vivid)}.quote-chip-default{background-color:var(--moss-faint);color:var(--moss-dark);border-color:#4a7c4a33}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{pointer-events:auto;padding:.75rem 1rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;font-size:.875rem;font-weight:500;max-width:24rem;animation:slideInRight .25s ease-out}.toast-success{background-color:var(--moss);color:#fff}.toast-error{background-color:var(--danger);color:#fff}.toast-warning{background-color:#d97706;color:#fff}.toast-info{background-color:var(--accent);color:#fff}.toast-content{display:flex;align-items:center;gap:.5rem}.toast-icon{flex-shrink:0}.toast-close{margin-left:auto;flex-shrink:0;opacity:.7;background:none;border:none;color:inherit;cursor:pointer;font-size:1.2rem}.toast-close:hover{opacity:1}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:2px solid var(--border-light)}.page-title{font-size:1.5rem;font-weight:700;color:var(--cave)}.projects-view-tabs{display:inline-flex;align-items:center;border:1px solid var(--border-default);border-radius:.6rem;height:2.85rem;overflow:hidden;background:var(--bg-surface);box-shadow:0 1px 3px #0000000a}.projects-view-tab{border:none;background:transparent;color:var(--text-tertiary);font-size:.85rem;font-weight:700;padding:.75rem 1.25rem;cursor:pointer;transition:all .18s ease;text-transform:uppercase;letter-spacing:.08em}.projects-view-tab:hover{background:var(--bg-surface-muted);color:var(--cave)}.projects-view-tab-active{background:linear-gradient(135deg,var(--cave-green) 0%,var(--moss-dark) 100%);color:#ffe6a8;box-shadow:inset 0 1px #ffffff14}.btn{font-size:.875rem;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .15s,opacity .15s;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--moss) 0%,var(--moss-dark) 100%);color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014}.btn-primary:hover{background:linear-gradient(135deg,var(--moss-light) 0%,var(--moss) 100%);box-shadow:0 3px 8px #00000026,0 1px 3px #0000001a;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.btn-new-project{height:2.85rem;font-size:.85rem;font-weight:700;padding:0 1.5rem;border-radius:.6rem;letter-spacing:.08em;text-transform:uppercase;transition:all .2s ease}.btn-secondary{background-color:var(--bark);color:#fff}.btn-secondary:hover{background-color:var(--bark-light)}.btn:disabled{opacity:.3;cursor:default}.input-field{width:100%;border:1px solid var(--border-mid);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.input-field:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.empty-state{text-align:center;padding:4rem 1rem;background:var(--bg-surface);border-radius:.5rem;border:1px solid var(--border-light)}.empty-state-text{color:var(--text-muted);font-size:1.125rem;margin-bottom:.5rem}.empty-state-sub{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.page-header-left{display:flex;align-items:center;flex-wrap:wrap;gap:1.1rem}.page-header .search-input{height:2.85rem;padding:0 1rem 0 2.4rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border:1.5px solid var(--border-default);border-radius:.6rem;background:var(--bg-surface);color:var(--cave);width:280px;transition:all .2s ease;box-shadow:0 1px 3px #0000000a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;background-size:1rem}.page-header .search-input::-moz-placeholder{color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.page-header .search-input::placeholder{color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.06em}.page-header .search-input:focus{outline:none;border-color:var(--moss);background-color:var(--bg-surface);box-shadow:0 0 0 3px #4a7c4a1a,0 1px 3px #0000000a}.projects-sort-select{height:2.85rem;padding:0 2rem 0 1rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border:1.5px solid var(--border-default);border-radius:.6rem;background:var(--bg-surface);color:var(--cave);min-width:15rem;transition:all .2s ease;box-shadow:0 1px 3px #0000000a;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - .75rem) center;background-size:.85rem}.projects-sort-select:hover{border-color:var(--moss-light);box-shadow:0 2px 6px #0000000f}.projects-sort-select:focus{outline:none;border-color:var(--moss);box-shadow:0 0 0 3px #4a7c4a1a,0 1px 3px #0000000a}.search-no-results{color:var(--text-muted);font-size:.875rem;padding:2rem 0}.project-list{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-list-skeleton{pointer-events:none}.project-card-skeleton{min-height:250px}.project-card-skeleton .card-accent{height:5.2rem;min-height:5.2rem;background:var(--bg-surface-muted)}.project-card-skeleton .card-body,.project-card-skeleton .card-footer{padding:.9rem 1rem}.project-card{background:var(--bg-surface-alt);border-radius:.5rem;border:1px solid var(--border-default);padding:0;min-height:300px;transition:transform .22s ease,box-shadow .25s ease,border-color .22s ease;will-change:transform,box-shadow;display:flex;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 1px 2px #0000000f,0 4px 12px #0000000a}.project-card:hover{transform:translateY(-4px) scale(1.01);border-color:#2d5a434d;box-shadow:0 4px 8px #00000014,0 12px 28px #0000001a,0 24px 48px #0000000f}.card-accent{padding:0 1.25rem;min-height:6.6rem;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);position:relative;overflow:hidden;border-radius:.5rem .5rem 0 0;z-index:1}.card-accent:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(ellipse 80% 120% at 10% 20%,rgba(255,255,255,.12) 0%,transparent 50%),radial-gradient(ellipse 50% 80% at 90% 80%,rgba(0,0,0,.12) 0%,transparent 50%);pointer-events:none}.card-accent.accent-countdown-ok,.project-card.urgency-countdown-ok .card-accent{background:linear-gradient(135deg,#3a7d5c,#2f6a4c 40%,#1e4a34)}.card-accent.accent-countdown-warn,.project-card.urgency-countdown-warn .card-accent{background:linear-gradient(135deg,#e4b440,#d9a62e 40%,#b8861a)}.card-accent.accent-countdown-urgent,.project-card.urgency-countdown-urgent .card-accent{background:linear-gradient(135deg,#d44848,#c43a3a 40%,#962020)}.card-accent.accent-countdown-past,.project-card.urgency-countdown-past .card-accent{background:linear-gradient(135deg,#a82828,#9a2222 40%,#6e1414)}.card-accent.accent-countdown-none,.project-card.urgency-countdown-none .card-accent{background:linear-gradient(135deg,#9da3ac,#8d939c 40%,#6b7078)}.card-accent .project-card-title{color:#fff;font-size:1.15rem;margin:0;line-height:1.2;flex:1;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.card-menu{position:relative;flex-shrink:0;margin-left:.5rem;z-index:2}.card-menu-btn{background:none;border:none;color:#fff9;font-size:1.25rem;cursor:pointer;padding:.25rem .375rem;border-radius:4px;line-height:1;transition:background-color .15s,color .15s}.card-menu-btn:hover{background:#ffffff26;color:#fff}.card-menu-dropdown{position:absolute;right:0;top:100%;margin-top:.25rem;background:var(--bg-surface-alt);border:1px solid var(--border-default);border-radius:6px;box-shadow:2px 3px 8px #00000026;z-index:20;min-width:120px;overflow:hidden}.card-menu-dropdown button{display:block;width:100%;text-align:left;padding:.5rem .875rem;font-size:.85rem;font-weight:500;background:none;border:none;color:var(--cave);cursor:pointer;transition:background-color .1s}.card-menu-dropdown button:hover{background:var(--sand)}.card-menu-delete{color:var(--danger-text)!important}.card-menu-delete:hover{background:var(--danger-soft)!important}.card-body{padding:1rem 1.25rem .85rem;flex:1;border-bottom:1px dashed var(--border-default);display:flex;flex-direction:column}.project-card-body-content{margin-top:auto;display:grid;gap:.3rem}.project-card-count-row{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}.project-card-count-label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.countdown{font-size:1.65rem;font-weight:900;font-variant-numeric:tabular-nums;line-height:1.05;white-space:nowrap}.countdown-none{color:var(--text-muted)}.countdown-ok{color:var(--moss-dark)}.countdown-warn{color:var(--accent-text)}.countdown-urgent{color:var(--danger-text)}.countdown-past{color:var(--urgency-past)}.project-card-count-row .status-badge{font-size:1.1rem;padding:.2rem .75rem}.project-card-date{font-size:.92rem;color:var(--bark);margin:0;font-weight:600;min-height:1.35rem}.project-card-date-empty{visibility:hidden}.project-card-meta-grid{margin-top:.4rem;display:grid;gap:.4rem}.project-card-meta-item{display:grid;gap:.08rem}.project-card-meta-label{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.project-card-meta-value{font-size:.92rem;color:var(--bark);line-height:1.3;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.project-card-meta-value-empty{color:var(--text-muted)}.card-footer{padding:.75rem 1.25rem .95rem;min-height:3.25rem}.project-card-title{font-weight:800;color:var(--cave);font-size:1rem;line-height:1.3}.project-card-stats{font-size:.78rem;color:var(--bark-light);display:flex;align-items:flex-start;flex-wrap:wrap;gap:.75rem;margin-top:.2rem;padding-top:.45rem;border-top:1px solid var(--border-subtle)}.stat-invited{color:var(--status-blue-text)}.stat-quoted{color:var(--moss-dark)}.projects-layout-toggle{display:flex;border:1.5px solid var(--border-default);border-radius:.6rem;overflow:hidden;height:2.85rem;background:var(--bg-surface);box-shadow:0 1px 3px #0000000a;flex-shrink:0}.layout-toggle-btn{display:flex;align-items:center;justify-content:center;width:2.85rem;border:none;background:none;color:var(--text-muted);cursor:pointer;transition:background-color .15s,color .15s}.layout-toggle-btn:not(:last-child){border-right:1px solid var(--border-default)}.layout-toggle-btn:hover{background:var(--sand);color:var(--cave)}.layout-toggle-active{background:var(--moss-light);color:var(--moss-dark)}.layout-toggle-active:hover{background:var(--moss-light)}.project-list-table-wrap{overflow-x:auto;border:1px solid var(--border-default);border-radius:.5rem;background:var(--bg-surface-alt);box-shadow:0 1px 3px #0000000a}.project-list-table{width:100%;border-collapse:collapse;font-size:.88rem}.project-list-table thead{position:sticky;top:0;z-index:2}.project-list-table th{padding:.65rem .75rem;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg-surface-muted);border-bottom:1.5px solid var(--border-default);white-space:nowrap}.project-list-table th:first-child{padding-left:1rem}.project-list-table th:last-child{padding-right:1rem;width:3rem}.project-list-row{transition:background-color .12s}.project-list-row:hover{background:var(--sand)}.project-list-row:not(:last-child) td{border-bottom:1px solid var(--border-subtle)}.project-list-row td{padding:.6rem .75rem;vertical-align:middle}.project-list-row td:first-child{padding-left:1rem}.project-list-row td:last-child{padding-right:1rem}.project-list-name{font-weight:700;color:var(--cave);text-decoration:none;transition:color .15s}.project-list-name:hover{color:var(--moss-dark);text-decoration:underline}.project-list-meta{color:var(--bark);white-space:nowrap;max-width:14rem;overflow:hidden;text-overflow:ellipsis}.project-list-num{text-align:center;color:var(--bark);font-variant-numeric:tabular-nums}.project-list-actions{text-align:right}.project-list-actions .card-menu-btn{color:var(--text-muted)}.project-list-actions .card-menu-btn:hover{color:var(--cave);background:var(--bg-surface-muted)}.project-list-row .countdown{font-size:.88rem;font-weight:700;white-space:nowrap}.urgency-row-countdown-ok td:first-child{box-shadow:inset 3px 0 0 var(--moss)}.urgency-row-countdown-warn td:first-child{box-shadow:inset 3px 0 0 var(--accent-text)}.urgency-row-countdown-urgent td:first-child{box-shadow:inset 3px 0 0 var(--danger-text)}.urgency-row-countdown-past td:first-child{box-shadow:inset 3px 0 0 var(--urgency-past)}.urgency-row-countdown-none td:first-child{box-shadow:inset 3px 0 0 var(--text-muted)}.companies-actions{display:flex;gap:.5rem;flex-wrap:wrap}.companies-total{font-size:.875rem;color:var(--text-muted);margin-bottom:.75rem}.companies-page{max-width:1240px;margin:0 auto}.companies-header{padding:.95rem 1rem;border:1px solid color-mix(in srgb,var(--moss) 22%,var(--border-default));border-radius:.85rem;background:radial-gradient(circle at 0% 0%,#2d5a431a,#2d5a4300 45%),radial-gradient(circle at 100% 100%,#b873331a,#b8733300 36%),linear-gradient(180deg,#fffffffa,#fcfaf6f2);box-shadow:0 10px 22px #11191614,inset 0 1px #ffffffbf;margin-bottom:.75rem}.companies-title-block{display:grid;gap:.15rem}.companies-subtitle{margin:0;font-size:.8rem;color:var(--text-tertiary)}.companies-action-btn{border-radius:.58rem;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;font-weight:700;border:1px solid transparent}.companies-action-btn-primary{box-shadow:0 10px 18px #163d2d33,inset 0 1px #ffffff26}.companies-action-btn-secondary{background:linear-gradient(180deg,#fffffff7,#f7f3eaf0);color:var(--text-body);border-color:color-mix(in srgb,var(--moss) 22%,var(--border-mid));box-shadow:0 6px 12px #0f161314}.companies-action-btn-secondary:hover{color:var(--moss-dark);border-color:color-mix(in srgb,var(--moss) 40%,var(--border-mid));background:linear-gradient(180deg,#fffffffc,#f4fcf7f0);transform:translateY(-1px)}.companies-tabs-wrap{border:1px solid color-mix(in srgb,var(--moss) 18%,var(--border-default));border-radius:.75rem;background:linear-gradient(180deg,#fffffff5,#fbf8f1f0);padding:.35rem;margin-bottom:.8rem}.companies-grid-skeleton{pointer-events:none}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.pagination-btn{padding:.25rem .75rem;border-radius:.25rem;border:1px solid var(--border-mid);font-size:.875rem;background:var(--bg-surface);cursor:pointer}.pagination-btn:disabled{opacity:.3;cursor:default}.pagination-info{font-size:.875rem;color:var(--text-tertiary)}.company-card{background:var(--bg-surface);border-radius:.375rem;border:1px solid var(--border-default);padding:1rem;transition:box-shadow .15s;box-shadow:var(--shadow-sm)}.company-card:hover{box-shadow:0 4px 6px -1px #0000001a}.skeleton{position:relative;border-radius:.35rem;background:var(--bg-surface-muted);overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:skeletonShimmer 1.2s ease-in-out infinite}.skeleton-sm{height:.8rem;width:35%}.skeleton-md{height:1rem;width:55%}.skeleton-row{height:.9rem;width:100%;margin-top:.55rem}@keyframes skeletonShimmer{to{transform:translate(100%)}}.company-card-compact{padding:.5rem .75rem}.company-card-top{display:flex;align-items:flex-start;justify-content:space-between}.company-card-info{flex:1;min-width:0}.company-card-name-row{display:flex;align-items:center;gap:.5rem}.company-card-name{font-weight:600;color:var(--moss);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-card-name:hover{text-decoration:underline}.company-card-flag{color:var(--accent);font-size:.875rem}.company-card-trades{font-size:.75rem;color:var(--text-muted);margin-top:.125rem}.company-card-quote-btn{font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;border:1px solid rgba(74,124,74,.3);color:var(--moss);background:none;cursor:pointer;transition:background-color .15s;white-space:nowrap;margin-left:.5rem}.company-card-quote-btn:hover{background-color:#4a7c4a0d}.company-card-contact{margin-top:.5rem;font-size:.875rem;display:flex;align-items:center;gap:.75rem;color:var(--status-gray-text)}.company-card-contact-compact{margin-top:.25rem}.company-card-email{color:var(--moss);font-size:.75rem;background:none;border:none;cursor:pointer;padding:0;text-decoration:none}.company-card-email:hover{text-decoration:underline}.company-card-phone{font-size:.75rem}.company-card-more{font-size:.75rem;color:var(--text-muted);background:none;border:none;cursor:pointer;margin-top:.25rem;padding:0}.company-card-more:hover{color:var(--status-gray-text)}.company-card-extra{margin-top:.25rem;font-size:.875rem;color:var(--text-tertiary);padding-left:.5rem;border-left:2px solid var(--border-light)}.company-card-extra-email{margin-left:.5rem;color:var(--moss);font-size:.75rem;background:none;border:none;cursor:pointer;padding:0}.company-card-extra-email:hover{text-decoration:underline}.company-card-extra-phone{margin-left:.5rem;font-size:.75rem}.incomplete-loading{color:var(--text-muted)}.incomplete-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.incomplete-subtext{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1rem}.incomplete-workbar{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:.75rem;padding:.75rem;margin-bottom:1rem}.incomplete-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.625rem}.incomplete-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.incomplete-queue{display:flex;flex-direction:column;gap:.625rem}.incomplete-row{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:.625rem;padding:.625rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.incomplete-row-main{min-width:0}.incomplete-row-link{color:var(--text-heading);text-decoration:none;font-weight:600}.incomplete-row-link:hover{text-decoration:underline}.incomplete-row-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.incomplete-tag{font-size:.6875rem;border-radius:999px;padding:.125rem .5rem;border:1px solid transparent}.incomplete-tag.tag-high{background:var(--danger-soft);border-color:#c2404540;color:var(--danger-text)}.incomplete-tag.tag-medium{background:var(--accent-muted);border-color:#8b6b4340;color:var(--status-amber-text)}.incomplete-tag.tag-low{background:var(--status-amber-bg);border-color:#a1620740;color:var(--status-amber-text)}.incomplete-row-actions{display:flex;gap:.5rem;flex-shrink:0}.incomplete-empty{padding:1rem;color:var(--text-muted);font-size:.875rem}.search-bar{position:relative}.search-input{width:16rem;padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;background:#ffffff1a;color:#fff;border:1px solid rgba(74,124,74,.3)}.search-input::-moz-placeholder{color:#ffffff80}.search-input::placeholder{color:#ffffff80}.search-input:focus{outline:none;border-color:var(--moss-light);background:#fff3}.search-dropdown{position:absolute;right:0;margin-top:.25rem;width:20rem;background:var(--bg-surface);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid var(--border-light);max-height:16rem;overflow-y:auto;z-index:50}.search-result{width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem;background:none;border:none;border-bottom:1px solid var(--border-light);cursor:pointer}.search-result:last-child{border-bottom:none}.search-result:hover{background-color:var(--moss-faint)}.search-result-name{font-weight:500;color:var(--moss-dark)}.search-result-trades{font-size:.75rem;color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;background-color:var(--modal-overlay);overflow-y:auto;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.modal-content{background:var(--bg-surface);border-radius:.375rem;border:1px solid var(--border-default);box-shadow:0 12px 40px #00000026;width:100%;margin:0 1rem;padding:1.5rem;max-height:calc(100dvh - 2rem);overflow-y:auto;position:relative}.modal-close-btn{position:absolute;top:.625rem;right:.625rem;width:1.75rem;height:1.75rem;background:none;border:none;color:var(--text-muted);font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;z-index:1}.modal-close-btn:hover{color:var(--text-primary);background:var(--bg-inset)}.modal-sm{max-width:24rem}.modal-md{max-width:28rem}.modal-lg{max-width:36rem}.modal-inline{margin:0;max-width:none;max-height:none;overflow:visible;box-shadow:none}@supports not (height: 100dvh){.modal-content{max-height:calc(100vh - 2rem)}}.quote-inline-shell{width:100%}.modal-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.modal-row-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}.modal-title{font-size:1.125rem;font-weight:700;color:var(--cave);margin-bottom:1rem;padding-right:2rem}.modal-subtitle{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1rem}.modal-form{display:flex;flex-direction:column;gap:.75rem}.modal-label{display:block;font-size:.875rem;font-weight:500;color:var(--text-body);margin-bottom:.25rem}.modal-input{width:100%;border:1px solid var(--border-mid);border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.modal-input:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.modal-input-lg{padding:.75rem .75rem .75rem 2rem;font-size:1.25rem;font-weight:600}.modal-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.modal-error{color:var(--danger);font-size:.875rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.5rem}.btn-cancel{padding:.5rem 1rem;font-size:.875rem;border-radius:.25rem;border:1px solid var(--border-mid);background:var(--bg-surface);cursor:pointer}.btn-cancel:hover{background-color:var(--bg-inset)}.btn-submit{padding:.5rem 1rem;font-size:.875rem;border-radius:.25rem;border:none;background-color:var(--moss);color:#fff;cursor:pointer}.btn-submit:hover{background-color:var(--moss-light)}.btn-submit:disabled{opacity:.5;cursor:default}.eb-modal{max-width:62rem;max-height:min(90vh,58rem);display:flex;flex-direction:column;overflow:hidden}.eb-modal .modal-title{margin-bottom:.75rem}.eb-limit-preview-btn{align-self:flex-start;border:none;background:transparent;padding:0;margin-top:.15rem;font-size:.78rem;font-weight:700;color:var(--moss-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16rem;cursor:pointer}.eb-limit-preview-btn:hover{color:var(--cave)}.eb-mode-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-bottom:.5rem}.eb-mode-btn{padding:.6rem .75rem;border:1px solid var(--border-mid);border-radius:.5rem;background:var(--bg-surface);color:var(--text-body);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .15s,background-color .15s,color .15s}.eb-mode-btn:hover{background:var(--bg-surface-muted)}.eb-mode-active{border-color:var(--moss);background:var(--moss-faint);color:var(--moss-dark)}.eb-mode-note{font-size:.82rem;color:var(--text-tertiary);margin-bottom:.5rem}.eb-dropzone{border:2px dashed var(--border-default);border-radius:.75rem;padding:1.25rem;background:var(--bg-surface-alt);cursor:pointer;transition:border-color .15s,background-color .15s}.eb-dropzone:hover,.eb-dropzone-active{border-color:var(--moss);background:var(--moss-faint)}.eb-dropzone-has-file{border-style:solid}.eb-dropzone-empty{text-align:center}.eb-dropzone-icon{width:3rem;height:3rem;margin:0 auto .5rem;border-radius:.75rem;display:grid;place-items:center;font-size:.95rem;font-weight:700;background:var(--bg-surface);color:var(--moss-dark);border:1px solid var(--border-default)}.eb-dropzone-text{font-size:.92rem;font-weight:600;color:var(--text-heading)}.eb-dropzone-hint{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.eb-dropzone-file{display:flex;align-items:center;gap:.75rem}.eb-file-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;display:grid;place-items:center;font-size:.7rem;font-weight:700;color:var(--status-blue-text);background:var(--status-blue-bg);border:1px solid rgba(26,79,196,.25)}.eb-file-name{font-size:.88rem;font-weight:600;color:var(--text-heading)}.eb-file-size{font-size:.8rem;color:var(--text-tertiary)}.eb-file-remove{margin-left:auto;width:1.8rem;height:1.8rem;border:1px solid var(--border-mid);border-radius:.4rem;background:var(--bg-surface);color:var(--text-tertiary);font-size:1rem;cursor:pointer}.eb-file-remove:hover{background:var(--bg-surface-muted);color:var(--text-body)}.eb-loading{min-height:16rem;display:grid;place-items:center;gap:.5rem;text-align:center}.eb-spinner{width:2rem;height:2rem;border-radius:999px;border:3px solid var(--border-light);border-top-color:var(--moss);animation:ebSpin .8s linear infinite}@keyframes ebSpin{to{transform:rotate(360deg)}}.eb-loading-brand{font-size:1rem;font-weight:700;color:var(--moss-dark)}.eb-loading-msg{font-size:.86rem;color:var(--text-tertiary)}.eb-loading-elapsed{font-size:.8rem;color:var(--text-secondary)}.eb-loading-hint{max-width:28rem;font-size:.78rem;line-height:1.35;color:var(--text-secondary)}.eb-review-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.65rem;padding:.65rem .75rem;border:1px solid var(--border-light);border-radius:.5rem;background:var(--bg-surface-alt)}.eb-review-brand{font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--moss-dark)}.eb-review-subtitle{font-size:.8rem;color:var(--text-tertiary)}.eb-review-actions{margin-left:auto;display:flex;gap:.5rem}.eb-text-btn{border:none;background:none;color:var(--moss);font-size:.78rem;font-weight:600;cursor:pointer;padding:.125rem 0}.eb-text-btn:hover{color:var(--moss-dark);text-decoration:underline}.eb-review-grid{max-height:min(58vh,34rem);overflow-y:auto;padding-right:.35rem;display:flex;flex-direction:column;gap:.65rem}.eb-field{padding:.6rem;border:1px solid var(--border-light);border-radius:.5rem;background:var(--bg-surface)}.eb-field-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--text-body);margin-bottom:.45rem}.eb-field-label input[type=checkbox]{width:.95rem;height:.95rem;accent-color:var(--moss)}.eb-conf{margin-left:auto;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.1rem .45rem;border:1px solid transparent}.eb-conf-high{color:var(--status-green-text);background:var(--status-green-bg);border-color:#1b5e3a33}.eb-conf-med{color:var(--status-blue-text);background:var(--status-blue-bg);border-color:#1a4fc433}.eb-conf-low{color:var(--accent-text);background:var(--accent-muted);border-color:#b8733333}.eb-confidence-legend{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem;font-size:.75rem;color:var(--text-tertiary)}.eb-confidence-legend-label{font-weight:600;color:var(--text-body)}.eb-confidence-legend-text{margin-right:.35rem}.eb-trade-actions{display:flex;align-items:center;gap:.5rem;margin-bottom:.45rem}.eb-trade-count{font-size:.78rem;color:var(--text-tertiary);margin-right:auto}.eb-trade-pills{display:flex;flex-wrap:wrap;gap:.45rem}.eb-trade-pill{border-radius:999px;padding:.3rem .7rem;font-size:.78rem;border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-body)}button.eb-trade-pill{cursor:pointer}.eb-trade-pill-on{border-color:var(--moss);background:var(--moss-faint);color:var(--moss-dark);font-weight:600}.eb-trade-pill-off{opacity:.8}.eb-trade-pill-unmatched{background:var(--bg-surface-muted);color:var(--text-tertiary)}@media(max-width:768px){.eb-modal{margin:0 .5rem;max-height:92vh;padding:1rem}.eb-mode-toggle{grid-template-columns:1fr}.eb-review-actions{margin-left:0;width:100%}.eb-modal .modal-row-2{grid-template-columns:1fr}.eb-review-grid{max-height:52vh}}.btn-danger{padding:.5rem 1rem;font-size:.875rem;border-radius:.25rem;border:none;background-color:var(--danger-text);color:#fff;cursor:pointer}.btn-danger:hover{background-color:var(--danger-hover)}.btn-danger:disabled{opacity:.5;cursor:default}.modal-text{font-size:.95rem;color:var(--cave);line-height:1.5;margin-bottom:1.25rem}.currency-wrapper{position:relative}.currency-symbol{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:1.125rem}.similar-warning{margin-top:.25rem;padding:.5rem;background-color:var(--status-amber-bg);border:1px solid var(--accent);border-radius:.25rem;font-size:.875rem;color:var(--accent-text)}.similar-warning-link{color:var(--moss);text-decoration:underline;font-weight:500}.similar-warning-link-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit}.add-sub-mode-tabs{display:inline-flex;border:1px solid var(--border-mid);border-radius:.5rem;overflow:hidden;margin-bottom:.25rem}.add-sub-mode-tab{border:none;background:var(--bg-surface);color:var(--text-tertiary);font-size:.8125rem;font-weight:700;padding:.4rem .7rem;cursor:pointer}.add-sub-mode-tab:hover{background:var(--bg-surface-muted)}.add-sub-mode-tab-active{background:var(--moss);color:#fff}.add-sub-existing-results{margin-top:.4rem;max-height:10rem;overflow-y:auto;border:1px solid var(--border-light);border-radius:.375rem;background:var(--bg-surface)}.add-sub-existing-empty{margin:0;padding:.5rem .625rem;font-size:.8125rem;color:var(--text-muted)}.add-sub-existing-item{width:100%;border:none;border-bottom:1px solid var(--border-light);background:transparent;text-align:left;padding:.5rem .625rem;display:flex;flex-direction:column;gap:.12rem;cursor:pointer}.add-sub-existing-item:last-child{border-bottom:none}.add-sub-existing-item:hover{background:var(--bg-surface-muted)}.add-sub-existing-item-selected{background:var(--moss-faint)}.add-sub-existing-name{font-size:.825rem;font-weight:700;color:var(--text-heading)}.add-sub-existing-meta{font-size:.72rem;color:var(--text-tertiary)}.add-sub-existing-overlap{font-size:.7rem;color:var(--moss-dark);font-weight:700}.add-sub-selected-note{margin:.35rem 0 0;font-size:.78rem;color:var(--text-body)}.add-sub-helper{margin:-.15rem 0 .1rem;font-size:.78rem;color:var(--text-tertiary)}.trade-dropdown-trigger{border:1px solid var(--border-mid);border-radius:.5rem;padding:.5rem .75rem;background:var(--bg-surface);cursor:pointer;min-height:38px;display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.trade-dropdown-placeholder{color:var(--text-muted);font-size:.875rem}.trade-pill{background-color:var(--moss);color:#fff;font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;display:flex;align-items:center;gap:.25rem}.trade-pill-remove{background:none;border:none;color:inherit;cursor:pointer;padding:0;font-size:1rem}.trade-pill-remove:hover{color:var(--danger)}.trade-dropdown-menu{position:absolute;z-index:10;margin-top:.25rem;width:100%;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;max-height:12rem;display:flex;flex-direction:column;overflow:hidden}.trade-dropdown-search{padding:.5rem;border-bottom:1px solid var(--border-light)}.trade-dropdown-search input{width:100%;padding:.25rem .5rem;border:1px solid var(--border-mid);border-radius:.25rem;font-size:.875rem}.trade-dropdown-search input:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.trade-dropdown-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .65rem;border-bottom:1px solid var(--border-light);background:#f1f8f5d1}.trade-dropdown-count{font-size:.74rem;color:var(--text-secondary);font-weight:600}.trade-dropdown-actions-row{display:flex;align-items:center;gap:.35rem}.trade-dropdown-action{border:1px solid rgba(118,138,127,.35);background:#ffffffeb;color:var(--moss-dark);border-radius:999px;padding:.16rem .55rem;font-size:.72rem;font-weight:700;cursor:pointer}.trade-dropdown-action:hover:not(:disabled){background:#e0efe7fa}.trade-dropdown-action:disabled{opacity:.45;cursor:default}.trade-dropdown-list{overflow-y:auto;flex:1}.trade-dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.875rem;cursor:pointer}.trade-dropdown-item:hover{background-color:var(--sand)}.trade-dropdown-empty{padding:.5rem;color:var(--text-muted);font-size:.875rem}.trade-dropdown-add{display:block;width:100%;padding:.5rem;font-size:.875rem;color:var(--moss);font-weight:600;background:none;border:none;text-align:left;cursor:pointer}.trade-dropdown-add:hover{background:var(--table-row-selected)}.inv-badge-wrapper{position:relative}.inv-badge{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;border:1px solid;cursor:pointer;white-space:nowrap;background:none;transition:box-shadow .15s}.inv-badge:hover{box-shadow:0 1px 2px #0000000d}.inv-badge-caret{font-size:.55rem;margin-left:.125rem;opacity:.5}.inv-badge:hover .inv-badge-caret{opacity:1}.inv-badge-not-invited{background:var(--bg-surface);color:var(--text-muted);border-color:var(--border-mid);border-style:dashed}.inv-badge-invited{background:var(--status-blue-bg);color:var(--status-blue-text);border-color:var(--status-blue-text)}.inv-badge-quoting{background:var(--status-amber-bg);color:var(--status-amber-text);border-color:var(--accent)}.inv-badge-received{background:var(--table-row-selected);color:var(--status-green-mid);border-color:var(--status-green-vivid)}.inv-badge-declined{background:var(--danger-soft);color:var(--danger-hover);border-color:var(--danger)}.inv-badge-no-response{background:var(--bg-inset);color:var(--text-tertiary);border-color:var(--border-mid)}.inv-badge-bounced{background:#fff3e0;color:#e65100;border-color:#e65100}.inv-dropdown{position:absolute;z-index:20;margin-top:.25rem;left:0;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;padding:.25rem 0;min-width:130px}.inv-dropdown-item{display:block;width:100%;text-align:left;padding:.375rem .75rem;font-size:.75rem;background:none;border:none;cursor:pointer}.inv-dropdown-item:hover{background-color:var(--bg-inset)}.inv-dropdown-item.current{font-weight:700}.inv-text-not-invited{color:var(--text-muted)}.inv-text-invited{color:var(--status-blue-text)}.inv-text-quoting{color:var(--status-amber-text)}.inv-text-received{color:var(--status-green-mid)}.inv-text-declined{color:var(--danger-hover)}.inv-text-no-response{color:var(--text-tertiary)}.inv-text-bounced{color:#e65100}.trade-selector{position:relative}.trade-selector-trigger{border:1px solid var(--border-mid);border-radius:.5rem;padding:.5rem .75rem;background:var(--bg-surface);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.trade-selector-trigger-main{display:inline-flex;align-items:center;gap:.45rem;min-width:0}.trade-selector-trigger-label{font-size:.82rem;font-weight:700;color:var(--text-body)}.trade-selector-icon{width:1rem;height:1rem;color:var(--text-muted);flex-shrink:0}.trade-selector-input{flex:1;font-size:.875rem;background:transparent;border:none;min-width:0}.trade-selector-input:focus{outline:none}.trade-selector-dropdown{position:absolute;z-index:140;margin-top:.25rem;width:100%;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;max-height:20rem;display:flex;flex-direction:column;overflow:hidden}.trade-selector-dropdown-search{display:flex;align-items:center;gap:.45rem;padding:.55rem .7rem;border-bottom:1px solid var(--border-light);background:#f7f9f6f5}.trade-selector-clear-search{border:none;background:transparent;color:var(--moss-dark);font-size:.72rem;font-weight:700;cursor:pointer;padding:.12rem .2rem}.trade-selector-clear-search:hover{color:var(--text-heading)}.trade-selector-list{max-height:16rem;overflow-y:auto;flex:1;min-height:0}.trade-selector-empty{padding:.75rem;color:var(--text-muted);font-size:.875rem}.trade-selector-section-label{padding:.45rem .75rem .35rem;border-top:1px solid var(--border-light);font-size:.6875rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);background:var(--bg-inset)}.trade-selector-item{width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;background:none;border:none;border-bottom:1px solid var(--border-light);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background-color .15s}.trade-selector-item:last-child{border-bottom:none}.trade-selector-item:hover{background-color:#e8dfd580}.trade-selector-item-count{color:var(--text-muted);font-size:.75rem}.trade-selector-item-company{background:#1b5e3a0f}.trade-selector-item-company:hover{background:#1b5e3a24}.trade-selector-company-action{color:var(--moss-dark);font-size:.75rem;font-weight:700}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden;background-color:#f5f0e5;background-image:radial-gradient(circle at 8% 18%,rgba(28,65,47,.16) 0%,transparent 36%),radial-gradient(circle at 88% 12%,rgba(184,115,51,.2) 0%,transparent 34%),linear-gradient(130deg,#f7f2e8,#efe7d8 55%,#f6f0e5)}.login-page:before,.login-page:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.login-page:before{width:26rem;height:26rem;right:-8rem;bottom:-10rem;background:radial-gradient(circle,#b873333d,#b8733300)}.login-page:after{width:20rem;height:20rem;left:-7rem;top:-8rem;background:radial-gradient(circle,#2d5a4333,#2d5a4300)}.login-page-inner{width:min(1080px,100%);display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(340px,.9fr);gap:1.5rem;align-items:stretch;position:relative;z-index:1}.login-page-inner--register{width:min(1140px,100%)}.login-hero{background:linear-gradient(145deg,#264f3af5,#1e3e2efa 58%,#173224fa);border:1px solid rgba(26,61,44,.65);border-radius:1.125rem;padding:2rem;color:#eef4ef;box-shadow:0 26px 48px #0f221847;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1rem;animation:loginFadeUp .45s ease-out}.login-hero:after{content:"";position:absolute;inset:auto -5rem -7rem auto;width:18rem;height:18rem;border-radius:50%;background:radial-gradient(circle,#f0c75e3d,#f0c75e00);pointer-events:none}.login-hero-brow{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#ecf5edd1}.login-brand{text-align:left;margin:0}.login-brand-sub{font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.26em;text-transform:uppercase;color:#dde9e0d6;margin-bottom:.625rem}.login-brand-title{font-family:Cinzel,Times New Roman,serif;font-size:clamp(2rem,3.6vw,3.4rem);font-weight:700;color:#f3deae;letter-spacing:.015em;line-height:1.12;text-shadow:0 8px 24px rgba(0,0,0,.28)}.login-hero-copy{font-size:.9375rem;line-height:1.7;color:#ecf4edeb;max-width:36ch}.login-hero-list{list-style:none;display:grid;gap:.625rem}.login-hero-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:#e9f2ebeb}.login-hero-list li:before{content:"";width:.48rem;height:.48rem;margin-top:.36rem;border-radius:50%;background:#f0c75e;box-shadow:0 0 0 3px #f0c75e38;flex-shrink:0}.login-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:auto}.login-hero-stat{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:.75rem;padding:.75rem;display:grid;gap:.125rem}.login-hero-stat-value{font-family:Cinzel,Times New Roman,serif;font-size:1.25rem;font-weight:700;color:#f4ce73}.login-hero-stat-label{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#e7f1ead6}.login-card{background:#fffffff0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(169,144,107,.44);border-radius:1.125rem;padding:2rem;box-shadow:0 26px 50px #2e221024,0 1px #fff9 inset;animation:loginFadeUp .52s ease-out}.login-card form{width:100%}.login-card--register{max-height:min(84vh,820px);overflow-y:auto;padding-right:1.4rem}.login-card-head{margin-bottom:1.25rem}.login-card-kicker{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--accent-text);margin-bottom:.45rem}.login-card-title{font-family:Cinzel,Times New Roman,serif;font-size:clamp(1.4rem,2vw,1.85rem);line-height:1.2;color:var(--cave);margin-bottom:.4rem}.login-card-subtitle{font-size:.86rem;color:var(--text-tertiary);line-height:1.5}.login-field{margin-bottom:.95rem}.login-label{display:block;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-body);margin-bottom:.44rem}.login-input{width:100%;padding:.78rem .88rem;background-color:#f6f1e7;border:1px solid #cabaa1;border-radius:.6rem;font-size:.95rem;color:#1f1f1f;box-shadow:inset 0 1px 2px #0000000a;transition:border-color .18s,box-shadow .18s,background-color .18s}.login-input:-webkit-autofill,.login-input:-webkit-autofill:hover,.login-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #f6f1e7 inset!important;-webkit-text-fill-color:#1f1f1f!important;caret-color:#1f1f1f}.login-input::-moz-placeholder{color:#8e8576}.login-input::placeholder{color:#8e8576}.login-input:hover{border-color:#b7a17d}.login-input:focus{outline:none;background-color:#fbf8f2;border-color:#2d5a43;box-shadow:0 0 0 3px #2d5a4329}.login-input--error{border-color:var(--danger);box-shadow:0 0 0 2px #c6282824}.login-input--readonly{background:var(--bg-surface-hover);color:var(--text-secondary);cursor:not-allowed}.login-password-wrap{position:relative}.login-password-wrap .login-input{padding-right:2.8rem}.login-password-toggle{position:absolute;right:.56rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.4rem;transition:color .15s,background .15s}.login-password-toggle:hover{color:var(--text-body);background:#0000000a}.login-remember{margin:1rem 0 1.15rem;display:flex;align-items:center;justify-content:space-between}.login-remember-label{display:flex;align-items:center;gap:.52rem;font-size:.82rem;color:var(--text-tertiary);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login-remember-label input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--primary);cursor:pointer}.login-forgot-link{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.login-forgot-link:hover{color:var(--primary)}.login-forgot-msg{background:var(--bg-inset);border:1px solid var(--border-default);border-radius:.5rem;padding:.75rem 1rem;margin-bottom:.75rem;text-align:center;font-size:.85rem;color:var(--text-body)}.login-forgot-msg p{margin:0 0 .5rem}.login-forgot-dismiss{background:none;border:1px solid var(--border-default);border-radius:.35rem;padding:.25rem .75rem;font-size:.78rem;cursor:pointer;color:var(--text-body)}.login-forgot-dismiss:hover{background:var(--bg-surface)}.login-submit{width:100%;padding:.86rem 1.45rem;background:linear-gradient(140deg,#2e6549,#24503a);color:#fff;border:none;border-radius:.7rem;font-size:.96rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 22px #234a3759;transition:transform .12s,box-shadow .18s,filter .18s}.login-submit:hover{box-shadow:0 14px 26px #234a376b;filter:brightness(1.03)}.login-submit:active{transform:translateY(1px)}.login-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.login-btn-spinner{display:inline-block;width:1em;height:1em;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:loginSpin .6s linear infinite;vertical-align:middle;margin-right:.5em}.login-loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1.2rem;animation:loginFadeIn .3s ease-out}.login-loading-spinner{width:2.8rem;height:2.8rem;border:3px solid var(--border, #e0e0e0);border-top-color:#2e6549;border-radius:50%;animation:loginSpin .7s linear infinite}.login-loading-text{font-size:1.05rem;font-weight:600;color:var(--text-secondary, #666);letter-spacing:.02em}@keyframes loginSpin{to{transform:rotate(360deg)}}@keyframes loginFadeIn{0%{opacity:0}to{opacity:1}}.login-error{background:#fceceb;border:1px solid rgba(198,40,40,.35);border-left:4px solid var(--danger);border-radius:.6rem;padding:.6rem .8rem;margin-bottom:.9rem;animation:loginSlideDown .3s ease-out}.login-error p{color:#8b1a1a;font-size:.81rem;line-height:1.45;margin:0}.login-success{background:#e6f3ec;border:1px solid rgba(45,90,67,.34);border-radius:.6rem;padding:.58rem .78rem;margin-bottom:.9rem}.login-success p{color:#1b5e3a;font-size:.81rem;margin:0}.login-toggle{text-align:center;font-size:.82rem;color:var(--text-muted);margin-top:1rem}.login-toggle-link{background:none;border:none;color:var(--primary);cursor:pointer;font-size:.82rem;font-weight:700;text-decoration:underline;text-underline-offset:2px;padding:0}.login-toggle-link:hover{color:var(--primary-hover)}.login-disabled-main{color:var(--text-heading);font-size:1.15rem;font-weight:700;margin:.5rem 0}.login-disabled-sub{color:var(--text-tertiary);font-size:.875rem;margin:0}.login-theme-toggle{position:fixed;top:1.2rem;right:1.2rem;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(147,121,80,.45);background:#ffffffd1;color:var(--text-body);font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,color .18s,transform .15s;box-shadow:0 8px 20px #0000001f;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:10}.login-theme-toggle:hover{background:#fff;color:#1a1a1a;transform:translateY(-1px)}@keyframes loginFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes loginShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.login-card-shake{animation:loginShake .5s ease-in-out}@keyframes loginSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.login-page{padding:1.25rem}.login-page-inner,.login-page-inner--register{grid-template-columns:1fr;width:min(620px,100%)}.login-hero{padding:1.45rem;gap:.75rem}.login-brand-title{font-size:clamp(1.9rem,8vw,2.7rem)}.login-hero-copy{max-width:100%}}@media(max-width:640px){.login-page{padding:.9rem}.login-hero{border-radius:.95rem;padding:1.1rem}.login-hero-list,.login-hero-stats{display:none}.login-card{padding:1.15rem;border-radius:.95rem}.login-card--register{max-height:82vh;padding-right:1.05rem}.login-card-title{font-size:1.25rem}.login-input{font-size:1rem;padding:.76rem}.login-submit{font-size:.9rem;padding:.8rem 1.2rem}.login-theme-toggle{top:.65rem;right:.65rem}}.dup-section-title{font-size:1.25rem;font-weight:700;color:var(--cave);margin-bottom:1rem}.dup-empty{color:var(--text-tertiary)}.dup-workbar{background:var(--bg-surface);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:.75rem;margin-bottom:1rem}.dup-workbar-top{display:flex;gap:.5rem;margin-bottom:.5rem}.dup-stat{font-size:.75rem;color:var(--text-tertiary);background:var(--bg-surface-muted);border:1px solid var(--border-light);border-radius:999px;padding:.125rem .5rem}.dup-workbar-actions{display:grid;grid-template-columns:minmax(12rem,1fr) auto auto;gap:.5rem}.dup-quick-search{min-width:0}.dup-stack{display:flex;flex-direction:column;gap:1rem}.dup-group{background:var(--bg-surface);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1rem}.dup-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.dup-group-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.dup-group-title{font-size:.875rem;font-weight:600;color:var(--cave)}.dup-group-count{font-size:.75rem;color:var(--text-tertiary)}.dup-link{color:var(--moss);text-decoration:underline;font-size:.875rem}.dup-btn-row{display:flex;gap:.5rem}.dup-merge-list{font-size:.8125rem;color:var(--text-tertiary);margin-bottom:.75rem}.dup-merge-list-label{color:var(--text-body);font-weight:500}.dup-manual-wrap{margin-top:1rem}.dup-manual-toggle{cursor:pointer;font-size:.875rem;color:var(--text-tertiary);margin-bottom:.5rem}.btn-sm{padding:.375rem .75rem;font-size:.875rem;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .15s,opacity .15s}.btn-sm:disabled{opacity:.5;cursor:default}.btn-outline{padding:.375rem .75rem;font-size:.875rem;border-radius:.25rem;border:1px solid var(--border-mid);background:var(--bg-surface);cursor:pointer}.btn-outline:hover{background-color:var(--bg-inset)}.dup-search{position:relative}.dup-search-label{display:block;font-size:.75rem;color:var(--text-tertiary);margin-bottom:.25rem}.dup-selected{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border-mid);border-radius:.25rem;padding:.5rem .75rem;background:var(--bg-surface)}.dup-selected-name{font-size:.875rem;font-weight:500;flex:1}.dup-clear-btn{color:var(--text-muted);background:none;border:none;cursor:pointer;font-size:1.125rem;padding:0}.dup-clear-btn:hover{color:var(--status-red-vivid)}.dup-autocomplete{position:absolute;z-index:10;margin-top:.25rem;width:100%;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;max-height:12rem;overflow-y:auto}.dup-autocomplete-item{width:100%;text-align:left;padding:.5rem .75rem;font-size:.875rem;background:none;border:none;cursor:pointer}.dup-autocomplete-item:hover{background-color:var(--sand)}.dup-manual-card{background:var(--bg-surface);border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1rem;margin-bottom:1.5rem}.dup-manual-desc{font-size:.875rem;color:var(--text-tertiary);margin-bottom:.75rem}.dup-merge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:.75rem}@media(max-width:960px){.incomplete-row{flex-direction:column;align-items:flex-start}.incomplete-row-actions{width:100%}.dup-workbar-actions{grid-template-columns:1fr}}.project-files-view{display:flex;flex-direction:column;gap:.8rem}.file-upload-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.25rem;padding:.82rem .95rem;border:1px solid var(--border-light);border-radius:.78rem;background:linear-gradient(180deg,#fffffff0,#fbf8f2e6);box-shadow:inset 0 1px #ffffff8c}.drop-zone{border:1.5px dashed rgba(133,112,84,.45);border-radius:.92rem;padding:2.1rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease;margin-bottom:.82rem;background:radial-gradient(circle at top right,#4a7c4a17,#4a7c4a00 42%),linear-gradient(180deg,#ffffffed,#f9f5eedb);box-shadow:inset 0 1px #ffffffa6}.drop-zone:hover{border-color:#4a7c4a94;background-color:var(--bg-inset);box-shadow:0 8px 18px #222b2514,inset 0 1px #ffffffad}.drop-zone-active{border-color:var(--moss);background:radial-gradient(circle at top right,#4a7c4a29,#4a7c4a00 44%),linear-gradient(180deg,#f1faf4f2,#f8fcf9e6);transform:translateY(-1px)}.drop-zone-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;padding:0;margin:-1px}.drop-zone-icon{color:var(--moss-dark);width:3rem;height:3rem;margin:0 auto .78rem;border-radius:999px;display:grid;place-items:center;background:#4a7c4a1f;border:1px solid rgba(74,124,74,.24)}.drop-zone-icon svg{width:1.45rem;height:1.45rem;margin:0}.drop-zone-uploading{color:var(--moss);font-weight:700}.drop-zone-text{color:var(--text-body);font-size:.93rem;font-weight:500}.drop-zone-browse{color:var(--moss-dark);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.drop-zone-hint{color:var(--text-muted);font-size:.76rem;margin-top:.3rem}.file-list-shell{border:1px solid var(--border-light);border-radius:.82rem;padding:.38rem;background:linear-gradient(180deg,#ffffffed,#fbf8f2e0);position:relative}.file-list-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.file-empty{color:var(--text-muted);font-size:.875rem;text-align:center;padding:1.2rem .5rem;border:1px dashed var(--border-light);border-radius:.58rem;background:var(--bg-surface-muted)}.file-empty-root{text-align:center;padding:3rem 1rem}.file-empty-root-msg{font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.file-empty-root-hint{font-size:.8125rem;color:var(--text-muted)}.file-explorer-breadcrumb{display:flex;align-items:center;gap:.4rem;padding:.3rem .2rem .55rem;border-bottom:1px solid var(--border-light);margin-bottom:.55rem}.file-crumb{font-size:.78rem;color:var(--text-muted);background:transparent;border:none;padding:0;margin:0}.file-crumb-root{cursor:pointer}.file-crumb-root:hover{color:var(--moss-dark);text-decoration:underline}.file-crumb-current{color:var(--text-heading);font-weight:700}.file-crumb-sep{color:var(--text-muted);font-size:.72rem}.file-list-search{display:flex;align-items:center;gap:.45rem;min-width:min(100%,360px)}.file-list-search-input{flex:1;min-width:0;border:1px solid var(--border-light);border-radius:.72rem;padding:.58rem .74rem;background:#ffffffe6;color:var(--text-body);font-size:.84rem}.file-list-search-input:focus{outline:none;border-color:#2a7a5257;box-shadow:0 0 0 3px #2a7a521f}.file-list-search-clear{border:1px solid var(--border-light);border-radius:999px;padding:.42rem .68rem;background:#ffffffd1;color:var(--text-tertiary);font-size:.74rem;font-weight:700;cursor:pointer}.file-list-search-clear:hover{border-color:#2a7a5247;color:var(--text-body)}.file-folder-browser{display:flex;flex-direction:column;gap:.26rem}.file-folder-browser-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.56rem .68rem;border:1px solid transparent;border-radius:.62rem;background:#ffffff8c;color:var(--text-body);text-align:left;cursor:pointer}.file-folder-browser-row:hover{background:#4a7c4a14;border-color:#4a7c4a3d}.file-folder-browser-row-hot{background:linear-gradient(180deg,#e8f1ffc7,#f4f8ffad);border-color:#60a5fa2e}.file-folder-browser-row-hot:hover{background:linear-gradient(180deg,#e0ecffe0,#eef4ffc2);border-color:#60a5fa47}.file-folder-browser-icon{width:1.12rem;height:1.12rem;color:var(--moss-dark);display:inline-flex;align-items:center;justify-content:center}.file-folder-browser-icon svg{width:100%;height:100%;fill:currentColor}.file-folder-browser-name{min-width:0;font-size:.84rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-folder-browser-copy{min-width:0;display:flex;flex-direction:column;gap:.12rem}.file-folder-browser-subtitle{min-width:0;font-size:.68rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-folder-browser-meta{display:flex;align-items:center;gap:.4rem}.file-folder-shared-chip{font-size:.56rem;font-weight:700;padding:.08rem .32rem;border-radius:999px;background:#2a7a521a;color:var(--moss-dark);border:1px solid rgba(42,122,82,.2);letter-spacing:.02em;white-space:nowrap}.file-folder-browser-chip{font-size:.56rem;font-weight:700;padding:.08rem .32rem;border-radius:999px;background:#5b667614;color:var(--text-tertiary);border:1px solid rgba(91,102,118,.16);letter-spacing:.02em;white-space:nowrap}.file-folder-browser-chip-revised{background:#3b82f61a;color:#1d4ed8;border-color:#60a5fa38}.file-folder-browser-chip-recent{background:#f973161a;color:#9a3412;border-color:#f9731638}.file-folder-browser-count{font-size:.72rem;font-weight:700;color:var(--text-tertiary)}.file-row{display:flex;align-items:center;gap:.75rem;padding:.62rem .75rem;border-radius:.62rem;border:1px solid transparent;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.file-row:hover{background-color:var(--bg-inset);border-color:var(--border-light);box-shadow:0 4px 12px #161c180f;transform:translateY(-1px)}.file-row-leading{display:inline-flex;align-items:center;gap:.38rem;flex-shrink:0}.file-row-leading-version{width:0}.file-row-selected{background:linear-gradient(180deg,#2a7a5224,#2a7a5212);border-color:#2a7a525c}.file-row-focused{box-shadow:inset 0 0 0 1px #2a7a5280,0 6px 18px #161c1814}.file-row-dragging{opacity:.8}.file-row-version{padding-left:.7rem;background:var(--bg-surface-muted);border:1px solid var(--border-light);border-left:2px solid rgba(74,124,74,.38);margin-left:1rem}.file-row:hover .file-action-icon,.file-row-selected .file-action-icon,.file-row-focused .file-action-icon{opacity:1}.file-name-row{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.file-revision-badge{font-size:.6875rem;font-weight:500;padding:.0625rem .375rem;border-radius:.25rem;background:var(--table-row-selected);color:var(--moss);border:1px solid rgba(74,124,74,.2)}.file-revised-badge{font-size:.56rem;font-weight:800;padding:.1rem .35rem;border-radius:999px;background:#2563eb1f;color:var(--status-blue-text);border:1px solid rgba(37,99,235,.24);letter-spacing:.06em;line-height:1.3}.file-version-badge{font-size:.6875rem;font-weight:600;padding:.0625rem .375rem;border-radius:.25rem;background:var(--status-blue-bg);color:var(--status-blue-text);border:1px solid rgba(37,99,235,.2);cursor:pointer;transition:background .15s}.file-version-badge:hover{background:var(--status-blue-bg)}.file-version-badge-open{background:var(--status-blue-bg);border-color:var(--status-blue-text)}.file-version-list{margin-bottom:.35rem;margin-top:.22rem}.file-actions-group{display:flex;gap:.34rem;align-items:center;flex-shrink:0}.file-type-badge{font-size:.6875rem;font-weight:800;padding:.25rem .5rem;border-radius:999px;width:3.1rem;text-align:center;flex-shrink:0;letter-spacing:.03em}.file-type-pdf{background-color:var(--danger-soft);color:var(--status-red-vivid)}.file-type-spreadsheet{background-color:var(--table-row-selected);color:var(--status-green-vivid)}.file-type-doc{background-color:var(--status-blue-bg);color:var(--status-blue-text)}.file-type-image{background-color:var(--status-purple-bg);color:var(--status-purple-text)}.file-type-cad{background-color:var(--accent-muted);color:var(--accent)}.file-type-archive{background-color:var(--status-amber-bg);color:var(--accent-text)}.file-type-default{background-color:var(--bg-surface-muted);color:var(--text-tertiary)}.file-info{flex:1;min-width:0}.file-name{font-size:.875rem;color:var(--text-heading);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-name-link{cursor:pointer;color:var(--cave-green);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s,color .15s}.file-name-link:hover{color:var(--moss);text-decoration-color:var(--moss)}.file-meta{font-size:.75rem;color:var(--text-muted)}.file-version-activity{color:var(--status-blue-text);font-weight:600}.file-action-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer;opacity:0;transition:opacity .12s,background .12s,color .12s}.file-action-icon:hover{background:var(--bg-hover);color:var(--text-primary)}.file-action-icon-danger:hover{background:#c832321a;color:var(--danger)}.file-action-icon-shared{color:var(--moss);opacity:1}.file-action-icon-visibility{width:auto;min-width:4.9rem;padding:0 .55rem;gap:.26rem;opacity:1;border:1px solid rgba(206,213,206,.88);background:#ffffffd1}.file-action-icon-visibility span{font-size:.68rem;font-weight:800;letter-spacing:.02em}.file-action-icon-visibility:hover{background:#f2f9f5f5}.file-upload-toolbar-label{font-size:.82rem;font-weight:600;color:var(--text-heading);white-space:nowrap}.file-upload-toolbar-select{font-size:.78rem;padding:.3rem .5rem;border:1px solid var(--border-light);border-radius:.4rem;background:var(--bg-white);color:var(--text-heading);cursor:pointer}.file-zone-tabs{display:flex;gap:.35rem;align-items:stretch}.file-zone-tab{border:1px solid var(--border-light);background:var(--bg-surface-muted);color:var(--text-tertiary);border-radius:.6rem;font-size:.75rem;font-weight:700;letter-spacing:.02em;padding:.45rem .75rem;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:border-color .15s,color .15s,background-color .15s}.file-zone-tab:hover{border-color:var(--border-mid);color:var(--text-heading)}.file-zone-tab.active-planroom{border-color:#2a7a527a;color:var(--moss-dark);background:#2a7a521a}.file-zone-tab.active-private{border-color:var(--border-mid);color:var(--text-heading);background:var(--bg-surface)}.file-zone-tab-count{font-size:.68rem;border-radius:999px;padding:.08rem .38rem;border:1px solid var(--border-light);background:var(--bg-white);color:var(--text-muted)}.file-folder-inline-input-row{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem .58rem}.file-folder-inline-input{flex:1;min-width:0;border:1px solid var(--border-mid);border-radius:.45rem;background:var(--bg-surface);color:var(--text-body);font-size:.82rem;padding:.44rem .62rem}.file-folder-inline-input:focus-visible,.file-rename-input:focus-visible{outline:none;border-color:var(--moss);box-shadow:var(--focus-ring)}.file-rename-input{width:min(24rem,100%);min-width:12rem;border:1px solid var(--border-mid);border-radius:.38rem;background:var(--bg-surface);color:var(--text-heading);font-size:.85rem;font-weight:500;padding:.24rem .46rem}.file-folder-group{margin-bottom:.15rem}.file-folder-header{display:flex;align-items:center;padding:.5rem .75rem;margin-top:.5rem;border-bottom:1px solid var(--border-light)}.file-folder-label{display:flex;align-items:center;gap:.5rem;flex:1}.file-folder-name{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.file-folder-count{font-size:.7rem;color:var(--text-muted);opacity:.6}.file-folder-drop-target .file-folder-header{border:1px dashed rgba(42,122,82,.48);background:linear-gradient(180deg,#2a7a5224,#2a7a5214);border-radius:.5rem}.file-zone-tab.drag-target{border-color:#2a7a528f;background:#2a7a522e;color:var(--moss-dark)}.file-context-menu{position:fixed;z-index:1200;min-width:13rem;max-height:min(70vh,34rem);overflow:auto;border:1px solid var(--border-mid);border-radius:.58rem;background:var(--bg-surface);box-shadow:0 12px 28px #13181433;padding:.32rem}.file-context-menu-item{width:100%;border:0;border-radius:.42rem;background:transparent;color:var(--text-heading);font-size:.76rem;font-weight:600;text-align:left;padding:.42rem .52rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.9rem}.file-context-menu-item:hover:not(:disabled){background:var(--bg-inset)}.file-context-menu-item:disabled{opacity:.5;cursor:not-allowed}.file-context-menu-item.danger{color:#b33939}.file-context-menu-sep{height:1px;margin:.25rem .12rem;background:var(--border-light)}.file-context-menu-label{font-size:.64rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem .16rem}.file-context-menu-shortcut{color:var(--text-muted);font-size:.68rem;font-weight:700}.file-folder-files{padding-left:.25rem}.file-folder-empty{margin:.2rem .2rem .36rem .7rem;font-size:.74rem;font-style:italic;color:var(--text-muted);opacity:.78}.file-pulls{margin-left:.35rem;font-size:.68rem;font-weight:600;color:var(--status-blue-text)}.file-new-badge{font-size:.56rem;font-weight:800;padding:.1rem .35rem;border-radius:999px;background:var(--cave-green);color:#fff;letter-spacing:.06em;line-height:1.3}.file-shared-badge{font-size:.56rem;font-weight:700;padding:.1rem .35rem;border-radius:999px;background:#2a7a521f;color:var(--moss-dark);border:1px solid rgba(42,122,82,.24);letter-spacing:.03em;line-height:1.3}@media(hover:none),(pointer:coarse){.file-action-icon{opacity:1}}@media(max-width:980px){.file-upload-toolbar{flex-direction:column;align-items:stretch}}@media(max-width:760px){.project-files-view{gap:.7rem}.drop-zone{padding:1.5rem 1rem}.file-row{flex-wrap:wrap;align-items:flex-start;gap:.58rem}.file-row-version{margin-left:.68rem}.file-actions-group{width:100%;padding-left:3.5rem;flex-wrap:wrap}.file-action-icon{opacity:1}}.project-files-view{flex:1 1 auto;min-height:0;gap:.92rem;overflow:hidden}.file-browser-layout{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow:hidden}.file-browser-main{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.file-browser-main-layout{flex:1 1 auto;display:grid;grid-template-columns:minmax(168px,212px) minmax(0,1fr) minmax(280px,330px);gap:.92rem;min-height:0;align-items:stretch}.file-list-banner-slot{flex-shrink:0;margin-bottom:.52rem}.file-review-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.72rem .84rem;border:1px solid rgba(204,183,143,.75);border-radius:.82rem;background:linear-gradient(180deg,#fff9eefa,#f7efe0f0);box-shadow:inset 0 1px #ffffffb8}.file-review-banner-active{border-color:#2a7a5242;background:linear-gradient(180deg,#eef7f2fa,#e6f2ebf0)}.file-review-banner-copy{font-size:.8rem;font-weight:800;color:var(--text-heading)}.file-review-banner-action{flex-shrink:0;border:1px solid rgba(42,122,82,.2);border-radius:999px;padding:.42rem .8rem;background:#ffffffe6;color:#21583d;font-size:.74rem;font-weight:800;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.file-review-banner-action:hover{border-color:#2a7a5257;background:#ebf6f0f5}.file-sidebar{display:flex;flex-direction:column;gap:.52rem;min-height:0;overflow:auto;padding-right:.08rem}.file-sidebar-card{border:1px solid var(--border-light);border-radius:.75rem;background:linear-gradient(180deg,#fffffff7,#f8f3ebe6);box-shadow:0 6px 14px #181f190d,inset 0 1px #ffffffad;transition:border-color .16s ease,box-shadow .16s ease}.file-sidebar-card-active{border-color:#2a7a525c;box-shadow:0 6px 14px #21583d24}.file-sidebar-card-btn{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.22rem;padding:.7rem .78rem;border:none;background:transparent;color:var(--text-body);cursor:pointer;text-align:left}.file-sidebar-card-label{font-size:.78rem;font-weight:700;letter-spacing:.01em}.file-sidebar-card-count{font-size:.72rem;color:var(--text-muted);font-weight:600}.file-sidebar-card-subtext{font-size:.66rem;line-height:1.45;color:var(--text-muted)}.file-sidebar-card-meta{display:flex;align-items:center;gap:.4rem;margin-top:.04rem}.file-sidebar-status{display:inline-flex;align-items:center;border-radius:999px;font-size:.6rem;font-weight:800;padding:.08rem .38rem;border:1px solid transparent;text-transform:uppercase;letter-spacing:.04em}.file-sidebar-status-live{color:var(--status-green-text);background:#16a34a1f;border-color:#16a34a4d}.file-sidebar-status-off{color:var(--text-muted);background:var(--bg-surface-muted);border-color:var(--border-light)}.file-sidebar-status-expired{color:#875d4b;background:#ad8a721f;border-color:#ad8a724d}.file-sidebar-card-planroom{display:flex;align-items:center}.file-sidebar-card-planroom .file-sidebar-card-btn{flex:1;min-width:0}.file-sidebar-copy-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;margin-right:.56rem;border:1px solid var(--border-light);border-radius:.5rem;background:#ffffffb3;color:var(--text-muted);cursor:pointer;transition:background .14s ease,color .14s ease,border-color .14s ease}.file-sidebar-copy-btn:hover{background:#2a7a521a;border-color:#2a7a524d;color:var(--moss-dark)}.share-expiry-dialog-body{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}.file-inline-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.52rem .12rem .68rem;margin-bottom:.1rem;border-bottom:1px solid var(--border-light);flex-shrink:0}.file-inline-toolbar-left,.file-inline-toolbar-right{display:flex;align-items:center;gap:.46rem}.file-inline-toolbar-count{font-size:.74rem;font-weight:700;color:var(--text-muted);white-space:nowrap;margin-right:.1rem}.file-inline-toolbar-note{font-size:.74rem;color:var(--text-muted)}.file-inline-toolbar-secondary{display:flex;flex-wrap:wrap;gap:.34rem}.file-inline-toolbar-secondary-btn{border:1px solid var(--border-light);border-radius:999px;background:#ffffffd1;color:var(--text-body);font-size:.72rem;font-weight:800;padding:.34rem .68rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.file-inline-toolbar-secondary-btn:hover{border-color:#2a7a5247;color:var(--text-heading)}.file-inline-toolbar-secondary-btn-danger{border-color:#b453092e;color:#9a5317}.file-inline-toolbar-secondary-btn-danger:hover{border-color:#b4530952}.file-zone-tabs{width:-moz-fit-content;width:fit-content;padding:.18rem;border:1px solid var(--border-light);border-radius:.9rem;background:linear-gradient(180deg,#fffffff5,#f9f5eeeb);box-shadow:0 6px 16px #171c180f,inset 0 1px #ffffffb3}.file-zone-tab{min-height:2.1rem;padding:.44rem .85rem;border:1px solid transparent;gap:.5rem}.file-zone-tab-label{font-size:.78rem;font-weight:800;letter-spacing:.025em}.file-zone-tab-dot{width:.45rem;height:.45rem;border-radius:999px;flex-shrink:0;box-shadow:0 0 0 1px #141c1814}.file-zone-tab-dot-planroom{background:var(--moss)}.file-zone-tab-dot-private{background:#8f8a84}.file-zone-tab.active-planroom{background:linear-gradient(180deg,#2a7a5233,#2a7a521a);border-color:#2a7a526b;box-shadow:0 6px 14px #21583d24}.file-zone-tab.active-private{background:linear-gradient(180deg,#fffffff5,#f3efe7f2);border-color:var(--border-mid)}.file-zone-tab-count{font-size:.66rem;font-weight:800}.file-detail-panel{min-height:0;min-width:0;overflow-x:hidden;overflow-y:auto;padding-right:.08rem}.file-detail-card,.file-detail-empty{display:grid;gap:.72rem;min-height:100%;min-width:0;padding:.88rem;border:1px solid var(--border-light);border-radius:.92rem;background:linear-gradient(180deg,#fffffff7,#f9f5eeeb);box-shadow:0 10px 22px #181f190f,inset 0 1px #ffffffb3}.file-detail-empty{min-height:14rem;align-content:start}.file-detail-empty-title,.file-detail-name{font-size:1rem;font-weight:800;color:var(--text-heading)}.file-detail-name{min-width:0;line-height:1.25;overflow-wrap:anywhere;word-break:break-word}.file-detail-empty-copy,.file-detail-review-copy{margin:0;font-size:.8rem;line-height:1.55;color:var(--text-muted)}.file-detail-head{display:flex;align-items:center;gap:.6rem}.file-detail-kicker{font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.file-detail-action,.file-detail-suggestion-btn,.file-detail-classify-btn{border:1px solid var(--border-light);border-radius:999px;background:#fffffff0;color:var(--text-body);font-size:.72rem;font-weight:800;padding:.38rem .72rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.file-detail-action:hover,.file-detail-suggestion-btn:hover,.file-detail-classify-btn:hover{border-color:#2a7a5247;color:var(--text-heading)}.file-detail-actions{display:flex;flex-wrap:wrap;gap:.38rem}.file-detail-warning{display:grid;gap:.3rem;padding:.72rem .78rem;border:1px solid rgba(183,95,27,.24);border-radius:.78rem;background:linear-gradient(180deg,#fff9effa,#f7eee0eb)}.file-detail-warning-title{font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#9a5317}.file-detail-warning-copy{margin:0;font-size:.78rem;line-height:1.55;color:#875d4b}.file-detail-action-danger{border-color:#b453092e;color:#9a5317}.file-detail-action-danger:hover{border-color:#b453094d}.file-detail-pills{display:flex;flex-wrap:wrap;gap:.38rem}.file-detail-pill{display:inline-flex;align-items:center;padding:.24rem .52rem;border-radius:999px;background:#ffffffe6;border:1px solid rgba(206,213,206,.88);font-size:.68rem;font-weight:800;color:var(--text-body)}.file-detail-pill-attention{border-color:#b75f1b47;background:#fff3e1f5;color:#9a5317}.file-detail-meta{display:grid;gap:.44rem;margin:0;padding-top:.12rem;border-top:1px solid rgba(206,213,206,.64)}.file-detail-meta-row{display:grid;gap:.16rem}.file-detail-meta-row dt{font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.file-detail-meta-row dd{margin:0;font-size:.78rem;color:var(--text-body);min-width:0;overflow-wrap:anywhere;word-break:break-word}.file-detail-review{display:grid;gap:.56rem;padding-top:.76rem;border-top:1px solid var(--border-light)}.file-detail-review-attention{padding:.78rem;border:1px solid rgba(224,199,161,.82);border-radius:.82rem;background:linear-gradient(180deg,#fffcf5f5,#fbf4e9eb)}.file-detail-review-title{font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-heading)}.file-detail-suggestion{display:grid;gap:.46rem;padding:.7rem;border-radius:.78rem;background:#ebf6f0e6;border:1px solid rgba(42,122,82,.18)}.file-detail-suggestion-copy{font-size:.76rem;color:var(--text-body)}.file-detail-suggestion-btn{justify-self:start;border-color:#2a7a5238;background:#fffffff0;color:#21583d}.file-detail-classify-grid{display:flex;flex-wrap:wrap;gap:.4rem}.file-detail-classify-btn-active,.file-detail-classify-btn:disabled{background:#e2efe6e6;border-color:#2a7a523d;color:#21583d;cursor:default}.drop-zone{border-width:1.5px;border-color:#4a7c4a5c;border-radius:1rem;padding:2.3rem 1.65rem;background:radial-gradient(circle at top right,#4a7c4a24,#4a7c4a00 44%),linear-gradient(180deg,#fffffff7,#f7f3ebe6);box-shadow:inset 0 1px #ffffffbf,0 8px 18px #222b250f}.drop-zone-icon{width:3.15rem;height:3.15rem}.drop-zone-text{font-size:1rem;font-weight:600}.file-list-shell{display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;border-radius:.94rem;padding:.52rem .56rem .46rem;background:linear-gradient(180deg,#fffffff7,#f9f5eee6);box-shadow:0 10px 22px #181f190f,inset 0 1px #ffffffad}.file-list-head{flex-shrink:0;align-items:flex-start;padding:0 .08rem}.file-list-content{min-height:0;overflow:auto;padding:0 .1rem .08rem .06rem}.file-folder-group{margin-bottom:.28rem}.file-row{border-color:#d3ccbe99;background:#ffffff9e;border-radius:.7rem}.file-row:hover{border-color:#4a7c4a47;background-color:#f2f9f5d1}@media(max-width:760px){.file-browser-main-layout{grid-template-columns:1fr;gap:.72rem}.file-sidebar{flex-direction:row;overflow:visible;gap:.4rem;padding-right:0}.file-sidebar-card{flex:1 1 0;min-width:0}.file-detail-panel{overflow:visible;padding-right:0}.file-inline-toolbar{flex-wrap:wrap}.file-review-banner{flex-wrap:wrap;align-items:flex-start}.file-zone-tabs{width:100%}.file-zone-tab{flex:1 1 0;justify-content:center}}.file-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.file-viewer{background:var(--text-strong);border-radius:8px;width:90vw;height:90vh;max-width:1400px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080}.file-viewer-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--cave-light);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.file-viewer-title{color:var(--stone);font-size:.95rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-viewer-jump-pill{display:inline-flex;align-items:center;justify-content:center;padding:.18rem .55rem;border-radius:999px;background:#4a7c4a29;color:var(--stone);font-size:.72rem;font-weight:700}.file-viewer-jump-pill-secondary{max-width:28rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#ffffff14;color:var(--text-muted)}.file-viewer-jump-pill-highlight{background:#e6be5438;color:#f4df9b}.file-viewer-close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0 .25rem;line-height:1}.file-viewer-close:hover{color:#fff}.file-viewer-download{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--stone);border-radius:999px;padding:.34rem .8rem;font-size:.76rem;font-weight:700;cursor:pointer}.file-viewer-download:hover{background:#ffffff1f}.file-viewer-body{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;background:var(--text-strong)}.file-viewer-iframe{width:100%;height:100%;border:none}.file-viewer-pdf-shell{width:100%;min-height:100%;align-self:flex-start}.file-viewer-pdf-pages{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;box-sizing:border-box}.file-viewer-pdf-page-wrap{width:100%;display:flex;justify-content:center;position:relative}.file-viewer-pdf-page-stage{position:relative;display:inline-block;line-height:0;overflow:hidden}.file-viewer-pdf-page{display:block;max-width:100%;height:auto;background:#fff;box-shadow:0 12px 32px #00000059;position:relative;z-index:1}.file-viewer-pdf-text-layer{--total-scale-factor: 1;--min-font-size: 1;--text-scale-factor: calc(var(--total-scale-factor) * var(--min-font-size));--min-font-size-inv: calc(1 / var(--min-font-size));position:absolute;top:0;right:0;bottom:0;left:0;overflow:clip;opacity:1;line-height:1;text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;caret-color:CanvasText;z-index:2}.file-viewer-pdf-text-layer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0 0}.file-viewer-pdf-text-layer>:not(.markedContent){--font-height: 0;--scale-x: 1;--rotate: 0deg;z-index:1;font-size:calc(var(--text-scale-factor) * var(--font-height));transform:rotate(var(--rotate)) scaleX(var(--scale-x)) scale(var(--min-font-size-inv))}.file-viewer-pdf-text-layer span[role=img]{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.file-viewer-pdf-text-layer .highlight{margin:-1px;padding:1px;border-radius:4px;background:#e6be546b;box-shadow:0 0 0 1px #f6df9b2e}.file-viewer-pdf-text-layer .highlight.begin{border-radius:4px 0 0 4px}.file-viewer-pdf-text-layer .highlight.end{border-radius:0 4px 4px 0}.file-viewer-pdf-text-layer .highlight.middle{border-radius:0}.file-viewer-pdf-text-layer .highlight.selected{background:#e6be547a}.file-viewer-pdf-text-layer ::-moz-selection{background:color-mix(in srgb,AccentColor,transparent 75%)}.file-viewer-pdf-text-layer ::selection{background:color-mix(in srgb,AccentColor,transparent 75%)}.file-viewer-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.file-viewer-counter{color:var(--text-muted);font-size:.8rem;margin-left:auto;margin-right:.75rem;white-space:nowrap}.file-viewer-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;border:none;color:#fff;font-size:3rem;cursor:pointer;padding:.5rem .75rem;line-height:1;border-radius:6px;z-index:1001;transition:background-color .15s}.file-viewer-arrow:hover{background:#000c}.file-viewer-arrow-left{left:.5rem}.file-viewer-arrow-right{right:.5rem}.file-viewer-loading{display:flex;flex-direction:column;align-items:center;gap:1rem}.file-viewer-spinner{width:2.4rem;height:2.4rem;border:3px solid rgba(255,255,255,.15);border-top-color:var(--gold, #c9a84c);border-radius:50%;animation:loginSpin .7s linear infinite}.file-viewer-loading-text{color:#fff9;font-size:.9rem;font-weight:500}.file-revision-prompt{background:linear-gradient(180deg,#f1faf4e6,#ffffffeb);border:1px solid rgba(74,124,74,.36);border-radius:.65rem;padding:.68rem .84rem;margin-bottom:.6rem;display:flex;align-items:center;gap:.65rem;box-shadow:inset 0 1px #ffffffb3}.file-revision-prompt p{margin:0;font-size:.84rem;flex:1}@media(max-width:760px){.file-revision-prompt{flex-wrap:wrap;gap:.5rem}}.import-page{max-width:32rem}.import-title{font-size:1.5rem;font-weight:700;color:var(--cave);margin-bottom:1rem}.import-desc{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1rem}.import-btn{background-color:var(--moss);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:background-color .15s,opacity .15s}.import-btn:hover{background-color:var(--moss-light)}.import-btn:disabled{opacity:.5;cursor:default}.import-error{margin-top:1rem;background-color:var(--danger-soft);border:1px solid var(--danger);border-radius:.5rem;padding:1rem;color:var(--danger-hover);font-size:.875rem}.import-result{margin-top:1rem;background-color:var(--sand);border-radius:.5rem;border:1px solid var(--rock-light);padding:1rem}.import-result-title{font-weight:600;color:var(--cave);margin-bottom:.5rem}.import-result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;font-size:.875rem}.import-result-label{color:var(--status-gray-text)}.import-result-value{font-weight:500}.detail-page{max-width:48rem}.detail-back{font-size:.875rem;color:var(--text-tertiary);background:none;border:none;cursor:pointer;margin-bottom:1rem;padding:0}.detail-back:hover{color:var(--moss)}.detail-card{background:var(--bg-surface);border-radius:.5rem;border:1px solid var(--border-mid);padding:1.5rem;margin-bottom:1rem}.detail-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.detail-edit-name{font-size:1.5rem;font-weight:700;color:var(--cave);border:none;border-bottom:2px solid var(--moss);width:100%;background:transparent}.detail-edit-name:focus{outline:none}.detail-name{font-size:1.5rem;font-weight:700;color:var(--cave)}.detail-website{font-size:.875rem;color:var(--status-blue-text);text-decoration:none}.detail-website:hover{text-decoration:underline}.detail-actions{display:flex;gap:.5rem;margin-left:1rem;flex-shrink:0}.detail-edit-btn{color:var(--moss);font-size:.875rem;background:none;border:none;cursor:pointer}.detail-edit-btn:hover{text-decoration:underline}.detail-cancel-btn{color:var(--text-tertiary);font-size:.875rem;background:none;border:none;cursor:pointer}.detail-field-label{display:block;font-size:.75rem;color:var(--text-tertiary);margin-bottom:.25rem}.detail-input{flex:1;border:1px solid var(--border-mid);border-radius:.25rem;padding:.5rem;font-size:.875rem}.detail-input:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.detail-textarea{width:100%;border:1px solid var(--border-mid);border-radius:.25rem;padding:.5rem;font-size:.875rem;resize:vertical}.detail-textarea:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.detail-search-btn{font-size:.75rem;padding:.25rem .75rem;border-radius:.25rem;border:1px solid var(--border-mid);color:var(--moss);background:var(--bg-surface);cursor:pointer;white-space:nowrap;transition:background-color .15s,color .15s}.detail-search-btn:hover{background-color:var(--moss);color:#fff}.detail-field-row{display:flex;gap:.5rem;margin-bottom:.25rem}.detail-flagged{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem}.detail-flagged-help{margin-top:.25rem;font-size:.75rem;color:var(--text-tertiary)}.detail-notes{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1rem}.detail-section-title{font-weight:600;color:var(--cave);margin-bottom:.75rem}.detail-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.detail-add-btn{font-size:.875rem;color:var(--moss);background:none;border:none;cursor:pointer}.detail-add-btn:hover{text-decoration:underline}.detail-add-btn:disabled{opacity:.6;cursor:default;text-decoration:none}.detail-delete{color:var(--status-red-vivid);font-size:.875rem;background:none;border:none;cursor:pointer}.detail-delete:hover{text-decoration:underline}.company-detail-page{max-width:96rem}.company-two-col{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.company-col-left,.company-col-right{display:flex;flex-direction:column;gap:.1rem}.company-col-left .detail-card,.company-col-right .detail-card{margin-bottom:1rem}.company-snapshot-card{margin-top:-.2rem}.company-snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.company-snapshot-item{border:1px solid var(--border-light);border-radius:.5rem;background:var(--bg-surface-alt);padding:.65rem .7rem;display:grid;gap:.12rem}.company-snapshot-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);font-weight:700}.company-snapshot-value{font-size:.92rem;font-weight:700;color:var(--text-strong)}.company-snapshot-meta{font-size:.76rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-prequal-alert{margin-bottom:.7rem;border:1px solid rgba(193,69,69,.32);border-radius:.5rem;background:linear-gradient(180deg,#fff5f5f2,#fffafaeb);padding:.6rem .7rem;display:grid;gap:.15rem}.company-prequal-alert-title{color:var(--danger);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.company-prequal-alert-text{color:var(--text-secondary);font-size:.8rem;line-height:1.4}.company-flagged-indicator{color:var(--status-red-vivid);margin-left:.5rem;font-size:1.1rem}.company-header-edit-grid{display:flex;flex-direction:column;gap:.5rem}.company-header-edit-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.company-header-info{margin-top:-.25rem}.company-header-meta{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-top:.5rem}.company-header-meta-item{display:flex;flex-direction:column;font-size:.875rem;color:var(--text-secondary)}.company-header-meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin-bottom:.125rem}.company-header-phone-link{color:var(--status-blue-text);text-decoration:none}.company-header-phone-link:hover{text-decoration:underline}.company-notes-text{font-size:.875rem;color:var(--text-secondary);white-space:pre-wrap;line-height:1.6}.company-notes-empty{font-size:.875rem;color:var(--text-tertiary)}.company-bid-history-count{font-size:.75rem;color:var(--text-tertiary)}.company-bid-history-wrap{overflow-x:auto;border:1px solid var(--border-light);border-radius:.5rem;max-width:100%}.company-bid-history-table{width:100%;border-collapse:collapse;font-size:.8125rem}.company-bid-history-table th{text-align:left;font-weight:600;color:var(--text-body);padding:.55rem .65rem;border-bottom:1px solid var(--border-light);background:var(--bg-surface-muted);white-space:nowrap}.company-bid-history-table td{padding:.55rem .65rem;border-bottom:1px solid var(--border-light);color:var(--text-body)}.company-bid-history-table tbody tr:last-child td{border-bottom:none}.company-bid-history-table tbody tr:hover{background:var(--bg-surface-alt)}.company-bid-history-project a{color:var(--moss);text-decoration:none;font-weight:600}.company-bid-history-project a:hover{text-decoration:underline}.company-bid-history-th-num,.company-bid-history-num{text-align:right;font-variant-numeric:tabular-nums}.company-bid-history-label{font-size:.7rem;color:var(--text-tertiary)}@media(max-width:1200px){.company-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.company-snapshot-grid{grid-template-columns:1fr}}.contact-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border-light);font-size:.875rem}.contact-row:last-child{border-bottom:none}.contact-name{font-weight:500;width:10rem}.contact-trade-pills{display:flex;gap:.25rem}.contact-trade-pill{background-color:var(--moss-faint);color:var(--moss-dark);font-size:10px;padding:.125rem .375rem;border-radius:9999px}.contact-email{color:var(--text-tertiary);flex:1}.contact-phone{color:var(--text-muted);width:8rem}.contact-primary-badge{font-size:.75rem;background-color:var(--sand);padding:.125rem .5rem;border-radius:.25rem}.contact-edit-btn{color:var(--moss);font-size:.75rem;background:none;border:none;cursor:pointer}.contact-edit-btn:hover{text-decoration:underline}.contact-edit{padding:.5rem 0;border-bottom:1px solid var(--border-light)}.contact-new-label{margin-bottom:.5rem;font-size:.75rem;font-weight:600;color:var(--status-blue-text)}.contact-edit:last-child{border-bottom:none}.contact-edit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.5rem}.contact-edit-input{border:1px solid var(--border-mid);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.contact-edit-input:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.contact-trades-label{display:block;font-size:.75rem;color:var(--text-tertiary);margin-bottom:.25rem}.contact-trades-wrap{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.contact-trade-toggle{font-size:.75rem;padding:.125rem .5rem;border-radius:9999px;border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);cursor:pointer;transition:border-color .15s,background-color .15s,color .15s}.contact-trade-toggle:hover{border-color:var(--moss)}.contact-trade-toggle-active{background-color:var(--moss);color:#fff;border-color:var(--moss)}.contact-edit-actions{display:flex;gap:.5rem}.contact-delete-btn{color:var(--status-red-vivid);font-size:.75rem;background:none;border:none;cursor:pointer;margin-left:auto}.contact-delete-btn:hover{text-decoration:underline}.trade-sheet-wrap{overflow-x:auto;border-left:1px solid var(--border-mid);border-right:1px solid var(--border-mid);border-bottom:1px solid var(--border-mid);border-radius:0 0 .5rem .5rem}.trade-sheet-wrap-excel{border:1px solid rgba(203,194,171,.84);border-radius:.8rem;background:#fffffff2;box-shadow:0 6px 14px #1c1e200a;overflow:auto;max-height:min(60vh,40rem);scrollbar-gutter:auto;padding-right:.72rem;box-sizing:border-box}.trade-sheet-wrap-virtual{overflow-y:auto;max-height:min(70vh,56rem)}.trade-sheet-table{width:100%;font-size:.875rem;border-collapse:collapse;table-layout:fixed}.trade-sheet-table-excel{min-width:100%;border-collapse:collapse;table-layout:fixed}.trade-sheet-thead{background-color:#e8dfd599;border-bottom:1px solid var(--border-light);text-align:left;color:var(--status-gray-text)}.trade-sheet-th{padding:.625rem .75rem;font-weight:600}.trade-sheet-wrap-excel .trade-sheet-th{padding:.64rem .95rem;position:sticky;top:0;z-index:3;background:linear-gradient(110deg,#12382a,#1a4a36 62%,#225c44)}.trade-sheet-wrap-excel .trade-sheet-th:first-child{border-top-left-radius:calc(.8rem - 1px);clip-path:inset(0 0 0 0 round calc(.8rem - 1px) 0 0 0)}.trade-sheet-wrap-excel .trade-sheet-th:last-child{border-top-right-radius:calc(.8rem - 1px);padding-right:1.08rem;clip-path:inset(0 0 0 0 round 0 calc(.8rem - 1px) 0 0)}.trade-sheet-wrap-virtual .trade-sheet-th{position:sticky;top:0;z-index:2;background-color:#e8dfd5e6}.trade-sheet-wrap-excel.trade-sheet-wrap-virtual .trade-sheet-th{top:0;z-index:3;background:linear-gradient(110deg,#12382a,#1a4a36 62%,#225c44)}.trade-sheet-th-company{width:12rem}.trade-sheet-th-contact{width:9rem}.trade-sheet-th-email{width:11rem}.trade-sheet-th-status{width:7rem;text-align:center}.trade-sheet-th-amount{width:8rem;text-align:right}.trade-sheet-th-proposal{width:8rem;text-align:center}.trade-sheet-th-detail{width:6rem;text-align:center}.trade-sheet-row{border-bottom:1px solid var(--border-light);transition:background-color .15s,opacity .15s}.trade-sheet-wrap-excel .trade-sheet-row{transition:background-color .14s ease,box-shadow .14s ease,opacity .14s ease}.trade-sheet-row:last-child{border-bottom:none}.trade-sheet-row:hover{background-color:#e8dfd54d}.trade-sheet-row-selected{background-color:var(--table-row-selected)}.trade-sheet-row-low{background-color:#10b9810d}.trade-sheet-scope-pct{font-size:.78rem;font-weight:600;padding:.1rem .4rem;border-radius:.25rem;white-space:nowrap}.trade-sheet-scope-pct--high{color:var(--status-green-text, #047857);background:var(--moss-faint, rgba(16, 185, 129, .08))}.trade-sheet-scope-pct--mid{color:var(--accent, #d97706);background:#d9770614}.trade-sheet-scope-pct--low{color:var(--danger, #dc2626);background:var(--danger-soft, rgba(220, 38, 38, .08))}.trade-sheet-scope-pct--none{color:var(--text-muted);font-weight:400}.trade-sheet-td{padding:.45rem .75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-sheet-wrap-excel .trade-sheet-td{padding:.32rem .8rem;min-width:0;border-right:1px solid rgba(217,206,184,.5);line-height:1.2}.trade-sheet-wrap-excel .trade-sheet-td:last-child{border-right:none;padding-right:1.08rem}.trade-sheet-wrap-excel .trade-sheet-row>.trade-sheet-td{height:2.2rem}.trade-sheet-spacer-row{border:none}.trade-sheet-spacer-cell{padding:0;border:none;line-height:0}.trade-sheet-empty-row{text-align:center;padding:2rem 1rem;color:#6b7280;font-size:.95rem}.trade-sheet-empty-text{margin-right:.75rem}.trade-sheet-empty-add{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .85rem;border-radius:.45rem;border:1px solid rgba(30,60,44,.18);background:linear-gradient(180deg,#2a5e42,#1e4a34);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.01em;cursor:pointer;white-space:nowrap;box-shadow:0 1px 3px #0000001f,inset 0 1px #ffffff14;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.trade-sheet-empty-add:hover{background:linear-gradient(180deg,#336e4e,#24573c);box-shadow:0 2px 6px #00000029,inset 0 1px #ffffff1a;transform:translateY(-.5px)}.trade-sheet-td-center{text-align:center}.trade-sheet-td-amount{text-align:right;white-space:nowrap}.trade-sheet-th-selector{width:2rem;min-width:2rem;max-width:2rem;padding:0 .25rem;text-align:center}.trade-sheet-td-selector{width:2rem;min-width:2rem;max-width:2rem;padding:.45rem .25rem!important;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.trade-sheet-tree{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.78rem;color:var(--text-tertiary, var(--text-muted));flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;letter-spacing:0;transition:color .16s ease,font-weight .16s ease}.trade-sheet-tree--selected{color:#225f42f5;font-weight:700}.trade-sheet-row-checked,.trade-sheet-row-checked>td{background-color:#00a36c1a!important;box-shadow:none!important}.trade-sheet-row-checked:hover,.trade-sheet-row-checked:hover>td{background-color:#00a36c24!important}.trade-sheet-company-link{font-weight:600;color:var(--moss);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trade-sheet-company-link:hover{text-decoration:underline}.trade-sheet-company-inner{display:flex;align-items:center;gap:.375rem}.trade-sheet-wrap-excel .trade-sheet-company-inner{gap:.3rem}.trade-sheet-no-email-badge{font-size:.625rem;font-weight:700;color:var(--danger-hover);background:var(--danger-soft);border:1px solid var(--danger);border-radius:999px;padding:.1rem .35rem;white-space:nowrap}.trade-sheet-flag{color:var(--accent);font-size:.75rem}.trade-sheet-low-tag{font-size:.75rem;color:var(--moss);font-weight:600}.trade-sheet-contact-name{font-size:.875rem}.trade-sheet-contact-phone{display:block;font-size:.75rem;color:var(--text-muted)}.trade-sheet-wrap-excel .trade-sheet-contact-phone{margin-top:.08rem;line-height:1.15}.trade-sheet-email-btn{color:var(--moss);font-size:.75rem;background:none;border:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;max-width:100%;text-align:left;padding:0}.trade-sheet-email-btn:hover{text-decoration:underline}.trade-sheet-placeholder{color:var(--text-muted);font-size:.75rem}.trade-sheet-amount-display{display:inline-block;font-size:.875rem;font-weight:600;color:var(--text-body);white-space:nowrap}.trade-sheet-td-amount .trade-sheet-placeholder{display:inline-block;width:100%;text-align:right}.trade-sheet-select-btn{margin-top:.25rem;border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);font-size:.6875rem;font-weight:700;border-radius:.35rem;padding:.1rem .4rem;cursor:pointer}.trade-sheet-td-amount .trade-sheet-select-btn{display:block;margin-left:auto}.trade-sheet-select-btn:hover:not(:disabled){border-color:var(--moss);color:var(--moss-dark)}.trade-sheet-select-btn:disabled{opacity:.5;cursor:not-allowed}.trade-sheet-select-btn-active{border-color:var(--moss);background:#1b5e3a1f;color:var(--moss-dark)}.trade-sheet-amount-selected{color:var(--status-green-text)}.trade-sheet-amount-low{color:var(--moss)}.trade-sheet-hidden-input{display:none}.trade-sheet-proposal-actions{display:flex;align-items:center;justify-content:center;gap:.375rem}.trade-sheet-proposal-view{font-size:.75rem;color:var(--moss);font-weight:500;background:none;border:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px;padding:0}.trade-sheet-proposal-view:hover{text-decoration:underline}.trade-sheet-proposal-icon{color:var(--text-muted);font-size:.75rem;background:none;border:none;cursor:pointer}.trade-sheet-proposal-icon:hover{color:var(--moss)}.trade-sheet-proposal-del:hover{color:var(--status-red-vivid)}.trade-sheet-confirm{font-size:.75rem;color:var(--text-tertiary)}.trade-sheet-confirm-yes{font-size:.75rem;color:var(--danger);font-weight:600;background:none;border:none;cursor:pointer}.trade-sheet-confirm-yes:hover{text-decoration:underline}.trade-sheet-confirm-no{font-size:.75rem;color:var(--text-tertiary);background:none;border:none;cursor:pointer}.trade-sheet-confirm-no:hover{text-decoration:underline}.trade-sheet-upload-btn{font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;border:1px dashed var(--border-mid);color:var(--text-muted);background:none;cursor:pointer;transition:border-color .15s,color .15s}.trade-sheet-upload-btn:hover{border-color:var(--moss);color:var(--moss)}.trade-sheet-upload-btn:disabled{cursor:default}.trade-sheet-expand-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);font-size:.6875rem;font-weight:700;border-radius:.35rem;padding:.15rem .45rem;cursor:pointer}.trade-sheet-expand-btn:hover{border-color:var(--moss);color:var(--moss-dark)}.trade-sheet-expand-btn.active{border-color:var(--moss);background:#1b5e3a1f;color:var(--moss-dark)}.trade-sheet-detail-row{background:#f7f4efe6;border-bottom:1px solid var(--border-light)}.trade-sheet-detail-cell{padding:.85rem .9rem 1rem}.trade-sheet-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(18rem,1fr));gap:.75rem}.trade-sheet-detail-block{background:#fff;border:1px solid var(--border-light);border-radius:.55rem;padding:.65rem .75rem}.trade-sheet-detail-block-wide{grid-column:1 / -1}.trade-sheet-detail-block h5{margin:0 0 .45rem;font-size:.78rem;letter-spacing:.01em;text-transform:uppercase;color:var(--text-tertiary)}.trade-sheet-detail-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem .6rem}.trade-sheet-detail-metrics div{display:flex;flex-direction:column;gap:.1rem}.trade-sheet-detail-metrics span{font-size:.68rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.trade-sheet-detail-metrics strong{font-size:.82rem;color:var(--text-body);font-weight:700}.trade-sheet-detail-scope-stats{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:.45rem;font-size:.78rem}.trade-sheet-detail-list h6{margin:.25rem 0;font-size:.72rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.02em}.trade-sheet-detail-list ul{margin:0;padding-left:1rem;display:grid;gap:.15rem;font-size:.78rem}.trade-sheet-detail-note{margin:.3rem 0 0;font-size:.72rem;color:var(--text-muted)}.trade-sheet-detail-notes{display:grid;gap:.35rem}.trade-sheet-detail-notes p{margin:0;font-size:.78rem;line-height:1.35}.trade-sheet-detail-files{display:grid;gap:.35rem}.trade-sheet-detail-file-link{border:none;background:none;color:var(--moss);font-size:.78rem;text-align:left;padding:0;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.trade-sheet-detail-file-link:hover{color:var(--moss-dark)}.trade-sheet-detail-file-row{display:flex;align-items:center;gap:.4rem}.trade-sheet-detail-file-delete{border:none;background:none;color:var(--text-tertiary);font-size:1rem;line-height:1;cursor:pointer;padding:0 .15rem;opacity:.5}.trade-sheet-detail-file-delete:hover{color:var(--status-red);opacity:1}.trade-sheet-detail-table{width:100%;border-collapse:collapse;font-size:.78rem}.trade-sheet-detail-table th,.trade-sheet-detail-table td{padding:.4rem .45rem;border-bottom:1px solid var(--border-light);text-align:left}.trade-sheet-detail-table th{color:var(--text-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.02em}.trade-sheet-detail-empty{margin:0;font-size:.78rem;color:var(--text-muted)}@media(max-width:1100px){.trade-sheet-detail-grid{grid-template-columns:1fr}.trade-sheet-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.btn-action{font-size:.875rem;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .15s;white-space:nowrap;font-weight:600}.btn-action-moss{background-color:var(--moss);color:#fff}.btn-action-moss:hover{background-color:var(--moss-light)}.proj-not-found{text-align:center;padding:4rem 0}.proj-not-found-text{color:var(--text-muted);font-size:1.125rem;margin-bottom:1rem}.proj-not-found-link{color:var(--moss);font-size:.875rem;background:none;border:none;cursor:pointer}.proj-not-found-link:hover{text-decoration:underline}.proj-loading{color:var(--text-muted)}.proj-loading-inline{padding:.15rem .2rem .65rem;font-size:.82rem}.proj-loading-shell{display:flex;flex-direction:column;gap:.95rem;padding:.4rem .34rem 1rem}.proj-loading-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.78rem .92rem;border-radius:.95rem;border:1px solid rgba(213,200,178,.82);background:linear-gradient(180deg,#fffcf7f5,#f6f0e6eb);box-shadow:0 10px 24px #1e271f0f}.proj-loading-header-main{min-width:0;display:flex;align-items:center;gap:.8rem}.proj-loading-back-pill{width:5.4rem;height:1rem;border-radius:999px}.proj-loading-title-group{min-width:0;display:grid;gap:.45rem}.proj-loading-title-line{width:clamp(12rem,28vw,22rem);height:1.3rem;border-radius:.55rem}.proj-loading-subtitle-line{width:clamp(8rem,20vw,14rem);height:.82rem;border-radius:999px}.proj-loading-header-actions{display:flex;align-items:center;gap:.7rem}.proj-loading-action-pill{width:6.2rem;height:2.2rem;border-radius:999px}.proj-loading-action-pill--wide{width:8.2rem}.proj-loading-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:.95rem}.proj-loading-card,.proj-loading-panel,.proj-bid-loading-table,.proj-bid-loading-toolbar{border:1px solid rgba(213,200,178,.72);background:linear-gradient(180deg,#fffffff5,#f8f3ebeb);box-shadow:0 10px 22px #1e271f0d}.proj-loading-card{grid-column:span 3;display:grid;gap:.7rem;padding:1rem 1.05rem;border-radius:.95rem}.proj-loading-card--hero{grid-column:span 3}.proj-loading-card-title{width:42%;height:.82rem}.proj-loading-card-value{width:68%;height:2.45rem;border-radius:.9rem}.proj-loading-card-value--sm{width:52%;height:1.8rem}.proj-loading-card-copy{width:78%;height:.78rem}.proj-loading-card-copy--sm{width:62%}.proj-loading-panel{grid-column:span 6;display:grid;gap:.7rem;padding:1.1rem;border-radius:1rem;min-height:14rem;align-content:start}.proj-loading-panel-title{width:30%;height:.92rem}.proj-loading-panel-line{width:100%;height:1rem;border-radius:.6rem}.proj-loading-panel-line--short{width:58%}.proj-loading-panel-line--medium{width:76%}.proj-bid-loading{display:grid;gap:.9rem}.proj-bid-loading--embedded{padding-bottom:.6rem}.proj-bid-loading-toolbar{display:flex;align-items:center;gap:.55rem;padding:.8rem .9rem;border-radius:1rem}.proj-bid-loading-pill{width:5.6rem;height:2.05rem;border-radius:999px}.proj-bid-loading-pill--title{width:7rem}.proj-bid-loading-pill--action{width:8.5rem;margin-left:auto}.proj-bid-loading-pill--status{width:4.8rem;height:1.5rem}.proj-bid-loading-table{display:grid;gap:.55rem;padding:.7rem;border-radius:1rem}.proj-bid-loading-head,.proj-bid-loading-row{display:grid;grid-template-columns:1.4rem minmax(0,1fr) auto auto;align-items:center;gap:.75rem}.proj-bid-loading-head{padding:.35rem .5rem .55rem}.proj-bid-loading-head-cell{height:.72rem}.proj-bid-loading-head-cell--trade{width:6.5rem}.proj-bid-loading-head-cell--lead{width:5rem}.proj-bid-loading-head-cell--status{width:4rem}.proj-bid-loading-head-cell--amount{width:3.2rem}.proj-bid-loading-row{padding:.78rem .5rem;border-radius:.82rem;background:#ffffffad}.proj-bid-loading-check{width:1rem;height:1rem;border-radius:.28rem}.proj-bid-loading-copy{display:grid;gap:.38rem}.proj-bid-loading-line{height:.92rem;border-radius:.55rem}.proj-bid-loading-line--subtle{height:.72rem}.proj-bid-loading-line--amount{width:4.5rem}@media(max-width:1040px){.proj-loading-header{flex-direction:column;align-items:stretch}.proj-loading-header-actions{justify-content:flex-start}.proj-loading-card,.proj-loading-card--hero,.proj-loading-panel{grid-column:span 12}}.proj-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem;padding:.78rem .92rem;border-radius:.95rem;border:1px solid rgba(213,200,178,.82);background:linear-gradient(180deg,#fffcf7f5,#f6f0e6eb);box-shadow:0 10px 24px #1e271f0f}.proj-page-header-main{min-width:0;display:flex;align-items:center;gap:.8rem}.proj-back{font-size:.92rem;font-weight:600;color:var(--text-tertiary);background:none;border:none;cursor:pointer;margin:0;padding:.25rem 0;white-space:nowrap}.proj-back:hover{color:var(--moss)}.proj-page-header-divider{width:1px;align-self:stretch;background:linear-gradient(180deg,#c2b39a00,#c2b39ab8 20%,#c2b39ab8 80%,#c2b39a00)}.proj-page-identity{min-width:0;display:grid;gap:.08rem}.proj-page-eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#595145ad}.proj-page-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.proj-title-meta-badges{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.32rem}.proj-title-meta-badge{display:inline-flex;align-items:center;justify-content:center;padding:.16rem .5rem;border-radius:999px;border:1px solid rgba(186,168,138,.7);background:#fffaf1eb;color:var(--text-tertiary);font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.proj-page-title{margin:0;min-width:0;font-size:1.14rem;line-height:1.08;font-weight:800;letter-spacing:-.02em;color:var(--text-heading);text-wrap:balance}.proj-page-title-row .status-badge{font-size:.72rem;padding:.18rem .52rem;box-shadow:inset 0 0 0 1px #ffffff2e}.proj-page-header-action{flex-shrink:0}.proj-ai-banner{margin:.75rem 0 1rem;border:1px solid rgba(22,88,52,.35);border-radius:.625rem;background:linear-gradient(135deg,#e2f4e7eb,#f5faf7f5);padding:.75rem .875rem;display:flex;align-items:center;justify-content:space-between;gap:.875rem}.proj-ai-banner-copy{min-width:0}.proj-ai-banner-title{font-size:.92rem;font-weight:700;color:var(--moss-dark)}.proj-ai-banner-text{margin-top:.2rem;font-size:.82rem;color:var(--text-secondary)}.proj-ai-banner-cancel{border:1px solid rgba(130,24,24,.25);border-radius:.5rem;background:#fff;color:#9d2a2a;font-weight:600;font-size:.78rem;padding:.45rem .7rem;cursor:pointer;white-space:nowrap}.proj-ai-banner-cancel:disabled{opacity:.6;cursor:default}.proj-ai-banner-warning{border-color:#ab7a1c59;background:linear-gradient(135deg,#fff6e0f5,#fffbf2fa)}.proj-ai-banner-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.proj-ai-banner-action{border:1px solid rgba(22,88,52,.18);border-radius:.5rem;background:#fff;color:var(--moss-dark);font-weight:600;font-size:.78rem;padding:.45rem .7rem;cursor:pointer;white-space:nowrap}.proj-ai-banner-action:hover{border-color:#16583459}.proj-naming-banner{margin-top:0}.proj-naming-banner-list{display:grid;gap:.45rem;margin-top:.55rem}.proj-naming-banner-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}.proj-naming-banner-badge{display:inline-flex;align-items:center;justify-content:center;min-width:5.5rem;padding:.14rem .5rem;border-radius:999px;background:#ab7a1c24;color:#8a6114;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.proj-card{background:linear-gradient(135deg,#133527f5,#1c4936eb 58%,#2f684ee6);border:1px solid rgba(231,216,189,.3);border-radius:.9rem;padding:1.1rem 1.25rem 1rem;margin-bottom:0;box-shadow:0 12px 28px #0b14103d}.proj-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.proj-card-left{flex:1;min-width:0}.proj-card-pills{display:flex;gap:.7rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;align-items:stretch}.proj-title-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.proj-title-stack{display:grid;gap:.28rem}.proj-dash-hero .proj-card-header{align-items:flex-start}.proj-dash-hero .proj-card-left{display:grid;gap:.25rem}.proj-dash-hero-bid-date{display:flex;align-items:baseline;gap:.45rem;margin-top:.1rem;color:#f4ecdbe6}.proj-dash-hero-bid-date-label{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f5eddead}.proj-dash-hero-bid-date-value{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:#fff4db}.proj-title{font-size:1.55rem;font-weight:800;letter-spacing:-.02em;color:#f8f2df}.proj-title-meta-badges--hero .proj-title-meta-badge{padding:.12rem .42rem;border-color:#fff0d01f;background:#ffffff14;color:#fff3dae0;font-size:.62rem;letter-spacing:.04em}.proj-countdown{font-size:1.35rem;margin-top:.3rem;letter-spacing:.01em;line-height:1.1}.proj-countdown-past{color:#ffd6d6;font-weight:800}.proj-countdown-urgent{color:#ffd8bf;font-weight:700}.proj-countdown-warn{color:#ffe6b8;font-weight:600}.proj-countdown-ok{color:#f5eddbd9}.proj-status-row{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.9rem;border-top:1px solid rgba(239,226,200,.24)}.proj-status-label{display:inline-flex;align-items:center;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#f5edddb8;margin-right:.1rem;padding-right:.25rem}.proj-status-btn{font-size:.71rem;text-transform:uppercase;letter-spacing:.055em;font-weight:700;padding:.34rem .78rem;min-height:2rem;border-radius:9999px;border:1px solid rgba(231,218,191,.28);background:#ffffff0f;color:#f5edddc7;cursor:pointer;transition:border-color .15s,color .15s,background-color .15s}.proj-status-btn:hover{border-color:#ffe8bea6;color:#fff8e5;background:#ffffff24}.proj-status-btn:focus-visible{outline:2px solid rgba(245,206,122,.82);outline-offset:2px}.proj-status-btn-active{background:linear-gradient(135deg,#f5ce7a,#ddb062);color:#183022;border-color:#ffecc6bf;box-shadow:inset 0 1px #ffffff59}.proj-edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.proj-edit-span2{grid-column:span 2}.proj-field-label{display:block;font-size:.75rem;color:var(--text-tertiary);margin-bottom:.25rem}.proj-field-input{width:100%;border:1px solid var(--border-mid);border-radius:.25rem;padding:.25rem .5rem;font-size:.875rem}.proj-field-textarea{resize:vertical;min-height:4.75rem}.proj-field-textarea-auto{overflow-y:hidden}.proj-field-input:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.proj-delete-link{font-size:.75rem;color:var(--danger);background:none;border:none;cursor:pointer;transition:color .15s}.proj-delete-link:hover{color:var(--danger)}.proj-info-link{color:var(--moss);text-decoration:none}.proj-info-link:hover{text-decoration:underline}.proj-bond-section{border-top:1px solid var(--border);padding-top:.75rem;margin-top:.25rem}.proj-bond-check-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600}.proj-bond-check-label input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}.proj-bond-fields{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-top:.75rem}.proj-risk-editor{display:grid;gap:.85rem;padding:.9rem;border:1px solid rgba(212,201,181,.82);border-radius:.75rem;background:linear-gradient(180deg,#f9f7f2f5,#ffffffeb)}.proj-risk-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.proj-risk-editor-title{font-size:.86rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary)}.proj-risk-editor-subtitle{margin-top:.18rem;font-size:.78rem;line-height:1.45;color:var(--text-tertiary)}.proj-risk-core-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.proj-risk-evidence-banner{padding:.65rem .75rem;border:1px solid rgba(102,117,137,.2);border-radius:.65rem;background:#e8eff7d1;color:var(--text-tertiary);font-size:.76rem;line-height:1.45}.proj-risk-section-editor{display:grid;gap:.65rem;padding:.75rem;border:1px solid rgba(216,203,181,.72);border-radius:.68rem;background:#ffffffb3}.proj-risk-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.proj-risk-section-toggle{display:inline-flex;align-items:center;gap:.45rem;border:none;background:none;padding:0;color:var(--text-heading);font-size:.84rem;font-weight:700}.proj-risk-section-meta{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .35rem;border-radius:999px;background:#2d5a4314;color:var(--moss);font-size:.68rem;font-weight:800}.proj-risk-list-editor{display:grid;gap:.7rem}.proj-risk-editor-row{display:grid;gap:.5rem;padding:.7rem;border:1px solid rgba(226,217,202,.85);border-radius:.65rem;background:#f7f5f0b8}.proj-risk-editor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem .75rem}.proj-risk-editor-grid-deadline{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr)}.proj-risk-editor-span-full{grid-column:1 / -1}.proj-risk-evidence{display:grid;gap:.4rem;padding:.55rem .65rem;border:1px solid rgba(94,115,94,.18);border-radius:.55rem;background:#eff5eebd}.proj-risk-evidence-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.72rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.proj-risk-evidence-head-tools{display:inline-flex;align-items:center;gap:.45rem}.proj-risk-evidence-confidence{display:inline-flex;align-items:center;justify-content:center;min-width:3.3rem;padding:.12rem .45rem;border-radius:999px;background:#2d5a4314;color:var(--moss);font-size:.65rem;font-weight:800;text-transform:capitalize}.proj-risk-provenance{display:inline-flex;align-items:center;justify-content:center;min-width:4.1rem;padding:.12rem .45rem;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.proj-risk-provenance--document{background:#2863dc1f;color:#1b5bcc}.proj-risk-provenance--manual{background:#b15c2324;color:#9a4d10}.proj-risk-provenance--snapshot{background:#54657d24;color:#506277}.proj-risk-provenance--bootstrap{background:#2d5a431f;color:var(--moss)}.proj-risk-evidence-description{font-size:.74rem;line-height:1.45;color:var(--text-tertiary)}.proj-risk-evidence-list{display:grid;gap:.35rem}.proj-risk-evidence-item{display:grid;gap:.08rem}.proj-risk-evidence-source-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.proj-risk-evidence-source{font-size:.76rem;font-weight:700;color:var(--text-heading)}.proj-risk-evidence-open{border:1px solid rgba(45,90,67,.18);background:#ffffffeb;color:var(--moss);border-radius:999px;padding:.2rem .55rem;font-size:.68rem;font-weight:700;cursor:pointer;white-space:nowrap}.proj-risk-evidence-open:hover{border-color:#2d5a4347;background:#edf5f0f0}.proj-risk-evidence-meta{font-size:.73rem;color:var(--text-muted)}.proj-risk-evidence-actions{display:flex;flex-wrap:wrap;gap:.45rem}.proj-risk-validation-list{display:grid;gap:.35rem}.proj-overview-validation-list{margin-top:.2rem}.proj-overview-validation-list--hero .proj-risk-validation{border-color:#ffd6d642;background:#6e212138;color:#fff0f0}.proj-overview-validation-list--hero .proj-risk-validation-badge{background:#ffd6d633;color:#fff3f3}.proj-risk-validation{display:flex;align-items:flex-start;gap:.45rem;padding:.45rem .55rem;border-radius:.55rem;border:1px solid rgba(198,116,116,.32);background:#fdeaeac7;color:var(--danger-text);font-size:.74rem;line-height:1.45}.proj-risk-validation-badge{display:inline-flex;align-items:center;justify-content:center;min-width:4.2rem;padding:.12rem .45rem;border-radius:999px;background:#c674742e;color:var(--danger-text);font-size:.63rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.proj-trade-intelligence-link:focus-visible,.proj-trade-suggestion-filter:focus-visible,.proj-trade-suggestion-btn:focus-visible,.spec-toc-setup-link:focus-visible,.spec-toc-btn:focus-visible,.spec-toc-source-btn:focus-visible{outline:2px solid var(--moss);outline-offset:2px;border-radius:.5rem}.proj-risk-evidence-action{border:1px solid rgba(45,90,67,.18);background:#ffffffeb;color:var(--moss);border-radius:999px;padding:.24rem .62rem;font-size:.68rem;font-weight:700;cursor:pointer;white-space:nowrap}.proj-risk-evidence-action:hover{border-color:#2d5a4347;background:#edf5f0f0}.proj-risk-evidence-action--secondary{border-color:#54657d33;color:var(--text-tertiary)}.proj-risk-evidence-action--secondary:hover{border-color:#54657d4d;background:#f4f7f3f2}.proj-risk-remove-btn{justify-self:flex-end;border:1px solid rgba(198,116,116,.45);background:#fdeaead1;color:var(--danger-text);border-radius:999px;padding:.22rem .62rem;font-size:.72rem;font-weight:700}.proj-risk-remove-btn:hover{background:#fad9d9f5}.proj-risk-empty{padding:.6rem .65rem;border:1px dashed rgba(212,201,181,.95);border-radius:.55rem;color:var(--text-muted);font-size:.78rem;background:#ffffffb8}.proj-bond-amount-row{display:flex;gap:.375rem;align-items:end}.proj-bond-amount-row .proj-field-input{flex:1;min-width:0}.proj-bond-type-toggle{display:flex;border:1px solid var(--border);border-radius:.375rem;overflow:hidden;flex-shrink:0}.proj-bond-type-btn{padding:.375rem .625rem;border:none;background:var(--surface);color:var(--text-muted);font-size:.8125rem;font-weight:600;cursor:pointer;line-height:1}.proj-bond-type-btn.active{background:var(--moss);color:#fff}.proj-bond-badge{display:inline-block;font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;margin-left:.5rem;text-transform:capitalize;letter-spacing:.02em}.proj-tabs-shell{position:relative}.proj-tabs{display:flex;gap:.4rem;padding:.34rem;margin-bottom:0;background:linear-gradient(180deg,#f6f2eaf5,#f0ebe1f0);border:1px solid rgba(213,200,178,.85);border-bottom:none;border-radius:.9rem .9rem 0 0;overflow-x:auto}.proj-tabs-scroll-hint{display:none}.proj-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex:1 1 9rem;min-width:8.75rem;text-align:center;padding:.6rem .9rem;font-size:.81rem;font-weight:700;letter-spacing:.02em;border-radius:.58rem;border:1px solid transparent;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s}.proj-tab-label{position:relative;z-index:1}.proj-tab-badge{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:1.55rem;padding:.16rem .42rem;border-radius:999px;background:#2d5a431a;color:var(--moss-dark);font-size:.68rem;font-weight:800;line-height:1}.proj-tab-badge-alert{background:#b8963e29;color:var(--accent-gold, #b8963e)}[data-theme=dark] .proj-tab-badge{background:#4ab87c24;color:#86efac}[data-theme=dark] .proj-tab-badge-alert{background:#583814f0;color:#fdba74}.proj-tab:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.26rem;height:2px;border-radius:999px;background:linear-gradient(90deg,#b8733300,#b87333e0,#3a7356f2,#3a735600);transform:scaleX(.26);opacity:0;transition:transform .16s ease,opacity .16s ease}.proj-tab-active{background:linear-gradient(180deg,#fffcf4fa,#fbf5e8f0);border-color:#b19e7deb;color:var(--moss-dark);box-shadow:inset 0 0 0 1px #fae1a838,0 6px 14px #1b231e1a}.proj-tab-inactive{background:#ffffff61;color:#47433cdb}.proj-tab-inactive:hover{color:var(--moss-dark);background:#fff9ecd6;border-color:#bcae96d1}.proj-tab:hover:after{transform:scaleX(1);opacity:1}.proj-tab-active:after{transform:scaleX(1);opacity:1}.proj-tab:focus-visible{outline:2px solid rgba(45,90,67,.4);outline-offset:1px}.proj-tab-content{position:relative}.proj-tab-content-restoring .proj-panel{opacity:0;pointer-events:none}.proj-panel{background:linear-gradient(180deg,#fffffff0,#fcfaf6eb);border:1px solid rgba(213,200,178,.85);border-top:none;padding:1.05rem;border-radius:0 0 .9rem .9rem;transition:opacity .14s ease}.proj-panel-bidbook{border-radius:0 0 .9rem .9rem}.proj-panel-files{border-radius:0 0 .9rem .9rem;display:flex;flex-direction:column;min-height:0!important;overflow:hidden}.proj-summary-wrap{overflow-x:auto;border:1px solid var(--border-mid);border-radius:.5rem}.proj-summary-table{width:100%;text-align:left;font-size:.875rem;border-collapse:collapse}.proj-summary-thead{background-color:var(--cave-green);color:#fff}.proj-summary-th{padding:.625rem 1rem;font-weight:600}.proj-summary-th-check{padding-left:.75rem;padding-right:.25rem;width:2.5rem}.proj-summary-th-amount{text-align:right;width:10rem}.proj-summary-th-chevron,.proj-summary-td-chevron{width:1.5rem;text-align:center;color:var(--text-muted);font-size:1.1rem;padding:0 .25rem}.proj-summary-th-waiting{width:8.5rem;text-align:left}.proj-summary-row{border-bottom:1px solid var(--border-light);transition:background-color .15s}.proj-summary-row:last-child{border-bottom:none}.proj-summary-row:hover{background-color:#e8dfd580}.proj-summary-row-checked{background-color:#6a59400d}.proj-summary-td-check{padding:.75rem .25rem .75rem .75rem}.proj-summary-td{padding:.75rem 1rem;cursor:pointer}.proj-summary-td-waiting{text-align:left}.proj-summary-trade{font-weight:500;color:var(--cave)}.proj-summary-trade-inner{display:flex;align-items:center;gap:.5rem}.proj-combined-tag{font-size:.75rem;background-color:#6a59401a;color:var(--bark);padding:.125rem .375rem;border-radius:.25rem}.proj-rename-btn{background:none;border:none;cursor:pointer;font-size:.85rem;color:var(--bark);opacity:.5;padding:0 .125rem;line-height:1}.proj-rename-btn:hover{opacity:1}.proj-group-name-input{font-size:.875rem;font-weight:500;padding:.25rem .375rem;border:1px solid var(--bark);border-radius:.25rem;outline:none;width:100%;max-width:250px;color:var(--cave)}.proj-summary-name-hint{display:inline-flex;align-items:center;font-size:.66rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .42rem;border-radius:999px;background:#ab7a1c24;color:#8a6114}.proj-summary-bidder{color:var(--status-gray-text)}.proj-summary-bidder-wrap{display:inline-flex;align-items:center;gap:.45rem}.proj-summary-bidder-name{color:var(--status-gray-text)}.proj-summary-basis-pill{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:700;letter-spacing:.02em;border-radius:999px;padding:.14rem .45rem}.proj-summary-basis-pill-selected{color:var(--cave);background:#2a35281f}.proj-summary-basis-pill-lowest{color:var(--bark);background:#6a59401f}.proj-summary-scope-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--moss-dark);font-size:.75rem;font-weight:700;border-radius:.35rem;padding:.25rem .55rem;cursor:pointer}.proj-summary-scope-btn:hover{border-color:var(--moss);color:var(--moss)}.proj-no-quotes{color:var(--text-muted);font-style:italic}.proj-amount-has{display:block;width:100%;text-align:right;color:var(--cave);font-weight:600;font-variant-numeric:tabular-nums}.proj-amount-none{display:block;width:100%;text-align:right;color:var(--text-muted);font-variant-numeric:tabular-nums}.proj-summary-tfoot{background-color:#2a35281a;border-top:2px solid var(--cave-green)}.proj-total-label{padding:.75rem 1rem;font-weight:700;color:var(--cave)}.proj-total-amount{padding:.75rem 1rem;text-align:right;font-weight:700;color:var(--cave);font-size:1.125rem}.bid-leveling-bidder-dropdown{position:relative}.bid-leveling-filter-toggle{background:none;border:1px solid var(--border-light);border-radius:.35rem;padding:.25rem .6rem;font-size:.76rem;font-weight:600;color:var(--text-body);cursor:pointer}.bid-leveling-filter-toggle:hover{border-color:var(--border-default);background:var(--bg-surface-alt)}.bid-leveling-bidder-menu{position:absolute;top:calc(100% + .3rem);left:0;z-index:60;min-width:260px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid var(--border-default);border-radius:.5rem;box-shadow:0 6px 20px #00000024;padding:.3rem}.bid-leveling-bidder-menu-header{display:flex;gap:.5rem;padding:.3rem .5rem .4rem;border-bottom:1px solid var(--border-light);margin-bottom:.2rem}.bid-leveling-bidder-menu-action{background:none;border:none;padding:0;font-size:.72rem;font-weight:700;color:var(--moss);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.bid-leveling-bidder-option{display:flex;align-items:center;gap:.45rem;padding:.4rem .5rem;border-radius:.3rem;cursor:pointer;font-size:.78rem}.bid-leveling-bidder-option:hover{background:var(--bg-surface-alt)}.bid-leveling-bidder-option input[type=checkbox]{margin:0;accent-color:var(--moss)}.bid-leveling-bidder-option-name{flex:1;color:var(--text-body);font-weight:600}.bid-leveling-bidder-option-amount{font-size:.72rem;color:var(--text-secondary);font-weight:600}.bid-leveling-section{margin-top:.75rem}.bid-leveling-section-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.5rem}.bid-leveling-section-toggle{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;padding:0;cursor:pointer;font-size:.82rem;font-weight:700;color:var(--text-body)}.bid-leveling-section-chevron{font-size:.65rem;color:var(--text-tertiary)}.bid-leveling-section-tag{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:.3rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.bid-leveling-section-tag-cavern{background:#2043331a;color:var(--cave)}.bid-leveling-section-tag-proposal{background:#4169e11a;color:#4169e1}.bid-leveling-section-meta{font-size:.76rem;color:var(--text-secondary)}.bid-leveling-scope-label{min-width:200px;max-width:350px}.bid-leveling-scope-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.35}.bid-leveling-section .scope-comp-td-response{text-align:center;padding:.35rem .25rem;min-width:60px}.bid-leveling-section .scope-comp-th-company{min-width:70px;max-width:120px;font-size:.72rem;overflow:hidden}.bid-leveling-section .scope-comp-company-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bid-leveling-section .scope-comp-company-amount{font-size:.68rem}.bid-leveling-section .scope-comp-company-progress{font-size:.65rem}.bid-leveling-warnings{display:flex;flex-direction:column;gap:.3rem;margin-top:.5rem}.bid-leveling-warning{padding:.4rem .7rem;border-radius:.35rem;background:#b4821e1a;border:1px solid rgba(180,130,30,.25);color:#8a6d1b;font-size:.76rem;font-weight:600}.quote-compare-modal.modal-xl{max-width:1100px}.quote-compare-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:.75rem 0 1rem}.quote-compare-stat{border:1px solid var(--border-light);background:var(--bg-surface-alt);border-radius:.5rem;padding:.6rem .7rem;display:grid;gap:.15rem}.quote-compare-stat span{font-size:.72rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.quote-compare-stat strong{font-size:1rem;color:var(--text-heading)}.quote-compare-table-wrap{max-height:55vh;overflow:auto;border:1px solid var(--border-light);border-radius:.5rem}.quote-compare-table{width:100%;border-collapse:collapse;font-size:.85rem}.quote-compare-table thead tr{background:var(--bg-surface-muted)}.quote-compare-table th{text-align:left;font-size:.72rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;font-weight:700;padding:.6rem .7rem;border-bottom:1px solid var(--border-light)}.quote-compare-table td{padding:.58rem .7rem;border-bottom:1px solid var(--border-row);vertical-align:middle}.quote-compare-row-selected{background:var(--moss-faint)}.quote-compare-company{display:inline-flex;align-items:center;gap:.45rem}.quote-compare-selected-tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--status-green-text);background:var(--status-green-bg);border:1px solid rgba(27,94,58,.2);border-radius:999px;padding:.12rem .4rem}.quote-compare-amount{font-weight:700;color:var(--text-heading);white-space:nowrap}.quote-compare-vs-low{font-size:.78rem;font-weight:600;color:#9a6700;white-space:nowrap}.quote-compare-vs-low-base{color:var(--text-muted);font-weight:700}.quote-compare-bar-track{width:100%;height:.55rem;border-radius:999px;background:var(--bg-surface-muted);overflow:hidden}.quote-compare-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--moss-dark),var(--moss));min-width:0;transition:width .18s ease}.quote-compare-empty{color:var(--text-muted)}.quote-compare-compliance{font-weight:700;color:var(--moss-dark)}.quote-compare-select-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);font-size:.72rem;font-weight:700;border-radius:.4rem;padding:.18rem .5rem;cursor:pointer;white-space:nowrap}.quote-compare-select-btn:hover:not(:disabled){border-color:var(--moss);color:var(--moss-dark)}.quote-compare-select-btn:disabled{opacity:.55;cursor:not-allowed}.quote-compare-select-btn-active{border-color:var(--moss);background:#1b5e3a1f;color:var(--moss-dark)}.quote-compare-risk-cell{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.quote-compare-risk-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .45rem;border-radius:.3rem;white-space:nowrap}.quote-compare-risk-badge-high{background:#b43c1e24;color:#a83820}.quote-compare-risk-badge-medium{background:#b4821e24;color:#8a6d1b}.quote-compare-risk-badge-clean{background:#1b5e3a1a;color:var(--moss)}.quote-compare-risk-detail-row td{padding-top:0!important;padding-bottom:.5rem!important;border-top:none!important}.quote-compare-risk-detail{display:flex;flex-wrap:wrap;gap:.4rem 1rem;padding:.4rem .5rem;background:var(--bg-surface-alt);border-radius:.35rem}.quote-compare-risk-issue{display:flex;align-items:center;gap:.3rem}.quote-compare-risk-label{font-size:.72rem;color:var(--text-secondary);line-height:1.25}.quote-compare-risk-toggle{background:none;border:none;padding:0;font-size:.72rem;color:var(--moss);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.quote-compare-risk-toggle:hover{color:var(--moss-dark)}.quote-compare-proposal-yes{font-size:.75rem;font-weight:600;color:var(--moss)}.quote-compare-proposal-no{font-size:.75rem;font-weight:600;color:#a83820}@media(max-width:760px){.quote-compare-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.spec-toc{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-light);display:flex;flex-direction:column;gap:.85rem}.spec-toc-setup-inline{margin-top:1.15rem}.spec-toc-setup-line{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;padding:.68rem .8rem;border:1px solid var(--border-light);border-radius:.7rem;background:linear-gradient(180deg,color-mix(in srgb,var(--bg-surface) 94%,white 6%) 0%,var(--bg-surface-muted) 100%)}.spec-toc-setup-title{font-size:.82rem;font-weight:700;color:var(--text-primary)}.spec-toc-setup-copy{font-size:.8rem;color:var(--text-tertiary)}.spec-toc-setup-link{margin-left:auto;font-size:.78rem;font-weight:700;color:var(--moss-dark);text-decoration:none}.spec-toc-setup-link:hover{text-decoration:underline}.spec-toc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.spec-toc-header-actions{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.spec-toc-heading{font-size:.9375rem;font-weight:600;color:var(--text-body);margin:0}.spec-toc-subtitle{margin:.3rem 0 0;color:var(--text-muted);font-size:.8125rem;max-width:56rem}.spec-toc-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.spec-toc-summary-card{display:flex;flex-direction:column;gap:.2rem;padding:.8rem .9rem;border:1px solid var(--border-light);border-radius:.625rem;background:linear-gradient(180deg,color-mix(in srgb,var(--bg-surface) 90%,white 10%) 0%,var(--bg-surface-muted) 100%)}.spec-toc-summary-card-alert{border-color:color-mix(in srgb,var(--danger) 26%,var(--border-light));background:linear-gradient(180deg,color-mix(in srgb,var(--danger-bg) 65%,white 35%),color-mix(in srgb,var(--bg-surface-muted) 90%,var(--danger-bg) 10%))}.spec-toc-summary-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-tertiary)}.spec-toc-summary-value{font-size:1.35rem;font-weight:700;color:var(--text-strong);line-height:1.1}.spec-toc-summary-meta{font-size:.75rem;color:var(--text-muted)}.spec-toc-review-strip{display:flex;flex-direction:column;gap:.4rem}.spec-toc-review-alert{padding:.55rem .7rem;border-radius:.55rem;border:1px solid color-mix(in srgb,var(--danger) 22%,var(--border-light));background:color-mix(in srgb,var(--danger-bg) 75%,white 25%);color:var(--text-body);font-size:.8125rem}.spec-toc-review-alert-warning{border-color:color-mix(in srgb,var(--status-risk, #e67e22) 25%,var(--border-light));background:color-mix(in srgb,var(--status-risk, #e67e22) 6%,white 94%)}.spec-toc-suggestion-list{display:flex;flex-wrap:wrap;gap:.45rem}.spec-toc-suggestion-pill{border:1px solid color-mix(in srgb,var(--moss) 24%,var(--border-light));background:color-mix(in srgb,var(--bg-surface) 90%,var(--moss) 10%);border-radius:999px;padding:.32rem .72rem;font-size:.75rem;color:var(--text-body)}.spec-toc-table{width:100%;border-collapse:collapse;font-size:.8125rem;table-layout:fixed;border:1px solid var(--border-light);border-radius:.65rem;overflow:hidden;background:var(--bg-surface)}.spec-toc-th{text-align:left;padding:.375rem .5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);border-bottom:1px solid var(--border-light);background:var(--bg-surface-muted)}.spec-toc-th-num{width:7rem}.spec-toc-th-mapping{width:19%}.spec-toc-th-notes{width:30%}.spec-toc-th-actions{width:6.5rem;text-align:right}.spec-toc-row{border-bottom:1px solid var(--border-light);transition:background .1s}.spec-toc-row:hover{background:var(--bg-inset)}.spec-toc-row-edit{background:var(--bg-surface)}.spec-toc-td{padding:.375rem .5rem;vertical-align:middle;color:var(--text-body)}.spec-toc-td-num{font-family:JetBrains Mono,Fira Code,monospace;font-size:.8125rem;color:var(--text-tertiary)}.spec-toc-td-notes{color:var(--text-muted);font-size:.75rem}.spec-toc-td-actions{text-align:right;white-space:nowrap}.spec-toc-title-cell{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.spec-toc-tag{border-radius:999px;border:1px solid color-mix(in srgb,var(--status-blue-text) 18%,var(--border-light));background:var(--status-blue-bg);color:var(--status-blue-text);padding:.16rem .45rem;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.spec-toc-mapping-text{color:var(--text-body);font-size:.76rem;line-height:1.4}.spec-toc-mapping-text-alert{color:var(--danger);font-weight:600}.spec-toc-row-meta{color:var(--text-tertiary);font-size:.72rem}.spec-toc-input{width:100%;padding:.25rem .375rem;font-size:.8125rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-primary);color:var(--text-body)}.spec-toc-input:focus{outline:2px solid var(--moss);outline-offset:-1px}.spec-toc-btn{background:none;border:none;font-size:.75rem;color:var(--moss);cursor:pointer;padding:.125rem .375rem}.spec-toc-btn:hover{text-decoration:underline}.spec-toc-btn-del{color:var(--danger)}.spec-toc-btn-cancel{color:var(--text-muted)}.spec-toc-source-btn{margin-top:.35rem;padding:0;border:none;background:none;color:var(--moss);cursor:pointer;font-size:.72rem;font-weight:600}.spec-toc-empty{display:flex;flex-direction:column;gap:.28rem;color:var(--text-muted);font-size:.8125rem;text-align:center;padding:1rem 0}.spec-toc-empty strong{color:var(--text-primary);font-size:.86rem}.spec-toc-preview{display:flex;flex-direction:column;gap:.5rem}.spec-toc-preview-header{display:flex;flex-direction:column;gap:.2rem}.spec-toc-preview-title{font-size:.82rem;font-weight:700;color:var(--text-body)}.spec-toc-preview-meta{font-size:.75rem;color:var(--text-muted)}.spec-toc-table-preview{background:color-mix(in srgb,var(--bg-surface-muted) 78%,white 22%)}@media(max-width:980px){.spec-toc-header{flex-direction:column}.spec-toc-header-actions{width:100%;justify-content:flex-start}.spec-toc-summary-grid{grid-template-columns:1fr}}.proj-sp-input{padding:.35rem .5rem;border:1px solid rgba(106,89,64,.3);border-radius:4px;background:var(--bg-surface);color:var(--cave);font-size:.85rem}.proj-sp-input-desc{flex:2}.proj-sp-input-qty{width:4rem;flex:none;text-align:right}.proj-sp-input-unit{width:4rem;flex:none}.proj-sp-input-price{width:5rem;flex:none;text-align:right}.proj-fee-nudge{display:flex;align-items:center;gap:.25rem}.proj-fee-nudge-btn{background:none;border:1px solid rgba(106,89,64,.2);border-radius:3px;color:var(--text-muted);font-size:.6rem;cursor:pointer;padding:.15rem .35rem;line-height:1;transition:color .15s,border-color .15s}.proj-fee-nudge-btn:hover{color:var(--cave);border-color:#6a594066}.proj-fee-value{min-width:4rem;text-align:center;color:var(--text-tertiary);font-size:.85rem}.proj-fee-actions{display:flex;gap:.25rem;margin-left:auto}.proj-fee-btn{background:none;border:none;color:var(--cave-green);cursor:pointer;font-size:.8rem;padding:.2rem .4rem;border-radius:3px}.proj-fee-btn:hover{background-color:#2a352814}.proj-fee-btn-del{color:var(--danger-text)}.proj-fee-btn-del:hover{background-color:#991b1b14}.proj-fee-input{padding:.35rem .5rem;border:1px solid rgba(106,89,64,.3);border-radius:4px;background:var(--bg-surface);color:var(--cave);font-size:.85rem;flex:1}.proj-fee-input-value{width:5rem;flex:none;text-align:right;padding-right:1.75rem}.proj-fee-input-wrap{position:relative;flex:none}.proj-fee-input-wrap .proj-fee-input-value{width:8.5rem;padding-right:4.4rem}.proj-fee-input-unit{position:absolute;right:.45rem;top:50%;transform:translateY(-50%);font-size:.72rem;font-weight:600;color:var(--text-muted);pointer-events:none;white-space:nowrap}.proj-fee-select{padding:.35rem .5rem;border:1px solid rgba(106,89,64,.3);border-radius:4px;background:var(--bg-surface);color:var(--cave);font-size:.85rem;width:3.5rem}.proj-fee-base-select{width:12rem}.proj-fee-quick-add{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.proj-fee-quick-select{padding:.3rem .45rem;border:1px solid rgba(106,89,64,.3);border-radius:4px;background:var(--bg-surface);color:var(--cave);font-size:.78rem;min-width:0;max-width:10rem}.proj-summary-row-meta-secondary{display:block;margin-top:.12rem;font-size:.68rem;color:var(--text-muted)}.proj-fee-save{background-color:var(--cave-green);color:#fff;border:none;padding:.35rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer;font-weight:600}.proj-fee-save:hover{opacity:.9}.proj-fee-cancel{background:none;border:1px solid rgba(106,89,64,.3);color:var(--cave);padding:.35rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer}.proj-fee-cancel:hover{background-color:#6a59400d}.proj-trade-header-btn{font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;background-color:#fff3;color:#fff;border:none;cursor:pointer;transition:background-color .15s}.proj-trade-header-btn:hover{background-color:#ffffff4d}.proj-trade-header-btn:disabled{opacity:.6;cursor:not-allowed}.proj-send-email-btn{background-color:#ffffffd9;color:var(--color-primary, #2563eb);font-weight:600}.proj-send-email-btn:hover{background-color:#fff}.proj-send-email-btn:disabled:hover{background-color:#ffffffd9}.proj-trade-nav{display:flex;justify-content:space-between;margin-top:1rem}.proj-nav-btn{font-size:.875rem;color:var(--text-tertiary);background:none;border:none;cursor:pointer;padding:0}.proj-nav-btn:hover{color:var(--moss)}.proj-back-summary{font-size:.875rem;color:var(--text-tertiary);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem;padding:0}.proj-back-summary:hover{color:var(--moss)}.proj-scope-card-page{display:grid;gap:.85rem}.proj-scope-card-header{border:1px solid rgba(213,203,182,.9);border-radius:.85rem;padding:.85rem .95rem;background:linear-gradient(180deg,#fffffff2,#f8f5edeb);display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.proj-scope-card-header-main{min-width:0}.proj-scope-card-header-chips{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end;max-width:34rem}.proj-scope-card-title{margin:0;font-size:1.05rem;font-weight:700;color:var(--text-heading)}.proj-scope-card-subtitle{margin:.25rem 0 0;font-size:.82rem;color:var(--text-tertiary)}.proj-scope-card-workspace{display:grid;grid-template-columns:minmax(0,1fr) 24rem;gap:.9rem;align-items:start}.proj-scope-card-main{min-width:0}.proj-scope-card-rail{display:grid;gap:.75rem;position:sticky;top:.85rem}.proj-scope-card-card{border:1px solid rgba(213,203,182,.9);border-radius:.78rem;padding:.68rem .75rem;background:#fffffff2;box-shadow:0 6px 14px #141e1a0d;display:grid;gap:.5rem}.proj-scope-card-card-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.proj-scope-card-card-title{margin:0;font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);font-weight:800}.proj-scope-card-progress{position:relative;height:.5rem;border-radius:999px;background:#dfd8c6d9;overflow:hidden}.proj-scope-card-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(120deg,#1f6447,#2b815c)}.proj-scope-card-progress-label{margin:0;font-size:.74rem;color:var(--text-tertiary);font-weight:700}.proj-scope-card-status-row{display:flex;flex-wrap:wrap;gap:.36rem}.proj-scope-status-chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid transparent;padding:.14rem .46rem;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.proj-scope-status-chip-included{background:#e1f3e9f2;border-color:#74a688e6;color:#1f5f42}.proj-scope-status-chip-excluded{background:#fbe8e8f2;border-color:#ce8a8ae6;color:#8f3232}.proj-scope-status-chip-clarify{background:#fff0daf2;border-color:#d9a968e6;color:#82531b}.proj-scope-status-chip-pending{background:#eef1f4f2;border-color:#9eabb4e6;color:#4f5c66}.proj-scope-card-issue-list{margin:0;padding:0;list-style:none;display:grid;gap:.34rem}.proj-scope-card-issue-item{display:grid;gap:.06rem;border:1px solid rgba(221,213,197,.9);border-radius:.52rem;padding:.34rem .45rem;background:#fcfbf7f2}.proj-scope-card-issue-type{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary)}.proj-scope-card-issue-label{font-size:.76rem;color:var(--text-body)}.proj-scope-card-empty{margin:0;color:var(--text-muted);font-size:.78rem}.proj-scope-card-upload-btn{white-space:nowrap}.proj-scope-card-missing{border:1px solid var(--border-light);border-radius:.6rem;padding:.9rem;background:var(--bg-surface);display:grid;gap:.6rem}.proj-scope-card-missing p{margin:0;color:var(--text-body)}.quote-inline-shell .modal-content.modal-inline{max-width:none;width:100%;margin:0;border-radius:.82rem;border:1px solid rgba(213,203,182,.9);background:#fffffff2;box-shadow:0 6px 14px #141e1a0d;padding:.9rem .95rem}.quote-inline-shell .modal-content.modal-inline .modal-form{gap:.62rem}.quote-inline-shell .modal-content.modal-inline .modal-title{font-size:.98rem;margin-bottom:.2rem}.quote-inline-shell .modal-content.modal-inline .modal-subtitle{margin-bottom:.45rem}.quote-inline-shell .modal-content.modal-inline .modal-actions{position:sticky;bottom:-.1rem;background:linear-gradient(180deg,#ffffff94,#fffffff2 40%);padding-top:.65rem;margin-top:.1rem;border-top:1px solid rgba(223,215,199,.9)}@media(max-width:1220px){.proj-scope-card-workspace{grid-template-columns:1fr}.proj-scope-card-rail{position:static}}@media(max-width:820px){.proj-scope-card-header{flex-direction:column;align-items:flex-start}.proj-scope-card-header-chips{justify-content:flex-start}}.proj-panel-bidbook{border-radius:0 0 .9rem .9rem;padding:.5rem 0 .7rem;background:linear-gradient(180deg,#ffffffc2,#ffffff70);border:1px solid rgba(212,201,181,.5);border-top:none}.proj-bid-shell{display:grid;gap:.72rem}.proj-bid-export{position:relative}.proj-bid-utility-btn{border-radius:999px;font-weight:700;letter-spacing:.02em;border:1px solid transparent;box-shadow:none}.proj-bid-utility-btn-proposal{background:linear-gradient(135deg,#ebc888,#d8a95a);border-color:#ffecc6c7;color:#183022}.proj-bid-utility-btn-proposal:hover{background:linear-gradient(135deg,#efd39b,#dfb86f);color:#10251b}.proj-bid-export-trigger{min-width:8.25rem;justify-content:center}.proj-bid-export-trigger-inline{min-width:auto;padding:.42rem .85rem;font-size:.78rem;border-radius:.45rem;box-shadow:0 1px 3px #0000000f,inset 0 1px #fff9}.proj-bid-export-menu{position:absolute;top:calc(100% + .45rem);right:0;display:grid;gap:.18rem;min-width:13.5rem;padding:.35rem;border-radius:.75rem;border:1px solid rgba(209,197,174,.92);background:linear-gradient(180deg,#fffcf6fc,#f7f3eafa);box-shadow:0 16px 34px #0b141038;z-index:12}.proj-bid-export-item{width:100%;border:0;border-radius:.55rem;padding:.55rem .7rem;background:transparent;color:var(--text-body);font-size:.78rem;font-weight:700;text-align:left;cursor:pointer}.proj-bid-export-item:hover:not(:disabled){background:#2d5a431a;color:var(--text-heading)}.proj-bid-export-item:disabled{color:var(--text-muted);cursor:not-allowed}.proj-bid-utility-btn:disabled{opacity:.55;cursor:not-allowed}.proj-summary-workspace{position:relative;min-height:0}.proj-batch-context-menu{position:fixed;z-index:40;min-width:12.5rem;max-width:min(16rem,calc(100vw - 1rem));padding:.35rem;border-radius:.6rem;border:1px solid rgba(203,194,171,.9);background:linear-gradient(180deg,#fffffffa,#f8f5eef5);box-shadow:0 12px 24px #1c1e2029}.proj-batch-context-btn{width:100%;text-align:left;border:0;background:transparent;color:var(--text-body);border-radius:.4rem;padding:.45rem .58rem;font-size:.82rem;font-weight:600;cursor:pointer}.proj-batch-context-btn:hover{background:#2d5a431a}.proj-batch-context-btn:disabled{color:var(--text-muted);background:transparent;cursor:not-allowed}.proj-batch-context-btn-danger{color:#9f1f1f}.proj-batch-context-btn-danger:hover{background:#dc35451f}.proj-batch-context-btn-danger:disabled{color:var(--text-muted)}.proj-batch-context-sep{height:1px;margin:.25rem 0;background:#cbc2abb3}.proj-summary-wrap{display:flex;flex-direction:column;border-radius:0;border:0;background:transparent;box-shadow:none;overflow-x:auto;overflow-y:visible;scrollbar-gutter:auto}.proj-summary-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.62rem .75rem;padding:.45rem .2rem .55rem;border-bottom:1px solid rgba(217,206,184,.92);background:transparent}.proj-summary-toolbar-left,.proj-summary-toolbar-right{display:flex;align-items:center;gap:.38rem;flex-wrap:wrap;min-width:0}.proj-summary-toolbar-center{flex:1 1 18rem;min-width:13rem}.proj-summary-toolbar-right{flex:1 1 24rem;margin-left:auto;justify-content:flex-end}.proj-summary-toolbar-right .proj-bid-export,.proj-trade-toolbar-right .proj-bid-export{flex:0 0 auto}.proj-summary-toolbar-right .proj-bid-export{order:99}.proj-summary-search{width:100%;min-width:0;display:flex;align-items:center;gap:.45rem;padding:.28rem .38rem;border-radius:999px;border:1px solid rgba(190,197,190,.9);background:#ffffffe0}.proj-summary-search-input{flex:1 1 auto;min-width:0;border:0;background:transparent;color:var(--text-body);font-size:.84rem;outline:none}.proj-summary-search-input::-moz-placeholder{color:var(--text-muted)}.proj-summary-search-input::placeholder{color:var(--text-muted)}.proj-summary-search-input:focus-visible{outline:2px solid var(--moss);outline-offset:2px;border-radius:.4rem}.proj-summary-search-clear{border:0;background:transparent;color:var(--moss-dark);font-size:.72rem;font-weight:700;cursor:pointer;padding:.15rem .24rem}.proj-summary-search-clear:hover{color:var(--text-heading)}.proj-summary-trade-picker{flex:0 0 auto;min-width:0}.proj-summary-add-sub{white-space:nowrap}.proj-summary-chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(179,192,186,.9);background:#f1f8f5f2;color:var(--moss-dark);font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:.14rem .44rem;white-space:nowrap}.proj-summary-chip-btn{cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.proj-summary-chip-btn:hover{border-color:#849b8feb;background:#e6f2ecf5;transform:translateY(-1px)}.proj-summary-chip-attention{border-color:#e7a340b3;background:#ffefd4e6;color:#7b4a05}.proj-summary-chip-selected{border-color:#719480f2;background:#e4f2ebf2}.proj-summary-chip-hint{text-transform:none;letter-spacing:.01em;font-weight:700;color:var(--text-tertiary);background:#f6f6f4e6;border-color:#c3c9c3cc}.proj-summary-table{width:100%;border-collapse:collapse;table-layout:fixed}.proj-summary-thead{background:linear-gradient(110deg,#12382a,#1a4a36 62%,#225c44)}.proj-summary-th{font-size:.74rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700;padding:.64rem .95rem;position:sticky;top:0;z-index:3;background:linear-gradient(110deg,#12382a,#1a4a36 62%,#225c44);color:#f7efde;white-space:nowrap}.proj-summary-th:not(:last-child){border-right:1px solid rgba(247,239,222,.14)}.proj-summary-th-resizable{padding-right:1.35rem}.proj-summary-col-handle{position:absolute;top:0;right:-4px;width:9px;height:100%;border:0;padding:0;margin:0;background:transparent;cursor:col-resize;z-index:6}.proj-summary-col-handle-left{left:-4px;right:auto}.proj-summary-col-handle:after{content:none}body.proj-col-resizing,body.proj-col-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.proj-summary-row{border-bottom:1px solid rgba(223,214,196,.92);transition:background-color .14s ease,box-shadow .14s ease;cursor:pointer}.proj-summary-row:hover{background-color:#f0ebe0b8;box-shadow:inset 0 0 0 1px #cdbfa54d}.proj-summary-row:focus-within{box-shadow:inset 0 0 0 2px #40765b38}.proj-summary-row.proj-summary-row-checked{background:#387a5833;box-shadow:inset 0 0 0 1px #316f5047}.proj-summary-row.proj-summary-row-checked:hover{background:#387a583d}.proj-summary-table tbody .proj-summary-row:not(.proj-summary-row-edit):not(.proj-summary-row-checked):nth-child(odd)>td{background-color:#fcfaf6b3;box-shadow:inset 0 1px #ffffff8c,inset 0 -1px #d2c6ad47}.proj-summary-table tbody .proj-summary-row:not(.proj-summary-row-edit):not(.proj-summary-row-checked):nth-child(2n)>td{background-color:#f7f2ea94;box-shadow:inset 0 1px #ffffff6b,inset 0 -1px #c8bca33d}.proj-summary-td{padding:.34rem .78rem;vertical-align:middle;min-width:0}.proj-summary-th-amount,.proj-summary-td-amount{padding-right:.42rem}.proj-summary-th-chevron,.proj-summary-td-chevron{width:1.15rem;min-width:1.15rem;max-width:1.15rem;padding-left:0;padding-right:0;font-size:.98rem;line-height:1}.proj-summary-row:not(.proj-summary-row-edit)>td{height:2.3rem}.proj-summary-th-check,.proj-summary-td-check{width:2.625rem;padding-left:.42rem;padding-right:.42rem;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.proj-row-selector-cell{display:inline-block;min-width:.92rem;width:.92rem;height:.2rem;line-height:0;vertical-align:middle;border-radius:999px;border:1px solid rgba(199,189,168,.9);background:#fcfaf6f5}.proj-row-selector-cell.is-selected{height:.24rem;border-color:#2f6d4eeb;background:linear-gradient(90deg,#5ca37efa,#317352fa);box-shadow:0 0 0 1px #e3f5ec66}body.proj-row-selecting{-webkit-user-select:none;-moz-user-select:none;user-select:none}.proj-summary-td-check,.proj-summary-td,.proj-summary-section-row td,.proj-summary-tfoot td,.proj-summary-grand-total-row td{border-right:1px solid rgba(217,206,184,.5)}.proj-summary-td:last-child,.proj-summary-section-row td:last-child,.proj-summary-tfoot td:last-child,.proj-summary-grand-total-row td:last-child{border-right:none}.proj-summary-trade-inner{display:flex;align-items:center;gap:.36rem;max-width:100%;min-width:0}.proj-summary-trade-name{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:var(--text-heading);line-height:1.25}.proj-summary-csi-pill{display:inline-flex;align-items:center;justify-content:center;min-width:2.8rem;border:1px solid rgba(137,155,139,.66);background:#eef4eff0;color:var(--text-muted);border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.03em;padding:.06rem .38rem;line-height:1.2;white-space:nowrap;flex-shrink:0}.proj-summary-inline-add-sub{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);font-size:.66rem;font-weight:700;border-radius:999px;padding:.08rem .4rem;cursor:pointer;white-space:nowrap;opacity:0;transition:opacity .15s;flex-shrink:0}.proj-summary-inline-actions{margin-left:auto;display:inline-flex;align-items:center;gap:.28rem;flex-shrink:0}.proj-summary-row:hover .proj-summary-inline-add-sub,.proj-summary-row:hover .proj-summary-inline-send,.proj-summary-row:focus-within .proj-summary-inline-add-sub,.proj-summary-row:focus-within .proj-summary-inline-send{opacity:1}.proj-summary-inline-add-sub:hover{border-color:var(--moss);color:var(--moss-dark)}.proj-summary-inline-send{border:1px solid rgba(66,132,98,.42);background:#e1f4eaf5;color:#1f5a3e;font-size:.66rem;font-weight:700;border-radius:999px;padding:.08rem .42rem;cursor:pointer;white-space:nowrap;opacity:0;transition:opacity .15s;flex-shrink:0}.proj-summary-inline-send:hover{border-color:#2f6d4e8a;background:#d6efe2fa}.proj-summary-bidder-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;max-width:100%;min-width:0}.proj-summary-bidder-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:var(--text-body);line-height:1.22}.proj-summary-bidder-sub{display:inline-flex;align-items:center;gap:.3rem;color:var(--text-muted);font-size:.68rem;font-weight:700}.proj-summary-bidder-sync{display:flex;flex-direction:column;gap:.18rem;max-width:100%}.proj-summary-bidder-sync-copy{color:var(--text-secondary);font-size:.66rem;line-height:1.3}.proj-summary-bidder-sync-copy-secondary{color:var(--text-tertiary)}.proj-summary-sync-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.12rem .46rem;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(177,184,177,.8);background:#f6f6f4f2;color:var(--text-tertiary);width:-moz-fit-content;width:fit-content}.proj-summary-status-wrap{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.18rem;max-width:100%;min-width:0}.proj-summary-status-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.1rem .42rem;border:1px solid rgba(177,184,177,.9);background:#f6f6f4f2;color:var(--text-tertiary);font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.proj-summary-risk-icon{display:inline-flex;align-items:center;justify-content:center;font-size:.92rem;color:#c2611a;cursor:default;flex-shrink:0;opacity:.8;transition:opacity .15s}.proj-summary-risk-icon:hover{opacity:1}.proj-summary-status-wrap-stacked{display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.16rem}.proj-summary-status-line{display:inline-flex;align-items:center;gap:.18rem;flex-wrap:wrap}.proj-summary-status-mini{display:inline-flex;align-items:center;color:var(--text-tertiary);font-size:.66rem;font-weight:700}.proj-summary-status-mini-hot{color:#8b5607}.proj-summary-status-detail{display:block;font-size:.68rem;color:var(--text-muted);line-height:1.22;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-summary-scope-btn{border-radius:999px;padding:.16rem .54rem;min-width:0;max-width:100%;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proj-summary-trade,.proj-summary-bidder,.proj-summary-td-waiting{min-width:0}.proj-no-quotes{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proj-summary-scope-btn-primary{border-color:#719480f2;background:#eaf5eff2;color:var(--moss-dark)}.proj-summary-scope-btn-primary:hover{border-color:#4e7b64f2;background:#dfefe7f2;color:#204532}.proj-summary-scope-btn-danger{border-color:#c6483dbf;background:#fceae8f0;color:#9f2920}.proj-summary-scope-btn-danger:hover{border-color:#a92b20e6;background:#f8dad6f5;color:#7b2019}.proj-summary-action-btn{width:100%;max-width:7rem;min-width:4.6rem}.proj-summary-tfoot{background-color:#14342714;border-top:1px solid rgba(27,77,56,.32)}.proj-total-label,.proj-total-amount{padding-top:.62rem;padding-bottom:.62rem;font-variant-numeric:tabular-nums}.proj-summary-section-row td{min-height:2.45rem;height:auto;padding:.35rem .85rem;font-size:.74rem;letter-spacing:.05em;text-transform:uppercase;font-weight:800;color:#f7efde;background:linear-gradient(110deg,#12382a,#1a4a36 62%,#225c44);border-top:1px solid rgba(247,239,222,.14);border-bottom:1px solid rgba(247,239,222,.14)}.proj-summary-section-row td:not(:last-child){border-right:1px solid rgba(247,239,222,.14)}.proj-summary-section-cell{color:transparent;text-align:center}.proj-summary-section-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-summary-section-main{display:flex;align-items:center;gap:.45rem;min-width:0}.proj-summary-section-meta{display:inline-flex;align-items:center;padding:.12rem .5rem;border-radius:999px;background:#f7efde1f;color:#f7efdeeb;font-size:.64rem;font-weight:800;letter-spacing:.04em;white-space:nowrap}.proj-summary-section-collapse-btn{display:inline-flex;align-items:center;justify-content:center;width:1.02rem;height:1.02rem;border-radius:3px;border:1px solid rgba(235,225,201,.48);background:#0f2d2247;color:#f7efde;font-size:.82rem;font-weight:800;line-height:1;padding:0;cursor:pointer}.proj-summary-section-collapse-btn:hover{background:#f6e0b233;border-color:#f4e5c4a8}.proj-summary-section-collapse-btn:focus-visible{outline:2px solid rgba(246,224,178,.5);outline-offset:1px}.proj-summary-section-row td.proj-summary-section-note{text-transform:none;letter-spacing:.01em;font-size:.72rem;font-weight:700;color:#ede7dbeb;white-space:normal;overflow:hidden;text-overflow:ellipsis}.proj-summary-section-actions{text-align:left;overflow:visible}.proj-summary-section-actions-stack{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;min-height:1.7rem;width:100%;min-width:0}.proj-summary-section-actions-fees .proj-fee-quick-add{display:flex;flex-direction:row;align-items:center;gap:.4rem;flex-wrap:wrap;min-width:0}.proj-summary-section-actions-fees .proj-fee-quick-select{width:min(100%,10.75rem);min-width:8.25rem}.proj-summary-section-actions-fees .proj-summary-section-action-btn{white-space:nowrap}.proj-summary-section-subtotal{display:inline-flex;align-items:center;justify-self:end;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:none;line-height:1;color:#ece6d9f2;font-variant-numeric:tabular-nums}.proj-summary-section-amount{text-align:right}.proj-summary-section-action-btn{display:inline-flex;align-items:center;justify-content:center;justify-self:end;width:6.9rem;min-height:1.7rem;padding:.34rem .72rem;font-size:.8rem;line-height:1;border-radius:.3rem}.proj-summary-row-edit{background:#fbf8f1e6}.proj-summary-inline-fields{display:flex;flex-direction:column;gap:.42rem}.proj-summary-inline-basis{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.proj-summary-inline-muted{color:var(--text-tertiary);font-size:.82rem}.proj-summary-row-meta{display:inline-flex;align-items:center;padding:.12rem .5rem;border-radius:999px;border:1px solid rgba(167,175,171,.8);color:var(--text-tertiary);font-size:.62rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;background:#f6f6f4f2}.proj-fee-actions-inline{display:inline-flex;gap:.25rem;margin-left:.5rem;vertical-align:middle}.proj-summary-hover-actions.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}.proj-total-title-cell{white-space:nowrap}.proj-summary-grand-total-row{border-top:1px solid rgba(27,77,56,.3);background:linear-gradient(180deg,#1b4d381a,#1b4d3829)}.proj-summary-grand-total-label{font-weight:800;color:var(--cave)}.proj-summary-grand-total-amount{font-weight:800;color:var(--cave);font-size:1.05rem;font-variant-numeric:tabular-nums}.proj-sp-input,.proj-fee-input,.proj-fee-select{border-color:#bdaf98d9;border-radius:.45rem}.ss-full-modal{background:var(--bg-surface);border-radius:.75rem;border:1px solid var(--border-default);box-shadow:0 20px 60px #00000040;width:calc(100vw - 4rem);height:calc(100dvh - 4rem);max-width:1200px;display:flex;flex-direction:column;overflow:hidden}@supports not (height: 100dvh){.ss-full-modal{height:calc(100vh - 4rem)}}.ss-full-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.75rem 2.25rem 1.25rem;border-bottom:1px solid var(--border-light);flex-shrink:0}.ss-full-header-left{min-width:0}.ss-full-title{font-size:1.5rem;font-weight:700;color:var(--text-heading);margin:0;line-height:1.3}.ss-full-subtitle{font-size:1rem;color:var(--text-muted);margin:.25rem 0 0}.ss-full-close{background:none;border:none;font-size:2rem;color:var(--text-muted);cursor:pointer;padding:0 .25rem;line-height:1;flex-shrink:0}.ss-full-close:hover{color:var(--text-body)}.ss-full-export-wrap{position:relative;margin-left:auto;margin-right:.75rem;flex-shrink:0}.ss-full-export-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .7rem;border:1px solid var(--border-light, #d1d5db);border-radius:.4rem;background:var(--bg-base, #fff);color:var(--text-body);font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.ss-full-export-btn:hover{background:#0f172a0a;border-color:var(--border-default, #9ca3af)}.ss-full-export-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:50;min-width:10rem;padding:.35rem 0;border-radius:.5rem;background:var(--bg-base, #fff);box-shadow:0 4px 16px #0000001f;border:1px solid var(--border-light, #e2e8f0)}.ss-full-export-menu-item{display:block;width:100%;padding:.45rem .85rem;border:none;background:none;color:var(--text-body);font-size:.78rem;font-weight:600;text-align:left;cursor:pointer;white-space:nowrap}.ss-full-export-menu-item:hover{background:#0f172a0d}.bid-leveling-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.bid-leveling-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ss-full-body{flex:1;overflow-y:auto;padding:1.75rem 2.25rem}.ss-full-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-muted);font-size:1.125rem;gap:.5rem}.ss-full-empty p{margin:0}.ss-full-items{display:flex;flex-direction:column;gap:1.5rem}.ss-full-cat-header{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--moss);margin:0 0 .4rem;padding-bottom:.35rem;border-bottom:1.5px solid rgba(75,120,96,.25)}.ss-full-list{list-style:none;margin:0;padding:0}.ss-full-item{position:relative;font-size:.9rem;line-height:1.5;color:var(--text-body);padding:.3rem 0 .3rem 1.1rem;border-bottom:1px solid var(--border-light)}.ss-full-item .scope-structured-label{font-size:.92rem}.ss-full-item:last-child{border-bottom:none}.ss-full-item:before{content:"";position:absolute;left:0;top:.7rem;width:5px;height:5px;border-radius:50%;background:var(--moss);opacity:.6}.ss-full-editor{display:flex;flex-direction:column;gap:.25rem}.ss-full-editor-items{display:flex;flex-direction:column;gap:.35rem}.ss-full-editor-row{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;border-bottom:1px solid rgba(189,185,177,.15)}.ss-full-editor-reorder{display:flex;flex-direction:column;gap:1px;flex-shrink:0}.ss-full-move-btn{background:none;border:1px solid var(--border-light);border-radius:3px;cursor:pointer;font-size:.65rem;padding:.1rem .35rem;color:var(--text-muted);line-height:1}.ss-full-move-btn:hover:not(:disabled){background:var(--bg-inset);color:var(--text-body)}.ss-full-move-btn:disabled{opacity:.3;cursor:default}.ss-full-editor-num{font-size:.95rem;font-weight:600;color:var(--text-muted);min-width:1.75rem;text-align:right;flex-shrink:0}.ss-full-editor-label{flex:1;font-size:1.05rem;padding:.55rem .75rem;border:1px solid var(--border-default);border-radius:.375rem;background:var(--bg-surface);color:var(--text-body);min-width:0}.ss-full-editor-label:focus{outline:none;border-color:var(--moss);box-shadow:0 0 0 2px #4b786026}.ss-full-editor-cat{width:10rem;font-size:1.05rem;padding:.55rem .75rem;border:1px solid var(--border-default);border-radius:.375rem;background:var(--bg-surface);color:var(--text-body);flex-shrink:0}.ss-full-editor-cat:focus{outline:none;border-color:var(--moss);box-shadow:0 0 0 2px #4b786026}.ss-full-remove-btn{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0 .35rem;line-height:1;flex-shrink:0}.ss-full-remove-btn:hover{color:#c53030}.ss-full-add-row{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;margin-top:.5rem;border-top:2px dashed var(--border-light)}.ss-full-footer{display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.25rem;border-top:1px solid var(--border-light);flex-shrink:0}.ss-full-footer-spacer{flex:1}@media(max-width:900px){.ss-full-modal{width:calc(100vw - 1.5rem);height:calc(100dvh - 1.5rem)}.ss-full-header{padding:1.1rem 1rem .9rem}.ss-full-body{padding:1rem}.ss-full-footer{padding:.9rem 1rem;flex-wrap:wrap;justify-content:flex-end}.ss-full-footer-spacer{display:none}}@supports not (height: 100dvh){@media(max-width:900px){.ss-full-modal{height:calc(100vh - 1.5rem)}}}@media(max-width:640px){.ss-full-title{font-size:1.25rem}.ss-full-subtitle{font-size:.92rem}.ss-full-close{font-size:1.7rem}.ss-full-editor-row{flex-wrap:wrap;align-items:flex-start}.ss-full-editor-label{flex-basis:100%}.ss-full-editor-cat{width:100%}.ss-full-add-row{flex-wrap:wrap}.ss-full-add-row .ss-full-editor-label,.ss-full-add-row .ss-full-editor-cat,.ss-full-add-row .btn{width:100%;flex:1 1 100%}}.proj-back-summary{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:.3rem;border:1px solid rgba(170,193,181,.9);background:#eff7f2e6;border-radius:999px;padding:.26rem .68rem;font-size:.74rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--moss-dark)}.proj-trade-compact-header{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap;padding-inline:.75rem;margin-bottom:.55rem}.proj-trade-compact-main{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.proj-trade-back-link{border:none;background:none;color:var(--moss);font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:0;cursor:pointer}.proj-trade-back-link:hover{text-decoration:underline}.proj-trade-compact-name{font-size:1.06rem;font-weight:800;color:#17372b;min-width:0}.proj-trade-compact-chip{flex-shrink:0}.proj-trade-compact-metrics{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.proj-trade-compact-amount{font-size:.9rem;font-weight:800;color:#1e513c;white-space:nowrap}.proj-trade-compact-count{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(176,202,186,.84);background:#ecf4f0eb;color:#1d4f3a;padding:.22rem .55rem;font-size:.72rem;font-weight:700;white-space:nowrap}[data-theme=dark] .proj-trade-compact-name{color:var(--text-heading)}[data-theme=dark] .proj-trade-compact-amount{color:#86efac}[data-theme=dark] .proj-trade-compact-count{border-color:#4ab87c3d;background:#4ab87c14;color:#86efac}.proj-trade-intelligence-link:hover{text-decoration:underline}.proj-trade-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-inline:.75rem;margin-bottom:.45rem}.proj-trade-toolbar-left,.proj-trade-toolbar-right{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.proj-trade-toolbar-right{justify-content:flex-end}.proj-trade-toolbar-export{order:99}.proj-trade-toolbar-primary{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .85rem;border-radius:.45rem;border:1px solid rgba(30,60,44,.18);background:linear-gradient(180deg,#2a5e42,#1e4a34);color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.01em;cursor:pointer;white-space:nowrap;box-shadow:0 1px 3px #0000001f,inset 0 1px #ffffff14;transition:background .15s ease,box-shadow .15s ease,transform .1s ease}.proj-trade-toolbar-primary:hover{background:linear-gradient(180deg,#336e4e,#24573c);box-shadow:0 2px 6px #00000029,inset 0 1px #ffffff1a;transform:translateY(-.5px)}.proj-trade-toolbar-primary:active{background:linear-gradient(180deg,#1e4a34,#173d2b);box-shadow:0 1px 2px #0000001f;transform:translateY(0)}.proj-trade-toolbar-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .85rem;border-radius:.45rem;border:1px solid rgba(203,194,171,.88);background:linear-gradient(180deg,#fffffff2,#f7f4edeb);color:#234636;font-size:.78rem;font-weight:700;letter-spacing:.01em;cursor:pointer;white-space:nowrap;box-shadow:0 1px 3px #0000000f,inset 0 1px #fff9;transition:background .15s ease,box-shadow .15s ease,transform .1s ease,border-color .15s ease}.proj-trade-toolbar-btn:hover{border-color:#39674c70;background:linear-gradient(180deg,#f5f9f7,#ecf4f0fa);box-shadow:0 2px 6px #0000001a,inset 0 1px #ffffffb3;transform:translateY(-.5px)}.proj-trade-toolbar-btn:active{background:linear-gradient(180deg,#ecf4f0,#e5eee9fa);box-shadow:0 1px 2px #00000014;transform:translateY(0)}.proj-trade-echo-btn{border-color:#375fbe80;background:linear-gradient(180deg,#4169e1,#3558c8);color:#fff;box-shadow:0 1px 3px #375fbe40,inset 0 1px #ffffff26}.proj-trade-echo-btn:hover{border-color:#375fbeb3;background:linear-gradient(180deg,#4a73eb,#3d62d6);color:#fff;box-shadow:0 2px 6px #375fbe59,inset 0 1px #fff3}.proj-trade-echo-btn:active{background:linear-gradient(180deg,#3558c8,#2e4db3);color:#fff;box-shadow:0 1px 2px #375fbe33}.proj-trade-echo-wrap{position:relative}.proj-trade-echo-menu{position:absolute;top:calc(100% + .35rem);left:0;z-index:50;min-width:280px;background:#fff;border:1px solid var(--border-default);border-radius:.5rem;box-shadow:0 6px 20px #00000024;padding:.35rem;display:flex;flex-direction:column;gap:.15rem}.proj-trade-echo-menu-item{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .7rem;border:none;border-radius:.35rem;background:none;text-align:left;cursor:pointer;transition:background .12s ease}.proj-trade-echo-menu-item:hover{background:#4169e10f}.proj-trade-echo-menu-item:disabled{opacity:.5;cursor:not-allowed}.proj-trade-echo-menu-item strong{font-size:.82rem;color:#4169e1}.proj-trade-echo-menu-item span{font-size:.72rem;color:var(--text-secondary);line-height:1.3}.proj-trade-echo-confirm-btn{border:none;border-radius:.4rem;padding:.45rem 1.1rem;background:linear-gradient(180deg,#4169e1,#3558c8);color:#fff;font-size:.82rem;font-weight:700;cursor:pointer;box-shadow:0 1px 3px #375fbe40}.proj-trade-echo-confirm-btn:hover{background:linear-gradient(180deg,#4a73eb,#3d62d6)}.proj-trade-toolbar-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.15rem;height:1.15rem;border-radius:999px;background:#b45309;color:#fff;font-size:.62rem;font-weight:800;line-height:1;padding:0 .28rem}.proj-back-summary:hover{color:var(--moss-dark);border-color:#719480f2;background:#e5f2ebf2}.proj-trade-header-btn{border-radius:999px;border:1px solid rgba(231,220,196,.35);background:#ffffff17;color:#f7efde;padding:.28rem .62rem;font-size:.72rem;font-weight:700;letter-spacing:.02em}.proj-trade-header-btn:hover{background-color:#ffffff29}.proj-trade-suggestions{margin:.55rem 0 .95rem;padding:.62rem .76rem;border-radius:.78rem;border:1px solid rgba(214,196,161,.42);background:linear-gradient(140deg,#f7eedee6,#ebf6efdb)}.proj-trade-suggestions-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.proj-trade-suggestions-label{display:block;font-size:.74rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#5f4b2a}.proj-trade-suggestions-subtitle{margin-top:.2rem;font-size:.78rem;color:#6f6043}.proj-trade-suggestions-count{flex-shrink:0;align-self:center;font-size:.72rem;font-weight:700;color:#5f4b2a}.proj-trade-suggestions-controls{margin-top:.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.proj-trade-suggestions-search{min-width:14rem;flex:1 1 14rem;border:1px solid rgba(188,168,128,.42);border-radius:999px;padding:.38rem .74rem;background:#ffffffe6;color:#184331;font-size:.76rem}.proj-trade-suggestions-search:focus{outline:none;border-color:#39674c7a;box-shadow:0 0 0 3px #598b6e24}.proj-trade-suggestions-filters{display:flex;flex-wrap:wrap;gap:.35rem}.proj-trade-suggestion-filter{border:1px solid rgba(188,168,128,.34);background:#ffffffd1;color:#5f4b2a;border-radius:999px;padding:.2rem .52rem;font-size:.7rem;font-weight:700;cursor:pointer}.proj-trade-suggestion-filter-selected{border-color:#39674c6b;background:#dceee4e6;color:#184331}.proj-trade-suggestion-list{margin-top:.45rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.55rem}.proj-trade-suggestion-loading{margin-top:.55rem;font-size:.8rem;color:#5f604f}.proj-trade-suggestion-card{display:grid;gap:.45rem;padding:.72rem .78rem;border-radius:.72rem;border:1px solid rgba(214,196,161,.46);background:#ffffffd6}.proj-trade-suggestion-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.proj-trade-suggestion-card-title{font-size:.86rem;font-weight:700;color:#184331}.proj-trade-suggestion-pill{flex-shrink:0;border-radius:999px;padding:.16rem .46rem;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent}.proj-trade-suggestion-card-meta{display:flex;flex-wrap:wrap;gap:.38rem}.proj-trade-suggestion-chip{border-radius:999px;padding:.14rem .45rem;font-size:.66rem;font-weight:700;color:#4b5a52;background:#f6f2e9eb;border:1px solid rgba(214,196,161,.34)}.proj-trade-suggestion-chip-ready{color:var(--status-green-text);border-color:#16a34a3d;background:#16a34a1a}.proj-trade-suggestion-chip-attention{color:#8a5a12;border-color:#f59e0b3d;background:#f59e0b1f}.proj-trade-suggestion-card-reasons{font-size:.76rem;color:#5f604f;line-height:1.45}.proj-trade-suggestion-btn{justify-self:start;border:1px solid rgba(52,112,82,.34);background:#ffffffd6;color:#184331;border-radius:999px;padding:.3rem .7rem;font-size:.74rem;font-weight:700;cursor:pointer;transition:background-color .15s ease,transform .15s ease,border-color .15s ease}.proj-trade-suggestion-btn:hover{background:#fff;border-color:#215a4080;transform:translateY(-1px)}.proj-trade-suggestions-footer{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.proj-trade-intelligence-link{padding:0;border:none;background:none;color:#215a40;font-size:.73rem;font-weight:700;cursor:pointer}.proj-send-email-btn{background:linear-gradient(135deg,#f5ce7a,#ddb062);color:#1d3528;border-color:#ffecc6bf}.proj-send-email-btn:hover{background:linear-gradient(135deg,#f7d58e,#e3ba74)}.proj-trade-nav{padding:.5rem .2rem 0}@media(hover:hover){.proj-summary-hover-actions{opacity:0;visibility:hidden;transform:translateY(2px);pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.proj-summary-row:hover .proj-summary-hover-actions,.proj-summary-row:focus-within .proj-summary-hover-actions{opacity:1;visibility:visible;transform:none;pointer-events:auto}}@media(max-width:1100px){.proj-trade-compact-header,.proj-trade-toolbar{flex-direction:column;align-items:flex-start}.proj-trade-compact-metrics,.proj-trade-toolbar-right{width:100%;justify-content:flex-start}}@media(max-width:768px){.proj-panel-bidbook{padding:.45rem 0 .65rem}.proj-bid-export-menu{left:0;right:auto;min-width:min(100%,14rem)}.proj-summary-wrap{overflow-x:auto;overflow-y:visible}.proj-summary-toolbar{align-items:stretch}.proj-summary-trade-picker{min-width:0;width:100%}.proj-summary-toolbar-left,.proj-summary-toolbar-right{justify-content:flex-start}.proj-summary-toolbar-center,.proj-summary-toolbar-right{flex-basis:100%}.proj-summary-th,.proj-summary-td{padding-left:.7rem;padding-right:.7rem}.spec-toc-setup-link{margin-left:0}.proj-summary-col-handle{display:none}.proj-summary-scope-btn{min-width:4.7rem}.proj-fee-actions{width:100%;justify-content:flex-end}}.proj-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;background-color:var(--modal-overlay);overflow-y:auto;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.proj-modal-box{background:var(--bg-surface);border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:24rem;margin:0 1rem;padding:1.5rem;max-height:calc(100dvh - 2rem);overflow-y:auto}@supports not (height: 100dvh){.proj-modal-box{max-height:calc(100vh - 2rem)}}.proj-modal-title{font-size:1.125rem;font-weight:700;color:var(--cave);margin-bottom:.5rem}.proj-modal-text{font-size:.875rem;color:var(--status-gray-text);margin-bottom:.25rem}.proj-modal-warning{font-size:.875rem;color:var(--status-red-vivid);margin-bottom:1.5rem}.proj-modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.proj-modal-cancel{font-size:.875rem;padding:.625rem 1.25rem;border-radius:.25rem;border:1px solid var(--border-mid);background:none;color:var(--status-gray-text);cursor:pointer;font-weight:500;transition:background-color .15s}.proj-modal-cancel:hover{background-color:var(--bg-inset)}.proj-modal-delete{font-size:.875rem;padding:.625rem 1.25rem;border-radius:.25rem;background-color:var(--danger);color:#fff;border:none;cursor:pointer;font-weight:500;transition:background-color .15s}.proj-modal-delete:hover{background-color:var(--danger-hover)}.proj-risk-source-modal{max-width:62rem}.proj-risk-source-modal-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:1rem;margin:1rem 0 1.25rem}.proj-risk-source-picker,.proj-risk-source-details{display:grid;gap:.6rem}.proj-risk-source-list{display:grid;gap:.45rem;max-height:22rem;overflow:auto;padding-right:.15rem}.proj-risk-source-empty{padding:.8rem .9rem;border:1px dashed rgba(212,201,181,.95);border-radius:.6rem;color:var(--text-muted);font-size:.8rem;background:#ffffffb8}.proj-risk-source-option{display:grid;gap:.18rem;width:100%;text-align:left;border:1px solid rgba(216,203,181,.8);border-radius:.65rem;background:#faf8f4f2;padding:.72rem .8rem;cursor:pointer}.proj-risk-source-option:hover{border-color:#2d5a4342;background:#f4f8f3f5}.proj-risk-source-option--active{border-color:#2d5a436b;background:#edf5f0fa;box-shadow:inset 0 0 0 1px #2d5a431f}.proj-risk-source-option-name{font-size:.82rem;font-weight:700;color:var(--text-heading)}.proj-risk-source-option-meta{font-size:.74rem;color:var(--text-muted);line-height:1.4}.proj-risk-source-selected{padding:.72rem .8rem;border:1px solid rgba(216,203,181,.8);border-radius:.65rem;background:#faf8f4f2;color:var(--text-heading);font-size:.8rem;min-height:2.9rem}.proj-risk-source-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}@media(max-width:880px){.proj-risk-source-modal-grid{grid-template-columns:1fr}}.companies-filter-bar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.companies-directory-toolbar{border:1px solid var(--border-default);border-radius:.7rem;background:linear-gradient(180deg,#fffffff5,#fcf9f4f0);padding:.68rem;box-shadow:0 8px 18px #1016130f;margin-bottom:.7rem}.companies-search{max-width:18rem;flex-shrink:0}.companies-filter-select{padding:.5rem;border:1px solid color-mix(in srgb,var(--moss) 24%,var(--border-mid));border-radius:.5rem;font-size:.8125rem;background:linear-gradient(180deg,#fff,#f9f6ee);color:var(--cave);cursor:pointer;max-width:14rem;box-shadow:inset 0 1px #ffffffc7}.companies-sort-select{max-width:12rem}.companies-limit-select{max-width:8rem}.companies-email-pills{display:flex;gap:0;border:1px solid color-mix(in srgb,var(--moss) 24%,var(--border-mid));border-radius:.5rem;overflow:hidden;background:linear-gradient(180deg,#fff,#f8f4ea)}.pill{padding:.4rem .625rem;font-size:.75rem;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.pill:not(:last-child){border-right:1px solid var(--border-mid)}.pill:hover{background:var(--bg-surface-muted)}.pill-active{background:linear-gradient(135deg,var(--moss) 0%,var(--moss-dark) 100%);color:#fff}.pill-active:hover{background:linear-gradient(135deg,var(--moss-light) 0%,var(--moss) 100%)}.companies-clear-filters{font-size:.75rem;color:var(--moss-dark);background:#fff;border:1px solid color-mix(in srgb,var(--moss) 22%,var(--border-mid));border-radius:.45rem;cursor:pointer;padding:.36rem .6rem}.companies-clear-filters:hover{border-color:color-mix(in srgb,var(--moss) 45%,var(--border-mid));background:#f8fcfa}.companies-total-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.6rem}.companies-directory-table-wrap{border:1px solid color-mix(in srgb,var(--moss) 18%,var(--border-default));border-radius:.8rem;overflow:hidden;background:linear-gradient(180deg,#fffffffa,#fbf8f1f2);box-shadow:0 14px 28px #10161314}.companies-directory-table{width:100%;border-collapse:collapse;table-layout:fixed}.companies-directory-table th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);font-weight:700;padding:.74rem .82rem;border-bottom:1px solid color-mix(in srgb,var(--moss) 18%,var(--border-light));background:linear-gradient(180deg,#f6faf7f2,#f2eee4eb)}.companies-directory-table td{font-size:.83rem;color:var(--text-body);padding:.72rem .82rem;border-bottom:1px solid var(--border-light);vertical-align:middle}.companies-directory-table tbody tr:last-child td{border-bottom:0}.companies-directory-table tbody tr:hover{background:linear-gradient(180deg,#f3fcf8e6,#f8fdfae0)}.companies-directory-name{color:var(--moss);text-decoration:none;font-weight:700;display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.companies-directory-name:hover{text-decoration:underline}.companies-directory-trades{color:var(--text-secondary)}.companies-directory-email{color:var(--moss);text-decoration:none}.companies-directory-email:hover{text-decoration:underline}.companies-directory-muted{color:var(--text-muted)}.companies-directory-empty{color:var(--text-muted);text-align:center;padding:1rem}.companies-queue-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.625rem;margin-bottom:.75rem}.companies-queue-stat{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:.5rem;padding:.7rem .8rem;text-align:left}.companies-queue-stat-num{display:block;font-size:1.25rem;font-weight:700;color:var(--cave);line-height:1.1}.companies-queue-stat-label{display:block;font-size:.75rem;color:var(--text-tertiary);margin-top:.2rem}.companies-queue-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.companies-queue-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:.5rem;padding:.75rem;min-height:0}.companies-queue-title{font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:var(--text-tertiary);margin-bottom:.6rem}.companies-queue-link{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.45rem .55rem;border-radius:.375rem;color:var(--text-body);text-decoration:none;border:1px solid var(--border-light);background:var(--bg-surface-alt);margin-bottom:.4rem}.companies-queue-link:hover{border-color:var(--moss);background:var(--moss-faint)}.companies-queue-all-clear{border:1px solid rgba(45,90,67,.25);border-radius:.6rem;background:radial-gradient(circle at top right,#2d5a431a,#2d5a4300 42%),linear-gradient(180deg,#fafffcf5,#f5fcf8f0);padding:1rem 1.1rem}.companies-queue-all-clear-title{margin:0 0 .3rem;color:var(--status-green-text);font-size:1rem}.companies-queue-all-clear-note{margin:0;font-size:.84rem;color:var(--text-secondary)}.companies-queue-all-clear-actions{margin-top:.8rem;display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:1080px){.companies-queue-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.companies-queue-grid{grid-template-columns:1fr}}@media(max-width:640px){.companies-queue-stats{grid-template-columns:1fr}.companies-directory-table-wrap{overflow-x:auto}.companies-directory-table{min-width:760px}}.companies-tabs{display:flex;gap:.32rem;margin-bottom:0;border-bottom:0;padding-bottom:0;flex-wrap:wrap}.companies-tab{display:inline-flex;align-items:center;gap:.36rem;padding:.48rem .92rem;font-size:.8125rem;font-weight:600;color:var(--text-tertiary);background:linear-gradient(180deg,#ffffffb8,#ffffff59);border:1px solid transparent;border-radius:.45rem;margin-bottom:0;cursor:pointer;transition:color .15s,border-color .15s,background .15s,box-shadow .15s}.companies-tab-primary{font-weight:700}.companies-tab-maintenance{opacity:.88}.companies-tab:hover{color:var(--text-body);opacity:1;border-color:color-mix(in srgb,var(--moss) 24%,var(--border-mid));background:linear-gradient(180deg,#fffffff5,#faf7efe0)}.companies-tab-active{color:#f7f4eb;border-color:color-mix(in srgb,var(--moss-dark) 70%,#1e513b);background:linear-gradient(135deg,var(--moss) 0%,var(--moss-dark) 100%);box-shadow:0 8px 15px #1a463438,inset 0 1px #ffffff2e;opacity:1}.companies-tab-label{line-height:1}.companies-tab-badge{min-width:1.15rem;height:1.15rem;padding:0 .25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:800;background:#fff3;color:inherit}.companies-tab-active .companies-tab-badge{background:#ffffff40;color:#f7f4eb}.companies-matching-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:.8rem}.companies-matching-panel{border:1px solid var(--border-default);border-radius:.8rem;background:linear-gradient(180deg,#fffffffa,#fbf8f1f2);box-shadow:0 10px 22px #10161312;padding:.9rem}.companies-matching-head{margin-bottom:.7rem}.companies-matching-head-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:.7rem;flex-wrap:wrap}.companies-matching-title{font-size:.98rem;font-weight:700;color:var(--text-heading)}.companies-matching-subtitle{margin-top:.2rem;font-size:.8rem;color:var(--text-tertiary)}.companies-alias-form{display:grid;grid-template-columns:minmax(12rem,16rem) minmax(18rem,1fr) auto;gap:.55rem;margin-bottom:.65rem}.companies-matching-controls{display:flex;align-items:center;gap:.5rem}.companies-matching-select{width:100%;max-width:none}.companies-matching-input{min-width:0}.companies-matching-table-wrap{border:1px solid color-mix(in srgb,var(--moss) 18%,var(--border-default));border-radius:.7rem;overflow:auto}.companies-matching-table{width:100%;border-collapse:collapse}.companies-matching-table th{text-align:left;padding:.62rem .72rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);border-bottom:1px solid var(--border-light);background:linear-gradient(180deg,#f6faf7f2,#f2eee4eb)}.companies-matching-table td{padding:.6rem .72rem;font-size:.82rem;color:var(--text-body);border-bottom:1px solid var(--border-row);vertical-align:middle}.companies-matching-table tr:last-child td{border-bottom:0}.companies-matching-alias{font-weight:700;color:var(--moss-dark)}.companies-matching-actions-cell{width:5.6rem;text-align:right}.companies-matching-empty{border:1px dashed var(--border-default);border-radius:.62rem;padding:.85rem;text-align:center;font-size:.85rem;color:var(--text-tertiary);background:#ffffffb3}.companies-matching-table-skeleton th,.companies-matching-table-skeleton td{vertical-align:middle}.companies-skeleton-th{width:4.8rem;height:.72rem}.companies-skeleton-cell{width:82%;height:.88rem}.companies-skeleton-cell-short{width:42%}.companies-unmatched-list{display:grid;gap:.6rem}.companies-unmatched-list-skeleton{gap:.7rem}.companies-unmatched-card{border:1px solid var(--border-default);border-radius:.65rem;background:#ffffffe6;padding:.68rem}.companies-unmatched-card-skeleton,.companies-lazy-card-skeleton{border-color:color-mix(in srgb,var(--moss) 16%,var(--border-default));background:linear-gradient(180deg,#ffffffeb,#f8f4ebe0)}.companies-unmatched-copy-skeleton{display:grid;gap:.4rem;min-width:min(20rem,100%)}.companies-skeleton-title{width:10rem;height:1rem}.companies-skeleton-subtitle{width:min(26rem,92%);height:.82rem;margin-top:.35rem}.companies-skeleton-term{width:11rem;height:1rem}.companies-skeleton-context{width:min(28rem,96%);height:.78rem}.companies-skeleton-context-short{width:min(18rem,72%)}.companies-skeleton-chip{width:4.8rem;height:1.1rem;border-radius:999px}.companies-skeleton-meta{width:6.2rem;height:.72rem}.companies-skeleton-field{width:100%;height:2.35rem;border-radius:.55rem}.companies-skeleton-field-wide{min-width:16rem}.companies-skeleton-checkbox{width:9rem;height:.92rem}.companies-skeleton-btn{width:5.4rem;height:2.1rem;border-radius:.6rem}.companies-skeleton-btn-secondary{width:4.8rem}.companies-lazy-panel-skeleton{min-height:23rem}.companies-lazy-card-skeleton{display:grid;gap:.42rem;padding:.85rem}.companies-unmatched-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.62rem}.companies-unmatched-term{font-size:.92rem;font-weight:700;color:var(--text-heading)}.companies-unmatched-context{margin-top:.2rem;font-size:.78rem;color:var(--text-tertiary);white-space:pre-wrap}.companies-unmatched-meta{display:grid;justify-items:end;gap:.2rem;font-size:.73rem;color:var(--text-tertiary)}.companies-unmatched-status{text-transform:uppercase;letter-spacing:.04em;font-weight:700;padding:.12rem .38rem;border-radius:999px}.companies-unmatched-actions{display:grid;grid-template-columns:minmax(12rem,18rem) auto minmax(0,1fr) auto;gap:.5rem;align-items:center}.companies-unmatched-actions-skeleton{align-items:stretch}.companies-unmatched-checkbox{display:inline-flex;align-items:center;gap:.35rem;font-size:.77rem;color:var(--text-tertiary);white-space:nowrap}.companies-unmatched-buttons{display:inline-flex;gap:.38rem}.companies-unmatched-resolved{font-size:.79rem;color:var(--text-tertiary)}@media(max-width:1280px){.companies-unmatched-actions{grid-template-columns:minmax(0,1fr)}}@media(max-width:900px){.companies-alias-form{grid-template-columns:1fr}.companies-unmatched-top{flex-direction:column}.companies-unmatched-meta{justify-items:start}}@media(max-width:960px){.companies-header{align-items:flex-start}.companies-actions{width:100%}}.company-card-bid-info{display:inline-block;font-size:.6875rem;color:var(--text-tertiary);margin-top:.125rem}.procore-modal{max-width:56rem;max-height:90vh;display:flex;flex-direction:column}.procore-upload-desc{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1rem}.procore-upload-area{margin-bottom:1rem}.procore-file-input{font-size:.875rem}.procore-summary-bar{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:var(--bg-inset);border:1px solid var(--border-light);border-radius:.5rem;font-size:.8125rem;color:var(--text-body);margin-bottom:.75rem;flex-wrap:wrap}.procore-summary-sep{color:var(--border-mid)}.procore-summary-new{color:var(--moss);font-weight:600}.procore-summary-exact,.procore-summary-similar{color:var(--accent);font-weight:500}.procore-preview-scroll{flex:1;overflow-y:auto;max-height:55vh;border:1px solid var(--border-light);border-radius:.5rem;margin-bottom:1rem}.procore-trade-group{border-bottom:1px solid var(--border-light)}.procore-trade-group:last-child{border-bottom:none}.procore-trade-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-surface-muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:sticky;top:0;z-index:1}.procore-trade-header:hover{background:var(--border-light)}.procore-trade-chevron{font-size:.625rem;color:var(--text-tertiary);width:.75rem}.procore-trade-name{font-weight:600;font-size:.8125rem;color:var(--cave);flex:1}.procore-trade-count{font-size:.75rem;color:var(--text-muted)}.procore-trade-toggle{font-size:.6875rem;color:var(--moss);background:none;border:none;cursor:pointer;padding:.125rem .375rem}.procore-trade-toggle:hover{text-decoration:underline}.procore-trade-records{padding:0}.procore-record{display:flex;align-items:flex-start;gap:.5rem;padding:.375rem .75rem .375rem 1.5rem;border-bottom:1px solid var(--border-row);font-size:.8125rem}.procore-record:last-child{border-bottom:none}.procore-record-dupe{background:var(--status-amber-bg)}.procore-record-skipped{opacity:.45}.procore-record-check{flex-shrink:0;padding-top:.125rem}.procore-record-check input{cursor:pointer}.procore-record-info{flex:1;min-width:0}.procore-record-company{font-weight:500;color:var(--cave)}.procore-record-contacts{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.125rem}.procore-contact-chip{font-size:.6875rem;color:var(--text-tertiary);background:var(--bg-surface-muted);padding:.0625rem .375rem;border-radius:.25rem}.procore-no-contacts{font-size:.6875rem;color:var(--border-mid);font-style:italic}.procore-record-dupe-info{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.procore-dupe-badge{font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;white-space:nowrap}.procore-dupe-exact,.procore-dupe-similar{background:var(--accent-muted);color:var(--accent-text)}.procore-dupe-action{font-size:.6875rem;padding:.25rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);max-width:10rem}.procore-results{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.procore-result-row{display:flex;justify-content:space-between;padding:.375rem 0;border-bottom:1px solid var(--border-row);font-size:.875rem}.procore-result-label{color:var(--text-tertiary)}.procore-result-value{font-weight:600;color:var(--cave)}.proj-import-modal{max-width:58rem;max-height:90vh;display:flex;flex-direction:column}.proj-import-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-light)}.proj-import-body{padding:1.25rem;overflow-y:auto;flex:1}.proj-import-desc{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1.25rem;line-height:1.5}.proj-import-upload-zone{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.proj-import-file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}.proj-import-filename{font-size:.8125rem;color:var(--text-secondary);font-weight:500}.proj-import-actions{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border-subtle);margin-top:.5rem}.proj-import-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:1.25rem}.proj-import-summary-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;background:var(--bg-inset);border:1px solid var(--border-light);border-radius:.5rem}.proj-import-summary-value{font-size:1.5rem;font-weight:700;color:var(--cave)}.proj-import-summary-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary)}.proj-import-panel{border-radius:.5rem;padding:.75rem 1rem;margin-bottom:.75rem;border:1px solid}.proj-import-panel-error{background:color-mix(in srgb,var(--status-lost) 8%,transparent);border-color:color-mix(in srgb,var(--status-lost) 30%,transparent)}.proj-import-panel-error .proj-import-panel-title{color:var(--status-lost)}.proj-import-panel-warning{background:color-mix(in srgb,#d4a017 8%,transparent);border-color:color-mix(in srgb,#d4a017 30%,transparent)}.proj-import-panel-warning .proj-import-panel-title{color:#b8860b}.proj-import-panel-success{background:color-mix(in srgb,var(--moss) 8%,transparent);border-color:color-mix(in srgb,var(--moss) 30%,transparent)}.proj-import-panel-success .proj-import-panel-title{color:var(--moss)}.proj-import-panel-info{background:color-mix(in srgb,var(--accent) 6%,transparent);border-color:color-mix(in srgb,var(--accent) 20%,transparent)}.proj-import-panel-info .proj-import-panel-title{color:var(--accent)}.proj-import-panel-title{font-size:.8125rem;font-weight:600;margin-bottom:.5rem}.proj-import-panel-list{list-style:disc;padding-left:1.25rem;font-size:.8125rem;color:var(--text-secondary);display:flex;flex-direction:column;gap:.25rem}.proj-import-results-list{list-style:none;padding:0;font-size:.875rem;color:var(--text-body);display:flex;flex-direction:column;gap:.375rem}.proj-import-results-list li:before{content:"✓";color:var(--moss);font-weight:700;margin-right:.25rem}.proj-import-match-list{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.proj-import-match-chip{display:inline-block;font-size:.75rem;padding:.2rem .5rem;border-radius:999px;font-weight:500}.proj-import-match-new{background:color-mix(in srgb,var(--moss) 15%,transparent);color:var(--moss)}.proj-import-match-fuzzy{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent)}.proj-import-expandable-sections{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.proj-import-expandable{border:1px solid var(--border-light);border-radius:.5rem;overflow:hidden}.proj-import-expandable-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .875rem;background:var(--bg-surface-muted);border:none;cursor:pointer;font-size:.8125rem;font-weight:600;color:var(--cave)}.proj-import-expandable-header:hover{background:var(--border-light)}.proj-import-chevron{font-size:.625rem;color:var(--text-tertiary)}.proj-import-expandable-body{max-height:16rem;overflow-y:auto}.proj-import-table{width:100%;border-collapse:collapse;font-size:.8125rem}.proj-import-table thead{position:sticky;top:0;z-index:1}.proj-import-table th{background:var(--bg-inset);padding:.4rem .625rem;text-align:left;font-weight:600;font-size:.75rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border-light)}.proj-import-table td{padding:.375rem .625rem;border-bottom:1px solid var(--border-row);color:var(--text-body)}.proj-import-table tbody tr:last-child td{border-bottom:none}.proj-import-table tbody tr:hover{background:var(--bg-surface-muted)}.proj-import-loading{display:flex;align-items:center;justify-content:center;min-height:10rem;color:var(--text-tertiary);font-size:.9375rem}.settings-import-section{margin-top:1.5rem}.settings-import-actions{display:flex;align-items:center;gap:.75rem}.settings-page{max-width:48rem;margin-left:auto;margin-right:auto}.settings-page.settings-page-wide{max-width:1220px;padding:0 1.25rem 2rem}.settings-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:2rem;align-items:start}.settings-sidebar-column{position:relative;align-self:start;background:var(--bg-surface-muted);border:1px solid var(--border-default);border-radius:1rem;padding:.65rem}.settings-sidebar{position:sticky;top:5.2rem;align-self:start;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:.85rem;padding:.95rem .85rem;box-shadow:none}.settings-page-title{margin-bottom:.35rem}.settings-sidebar-subtitle{margin:0 0 .8rem;font-size:.76rem;line-height:1.4;color:var(--text-muted)}.settings-nav{display:flex;flex-direction:column;gap:.3rem}.settings-nav-item{width:100%;border:none;border-left:2px solid transparent;background:transparent;color:var(--text-tertiary);text-align:left;padding:.5rem .55rem .5rem .75rem;border-radius:.35rem;font-size:.78rem;letter-spacing:.03em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.settings-nav-item:hover{background:var(--bg-inset);color:var(--text-heading)}.settings-nav-item-active{border-left-color:var(--accent);background:color-mix(in srgb,var(--moss-faint) 60%,var(--bg-surface) 40%);color:var(--moss-dark);font-weight:600}.settings-nav-item:focus-visible,.settings-theme-seg-btn:focus-visible{outline:2px solid var(--moss);outline-offset:2px}.settings-content{min-width:0}.settings-block{scroll-margin-top:6.2rem}.settings-category-heading{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-top:1.25rem;margin-bottom:.28rem;padding-left:.55rem;position:relative}.settings-category-heading:before{content:"";position:absolute;left:0;top:.15rem;bottom:.15rem;width:2px;border-radius:999px;background:color-mix(in srgb,var(--accent) 70%,#caa15a)}.settings-section-desc{font-size:.82rem;color:var(--text-tertiary);margin-bottom:.8rem}.settings-inline-note{margin:.9rem 0 0;font-size:.76rem;color:var(--text-tertiary)}.settings-inline-note-tight{margin-top:.55rem}.settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .85rem}.settings-form-field{display:flex;flex-direction:column;gap:.3rem}.settings-form-field span{font-size:.72rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.settings-form-field-full{grid-column:1 / -1}.settings-type-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr));gap:.5rem}.settings-type-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary);cursor:pointer}.settings-type-item input[type=checkbox]{accent-color:var(--moss)}.staff-roles-table{border:1px solid var(--border-default);border-radius:.5rem;overflow:hidden;margin-bottom:.75rem}.staff-roles-header{display:grid;grid-template-columns:1fr 140px 160px;gap:.5rem;padding:.5rem .75rem;background:var(--bg-surface-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);border-bottom:1px solid var(--border-default)}.staff-roles-row,.staff-roles-add-row{display:grid;grid-template-columns:1fr 140px 160px;gap:.5rem;padding:.5rem .75rem;align-items:center;font-size:.85rem;color:var(--text-primary);border-bottom:1px solid var(--border-subtle, var(--border-default))}.staff-roles-row:last-of-type{border-bottom:1px solid var(--border-default)}.staff-roles-add-row{background:var(--bg-surface-muted);border-bottom:none}.staff-roles-col-name{font-weight:500}.staff-roles-short-badge{display:inline-block;padding:.1rem .4rem;border-radius:4px;background:var(--bg-surface-muted);font-size:.78rem;font-weight:600;color:var(--text-secondary)}.staff-roles-col-actions{display:flex;gap:.4rem;justify-content:flex-end}.staff-roles-action-btn{background:none;border:none;font-size:.78rem;color:var(--text-link, var(--text-secondary));cursor:pointer;padding:.15rem .35rem;border-radius:4px}.staff-roles-action-btn:hover{background:var(--bg-surface-muted)}.staff-roles-action-delete{color:var(--danger, #d9534f)}.staff-roles-action-delete:hover{background:color-mix(in srgb,var(--danger, #d9534f) 8%,transparent)}.staff-roles-col-name input,.staff-roles-col-short input{width:100%}.btn-xs{font-size:.75rem;padding:.2rem .6rem;border-radius:4px}.settings-section{background:var(--bg-surface);border-radius:.68rem;padding:1.2rem;margin-bottom:1.15rem;border:1px solid var(--border-default);box-shadow:0 3px 12px #0000000f}.settings-section-title{font-size:1rem;font-weight:600;color:var(--text-heading);margin-bottom:.75rem}.settings-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.settings-section-header .settings-section-title{margin-bottom:0}.settings-form-field .form-input{width:100%;border:1px solid var(--border-mid);border-radius:.5rem;padding:.62rem .74rem;font-size:.88rem;background:var(--input-bg);color:var(--text-heading);box-shadow:inset 0 1px #ffffff80;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.settings-form-field .form-input::-moz-placeholder{color:var(--text-muted)}.settings-form-field .form-input::placeholder{color:var(--text-muted)}.settings-form-field .form-input:focus,.settings-form-field .form-input:focus-visible{outline:2px solid var(--moss);outline-offset:0;border-color:var(--moss);box-shadow:0 0 0 2px color-mix(in srgb,var(--moss) 20%,transparent)}.settings-form-field .form-input:disabled{background:var(--bg-inset);color:var(--text-tertiary)}.settings-section-actions{display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem;border-top:1px solid var(--border-subtle);margin-top:1rem;padding-top:.85rem}.settings-billing-grid{display:grid;gap:.5rem}.settings-billing-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.45rem .6rem;border:1px solid var(--border-subtle);border-radius:.5rem;background:var(--bg-surface-muted)}.settings-billing-label{font-size:.72rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.settings-billing-value{color:var(--text-heading);font-size:.88rem}.settings-billing-status{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border:1px solid transparent}.settings-billing-actions{display:flex;gap:.5rem;flex-wrap:wrap}.settings-logo-uploader{display:grid;grid-template-columns:108px minmax(0,1fr);gap:.85rem;align-items:center;border:1px dashed var(--border-mid);border-radius:.5rem;background:var(--bg-surface-muted);padding:.75rem}.settings-logo-uploader-drag{border-color:var(--moss);background:color-mix(in srgb,var(--moss-faint) 60%,var(--bg-surface-muted))}.settings-logo-uploader-uploading{opacity:.7}.settings-logo-preview-wrap{width:108px;height:72px;border-radius:.4rem;border:1px solid var(--border-mid);background:var(--bg-primary);display:flex;align-items:center;justify-content:center;overflow:hidden}.settings-logo-preview{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.settings-logo-placeholder{color:var(--text-muted);font-size:.72rem;text-align:center;padding:.35rem}.settings-logo-text{margin:0;font-size:.82rem;color:var(--text-body);font-weight:600}.settings-logo-subtext{margin:.2rem 0 0;font-size:.75rem;color:var(--text-muted)}.settings-logo-actions{margin-top:.55rem;display:flex;gap:.45rem;flex-wrap:wrap}.settings-form-field-theme{gap:0}.settings-theme-field-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border-mid);border-radius:.5rem;background:var(--bg-surface);padding:.58rem .72rem}.settings-theme-segmented{display:flex;border:1px solid var(--border-light);border-radius:.42rem;overflow:hidden;margin-left:auto}.settings-theme-seg-btn{font:inherit;font-size:.82rem;font-weight:600;padding:.34rem .82rem;border:none;background:transparent;color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s}.settings-theme-seg-btn+.settings-theme-seg-btn{border-left:1px solid var(--border-light)}.settings-theme-seg-btn:hover{background:var(--bg-surface-muted)}.settings-theme-seg-btn--active,.settings-theme-seg-btn--active:hover{background:var(--primary);color:#fff}.template-list{display:flex;flex-direction:column;gap:.375rem}.template-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border:1px solid var(--border-light);border-radius:.375rem;cursor:pointer;transition:border-color .15s}.template-item:hover{border-color:var(--moss)}.template-item-info{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.template-item-name{font-weight:600;font-size:.875rem;color:var(--cave)}.template-item-default{font-size:.6875rem;padding:.1rem .375rem;background:var(--moss);color:#fff;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.template-item-subject{font-size:.8125rem;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-item-actions{display:flex;align-items:center;gap:.25rem}.template-item-duplicate,.template-item-delete{font-size:.75rem;color:var(--moss);background:none;border:none;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer}.template-item-duplicate:hover{background:var(--moss-faint)}.template-item-delete{color:var(--ember)}.template-item-delete:hover{background:#dc262614}.template-editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem}.template-toolbar-btn{font-size:.75rem;border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-body);border-radius:.25rem;padding:.2rem .45rem;cursor:pointer}.template-toolbar-btn:hover{border-color:var(--moss);color:var(--moss-dark)}.template-editor-field{display:flex;flex-direction:column;gap:.25rem}.template-editor-label{font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.template-editor-label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.template-insert-target{font-size:.75rem;color:var(--text-tertiary)}.template-editor-body{font-family:Inter,system-ui,sans-serif;resize:vertical;min-height:12rem}.template-editor-body-rich{min-height:12rem;max-height:20rem;overflow-y:auto;white-space:normal;line-height:1.5}.template-editor-help{font-size:.75rem;color:var(--text-tertiary);margin:.25rem 0 0}.template-editor-actions{display:flex;gap:.5rem;justify-content:flex-end}.merge-field-chips{display:flex;flex-wrap:wrap;gap:.25rem}.merge-chip{font-size:.6875rem;padding:.2rem .5rem;background:var(--bg-surface-muted);border:1px solid var(--border-mid);border-radius:999px;color:var(--text-body);cursor:pointer;transition:all .15s}.merge-chip:hover{background:var(--moss);color:#fff;border-color:var(--moss)}.template-preview-title{font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.template-preview-subject{font-size:.875rem;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light)}.template-preview-body{width:100%;min-height:clamp(280px,46vh,620px);border:none;border-radius:.375rem;background:#f4f4f4}.template-preview-body p{margin-bottom:.5rem}.template-preview-empty{margin:0;font-size:.875rem;color:var(--text-tertiary)}.template-preview-note{margin:.55rem 0 0;font-size:.75rem;color:var(--text-tertiary);font-style:italic}.email-templates-page{max-width:78rem;margin:0 auto}.email-templates-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.email-templates-page-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.email-templates-layout{display:grid;grid-template-columns:320px 1fr;gap:1rem;align-items:start}.email-templates-sidebar{background:var(--bg-surface);border-radius:.5rem;padding:.75rem;border:1px solid var(--border-light)}.email-templates-main{min-width:0}.email-templates-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:1rem;align-items:start}.email-template-editor-card,.email-template-preview-card{background:var(--bg-surface);border-radius:.5rem;border:1px solid var(--border-light);box-shadow:var(--shadow-sm)}.email-template-editor-card{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.email-template-preview-card{padding:.75rem;position:sticky;top:.75rem}@media(max-width:1200px){.email-templates-layout{grid-template-columns:280px 1fr}.email-templates-editor-grid{grid-template-columns:1fr}.email-template-preview-card{position:static}}@media(max-width:900px){.email-templates-page-header{flex-direction:column}.email-templates-layout{grid-template-columns:1fr}}.send-modal{width:min(72rem,calc(100vw - 2.5rem));max-width:min(72rem,calc(100vw - 2.5rem));max-height:calc(100dvh - 2rem);overflow-y:auto;padding:1.1rem 1.3rem 1.2rem}.send-modal-overlay{z-index:1200;align-items:flex-start;overflow-y:auto;padding:1rem 0}@supports not (height: 100dvh){.send-modal{max-height:calc(100vh - 2rem)}}.send-modal-loading,.send-modal-sending{text-align:center;padding:2rem}.send-recipients-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem}.send-recipients-count{font-weight:600;color:var(--cave);margin-right:auto}.send-health-summary{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.55rem}.send-health-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border-mid);background:var(--bg-surface-alt);color:var(--text-body);font-size:.7rem;font-weight:700;padding:.18rem .48rem;cursor:pointer}.send-health-pill-active{box-shadow:0 0 0 1px #22563c29,0 8px 18px #14271d14}.send-health-pill-ready,.send-recipient-health-ready{border-color:#4284626b;background:#e1f4eaf5;color:#1f5a3e}.send-health-pill-review,.send-recipient-health-review{border-color:#bb963885;background:#fff5daf2;color:#7a550d}.send-health-pill-reinvite,.send-recipient-health-reinvite{border-color:#3b82f647;background:#dbeafeeb;color:#1d4ed8}.send-health-pill-suspect,.send-recipient-health-suspect{border-color:#d9770666;background:#ffedd5f5;color:#9a3412}.send-health-pill-blocked,.send-recipient-health-blocked{border-color:#c35b3c5c;background:#ffeae3f5;color:#8c3624}.send-select-btn{font-size:.75rem;color:var(--moss);background:none;border:none;text-decoration:underline;padding:0}.send-recipients-list{max-height:20rem;overflow-y:auto;border:1px solid var(--border-light);border-radius:.375rem;margin-bottom:.75rem}.send-recipient{display:flex;flex-direction:column;gap:.2rem;padding:.5rem .625rem;font-size:.8125rem;border-bottom:1px solid var(--border-row);transition:background .1s}.send-recipient:last-child{border-bottom:none}.send-recipient:hover{background:var(--bg-inset)}.send-recipient-selected{background:var(--table-row-selected)}.send-recipient-disabled{opacity:.5;cursor:default}.send-recipient-company{font-weight:600;color:var(--cave);white-space:nowrap}.send-recipient-email{color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.send-recipient-no-email{color:var(--text-muted);font-style:italic}.send-recipient-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;padding-left:1.5rem}.send-recipient-meta-text{font-size:.72rem;color:var(--text-tertiary)}.send-recipient-health{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--border-mid);background:var(--bg-surface-alt);color:var(--text-tertiary);font-size:.65rem;font-weight:700;padding:.12rem .4rem}.send-missing-email-warning{margin:0 0 .55rem;padding:.45rem .6rem;border-radius:.375rem;border:1px solid var(--danger);background:var(--danger-soft);color:var(--danger-hover);font-size:.75rem;font-weight:600}.send-recipient-blocked{margin-left:.35rem;font-size:.6875rem;color:var(--danger-hover);font-weight:600}.send-recipient-already{font-size:.6875rem;padding:.1rem .375rem;background:var(--accent-muted);color:var(--accent-text);border-radius:999px;white-space:nowrap}.send-template-section{margin-bottom:.75rem}.send-template-label{font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;display:block;margin-bottom:.25rem}.send-template-label-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.send-template-manage-link{background:none;border:none;color:var(--moss);cursor:pointer;font-size:.75rem;font-weight:600;text-decoration:underline;padding:0}.send-template-manage-link:hover{color:var(--moss-dark)}.send-template-select{width:100%;padding:.375rem .5rem;border:1px solid var(--border-mid);border-radius:.25rem;font-size:.875rem;background:var(--bg-surface)}.send-preview-pane{background:var(--bg-inset);border:1px solid var(--border-light);border-radius:.375rem;padding:.625rem;margin-bottom:.75rem;min-height:24rem;overflow:hidden}.send-preview-subject{font-size:.8125rem;margin-bottom:.375rem;padding-bottom:.375rem;border-bottom:1px solid var(--border-light)}.send-preview-body{width:100%;min-height:clamp(300px,46vh,560px);border:none;border-radius:.375rem;background:#f4f4f4}.send-preview-note{margin:.5rem 0 0;font-size:.75rem;color:var(--text-tertiary);font-style:italic}.send-from-info{font-size:.75rem;color:var(--text-tertiary);margin-bottom:.75rem}@media(max-width:900px){.send-modal-overlay{padding:.5rem 0}.send-modal{width:calc(100vw - 1.25rem);max-width:calc(100vw - 1.25rem);max-height:calc(100dvh - 1rem);padding:.95rem .95rem 1rem}.send-recipients-list{max-height:14rem}.send-preview-pane{min-height:0}.send-preview-body{min-height:clamp(220px,36vh,360px)}}.send-progress{font-size:.875rem;color:var(--text-tertiary);margin-top:.5rem}.send-results{display:flex;flex-direction:column;gap:.375rem;margin:1rem 0}.send-result-row{display:flex;justify-content:space-between;font-size:.875rem;padding:.25rem 0}.send-result-label{color:var(--text-tertiary)}.send-result-value{font-weight:600}.send-result-success{color:var(--status-green-text)}.send-result-fail{color:var(--ember)}.send-result-errors{background:var(--danger-soft);border:1px solid var(--danger);border-radius:.375rem;padding:.5rem;margin-top:.25rem}.send-result-error-line{font-size:.75rem;color:var(--ember);margin-bottom:.25rem}.email-status-badge-wrap{position:relative;display:inline-flex;align-items:center;margin-left:.25rem}.email-status-badge{display:inline-flex;align-items:center;gap:.25rem;border:none;background:none;padding:.125rem .375rem;border-radius:999px;font-size:.675rem;font-weight:600;cursor:pointer;white-space:nowrap}.email-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.email-status-valid .email-status-dot{background:var(--status-green-vivid)}.email-status-bounced .email-status-dot{background:var(--status-red-vivid)}.email-status-suspect .email-status-dot{background:var(--accent)}.email-status-unknown .email-status-dot{background:var(--text-muted)}.email-status-valid{color:var(--status-green-vivid)}.email-status-bounced{color:var(--danger)}.email-status-suspect{color:var(--accent)}.email-status-unknown{color:var(--text-tertiary)}.email-status-menu{position:absolute;top:100%;left:0;z-index:50;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:.375rem;box-shadow:0 4px 12px #0000001a;min-width:140px;padding:.25rem}.email-status-menu button{display:block;width:100%;text-align:left;padding:.375rem .5rem;border:none;background:none;font-size:.75rem;border-radius:.25rem;cursor:pointer}.email-status-menu button:hover{background:var(--stone)}.email-status-menu-empty{font-size:.75rem;color:var(--text-tertiary);padding:.375rem .5rem}.trade-sheet-email-wrap{display:inline-flex;align-items:center;gap:.25rem}.email-dot{width:7px;height:7px;border-radius:50%;display:inline-block;flex-shrink:0}.email-dot-bounced{background:var(--status-red-vivid)}.email-dot-suspect{background:var(--accent)}.company-card-bounce-warn{color:var(--accent);font-size:.8rem;margin-left:.25rem}.bounce-warning{background:var(--accent-muted);border:1px solid var(--accent);color:var(--accent-text);padding:.5rem .75rem;border-radius:.375rem;font-size:.8rem;font-weight:500;margin-bottom:.5rem}.send-duplicate-warning{background:#fef3cd;border:1px solid #ffc107;color:#856404;padding:.5rem .75rem;border-radius:.375rem;font-size:.8rem;font-weight:500;margin-bottom:.5rem}.send-recipient-bounced{font-size:.65rem;font-weight:600;color:#fff;background:var(--status-red-vivid);padding:.1rem .35rem;border-radius:999px;margin-left:auto;flex-shrink:0}.send-recipient-suspect{font-size:.65rem;font-weight:600;color:#fff;background:var(--accent);padding:.1rem .35rem;border-radius:999px;margin-left:auto;flex-shrink:0}.health-page{max-width:1100px;margin:0 auto;padding:0 1rem}.health-stats-bar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.health-stat-card{flex:1 1 0;min-width:120px;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:.5rem;padding:.75rem 1rem;text-align:center}.health-stat-value{display:block;font-size:1.5rem;font-weight:700;color:var(--text-strong);line-height:1.2}.health-stat-label{display:block;font-size:.75rem;color:var(--text-tertiary);margin-top:.125rem}.health-stat-valid .health-stat-value{color:var(--status-green-vivid)}.health-stat-bounced .health-stat-value{color:var(--danger)}.health-stat-suspect .health-stat-value{color:var(--accent)}.bounce-table{width:100%;font-size:.8rem}.bounce-table th{text-align:left;padding:.5rem;font-weight:600;color:var(--text-body);border-bottom:2px solid var(--border-light)}.bounce-table td{padding:.5rem;border-bottom:1px solid var(--border-row)}.bounce-table a{color:var(--moss);font-weight:500}.bounce-table a:hover{text-decoration:underline}.bounce-row:hover{background:var(--bg-inset)}.bounce-type-badge{font-size:.675rem;font-weight:600;padding:.125rem .4rem;border-radius:999px;text-transform:uppercase}.bounce-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 0 .25rem;font-size:.8rem}.bounce-pagination button{padding:.25rem .75rem;border:1px solid var(--border-mid);background:var(--bg-surface);border-radius:.25rem;font-size:.75rem;cursor:pointer}.bounce-pagination button:disabled{opacity:.4;cursor:not-allowed}.health-filter-pills{display:flex;gap:.375rem}.health-filter-pill{padding:.25rem .75rem;border:1px solid var(--border-mid);background:var(--bg-surface);border-radius:999px;font-size:.75rem;cursor:pointer}.health-filter-pill:hover{background:var(--bg-surface-muted)}.health-filter-active{background:var(--moss);color:#fff;border-color:var(--moss)}.health-filter-active:hover{background:var(--bg-surface-hover)}.health-attention-list{display:flex;flex-direction:column;gap:.5rem}.health-attention-row{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:var(--bg-surface-muted);border-radius:.375rem;border:1px solid var(--border-row)}.health-attention-info{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;min-width:0}.health-attention-company{font-weight:600;color:var(--moss);font-size:.85rem}.health-attention-company:hover{text-decoration:underline}.health-attention-name{font-size:.8rem;color:var(--text-body)}.health-attention-email{font-size:.8rem;color:var(--text-tertiary)}.health-attention-date{font-size:.7rem;color:var(--text-muted)}.health-attention-actions{display:flex;gap:.375rem;flex-shrink:0}.health-domains{display:flex;flex-direction:column;gap:.25rem}.health-domain-row{display:flex;justify-content:space-between;padding:.375rem .5rem;font-size:.8rem;border-bottom:1px solid var(--border-row)}.health-domain-count{color:var(--text-tertiary);font-size:.75rem}.send-recipient-main{display:flex;align-items:center;gap:.5rem;cursor:pointer}.send-recipient-contact-area{display:flex;align-items:center;gap:.375rem;padding-left:1.5rem;flex-wrap:wrap}.send-recipient-contact-select{font-size:.75rem;padding:.2rem .375rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);max-width:350px;flex:1}.scope-templates-page{max-width:64rem}.page-subtitle{font-size:.875rem;color:var(--text-tertiary);margin-bottom:1rem}.scope-templates-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.scope-templates-sidebar{background:var(--bg-surface);border-radius:.5rem;padding:.75rem;border:1px solid var(--border-light)}.scope-templates-sidebar-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.scope-filter-select{flex:1;font-size:.8125rem;padding:.3rem .5rem}.scope-empty-msg{font-size:.8125rem;color:var(--text-muted);padding:.5rem 0}.template-item-active{border-color:var(--moss)!important;background:var(--moss-light, #f0fdf4)!important}.scope-trade-badge{font-size:.6875rem;padding:.1rem .375rem;background:var(--stone);color:var(--cave);border-radius:.25rem;white-space:nowrap}.scope-item-count{font-size:.75rem;color:var(--text-muted);white-space:nowrap}.scope-templates-main{background:var(--bg-surface);border-radius:.5rem;padding:1.25rem;border:1px solid var(--border-light);min-height:300px}.scope-empty-state{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--text-muted);font-size:.875rem}.scope-template-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:1rem}.scope-template-name{font-size:1.125rem;font-weight:600;color:var(--cave);margin-bottom:.25rem}.scope-template-desc{font-size:.8125rem;color:var(--text-tertiary);margin-top:.25rem}.scope-template-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.scope-confirm-delete{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--danger)}.scope-confirm-yes{color:var(--danger)!important;font-weight:600}.scope-items-list{border-top:1px solid var(--border-light);padding-top:.75rem}.scope-category-header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--moss);padding:.5rem 0 .25rem;margin-top:.25rem}.scope-item-row{display:flex;align-items:flex-start;gap:.5rem;padding:.3rem 0;font-size:.875rem}.scope-item-bullet{width:6px;height:6px;border-radius:50%;background:var(--moss);flex-shrink:0}.scope-item-label{color:var(--text-body)}.scope-structured{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1}.scope-structured--compact{gap:.22rem}.scope-structured-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.scope-structured-head-tools{display:inline-flex;align-items:flex-start;justify-content:flex-end;gap:.35rem;flex-shrink:0}.scope-structured-label{color:var(--text-body);font-size:.875rem;line-height:1.4;min-width:0}.scope-structured-toggle{border:1px solid var(--border-light);background:#ffffffc7;color:var(--moss);border-radius:999px;padding:.12rem .48rem;font-size:.68rem;font-weight:700;line-height:1.2;white-space:nowrap}.scope-structured-toggle:hover{border-color:#4b786059;background:#e6f0ebeb}.scope-structured-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.scope-structured-flags{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0}.scope-structured-flag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.08rem .42rem;font-size:.625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.scope-structured-flag-ai{background:#2d5a431a;color:#1e6b45;border:1px solid rgba(45,90,67,.15)}.scope-structured-flag-review{background:#c278141a;color:#92600e;border:1px solid rgba(194,120,20,.18)}.scope-structured-flag-document{background:#1c7e6e1a;color:#0f7667;border:1px solid rgba(28,126,110,.15)}.scope-structured-flag-manual{background:#69503714;color:#6b5030;border:1px solid rgba(105,80,55,.15)}.scope-structured-flag-snapshot{background:#646e8214;color:#5a6578;border:1px solid rgba(100,110,130,.14)}.scope-structured-flag-bootstrap{background:#2d5a4314;color:var(--moss);border:1px solid rgba(45,90,67,.12)}.scope-structured-note,.scope-structured-source{font-size:.75rem;line-height:1.4;color:var(--text-tertiary)}.scope-structured-source{color:var(--text-muted)}.scope-structured-inspector{display:flex;flex-direction:column;gap:.55rem;padding:.7rem .8rem;border:1px solid rgba(75,120,96,.18);border-radius:.7rem;background:linear-gradient(180deg,#f3f7f4f2,#f9f7f2fa)}.scope-structured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.55rem .75rem}.scope-structured-field{display:flex;flex-direction:column;gap:.18rem;min-width:0}.scope-structured-field-label{font-size:.64rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.scope-structured-field-value{font-size:.78rem;line-height:1.45;color:var(--text-body);white-space:pre-wrap;word-break:break-word}.scope-structured-inspector-note,.scope-structured-inspector-source{display:flex;flex-direction:column;gap:.2rem;padding-top:.1rem}.scope-structured-inspector-source .scope-structured-field-value{color:var(--text-tertiary)}.scope-structured-provenance-note{margin-top:.3rem;color:var(--text-muted)}.scope-structured-source-link{margin-top:.45rem;align-self:flex-start;border:1px solid rgba(75,120,96,.18);background:#fffffff0;color:var(--moss);border-radius:999px;padding:.22rem .6rem;font-size:.7rem;font-weight:700;cursor:pointer}.scope-structured-source-link:hover{border-color:#4b786047;background:#edf5f0f5}.scope-structured--success .scope-structured-label{color:#1f7a36}.scope-structured--danger .scope-structured-label{color:#b42318}.bid-risk-panel{display:grid;gap:.8rem}.bid-risk-panel--compact{gap:.65rem}.bid-risk-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.bid-risk-panel-title{font-size:.95rem;font-weight:800;color:var(--text-heading)}.bid-risk-panel-subtitle{margin-top:.12rem;font-size:.76rem;line-height:1.4;color:var(--text-tertiary)}.bid-risk-panel-count{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .55rem;border:1px solid rgba(75,120,96,.18);background:#e6f0ebb3;color:var(--moss);font-size:.7rem;font-weight:800;white-space:nowrap}.bid-risk-section{display:grid;gap:.45rem;padding:.72rem .8rem;border:1px solid rgba(212,201,181,.85);border-radius:.8rem;background:linear-gradient(180deg,#fffffffa,#f9f7f2fa)}.bid-risk-section-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.bid-risk-section-tools{display:inline-flex;align-items:center;gap:.4rem;flex-shrink:0}.bid-risk-section-title{font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary)}.bid-risk-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.45rem;height:1.45rem;padding:0 .35rem;border-radius:999px;background:#f0ece6f2;color:var(--text-tertiary);font-size:.67rem;font-weight:800}.bid-risk-toggle{border:1px solid var(--border-light);border-radius:999px;background:#ffffffd1;color:var(--moss);padding:.1rem .45rem;font-size:.68rem;font-weight:700;line-height:1.2;white-space:nowrap}.bid-risk-toggle:hover{border-color:#4b786059;background:#e6f0ebeb}.bid-risk-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.bid-risk-facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem .65rem}.bid-risk-fact{display:grid;gap:.16rem}.bid-risk-fact-label{font-size:.66rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.bid-risk-fact-value{font-size:.84rem;line-height:1.4;color:var(--text-heading);font-weight:700;word-break:break-word}.bid-risk-provenance-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.28rem}.bid-risk-provenance-text,.bid-risk-provenance-source{font-size:.72rem;line-height:1.4;color:var(--text-tertiary)}.bid-risk-provenance-open{border:1px solid rgba(45,90,67,.18);background:#ffffffeb;color:var(--moss);border-radius:999px;padding:.18rem .52rem;font-size:.68rem;font-weight:700;cursor:pointer;white-space:nowrap}.bid-risk-provenance-open:hover{border-color:#2d5a4347;background:#edf5f0f0}.proj-overview-provenance-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.proj-overview-provenance-row--hero{margin-top:.1rem}.proj-overview-provenance-row--hero .proj-risk-provenance{background:#ffffff24;border-color:#fff3;color:#fff3da}.proj-overview-provenance-row--hero .proj-risk-provenance--document{background:#ebf8f124;border-color:#baddca47;color:#e8f7ef}.proj-overview-provenance-row--hero .proj-risk-provenance--manual{background:#ffeece29;border-color:#ffdea847;color:#fff0d1}.proj-overview-provenance-row--hero .proj-risk-provenance--snapshot,.proj-overview-provenance-row--hero .proj-risk-provenance--bootstrap{background:#fff4db1f;border-color:#ffe8b838;color:#fff4dbeb}.proj-overview-provenance-text,.proj-overview-provenance-source{font-size:.72rem;line-height:1.4;color:var(--text-tertiary)}.proj-overview-provenance-row--hero .proj-overview-provenance-text,.proj-overview-provenance-row--hero .proj-overview-provenance-source{color:#f7efdfd1}.proj-overview-provenance-open{border:1px solid rgba(45,90,67,.18);background:#ffffffeb;color:var(--moss);border-radius:999px;padding:.18rem .52rem;font-size:.68rem;font-weight:700;cursor:pointer;white-space:nowrap}.proj-overview-provenance-open:hover{border-color:#2d5a4347;background:#edf5f0f0}.proj-overview-provenance-open--hero{border-color:#fff3da29;background:#ffffff1a;color:#fff4db}.proj-overview-provenance-open--hero:hover{border-color:#fff3da47;background:#ffffff29}.bid-risk-list{display:grid;gap:.42rem}.bid-risk-item{display:grid;gap:.14rem;padding:.52rem .58rem;border-radius:.68rem;background:#f5f2edcc;border:1px solid rgba(226,217,202,.8)}.bid-risk-item-title{font-size:.84rem;font-weight:700;line-height:1.35;color:var(--text-heading)}.bid-risk-item-meta{font-size:.73rem;line-height:1.35;color:var(--moss);font-weight:700}.bid-risk-item-detail{font-size:.75rem;line-height:1.45;color:var(--text-tertiary);white-space:pre-wrap}.scope-editor-title{font-size:1rem;font-weight:600;color:var(--cave);margin-bottom:1rem}.scope-editor-field{margin-bottom:.875rem}.scope-editor-items{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.5rem}.scope-editor-item-row{display:flex;align-items:center;gap:.375rem}.scope-editor-item-reorder{display:flex;flex-direction:column;gap:0}.scope-move-btn{font-size:.625rem;padding:0;width:1.25rem;height:.875rem;display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--border-mid);border-radius:.15rem;color:var(--text-tertiary)}.scope-move-btn:hover:not(:disabled){background:var(--bg-surface-muted);color:var(--cave)}.scope-move-btn:disabled{opacity:.3;cursor:default}.scope-editor-item-label{flex:1}.scope-editor-item-category{width:120px;font-size:.8125rem}.scope-remove-btn{background:none;border:none;font-size:1.125rem;color:var(--text-muted);width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.scope-remove-btn:hover{color:var(--danger);background:var(--danger-soft)}.scope-add-item-row{display:flex;align-items:center;gap:.375rem}.scope-new-item-input{flex:1}.scope-new-item-category{width:120px;font-size:.8125rem}.scope-editor-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}.scope-sheet-panel{background:var(--bg-inset);border:1px solid var(--border-light);border-radius:.8rem;padding:.42rem .72rem;margin-bottom:.6rem;overflow:hidden}.scope-sheet-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:var(--bg-base, #fff);display:flex;flex-direction:column;animation:scope-modal-fade-in .15s ease-out}@keyframes scope-modal-fade-in{0%{opacity:0}to{opacity:1}}.scope-sheet-modal-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.scope-sheet-panel--modal{border-radius:0;margin-bottom:0;padding:0;display:flex;flex-direction:column;flex:1;overflow:hidden;background:var(--bg-base, #fff);border:none}.scope-sheet-modal-legend{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;padding:.55rem 2.5rem;border-bottom:1px solid rgba(15,23,42,.06);background:#0f172a04}.scope-sheet-legend-item{display:inline-flex;align-items:center;gap:.35rem}.scope-sheet-legend-desc{font-size:.7rem;color:var(--text-tertiary);white-space:nowrap}.scope-sheet-panel--modal .scope-sheet-items{flex:1;overflow-y:auto;padding:1.25rem 2.5rem 2.5rem;border-top:none}.scope-sheet-panel--modal .scope-category-header{font-size:.7rem;font-weight:800;letter-spacing:.08em;color:var(--cave, #17372b);padding:1rem 0 .4rem;margin-top:.25rem;border-bottom:1px solid rgba(15,23,42,.06)}.scope-sheet-panel--modal .scope-category-header:first-child{padding-top:0;margin-top:0}.scope-sheet-panel--modal .scope-item-row{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem .15rem;border-bottom:1px solid rgba(15,23,42,.04);transition:background-color .1s ease}.scope-sheet-panel--modal .scope-item-row:last-child{border-bottom:none}.scope-sheet-panel--modal .scope-item-row:hover{background:#0f172a04}.scope-sheet-panel--modal .scope-item-bullet{width:7px;height:7px;border-radius:50%;background:var(--moss);flex-shrink:0;margin-top:.45rem}.scope-sheet-panel--modal .scope-structured-label{font-size:.9rem;line-height:1.45;color:var(--text-body)}.scope-sheet-panel--modal .scope-structured-source{font-size:.76rem;color:var(--text-muted);margin-top:.1rem}.scope-sheet-panel--modal .scope-structured-head-tools{gap:.4rem}.scope-context-menu{position:fixed;z-index:950;min-width:10rem;padding:.35rem 0;border-radius:.5rem;background:var(--bg-base, #fff);border:1px solid rgba(15,23,42,.1);box-shadow:0 8px 24px #00000024,0 2px 8px #00000014;animation:scope-ctx-in .1s ease-out}@keyframes scope-ctx-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.scope-context-menu-item{display:block;width:100%;padding:.45rem .85rem;border:none;background:none;color:var(--text-body);font-size:.8rem;font-weight:600;text-align:left;cursor:pointer;transition:background-color .08s ease}.scope-context-menu-item:hover{background:#0f172a0d}.scope-context-menu-item--danger{color:#b91c1c}.scope-context-menu-item--danger:hover{background:#b91c1c0f}.scope-context-menu-sep{height:1px;margin:.25rem 0;background:#0f172a14}.scope-inline-edit{flex:1;display:flex;flex-direction:column;gap:.4rem;min-width:0}.scope-inline-edit-input{width:100%;font-size:.875rem;padding:.4rem .6rem}.scope-inline-edit-actions{display:flex;align-items:center;gap:.35rem}.scope-item-row--editing{background:#2d5a4308;border-radius:.4rem;padding:.5rem .35rem}.scope-sheet-panel--modal .scope-picker,.scope-sheet-panel--modal .scope-create-template-inline,.scope-sheet-panel--modal .scope-sheet-save-template,.scope-sheet-panel--modal .scope-sheet-confirm-row{padding-inline:1.25rem}.scope-sheet-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:1rem 2.5rem;flex-shrink:0;border-bottom:1px solid rgba(15,23,42,.06)}.scope-sheet-modal-title-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap;min-width:0}.scope-sheet-modal-title{font-size:1.1rem;font-weight:800;color:var(--cave, #17372b);display:flex;align-items:baseline;gap:.5rem}.scope-sheet-modal-trade{font-weight:600;font-size:.85rem;color:var(--text-secondary)}.scope-sheet-modal-title-row .scope-sheet-summary-line{font-size:.78rem;color:var(--text-tertiary);font-weight:500}.scope-sheet-modal-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.scope-sheet-modal-close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;border:1px solid var(--border-light);background:transparent;color:var(--text-secondary);font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color .12s ease,color .12s ease;margin-left:.25rem}.scope-sheet-modal-close:hover{background:#0f172a0f;color:var(--text-body)}@media(max-width:768px){.scope-sheet-modal-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.scope-sheet-loading-placeholder{min-height:.25rem}.scope-sheet-empty{background:transparent;border:1px dashed var(--border-mid)}.scope-attach-btn{display:inline-flex;align-items:center;justify-content:flex-start;background:none;border:none;color:var(--moss);font-size:.8125rem;font-weight:700;padding:.2rem 0}.scope-attach-btn:hover{text-decoration:underline}.scope-picker-options{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.5rem}.scope-picker-option-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.5rem .625rem;border-radius:.375rem;border:1px solid var(--border-mid);background:var(--surface);cursor:pointer;text-align:left;transition:border-color .15s,background-color .15s}.scope-picker-option-btn:hover{border-color:var(--moss);background:var(--surface-hover, var(--surface))}.scope-picker-option-title{font-size:.8125rem;font-weight:600;color:var(--cave)}.scope-picker-option-desc{font-size:.7rem;color:var(--text-secondary)}.scope-picker-divider{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.7rem;color:var(--text-secondary)}.scope-picker-divider:before,.scope-picker-divider:after{content:"";flex:1;height:1px;background:var(--border-mid)}.scope-create-template-inline{padding:.25rem 0}.scope-create-item-label{flex:1;font-size:.8125rem;color:var(--cave)}.scope-inline-link{background:none;border:none;color:var(--moss);cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.scope-picker{padding:.25rem 0}.scope-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.scope-picker-title{font-size:.8125rem;font-weight:600;color:var(--cave)}.scope-picker-list{display:flex;flex-direction:column;gap:.25rem}.scope-picker-item{display:flex;align-items:center;gap:.5rem;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:.375rem;padding:.375rem .5rem;text-align:left;font-size:.8125rem;width:100%}.scope-picker-item:hover{border-color:var(--moss);background:var(--table-row-selected)}.scope-picker-item-name{font-weight:500;flex:1}.scope-sheet-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.scope-sheet-toggle{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;background:none;border:none;font-size:.8125rem;color:var(--cave);padding:0;min-width:0;text-align:left}.scope-sheet-toggle:hover{color:var(--moss)}.scope-sheet-actions{display:flex;align-items:center;gap:.375rem;justify-content:flex-end}.scope-sheet-arrow{font-size:.625rem;width:.75rem}.scope-sheet-label{font-weight:700}.scope-sheet-summary-line{font-size:.76rem;color:var(--text-secondary);min-width:0;white-space:nowrap}.scope-manage{position:relative}.scope-manage-menu{position:absolute;right:0;top:calc(100% + .25rem);min-width:11.5rem;background:var(--bg-surface);border:1px solid var(--border-mid);border-radius:.375rem;box-shadow:var(--shadow-md);z-index:20;padding:.25rem}.scope-manage-item{width:100%;display:block;text-align:left;background:none;border:none;border-radius:.25rem;color:var(--text-body);font-size:.8125rem;padding:.35rem .45rem}.scope-manage-item:hover:not(:disabled){background:var(--bg-surface-alt)}.scope-manage-item:disabled{opacity:.5;cursor:not-allowed}.scope-manage-item-danger{color:var(--danger)}.scope-sheet-confirm-row{margin-top:.42rem;border-top:1px solid var(--border-light);padding-top:.42rem;display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-tertiary);flex-wrap:wrap}.scope-sheet-inline-block,.scope-sheet-save-template{margin-top:.42rem;border-top:1px solid var(--border-light);padding-top:.42rem}.scope-sheet-items{margin-top:.42rem;padding-top:.42rem;border-top:1px solid var(--border-light)}@media(max-width:760px){.scope-sheet-header{flex-direction:column;align-items:flex-start}.scope-sheet-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.scope-sheet-actions .btn-cancel,.scope-sheet-actions .btn,.scope-manage{width:100%}.scope-manage-menu{left:0;right:auto;width:100%;min-width:0}.scope-sheet-toggle{width:100%}.scope-sheet-summary-line{white-space:normal}}.scope-checklist-section{border:1px solid var(--border-light);border-radius:.5rem;padding:.75rem;background:var(--bg-inset)}.scope-checklist-count{font-weight:400;font-size:.75rem;color:var(--text-tertiary);margin-left:.5rem}.scope-checklist-assist-btn{border:1px solid rgba(21,84,58,.2);background:linear-gradient(180deg,#236645,#1b5338);color:#f8f3e7;box-shadow:0 10px 22px #1b533829}.scope-checklist-assist-btn:hover:not(:disabled){background:linear-gradient(180deg,#2b7750,#205f41)}.scope-checklist-assist-btn:disabled{opacity:.5;box-shadow:none}.scope-checklist{max-height:280px;overflow-y:auto}.scope-checklist-category{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--moss);padding:.375rem 0 .125rem;margin-top:.25rem}.scope-checklist-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.25rem 0;border-bottom:1px solid var(--border-row)}.scope-checklist-row:last-child{border-bottom:none}.scope-checklist-label{font-size:.8125rem;color:var(--text-body);flex:1}.scope-checklist-label-wrap{display:flex;align-items:center;gap:.4rem;flex:1;min-width:0;flex-wrap:wrap}.scope-checklist-row-card{display:block}.scope-checklist-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.scope-checklist-btns{display:flex;gap:.25rem;flex-shrink:0}.scope-checklist-btns-wide{flex-wrap:wrap;justify-content:flex-end}.scope-btn{width:1.75rem;height:1.75rem;border-radius:.25rem;border:1px solid var(--border-mid);background:var(--bg-surface);font-size:.875rem;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.scope-checklist-btns-wide .scope-btn{width:auto;min-width:4.4rem;height:1.5rem;padding:0 .4rem;font-size:.65rem;font-weight:700}.scope-btn:hover{border-color:var(--text-muted)}.scope-btn-incl.active{background:var(--status-green-bg);border-color:var(--status-green-vivid);color:var(--status-green-vivid)}.scope-btn-excl.active{background:var(--danger-soft);border-color:var(--status-red-vivid);color:var(--danger)}.scope-btn-clarify.active{background:#fff5cc;border-color:#d1a200;color:#946d00}.scope-btn-na.active{background:#f3f4f6;border-color:#9ca3af;color:#4b5563}.scope-checklist-note{width:100%;margin-top:.35rem;border:1px solid var(--border-light);border-radius:.3rem;padding:.3rem .4rem;font-size:.75rem;resize:vertical;min-height:1.7rem}.scope-checklist-note:focus{outline:none;box-shadow:0 0 0 1px var(--moss)}.scope-checklist-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.12rem .42rem;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.01em;border:1px solid transparent;white-space:nowrap}.scope-checklist-badge-echo{background:#2363eb1a;color:#1d4ed8;border-color:#2363eb2e}.scope-checklist-badge-human{background:#0f766e1a;color:#0f766e;border-color:#0f766e2e}.scope-checklist-badge-human-override{background:#7c3aed1a;color:#6d28d9;border-color:#7c3aed2e}.scope-checklist-badge-stale{background:#d977061f;color:#b45309;border-color:#d9770633}.scope-checklist-badge-removed{background:#6b72801f;color:#4b5563;border-color:#6b728033}.scope-checklist-assist-state{margin:0 0 .65rem;padding:.55rem .7rem;border-radius:.55rem;background:#2363eb14;border:1px solid rgba(35,99,235,.14);color:#1d4ed8;font-size:.75rem;font-weight:600}.scope-checklist-removed-state{margin:0 0 .65rem;padding:.55rem .7rem;border-radius:.55rem;background:#6b728014;border:1px solid rgba(107,114,128,.14);color:#4b5563;font-size:.75rem;font-weight:600}.scope-checklist-loading{opacity:.72;transition:opacity .16s ease}.scope-legacy-section{margin-top:.25rem}.scope-legacy-toggle{background:none;border:none;font-size:.75rem;color:var(--text-tertiary);padding:0}.scope-legacy-toggle:hover{color:var(--cave);text-decoration:underline}.quote-detail-section{border:1px solid var(--border-light);border-radius:.5rem;padding:.65rem;background:var(--bg-surface-alt)}.quote-detail-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.45rem}.quote-detail-header .modal-label{margin-bottom:0}.quote-detail-header-actions{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.quote-detail-total-inline{font-size:.7rem;font-weight:800;color:var(--text-tertiary);border:1px solid var(--border-light);background:var(--bg-surface);border-radius:999px;padding:.15rem .45rem}.quote-detail-add-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--moss-dark);border-radius:.35rem;font-size:.75rem;font-weight:700;padding:.2rem .45rem}.quote-detail-add-btn:hover{border-color:var(--moss)}.quote-detail-toggle-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);border-radius:.35rem;font-size:.72rem;font-weight:700;padding:.2rem .45rem}.quote-detail-toggle-btn:hover{border-color:var(--moss);color:var(--moss-dark)}.quote-detail-empty{margin:0;font-size:.8rem;color:var(--text-muted)}.quote-line-list,.quote-alt-list{display:grid;gap:.45rem}.quote-line-row{display:grid;grid-template-columns:minmax(0,1fr) 9.5rem auto;gap:.45rem;align-items:center}.quote-line-amount-wrap .modal-input,.quote-alt-amount-wrap .modal-input{text-align:right;padding-left:1.5rem}.quote-alt-row{display:grid;grid-template-columns:minmax(0,1fr) 6rem 8rem auto auto;gap:.45rem;align-items:center}.quote-alt-desc{grid-column:1 / -1}.quote-alt-accepted{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:var(--text-body);white-space:nowrap}.quote-detail-remove-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--danger);border-radius:.35rem;font-size:.72rem;font-weight:700;padding:.2rem .45rem}.quote-detail-remove-btn:hover{border-color:var(--danger);background:var(--danger-soft)}@media(max-width:760px){.quote-line-row,.quote-alt-row{grid-template-columns:1fr}.quote-detail-remove-btn{justify-self:start}}.modal-xl{max-width:56rem}.scope-comparison-overlay{align-items:center;padding:1rem 0}.scope-comparison-modal{width:95vw!important;max-width:95vw!important;height:92vh;max-height:92vh!important;display:flex;flex-direction:column;margin:0}.scope-comparison-body{overflow:auto;min-height:0;flex:1}.scope-comp-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.scope-comp-legend{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center}.scope-comp-legend-chip{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.25rem .6rem;border:1px solid var(--border-light);font-size:.72rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.scope-comp-legend-symbol{font-size:.82rem;line-height:1}.scope-comp-legend-chip-included{background:#4ab87c1f;border-color:#4ab87c3d;color:#1f7a43}.scope-comp-legend-chip-excluded{background:#dc262614;border-color:#dc26262e;color:#b42318}.scope-comp-legend-chip-clarify{background:#d488061a;border-color:#d4880638;color:#946d00}.scope-comp-legend-chip-pending{background:#94a3b81f;border-color:#94a3b83d;color:var(--text-secondary)}.scope-comp-callout{margin:.9rem 0 .25rem;padding:.8rem 1rem;border:1px solid rgba(212,136,6,.2);background:linear-gradient(135deg,#fff7e6f2,#fcf4e1e0);color:#725211;border-radius:.75rem;font-size:.9rem;line-height:1.5}.scope-comparison-wrap{overflow-x:auto;margin:.75rem 0}.scope-comparison-table{width:100%;font-size:.8125rem;border:1px solid var(--border-light);border-radius:.375rem}.scope-comp-th{padding:.5rem;text-align:center;background:var(--bg-inset);border-bottom:2px solid var(--border-light);font-weight:600;font-size:.75rem;color:var(--cave)}.scope-comp-th-item{text-align:left;min-width:200px;position:sticky;left:0;background:var(--bg-inset);z-index:1}.scope-comp-th-company{min-width:170px}.scope-comp-company-name{font-size:.75rem;font-weight:600;white-space:normal}.scope-comp-company-amount{font-size:.6875rem;color:var(--text-tertiary);font-weight:400;margin-top:.1rem}.scope-comp-company-progress{margin-top:.2rem;font-size:.68rem;color:var(--text-secondary);font-weight:600}.scope-comp-selected-tag{font-size:.625rem;color:var(--moss);font-weight:600;margin-top:.2rem}.scope-comp-category-row td{background:var(--bg-surface-muted)}.scope-comp-category-cell{padding:.375rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--moss)}.scope-comp-row{border-bottom:1px solid var(--border-row)}.scope-comp-row-gap{background:var(--status-amber-bg)}.scope-comp-td{padding:.375rem .5rem}.scope-comp-td-label{font-size:.8125rem;color:var(--text-body);position:sticky;left:0;background:inherit;z-index:1;vertical-align:top}.scope-comp-row-gap .scope-comp-td-label{background:var(--status-amber-bg)}.scope-comp-td-label .scope-structured-label{font-size:.8125rem}.scope-comp-td-label .scope-structured-source{display:none}.scope-comp-td-label .scope-structured-inspector{margin-top:.1rem}.scope-comp-td-response{text-align:center}.scope-comp-cell-stack{display:inline-flex;flex-direction:column;align-items:center;gap:.2rem}.scope-comp-incl{color:var(--status-green-vivid);font-weight:600;font-size:1rem}.scope-comp-excl{color:var(--danger);font-weight:600;font-size:1rem}.scope-comp-clarify{color:#946d00;font-weight:700;font-size:.95rem}.scope-comp-pending-chip{display:inline-flex;align-items:center;justify-content:center;min-width:4.5rem;border-radius:999px;padding:.18rem .48rem;border:1px solid var(--border-light);background:#94a3b81a;color:var(--text-secondary);font-size:.68rem;font-weight:700;letter-spacing:.01em}.scope-comp-source-badge{display:inline-flex;align-items:center;justify-content:center;min-width:4.75rem;padding:.14rem .4rem;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.01em;line-height:1;border:1px solid transparent;white-space:nowrap}.scope-comp-source-badge-echo{background:#2363eb1a;color:#1d4ed8;border-color:#2363eb2e}.scope-comp-source-badge-human{background:#0f766e1a;color:#0f766e;border-color:#0f766e2e}.scope-comp-source-badge-human-override{background:#7c3aed1a;color:#6d28d9;border-color:#7c3aed2e}.scope-comp-source-badge-stale{background:#d977061f;color:#b45309;border-color:#d9770633}.scope-comp-source-badge-removed{background:#6b72801f;color:#4b5563;border-color:#6b728033}.cross-proposal-modal{width:min(96vw,1500px);max-width:1500px;height:auto;max-height:92vh!important;overflow-y:auto;overflow-x:hidden;display:block}.cross-proposal-toolbar-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.cross-proposal-toolbar-right{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.cross-proposal-summary-inline{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.78rem;color:var(--text-secondary);font-weight:600}.cross-proposal-summary-inline span{white-space:nowrap}.cross-proposal-summary-inline-note{font-size:.72rem;color:var(--text-tertiary);font-style:italic;cursor:help;border-bottom:1px dotted var(--text-tertiary)}.cross-proposal-header-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.cross-proposal-layer-btn-sm{padding:.3rem .55rem;font-size:.72rem}.scope-comp-legend-inline{display:flex;gap:.7rem;padding:.35rem 0;margin-bottom:.25rem}.cross-proposal-export-wrap{position:relative}.cross-proposal-export-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:50;min-width:11rem;padding:.35rem 0;border-radius:.5rem;background:var(--bg-base, #fff);border:1px solid rgba(15,23,42,.1);box-shadow:0 8px 24px #00000024,0 2px 8px #00000014}.cross-proposal-export-menu-item{display:block;width:100%;padding:.45rem .85rem;border:none;background:none;color:var(--text-body);font-size:.78rem;font-weight:600;text-align:left;cursor:pointer;white-space:nowrap}.cross-proposal-export-menu-item:hover{background:#0f172a0d}.cross-proposal-export-menu-item:disabled{opacity:.5;cursor:not-allowed}.cross-proposal-advanced-toggle{padding:.5rem 0;text-align:center}.cross-proposal-advanced-section{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem;border-top:1px solid rgba(15,23,42,.06)}.cross-proposal-body{display:flex;flex-direction:column;gap:.9rem;min-height:0;flex:none;overflow:visible}.cross-proposal-matrix-region{margin:0;overflow-x:auto}.cross-proposal-analysis-status{border:1px solid rgba(16,185,129,.18);border-radius:.9rem;background:linear-gradient(180deg,#ecfdf5f5,#f0fdfae0);padding:.9rem 1rem}.cross-proposal-analysis-copy{margin:0;color:var(--text-body);font-size:.83rem;line-height:1.55}.cross-proposal-analysis-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.cross-proposal-snapshot-compact .cross-proposal-snapshot-header{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.cross-proposal-snapshot-compact .cross-proposal-stale-list{margin-top:.5rem}.cross-proposal-snapshot-history-details{margin-top:.6rem;border-top:1px solid rgba(16,24,40,.08);padding-top:.5rem}.cross-proposal-snapshot-history-details summary{cursor:pointer;font-size:.76rem;font-weight:600;color:var(--text-secondary);padding:.25rem 0}.cross-proposal-snapshot-compare-inline{font-size:.74rem;color:var(--text-tertiary)}.cross-proposal-snapshot-list{display:flex;flex-direction:column;gap:.65rem}.cross-proposal-snapshot-item{padding:.8rem .9rem;border-radius:.8rem;border:1px solid rgba(16,24,40,.08);background:#ffffffad}.cross-proposal-snapshot-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.cross-proposal-stale-details{margin-top:.4rem}.cross-proposal-stale-details summary{cursor:pointer;font-size:.76rem;font-weight:600;color:var(--text-secondary);padding:.2rem 0}.cross-proposal-stale-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.4rem}.cross-proposal-stale-item{padding:.55rem .7rem;border-radius:.7rem;background:#b4530914;color:var(--text-body);font-size:.78rem;line-height:1.45;border:1px solid rgba(180,83,9,.12)}.cross-proposal-output-note{margin:.7rem 0 0;color:var(--text-secondary);font-size:.78rem;line-height:1.45}.cross-proposal-callout,.cross-proposal-matches,.cross-proposal-flags,.cross-proposal-output-section{border:1px solid var(--border-light);border-radius:.9rem;background:var(--bg-surface);padding:.9rem 1rem}.cross-proposal-callout{border-color:#b4530929;background:linear-gradient(180deg,#fffbebf2,#fff7ede0)}.cross-proposal-callout-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.cross-proposal-callout-head h4{margin:0;font-size:.92rem;color:var(--cave)}.cross-proposal-callout-head span{font-size:.75rem;color:var(--text-secondary);font-weight:700}.cross-proposal-risk-list,.cross-proposal-flag-list,.cross-proposal-rfi-list{display:flex;flex-direction:column;gap:.55rem}.cross-proposal-risk-item,.cross-proposal-flag-item,.cross-proposal-rfi-item{display:grid;grid-template-columns:auto auto minmax(0,1fr);gap:.55rem;align-items:start;padding:.65rem .75rem;border-radius:.75rem;background:#ffffffc7;border:1px solid rgba(15,23,42,.06)}.cross-proposal-flag-item,.cross-proposal-rfi-item{grid-template-columns:auto minmax(0,1fr)}.cross-proposal-rfi-item strong,.cross-proposal-risk-item strong{color:var(--cave);font-size:.84rem}.cross-proposal-rfi-item p,.cross-proposal-risk-item span,.cross-proposal-flag-item span{margin:0;color:var(--text-body);font-size:.82rem;line-height:1.5}.cross-proposal-risk-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.18rem .5rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cross-proposal-risk-chip-critical{background:#7f1d1d24;color:#991b1b}.cross-proposal-match-list{display:flex;flex-direction:column;gap:.5rem}.cross-proposal-reviewed-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.7rem;padding-top:.7rem;border-top:1px solid rgba(15,23,42,.08)}.cross-proposal-match-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto minmax(0,1fr);gap:.5rem;align-items:center;padding:.65rem .75rem;border-radius:.75rem;background:var(--bg-surface-muted);border:1px solid var(--border-light);font-size:.81rem}.cross-proposal-match-item-reviewed{background:#f8fafce6}.cross-proposal-match-score{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;border-radius:999px;padding:.2rem .45rem;background:#0d94881f;color:#0f766e;font-weight:700}.cross-proposal-match-arrow{color:var(--text-secondary);font-weight:700}.cross-proposal-match-actions{display:flex;justify-content:flex-end;gap:.4rem;grid-column:1 / -1}.cross-proposal-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.cross-proposal-layer-toggle{display:inline-flex;flex-wrap:wrap;gap:.5rem}.cross-proposal-layer-btn{border:1px solid var(--border-light);border-radius:999px;background:var(--bg-surface);color:var(--text-secondary);padding:.45rem .8rem;font-size:.8rem;font-weight:700;cursor:pointer}.cross-proposal-layer-btn-active{border-color:#20433352;background:#20433314;color:var(--moss)}.cross-proposal-search{min-width:220px;border:1px solid var(--border-light);border-radius:999px;padding:.5rem .8rem;background:var(--bg-surface);color:var(--text-body)}.cross-proposal-filter-chips,.cross-proposal-bidder-chips{display:flex;flex-wrap:wrap;gap:.5rem}.cross-proposal-wrap-virtual{overflow-x:auto}.cross-proposal-table .scope-comp-th{position:sticky;top:0;z-index:2;background:#f6f1eaf5}.cross-proposal-table .scope-comp-th-item{z-index:3;left:0;box-shadow:10px 0 18px #0f172a14}.cross-proposal-row{vertical-align:top}.cross-proposal-table .scope-comp-td-label{left:0;z-index:1;box-shadow:10px 0 18px #0f172a0d;background:linear-gradient(90deg,#fffffffa,#fffffff5)}.cross-proposal-table .scope-comp-row-gap .scope-comp-td-label{background:linear-gradient(90deg,#fff7edfa,#fff7edf0)}.cross-proposal-item-cell{display:flex;flex-direction:column;gap:.25rem}.cross-proposal-item-head{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.cross-proposal-item-head strong{color:var(--cave);font-size:.84rem}.cross-proposal-item-meta{display:flex;flex-wrap:wrap;gap:.55rem;font-size:.74rem;color:var(--text-secondary)}.cross-proposal-consensus-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.18rem .45rem;font-size:.68rem;font-weight:700}.cross-proposal-row-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.18rem .45rem;background:#0e74901f;color:#0f766e;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cross-proposal-response{min-width:150px}.cross-proposal-response-inner{display:flex;flex-direction:column;align-items:center;gap:.25rem}.cross-proposal-cell-price{font-size:.72rem;color:var(--cave);font-weight:700}.cross-proposal-cell-citation,.cross-proposal-cell-note-indicator{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.16rem .45rem;font-size:.64rem;color:var(--text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.03em;background:#94a3b81f}.cross-proposal-cell-citation{color:var(--cave);background:#20433314}.cross-proposal-cell-citation-link{border:none;cursor:pointer;text-decoration:underline;text-underline-offset:.12em}.cross-proposal-cell-citation-link:hover,.cross-proposal-cell-citation-link:focus-visible{background:#20433324;color:var(--cave-dark, var(--cave))}.cross-proposal-cell-excerpt{max-width:138px;color:var(--text-secondary);font-size:.68rem;line-height:1.35;text-align:center}.cross-proposal-cell-citation-more{color:var(--text-tertiary);font-size:.64rem;font-weight:700}.cross-proposal-output-actions{display:flex;flex-wrap:wrap;gap:.45rem}.cross-proposal-output-preview{margin:0;padding:.85rem .95rem;border-radius:.75rem;border:1px solid var(--border-light);background:var(--bg-surface-muted);color:var(--text-body);font-size:.8rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.cross-proposal-risk-stack{display:flex;flex-direction:column;gap:.9rem}.cross-proposal-risk-panel-compact{margin-bottom:.9rem}.cross-proposal-bidder-risk-grid,.cross-proposal-commercial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.cross-proposal-bidder-risk-card,.cross-proposal-commercial-card{display:flex;flex-direction:column;gap:.55rem;padding:.8rem .9rem;border-radius:.8rem;border:1px solid rgba(15,23,42,.08);background:#f8fafce6}.cross-proposal-bidder-risk-head,.cross-proposal-commercial-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.55rem}.cross-proposal-bidder-risk-head strong,.cross-proposal-commercial-head strong{color:var(--cave);font-size:.86rem}.cross-proposal-commercial-head span,.cross-proposal-bidder-risk-meta{display:flex;flex-wrap:wrap;gap:.4rem .55rem;color:var(--text-secondary);font-size:.73rem;font-weight:700}.cross-proposal-bidder-risk-issues{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.cross-proposal-bidder-risk-issues li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.45rem;align-items:start}.cross-proposal-bidder-risk-issues li strong{display:block;color:var(--text-heading);font-size:.78rem}.cross-proposal-bidder-risk-issues li span{color:var(--text-secondary);font-size:.74rem;line-height:1.45}.cross-proposal-risk-item-detail{grid-template-columns:auto auto minmax(0,1fr)}.cross-proposal-risk-copy{display:flex;flex-direction:column;gap:.32rem}.cross-proposal-risk-line{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.cross-proposal-risk-line span{color:var(--text-secondary);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.cross-proposal-risk-links,.cross-proposal-commercial-tags{display:flex;flex-wrap:wrap;gap:.4rem}.cross-proposal-commercial-tag{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.18rem .48rem;background:#20433314;color:var(--cave);font-size:.68rem;font-weight:700;letter-spacing:.02em}.cross-proposal-callout-critical{border-color:#b91c1c24;background:linear-gradient(180deg,#fef2f2f5,#fff7f7e6)}@media(max-width:900px){.scope-comp-intro{gap:.75rem}.scope-comp-th-company{min-width:150px}.cross-proposal-toolbar{align-items:stretch}.cross-proposal-search{flex:1 1 100%;min-width:0}.cross-proposal-match-item,.cross-proposal-risk-item{grid-template-columns:1fr}.cross-proposal-match-actions{justify-content:flex-start}.cross-proposal-bidder-risk-grid,.cross-proposal-commercial-grid{grid-template-columns:1fr}}.addenda-manager{margin-top:1.5rem;border-top:1px solid var(--border-light);padding-top:1rem}.addenda-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.addenda-title{font-size:.9375rem;font-weight:600;color:var(--text-body)}.addenda-manager .btn-sm{padding:.25rem .75rem;font-size:.75rem}.addenda-empty{color:var(--text-muted);font-size:.875rem;text-align:center;padding:1rem 0}.addenda-empty-sm{color:var(--text-muted);font-size:.8125rem;padding:.25rem 0}.addenda-table{width:100%;border-collapse:collapse;font-size:.8125rem}.addenda-th{text-align:left;padding:.375rem .5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);border-bottom:1px solid var(--border-light)}.addenda-row{cursor:pointer;transition:background .1s}.addenda-row:hover{background:var(--bg-inset)}.addenda-row-expanded{background:var(--table-row-selected)}.addenda-td{padding:.5rem;border-bottom:1px solid var(--border-row);vertical-align:middle}.addenda-td-num{font-weight:600;color:var(--moss);width:2.5rem}.addenda-td-title{color:var(--text-heading)}.addenda-desc-preview{display:block;font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.addenda-td-date{font-size:.75rem;color:var(--text-tertiary);width:6rem}.addenda-td-count{text-align:center;width:3.5rem;font-size:.8125rem}.addenda-ack-complete{color:var(--status-green-vivid);font-weight:600}.addenda-td-actions{width:4rem;text-align:right}.addenda-action{background:none;border:none;font-size:1rem;color:var(--text-muted);cursor:pointer;padding:.125rem .25rem;transition:color .1s}.addenda-action:hover{color:var(--text-body)}.addenda-action-del:hover{color:var(--danger)}.addenda-detail{background:var(--bg-surface-muted);border:1px solid var(--border-light);border-radius:.375rem;padding:1rem;margin-top:.5rem;margin-bottom:.75rem}.addenda-detail-section{margin-bottom:.75rem}.addenda-detail-section:last-child{margin-bottom:0}.addenda-detail-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.addenda-detail-text{font-size:.8125rem;color:var(--text-body);white-space:pre-wrap}.addenda-intel-summary{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.45rem}.addenda-intel-pill{border-radius:999px;border:1px solid var(--border-light);background:var(--bg-surface);padding:.24rem .55rem;font-size:.72rem;color:var(--text-body)}.addenda-intel-pill-alert{border-color:color-mix(in srgb,var(--danger) 22%,var(--border-light));background:color-mix(in srgb,var(--danger-bg) 78%,white 22%);color:var(--danger);font-weight:600}.addenda-intel-trades{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.55rem}.addenda-intel-trade-pill{border-radius:999px;padding:.22rem .52rem;font-size:.7rem;background:color-mix(in srgb,var(--status-blue-bg) 86%,white 14%);color:var(--status-blue-text);border:1px solid color-mix(in srgb,var(--status-blue-text) 18%,var(--border-light))}.addenda-intel-list{display:flex;flex-direction:column;gap:.55rem}.addenda-intel-item{padding:.7rem .75rem;border-radius:.55rem;border:1px solid var(--border-light);background:var(--bg-surface)}.addenda-intel-item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.addenda-intel-kind{border-radius:999px;padding:.16rem .45rem;font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:color-mix(in srgb,var(--moss) 14%,white 86%);color:var(--moss)}.addenda-intel-kind-alert{background:color-mix(in srgb,var(--danger-bg) 78%,white 22%);color:var(--danger)}.addenda-intel-item-trades{font-size:.72rem;color:var(--text-tertiary);text-align:right}.addenda-intel-item-title{font-size:.82rem;font-weight:600;color:var(--text-body)}.addenda-intel-item-detail{margin-top:.2rem;font-size:.76rem;color:var(--text-muted);white-space:pre-wrap}.addenda-intel-item-sources{margin-top:.5rem;display:flex;flex-direction:column;gap:.3rem}.addenda-intel-source-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.addenda-intel-source-text{font-size:.72rem;color:var(--text-tertiary);min-width:0}.addenda-source-link{padding:0;border:none;background:none;color:var(--moss);cursor:pointer;font-size:.72rem;font-weight:600}.risk-summary-card{background:var(--bg-card, #fff);border:1px solid var(--border-subtle, #e0e0e0);border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.risk-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.risk-summary-title{font-size:.85rem;font-weight:700;color:var(--text-body)}.risk-summary-count{font-size:.68rem;color:var(--text-muted, #888)}.risk-summary-grid{display:flex;flex-wrap:wrap;gap:.35rem}.risk-summary-item{display:flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:6px;background:var(--bg-muted, #f5f5f5);border:1px solid var(--border-subtle, #e8e8e8);font-size:.72rem}.risk-summary-item-label{color:var(--text-secondary, #666);font-weight:500}.risk-summary-item-value{color:var(--text-body);font-weight:700}.deadline-timeline{background:var(--bg-card, #fff);border:1px solid var(--border-subtle, #e0e0e0);border-radius:10px;padding:.75rem 1rem;margin-bottom:1rem}.deadline-timeline-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.6rem}.deadline-timeline-title{display:block;font-size:.85rem;font-weight:700;color:var(--text-body)}.deadline-timeline-count{display:block;font-size:.68rem;color:var(--text-muted, #888);margin-top:.14rem}.deadline-timeline-controls{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.deadline-timeline-toggle{border:1px solid rgba(216,203,181,.85);border-radius:999px;background:#ffffffeb;color:var(--text-body);font-size:.68rem;font-weight:700;padding:.28rem .62rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.deadline-timeline-toggle:hover{border-color:#2d5a433d;background:#edf5f0f0;color:var(--moss-dark)}.deadline-timeline-list{display:flex;flex-direction:column;gap:.1rem;position:relative;padding-left:14px}.deadline-timeline-list:before{content:"";position:absolute;left:4px;top:6px;bottom:6px;width:2px;background:var(--border-subtle, #ddd);border-radius:1px}.deadline-timeline-item{display:flex;align-items:flex-start;gap:.5rem;padding:.3rem 0;position:relative}.deadline-timeline-item-past{opacity:.4}.deadline-timeline-item-bid{opacity:1}.deadline-timeline-dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:var(--moss, #2d5a43);margin-top:4px;position:relative;z-index:1}.deadline-timeline-item-past .deadline-timeline-dot{background:var(--text-muted, #aaa)}.deadline-timeline-item-bid .deadline-timeline-dot{background:var(--status-risk, #e67e22);box-shadow:0 0 0 3px #e67e2226}.deadline-timeline-content{flex:1;min-width:0}.deadline-timeline-item-header{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.deadline-timeline-item-label{font-size:.78rem;font-weight:500;color:var(--text-body)}.deadline-timeline-required{font-size:.6rem;font-weight:700;color:#c0720b;background:#e67e2214;padding:.08rem .3rem;border-radius:3px}.deadline-timeline-bid-badge{font-size:.6rem;font-weight:700;color:var(--status-risk, #e67e22);background:#e67e2214;padding:.08rem .3rem;border-radius:3px}.deadline-timeline-item-meta{display:flex;align-items:center;gap:.4rem;margin-top:.1rem}.deadline-timeline-date,.deadline-timeline-time{font-size:.7rem;color:var(--text-muted, #888)}.deadline-timeline-days{font-size:.65rem;font-weight:600;color:var(--moss, #2d5a43);background:#2d5a430f;padding:.06rem .3rem;border-radius:3px}.deadline-timeline-days-urgent{color:#c0392b;background:#dc35350f}.deadline-timeline-empty{color:var(--text-muted, #888);font-size:.74rem;line-height:1.5;padding:.2rem 0 .1rem}.addenda-qa-list{display:flex;flex-direction:column;gap:.5rem}.addenda-qa-item{padding:.6rem .75rem;border-radius:6px;background:var(--bg-card, #fafafa);border:1px solid var(--border-subtle, #e8e8e8)}.addenda-qa-item-scope-change{border-left:3px solid var(--status-risk, #e67e22)}.addenda-qa-item-reviewed{opacity:.7}.addenda-qa-item-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.addenda-qa-number{font-size:.7rem;font-weight:700;color:var(--moss, #2d5a43);background:#2d5a4314;padding:.1rem .4rem;border-radius:4px}.addenda-qa-review-btn{margin-left:auto;padding:.15rem .5rem;border:1px solid var(--border-subtle, #e0e0e0);background:var(--bg-card, #fff);border-radius:4px;font-size:.65rem;font-weight:600;cursor:pointer;color:var(--text-muted, #888)}.addenda-qa-review-btn-active{background:#2d5a4314;color:var(--moss, #2d5a43);border-color:#2d5a4333}.addenda-qa-question{font-size:.8rem;font-weight:500;color:var(--text-body);line-height:1.4}.addenda-qa-answer{font-size:.78rem;color:var(--text-secondary, #555);margin-top:.3rem;line-height:1.4;padding-left:.5rem;border-left:2px solid var(--border-subtle, #ddd)}.addenda-qa-source{font-size:.68rem;color:var(--text-tertiary, #999);margin-top:.3rem}.addenda-file-list{display:flex;flex-direction:column;gap:.25rem}.addenda-file-row{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;border-radius:.25rem;background:var(--bg-surface);border:1px solid var(--border-light);font-size:.8125rem}.addenda-file-name{color:var(--text-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.addenda-file-unlink{background:none;border:none;font-size:1.125rem;color:var(--border-mid);cursor:pointer;line-height:1;padding:0 .25rem}.addenda-file-unlink:hover{color:var(--danger)}.addenda-link-btn{font-size:.6875rem;padding:.125rem .5rem;background:var(--moss);color:#fff;border:none;border-radius:.25rem;cursor:pointer}.addenda-link-btn:hover{opacity:.9}.addenda-link-existing{margin-top:.375rem}.addenda-link-select{font-size:.8125rem;padding:.25rem .375rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);color:var(--text-body);width:100%}.addenda-ack-list{display:flex;flex-direction:column;gap:.25rem}.addenda-ack-row{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.addenda-ack-check{width:1.25rem;height:1.25rem;border:2px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:transparent;transition:all .15s;flex-shrink:0}.addenda-ack-check:hover{border-color:var(--moss)}.addenda-ack-checked{background:var(--moss);border-color:var(--moss);color:#fff}.addenda-ack-company{font-size:.8125rem;color:var(--text-body);flex:1}.addenda-ack-date{font-size:.75rem;color:var(--text-muted)}.rfi-manager{margin-top:1.5rem;border-top:1px solid var(--border-light);padding-top:1rem}.rfi-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.rfi-header-copy{display:flex;flex-direction:column;gap:.22rem}.rfi-subtitle{margin:0;font-size:.82rem;color:var(--text-muted);max-width:42rem}.rfi-header-actions{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.rfi-title{font-size:.9375rem;font-weight:600;color:var(--text-body)}.rfi-secondary-btn{border:1px solid var(--border-default);border-radius:.45rem;background:var(--bg-surface);color:var(--text-body);font-size:.76rem;font-weight:600;padding:.38rem .7rem;cursor:pointer}.rfi-secondary-btn:hover:not(:disabled){background:var(--bg-surface-muted)}.rfi-secondary-btn:disabled{opacity:.55;cursor:not-allowed}.rfi-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-bottom:.9rem}.rfi-summary-card{border:1px solid var(--border-light);border-radius:.55rem;background:var(--bg-surface-alt);padding:.7rem .8rem}.rfi-summary-card-alert{border-color:#b8322c47;background:#b8322c0f}.rfi-summary-label{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.18rem}.rfi-summary-value{display:block;font-size:1.15rem;font-weight:700;color:var(--text-heading)}.rfi-manager .btn-sm{padding:.25rem .75rem;font-size:.75rem}.rfi-empty{text-align:center;padding:1.35rem 1rem;border:1px dashed var(--border-default);border-radius:.75rem;background:linear-gradient(180deg,#faf7edb3,#fffffff0)}.rfi-empty-sm{color:var(--text-muted);font-size:.8125rem;padding:.25rem 0}.rfi-empty-title{margin:0 0 .3rem;font-size:1rem;font-weight:700;color:var(--text-heading)}.rfi-empty-copy{margin:0 auto .85rem;max-width:36rem;font-size:.86rem;color:var(--text-muted);line-height:1.55}.rfi-table{width:100%;border-collapse:collapse;font-size:.8125rem}.rfi-th{text-align:left;padding:.375rem .5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);border-bottom:1px solid var(--border-light)}.rfi-row{cursor:pointer;transition:background .1s}.rfi-row:hover{background:var(--bg-inset)}.rfi-row-expanded{background:var(--table-row-selected)}.rfi-td{padding:.5rem;border-bottom:1px solid var(--border-row);vertical-align:middle}.rfi-td-num{font-weight:600;color:var(--moss);width:2.5rem}.rfi-td-subject{color:var(--text-heading)}.rfi-td-ref{display:block;font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}.rfi-td-date{font-size:.75rem;color:var(--text-tertiary);width:6rem}.rfi-td-count{text-align:center;width:3.5rem;font-size:.8125rem}.rfi-td-actions{width:4rem;text-align:right}.rfi-action{background:none;border:none;font-size:1rem;color:var(--text-muted);cursor:pointer;padding:.125rem .25rem;transition:color .1s}.rfi-action:hover{color:var(--text-body)}.rfi-action-del:hover{color:var(--danger)}.rfi-status{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.rfi-priority{display:inline-flex;align-items:center;border-radius:999px;padding:.15rem .5rem;font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rfi-overdue{color:var(--danger);font-weight:600}.rfi-detail{background:var(--bg-surface-muted);border:1px solid var(--border-light);border-radius:.375rem;padding:1rem;margin-top:.5rem;margin-bottom:.75rem}.rfi-detail-section{margin-bottom:.75rem}.rfi-detail-section:last-child{margin-bottom:0}.rfi-detail-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.rfi-detail-text{font-size:.8125rem;color:var(--text-body);white-space:pre-wrap}.rfi-detail-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.5rem;margin-bottom:.75rem}.rfi-detail-meta-item{font-size:.8125rem}.rfi-detail-meta-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.rfi-detail-meta-value{color:var(--text-body)}.rfi-response-block{background:var(--bg-surface);border:1px solid var(--moss-faint);border-radius:.375rem;padding:.75rem}.rfi-response-block .rfi-detail-text{color:var(--status-green-text)}.rfi-file-list{display:flex;flex-direction:column;gap:.25rem}.rfi-file-row{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;border-radius:.25rem;background:var(--bg-surface);border:1px solid var(--border-light);font-size:.8125rem}.rfi-file-name{color:var(--text-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rfi-file-unlink{background:none;border:none;font-size:1.125rem;color:var(--border-mid);cursor:pointer;line-height:1;padding:0 .25rem}.rfi-file-unlink:hover{color:var(--danger)}.rfi-link-btn{font-size:.6875rem;padding:.125rem .5rem;background:var(--moss);color:#fff;border:none;border-radius:.25rem;cursor:pointer}.rfi-link-btn:hover{opacity:.9}.rfi-link-existing{margin-top:.375rem}.rfi-link-select{font-size:.8125rem;padding:.25rem .375rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);color:var(--text-body);width:100%}.rfi-modal-link-help{margin:-.1rem 0 .45rem;font-size:.76rem;color:var(--text-muted)}.rfi-modal-file-picker{display:flex;flex-direction:column;gap:.4rem;max-height:12rem;overflow:auto;border:1px solid var(--border-light);border-radius:.45rem;padding:.55rem;background:var(--bg-surface-alt)}.rfi-modal-file-option{display:flex;align-items:flex-start;gap:.55rem;padding:.35rem .4rem;border-radius:.4rem;background:var(--bg-surface);border:1px solid var(--border-light);cursor:pointer}.rfi-modal-file-option-body{display:flex;flex-direction:column;gap:.08rem;min-width:0}.rfi-modal-file-option-name{font-size:.8rem;color:var(--text-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rfi-modal-file-option-meta{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.rfp-review{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;border-top:1px solid var(--border-light);padding-top:1rem}.rfp-review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.rfp-review-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.rfp-review-subtitle{font-size:.8125rem;color:var(--text-tertiary);margin:.25rem 0 0;line-height:1.4}.rfp-review-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;padding:.4rem .5rem;background:var(--bg-surface);border:1px solid var(--border-light);border-bottom:none;border-radius:.375rem .375rem 0 0}.rfp-toolbar-btn{font-size:.75rem;border:1px solid var(--border-mid);background:var(--bg-primary);color:var(--text-body);border-radius:.25rem;padding:.2rem .5rem;cursor:pointer;line-height:1.4}.rfp-toolbar-btn:hover{border-color:var(--moss);color:var(--moss-dark)}.rfp-toolbar-sep{width:1px;height:1.25rem;background:var(--border-light);margin:0 .25rem}.rfp-review-editor{font-family:Inter,system-ui,sans-serif;font-size:.9375rem;line-height:1.7;min-height:28rem;max-height:60rem;overflow-y:auto;padding:1.25rem;border:1px solid var(--border-mid);border-radius:0 0 .375rem .375rem;background:var(--bg-primary);color:var(--text-body);white-space:normal}.rfp-review-editor:focus{outline:2px solid var(--moss);outline-offset:-1px}.rfp-review-editor h3{font-size:1.0625rem;font-weight:600;margin:1.25rem 0 .5rem;color:var(--text-primary)}.rfp-review-editor h3:first-child{margin-top:0}.rfp-review-editor ul,.rfp-review-editor ol{margin:.5rem 0;padding-left:1.5rem}.rfp-review-editor li{margin:.25rem 0}.rfp-review-editor p{margin:.5rem 0}.rfp-review-unsaved{font-size:.75rem;color:var(--moss-dark);margin:0;padding:.375rem .75rem;background:var(--moss-light);border-radius:.25rem;text-align:center}.owner-breakdown{display:flex;flex-direction:column;gap:.75rem}.owner-breakdown-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.owner-breakdown-setup-line{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.owner-breakdown-setup-title{font-size:.95rem;font-weight:700;color:var(--text-primary)}.owner-breakdown-setup-copy{font-size:.8rem;color:var(--text-tertiary)}.owner-breakdown-header-side{display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.owner-breakdown-title{margin:0;font-size:1.05rem;color:var(--text-primary)}.owner-breakdown-subtitle{margin:.25rem 0 0;color:var(--text-tertiary);font-size:.8rem}.owner-breakdown-grand-total{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;padding:.45rem .65rem;border:1px solid var(--border-mid);border-radius:.375rem;background:var(--bg-surface-alt);min-width:8rem}.owner-breakdown-bulk-actions{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.owner-breakdown-total-label{font-size:.72rem;color:var(--text-tertiary)}.owner-breakdown-total-value{font-size:.95rem;color:var(--text-primary);font-weight:700}.owner-breakdown-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.owner-breakdown-insight{display:flex;flex-direction:column;gap:.18rem;border:1px solid var(--border-light);border-radius:.5rem;background:var(--bg-surface-alt);padding:.65rem .75rem}.owner-breakdown-insight-alert{border-color:#e7a34085;background:#fff7e6f2}.owner-breakdown-insight-label{font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.owner-breakdown-insight-value{font-size:1rem;color:var(--text-primary);font-variant-numeric:tabular-nums}.owner-breakdown-insight-sub{font-size:.76rem;color:var(--text-tertiary);line-height:1.35}.owner-breakdown-insight-sub-hot{color:#8b5607}.owner-breakdown-insight-sub-good{color:#246547}.owner-breakdown-review-queue{display:flex;flex-direction:column;gap:.65rem;border:1px solid rgba(91,138,112,.22);border-radius:.65rem;background:linear-gradient(180deg,#f5faf7fa,#eff6f2f5);padding:.8rem}.owner-breakdown-review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.owner-breakdown-review-header-tools{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem}.owner-breakdown-review-title{margin:0;font-size:.95rem;color:var(--text-primary)}.owner-breakdown-review-subtitle{margin:.2rem 0 0;max-width:42rem;color:var(--text-tertiary);font-size:.76rem;line-height:1.45}.owner-breakdown-view-toggles{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:flex-end}.owner-breakdown-search{min-width:14rem;border:1px solid rgba(174,187,179,.82);border-radius:999px;padding:.42rem .78rem;background:#ffffffe6;color:var(--text-primary);font-size:.76rem}.owner-breakdown-search:focus{outline:none;border-color:#43695294;box-shadow:0 0 0 3px #598b6e24}.owner-breakdown-glance-row{display:flex;flex-wrap:wrap;gap:.35rem}.owner-breakdown-review-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.55rem}.owner-breakdown-review-card{display:flex;flex-direction:column;gap:.45rem;border:1px solid rgba(182,194,186,.8);border-radius:.55rem;background:#ffffffdb;padding:.7rem .75rem}.owner-breakdown-review-card-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.owner-breakdown-review-card-title{font-size:.82rem;font-weight:700;color:var(--text-primary)}.owner-breakdown-review-card-text{font-size:.75rem;line-height:1.45;color:var(--text-tertiary)}.owner-breakdown-review-card-actions{display:flex;flex-wrap:wrap;gap:.35rem}.owner-breakdown-review-empty{border:1px dashed rgba(126,145,134,.55);border-radius:.55rem;background:#ffffffb8;padding:.8rem;font-size:.78rem;color:var(--text-tertiary)}.owner-breakdown-alert-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.5rem}.owner-breakdown-alert-item{border:1px solid var(--border-light);border-radius:.5rem;background:var(--bg-surface-alt);padding:.65rem .75rem}.owner-breakdown-alert-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.18rem}.owner-breakdown-alert-title{font-size:.84rem;font-weight:700;color:var(--text-primary)}.owner-breakdown-alert-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-tertiary);font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .46rem}.owner-breakdown-alert-text{font-size:.76rem;line-height:1.4;color:var(--text-tertiary)}.owner-breakdown-add{display:grid;grid-template-columns:1.15fr 2fr 1fr 1.7fr auto;gap:.5rem;padding:.75rem;border:1px solid var(--border-light);border-radius:.5rem;background:var(--bg-surface-alt)}.owner-breakdown-input{width:100%;min-width:0;border:1px solid var(--border-default);border-radius:.35rem;background:var(--bg-surface);color:var(--text-body);font-size:.8rem;padding:.4rem .5rem}.owner-breakdown-table-wrap{overflow:auto;border:1px solid var(--border-light);border-radius:.5rem}.owner-breakdown-table{width:100%;min-width:74rem;border-collapse:collapse;background:var(--bg-surface)}.owner-breakdown-table th{text-align:left;padding:.55rem .65rem;background:var(--bg-inset);color:var(--text-primary);font-weight:600;font-size:.8rem;border-bottom:1px solid var(--border-mid)}.owner-breakdown-table td{padding:.45rem .65rem;border-bottom:1px solid var(--border-row);vertical-align:middle}.owner-breakdown-row-missing{background:#fff7e66b}.owner-breakdown-inline-muted{font-size:.76rem;color:var(--text-tertiary)}.owner-breakdown-match-list{display:flex;flex-wrap:wrap;gap:.3rem}.owner-breakdown-match-actions{margin-top:.34rem}.owner-breakdown-match-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(179,192,186,.9);background:#f1f8f5f2;color:var(--moss-dark);font-size:.68rem;font-weight:700;padding:.12rem .45rem}.owner-breakdown-match-pill-button{cursor:pointer}.owner-breakdown-match-pill-button:hover{border-color:#496856d9;background:#e0efe7fa}.owner-breakdown-match-more{font-size:.7rem;color:var(--text-tertiary);font-weight:700}.owner-breakdown-rollup{display:flex;flex-direction:column;gap:.24rem}.owner-breakdown-rollup-pill{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;border-radius:999px;border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-tertiary);font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .46rem}.owner-breakdown-rollup-detail{display:flex;flex-direction:column;gap:.14rem}.owner-breakdown-rollup-actions{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.18rem}.owner-breakdown-rollup-state{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;color:var(--text-tertiary)}.owner-breakdown-rollup-amount{font-size:.78rem;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.owner-breakdown-rollup-delta{font-size:.72rem;color:var(--text-tertiary);font-variant-numeric:tabular-nums}.owner-breakdown-rollup-delta-hot{color:#8b5607}.owner-breakdown-rollup-text{font-size:.72rem;line-height:1.35;color:var(--text-tertiary)}.owner-breakdown-rollup-text-secondary{color:var(--text-muted)}.owner-breakdown-mapping-editor{margin-top:.45rem;border:1px solid var(--border-light);border-radius:.45rem;background:var(--bg-surface-alt);padding:.55rem}.owner-breakdown-mapping-editor-title{font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.42rem}.owner-breakdown-mapping-editor-list{display:flex;flex-direction:column;gap:.35rem}.owner-breakdown-mapping-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.45rem;padding:.28rem 0}.owner-breakdown-mapping-option-main{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0}.owner-breakdown-mapping-option-name{font-size:.78rem;font-weight:700;color:var(--text-primary)}.owner-breakdown-mapping-option-amount{font-size:.74rem;color:var(--text-tertiary);font-variant-numeric:tabular-nums}.owner-breakdown-mapping-option-hint{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(187,150,56,.52);background:#fff5daf2;color:#7a550d;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.12rem .42rem}.owner-breakdown-mapping-editor-actions{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.owner-breakdown-cell-input{width:100%;min-width:0;border:1px solid var(--border-default);border-radius:.3rem;background:var(--bg-surface-alt);color:var(--text-body);font-size:.78rem;padding:.3rem .4rem}.owner-breakdown-cell-input-number{font-variant-numeric:tabular-nums}.owner-breakdown-cell-warning{margin-top:.24rem;font-size:.68rem;font-weight:700;color:#8b5607}.owner-breakdown-actions{white-space:nowrap}.owner-breakdown-btn{border:1px solid var(--border-default);border-radius:.3rem;background:var(--bg-surface);color:var(--text-body);font-size:.72rem;padding:.24rem .45rem;cursor:pointer;margin-right:.25rem}.owner-breakdown-btn:hover:not(:disabled){background:var(--bg-surface-muted)}.owner-breakdown-btn-inline{margin-right:0;padding:.18rem .42rem}.owner-breakdown-btn-selected,.owner-breakdown-btn-affirm{border-color:#4284626b;background:#e1f4eaf5;color:#1f5a3e}.owner-breakdown-btn:disabled{opacity:.55;cursor:not-allowed}.owner-breakdown-btn-danger{border-color:var(--danger);color:var(--danger)}.owner-breakdown-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.owner-breakdown-summary-helper{font-size:.78rem;color:var(--text-tertiary);line-height:1.45;border:1px dashed rgba(172,181,174,.82);border-radius:.45rem;background:#f6f8f5eb;padding:.7rem .8rem}.owner-breakdown-summary-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;border:1px solid var(--border-light);border-radius:.35rem;background:var(--bg-surface-alt);padding:.45rem .55rem;font-size:.78rem}.owner-breakdown-summary-item strong{font-variant-numeric:tabular-nums;color:var(--text-primary)}.owner-breakdown-row-highlight{animation:owner-breakdown-row-glow 1.8s ease}.owner-breakdown-table-empty{padding:1rem .65rem;color:var(--text-tertiary);font-size:.8rem;text-align:center}@keyframes owner-breakdown-row-glow{0%{background:#e1f4eaeb}to{background:transparent}}@media(max-width:1100px){.owner-breakdown-add,.owner-breakdown-insights,.owner-breakdown-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.owner-breakdown-review-header{flex-direction:column}.owner-breakdown-review-header-tools{align-items:stretch;width:100%}.owner-breakdown-view-toggles{justify-content:flex-start}}@media(max-width:700px){.owner-breakdown-header{flex-direction:column;align-items:stretch}.owner-breakdown-header-side{align-items:stretch}.owner-breakdown-bulk-actions{justify-content:flex-start}.owner-breakdown-grand-total{align-items:flex-start}.owner-breakdown-insights,.owner-breakdown-summary,.owner-breakdown-review-list{grid-template-columns:1fr}}.ve-manager{margin-top:1.5rem;border-top:1px solid var(--border-light);padding-top:1rem}.ve-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.ve-title{font-size:.9375rem;font-weight:600;color:var(--text-body)}.ve-manager .btn-sm{padding:.25rem .75rem;font-size:.75rem}.ve-summary-bar{display:flex;align-items:center;gap:1.5rem;padding:.5rem .75rem;background:var(--bg-surface-alt);border:1px solid var(--border-light);border-radius:.375rem;margin-bottom:.75rem;font-size:.8125rem;color:var(--status-gray-text)}.ve-summary-stat strong{font-weight:600;color:var(--text-heading)}.ve-summary-accepted strong{color:var(--status-green-vivid)}.ve-empty{color:var(--text-muted);font-size:.875rem;text-align:center;padding:1rem 0}.ve-empty-sm{color:var(--text-muted);font-size:.8125rem;padding:.25rem 0}.ve-table{width:100%;border-collapse:collapse;font-size:.8125rem}.ve-th{text-align:left;padding:.375rem .5rem;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);border-bottom:1px solid var(--border-light)}.ve-th-savings{text-align:right}.ve-row{cursor:pointer;transition:background .1s}.ve-row:hover{background:var(--bg-inset)}.ve-row-expanded{background:var(--table-row-selected)}.ve-td{padding:.5rem;border-bottom:1px solid var(--border-row);vertical-align:middle}.ve-td-num{font-weight:600;color:var(--moss);width:2.5rem}.ve-td-clickable{cursor:pointer}.ve-expand-icon{font-size:.55rem;color:var(--text-muted);margin-right:.25rem;opacity:.5}.ve-row:hover .ve-expand-icon{opacity:1}.ve-td-title{color:var(--text-heading)}.ve-td-proposed-by{display:block;font-size:.75rem;color:var(--text-muted)}.ve-td-trade{font-size:.8125rem;color:var(--text-tertiary);max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ve-td-savings{text-align:right;font-weight:500;font-variant-numeric:tabular-nums}.ve-td-count{text-align:center;width:3.5rem;font-size:.8125rem}.ve-td-actions{width:4rem;text-align:right}.ve-action{background:none;border:none;font-size:1rem;color:var(--text-muted);cursor:pointer;padding:.125rem .25rem;transition:color .1s}.ve-action:hover{color:var(--text-body)}.ve-action-del:hover{color:var(--danger)}.ve-status{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.ve-detail{background:var(--bg-surface-muted);border:1px solid var(--border-light);border-radius:.375rem;padding:1rem;margin-top:.5rem;margin-bottom:.75rem}.ve-detail-section{margin-bottom:.75rem}.ve-detail-section:last-child{margin-bottom:0}.ve-detail-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.ve-detail-text{font-size:.8125rem;color:var(--text-body);white-space:pre-wrap}.ve-detail-meta{display:grid;grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.5rem;margin-bottom:.75rem}.ve-detail-meta-item{font-size:.8125rem}.ve-detail-meta-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.ve-detail-meta-value{color:var(--text-body)}.ve-decision-block{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:.375rem;padding:.75rem}.ve-file-list{display:flex;flex-direction:column;gap:.25rem}.ve-file-row{display:flex;align-items:center;justify-content:space-between;padding:.25rem .5rem;border-radius:.25rem;background:var(--bg-surface);border:1px solid var(--border-light);font-size:.8125rem}.ve-file-name{color:var(--text-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ve-file-unlink{background:none;border:none;font-size:1.125rem;color:var(--border-mid);cursor:pointer;line-height:1;padding:0 .25rem}.ve-file-unlink:hover{color:var(--danger)}.ve-link-btn{font-size:.6875rem;padding:.125rem .5rem;background:var(--moss);color:#fff;border:none;border-radius:.25rem;cursor:pointer}.ve-link-btn:hover{opacity:.9}.ve-link-existing{margin-top:.375rem}.ve-link-select{font-size:.8125rem;padding:.25rem .375rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);color:var(--text-body);width:100%}.analytics-page{--analytics-surface: linear-gradient( 180deg, rgba(255, 255, 255, .97) 0%, rgba(249, 244, 236, .94) 100% );--analytics-surface-soft: rgba(248, 242, 233, .9);--analytics-surface-strong: rgba(255, 250, 244, .98);--analytics-border: rgba(120, 94, 61, .14);--analytics-border-strong: rgba(120, 94, 61, .24);--analytics-shadow: 0 16px 28px rgba(71, 50, 23, .08);--analytics-text: #31261a;--analytics-text-soft: #675641;--analytics-text-muted: #8c785f;--analytics-accent: #8c6a44;--analytics-accent-strong: #6f5232;--analytics-accent-soft: rgba(140, 106, 68, .11);max-width:1200px;margin:0 auto}.analytics-lead{display:block;margin-bottom:1.25rem;padding:1.5rem;border-radius:28px;border:1px solid var(--analytics-border);background:radial-gradient(circle at top left,rgba(140,106,68,.12),transparent 42%),linear-gradient(180deg,#fffcf7fa,#f8f2e9f0);box-shadow:var(--analytics-shadow);overflow:hidden}.analytics-lead-copy{display:grid;gap:1rem}.analytics-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.analytics-kicker{display:inline-block;margin-bottom:.35rem;font-size:.73rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--analytics-accent)}.analytics-page-title{color:var(--analytics-text);margin-bottom:.4rem}.analytics-lead-text{max-width:58ch;margin:0;color:var(--analytics-text-soft);line-height:1.65}.analytics-lead-notes{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.analytics-lead-pill{display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:999px;border:1px solid var(--analytics-border);background:#fff6;color:var(--analytics-accent-strong);font-size:.8rem;font-weight:600}.analytics-export-actions{display:inline-flex;gap:.4rem;flex-wrap:wrap}.analytics-export-btn{border:1px solid var(--analytics-border-strong);background:#ffffff70;color:var(--analytics-text-soft);font-size:.78rem;font-weight:700;border-radius:999px;padding:.62rem .95rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.analytics-export-btn:hover{border-color:#785e3d47;background:var(--analytics-accent-soft);color:var(--analytics-accent-strong);transform:translateY(-1px)}.analytics-export-btn:disabled{opacity:.58;cursor:not-allowed;transform:none}.analytics-date-filter{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding:1rem 1.1rem;border-radius:20px;border:1px solid var(--analytics-border);background:var(--analytics-surface);box-shadow:var(--analytics-shadow)}.analytics-quick-filters{display:flex;gap:.25rem;flex-wrap:wrap}.analytics-quick-btn{border:1px solid var(--analytics-border);border-radius:999px;background:#ffffff80;color:var(--analytics-text-soft);font-size:.78rem;font-weight:600;padding:.45rem .82rem;cursor:pointer;transition:all .15s}.analytics-quick-btn:hover{border-color:#785e3d47;color:var(--analytics-accent-strong);background:var(--analytics-accent-soft)}.analytics-quick-btn-active{background:linear-gradient(180deg,#8c6a442e,#8c6a441a);color:var(--analytics-accent-strong);border-color:#785e3d3d}.analytics-quick-btn-active:hover{color:var(--analytics-accent-strong)}.analytics-date-fields{display:flex;align-items:flex-end;gap:.5rem}.analytics-date-field{display:flex;flex-direction:column;gap:.2rem}.analytics-date-field label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--analytics-text-muted)}.analytics-date-field input{border:1px solid var(--analytics-border);border-radius:12px;background:#ffffff85;color:var(--analytics-text);font-size:.8rem;padding:.5rem .65rem}.analytics-date-field input:focus{outline:none;box-shadow:0 0 0 2px var(--analytics-accent-soft);border-color:#785e3d52}.analytics-date-error{margin:-.25rem 0 .75rem;font-size:.8rem;color:var(--danger)}.analytics-hero{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.analytics-hero-card{background:var(--analytics-surface);border-radius:22px;padding:1.25rem 1.5rem;border:1px solid var(--analytics-border);border-left:4px solid var(--analytics-border-strong);box-shadow:var(--analytics-shadow)}.analytics-hero-winrate{border-left-color:var(--moss)}.analytics-hero-volume{border-left-color:var(--cave)}.analytics-hero-costsf{border-left-color:var(--bark)}.analytics-hero-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--analytics-text-muted);margin-bottom:.25rem}.analytics-hero-value{display:block;font-size:2rem;font-weight:700;color:var(--analytics-text);line-height:1.15;font-variant-numeric:tabular-nums}.analytics-hero-sub{display:block;font-size:.85rem;color:var(--analytics-text-soft);margin-top:.25rem}@media(max-width:640px){.analytics-hero{grid-template-columns:1fr}}.analytics-insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:900px){.analytics-insights-grid{grid-template-columns:1fr}}.analytics-funnel-stages{display:flex;align-items:stretch;gap:.65rem;overflow-x:auto;padding-bottom:.2rem}@media(max-width:720px){.analytics-funnel-stages{flex-direction:column;overflow:visible}}.analytics-funnel-stage-wrap{display:flex;align-items:center;gap:.65rem;min-width:188px}@media(max-width:720px){.analytics-funnel-stage-wrap{min-width:0}}.analytics-funnel-stage{border:1px solid var(--border-light);border-radius:.5rem;padding:.65rem .75rem;background:var(--bg-inset);flex:1 1 auto;min-width:0}.analytics-funnel-stage-btn{text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.analytics-funnel-stage-btn:hover{border-color:var(--moss);background:color-mix(in srgb,var(--moss-faint) 36%,var(--bg-inset))}.analytics-funnel-stage-active{border-color:var(--moss);box-shadow:0 0 0 2px color-mix(in srgb,var(--moss) 18%,transparent)}.analytics-funnel-label{display:block;font-size:.68rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em}.analytics-funnel-value{display:block;font-size:1.2rem;font-weight:700;color:var(--text-strong)}.analytics-funnel-bar-track{margin-top:.45rem;height:.35rem;border-radius:999px;background:var(--bg-surface-muted);overflow:hidden}.analytics-funnel-bar-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--moss),var(--cave))}.analytics-funnel-hint{margin-top:.45rem;display:block;font-size:.68rem;color:var(--text-muted)}.analytics-funnel-connector{color:var(--text-muted);font-size:.68rem;line-height:1.2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:72px;text-align:center}.analytics-funnel-arrow{color:var(--accent);font-size:1rem;font-weight:700}.analytics-funnel-summary{margin-top:.6rem;border-top:1px solid var(--border-light);padding-top:.6rem}.analytics-funnel-note{margin-bottom:.35rem}.analytics-funnel-summary-line{margin:0;font-size:.8rem;color:var(--text-body)}.analytics-funnel-summary-sub{margin:.2rem 0 0;font-size:.75rem;color:var(--text-muted)}@media(max-width:720px){.analytics-funnel-connector{width:100%;flex-direction:row;gap:.3rem;justify-content:flex-start;min-width:0;padding-left:.2rem}.analytics-funnel-arrow{transform:rotate(90deg);transform-origin:center}}.analytics-risk-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}@media(max-width:900px){.analytics-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.analytics-risk-grid{grid-template-columns:1fr}}.analytics-risk-item{border:1px solid var(--border-light);border-radius:.5rem;padding:.7rem .85rem;background:var(--bg-inset);min-height:118px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.analytics-risk-label{display:block;font-size:.78rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.02em;line-height:1.25;overflow-wrap:anywhere}.analytics-risk-value{display:block;margin-top:.6rem;font-size:1.7rem;line-height:1;font-weight:800;color:var(--text-strong);font-variant-numeric:tabular-nums}.analytics-risk-score-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.analytics-risk-score-label{flex:1 1 260px;min-width:0;font-size:.86rem;line-height:1.35;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary)}.analytics-risk-scale{text-transform:none;font-weight:400;letter-spacing:0;font-size:1em;opacity:.8}.analytics-risk-score-value{flex:0 0 auto;min-width:3ch;text-align:right;font-size:clamp(2.5rem,4vw,3.35rem);line-height:1;font-weight:800}.analytics-risk-score-low{color:var(--moss)}.analytics-risk-score-mid{color:var(--accent)}.analytics-risk-score-high{color:var(--danger)}.analytics-risk-score{margin:1rem 0 0;max-width:34rem;font-size:.84rem;line-height:1.45;color:var(--text-muted)}.analytics-inline-note{margin:0 0 .5rem;font-size:.78rem;color:var(--text-muted)}.analytics-inline-link{border:0;background:none;padding:0;color:var(--moss);font-size:inherit;cursor:pointer;text-decoration:underline}.analytics-trends-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media(max-width:800px){.analytics-trends-grid{grid-template-columns:1fr}}.analytics-chart-container{width:100%;margin:.5rem 0}.analytics-table-wrap{overflow-x:auto}.analytics-table{width:100%;font-size:.8rem;border-collapse:collapse}.analytics-table th{text-align:left;padding:.5rem;font-weight:600;color:var(--text-body);border-bottom:2px solid var(--border-light);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.analytics-table th:hover{color:var(--moss)}.analytics-table td{padding:.5rem;border-bottom:1px solid var(--border-row)}.analytics-table tr:hover{background:var(--bg-inset)}.analytics-row-clickable{cursor:pointer}.analytics-table a{color:var(--moss);font-weight:500}.analytics-table a:hover{text-decoration:underline}.analytics-table .amount-col{text-align:right;font-variant-numeric:tabular-nums}.analytics-table th.amount-col{text-align:right}.analytics-search{border:1px solid var(--border-mid);border-radius:.25rem;padding:.375rem .625rem;font-size:.8rem;width:220px}.analytics-search:focus{outline:none;box-shadow:0 0 0 2px var(--moss)}.rate-high{color:var(--status-green-vivid);font-weight:600}.rate-mid{color:var(--accent);font-weight:600}.rate-low{color:var(--danger);font-weight:600}.analytics-empty{color:var(--text-muted);font-size:.85rem;text-align:center;padding:2rem 1rem}.analytics-empty-chart{border:1px dashed var(--border-mid);border-radius:.6rem;background:color-mix(in srgb,var(--bg-inset) 55%,transparent);min-height:260px;display:flex;flex-direction:column;justify-content:center;padding:1rem 1.1rem}.analytics-empty-bars{display:flex;align-items:flex-end;justify-content:space-between;gap:.55rem;height:130px;margin-bottom:.5rem}.analytics-empty-bars span{flex:1 1 0;border-radius:.35rem .35rem 0 0;background:linear-gradient(180deg,color-mix(in srgb,var(--moss) 42%,var(--bg-surface-muted)),var(--moss-faint))}.analytics-empty-line{position:relative;height:130px;margin-bottom:.5rem;border-bottom:1px solid var(--border-mid)}.analytics-empty-line:before{content:"";position:absolute;left:0;right:0;top:42%;height:2px;background:linear-gradient(90deg,var(--moss),var(--accent));transform:skewY(-6deg)}.analytics-empty-line span{position:absolute;width:.55rem;height:.55rem;border-radius:999px;background:var(--bg-surface);border:2px solid var(--moss);top:42%}.analytics-empty-line span:nth-child(1){left:8%;transform:translateY(-160%)}.analytics-empty-line span:nth-child(2){left:28%;transform:translateY(-80%)}.analytics-empty-line span:nth-child(3){left:50%;transform:translateY(-145%)}.analytics-empty-line span:nth-child(4){left:70%;transform:translateY(-40%)}.analytics-empty-line span:nth-child(5){left:90%;transform:translateY(-170%)}.analytics-show-all{display:block;margin:.75rem auto 0;padding:.4rem 1.2rem;background:none;border:1px solid var(--border);border-radius:6px;color:var(--primary);font-size:.85rem;cursor:pointer;transition:background .15s}.analytics-show-all:hover{background:var(--bg-surface-hover, rgba(0, 0, 0, .04))}.analytics-footnote{margin:.6rem 0 0;font-size:.73rem;color:var(--text-muted)}.analytics-sub-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem}.analytics-sub-summary-card{background:var(--bg-inset);border:1px solid var(--border-light);border-radius:.625rem;padding:.75rem 1rem;text-align:center}.analytics-sub-summary-value{display:block;font-size:1.4rem;font-weight:700;color:var(--text-strong);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-sub-summary-label{display:block;font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;margin-top:.15rem}@media(max-width:640px){.analytics-sub-summary{grid-template-columns:1fr}}.analytics-tooltip{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:.375rem;padding:.5rem .75rem;font-size:.8rem;box-shadow:0 2px 8px #0000001a}.analytics-page .detail-card{background:var(--analytics-surface);border:1px solid var(--analytics-border);border-radius:24px;box-shadow:var(--analytics-shadow)}.analytics-page .detail-section-title{color:var(--analytics-text)}.analytics-page .detail-section-header{margin-bottom:1rem}.analytics-funnel-stage,.analytics-risk-item,.analytics-sub-summary-card{border-color:var(--analytics-border);border-radius:18px;background:var(--analytics-surface-strong)}.analytics-funnel-stage-active{box-shadow:0 0 0 2px color-mix(in srgb,var(--analytics-accent) 14%,transparent)}.analytics-funnel-label,.analytics-risk-label,.analytics-risk-score-label,.analytics-sub-summary-label,.analytics-footnote,.analytics-inline-note,.analytics-empty{color:var(--analytics-text-muted)}.analytics-funnel-value,.analytics-risk-value,.analytics-sub-summary-value,.analytics-risk-score,.analytics-table th,.analytics-table td{color:var(--analytics-text)}.analytics-funnel-hint,.analytics-funnel-summary-sub,.analytics-risk-score,.analytics-table a,.analytics-inline-link{color:var(--analytics-text-soft)}.analytics-funnel-summary{border-top-color:var(--analytics-border)}.analytics-table th{border-bottom-color:var(--analytics-border)}.analytics-table td{border-bottom-color:#785e3d1f}.analytics-table tr:hover{background:var(--analytics-surface-soft)}.analytics-search{border:1px solid var(--analytics-border);border-radius:999px;padding:.55rem .9rem;background:#ffffff85;color:var(--analytics-text)}.analytics-search:focus{outline:none;box-shadow:0 0 0 2px var(--analytics-accent-soft)}.analytics-show-all{border-color:var(--analytics-border-strong);color:var(--analytics-accent-strong);border-radius:999px;background:#ffffff6b}.analytics-show-all:hover{background:var(--analytics-accent-soft)}.analytics-trade-cov-controls{display:flex;align-items:center;gap:.75rem}.analytics-trade-cov-tabs{display:flex;gap:.25rem}.analytics-project-name-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-row-low-coverage{background:#fca5a514}[data-theme=dark] .analytics-row-low-coverage{background:#fca5a50a}@media(max-width:960px){.analytics-lead{padding:1.25rem}}@media(max-width:640px){.analytics-lead{padding:1.1rem 1rem}}[data-theme=dark] .analytics-page{--analytics-surface: linear-gradient( 180deg, rgba(58, 51, 45, .92) 0%, rgba(45, 39, 35, .94) 100% );--analytics-surface-soft: rgba(82, 71, 61, .56);--analytics-surface-strong: rgba(73, 63, 54, .82);--analytics-border: rgba(208, 181, 144, .18);--analytics-border-strong: rgba(208, 181, 144, .28);--analytics-shadow: 0 16px 28px rgba(0, 0, 0, .18);--analytics-text: #f2e7d7;--analytics-text-soft: #dbcab2;--analytics-text-muted: #baa58a;--analytics-accent: #d6b280;--analytics-accent-strong: #e7cfaa;--analytics-accent-soft: rgba(214, 178, 128, .16)}[data-theme=dark] .analytics-lead{background:radial-gradient(circle at top left,rgba(214,178,128,.14),transparent 40%),linear-gradient(180deg,#37302af5,#28231ffa)}[data-theme=dark] .analytics-export-btn,[data-theme=dark] .analytics-quick-btn,[data-theme=dark] .analytics-search,[data-theme=dark] .analytics-date-field input,[data-theme=dark] .analytics-show-all{background:#fff8ee08}[data-theme=dark] .analytics-lead-pill{background:#fff8ee0a}[data-theme=dark] .analytics-empty-chart{border-color:var(--analytics-border);background:#fff8ee05}[data-theme=dark] .analytics-empty-table-head{background:#d6b28024}[data-theme=dark] .analytics-empty-table-row,[data-theme=dark] .analytics-funnel-bar-track{background:#fff8ee0f}.owner-analytics-page{display:grid;gap:1.25rem}.owner-analytics-tabs{display:flex;flex-wrap:wrap;gap:.65rem}.owner-analytics-tab{border:1px solid var(--analytics-border);background:var(--analytics-surface);color:var(--analytics-text-soft);padding:.65rem .95rem;border-radius:999px;font-weight:600;transition:transform .16s ease,border-color .16s ease,background .16s ease}.owner-analytics-tab:hover{transform:translateY(-1px);border-color:var(--analytics-border-strong);background:var(--analytics-accent-soft)}.owner-analytics-tab-active{color:var(--analytics-accent-strong);border-color:var(--analytics-border-strong);background:linear-gradient(180deg,#b8733324,#b8733314)}.owner-analytics-hero{margin-top:-.25rem}.owner-analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.owner-analytics-spacer{height:.85rem}@media(max-width:1100px){.owner-analytics-grid{grid-template-columns:1fr}}@media(max-width:720px){.owner-analytics-tabs{gap:.5rem}.owner-analytics-tab{width:100%;justify-content:center}}.prequal-badge{font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;display:inline-block;text-transform:capitalize}.prequal-insurance{font-size:.8rem;font-weight:500;display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .5rem;border-radius:.25rem}.prequal-insurance-ok{background:var(--status-green-bg);color:var(--status-green-text)}.prequal-insurance-warning{background:var(--accent-muted);color:var(--accent-text)}.prequal-insurance-expired{background:var(--danger-bg);color:var(--danger-text)}.prequal-insurance-none{background:var(--bg-surface-muted);color:var(--text-tertiary)}.prequal-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-top:.75rem}.prequal-issues{margin-top:.75rem;border:1px solid var(--danger-bg);border-radius:.5rem;background:var(--danger-soft);padding:.6rem .7rem}.prequal-issues-ok{border-color:#1b5e3a33;background:var(--moss-faint)}.prequal-issues-title{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:.25rem}.prequal-issues-list{margin:0;padding-left:1.1rem;display:grid;gap:.2rem;font-size:.82rem;color:var(--danger-text);list-style:disc}.prequal-issues-empty{margin:0;font-size:.82rem;color:var(--moss-dark)}.prequal-field-label{font-size:.7rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}.prequal-field-value{font-size:.95rem;color:var(--text-heading)}.prequal-field-empty{font-size:.85rem;color:var(--text-muted);font-style:italic}.prequal-notes{margin-top:.75rem;font-size:.85rem;color:var(--text-body);white-space:pre-wrap}.prequal-notes-label{font-size:.7rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}.prequal-edit-form{display:flex;flex-direction:column;gap:.75rem}.prequal-edit-form select,.prequal-edit-form input[type=date],.prequal-edit-form input[type=number],.prequal-edit-form textarea{padding:.4rem .6rem;border:1px solid var(--border-mid);border-radius:.375rem;font-size:.85rem;width:100%}.prequal-edit-form textarea{resize:vertical}.prequal-edit-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.prequal-edit-field label{display:block;font-size:.75rem;font-weight:600;color:var(--text-body);margin-bottom:.2rem}.prequal-checkbox-label{display:flex;align-items:center;gap:.4rem;font-size:.85rem;cursor:pointer}.prequal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.prequal-header h3{margin-bottom:0}.schedule-manager{padding:0}.schedule-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.schedule-title{font-size:1rem;font-weight:700;color:var(--cave);margin:0}.schedule-header-copy{display:flex;flex-direction:column;gap:.35rem;max-width:36rem}.schedule-subtitle{margin:0;font-size:.82rem;color:var(--text-muted)}.schedule-controls{display:grid;gap:.7rem;min-width:min(100%,52rem);flex:1 1 34rem}.schedule-controls-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.schedule-controls-row-actions{align-items:center}.schedule-action-cluster{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.schedule-secondary-btn{border:1px solid var(--border-default);border-radius:.45rem;background:var(--bg-surface);color:var(--text-body);font-size:.8rem;font-weight:600;padding:.5rem .8rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.schedule-secondary-btn:hover:not(:disabled){background:var(--bg-surface-muted)}.schedule-secondary-btn:disabled{opacity:.55;cursor:not-allowed}.schedule-secondary-btn-active{border-color:#2e7d5766;background:#2e7d571a;color:var(--moss-dark)}.schedule-view-modes{display:flex;border:1px solid var(--border-mid);border-radius:.375rem;overflow:hidden}.schedule-phase-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.schedule-phase-btn{border:1px solid var(--border-mid);border-radius:999px;background:var(--bg-surface);color:var(--text-tertiary);font-size:.74rem;font-weight:600;padding:.28rem .58rem;cursor:pointer}.schedule-phase-btn:hover{background:var(--bg-surface-muted)}.schedule-phase-btn-active{border-color:var(--moss);background:var(--moss-faint);color:var(--moss-dark)}.schedule-edit-selected-btn{border:1px solid var(--border-default);border-radius:.35rem;background:var(--bg-surface);color:var(--text-body);padding:.4rem .65rem;font-size:.78rem;cursor:pointer}.schedule-edit-selected-btn:hover:not(:disabled){background:var(--bg-surface-muted)}.schedule-edit-selected-btn:disabled{opacity:.55;cursor:not-allowed}.schedule-selected-actions{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:wrap}.schedule-selected-pill{display:inline-flex;align-items:center;border:1px dashed var(--border-mid);border-radius:999px;padding:.22rem .52rem;font-size:.72rem;font-weight:600;color:var(--text-muted);white-space:nowrap;max-width:15rem;overflow:hidden;text-overflow:ellipsis}.schedule-selected-pill-active{border-style:solid;border-color:#2e7d5770;background:#2e7d571f;color:#1f5f42}.schedule-view-btn{padding:.375rem .75rem;font-size:.8rem;font-weight:500;border:none;background:var(--bg-surface);color:var(--text-tertiary);cursor:pointer;transition:background-color .15s,color .15s}.schedule-view-btn:not(:last-child){border-right:1px solid var(--border-mid)}.schedule-view-btn:hover{background:var(--bg-surface-muted)}.schedule-view-btn-active{background:var(--moss);color:#fff}.schedule-view-btn-active:hover{background:var(--moss-dark)}.schedule-primary-panel,.schedule-staff-panel{border:1px solid var(--border-light);border-radius:.75rem;background:var(--bg-surface);overflow:hidden}.schedule-primary-panel{margin-bottom:1rem}.schedule-primary-head,.schedule-staff-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem;padding:1rem 1rem .85rem;border-bottom:1px solid var(--border-row);background:linear-gradient(180deg,#faf7edd9,#fffffff5)}.schedule-section-title{font-size:.92rem;font-weight:700;color:var(--cave);margin:0}.schedule-section-copy{margin:.28rem 0 0;font-size:.8rem;color:var(--text-muted);max-width:40rem}.schedule-split-gantt{min-width:0;overflow-x:auto;padding:.95rem 1rem .35rem}.schedule-gantt-wrapper{border:1px solid var(--border-light);border-radius:.5rem;overflow-x:auto;background:var(--bg-surface)}.schedule-gantt-wrapper svg text{font-size:12px}.schedule-gantt-wrapper .gantt-task-react{font-family:Inter,system-ui,-apple-system,sans-serif}.schedule-gantt-hint{font-size:.7rem;color:var(--text-muted);text-align:center;margin:.5rem 0 0;opacity:.7}.schedule-empty{display:grid;justify-items:center;gap:.75rem;text-align:center;padding:2.5rem 1.25rem;color:var(--text-muted);font-size:.9rem;border:1px dashed var(--border-default);border-radius:.75rem;background:linear-gradient(180deg,#fffffffa,#faf7edb8)}.schedule-empty-ghost{display:grid;gap:.55rem;width:min(100%,28rem);justify-items:start}.schedule-empty-ghost-bar{display:block;height:.75rem;border-radius:999px;background:linear-gradient(90deg,#2e7d5729,#e8762b1f)}.schedule-empty-ghost-bar-short{width:36%}.schedule-empty-ghost-bar-mid{width:58%}.schedule-empty-ghost-bar-long{width:82%}.schedule-empty-title{margin:0;font-size:1rem;font-weight:700;color:var(--text-heading)}.schedule-empty-copy{margin:0;max-width:34rem}.schedule-empty-actions{display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.schedule-table-wrapper{overflow-x:auto;margin-top:1.5rem}.schedule-table{width:100%;border:1px solid var(--border-light);border-radius:.5rem;overflow:hidden;font-size:.85rem}.schedule-th{text-align:left;padding:.625rem .75rem;background:var(--bg-inset);font-weight:600;color:var(--cave);border-bottom:2px solid var(--border-light);white-space:nowrap}.schedule-td{padding:.5rem .75rem;border-bottom:1px solid var(--border-row);vertical-align:middle}.schedule-td-name{font-weight:500;color:var(--text-heading)}.schedule-row:hover{background:var(--bg-inset)}.schedule-row-overdue{background:var(--danger-soft)}.schedule-row-overdue:hover{background:var(--danger-bg)}.schedule-milestone-icon{color:var(--ember);margin-right:.375rem;font-size:.7rem}.schedule-progress-bar{display:inline-block;width:4rem;height:.5rem;background:var(--border-light);border-radius:999px;overflow:hidden;vertical-align:middle;margin-right:.375rem}.schedule-progress-fill{height:100%;background:var(--moss);border-radius:999px;transition:width .2s}.schedule-row-overdue .schedule-progress-fill{background:var(--danger)}.schedule-progress-text{font-size:.75rem;color:var(--text-tertiary)}.schedule-progress-text-editable{cursor:pointer;border-bottom:1px dashed var(--border-mid);padding-bottom:1px}.schedule-progress-text-editable:hover{color:var(--moss);border-bottom-color:var(--moss)}.schedule-progress-input{width:3.5rem;padding:.125rem .25rem;font-size:.75rem;border:1px solid var(--moss);border-radius:.25rem;background:var(--bg-surface);color:var(--text-body);text-align:center;outline:none}.schedule-progress-input:focus{box-shadow:0 0 0 2px #4a7c4a40}.schedule-status{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.schedule-td-actions{white-space:nowrap}.schedule-action-btn{padding:.25rem .5rem;font-size:.75rem;border:1px solid var(--border-mid);border-radius:.25rem;background:var(--bg-surface);color:var(--text-body);cursor:pointer;margin-right:.25rem}.schedule-action-btn:hover{background:var(--bg-surface-muted)}.schedule-action-btn-danger{color:var(--danger);border-color:var(--danger)}.schedule-action-btn-danger:hover{background:var(--danger-soft)}.schedule-dep-list{max-height:10rem;overflow-y:auto;border:1px solid var(--border-light);border-radius:.375rem;padding:.5rem;display:flex;flex-direction:column;gap:.375rem}.schedule-dep-option{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-body);cursor:pointer}.schedule-dep-option input[type=checkbox]{accent-color:var(--moss)}.schedule-progress-slider{width:100%;accent-color:var(--moss);cursor:pointer}.proj-panel-schedule{padding:1.25rem}.staff-chart{border:0;border-radius:0;background:transparent;overflow:visible}.staff-chart-loading{padding:1rem}.staff-chart-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;flex-wrap:wrap;padding:1rem;border-bottom:1px solid var(--border-row);background:var(--bg-inset)}.staff-chart-title{margin:0;color:var(--cave);font-size:.95rem;font-weight:700}.staff-chart-subtitle{margin:.25rem 0 0;font-size:.8rem;color:var(--text-muted)}.staff-chart-header-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.staff-chart-toggle-btn{border:0;background:transparent;color:var(--text-muted);border-radius:999px;padding:.35rem .15rem;font-size:.76rem;font-weight:600;cursor:pointer}.staff-chart-toggle-btn:hover{color:var(--text-body)}.staff-chart-toggle-btn-active{background:transparent;color:var(--moss-dark)}.staff-chart-example-btn{border:1px solid var(--moss);background:#f0f7f0;color:var(--moss-dark);border-radius:.35rem;padding:.4rem .65rem;font-size:.78rem;cursor:pointer;font-weight:600}.staff-chart-example-btn:hover:not(:disabled){background:#e5f2e5}.staff-chart-example-btn:disabled{opacity:.6;cursor:not-allowed}.staff-chart-starter-btn{border:1px solid var(--border-default);background:var(--bg-surface);color:var(--text-body);border-radius:.35rem;padding:.4rem .65rem;font-size:.78rem;cursor:pointer}.staff-chart-starter-btn:hover:not(:disabled){background:var(--bg-surface-muted)}.staff-chart-starter-btn:disabled{opacity:.6;cursor:not-allowed}.staff-chart-phase-glance{display:flex;gap:.4rem;flex-wrap:wrap;padding:.6rem 1rem;border-bottom:1px solid var(--border-row);background:var(--bg-surface-alt)}.staff-chart-phase-pill{display:inline-flex;align-items:center;gap:.2rem;padding:.22rem .5rem;border-radius:999px;border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-body);font-size:.72rem}.staff-chart-phase-pill strong{font-weight:700;color:var(--text-heading)}.staff-chart-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-row)}.staff-chart-summary-empty{padding:.7rem 1rem .8rem;border-bottom:1px solid var(--border-row);font-size:.78rem;color:var(--text-muted)}.staff-chart-metric{border:1px solid var(--border-light);background:var(--bg-surface-alt);border-radius:.4rem;padding:.5rem .6rem}.staff-chart-metric-label{display:block;font-size:.72rem;color:var(--text-muted);margin-bottom:.2rem}.staff-chart-metric-value{display:block;font-size:.92rem;font-weight:700;color:var(--text-heading)}.staff-chart-metric-warn{border-color:var(--danger);background:var(--danger-soft)}.staff-chart-view-switch{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1rem .45rem}.staff-chart-view-switch-btn{border:1px solid var(--border-default);border-radius:999px;background:var(--bg-surface);color:var(--text-body);font-size:.74rem;font-weight:600;padding:.28rem .62rem;cursor:pointer}.staff-chart-view-switch-btn:hover{background:var(--bg-surface-muted)}.staff-chart-view-switch-btn-active{border-color:var(--moss);background:var(--moss-faint);color:var(--moss-dark)}.staff-chart-add{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem .65rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-row);background:var(--bg-surface-alt)}.staff-chart-add-header{grid-column:1 / -1}.staff-chart-add-title{font-size:.82rem;font-weight:700;color:var(--text-heading)}.staff-chart-add-copy{margin:.2rem 0 0;font-size:.74rem;color:var(--text-muted)}.staff-chart-add-field{display:flex;flex-direction:column;gap:.28rem;min-width:0}.staff-chart-add-label{font-size:.72rem;font-weight:700;color:var(--text-muted)}.staff-chart-add-btn{min-width:0;align-self:end}.staff-chart-input{width:100%;border:1px solid var(--border-default);border-radius:.32rem;background:var(--bg-surface);color:var(--text-body);font-size:.75rem;padding:.38rem .45rem;min-width:0}.staff-chart-empty{padding:1rem;color:var(--text-muted);font-size:.85rem}.staff-chart-table-wrap{position:relative;overflow:auto;max-width:100%}.staff-chart-scroll-hint{position:sticky;top:0;left:0;z-index:8;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.72rem;color:var(--text-muted);padding:.45rem .5rem;border-bottom:1px solid var(--border-row);background:var(--bg-inset)}.staff-chart-scroll-hint-btn{border:1px solid var(--border-default);border-radius:.28rem;background:var(--bg-surface);color:var(--text-body);font-size:.7rem;font-weight:600;padding:.2rem .45rem;cursor:pointer}.staff-chart-scroll-hint-btn:hover{background:var(--bg-surface-muted)}.staff-chart-table{width:-moz-max-content;width:max-content;min-width:100%;border-collapse:collapse;font-size:.75rem}.staff-chart-table-simple{width:-moz-max-content;width:max-content;min-width:100%}.staff-chart-table-simple .staff-chart-cell-input{min-width:5.5rem}.staff-chart-table-simple .staff-chart-col-role{min-width:12rem}.staff-chart-table-simple .staff-chart-cell-input-role{min-width:11rem}.staff-chart-th{position:sticky;top:0;z-index:3;background:var(--bg-inset);border-bottom:1px solid var(--border-default);color:var(--cave);font-weight:600;text-align:left;padding:.42rem .5rem;white-space:nowrap}.staff-chart-th-sticky{left:0;z-index:6}.staff-chart-th-sticky-2{left:7.5rem;z-index:6}.staff-chart-month-th{text-align:center;min-width:3rem}.staff-chart-td{padding:.33rem .4rem;border-bottom:1px solid var(--border-row);background:var(--bg-surface);white-space:nowrap}.staff-chart-td-sticky{position:sticky;left:0;z-index:5;background:var(--bg-surface);min-width:7.5rem}.staff-chart-td-sticky-2{position:sticky;left:7.5rem;z-index:5;background:var(--bg-surface);min-width:11rem}.staff-chart-cell-input{width:100%;min-width:4.75rem;border:1px solid var(--border-default);border-radius:.28rem;background:var(--bg-surface-alt);color:var(--text-body);font-size:.72rem;padding:.26rem .32rem}.staff-chart-actions{min-width:7.75rem}.staff-chart-allocation-wrap{display:flex;align-items:center;gap:.3rem}.staff-chart-overalloc-flag{display:inline-flex;align-items:center;border:1px solid var(--danger);border-radius:999px;background:var(--danger-soft);color:var(--danger-hover);font-size:.62rem;font-weight:700;letter-spacing:.02em;padding:.08rem .32rem}.staff-chart-action-btn{border:1px solid var(--border-default);border-radius:.3rem;background:var(--bg-surface);color:var(--text-body);font-size:.7rem;padding:.2rem .4rem;cursor:pointer;margin-right:.25rem}.staff-chart-action-btn:hover:not(:disabled){background:var(--bg-surface-muted)}.staff-chart-action-btn:disabled{opacity:.5;cursor:not-allowed}.staff-chart-action-btn-danger{border-color:var(--danger);color:var(--danger)}.staff-chart-row-warn .staff-chart-td{background:var(--danger-soft)}.staff-chart-mono{font-variant-numeric:tabular-nums}.staff-chart-month-cell-wrap{text-align:center}.staff-chart-month-cell{display:inline-block;min-width:2.6rem;padding:.12rem .2rem;border-radius:.26rem;font-size:.66rem;font-weight:600}.staff-chart-month-cell-empty{color:transparent}.staff-chart-month-cell-low{background:#dbeafe;color:#1e3a8a}.staff-chart-month-cell-mid{background:#bfdbfe;color:#1d4ed8}.staff-chart-month-cell-high{background:#93c5fd;color:#1e3a8a}.staff-chart-month-cell-over{background:#fecaca;color:#991b1b}@media(max-width:1200px){.staff-chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.schedule-controls-row{align-items:flex-start}}@media(max-width:900px){.schedule-controls{min-width:100%}.schedule-controls-row,.schedule-primary-head,.schedule-staff-head{flex-direction:column;align-items:stretch}.staff-chart-add{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-chart-header-actions{width:100%}.staff-chart-th-sticky-2,.staff-chart-td-sticky-2{left:6.75rem;min-width:9rem}.staff-chart-th-sticky,.staff-chart-td-sticky{min-width:6.75rem}}@media(max-width:640px){.proj-panel-schedule{padding:.75rem}.schedule-split-gantt,.schedule-primary-head,.schedule-staff-head{padding-left:.8rem;padding-right:.8rem}.schedule-empty{padding:1.8rem .9rem}.staff-chart-summary,.staff-chart-add{grid-template-columns:1fr}}.share-expiry-input{padding:.42rem .56rem;font-size:.8rem;border:1px solid var(--border-default);border-radius:.45rem;background:var(--bg-elevated);color:var(--text-body);min-width:210px;transition:border-color .16s ease,box-shadow .16s ease}.share-expiry-input:focus-visible{outline:none;border-color:var(--moss);box-shadow:var(--focus-ring)}.team-empty{color:var(--text-muted);font-size:.85rem;padding:.75rem 0}.team-card{border-radius:20px;overflow:hidden}.team-card-subtitle{margin:.25rem 0 0;color:var(--text-tertiary);font-size:.8rem;line-height:1.45}.team-card-head-meta{display:flex;align-items:center;gap:.65rem}.team-card-count{display:inline-flex;align-items:center;padding:.32rem .58rem;border-radius:999px;border:1px solid var(--border-light);background:var(--bg-surface-muted);color:var(--text-secondary);font-size:.74rem;font-weight:700}.team-empty-card{padding:.95rem 1rem;border:1px dashed var(--border-light);border-radius:16px;background:var(--bg-surface-muted)}.team-empty-title{margin:0;font-weight:700;color:var(--text-heading)}.team-list{display:flex;flex-direction:column;gap:.5rem}.team-row{display:flex;align-items:flex-start;gap:.625rem;padding:.8rem .85rem;border:1px solid var(--border-row);border-radius:16px;background:var(--bg-surface-muted)}.team-avatar{width:40px;height:40px;border-radius:14px;background:var(--primary-muted);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;flex-shrink:0}.team-info{flex:1;min-width:0;display:flex;flex-direction:column}.team-name-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.team-name{font-weight:700;font-size:.9rem;color:var(--text-heading)}.team-badge{display:inline-flex;align-items:center;padding:.15rem .48rem;border-radius:999px;background:var(--accent-muted);color:var(--accent-text);font-size:.66rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.team-title{font-size:.75rem;color:var(--text-tertiary)}.team-role-help{font-size:.72rem;color:var(--text-muted);margin-top:.1rem}.team-inline-note{font-size:.72rem;color:var(--accent-text);margin-top:.28rem}.team-role-help-add{width:100%;margin-top:.35rem}.team-role-guide{margin:0 0 .6rem;display:grid;gap:.5rem}.team-role-guide-item{border:1px solid var(--border-light);background:var(--bg-surface-muted);border-radius:14px;padding:.6rem .75rem;display:grid;gap:.2rem;font-size:.74rem;color:var(--text-tertiary)}.team-role-guide-item strong{color:var(--text-heading)}.team-role-select{font-size:.8rem;padding:.4rem .62rem;border:1px solid var(--border-subtle);border-radius:999px;background:var(--bg-surface);color:var(--text-body);cursor:pointer}.team-remove-btn{background:transparent;border:1px solid transparent;color:var(--text-muted);font-size:1.1rem;padding:.18rem .42rem;line-height:1;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.team-remove-btn:hover{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 18%,transparent);background:color-mix(in srgb,var(--danger) 6%,transparent)}.team-add-panel{padding-top:.75rem;margin-top:.5rem;border-top:1px solid var(--border-row)}.team-add-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem;color:var(--text-tertiary);font-size:.76rem;font-weight:600}.team-add-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.team-user-select{flex:1;min-width:140px;font-size:.85rem;padding:.46rem .62rem;border:1px solid var(--border-input);border-radius:999px;background:var(--bg-surface);color:var(--text-body)}[data-theme=dark] .team-card-count,[data-theme=dark] .team-row,[data-theme=dark] .team-empty-card,[data-theme=dark] .team-role-guide-item{background:#fff8ee08;border-color:#d0b59029}.activity-list{display:flex;flex-direction:column}.activity-row{display:flex;align-items:flex-start;gap:.625rem;padding:.5rem 0;border-bottom:1px solid var(--border-row)}.activity-row:last-child{border-bottom:none}.activity-row-clickable{cursor:pointer}.activity-row-clickable:hover{background:var(--bg-surface-hover)}.activity-avatar{width:28px;height:28px;border-radius:50%;background:var(--bg-surface-muted);color:var(--text-tertiary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.7rem;flex-shrink:0;margin-top:2px}.activity-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.activity-summary-row{display:flex;align-items:center;gap:.4rem}.activity-summary{font-size:.85rem;color:var(--text-body);line-height:1.35;min-width:0;overflow-wrap:anywhere}.activity-type-tag{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .42rem;font-size:.62rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;border:1px solid transparent;flex-shrink:0}.activity-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.2rem}.activity-action-btn{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--moss-dark);border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.1rem .42rem;cursor:pointer}.activity-action-btn:hover{border-color:var(--moss);background:var(--moss-faint)}.activity-action-btn-secondary{color:var(--text-tertiary)}.activity-user{font-size:.75rem;color:var(--text-muted)}.activity-time{font-size:.75rem;color:var(--text-muted);white-space:nowrap;flex-shrink:0;margin-top:2px}.activity-changes{margin-top:.375rem;padding:.5rem;background:var(--bg-inset);border-radius:4px;display:flex;flex-direction:column;gap:.25rem}.activity-change{display:flex;align-items:baseline;gap:.375rem;font-size:.78rem;flex-wrap:wrap}.activity-change-field{font-weight:600;color:var(--text-tertiary)}.activity-change-from{color:var(--danger-text);text-decoration:line-through;opacity:.7}.activity-change-arrow{color:var(--text-muted);font-size:.7rem}.activity-change-to{color:var(--status-green-text);font-weight:500}.activity-load-more{background:none;border:none;color:var(--primary);font-size:.85rem;font-weight:500;padding:.625rem 0;cursor:pointer;text-align:center}.activity-load-more:hover{text-decoration:underline}[data-theme=dark] .team-avatar{background:var(--cave-light);color:var(--moss-light)}[data-theme=dark] .activity-avatar{background:var(--cave-light);color:var(--stone)}[data-theme=dark] .activity-changes{background:var(--cave-light)}.planroom-page{min-height:100vh;background:radial-gradient(125% 130% at 0% -15%,#2d5a432e,#2d5a4300 45%),radial-gradient(80% 120% at 100% -20%,#b8733326,#b8733300 52%),linear-gradient(180deg,#f4f1e8,#f8f6f1 36%,#f7f5f0);font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-heading)}@keyframes planroomFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.planroom-header{background:linear-gradient(115deg,#0b3125,#114735 38%,#1a5b43 72%,#2b6a4b);color:#f7f5f0;border-bottom:1px solid rgba(220,185,108,.35);box-shadow:0 18px 34px #050a0847}.planroom-header-inner{max-width:1120px;margin:0 auto;padding:1.12rem 1.5rem 1.08rem;display:flex;align-items:center;justify-content:space-between;gap:1.1rem}.planroom-brand-wrap{display:flex;align-items:baseline;gap:.7rem;min-width:0}.planroom-brand{font-family:Cinzel,serif;font-size:1.58rem;font-weight:700;letter-spacing:.045em;line-height:1.05;color:#f5d084;text-shadow:0 8px 24px rgba(0,0,0,.28)}.planroom-header-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(239,211,147,.5);background:#0b1f1859;color:#f0d9a6;padding:.35rem .8rem;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.planroom-container{max-width:1060px;margin:0 auto;padding:2rem 1rem 3.5rem}.planroom-container>*{animation:planroomFadeUp .36s ease both}.planroom-container>*:nth-child(2){animation-delay:70ms}.planroom-container>*:nth-child(3){animation-delay:.12s}.planroom-loading{text-align:center;padding:2.6rem 1.4rem;background:#ffffffd9;border:1px solid rgba(203,188,160,.58);border-radius:16px;box-shadow:0 20px 40px #1f2d271f;color:var(--text-tertiary);font-size:1.02rem;font-weight:500}.planroom-error{max-width:620px;margin:2.3rem auto;text-align:center;padding:2rem 1.6rem;background:#ffffffe6;border-radius:16px;border:1px solid rgba(203,188,160,.62);box-shadow:0 20px 42px #1f2d2721;color:var(--text-body);font-size:1rem}.planroom-project-card{position:relative;overflow:hidden;background:radial-gradient(120% 140% at -20% -30%,#2d5a432b,#2d5a4300 58%),#fff;border-radius:18px;border:1px solid rgba(201,187,160,.78);box-shadow:0 22px 44px #212d2721;padding:1.45rem;margin-bottom:1.35rem}.planroom-project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e3bf76,#a67f3f 48%,#8eb89f)}.planroom-project-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.planroom-eyebrow{font-size:.72rem;letter-spacing:.11em;text-transform:uppercase;color:#7b6240;font-weight:700;margin-bottom:.35rem}.planroom-project-name{font-family:Cinzel,serif;font-size:1.58rem;font-weight:700;color:var(--cave, #2c2825);letter-spacing:.015em}.planroom-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.planroom-info-item{display:flex;flex-direction:column;padding:.65rem .75rem;border-radius:10px;border:1px solid rgba(217,205,182,.72);background:#fdfcf8eb}.planroom-info-label{font-size:.71rem;font-weight:600;color:#756247;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.2rem}.planroom-info-value{font-size:.95rem;color:#20352d;font-weight:500}.planroom-description{margin-top:.85rem;padding:.75rem .82rem;border-radius:10px;border:1px solid rgba(217,205,182,.72);background:#fdfcf8eb}.planroom-desc-text{font-size:.91rem;color:#334238;line-height:1.6;white-space:pre-wrap}.planroom-section{background:radial-gradient(120% 160% at 108% -10%,#2d5a4314,#2d5a4300 46%),#fff;border-radius:16px;border:1px solid rgba(201,187,160,.72);box-shadow:0 18px 38px #212d271a;padding:1.2rem;margin-bottom:1.2rem}.planroom-section-title{font-size:1.26rem;font-weight:700;color:#20352d;letter-spacing:-.01em}.planroom-section-kicker{margin:0 0 .22rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#7a5f3a;font-weight:700}.planroom-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.95rem;padding-bottom:.75rem;border-bottom:1px solid rgba(218,206,184,.9)}.planroom-section-title-inline{margin:0;padding:0;border:none}.planroom-empty{color:#6e675a;font-size:.92rem;text-align:center;padding:1.5rem 1rem;border:1px dashed rgba(200,186,166,.9);border-radius:12px;background:#f9f6eecc}.planroom-folder-group{margin-bottom:.5rem}.planroom-folder-header{display:flex;align-items:center;gap:.45rem;width:100%;padding:.55rem .7rem;border:none;border-radius:.5rem;background:#2248370f;cursor:pointer;font-family:inherit;text-align:left;margin-bottom:.35rem;transition:background .15s}.planroom-folder-header:hover{background:#2248371a}.planroom-folder-chevron{font-size:.85rem;font-weight:700;color:#6b8a7a;width:1rem;text-align:center;flex-shrink:0}.planroom-folder-name{font-size:.82rem;font-weight:700;color:#224837;letter-spacing:.02em}.planroom-folder-count{font-size:.68rem;font-weight:700;background:#2f6d4e;color:#fff;border-radius:999px;padding:.1rem .42rem;line-height:1.3}.planroom-new-badge{font-size:.54rem;font-weight:800;padding:.08rem .32rem;border-radius:999px;background:#2f6d4e;color:#fff;letter-spacing:.06em;line-height:1.3;margin-left:.25rem}.planroom-doc-row{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:.65rem .7rem;border:1px solid rgba(226,216,197,.86);border-radius:10px;background:#fff;gap:.75rem;margin-bottom:.5rem;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.planroom-doc-row:hover{transform:translateY(-1px);border-color:#adc5b7db;box-shadow:0 10px 22px #22352d14}.planroom-doc-row:last-child{margin-bottom:0}.planroom-doc-info{display:flex;flex-direction:column;min-width:0;flex:1}.planroom-doc-mainline{display:flex;align-items:center;gap:.5rem;min-width:0}.planroom-doc-type{display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;height:1.45rem;padding:0 .4rem;border-radius:999px;background:linear-gradient(135deg,#244b38,#2e5b45);color:#f0dfba;font-size:.63rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.planroom-doc-name{font-size:.9rem;font-weight:600;color:#1b2f27;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.planroom-doc-meta{margin-top:.15rem;font-size:.76rem;color:#6f6759}.planroom-doc-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.planroom-download-btn{padding:.44rem .86rem;font-size:.79rem;font-weight:700;letter-spacing:.01em;background:linear-gradient(140deg,#1d4b38,#2f664d);color:#f7f3e6;border:1px solid rgba(191,211,199,.42);border-radius:8px;cursor:pointer;white-space:nowrap;box-shadow:0 8px 18px #1f453338;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.planroom-download-btn:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 11px 22px #1d473447}.planroom-download-all-btn{padding:.54rem 1rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.planroom-download-sm{padding:.34rem .62rem;font-size:.71rem;letter-spacing:.02em}.planroom-version-btn{padding:.34rem .62rem;font-size:.71rem;font-weight:600;background:#f7f4eceb;color:#264d3b;border:1px solid rgba(167,190,177,.9);border-radius:8px;cursor:pointer;white-space:nowrap;transition:border-color .12s ease,background .12s ease}.planroom-version-btn:hover{border-color:#729782f2;background:#eff7f2f5}.planroom-versions{width:100%;padding:.58rem;border:1px solid rgba(214,227,219,.95);border-radius:10px;background:#eef6f1b3;margin-top:.1rem}.planroom-version-row{display:flex;align-items:center;gap:.6rem;padding:.38rem 0;font-size:.8rem;border-bottom:1px dashed rgba(182,204,193,.7)}.planroom-version-row:last-child{border-bottom:none}.planroom-version-name{font-weight:600;color:#264236;min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.planroom-version-meta{color:#61746a;font-size:.72rem;white-space:nowrap}.planroom-addendum{padding:.75rem .8rem;border:1px solid rgba(226,216,197,.86);border-radius:11px;background:#fff;margin-bottom:.55rem}.planroom-addendum:last-child{margin-bottom:0}.planroom-addendum-header{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-bottom:.32rem}.planroom-addendum-number{font-weight:700;font-size:.83rem;color:#214436;background:#e7f2ecf0;border:1px solid rgba(177,198,187,.9);border-radius:999px;padding:.16rem .54rem}.planroom-addendum-title{font-size:.92rem;font-weight:600;color:#233a31}.planroom-addendum-date{font-size:.72rem;color:#6f6759;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-left:auto}.planroom-addendum-desc{font-size:.84rem;color:#4b594f;line-height:1.5;margin-bottom:.52rem}.planroom-addendum-files{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.32rem}.planroom-footer{text-align:center;padding:2.4rem 1rem 2.6rem;color:#736b5e;font-size:.8rem;border-top:1px solid rgba(207,193,167,.7);background:linear-gradient(180deg,#f8f5ef00,#f5f2eaeb)}.planroom-footer p{font-weight:600;color:#5b5f57}.planroom-footer a{color:var(--moss, #2d5a43)}.planroom-footer a:hover{color:var(--moss-dark, #234a36)}.planroom-footer-sub{display:inline-block;margin-top:.24rem;font-size:.72rem;letter-spacing:.045em;text-transform:uppercase;color:#8a8070}.planroom-toolbar{display:flex;align-items:center;gap:.7rem}.planroom-select-all-label{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.76rem;font-weight:600;color:#3b5e4c;white-space:nowrap}.planroom-select-all-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.planroom-checkbox{width:15px;height:15px;accent-color:#2f6d4e;cursor:pointer;flex-shrink:0}.planroom-row-checkbox{margin-right:.2rem}.planroom-sort-select{padding:.32rem .5rem;font-size:.76rem;font-weight:600;color:#3b5e4c;background:#f7f4eceb;border:1px solid rgba(167,190,177,.9);border-radius:6px;cursor:pointer;font-family:inherit}.planroom-sort-select:focus{outline:2px solid rgba(47,109,78,.4);outline-offset:1px}.planroom-search-bar{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.planroom-search-input{flex:1;padding:.48rem .7rem;font-size:.85rem;font-family:inherit;border:1px solid rgba(201,187,160,.72);border-radius:8px;background:#fdfcf8eb;color:#20352d;outline:none;transition:border-color .12s ease}.planroom-search-input:focus{border-color:#2f6d4e8c;box-shadow:0 0 0 2px #2f6d4e1f}.planroom-search-input::-moz-placeholder{color:#9a9080}.planroom-search-input::placeholder{color:#9a9080}.planroom-search-clear{padding:.34rem .6rem;font-size:.74rem;font-weight:600;color:#5e7a6c;background:#f7f4eceb;border:1px solid rgba(167,190,177,.9);border-radius:6px;cursor:pointer;font-family:inherit;white-space:nowrap}.planroom-search-clear:hover{background:#eff7f2f5}.planroom-downloaded-badge{font-size:.54rem;font-weight:700;padding:.08rem .32rem;border-radius:999px;background:#6c88782e;color:#6c8878;letter-spacing:.04em;line-height:1.3;margin-left:.25rem}.planroom-doc-row-selected{border-color:#2f6d4e8c!important;background:#e8f2eca6!important}.planroom-doc-name-clickable{background:none;border:none;padding:0;font:inherit;font-size:.9rem;font-weight:600;color:#1b4a34;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;transition:color .1s ease}.planroom-doc-name-clickable:hover{color:#0d7a4f;text-decoration:underline}.planroom-selection-bar{position:fixed;bottom:1.2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.7rem;padding:.6rem 1rem;background:linear-gradient(140deg,#0b3125,#1a5b43);border:1px solid rgba(220,185,108,.35);border-radius:12px;box-shadow:0 16px 40px #050a0866;z-index:900;animation:planroomFadeUp .2s ease both}.planroom-selection-count{font-size:.82rem;font-weight:700;color:#f0d9a6;white-space:nowrap}.planroom-selection-clear{padding:.3rem .6rem;font-size:.74rem;font-weight:600;color:#f7f3e6cc;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;font-family:inherit}.planroom-selection-clear:hover{background:#ffffff2e;color:#fff}@media(max-width:920px){.planroom-brand{font-size:1.34rem}.planroom-container{padding-top:1.25rem}.planroom-project-head{flex-direction:column}.planroom-download-all-btn{width:100%}.planroom-section-head{flex-direction:column;gap:.5rem}.planroom-toolbar{width:100%;justify-content:space-between}.planroom-doc-row{flex-wrap:wrap;align-items:flex-start}.planroom-doc-actions{width:100%}}@media(max-width:640px){.planroom-header{position:static}.planroom-header-inner{padding:1rem .9rem;flex-direction:column;align-items:flex-start;gap:.55rem}.planroom-brand-wrap{flex-direction:column;align-items:flex-start;gap:.16rem}.planroom-header-badge{font-size:.66rem;padding:.28rem .62rem}.planroom-container{padding:1rem .7rem 2.3rem}.planroom-project-card,.planroom-section{padding:.95rem;border-radius:14px}.planroom-project-name{font-size:1.25rem}.planroom-info-grid{grid-template-columns:1fr}.planroom-doc-row{flex-direction:column;align-items:flex-start;padding:.62rem;gap:.6rem}.planroom-section-head{margin-bottom:.75rem;padding-bottom:.62rem}.planroom-doc-actions{margin-top:0;justify-content:flex-start}.planroom-addendum-header{flex-direction:column;align-items:flex-start;gap:.3rem}.planroom-addendum-date{margin-left:0}.planroom-version-row{flex-wrap:wrap}.planroom-version-meta{white-space:normal}}.settings-block .profile-hero{margin-bottom:1.25rem}.settings-block .settings-section{margin-top:.5rem}.profile-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:radial-gradient(120% 150% at 0% 0%,#2d5a4324,#2d5a4300 58%),var(--bg-surface);border:1px solid var(--border-default);border-radius:.75rem;padding:1.25rem 1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-card)}.profile-hero-left{display:flex;align-items:center;gap:1rem}.profile-avatar-lg{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,var(--moss) 0%,var(--moss-dark) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;letter-spacing:.02em;flex-shrink:0;box-shadow:0 6px 14px #2d5a433d}.profile-hero-info{display:flex;flex-direction:column;gap:.2rem}.profile-hero-name{margin:0;font-size:1.3rem;font-weight:700;color:var(--text-heading)}.profile-hero-username{font-size:.85rem;color:var(--text-tertiary);font-weight:600}.profile-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin-top:.4rem}.profile-role-badge,.profile-status-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .56rem;border-radius:999px}.profile-role-badge{background:var(--moss-faint);color:var(--moss-dark)}.profile-meta-item{display:flex;align-items:center;gap:.3rem;padding:.15rem .5rem;border-radius:999px;border:1px solid var(--border-subtle);background:var(--bg-surface-alt)}.profile-meta-label{font-size:.72rem;color:var(--text-tertiary);font-weight:600}.profile-meta-value{font-size:.72rem;color:var(--text-heading);font-weight:700}.profile-card-head-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.btn-outline-sm{background:transparent;border:1px solid var(--border-default);border-radius:.5rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn-outline-sm:hover{background:var(--bg-surface-hover);border-color:var(--border-strong);color:var(--text-primary)}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.profile-field{display:flex;flex-direction:column;gap:.35rem}.profile-field--full{grid-column:1 / -1}.profile-field-value{font-size:.88rem;color:var(--text-heading);font-weight:500;padding:.56rem 0}.profile-field label{font-size:.72rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.profile-field .form-input{width:100%;border:1px solid var(--border-default);border-radius:.5rem;padding:.56rem .72rem;font-size:.88rem;background:var(--bg-surface);color:var(--text-heading);transition:border-color .15s,box-shadow .15s}.profile-field .form-input:focus{outline:none;border-color:var(--moss);box-shadow:0 0 0 3px #2d5a4324}.profile-field .form-input:disabled{background:var(--bg-inset);color:var(--text-tertiary)}.profile-card-actions{display:flex;justify-content:flex-end;gap:.5rem;border-top:1px solid var(--border-subtle);margin-top:1rem;padding-top:.9rem}.profile-pw-fields{display:flex;flex-direction:column;gap:.8rem}.profile-msg{padding:.62rem .8rem;border-radius:.5rem;font-size:.82rem;font-weight:500;margin-bottom:.75rem}.profile-msg--success{background:var(--status-green-bg);color:var(--status-green-text);border:1px solid rgba(45,139,85,.35)}.profile-msg--error{background:var(--danger-soft);color:var(--danger-text);border:1px solid rgba(198,40,40,.35)}@media(max-width:640px){.profile-hero{flex-direction:column;align-items:stretch;padding:1rem}.profile-hero-left{flex-direction:column;align-items:center;text-align:center}.profile-meta{justify-content:center}.profile-grid{grid-template-columns:1fr}.profile-card-actions{flex-direction:column}.profile-card-actions .btn{width:100%}}@keyframes homeCardRise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-page{padding:2rem 2rem 2.5rem;max-width:1520px;margin:0 auto;display:flex;flex-direction:column;gap:1.05rem;position:relative;isolation:isolate;overflow:visible}.home-page:before{content:none}.home-landing{width:100%;max-width:none;margin:calc(var(--nav-height) * -1) 0 0;align-items:center;justify-content:center;min-height:100dvh;padding-top:calc(var(--nav-height) + clamp(1rem,3vh,1.8rem) - 20px);padding-bottom:clamp(4rem,9vh,6.5rem);gap:1.8rem;position:relative;background:linear-gradient(180deg,#0a2e22,#0f4430,#175e42 64%,#1a6a4a)}.home-landing:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(60% 40% at 50% 28%,rgba(241,205,120,.1) 0%,transparent 70%),radial-gradient(80% 60% at 50% 100%,rgba(4,18,13,.25) 0%,transparent 65%)}.home-landing:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.08;background:repeating-linear-gradient(0deg,#ffffff06,#ffffff06 1px,#0000 1px,#0000 3px)}.home-landing-logo-wrap{display:flex;align-items:center;justify-content:center;animation:homeCardRise .6s ease-out both;position:relative;z-index:1}.home-landing-logo{height:7.9rem;width:auto;filter:drop-shadow(0 4px 20px rgba(241,199,93,.16)) drop-shadow(0 1px 2px rgba(0,0,0,.3))}.home-landing-logo--dark{display:none}.home-landing-greeting{margin:-.15rem 0 0;font-size:.94rem;font-weight:500;color:#f4e9c69e;letter-spacing:.14em;text-transform:uppercase;font-style:normal;animation:homeCardRise .6s ease-out .08s both;position:relative;z-index:1}.home-landing-stats:before{content:"";display:block;width:7rem;height:1px;background:linear-gradient(90deg,transparent,rgba(241,199,93,.42),transparent);flex-basis:100%;margin:-.35rem auto .15rem}.home-landing-stats{display:flex;justify-content:center;align-items:flex-end;gap:1rem;flex-wrap:wrap;animation:homeCardRise .6s ease-out .14s both;position:relative;z-index:1}.home-landing-stat{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem 1.65rem;min-width:8rem;text-align:center;border-radius:1rem;background:linear-gradient(180deg,#04171180,#04140f9e);border:1px solid rgba(235,203,133,.14);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000038;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-landing-stat-value{font-size:2.15rem;font-weight:720;color:#f4e9c6db;line-height:1;letter-spacing:-.015em}.home-landing-stat-label{font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.135em;color:#f4e9c675}.home-landing-stat--hero{padding:1.85rem 2.65rem;min-width:9.5rem;border-radius:1rem;background:linear-gradient(180deg,#3d51306b,#2236299e);border:1px solid rgba(241,199,93,.4);box-shadow:inset 0 1px #ffe7ac42,0 16px 34px #00000052,0 0 40px #f1c75d1a;transform:translateY(-8px)}.home-landing-stat--hero .home-landing-stat-value{font-size:3.28rem;font-weight:800;background:linear-gradient(175deg,#fbe5a0,#d4a832,#b8912a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 1px 6px rgba(212,168,50,.26))}.home-landing-stat--hero .home-landing-stat-label{color:#f5d97ebd;letter-spacing:.16em;font-weight:700}@media(max-width:640px){.home-landing{padding-top:calc(5.25rem - 20px);padding-bottom:2.5rem;gap:1.2rem}.home-landing-logo{height:5.4rem}.home-landing-greeting{font-size:.82rem;letter-spacing:.1em}.home-landing-stats{gap:.6rem}.home-landing-stat{padding:1rem 1.2rem;min-width:5.5rem}.home-landing-stat--hero{padding:1.2rem 1.6rem;min-width:7rem}.home-landing-stat--hero .home-landing-stat-value{font-size:2.2rem}.home-landing-stat-value{font-size:1.6rem}.home-landing-stat-label{font-size:.58rem}}@media(prefers-reduced-motion:reduce){.home-landing-logo-wrap,.home-landing-stats{animation:none;transition:none}}.um-page-layout{--um-surface: linear-gradient( 180deg, rgba(255, 255, 255, .97) 0%, rgba(249, 244, 236, .94) 100% );--um-surface-soft: rgba(248, 242, 233, .9);--um-surface-strong: rgba(255, 250, 244, .98);--um-border: rgba(120, 94, 61, .14);--um-border-strong: rgba(120, 94, 61, .24);--um-shadow: 0 16px 28px rgba(71, 50, 23, .08);--um-text: #31261a;--um-text-soft: #675641;--um-text-muted: #8c785f;--um-accent: #8c6a44;--um-accent-strong: #6f5232;--um-accent-soft: rgba(140, 106, 68, .11);--um-emerald-soft: rgba(41, 97, 68, .1);--um-emerald-line: rgba(41, 97, 68, .2);display:grid;grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr);gap:1.15rem;align-items:flex-start;padding:1.35rem 1.6rem 1.8rem;max-width:92rem;margin:0 auto}.um-main{display:flex;flex-direction:column;gap:1rem}.um-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(19rem,.9fr);gap:1.1rem;background:var(--um-surface);border:1px solid var(--um-border);border-radius:1.3rem;padding:1.3rem;box-shadow:0 22px 42px #47321717;background:radial-gradient(90% 130% at 0% 0%,#8c6a4426,#8c6a4400 56%),linear-gradient(135deg,#ffffff38,#fff0 46%),var(--um-surface)}.um-hero-copy{min-width:0;align-self:center}.um-kicker{display:inline-block;margin-bottom:.3rem;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--um-accent)}.um-page-title{margin:0;font-size:2rem;font-weight:700;color:var(--um-text);line-height:1.05}.um-page-subtitle{margin:.48rem 0 0;color:var(--um-text-soft);font-size:1rem;line-height:1.55;max-width:40rem}.um-hero-highlights{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.1rem}.um-hero-pill{display:inline-flex;align-items:center;padding:.52rem .8rem;border-radius:999px;border:1px solid var(--um-border);background:#ffffff8c;color:var(--um-accent-strong);font-size:.79rem;font-weight:600;box-shadow:inset 0 1px #ffffffbf}.um-refresh-btn{white-space:nowrap}.um-command-panel{display:flex;flex-direction:column;gap:.95rem;min-height:100%;padding:1rem;border-radius:1.1rem;border:1px solid var(--um-border);background:linear-gradient(180deg,#ffffffc7,#f8f2e8e6);box-shadow:inset 0 1px #ffffffc7}.um-command-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.um-command-copy{display:flex;flex-direction:column;gap:.2rem}.um-command-kicker,.um-card-kicker,.um-side-kicker{display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--um-accent)}.um-command-title{margin:0;color:var(--um-text);font-size:.92rem;font-weight:700;line-height:1.4}.um-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.um-command-btn{min-height:3.4rem;border-radius:.95rem;font-size:.98rem;font-weight:700;box-shadow:0 16px 24px #1a472e1f}.um-command-btn-secondary{background:#ffffff9e;border-color:var(--um-border-strong);color:var(--um-text)}.um-command-note{margin:0;color:var(--um-text-muted);font-size:.78rem;line-height:1.5}.um-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.um-kpi-card{background:var(--um-surface);border:1px solid var(--um-border);border-radius:1rem;padding:.9rem .95rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:var(--um-shadow);position:relative;overflow:hidden}.um-kpi-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,#296144e0,#8c6a44a6)}.um-kpi-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--um-text-muted)}.um-kpi-value{font-size:1.75rem;font-weight:800;color:var(--um-text);line-height:1}.um-loading{padding:.65rem .2rem}.um-section-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.um-section-count{font-size:.75rem;color:var(--um-text-muted);font-weight:600}.um-pending-section{background:var(--um-surface);border:1px solid rgba(156,115,65,.28);border-radius:1rem;padding:.9rem;box-shadow:var(--um-shadow)}.um-pending-list{display:flex;flex-direction:column;gap:.6rem;margin-top:.7rem}.um-pending-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.75rem .85rem;background:linear-gradient(180deg,#9c734114,#9c73410a);border:1px solid rgba(156,115,65,.22);border-radius:.85rem}.um-pending-info{display:flex;flex-direction:column;gap:.18rem;font-size:.8rem;color:var(--um-text-soft)}.um-pending-info strong{font-size:.9rem;color:var(--um-text)}.um-date{color:var(--um-text-muted);font-size:.72rem}.um-pending-actions{display:flex;gap:.45rem;flex-shrink:0}.um-controls-card{background:var(--um-surface);border:1px solid var(--um-border);border-radius:1.05rem;padding:1rem 1rem .95rem;box-shadow:var(--um-shadow)}.um-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.8rem}.um-card-head .settings-section-title{margin:.16rem 0 0}.um-controls-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:.7rem}.um-field{display:flex;flex-direction:column;gap:.32rem}.um-field label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em;color:var(--um-text-muted)}.um-field .form-input,.um-filter-select{width:100%;border:1px solid var(--um-border);border-radius:.75rem;padding:.52rem .66rem;background:#ffffff7a;color:var(--um-text);font-size:.84rem;transition:border-color .15s,box-shadow .15s}.um-field .form-input:focus,.um-filter-select:focus{outline:none;border-color:#785e3d47;box-shadow:0 0 0 3px var(--um-accent-soft)}.um-controls-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.7rem;color:var(--um-text-muted);font-size:.78rem;font-weight:600}.um-clear-btn{padding:.34rem .56rem}.um-users-section{background:var(--um-surface);border:1px solid var(--um-border);border-radius:1.1rem;box-shadow:var(--um-shadow);padding:1rem 1rem 1.05rem}.um-table-wrap{overflow-x:auto;margin-top:.6rem}.um-table{width:100%;border-collapse:collapse;min-width:52rem;font-size:.82rem}.um-table th{text-align:left;padding:.58rem .68rem;font-size:.71rem;font-weight:700;text-transform:uppercase;letter-spacing:.045em;color:var(--um-text-soft);border-bottom:1px solid var(--um-border);white-space:nowrap}.um-table td{padding:.62rem .68rem;border-bottom:1px solid rgba(120,94,61,.12);color:var(--um-text);vertical-align:top}.um-table tbody tr:hover{background:var(--um-surface-soft)}.um-user-cell{display:flex;flex-direction:column;gap:.24rem}.um-user-line{display:flex;align-items:center;gap:.45rem}.um-user-name{font-weight:700;color:var(--um-text)}.um-you-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--um-accent-strong);background:var(--um-accent-soft);border-radius:999px;padding:.12rem .42rem}.um-user-sub{display:flex;flex-direction:column;gap:.1rem;font-size:.74rem;color:var(--um-text-muted)}.um-role-badge{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--um-text-soft);background:var(--um-surface-soft);border:1px solid var(--um-border);border-radius:999px;padding:.18rem .55rem;display:inline-block}.um-role-select{font-size:.76rem;padding:.38rem .56rem;border:1px solid var(--um-border);border-radius:999px;background:#ffffff70;color:var(--um-text)}.um-status-badge{display:inline-block;font-size:.66rem;font-weight:700;padding:.18rem .52rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.um-status-active{background:var(--status-green-bg);color:var(--status-green-text)}.um-status-pending{background:var(--accent-muted);color:var(--accent-text)}.um-status-denied{background:var(--danger-soft);color:var(--danger-text)}.um-actions{display:flex;gap:.375rem;flex-wrap:nowrap;white-space:nowrap;align-items:center}.um-actions .btn{flex:0 0 auto;min-height:2.1rem;border-radius:.72rem}.um-actions .btn-outline{background:#ffffff85;border-color:var(--um-border)}.um-actions .btn-danger{box-shadow:none}.um-table th:last-child,.um-table td:last-child{white-space:nowrap}.um-table td:last-child{min-width:14rem}.um-self-note{color:var(--um-text-muted);font-size:.75rem;font-weight:600}.um-reset-modal{max-width:400px}.um-reset-sub{font-size:.88rem;color:var(--text-body);margin-bottom:1rem}.um-refresh-btn{background:#ffffff94}.um-invite-modal{max-width:38rem}.um-create-modal{max-width:32rem}.um-invite-desc{color:var(--um-text-soft);font-size:.875rem;margin-bottom:1rem}.um-invite-field{margin-bottom:.75rem}.um-invite-field label{display:block;font-weight:600;font-size:.8125rem;color:var(--um-text);margin-bottom:.25rem}.um-field-note{display:block;margin-top:.35rem;font-size:.75rem;line-height:1.45;color:var(--um-text-muted)}.um-invitations-section{margin-bottom:1rem;background:var(--um-surface);border:1px solid var(--um-border);border-radius:1.05rem;padding:.95rem 1rem;box-shadow:var(--um-shadow)}.um-invite-list{display:flex;flex-direction:column;gap:.5rem}.um-invite-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--um-surface-strong);border:1px solid var(--um-border);border-radius:.85rem}.um-invite-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.um-invite-meta{font-size:.8125rem;color:var(--um-text-muted)}.um-invite-textarea{resize:vertical;min-height:6rem;font-size:.875rem;line-height:1.5}.um-emails-counter{display:block;margin-top:.3rem;font-size:.75rem;color:var(--um-text-muted)}.um-invite-results{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;max-height:18rem;overflow-y:auto}.um-invite-result-row{display:grid;grid-template-columns:1.5rem 1fr auto auto;align-items:center;gap:.5rem;padding:.6rem .75rem;background:var(--um-surface-strong);border:1px solid var(--um-border);border-radius:.85rem;font-size:.8125rem}.um-invite-result-row--error{border-color:var(--color-danger, #dc2626);background:color-mix(in srgb,var(--color-danger, #dc2626) 6%,var(--bg-surface))}.um-invite-result-icon{font-size:1rem;line-height:1}.um-invite-result-email{font-weight:600;color:var(--um-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.um-invite-result-status{color:var(--um-text-soft);font-size:.75rem;white-space:nowrap}.um-empty{text-align:center;color:var(--um-text-muted);padding:1rem}.um-guide{background:var(--um-surface);border:1px solid var(--um-border);border-radius:1.05rem;padding:1.05rem 1.1rem;box-shadow:var(--um-shadow);position:static}.um-side-stack{display:flex;flex-direction:column;gap:1rem}.um-side-card{background:var(--um-surface);border:1px solid var(--um-border);border-radius:1.05rem;padding:1.05rem 1.1rem;box-shadow:var(--um-shadow);position:relative;overflow:hidden}.um-side-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,#8c6a44c2,#8c6a4429)}.um-side-card-priority:before{background:linear-gradient(90deg,#296144d1,#8c6a4475)}.um-side-title{margin:.32rem 0 .9rem;font-size:1.12rem;font-weight:700;color:var(--um-text)}.um-side-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.um-side-list li{position:relative;padding-left:.95rem;color:var(--um-text-soft);font-size:.82rem;line-height:1.5}.um-side-list li:before{content:"";position:absolute;left:0;top:.55rem;width:5px;height:5px;border-radius:999px;background:var(--um-accent)}.um-side-list strong{color:var(--um-text);font-weight:700}.um-guide-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:0}.um-guide-chevron{font-size:.7rem;color:var(--um-text-muted);transition:transform .2s}.um-guide-chevron-open{transform:rotate(180deg)}.um-guide-title{margin:0;font-size:.98rem;font-weight:700;color:var(--um-text)}.um-guide-section{margin-bottom:.9rem}.um-guide-section:last-child{margin-bottom:0}.um-guide-heading{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--um-text-muted);margin-bottom:.45rem}.um-guide-item{margin-bottom:.45rem}.um-guide-item:last-child{margin-bottom:0}.um-guide-label{font-size:.78rem;font-weight:700;color:var(--um-text)}.um-guide-item p{font-size:.76rem;color:var(--um-text-soft);margin:.16rem 0 0;line-height:1.35}.um-guide-list{list-style:none;padding:0;margin:0;font-size:.76rem;color:var(--um-text-soft);line-height:1.35}.um-guide-list li{margin-bottom:.35rem;padding-left:.7rem;position:relative}.um-guide-list li:before{content:"";position:absolute;left:0;top:.45em;width:4px;height:4px;border-radius:999px;background:var(--um-text-muted)}[data-theme=dark] .um-page-layout{--um-surface: linear-gradient(180deg, rgba(58, 51, 45, .92) 0%, rgba(45, 39, 35, .94) 100%);--um-surface-soft: rgba(82, 71, 61, .56);--um-surface-strong: rgba(73, 63, 54, .82);--um-border: rgba(208, 181, 144, .18);--um-border-strong: rgba(208, 181, 144, .28);--um-shadow: 0 16px 28px rgba(0, 0, 0, .18);--um-text: #f2e7d7;--um-text-soft: #dbcab2;--um-text-muted: #baa58a;--um-accent: #d6b280;--um-accent-strong: #e7cfaa;--um-accent-soft: rgba(214, 178, 128, .16);--um-emerald-soft: rgba(111, 171, 135, .12);--um-emerald-line: rgba(111, 171, 135, .24)}[data-theme=dark] .um-hero,[data-theme=dark] .um-side-card,[data-theme=dark] .um-pending-section,[data-theme=dark] .um-controls-card,[data-theme=dark] .um-users-section,[data-theme=dark] .um-invitations-section,[data-theme=dark] .um-guide{box-shadow:var(--um-shadow)}[data-theme=dark] .um-hero{background:radial-gradient(95% 145% at 0% 0%,#d6b28024,#d6b28000 54%),var(--um-surface)}[data-theme=dark] .um-command-panel{background:linear-gradient(180deg,#6355465c,#4c403699)}[data-theme=dark] .um-field .form-input,[data-theme=dark] .um-filter-select,[data-theme=dark] .um-role-select{background:#fff8ee08}[data-theme=dark] .um-refresh-btn,[data-theme=dark] .um-actions .btn-outline{background:#fff8ee0d}[data-theme=dark] .um-hero-pill,[data-theme=dark] .um-invite-row,[data-theme=dark] .um-invite-result-row,[data-theme=dark] .um-side-card{background:#fff8ee08}.um-guide-list li:last-child{margin-bottom:0}@media(max-width:1200px){.um-page-layout{grid-template-columns:1fr}.um-guide{position:static}}@media(max-width:900px){.um-page-layout{padding:1rem}.um-hero{grid-template-columns:1fr}.um-command-panel{width:100%}.um-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.um-controls-grid{grid-template-columns:1fr}.um-controls-meta{flex-direction:column;align-items:flex-start}.um-pending-card{grid-template-columns:1fr}.um-pending-actions{width:100%}.um-pending-actions .btn{flex:1}}@media(max-width:640px){.um-page-layout{padding:.8rem;gap:.8rem}.um-hero{padding:1rem}.um-page-title{font-size:1.6rem}.um-page-subtitle{font-size:.92rem}.um-command-head,.um-card-head{flex-direction:column;align-items:flex-start}.um-command-grid,.um-kpi-grid{grid-template-columns:1fr}.um-table{min-width:44rem}.um-actions{flex-wrap:wrap}.um-users-section,.um-pending-section,.um-controls-card,.um-invitations-section,.um-side-card,.um-guide{padding:.75rem}}.proj-dash{width:100%;max-width:none;margin:0;display:grid;align-items:start;align-content:start;gap:1rem;border-radius:0 0 .95rem .95rem;padding:1rem;background:linear-gradient(180deg,#ffffffbd,#fcfaf68f);border:1px solid rgba(212,201,181,.5)}.proj-dash-hero{margin-bottom:0;align-self:start}.proj-dash-item-details,.proj-dash-item-team,.proj-dash-item-next,.proj-dash-item-activity,.proj-dash-item-bid,.proj-dash-item-bond,.proj-dash-item-rfis{grid-column:auto}.proj-dash-item-team>.proj-dash-card{margin:0}.proj-dash-item-activity .activity-list{max-height:24rem;overflow:auto;padding-right:.2rem}.proj-next-action-list{display:grid;gap:.55rem}.proj-next-action-btn{border:1px solid rgba(216,203,181,.85);border-radius:.65rem;background:#ffffffd1;color:var(--text-body);text-align:left;display:grid;gap:.18rem;padding:.62rem .72rem}button.proj-next-action-btn{cursor:pointer}button.proj-next-action-btn:hover{border-color:#2d5a435c;background:#f1f8f4e0}.proj-next-action-title{font-size:.78rem;font-weight:700;color:var(--text-heading)}.proj-next-action-detail{font-size:.74rem;color:var(--text-tertiary);line-height:1.35}.proj-next-action-cta{margin-top:.18rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.045em;color:var(--moss-dark)}.proj-dash-layout{display:grid;grid-template-columns:minmax(0,1.68fr) minmax(21.5rem,.95fr);gap:1rem 1.1rem;align-items:start}.proj-dash-bottom{display:grid;gap:1rem;margin-top:1rem}.proj-dash-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.proj-dash-bottom-grid>:only-child{grid-column:1 / -1}.proj-dash-main,.proj-dash-side{display:grid;gap:.9rem;align-content:start}.proj-dash-side{position:sticky;top:.85rem}.proj-dash-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:0}.proj-dash-pills-kpi{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.proj-dash-pills-kpi-bottom{margin-bottom:.75rem}.proj-dash-pill{display:grid;gap:.08rem;align-items:flex-start;background:linear-gradient(180deg,#fffffff5,#f8f5efe6);border:1px solid rgba(209,195,170,.82);border-radius:.68rem;padding:.54rem .72rem;min-width:6rem;box-shadow:0 1px 2px #22222208}.proj-dash-pill-label{font-size:.645rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:.1rem}.proj-dash-pill-value{font-size:1rem;font-weight:800;color:var(--text-heading);line-height:1.1}.proj-dash-pill-value-alert{color:var(--danger)}.proj-dash-hero .proj-dash-pill{position:relative;overflow:hidden;border-radius:.8rem;padding:.58rem .84rem;border:1px solid rgba(232,219,194,.35);background:linear-gradient(155deg,#ffffff2e,#ffffff14 52%,#ffffff0a);box-shadow:inset 0 1px #ffffff3d,0 12px 24px #09141033;-webkit-backdrop-filter:blur(7px) saturate(130%);backdrop-filter:blur(7px) saturate(130%);min-width:5.25rem}.proj-dash-hero .proj-dash-pill:before{content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:linear-gradient(90deg,#ffffff5c,#ffffff1a);pointer-events:none}.proj-dash-hero .proj-card-pills{width:min(23rem,100%)}.proj-dash-hero-metrics{width:100%;display:grid;gap:.4rem}.proj-dash-hero-metrics-title{font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#f5eddebd}.proj-dash-hero .proj-dash-pills-kpi-hero{grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.proj-dash-hero .proj-dash-pills-kpi-hero .proj-dash-pill{min-width:0;min-height:3.15rem;padding:.4rem .58rem}.proj-dash-hero .proj-dash-pills-kpi-hero .proj-dash-pill-value{font-size:1.08rem}.proj-dash-hero .proj-dash-pill-label{color:#f5eddec7;font-size:.64rem;letter-spacing:.085em;margin-bottom:.16rem}.proj-dash-hero .proj-dash-pill-value{color:#fff4db;font-size:1.08rem;line-height:1.12;letter-spacing:-.01em;text-shadow:0 1px 0 rgba(8,18,14,.32);white-space:nowrap;font-variant-numeric:tabular-nums}.proj-dash-card{background:linear-gradient(180deg,#fffffff0,#fcfaf6e6);border:1px solid rgba(216,203,181,.82);border-radius:.88rem;padding:1rem 1.05rem;box-shadow:0 6px 14px #1c1e200e;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.proj-dash-card-header{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.68rem}.proj-dash-card-title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.085em;color:var(--text-tertiary);margin-bottom:.5rem}.proj-dash-card-header .proj-dash-card-title{margin-bottom:0}.proj-dash-card-subtitle{margin:0 0 .7rem;font-size:.76rem;color:var(--text-tertiary);line-height:1.4}.proj-dash-card-provenance{margin:-.05rem 0 .75rem}.proj-dash-card-meta{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.proj-dash-big-number{font-size:2.45rem;font-weight:800;color:var(--text-heading);line-height:1.1;margin-bottom:.78rem;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.proj-dash-basis-text{margin:0 0 .5rem;font-size:.8125rem;color:var(--text-tertiary)}.proj-dash-basis-pills{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.proj-dash-basis-pill{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;border-radius:999px;padding:.16rem .55rem}.proj-dash-basis-pill-selected{background:#2a35281f;color:var(--cave)}.proj-dash-basis-pill-lowest{background:#6a59401f;color:var(--bark)}.proj-dash-sub-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-bottom:.85rem;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.proj-dash-sub-stat{display:grid;gap:.12rem;padding:.45rem .5rem;background:#2d5a430d;border:1px solid rgba(45,90,67,.12);border-radius:.5rem}.proj-dash-sub-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin-bottom:.125rem}.proj-dash-sub-value{font-size:1rem;font-weight:700;color:var(--text-body);font-variant-numeric:tabular-nums}.proj-dash-coverage{margin-top:.35rem}.proj-dash-coverage-bar{width:100%;height:8px;background:var(--bg-surface-muted);border-radius:4px;overflow:hidden;margin-bottom:.375rem}.proj-dash-coverage-fill{height:100%;background:var(--moss);border-radius:4px;transition:width .4s ease}.proj-dash-coverage-text{font-size:.75rem;color:var(--text-tertiary);font-weight:500}.proj-dash-readiness{margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(201,208,201,.75)}.proj-dash-readiness-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.proj-dash-readiness-title{font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.proj-dash-readiness-score{font-size:.76rem;font-weight:700;color:var(--text-tertiary)}.proj-dash-readiness-pills{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.6rem}.proj-dash-readiness-list{display:flex;flex-direction:column;gap:.45rem}.proj-dash-readiness-footer{display:flex;justify-content:flex-start;padding-top:.1rem}.proj-dash-readiness-toggle{border:1px solid rgba(45,90,67,.16);background:#edf5f0f0;color:var(--moss-dark);border-radius:999px;padding:.34rem .72rem;font-size:.72rem;font-weight:700;cursor:pointer}.proj-dash-readiness-toggle:hover{border-color:#2d5a4347;background:#e5f1eafa}.proj-dash-readiness-item{width:100%;text-align:left;border:1px solid rgba(194,202,196,.88);background:#fafbf8f5;border-radius:14px;padding:.72rem .8rem;cursor:pointer;transition:border-color .16s ease,transform .16s ease,background-color .16s ease}.proj-dash-readiness-item:hover{border-color:#6c8b79db;background:#f3f8f4fa;transform:translateY(-1px)}.proj-dash-readiness-item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}.proj-dash-readiness-item-title{font-size:.86rem;font-weight:700;color:var(--text-heading)}.proj-dash-readiness-item-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.12rem .48rem;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(177,184,177,.9);background:#f6f6f4f2;color:var(--text-tertiary)}.proj-dash-readiness-item-text,.proj-dash-readiness-empty{display:block;font-size:.78rem;line-height:1.4;color:var(--text-tertiary)}.proj-dash-readiness-empty{margin:0}.proj-dash-edit-btn{font-size:.72rem;font-weight:700;color:var(--moss-dark);background:#2d5a4314;border:1px solid rgba(45,90,67,.3);border-radius:999px;padding:.3rem .74rem;min-height:2rem;cursor:pointer;transition:background .15s,color .15s}.proj-dash-edit-btn:hover{background:var(--moss);color:#fff7e8}.proj-dash-edit-btn:focus-visible{outline:2px solid rgba(45,90,67,.38);outline-offset:2px}.proj-dash-edit-actions{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.proj-dash-edit-actions .proj-delete-link{margin-left:auto}.proj-dash-details-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.52rem}.proj-dash-detail-row{display:grid;gap:.22rem;padding:.56rem .65rem;border:1px solid rgba(216,203,181,.72);border-radius:.55rem;background:#ffffffbf}.proj-dash-detail-row:last-child{border-bottom:1px solid rgba(216,203,181,.72)}.proj-dash-detail-row-wide{grid-column:1 / -1}.proj-dash-detail-label{font-size:.75rem;font-weight:700;color:var(--text-tertiary);white-space:normal;min-width:0}.proj-dash-detail-value{font-size:.84rem;color:var(--text-body);text-align:left;word-break:break-word}.proj-panel-notes{border-radius:0 0 .9rem .9rem}.proj-notes-panel{display:grid;gap:1.25rem}.proj-notes-hero,.proj-notes-manual,.proj-notes-reference{border:1px solid rgba(216,203,181,.72);border-radius:14px;background:linear-gradient(180deg,#fffcf7fa,#f8f2e7eb);box-shadow:0 14px 28px #54401f0f}.proj-notes-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;flex-wrap:wrap}.proj-notes-hero-title,.proj-notes-manual-title,.proj-notes-reference-title{color:var(--text-body);font-size:1rem;font-weight:800;letter-spacing:-.01em}.proj-notes-hero-text,.proj-notes-manual-text,.proj-notes-reference-text{margin-top:.35rem;color:var(--text-muted);font-size:.84rem;line-height:1.55;max-width:64ch}.proj-notes-hero-stats,.proj-notes-manual-stats{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.4rem}.proj-notes-progress{display:grid;gap:.35rem;width:100%;margin-top:-.1rem}.proj-notes-progress-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--text-muted);font-size:.78rem;font-weight:600}.proj-notes-progress-bar{width:100%;height:8px;border-radius:999px;background:#b8963e1f;overflow:hidden}.proj-notes-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2d5a43e6,#b8963ee6);transition:width .2s ease}.proj-notes-phase-toggle{display:flex;gap:.5rem;border-bottom:2px solid var(--border-default);padding-bottom:0}.proj-notes-phase-btn{display:flex;align-items:center;gap:.45rem;padding:.45rem 1rem .6rem;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;font-size:.88rem;font-weight:600;color:var(--text-tertiary);cursor:pointer;transition:color .15s,border-color .15s}.proj-notes-phase-btn:hover{color:var(--text-body)}.proj-notes-phase-btn-active{color:var(--accent-gold, #b8963e);border-bottom-color:var(--accent-gold, #b8963e)}.proj-notes-phase-btn-empty{opacity:.72}.proj-notes-phase-count{font-size:.7rem;font-weight:600;background:#b8963e1f;color:var(--accent-gold, #b8963e);border-radius:10px;padding:.1em .6em;white-space:nowrap}.proj-notes-phase-btn-active .proj-notes-phase-count{background:#b8963e33}.proj-notes-sections{display:grid;gap:.75rem}.proj-notes-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.9rem;flex-wrap:wrap;padding:.85rem 1rem;border:1px solid rgba(216,203,181,.7);border-radius:10px;background:linear-gradient(180deg,#fffbf5f5,#f7f0e4d1)}.proj-notes-toolbar-summary{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.proj-notes-toolbar-state{color:var(--text-tertiary);font-size:.76rem;font-weight:700}.proj-notes-toolbar-pill{display:inline-flex;align-items:center;padding:.24rem .62rem;border-radius:999px;background:#b8963e1c;color:var(--accent-gold, #b8963e);font-size:.72rem;font-weight:700;letter-spacing:.02em}.proj-notes-toolbar-note{color:var(--text-muted);font-size:.76rem}.proj-notes-toolbar-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.proj-notes-view-toggle{display:inline-flex;align-items:center;gap:.28rem;padding:.2rem;border-radius:999px;background:#b8963e14;border:1px solid rgba(216,203,181,.72)}.proj-notes-view-btn,.proj-notes-toolbar-btn{border:1px solid transparent;background:transparent;color:var(--text-tertiary);font-size:.76rem;font-weight:700;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.proj-notes-view-btn{padding:.35rem .75rem;border-radius:999px}.proj-notes-view-btn:hover,.proj-notes-toolbar-btn:hover{color:var(--text-body)}.proj-notes-view-btn-active{background:#b8963e2e;color:var(--accent-gold, #b8963e)}.proj-notes-toolbar-btn{padding:.35rem .7rem;border-radius:8px;border-color:#d8cbb5b8;background:#ffffffad}.proj-notes-section{border:1px solid rgba(216,203,181,.72);border-radius:8px;background:#ffffffb3;overflow:hidden;scroll-margin-top:1rem;transition:box-shadow .18s ease,border-color .18s ease}.proj-notes-section-open{box-shadow:0 10px 24px #54401f12}.proj-notes-focus-target{border-color:#2d5a4352;box-shadow:0 0 0 3px #2d5a431c,0 14px 32px #2d5a431f}.proj-notes-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem 1rem;background:#b8963e14;border-bottom:1px solid rgba(216,203,181,.5);border:none;text-align:left;cursor:pointer;transition:background .15s ease}.proj-notes-section-header:hover{background:#b8963e1f}.proj-notes-section-head-main,.proj-notes-section-head-meta{display:flex;align-items:center;gap:.55rem;min-width:0}.proj-notes-section-head-main{flex-direction:column;align-items:flex-start;gap:.15rem}.proj-notes-section-subtitle{color:var(--text-muted);font-size:.76rem}.proj-notes-section-chevron{color:var(--text-muted);font-size:.8rem;transition:transform .15s ease}.proj-notes-section-chevron-open{transform:rotate(180deg)}.proj-notes-section-title{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary)}.proj-notes-section-progress{font-size:.68rem;font-weight:600;color:var(--accent-gold, #b8963e);background:#b8963e1f;padding:.15em .55em;border-radius:10px}.proj-notes-list{margin:0;padding:0;list-style:none;display:grid;gap:0}.proj-notes-row{display:grid;grid-template-columns:2rem 1fr 2rem;align-items:start;gap:.25rem;padding:.5rem .75rem;border-bottom:1px solid rgba(216,203,181,.3);transition:background .15s}.proj-notes-row:last-child{border-bottom:none}.proj-notes-row--alt{background:#b8963e0a}.proj-notes-row:hover{background:#b8963e14}.proj-notes-row--completed .proj-notes-text-main{text-decoration:line-through;color:var(--text-muted);opacity:.7}.proj-notes-row--flagged{background:#f1c75d1a;box-shadow:inset 3px 0 #b8963e99}.proj-notes-row--flagged:hover{background:#f1c75d26}.proj-notes-check{display:flex;align-items:center;justify-content:center;padding-top:.15rem;cursor:pointer}.proj-notes-check input{position:absolute;opacity:0;width:0;height:0}.proj-notes-checkmark{width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(160,140,100,.4);background:#fff;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.proj-notes-check input:checked+.proj-notes-checkmark{background:var(--accent-gold, #b8963e);border-color:var(--accent-gold, #b8963e)}.proj-notes-check input:checked+.proj-notes-checkmark:after{content:"";width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-.5px,-.5px)}.proj-notes-check:hover .proj-notes-checkmark{border-color:#b8963e99}.proj-notes-text{display:flex;flex-direction:column;gap:.25rem;padding-top:.05rem}.proj-notes-text-head{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem}.proj-notes-text-main{color:var(--text-body);font-size:.84rem;line-height:1.5}.proj-notes-merge-badge{display:inline-flex;align-items:center;padding:.08rem .38rem;border-radius:999px;border:1px solid rgba(184,150,62,.45);background:#b8963e1f;color:var(--accent-gold, #b8963e);font-size:.64rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1.2}.proj-notes-pill{display:inline-flex;align-items:center;padding:.14rem .48rem;border-radius:999px;border:1px solid rgba(45,90,67,.16);background:#e9f4eee6;color:var(--moss-dark);font-size:.64rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;line-height:1.2}.proj-notes-pill-due{border-color:#b8963e47;background:#fff8e4eb;color:#8a6a19}.proj-notes-helper{color:var(--text-muted);font-size:.74rem;line-height:1.45}.proj-notes-details{margin:0}.proj-notes-details-summary{cursor:pointer;color:var(--text-muted);font-size:.7rem;letter-spacing:.02em;list-style:none;font-weight:600}.proj-notes-details-summary::-webkit-details-marker{display:none}.proj-notes-details-summary:before{content:"▸";display:inline-block;margin-right:.28rem;transition:transform .12s ease}.proj-notes-details[open] .proj-notes-details-summary:before{transform:rotate(90deg)}.proj-notes-details-body{display:grid;gap:.35rem;margin-top:.22rem}.proj-notes-sources{margin:0}.proj-notes-sources-summary{cursor:pointer;color:var(--text-muted);font-size:.7rem;letter-spacing:.02em;list-style:none;font-weight:600}.proj-notes-sources-summary::-webkit-details-marker{display:none}.proj-notes-sources-summary:before{content:"▸";display:inline-block;margin-right:.28rem;transition:transform .12s ease}.proj-notes-sources[open] .proj-notes-sources-summary:before{transform:rotate(90deg)}.proj-notes-sources-list{display:grid;gap:.24rem;margin-top:.22rem}.proj-notes-source-item{display:flex;align-items:center;flex-wrap:wrap;gap:.32rem}.proj-notes-refsec{display:inline-block;font-size:.68rem;color:var(--gold);background:#d4af371a;padding:.1rem .4rem;border-radius:3px;margin-left:.5rem;vertical-align:middle;font-weight:500;letter-spacing:.01em}.proj-notes-source{color:var(--text-muted);font-size:.68rem}.proj-notes-source-open{margin-left:auto;border:1px solid rgba(45,90,67,.18);background:#ffffffeb;color:var(--moss);border-radius:999px;padding:.14rem .48rem;font-size:.66rem;font-weight:700;cursor:pointer;white-space:nowrap}.proj-notes-source-open:hover{border-color:#2d5a4347;background:#edf5f0f0}.proj-notes-flag{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;padding:.2rem;margin-top:.1rem;background:#ffffffc7;border:1px solid rgba(160,140,100,.32);color:#7a6e54b8;cursor:pointer;border-radius:8px;transition:color .15s,background .15s,border-color .15s,transform .15s}.proj-notes-flag:hover{color:var(--accent-gold, #b8963e);border-color:#b8963e7a;background:#b8963e1f;transform:translateY(-1px)}.proj-notes-flag--active{color:var(--accent-gold, #b8963e);border-color:#b8963e85;background:#f1c75d29}.proj-notes-empty-state{padding:1rem 1.1rem;border:1px dashed rgba(216,203,181,.82);border-radius:10px;background:#fffcf7b8;color:var(--text-muted);font-size:.84rem}.proj-notes-empty-inline{padding:.75rem 1rem .95rem;color:var(--text-muted);font-size:.78rem}.proj-notes-manual,.proj-notes-reference{padding:1rem 1.05rem 1.05rem}.proj-notes-manual-header,.proj-notes-reference-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.proj-notes-reference-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.proj-notes-reference-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.proj-notes-template-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.9rem}.proj-notes-template-btn{border:1px dashed rgba(45,90,67,.34);border-radius:999px;background:#edf5f0d1;color:var(--moss-dark);font-size:.72rem;font-weight:700;padding:.34rem .72rem;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.proj-notes-template-btn:hover{color:var(--moss-dark);border-color:#2d5a4375;background:#e5f1eafa}.proj-notes-template-btn:disabled{cursor:not-allowed;opacity:.55}.proj-notes-manual-editor{display:grid;gap:.8rem;margin-top:.95rem;padding:.9rem;border:1px solid rgba(216,203,181,.7);border-radius:12px;background:#ffffffc2;scroll-margin-top:1rem;transition:box-shadow .18s ease,border-color .18s ease}.proj-notes-manual-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto auto;gap:.65rem;align-items:center}.proj-user-notes-list{display:grid;gap:.75rem;margin-top:.95rem}.proj-user-note-card{display:grid;grid-template-columns:2rem minmax(0,1fr) 2rem;gap:.45rem;align-items:flex-start;padding:.85rem .9rem;border:1px solid rgba(216,203,181,.72);border-radius:12px;background:#ffffffd6;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.proj-user-note-card:hover{border-color:#b8963e6b;box-shadow:0 10px 24px #54401f0f}.proj-user-note-card--completed .proj-user-note-text{text-decoration:line-through;color:var(--text-muted)}.proj-user-note-card--flagged{border-color:#b8963e73;box-shadow:inset 3px 0 #b8963e99}.proj-user-note-body{min-width:0}.proj-user-note-head{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.proj-user-note-section,.proj-user-note-date{color:var(--text-muted);font-size:.72rem}.proj-user-note-section{font-weight:700}.proj-user-note-date{margin-left:auto}.proj-user-note-text{margin-top:.5rem;color:var(--text-body);font-size:.84rem;line-height:1.55;white-space:pre-wrap}.proj-user-note-actions{display:flex;align-items:center;gap:.55rem;margin-top:.65rem}.proj-user-note-action{border:none;background:transparent;color:var(--moss-dark);font-size:.72rem;font-weight:700;padding:0;cursor:pointer}.proj-user-note-action:hover{color:var(--moss)}.proj-user-note-action-danger{color:#aa5446}.proj-user-note-action-danger:hover{color:#8f3f34}.proj-notes-reference-sections{display:grid;gap:.8rem;margin-top:.95rem}.proj-notes-reference-section{border:1px solid rgba(216,203,181,.72);border-radius:12px;background:#ffffffc7;overflow:hidden;scroll-margin-top:1rem;transition:box-shadow .18s ease,border-color .18s ease}.proj-notes-reference-section--panel{overflow:visible}.proj-notes-reference-panel{padding:.95rem}.proj-notes-reference-bid-risk{gap:.7rem}.proj-notes-reference-list{display:grid}.proj-notes-reference-row{padding:.8rem .95rem;border-bottom:1px solid rgba(216,203,181,.34)}.proj-notes-reference-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .95rem .95rem;border-top:1px solid rgba(216,203,181,.28);background:#f9f6efb8;flex-wrap:wrap}.proj-notes-reference-meta{color:var(--text-muted);font-size:.74rem;font-weight:600}.proj-notes-reference-row:last-child{border-bottom:none}.proj-dash-pill-action{border:none;cursor:pointer;text-align:left;transition:transform .15s ease,box-shadow .15s ease}.proj-dash-pill-action:hover{transform:translateY(-1px);box-shadow:0 10px 20px #3a58481f}.proj-dash-workflow-progress{display:grid;gap:.35rem;margin-top:.85rem}.proj-dash-workflow-progress-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;color:var(--text-muted);font-size:.76rem;font-weight:600}.proj-dash-workflow-progress-bar{width:100%;height:8px;border-radius:999px;background:#b8963e1f;overflow:hidden}.proj-dash-workflow-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2d5a43e6,#b8963ee6);transition:width .2s ease}.proj-workflow-summary{display:grid;gap:.45rem;margin-top:.95rem;padding-top:.85rem;border-top:1px solid rgba(216,203,181,.55)}.proj-workflow-summary-title{color:var(--text-body);font-size:.86rem;font-weight:700}.proj-workflow-summary-meta{color:var(--text-muted);font-size:.76rem;line-height:1.45}.proj-workflow-summary-links{display:flex;flex-wrap:wrap;gap:.45rem}.proj-workflow-summary-link{display:inline-flex;align-items:center;gap:.45rem;border:1px solid rgba(216,203,181,.85);border-radius:999px;background:#ffffffeb;color:var(--text-body);font-size:.72rem;font-weight:700;padding:.34rem .7rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.proj-workflow-summary-link:hover{border-color:#2d5a433d;background:#edf5f0f0;color:var(--moss-dark)}@media(max-width:980px){.proj-notes-hero,.proj-notes-manual-header,.proj-notes-reference-header{flex-direction:column}.proj-notes-hero-stats,.proj-notes-manual-stats,.proj-notes-reference-actions{justify-content:flex-start}.proj-notes-manual-controls{grid-template-columns:1fr 1fr}}@media(max-width:720px){.proj-notes-manual-controls{grid-template-columns:1fr}.proj-user-note-card,.proj-notes-row{grid-template-columns:1.8rem minmax(0,1fr)}.proj-user-note-card>.proj-notes-flag,.proj-notes-row>.proj-notes-flag{grid-column:2;justify-self:end;margin-top:0}}.proj-info-link{display:inline-block;max-width:100%;overflow-wrap:anywhere}.proj-dash-empty{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.proj-dash-empty .team-empty{padding:0}.proj-dash-empty-btn{border:1px dashed rgba(78,123,100,.65);background:#e9f4eed1;color:var(--moss-dark);border-radius:999px;font-size:.74rem;font-weight:700;padding:.28rem .72rem;cursor:pointer}.proj-dash-empty-btn:hover{border-style:solid;background:#e1f0e8e6}.proj-dash-empty-btn:focus-visible{outline:2px solid rgba(45,90,67,.42);outline-offset:2px}.proj-rfi-row-clickable{cursor:pointer}.proj-rfi-row-clickable:hover{background:#eef3efcc;border-radius:.5rem}.proj-dash-contacts-section{display:flex;flex-direction:column;gap:.5rem}.proj-dash-contacts-header{display:flex;align-items:center;justify-content:space-between}.proj-contact-list{display:grid;gap:.7rem}.proj-contact-card{border:1px solid rgba(216,202,180,.85);border-radius:.65rem;background:#f9f7f2cc;padding:.68rem .78rem}.proj-contact-card-edit{border-color:var(--border-mid);background:var(--bg-surface)}.proj-contact-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.3rem}.proj-contact-role{display:inline-flex;align-items:center;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--moss-dark);background:var(--moss-faint);border:1px solid rgba(45,90,67,.2);border-radius:999px;padding:.14rem .45rem}.proj-contact-actions{display:inline-flex;align-items:center;gap:.3rem}.proj-contact-action{border:1px solid var(--border-mid);background:var(--bg-surface);color:var(--text-tertiary);border-radius:.35rem;font-size:.7rem;font-weight:700;padding:.12rem .42rem}.proj-contact-action:hover{border-color:var(--moss);color:var(--moss-dark)}.proj-contact-action-danger{color:var(--danger)}.proj-contact-action-danger:hover{border-color:var(--danger);background:var(--danger-soft)}.proj-contact-name{font-size:.9rem;font-weight:700;color:var(--text-heading)}.proj-contact-meta{font-size:.8rem;color:var(--text-tertiary)}.proj-contact-link{color:var(--moss-dark);text-decoration:none}.proj-contact-link:hover{text-decoration:underline}.proj-contact-notes{margin-top:.3rem;font-size:.78rem;color:var(--text-body);white-space:pre-wrap}.proj-contact-provenance{margin-top:.5rem;padding-top:.45rem;border-top:1px solid rgba(216,202,180,.58)}.proj-contact-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.proj-contact-edit-notes{grid-column:1 / -1}.proj-dash-bond{margin-bottom:0}.proj-bond-alert{margin-bottom:.65rem;padding:.5rem .65rem;border-radius:.45rem;font-size:.8rem;font-weight:600}.proj-bond-alert-warn{color:var(--accent-text);background:var(--status-amber-bg);border:1px solid rgba(212,131,7,.25)}.proj-bond-alert-danger{color:var(--danger-text);background:var(--danger-soft);border:1px solid rgba(198,40,40,.25)}.proj-dash-bond-info{display:flex;gap:1.5rem;align-items:baseline;margin-bottom:1rem}.proj-dash-bond-amount{font-size:1.25rem;font-weight:700;color:var(--text-heading)}.proj-dash-bond-surety{font-size:.875rem;color:var(--text-tertiary)}.proj-bond-checklist{display:grid;gap:.4rem}.proj-bond-check-item{display:flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--text-tertiary)}.proj-bond-check-item-done{color:var(--moss-dark);font-weight:600}.proj-bond-check-icon{width:1.15rem;height:1.15rem;border-radius:999px;border:1px solid var(--border-default);background:var(--bg-surface);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;line-height:1}.proj-bond-check-item-done .proj-bond-check-icon{border-color:#1b5e3a47;color:var(--status-green-text);background:var(--status-green-bg)}.proj-status-modal-fields{display:grid;gap:.6rem;margin:.75rem 0 .25rem}.proj-status-summary{border:1px solid var(--border-light);border-radius:.5rem;padding:.55rem .65rem;background:var(--bg-surface-alt);display:grid;gap:.25rem}.proj-status-summary-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.82rem;color:var(--text-body)}.proj-status-summary-row strong{color:var(--text-heading);font-weight:700}.proj-status-field{display:grid;gap:.22rem;font-size:.8rem;color:var(--text-body);font-weight:600}.proj-status-input,.proj-status-textarea{width:100%;border:1px solid var(--border-mid);border-radius:.4rem;padding:.45rem .55rem;font-size:.84rem;background:var(--bg-surface)}.proj-status-textarea{resize:vertical}.proj-status-checkbox{display:inline-flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--text-body);font-weight:500}.proj-status-error{margin:0;font-size:.78rem;color:var(--danger)}@media(max-width:1080px){.proj-page-header{align-items:flex-start;flex-direction:column}.proj-page-header-action{align-self:flex-start}.proj-dash-layout{grid-template-columns:1fr}.proj-dash-side{position:static}.proj-dash-bottom-grid,.proj-dash-details-list{grid-template-columns:1fr}}@media(max-width:768px){.proj-page-header{gap:.65rem;margin-bottom:.75rem;padding:.72rem .82rem}.proj-page-header-main{width:100%;flex-wrap:wrap;gap:.6rem}.proj-page-header-divider{display:none}.proj-page-identity{width:100%}.proj-page-title{font-size:1rem}.proj-dash{padding:.85rem}.proj-card{padding:.9rem .9rem .8rem}.proj-card-header{flex-direction:column;align-items:flex-start}.proj-card-pills{width:100%;justify-content:flex-start}.proj-tabs{gap:.32rem;padding:.3rem}.proj-tab{min-width:7.25rem;padding:.55rem .72rem;font-size:.76rem}.proj-tabs-shell:before,.proj-tabs-shell:after{content:"";position:absolute;top:0;bottom:0;width:1.6rem;pointer-events:none;z-index:2}.proj-tabs-shell:before{left:0;background:linear-gradient(90deg,#f4efe5f5 10%,#f4efe500);border-radius:.9rem 0 0}.proj-tabs-shell:after{right:0;background:linear-gradient(270deg,#f4efe5fa 10%,#f4efe500);border-radius:0 .9rem 0 0}.proj-tabs-scroll-hint{display:inline-flex;position:absolute;right:.85rem;top:-.72rem;z-index:3;align-items:center;gap:.25rem;padding:.12rem .46rem;border-radius:999px;background:#f5eddef5;border:1px solid rgba(213,200,178,.9);color:var(--text-muted);font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 4px 10px #1b231e14}.proj-dash-pill{min-width:4.85rem;padding:.42rem .58rem}.proj-dash-hero-bid-date{flex-direction:column;align-items:flex-start;gap:.1rem}.proj-dash-hero .proj-dash-pill-value{white-space:normal}.proj-dash-hero .proj-dash-pills-kpi-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-dash-pills-kpi,.proj-dash-sub-stats{grid-template-columns:1fr}.proj-dash-big-number{font-size:2.05rem}.proj-dash-card{padding:.82rem}.proj-countdown{font-size:1.1rem}.proj-contact-edit-grid{grid-template-columns:1fr}}.whiteboard-container{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;overflow:hidden}.whiteboard-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.6rem .75rem;border:1px solid var(--border-default);border-bottom:none;border-radius:.5rem .5rem 0 0;background:var(--bg-surface)}.whiteboard-toolbar-group{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.whiteboard-toolbar-group-zoom{justify-content:flex-end}.whiteboard-toolbar-spacer{flex:1 1 auto}.whiteboard-toolbar-sep{width:1px;height:1.2rem;background:var(--border-default);margin:0 .25rem}.whiteboard-template-btn,.whiteboard-zoom-btn{border:1px solid var(--border-default);border-radius:999px;background:var(--bg-surface);color:var(--text-body);font-size:.72rem;font-weight:700;padding:.28rem .62rem;cursor:pointer}.whiteboard-template-btn:hover,.whiteboard-zoom-btn:hover{background:var(--bg-surface-muted)}.whiteboard-zoom-btn-label{min-width:3.8rem}.whiteboard-color-btn{width:1.4rem;height:1.4rem;border-radius:50%;border:1px solid rgba(42,53,40,.14);cursor:pointer;transition:border-color .15s,transform .15s}.whiteboard-color-btn:hover{border-color:var(--border-mid);transform:translateY(-1px)}.whiteboard-color-btn:disabled{cursor:default}.whiteboard-color-btn-active{border-color:var(--cave);box-shadow:0 0 0 1px var(--cave)}.whiteboard-status-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:3.6rem;padding:.65rem .75rem;border:1px solid var(--border-default);border-top:none;border-bottom:none;background:linear-gradient(180deg,#faf7edb8,#fffffff5)}.whiteboard-status-row-readonly{grid-template-columns:auto minmax(0,1fr)}.whiteboard-save-status{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .55rem;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.whiteboard-selection-summary{min-width:0;font-size:.78rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whiteboard-selection-summary strong{color:var(--text-heading)}.whiteboard-selection-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.55rem;min-height:2rem}.whiteboard-color-group,.whiteboard-delete-group{display:inline-flex;align-items:center;gap:.45rem;transition:opacity .15s ease}.whiteboard-color-group[aria-hidden=true],.whiteboard-delete-group[aria-hidden=true]{visibility:hidden;opacity:0;pointer-events:none}.whiteboard-delete-btn{color:var(--danger)!important}.whiteboard-delete-btn-confirm{background:var(--danger)!important;border-color:var(--danger)!important;color:#fff!important}.whiteboard-delete-group .whiteboard-template-btn:disabled{visibility:hidden;opacity:0;pointer-events:none}.whiteboard-helper-row{display:flex;align-items:flex-start;gap:.75rem;padding:.55rem .75rem;border:1px solid var(--border-default);border-top:none;border-bottom:none;background:#fffcf4e6}.whiteboard-helper-copy{flex:1 1 auto;font-size:.78rem;color:var(--text-muted);line-height:1.55}.whiteboard-helper-dismiss{width:1.65rem;height:1.65rem;border:1px solid var(--border-default);border-radius:999px;background:var(--bg-surface);color:var(--text-muted);font-size:.8rem;font-weight:700;line-height:1;cursor:pointer;flex-shrink:0}.whiteboard-helper-dismiss:hover{color:var(--text-body);border-color:var(--border-mid)}.whiteboard-canvas{position:relative;width:100%;flex:1 1 auto;min-height:0;border:1px solid var(--border-default);border-radius:0 0 .5rem .5rem;background:linear-gradient(180deg,#faf7ed52,#ffffffe6);overflow:auto;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:1rem}.whiteboard-board-shell{position:relative;min-width:100%;min-height:100%}.whiteboard-board{position:absolute;background:linear-gradient(rgba(42,53,40,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(42,53,40,.05) 1px,transparent 1px),#ffffffeb;background-size:28px 28px,28px 28px,auto;border:1px solid rgba(201,187,160,.45);border-radius:.75rem;box-shadow:inset 0 1px #ffffff80}.whiteboard-element{position:absolute;border:1px solid var(--border-mid);border-radius:.375rem;cursor:grab;box-shadow:0 1px 4px #00000014;transition:box-shadow .15s}.whiteboard-element:hover{box-shadow:0 4px 12px #0000001f}.whiteboard-element:active{cursor:grabbing}.whiteboard-element-selected{border-color:var(--moss);box-shadow:0 0 0 2px #2e654940}.whiteboard-element-text{padding:.6rem .75rem}.whiteboard-text-content{outline:none;font-size:.875rem;line-height:1.5;min-height:100%;cursor:inherit;white-space:pre-wrap;word-break:break-word}.whiteboard-text-content:focus-visible{outline:2px solid var(--moss);outline-offset:2px;border-radius:.35rem}.whiteboard-text-editor{width:100%;min-height:100%;height:100%;border:none;outline:none;resize:none;background:transparent;color:inherit;font:inherit;line-height:1.5;padding:0;margin:0;display:block}.whiteboard-element-image{overflow:visible}.whiteboard-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;border-radius:.375rem}.wb-resize-handle{position:absolute;z-index:10}.wb-resize-tl,.wb-resize-tr,.wb-resize-bl,.wb-resize-br{width:10px;height:10px;background:var(--moss, #2e6549);border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #0000004d}.wb-resize-tl{top:-5px;left:-5px;cursor:nwse-resize}.wb-resize-tr{top:-5px;right:-5px;cursor:nesw-resize}.wb-resize-bl{bottom:-5px;left:-5px;cursor:nesw-resize}.wb-resize-br{bottom:-5px;right:-5px;cursor:nwse-resize}.wb-resize-t,.wb-resize-b{left:10px;right:10px;height:6px}.wb-resize-l,.wb-resize-r{top:10px;bottom:10px;width:6px}.wb-resize-t{top:-3px;cursor:ns-resize}.wb-resize-b{bottom:-3px;cursor:ns-resize}.wb-resize-l{left:-3px;cursor:ew-resize}.wb-resize-r{right:-3px;cursor:ew-resize}.whiteboard-empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--text-muted);font-size:.95rem;width:min(100%,34rem)}.whiteboard-empty-title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:var(--text-heading)}.whiteboard-empty-copy{margin:0 0 .85rem;line-height:1.6}.whiteboard-empty-actions{display:flex;align-items:center;justify-content:center;gap:.55rem;flex-wrap:wrap}.whiteboard-inbox-group{margin-left:.35rem;position:relative}.whiteboard-inbox-dropdown{position:absolute;top:100%;right:0;z-index:20;min-width:220px;max-height:240px;overflow-y:auto;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:10px;box-shadow:0 8px 24px #00000026;padding:.35rem;margin-top:.35rem}.whiteboard-inbox-channel-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .6rem;border:none;background:none;cursor:pointer;border-radius:6px;font-size:.82rem;color:var(--text-body);text-align:left}.whiteboard-inbox-channel-option:hover{background:var(--bg-inset)}.whiteboard-inbox-channel-tag{font-size:.65rem;color:var(--accent);font-weight:600;margin-left:.5rem}.whiteboard-inbox-empty{padding:.75rem;font-size:.78rem;color:var(--text-muted);text-align:center;margin:0}.whiteboard-canvas-layout{display:flex;flex:1;min-height:0;overflow:hidden}.whiteboard-canvas-layout>.whiteboard-canvas{flex:1;min-width:0}.whiteboard-sidebar{width:260px;flex-shrink:0;border-left:1px solid var(--border-default);background:var(--bg-surface);overflow-y:auto;padding:.5rem}.whiteboard-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .25rem;margin-bottom:.25rem}.whiteboard-sidebar-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.whiteboard-sidebar-count{font-size:.7rem;font-weight:600;background:var(--bg-inset);padding:.15rem .4rem;border-radius:999px}.whiteboard-sidebar-empty{font-size:.78rem;color:var(--text-muted);text-align:center;padding:1rem .5rem}.whiteboard-sidebar-group{margin-bottom:.5rem}.whiteboard-sidebar-group-head{display:flex;align-items:center;width:100%;gap:.4rem;padding:.3rem .25rem;border:none;background:none;cursor:pointer;text-align:left;font:inherit;font-size:.72rem;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.whiteboard-sidebar-group-head:hover{background:var(--bg-inset);border-radius:6px}.whiteboard-sidebar-group-head:focus-visible{outline:2px solid var(--accent-surface, rgba(140, 106, 68, .2));outline-offset:1px;border-radius:6px}.whiteboard-sidebar-group-toggle{width:.65rem;flex-shrink:0;font-size:.7rem;color:var(--text-faint)}.whiteboard-sidebar-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.whiteboard-sidebar-group-count{margin-left:auto;font-size:.65rem;color:var(--text-faint)}.whiteboard-sidebar-item{display:block;width:100%;padding:.4rem .5rem;border:none;background:none;cursor:pointer;border-radius:6px;text-align:left;color:var(--text-body)}.whiteboard-sidebar-item:hover{background:var(--bg-inset)}.whiteboard-sidebar-item-active{background:var(--accent-surface, rgba(140, 106, 68, .1))}.whiteboard-sidebar-item-text{display:block;font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.whiteboard-sidebar-item-meta{display:block;font-size:.65rem;color:var(--text-muted);margin-top:.1rem}.whiteboard-template-btn-active{background:var(--accent, #8c6a44)!important;color:#fff!important;border-color:var(--accent, #8c6a44)!important}@media(max-width:760px){.whiteboard-sidebar{display:none}}.whiteboard-svg-overlay{position:absolute;top:0;left:0;pointer-events:none;overflow:visible;z-index:1}.whiteboard-arrow-hitarea{stroke:transparent;stroke-width:14;pointer-events:stroke;cursor:pointer;fill:none}.whiteboard-arrow-line{stroke:#888;stroke-width:2;pointer-events:none;fill:none}.whiteboard-arrow-line-selected{stroke-width:3;filter:drop-shadow(0 0 3px rgba(0,0,0,.25))}.whiteboard-arrow-label{display:block;text-align:center;font-size:.72rem;color:var(--text-muted);background:var(--bg-surface);border-radius:4px;padding:.1rem .3rem;cursor:default;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:auto}.whiteboard-arrow-label-input{width:100%;font-size:.72rem;text-align:center;border:1px solid var(--accent, #8c6a44);border-radius:4px;padding:.1rem .3rem;outline:none;background:var(--bg-surface);color:var(--text-body);pointer-events:auto}.whiteboard-connect-mode-active{background:var(--accent, #8c6a44)!important;color:#fff!important}.whiteboard-element-connectable{cursor:crosshair!important}.whiteboard-history-toggle{background:none;border:none;color:var(--accent, #8c6a44);font-size:.72rem;cursor:pointer;padding:0;margin-left:.5rem}.whiteboard-history-toggle:hover{text-decoration:underline}.whiteboard-history-panel{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;max-height:200px;overflow-y:auto;padding:.35rem .5rem;margin:0 .5rem .25rem}.whiteboard-history-entry{display:flex;align-items:center;gap:.5rem;padding:.3rem .25rem;border-bottom:1px solid var(--border-light)}.whiteboard-history-entry:last-child{border-bottom:none}.whiteboard-history-avatar{width:22px;height:22px;border-radius:50%;background:var(--bg-inset);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;flex-shrink:0;color:var(--text-secondary)}.whiteboard-history-body{display:flex;align-items:baseline;gap:.4rem;min-width:0}.whiteboard-history-action{font-size:.76rem}.whiteboard-history-time{font-size:.65rem;color:var(--text-muted);white-space:nowrap}@media(max-width:960px){.whiteboard-status-row{grid-template-columns:minmax(0,1fr) auto;align-items:flex-start}.whiteboard-status-row-readonly{grid-template-columns:auto minmax(0,1fr);align-items:center}.whiteboard-save-status,.whiteboard-selection-summary{grid-column:1 / 2}.whiteboard-selection-actions{grid-column:2 / 3;grid-row:1 / span 2;align-self:center}}@media(max-width:720px){.whiteboard-toolbar{align-items:stretch}.whiteboard-selection-actions{flex-wrap:wrap;justify-content:flex-end}.whiteboard-helper-row{align-items:center}.whiteboard-empty{width:calc(100% - 2rem)}}[data-theme=dark]{color-scheme:dark;--bg-page: #151f1c;--bg-surface: #1c2c26;--bg-surface-alt: #213228;--bg-surface-hover: #28402f;--bg-surface-muted: #172219;--bg-inset: #121b16;--text-heading: #e4f0ea;--text-body: #b2cfc0;--text-tertiary: #7a9e8c;--text-muted: #4d7060;--text-strong: #f0f9f4;--border-default: #2a4035;--border-subtle: #1e3029;--border-row: #192a21;--border-light: #2a4035;--border-mid: #2a4035;--border-input: #3a5445;--primary: #4ab87c;--primary-hover: #5dcb8f;--primary-muted: rgba(74, 184, 124, .16);--moss: #4ab87c;--moss-light: #5dcb8f;--moss-dark: #3a9a65;--moss-muted: #4ab87c;--moss-faint: rgba(74, 184, 124, .12);--accent: #c9963e;--accent-text: #e8c882;--accent-muted: rgba(201, 150, 62, .16);--ember: #c9963e;--flame: #ddb47f;--danger: #ef4444;--danger-hover: #dc2626;--danger-bg: rgba(239, 68, 68, .12);--danger-text: #fca5a5;--danger-soft: rgba(239, 68, 68, .08);--status-green-bg: rgba(74, 184, 124, .16);--status-green-text: #86efac;--status-green-vivid: #4ab87c;--status-green-mid: #3a9a65;--status-red-bg: rgba(173, 101, 84, .16);--status-red-text: #efb7ab;--status-red-vivid: #e49a8b;--status-blue-bg: rgba(96, 165, 250, .14);--status-blue-text: #93c5fd;--status-amber-bg: rgba(201, 150, 62, .16);--status-amber-text: #e8c882;--status-purple-bg: rgba(167, 139, 250, .14);--status-purple-text: #c4b5fd;--status-gray-bg: rgba(255, 255, 255, .05);--status-gray-text: #7a9e8c;--urgency-ok: #5dcb8f;--urgency-warn: #e2c183;--urgency-urgent: #e7a78d;--urgency-past: #dc8f82;--urgency-none: #4d7060;--input-bg: #121b16;--input-border: #3a5445;--input-placeholder: #4d7060;--input-text: #e4f0ea;--modal-bg: #1c2c26;--modal-overlay: rgba(4, 8, 6, .82);--card-bg: #1c2c26;--card-border: #2a4035;--table-header-bg: #121b16;--table-row-hover: rgba(74, 184, 124, .06);--table-row-selected: rgba(74, 184, 124, .1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 10px 24px rgba(0, 0, 0, .36);--shadow-card: 0 18px 38px rgba(0, 0, 0, .32), 0 0 0 1px rgba(74, 184, 124, .05);--nav-bg: linear-gradient(112deg, #051108 0%, #0b1e14 40%, #142e1e 72%, #1a3826 100%);--nav-brand: #e4c286;--nav-link-active: #a7f3d0;--nav-dropdown-bg: #111a15;--focus-ring: 0 0 0 2px rgba(74, 184, 124, .48);--logo-filter: brightness(0) invert(1) brightness(.78);--bark: #3a5245;--bark-light: #4d7060;--rock: #527364;--rock-light: #7a9e8c;--rock-dark: #3a5245;--cave: #e4f0ea;--cave-light: #213228;--cave-green: #253e2e;--cave-deep: #0a1210;--stone: #151f1c;--sand: #1c2c26}[data-theme=dark] .app-shell{background-color:var(--bg-page);background-image:radial-gradient(ellipse at 18% 20%,rgba(74,184,124,.05) 0%,transparent 32%),radial-gradient(ellipse at 82% 14%,rgba(201,150,62,.04) 0%,transparent 28%),radial-gradient(ellipse at 56% 84%,rgba(14,26,20,.6) 0%,transparent 42%),linear-gradient(180deg,#ffffff03,#fff0);background-attachment:fixed}.inbox-layout{display:flex;flex:1;height:100%;min-height:0;overflow:hidden;background:var(--bg-page);overscroll-behavior:contain}.inbox-layout .loading-skeleton{border-radius:.42rem;background:linear-gradient(180deg,#82928921,#82928914);animation:none}.inbox-sidebar,.inbox-main,.inbox-sidebar-header,.inbox-channel-list,.inbox-chat-header,.inbox-messages,.inbox-compose,.inbox-compose-readonly{transition:background-color .18s ease,border-color .18s ease}.inbox-sidebar{width:240px;flex-shrink:0;display:flex;flex-direction:column;background:var(--bg-surface);border-right:1px solid var(--border-default);overflow:hidden}.inbox-sidebar--hydrating{background:color-mix(in srgb,var(--bg-surface) 94%,var(--bg-page))}.inbox-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:3rem;box-sizing:border-box;border-bottom:1px solid var(--border-default);flex-shrink:0}.inbox-sidebar-actions{display:flex;align-items:center;gap:.5rem}.inbox-sidebar-title{font-weight:700;font-size:.95rem;color:var(--text-primary)}.inbox-sidebar-toggle{border:1px solid var(--border-default);background:transparent;color:var(--text-secondary);border-radius:999px;padding:.3rem .65rem;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.inbox-sidebar-toggle:hover,.inbox-sidebar-toggle--active{background:var(--bg-surface-hover);color:var(--text-primary);border-color:var(--border-strong)}.inbox-new-channel-btn{width:26px;height:26px;border-radius:6px;border:1px solid var(--border-default);background:transparent;color:var(--text-secondary);font-size:1.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.inbox-new-channel-btn:hover{background:var(--bg-surface-hover);color:var(--primary)}.inbox-channel-list{flex:1;overflow-y:auto;padding:.5rem 0}.inbox-empty-channels{padding:1.5rem 1rem;color:var(--text-muted);font-size:.85rem;text-align:center}.inbox-skeleton-list{display:grid;gap:.42rem;padding:.55rem .72rem}.inbox-skeleton-channel{display:flex;align-items:center;gap:.62rem;padding:.46rem .28rem}.inbox-skeleton-channel-icon{width:.72rem;height:.72rem;border-radius:999px;flex-shrink:0;opacity:.72}.inbox-skeleton-channel-copy{flex:1;min-width:0;display:grid;gap:.32rem}.inbox-skeleton-channel-line{width:52%;height:.72rem;border-radius:.38rem}.inbox-skeleton-channel-line--subtle{width:72%;height:.62rem}.inbox-channel-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background:transparent;cursor:pointer;text-align:left;color:var(--text-secondary);transition:background .12s,color .12s;border-radius:0}.inbox-channel-item:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.inbox-channel-item--active{background:#4ab87c1f;color:var(--primary)}.inbox-channel-icon{font-size:.9rem;flex-shrink:0;color:var(--text-muted)}.inbox-channel-item--active .inbox-channel-icon{color:var(--primary)}.inbox-channel-item--favorite .inbox-channel-icon,.inbox-channel-item--favorite.inbox-channel-item--active .inbox-channel-icon{color:#e6a817}.inbox-favorites-divider{height:1px;margin:.25rem 1rem;background:var(--border-light)}.inbox-archived-heading{padding:.85rem 1rem .4rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.inbox-channel-item--archived{opacity:.82}.inbox-channel-info{flex:1;min-width:0}.inbox-channel-name{display:block;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-channel-preview{display:block;font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.inbox-unread-badge{flex-shrink:0;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--primary);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center}.inbox-main{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--bg-page)}.inbox-main--hydrating{background:color-mix(in srgb,var(--bg-page) 96%,var(--bg-surface))}.inbox-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);gap:.75rem}.inbox-empty-icon{font-size:2.5rem;opacity:.3}.inbox-chat-header{display:flex;align-items:center;gap:.75rem;padding:0 1.25rem;height:3rem;box-sizing:border-box;border-bottom:1px solid var(--border-default);background:var(--bg-surface);flex-shrink:0}.inbox-chat-header--skeleton{justify-content:flex-start}.inbox-skeleton-header-title{width:8.8rem;height:.84rem}.inbox-skeleton-header-tag{width:4.4rem;height:.88rem;border-radius:.32rem;opacity:.82}.inbox-chat-channel-name{font-weight:700;font-size:.95rem;color:var(--text-primary)}.inbox-chat-project-tag{font-size:.75rem;padding:2px 8px;border-radius:4px;background:var(--bg-surface-hover);color:var(--text-secondary)}.inbox-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.25rem}.inbox-messages--skeleton,.inbox-messages--filled{justify-content:flex-start}.inbox-skeleton-messages{width:min(100%,58rem);display:grid;gap:.92rem}.inbox-skeleton-date{display:flex;justify-content:center}.inbox-skeleton-date-line{width:9.5rem;height:.62rem;opacity:.78}.inbox-skeleton-message{display:grid;gap:.34rem;max-width:72%}.inbox-skeleton-message--own{justify-self:end}.inbox-skeleton-meta{display:flex;align-items:center;gap:.5rem}.inbox-skeleton-avatar{width:28px;height:28px;border-radius:999px;flex-shrink:0;opacity:.72}.inbox-skeleton-name{width:5.6rem;height:.64rem}.inbox-skeleton-bubble{height:.72rem;border-radius:.34rem}.inbox-no-messages{text-align:center;color:var(--text-muted);font-size:.875rem;padding:2rem 0;margin:auto}.inbox-older-sentinel{text-align:center;padding:.5rem 0;min-height:1px}.inbox-loading-older,.inbox-no-older{font-size:.75rem;color:var(--text-muted);opacity:.7}.inbox-date-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0 .5rem;color:var(--text-muted);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.inbox-date-divider:before,.inbox-date-divider:after{content:"";flex:1;height:1px;background:var(--border-default)}.inbox-msg{display:flex;flex-direction:column;max-width:80%;gap:2px;position:relative}.inbox-msg--grouped{margin-top:2px}.inbox-msg-hover-time{position:absolute;left:calc(100% + .75rem);top:50%;transform:translateY(-50%);font-size:.65rem;color:var(--text-muted);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .1s}.inbox-msg--grouped:hover .inbox-msg-hover-time{opacity:1}.inbox-msg-meta{display:flex;align-items:center;gap:.5rem;padding:0 2px}.inbox-msg-avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;flex-shrink:0;letter-spacing:.02em}.inbox-msg--own .inbox-msg-sender{color:var(--primary);font-weight:700}.inbox-msg-sender{font-size:.75rem;font-weight:600;color:var(--text-secondary)}.inbox-msg-time{font-size:.7rem;color:var(--text-muted)}.inbox-msg-bubble{padding:.1rem 2px;background:none;border:none;color:var(--text-primary);font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.inbox-task-card{background:var(--bg-surface);border:1px solid var(--border-default);border-left:3px solid var(--primary);border-radius:10px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.inbox-task-card--resolved{border-left-color:var(--text-muted);opacity:.75}.inbox-task-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.inbox-task-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary)}.inbox-task-card--resolved .inbox-task-label{color:var(--text-muted)}.inbox-task-due{font-size:.72rem;color:var(--text-muted)}.inbox-task-body{font-size:.875rem;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0}.inbox-task-project{font-size:.72rem;color:var(--text-muted);background:var(--bg-surface-hover);padding:1px 6px;border-radius:4px;align-self:flex-start}.inbox-task-resolve{align-self:flex-start;padding:3px 10px;border-radius:5px;border:1px solid var(--primary);background:transparent;color:var(--primary);font-size:.75rem;cursor:pointer;transition:background .12s,color .12s}.inbox-task-resolve:hover{background:var(--primary);color:#fff}.inbox-task-resolve--undo{border-color:var(--text-muted);color:var(--text-muted)}.inbox-task-resolve--undo:hover{background:var(--text-muted);color:#fff}.inbox-compose{position:relative;display:flex;flex-direction:column;gap:.5rem;padding:.875rem 1.25rem;border-top:1px solid var(--border-default);background:var(--bg-surface);flex-shrink:0}.inbox-compose--skeleton{align-items:stretch}.inbox-skeleton-compose-shell{width:100%;min-height:3.45rem;display:flex;align-items:center;padding:.65rem .875rem;border:1px solid color-mix(in srgb,var(--border-default) 78%,transparent);border-radius:10px;background:color-mix(in srgb,var(--bg-page) 92%,var(--bg-surface))}.inbox-skeleton-compose-line{width:34%;height:.76rem;border-radius:.38rem}.inbox-skeleton-compose-send{width:5.5rem;height:2.55rem;align-self:flex-end;border-radius:.6rem;opacity:.78}.inbox-compose-error{font-size:.8rem;color:var(--error, #c0392b)}.inbox-compose-input{width:100%;resize:none;border:1px solid var(--border-default);border-radius:10px;padding:.65rem .875rem;font-family:inherit;font-size:.9rem;color:var(--text-primary);background:var(--bg-page);line-height:1.5;min-height:40px;max-height:140px;transition:border-color .15s;overflow-y:auto}.inbox-compose-input:focus{outline:none;border-color:var(--primary)}.inbox-compose-send{align-self:flex-end;padding:.45rem 1.1rem;border-radius:8px;border:none;background:var(--primary);color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}.inbox-compose-send:disabled{opacity:.45;cursor:not-allowed}.inbox-compose-readonly{padding:.75rem 1.25rem;text-align:center;color:var(--text-muted);font-size:.85rem;background:var(--bg-surface);border-top:1px solid var(--border-default)}.inbox-compose-readonly--skeleton{display:flex;justify-content:center}.inbox-skeleton-readonly{width:12.5rem;height:.72rem;opacity:.78}.inbox-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.inbox-modal{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:14px;width:100%;max-width:580px;box-shadow:0 20px 60px #00000040}.inbox-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem .75rem;border-bottom:1px solid var(--border-default)}.inbox-modal-header h2{font-size:1.15rem;font-weight:700;margin:0;color:var(--text-primary)}.inbox-modal-close{background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--text-muted);padding:0 4px}.inbox-modal-body{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.inbox-modal-error{color:var(--error, #c0392b);font-size:.82rem}.inbox-modal-label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text-secondary)}.inbox-modal-input{padding:.65rem .85rem;border:1px solid var(--border-default);border-radius:8px;font-family:inherit;font-size:.95rem;color:var(--text-primary);background:var(--bg-page);transition:border-color .15s}.inbox-modal-input:focus{outline:none;border-color:var(--primary)}.inbox-member-list{display:flex;flex-direction:column;gap:.35rem;max-height:340px;overflow-y:auto;border:1px solid var(--border-default);border-radius:8px;padding:.5rem .75rem}.inbox-member-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;font-weight:400;color:var(--text-primary);cursor:pointer;padding:2px 0}.inbox-member-copy{display:flex;flex-direction:column;gap:.05rem}.inbox-member-name{font-weight:600;color:var(--text-primary)}.inbox-member-meta{font-size:.72rem;color:var(--text-tertiary);letter-spacing:.02em}.inbox-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.25rem;border-top:1px solid var(--border-default);margin-top:.25rem}.inbox-mention-dropdown{position:absolute;bottom:100%;left:0;right:0;margin-bottom:4px;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:10px;box-shadow:0 -8px 24px #0000001f;max-height:14rem;overflow-y:auto;z-index:100}.inbox-mention-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem .875rem;border:none;background:transparent;cursor:pointer;text-align:left;font-size:.85rem;color:var(--text-primary);transition:background .1s}.inbox-mention-option:first-child{border-radius:10px 10px 0 0}.inbox-mention-option:last-child{border-radius:0 0 10px 10px}.inbox-mention-option:only-child{border-radius:10px}.inbox-mention-option:hover,.inbox-mention-option--active{background:var(--bg-surface-hover, var(--moss-faint))}.inbox-mention-option-name{font-weight:600;color:var(--text-heading, var(--text-primary))}.inbox-mention-option-meta{font-size:.75rem;color:var(--text-muted)}.inbox-mention-highlight{color:var(--primary);font-weight:600;background:#4ab87c1a;border-radius:3px;padding:0 2px}.inbox-mention-badge{flex-shrink:0;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--ember);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-left:2px}.inbox-mention-count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;margin-left:4px;border-radius:8px;background:var(--ember);color:#fff;font-size:.65rem;font-weight:700}@keyframes mentionFlash{0%,to{background:transparent}20%,80%{background:#b873331f}}.inbox-msg--mention-flash{animation:mentionFlash 2s ease-out;border-radius:6px}[data-theme=dark] .inbox-mention-dropdown{box-shadow:0 -8px 24px #0000005c}[data-theme=dark] .inbox-mention-highlight{background:#4ab87c2e}@keyframes mentionFlashDark{0%,to{background:transparent}20%,80%{background:#b873332e}}[data-theme=dark] .inbox-msg--mention-flash{animation:mentionFlashDark 2s ease-out}[data-theme=dark] .nav{background:linear-gradient(112deg,#051108,#0b1e14 40%,#142e1e 72%,#1e3d2b);border-bottom-color:#4ab87c33}[data-theme=dark] .nav:before{background:radial-gradient(92% 220% at -10% -40%,rgba(74,184,124,.06) 0%,transparent 42%),radial-gradient(56% 180% at 96% -34%,rgba(255,255,255,.04) 0%,transparent 44%),linear-gradient(180deg,rgba(255,255,255,.025) 0%,transparent 60%)}[data-theme=dark] .nav:after{background:linear-gradient(90deg,#fff0,#ffffff2e 18%,#ffffff52,#4ab87c38 82%,#fff0)}[data-theme=dark] .nav-brand-logo--light{display:none}[data-theme=dark] .nav-brand-logo.nav-brand-logo--dark{display:block;filter:var(--logo-filter) drop-shadow(0 4px 14px rgba(0,0,0,.4))}[data-theme=dark] .nav-brand-sub{color:#b2cfc0b8}[data-theme=dark] .nav-links{background:linear-gradient(135deg,#05120cd1,#08160fb3);border-color:#4ab87c33}[data-theme=dark] .nav-link{color:#c8ebd7d1}[data-theme=dark] .nav-link:hover{color:#dcf8e6fa;background:#4ab87c1a}[data-theme=dark] .nav-link.active{color:#fff;background:linear-gradient(180deg,#ffffff24,#ffffff12);box-shadow:inset 0 0 0 1px #ffffff38,0 10px 18px #00000057}[data-theme=dark] .nav-mobile-toggle{border-color:#4ab87c47;background:linear-gradient(145deg,#0e1a14eb,#0a140ff5)}[data-theme=dark] .nav-mobile-toggle span{background:#e4f0ea}[data-theme=dark] .nav-profile-avatar{background:linear-gradient(135deg,#1e3a2ce6,#14281ef5);border-color:#4ab87c4d;color:#c8e8d8}[data-theme=dark] .nav-profile-avatar:hover{box-shadow:0 14px 24px #0000006b,0 0 0 2px #4ab87c2e}[data-theme=dark] .nav--centered .nav-links{background:linear-gradient(135deg,#04140fd1,#05160fa3);border-color:#4ab87c38;box-shadow:inset 0 1px #ffffff12,0 10px 20px #03090757}[data-theme=dark] .nav--centered .nav-link{color:#c8ebd7db}[data-theme=dark] .nav--centered .nav-link:hover{color:#dcf8e6fa;background:#4ab87c1a}[data-theme=dark] .nav--centered .nav-link.active{color:#fff;background:linear-gradient(180deg,#ffffff24,#ffffff12);box-shadow:inset 0 0 0 1px #ffffff38,0 6px 12px #0a120e57}[data-theme=dark] .nav--centered .nav-profile-avatar{border-color:#4ab87c4d;box-shadow:0 8px 14px #040a0747}[data-theme=dark] .nav-profile-initial{background:#4ab87c24;border-color:#4ab87c42}[data-theme=dark] .nav-profile-name{color:#e4f0ea}[data-theme=dark] .nav-profile-role{color:#7a9e8ccc}[data-theme=dark] .nav-profile-dot{background:#4ab87c;border-color:#0c1210}[data-theme=dark] .nav-profile-menu{background:var(--nav-dropdown-bg);border:1px solid var(--border-default);box-shadow:0 8px 24px #00000080}[data-theme=dark] .nav-profile-menu-head{border-bottom-color:var(--border-default);background:#4ab87c14}[data-theme=dark] .btn-primary,[data-theme=dark] .btn-submit{background:linear-gradient(135deg,#5dcb8f,#3a9a65);color:#070f0a;box-shadow:0 10px 24px #3a9a6547}[data-theme=dark] .btn-primary:hover,[data-theme=dark] .btn-submit:hover{background:linear-gradient(135deg,#6cd9a0,#4ab87c)}[data-theme=dark] .btn-secondary,[data-theme=dark] .btn-cancel,[data-theme=dark] .btn-outline{background:linear-gradient(180deg,#16201af5,#101814f5);color:#b2cfc0;border:1px solid rgba(42,64,53,.8)}[data-theme=dark] .btn-secondary:hover,[data-theme=dark] .btn-cancel:hover,[data-theme=dark] .btn-outline:hover{background:linear-gradient(180deg,#1c2a22f5,#141e18f5);border-color:#4ab87c4d}[data-theme=dark] .view-select,[data-theme=dark] .page-header .search-input,[data-theme=dark] .projects-view-tabs,[data-theme=dark] .input-field{background:linear-gradient(180deg,#14201afa,#101914fa);border-color:var(--border-input);color:var(--text-heading);box-shadow:inset 0 1px #ffffff06}[data-theme=dark] .projects-view-tab:hover{background:#4ab87c0f;color:var(--text-heading)}[data-theme=dark] .search-dropdown,[data-theme=dark] .card-menu-dropdown,[data-theme=dark] .trade-dropdown-menu,[data-theme=dark] .inv-dropdown,[data-theme=dark] .file-context-menu,[data-theme=dark] .email-status-menu{background:linear-gradient(180deg,#18261efa,#192820fa);border-color:var(--border-default);box-shadow:0 20px 40px #0000005c}[data-theme=dark] .card-menu-dropdown button,[data-theme=dark] .file-context-menu-item,[data-theme=dark] .email-status-menu button,[data-theme=dark] .inv-dropdown-item,[data-theme=dark] .trade-dropdown-item{color:var(--text-body)}[data-theme=dark] .card-menu-dropdown button:hover,[data-theme=dark] .file-context-menu-item:hover:not(:disabled),[data-theme=dark] .email-status-menu button:hover,[data-theme=dark] .inv-dropdown-item:hover,[data-theme=dark] .trade-dropdown-item:hover{background:#ffffff0f;color:var(--text-heading)}[data-theme=dark] .trade-dropdown-actions{background:#14201aeb;border-color:#2a4035b8}[data-theme=dark] .trade-dropdown-count{color:#a9c6b7}[data-theme=dark] .trade-dropdown-action{background:#111c16eb;border-color:#4ab87c38;color:#d8efe2}[data-theme=dark] .trade-dropdown-action:hover:not(:disabled){background:#22372cf2}[data-theme=dark] .project-card{background:linear-gradient(180deg,#18261efa,#192820fa);border:1px solid rgba(42,64,53,.7);border-radius:.75rem;box-shadow:0 18px 36px #00000042,0 0 0 1px #ffffff05,inset 0 1px #4ab87c0f}[data-theme=dark] .project-card:hover{transform:translateY(-4px) scale(1.01);border-color:#4ab87c3d;box-shadow:0 10px 20px #00000038,0 24px 44px #0000004d,0 0 0 1px #4ab87c12,inset 0 1px #4ab87c14}[data-theme=dark] .card-accent{border-bottom:1px solid rgba(0,0,0,.3);box-shadow:inset 0 -1px #0003}[data-theme=dark] .accent-countdown-ok{background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(74,184,124,.72) 0%,transparent 65%),linear-gradient(135deg,#1a3228,#142818)}[data-theme=dark] .accent-countdown-warn{background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(220,155,30,.78) 0%,transparent 65%),linear-gradient(135deg,#1e1a04,#161202)}[data-theme=dark] .accent-countdown-urgent{background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(220,50,50,.76) 0%,transparent 65%),linear-gradient(135deg,#1e0808,#160404)}[data-theme=dark] .accent-countdown-past{background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(180,35,35,.68) 0%,transparent 65%),linear-gradient(135deg,#1c0606,#140404)}[data-theme=dark] .accent-countdown-none{background:radial-gradient(ellipse 150% 100% at 0% 0%,rgba(148,168,158,.32) 0%,transparent 65%),linear-gradient(135deg,#252e2a,#1d2622)}[data-theme=dark] .card-accent .project-card-title{color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.5)}[data-theme=dark] .card-menu-btn{color:#b2cfc080}[data-theme=dark] .card-menu-btn:hover{background:#4ab87c1a;color:#e4f0ea}[data-theme=dark] .card-body{background:linear-gradient(180deg,#192820fa,#080e0bfa);border-bottom-color:#2a403599}[data-theme=dark] .card-footer{background:linear-gradient(180deg,#080e0bfa,#070c09fa)}[data-theme=dark] .company-card{border:1px solid var(--border-default);border-radius:.375rem;box-shadow:0 2px 8px #00000052,inset 0 1px #4ab87c0a}[data-theme=dark] .modal-content{border:1px solid var(--border-default);box-shadow:0 12px 40px #0000009e}[data-theme=dark] .modal-input,[data-theme=dark] .form-input,[data-theme=dark] select,[data-theme=dark] textarea{background:var(--input-bg);border-color:var(--input-border);color:var(--input-text)}[data-theme=dark] .modal-input::-moz-placeholder,[data-theme=dark] .form-input::-moz-placeholder,[data-theme=dark] textarea::-moz-placeholder{color:var(--input-placeholder)}[data-theme=dark] .modal-input::placeholder,[data-theme=dark] .form-input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--input-placeholder)}[data-theme=dark] .modal-input:focus,[data-theme=dark] .form-input:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px #4ab87c38}[data-theme=dark] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-page)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2a4035;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3a5445}[data-theme=dark] ::selection{background:#4ab87c47;color:#f0f9f4}[data-theme=dark] ::-moz-selection{background:#4ab87c47;color:#f0f9f4}[data-theme=dark] a{color:var(--primary)}[data-theme=dark] a:hover{color:var(--primary-hover)}[data-theme=dark] a:visited{color:var(--primary)}[data-theme=dark] .toast{border:1px solid var(--border-default);box-shadow:0 4px 16px #00000080}[data-theme=dark] .proj-tabs{background:linear-gradient(180deg,#18261ef5,#192820fa);border-color:#2a4035e6}[data-theme=dark] .proj-tabs-scroll-hint{background:#131e18f5;border-color:#2a4035eb;color:#cae2d6d1}[data-theme=dark] .proj-tab:after{background:linear-gradient(90deg,#fff0,#ffffffb3,#ffffff8c,#fff0)}[data-theme=dark] .proj-tab-inactive{background:#ffffff05;color:#b2cfc0b3}[data-theme=dark] .proj-tab-inactive:hover{background:#4ab87c14;border-color:#4ab87c38;color:#e4f0ea}[data-theme=dark] .proj-tab-active{background:linear-gradient(180deg,#ffffff24,#ffffff14);border-color:#ffffff3d;color:#fff;box-shadow:inset 0 0 0 1px #ffffff24,0 8px 16px #00000052}@media(max-width:980px){[data-theme=dark] .proj-tabs-shell:before{background:linear-gradient(90deg,#18261ef5 10%,#18261e00)}[data-theme=dark] .proj-tabs-shell:after{background:linear-gradient(270deg,#192820fa 10%,#19282000)}}[data-theme=dark] .leveling-th{background:var(--table-header-bg);border-color:var(--border-default)}[data-theme=dark] .leveling-row:hover{background:var(--table-row-hover)}[data-theme=dark] .empty-state{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .home-landing{background:radial-gradient(52% 24% at 50% 0%,rgba(74,184,124,.1) 0%,transparent 72%),radial-gradient(34% 26% at 18% 28%,rgba(58,154,101,.07) 0%,transparent 76%),radial-gradient(28% 24% at 82% 24%,rgba(201,150,62,.05) 0%,transparent 72%),linear-gradient(180deg,#0f1a15,#141f1a 28%,#192820 58%,#1e3026)}[data-theme=dark] .home-landing:before{background:radial-gradient(60% 40% at 50% 30%,rgba(74,184,124,.07) 0%,transparent 74%),radial-gradient(72% 56% at 50% 100%,rgba(4,8,6,.5) 0%,transparent 70%),linear-gradient(180deg,#ffffff04,#fff0)}[data-theme=dark] .home-landing:after{opacity:.12;background:linear-gradient(180deg,rgba(4,8,6,.12),transparent 22%,transparent 78%,rgba(4,8,6,.3)),radial-gradient(60% 38% at 50% 34%,rgba(20,40,30,.24) 0%,transparent 74%)}[data-theme=dark] .home-landing-logo--light{display:none}[data-theme=dark] .home-landing-logo{filter:drop-shadow(0 8px 24px rgba(74,184,124,.12)) drop-shadow(0 2px 8px rgba(0,0,0,.36))}[data-theme=dark] .home-landing-logo.home-landing-logo--dark{display:block;filter:var(--logo-filter) drop-shadow(0 8px 24px rgba(255,255,255,.06)) drop-shadow(0 2px 8px rgba(0,0,0,.4))}[data-theme=dark] .home-landing-greeting{color:#b2cfc0bd}[data-theme=dark] .home-landing-stats:before{background:linear-gradient(90deg,transparent,rgba(74,184,124,.3),transparent)}[data-theme=dark] .home-card{background:linear-gradient(180deg,#18261ef2,#192820eb);border:1px solid var(--border-default);border-radius:.375rem;box-shadow:0 2px 8px #00000052,inset 0 1px #4ab87c0a}[data-theme=dark] .home-card:after{background:linear-gradient(130deg,#4ab87c08,#fff0)}[data-theme=dark] .home-card:hover{box-shadow:0 10px 22px #00000070,inset 0 1px #4ab87c0f}[data-theme=dark] .home-landing-stat{background:linear-gradient(180deg,#18261ee0,#192820f5);border-color:#2a40355c;box-shadow:inset 0 1px #4ab87c0f,0 18px 40px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}[data-theme=dark] .home-landing-stat-value{color:#e4f0ea}[data-theme=dark] .home-landing-stat-label{color:#7a9e8cc2}[data-theme=dark] .home-landing-stat--hero{background:radial-gradient(circle at top,rgba(74,184,124,.12) 0%,transparent 54%),linear-gradient(180deg,#16261eeb,#14201afa);border-color:#4ab87c5c;box-shadow:inset 0 1px #4ab87c1f,0 24px 44px #0000005c,0 0 36px #4ab87c14}[data-theme=dark] .home-landing-stat--hero .home-landing-stat-value{background:linear-gradient(180deg,#86efac,#4ab87c 55%,#3a9a65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 8px rgba(74,184,124,.22))}[data-theme=dark] .home-landing-stat--hero .home-landing-stat-label{color:#4ab87cd1}[data-theme=dark] .home-request-row{background:linear-gradient(180deg,#18261ef0,#192820f5);border-color:#2a403547}[data-theme=dark] .home-landing-requests{background:linear-gradient(180deg,#14201acc,#101914db);border-color:#2a403547;box-shadow:inset 0 1px #4ab87c0d,0 20px 42px #00000047}[data-theme=dark] .home-landing-requests .home-section-title{color:#b2cfc0d1}[data-theme=dark] .home-landing-requests .home-section-head{border-bottom-color:#2a40354d}[data-theme=dark] .home-landing-requests .home-request-row:hover{background:linear-gradient(180deg,#16221cf5,#101814fa);border-color:#4ab87c33}[data-theme=dark] .home-landing-requests .home-request-title{color:#e4f0ea}[data-theme=dark] .home-landing-requests .home-request-meta{color:#7a9e8cc7}[data-theme=dark] .home-landing-requests .home-request-desc{color:#b2cfc0b3}[data-theme=dark] .countdown-warn{color:#e8c980}[data-theme=dark] .countdown-urgent{color:#efc09d}[data-theme=dark] .countdown-past{color:#f0a89b}[data-theme=dark] .countdown-ok{color:#5dcb8f}[data-theme=dark] .countdown-none{color:#4d7060}[data-theme=dark] .project-card-date{color:#b2cfc0}[data-theme=dark] .project-card-location,[data-theme=dark] .project-card-count-label{color:#7a9e8c}[data-theme=dark] .project-card-meta-label{color:#527364}[data-theme=dark] .project-card-meta-value{color:#e4f0ea}[data-theme=dark] .project-card-meta-value-empty{color:#4d7060}[data-theme=dark] .project-card-stats{color:#7a9e8c;border-top-color:#2a403599}[data-theme=dark] .stat-invited{color:#86efac}[data-theme=dark] .stat-quoted{color:#e8c882}[data-theme=dark] .inv-badge-invited{border-color:#2563eb4d}[data-theme=dark] .inv-badge-quoting{border-color:#d488064d}[data-theme=dark] .inv-badge-received{border-color:#4ab87c4d}[data-theme=dark] .inv-badge-declined{border-color:#ef44444d}[data-theme=dark] .inv-badge-not-invited,[data-theme=dark] .inv-badge-no-response{border-color:var(--border-default)}[data-theme=dark] .inv-badge-bounced{background:#e651001f;color:#ff9800;border-color:#e651004d}[data-theme=dark] .inv-text-bounced{color:#ff9800}[data-theme=dark] .status-badge-bidding{color:var(--status-green-text)}[data-theme=dark] .quote-chip-selected{border-color:#4ab87c4d}[data-theme=dark] .login-brand-title{color:#a7f3d0;text-shadow:0 0 30px rgba(74,184,124,.2)}[data-theme=dark] .login-brand-sub{color:var(--text-muted)}[data-theme=dark] .login-page{background-color:#0f1a15;background-image:radial-gradient(ellipse at 50% 0%,rgba(74,184,124,.1) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(201,150,62,.05) 0%,transparent 40%),radial-gradient(ellipse at 15% 50%,rgba(20,32,26,.7) 0%,transparent 50%),radial-gradient(ellipse at 85% 20%,rgba(17,28,22,.5) 0%,transparent 40%)}[data-theme=dark] .login-card{background:#18261ef0;border:1px solid rgba(42,64,53,.8);box-shadow:0 18px 34px #0000007a,inset 0 1px #4ab87c0d}[data-theme=dark] .login-card-title{color:var(--text-heading)}[data-theme=dark] .login-card-subtitle{color:var(--text-body)}[data-theme=dark] .login-card-kicker{color:#e8c882}[data-theme=dark] .login-label{color:var(--text-body)}[data-theme=dark] .login-submit{box-shadow:0 2px 8px #4ab87c47}[data-theme=dark] .login-submit:hover{box-shadow:0 4px 14px #4ab87c61}[data-theme=dark] .login-loading-spinner{border-color:#2a4035;border-top-color:#4ab87c}[data-theme=dark] .login-input{background-color:#121b16;border-color:#3a5445;color:var(--input-text);color-scheme:dark;-moz-appearance:none;appearance:none;-webkit-appearance:none}[data-theme=dark] .login-input:hover{border-color:#4d7060}[data-theme=dark] .login-input:-webkit-autofill,[data-theme=dark] .login-input:-webkit-autofill:hover,[data-theme=dark] .login-input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 30px #121b16 inset!important;-webkit-text-fill-color:var(--input-text)!important;caret-color:var(--input-text)}[data-theme=dark] input:-webkit-autofill,[data-theme=dark] input:-webkit-autofill:hover,[data-theme=dark] input:-webkit-autofill:focus,[data-theme=dark] textarea:-webkit-autofill,[data-theme=dark] select:-webkit-autofill{-webkit-box-shadow:0 0 0 30px var(--input-bg) inset!important;-webkit-text-fill-color:var(--input-text)!important;caret-color:var(--input-text);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}[data-theme=dark] .login-input::-moz-placeholder{color:var(--input-placeholder)}[data-theme=dark] .login-input::placeholder{color:var(--input-placeholder)}[data-theme=dark] .login-input:focus{background-color:#172219;border-color:var(--primary);box-shadow:var(--focus-ring)}[data-theme=dark] .login-input--error{box-shadow:0 0 0 2px #ef444433}[data-theme=dark] .login-password-toggle{color:var(--text-tertiary)}[data-theme=dark] .login-password-toggle:hover{color:var(--text-heading);background:#ffffff12}[data-theme=dark] .login-remember-label,[data-theme=dark] .login-toggle{color:var(--text-body)}[data-theme=dark] .login-toggle-link{color:var(--primary)}[data-theme=dark] .login-toggle-link:hover{color:var(--primary-hover)}[data-theme=dark] .login-error{background:#ef44441f;border-color:#ef444466}[data-theme=dark] .login-error p{color:#fca5a5}[data-theme=dark] .login-success{background:#4ab87c1f;border-color:#4ab87c59}[data-theme=dark] .login-success p{color:#86efac}[data-theme=dark] .login-theme-toggle{background:#0e1813e6;border-color:#2a4035;color:var(--text-heading)}[data-theme=dark] .login-theme-toggle:hover{background:#16221cf5;color:var(--text-heading)}[data-theme=dark] .proj-dash-card{border:1px solid var(--border-default);box-shadow:0 2px 8px #00000052,inset 0 1px #4ab87c0a}[data-theme=dark] .proj-dash-pill{border-color:var(--border-default);background:var(--bg-surface-alt)}[data-theme=dark] .proj-dash-big-number{background:linear-gradient(135deg,#4ab87c,#86efac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .proj-dash-recent-amount{color:#5dcb8f}[data-theme=dark] .proj-dash-bond-dot-done{box-shadow:0 0 6px #4ab87c66}[data-theme=dark] .proj-dash-readiness{border-top-color:var(--border-default)}[data-theme=dark] .proj-dash-readiness-item{border-color:var(--border-default);background:#ffffff0a}[data-theme=dark] .proj-dash-readiness-item:hover{border-color:#4ab87c59;background:#4ab87c14}[data-theme=dark] .proj-dash-readiness-item-pill-ready{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .proj-dash-readiness-item-pill-working{border-color:#d4880659;background:#d488061f;color:#fcd34d}[data-theme=dark] .proj-dash-readiness-item-pill-risk,[data-theme=dark] .proj-dash-readiness-item-pill-idle{border-color:#f8717159;background:#f871711a;color:#fca5a5}[data-theme=dark] .proj-dash-readiness-toggle{border-color:#4ab87c3d;background:#4ab87c14;color:#86efac}[data-theme=dark] .proj-dash-readiness-toggle:hover{border-color:#4ab87c5c;background:#4ab87c24}[data-theme=dark] .proj-title-meta-badge{border-color:var(--border-default);background:#ffffff0d;color:var(--text-muted)}@media print{[data-theme=dark]{color-scheme:light}}[data-theme=dark] .proj-ai-banner{background:linear-gradient(135deg,#003c2366,#00321e59);border-color:#4ab87c4d}[data-theme=dark] .proj-ai-banner-warning{background:linear-gradient(135deg,#543a0a73,#3c2a0761);border-color:#dbaf5657}[data-theme=dark] .proj-ai-banner-alert{background:linear-gradient(135deg,#58161675,#41111161);border-color:#df787857}[data-theme=dark] .proj-ai-banner-cancel{background:var(--bg-surface);color:#fca5a5;border-color:#ef44444d}[data-theme=dark] .proj-ai-banner-action{background:var(--bg-surface);color:var(--gold-light);border-color:#4ab87c42}[data-theme=dark] .proj-panel{background:linear-gradient(180deg,#18261ef0,#192820eb);border-color:#38463edb}[data-theme=dark] .proj-panel-bidbook{background:linear-gradient(180deg,#18261ec2,#19282070);border-color:#38463e80}[data-theme=dark] .proj-workflow-callout{border-color:#4ab87c33;background:linear-gradient(90deg,#4ab87c0f,#d488060f)}[data-theme=dark] .proj-scope-card-header{border-color:var(--border-default);background:linear-gradient(180deg,#18261ef2,#192820eb)}[data-theme=dark] .proj-scope-card-card{border-color:var(--border-default);background:#18261ef2;box-shadow:0 6px 14px #0003}[data-theme=dark] .proj-scope-card-issue-item{border-color:var(--border-default);background:#192820f2}[data-theme=dark] .proj-scope-card-progress{background:#1c2a22d9}[data-theme=dark] .proj-scope-status-chip-included{background:#4ab87c26;border-color:#4ab87c66;color:#4ade80}[data-theme=dark] .proj-scope-status-chip-excluded{background:#ef44441f;border-color:#ef444459;color:#fca5a5}[data-theme=dark] .proj-scope-status-chip-clarify{background:#d488061f;border-color:#d4880659;color:#fcd34d}[data-theme=dark] .proj-scope-status-chip-pending{background:#ffffff0f;border-color:#ffffff1f;color:#9ca3af}[data-theme=dark] .proj-scope-card-missing{background:var(--bg-surface)}[data-theme=dark] .quote-inline-shell .modal-content.modal-inline{border-color:var(--border-default);background:#18261ef2;box-shadow:0 6px 14px #0000004d}[data-theme=dark] .quote-inline-shell .modal-content.modal-inline .modal-actions{background:linear-gradient(180deg,#18261e94,#18261ef2);border-top-color:var(--border-default)}[data-theme=dark] .proj-fee-row{background-color:#ffffff0a;border-color:var(--border-default)}[data-theme=dark] .proj-fee-row-edit{background-color:#ffffff0f;border-color:var(--moss)}[data-theme=dark] .proj-fee-add{background-color:#ffffff08;border-color:var(--border-default)}[data-theme=dark] .proj-selfperform{background-color:#d488060f;border-color:#d4880633}[data-theme=dark] .proj-selfperform-row{border-bottom-color:var(--border-default)}[data-theme=dark] .proj-sp-input,[data-theme=dark] .proj-fee-input,[data-theme=dark] .proj-fee-select{border-color:var(--border-default);background:var(--input-bg);color:var(--text-heading)}[data-theme=dark] .proj-fee-nudge-btn{border-color:var(--border-default)}[data-theme=dark] .proj-fee-nudge-btn:hover{border-color:#fff3}[data-theme=dark] .proj-fee-cancel{border-color:var(--border-default)}[data-theme=dark] .proj-fee-cancel:hover,[data-theme=dark] .proj-fee-btn:hover{background-color:#ffffff0f}[data-theme=dark] .proj-fee-btn-del:hover{background-color:#ef44441a}[data-theme=dark] .proj-grand-total{background:linear-gradient(120deg,#4ab87c1a,#4ab87c0f);border-color:#4ab87c33}[data-theme=dark] .proj-fees-section,[data-theme=dark] .proj-selfperform,[data-theme=dark] .proj-bid-module{border-color:var(--border-default);background:#18261ef2;box-shadow:0 6px 14px #0003}[data-theme=dark] .proj-bid-empty-state{border-color:var(--border-default);background:#192820d9}[data-theme=dark] .proj-trade-area{border-color:var(--border-default);background:#18261ee6;box-shadow:0 5px 12px #0003}[data-theme=dark] .proj-stats-bar{border-color:var(--border-default);background:#18261ee6;box-shadow:0 5px 12px #00000026}[data-theme=dark] .proj-readiness-card{border-color:var(--border-default);background:linear-gradient(180deg,#18261ef2,#192820f0);box-shadow:0 5px 12px #00000026}[data-theme=dark] .proj-summary-wrap{border-color:transparent;background:transparent;box-shadow:none}[data-theme=dark] .proj-summary-caption{border-bottom-color:var(--border-default);background:linear-gradient(180deg,#4ab87c14,#4ab87c08)}[data-theme=dark] .proj-summary-outreach,[data-theme=dark] .proj-summary-outreach-card{border-color:var(--border-default);background:#ffffff0a}[data-theme=dark] .proj-summary-outreach-empty{border-color:var(--border-default);background:#ffffff08;color:var(--text-tertiary)}[data-theme=dark] .proj-summary-outreach-count{border-color:#4ab87c47;background:#4ab87c1a;color:#b8f0cd}[data-theme=dark] .proj-summary-outreach-search{background:#131e18f0;border-color:#4ab87c2e;color:var(--text-heading)}[data-theme=dark] .proj-summary-row{border-bottom-color:var(--border-default)}[data-theme=dark] .proj-summary-row:hover{background-color:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff0f}[data-theme=dark] .proj-summary-table tbody .proj-summary-row:not(.proj-summary-row-edit):not(.proj-summary-row-checked):nth-child(odd)>td{background-color:#ffffff05;box-shadow:inset 0 1px #ffffff08,inset 0 -1px #ffffff05}[data-theme=dark] .proj-summary-table tbody .proj-summary-row:not(.proj-summary-row-edit):not(.proj-summary-row-checked):nth-child(2n)>td{background-color:#ffffff03;box-shadow:inset 0 1px #ffffff05,inset 0 -1px #ffffff03}[data-theme=dark] .proj-summary-row-edit{background:#ffffff0a}[data-theme=dark] .proj-summary-row-state-selected{background:#4ab87c14}[data-theme=dark] .proj-summary-row-state-quoted{background:#d4880614}[data-theme=dark] .proj-summary-row-state-no_quotes{background:#ef44440f}[data-theme=dark] .proj-summary-row.proj-summary-row-checked{background:#4ab87c1f;box-shadow:inset 0 0 0 1px #4ab87c33}[data-theme=dark] .proj-summary-row.proj-summary-row-checked:hover{background:#4ab87c29}[data-theme=dark] .proj-summary-chip{border-color:#4ab87c4d;background:#4ab87c1a}[data-theme=dark] .proj-summary-chip-btn:hover{border-color:#4ab87c80;background:#4ab87c26}[data-theme=dark] .proj-summary-chip-attention{border-color:#d4880666;background:#d488061f;color:#fcd34d}[data-theme=dark] .proj-summary-chip-selected{border-color:#4ab87c66;background:#4ab87c1f}[data-theme=dark] .proj-summary-chip-hint{color:var(--text-tertiary);background:#ffffff0d;border-color:var(--border-default)}[data-theme=dark] .proj-summary-search{border-color:var(--border-default);background:#ffffff0d}[data-theme=dark] .proj-summary-search-clear{color:#9ad7b1}[data-theme=dark] .proj-summary-search-clear:hover{color:#c8f0d7}[data-theme=dark] .proj-summary-inline-action{border-color:var(--border-default);background:#ffffff0a;color:var(--text-body)}[data-theme=dark] .proj-summary-inline-action:hover{background:#ffffff14}[data-theme=dark] .proj-summary-inline-action-primary,[data-theme=dark] .proj-summary-inline-send{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .proj-summary-empty-state{border-top-color:var(--border-default);background:linear-gradient(180deg,#18261e9e,#1928208f)}[data-theme=dark] .proj-summary-status-pill{border-color:var(--border-default);background:#ffffff0f}[data-theme=dark] .proj-summary-status-pill-selected{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .proj-summary-status-pill-quoted{border-color:#d4880659;background:#d488061f;color:#fcd34d}[data-theme=dark] .proj-summary-status-pill-waiting{border-color:#d4880673;background:#d4880626;color:#f0b429}[data-theme=dark] .proj-summary-status-pill-invited{border-color:#2563eb59;background:#2563eb1f;color:#93c5fd}[data-theme=dark] .proj-summary-status-pill-ready{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .proj-summary-status-pill-working{border-color:#d4880659;background:#d488061f;color:#fcd34d}[data-theme=dark] .proj-summary-status-pill-risk,[data-theme=dark] .proj-summary-status-pill-idle{border-color:#f8717159;background:#f871711a;color:#fca5a5}[data-theme=dark] .proj-summary-risk-icon{color:#f0a050}[data-theme=dark] .proj-summary-csi-pill{border-color:var(--border-default);background:#ffffff0d}[data-theme=dark] .proj-summary-basis-pill-selected{background:#ffffff14}[data-theme=dark] .proj-summary-basis-pill-lowest{background:#d488061f}[data-theme=dark] .proj-combined-tag{background-color:#d488061f}[data-theme=dark] .proj-summary-row-meta{border-color:var(--border-default);background:#ffffff0f}[data-theme=dark] .owner-breakdown-insight,[data-theme=dark] .owner-breakdown-review-queue,[data-theme=dark] .owner-breakdown-review-card,[data-theme=dark] .owner-breakdown-alert-item,[data-theme=dark] .owner-breakdown-table,[data-theme=dark] .owner-breakdown-table-wrap,[data-theme=dark] .owner-breakdown-summary-item{border-color:var(--border-default);background:#ffffff0a}[data-theme=dark] .owner-breakdown-insight-alert,[data-theme=dark] .owner-breakdown-review-empty,[data-theme=dark] .owner-breakdown-row-missing{border-color:#d4880659;background:#d4880614}[data-theme=dark] .owner-breakdown-match-pill{border-color:#4ab87c47;background:#4ab87c1a;color:#b8f0cd}[data-theme=dark] .owner-breakdown-search{background:#131e18f0;border-color:#4ab87c2e;color:var(--text-heading)}[data-theme=dark] .owner-breakdown-mapping-editor{border-color:var(--border-default);background:#ffffff0a}[data-theme=dark] .owner-breakdown-mapping-option-hint{border-color:#d4880659;background:#d488061f;color:#fcd34d}[data-theme=dark] .owner-breakdown-alert-pill-ready,[data-theme=dark] .owner-breakdown-rollup-pill-ready{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .owner-breakdown-alert-pill-working,[data-theme=dark] .owner-breakdown-rollup-pill-working{border-color:#d4880659;background:#d488061f;color:#fcd34d}[data-theme=dark] .owner-breakdown-alert-pill-risk,[data-theme=dark] .owner-breakdown-rollup-pill-risk{border-color:#f8717159;background:#f871711a;color:#fca5a5}[data-theme=dark] .owner-breakdown-btn-affirm,[data-theme=dark] .owner-breakdown-btn-selected{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .owner-breakdown-row-highlight{animation:owner-breakdown-row-glow-dark 1.8s ease}@keyframes owner-breakdown-row-glow-dark{0%{background:#4ab87c24}to{background:transparent}}[data-theme=dark] .proj-summary-scope-btn-primary{border-color:#4ab87c66;background:#4ab87c1f}[data-theme=dark] .proj-summary-scope-btn-primary:hover{border-color:#4ab87c99;background:#4ab87c2e;color:#4ade80}[data-theme=dark] .proj-summary-scope-btn-alt{border-color:#d4880666;background:#d488061a;color:#fcd34d}[data-theme=dark] .proj-summary-scope-btn-alt:hover{border-color:#d4880699;background:#d4880629}[data-theme=dark] .proj-summary-scope-btn-muted{border-color:var(--border-default);background:#ffffff0d}[data-theme=dark] .proj-summary-scope-btn-muted:hover{border-color:#ffffff26;background:#ffffff14}[data-theme=dark] .proj-summary-scope-btn-danger{border-color:#ef444466;background:#ef44441a;color:#fca5a5}[data-theme=dark] .proj-summary-scope-btn-danger:hover{border-color:#ef444499;background:#ef444426}[data-theme=dark] .proj-row-selector-box,[data-theme=dark] .proj-row-selector-cell{border-color:var(--border-default);background:#192820f5}[data-theme=dark] .proj-summary-td-check,[data-theme=dark] .proj-summary-td,[data-theme=dark] .proj-summary-section-row td,[data-theme=dark] .proj-summary-tfoot td,[data-theme=dark] .proj-summary-grand-total-row td{border-right-color:#1c2a2280}[data-theme=dark] .proj-summary-tfoot{background-color:#4ab87c0f;border-top-color:#4ab87c40}[data-theme=dark] .proj-summary-grand-total-row{border-top-color:#4ab87c40;background:linear-gradient(180deg,#4ab87c14,#4ab87c1f)}[data-theme=dark] .proj-bid-jump-links{border-top-color:var(--border-default);background:#192820bf}[data-theme=dark] .proj-bid-jump-link{border-color:#4ab87c4d;background:#4ab87c1a}[data-theme=dark] .proj-bid-jump-link:hover{border-color:#4ab87c80}[data-theme=dark] .proj-cost-wrap{border-color:var(--border-default);background:#18261ef2;box-shadow:0 6px 14px #00000040}[data-theme=dark] .proj-cost-header{border-bottom-color:var(--border-default);background:linear-gradient(180deg,#4ab87c0f,#4ab87c05)}[data-theme=dark] .proj-cost-section-row td{background:#192820c7;border-top-color:var(--border-default);border-bottom-color:var(--border-default)}[data-theme=dark] .proj-cost-row{border-bottom-color:var(--border-default)}[data-theme=dark] .proj-cost-row-edit{background:#ffffff0a}[data-theme=dark] .proj-cost-total-row{border-top-color:#4ab87c40;background-color:#4ab87c0f}[data-theme=dark] .proj-batch-context-menu{border-color:var(--border-default);background:linear-gradient(180deg,#18261efa,#192820f5);box-shadow:0 12px 24px #0006}[data-theme=dark] .proj-batch-context-btn:hover{background:#4ab87c1a}[data-theme=dark] .proj-batch-context-btn-danger{color:#fca5a5}[data-theme=dark] .proj-batch-context-btn-danger:hover{background:#ef44441f}[data-theme=dark] .proj-batch-context-sep{background:var(--border-default)}[data-theme=dark] .quote-compare-vs-low{color:#fcd34d}[data-theme=dark] .proj-trade-suggestions{border-color:#d4880640;background:linear-gradient(140deg,#d4880614,#4ab87c0f)}[data-theme=dark] .proj-trade-suggestions-label{color:#f0b429}[data-theme=dark] .proj-trade-suggestions-subtitle,[data-theme=dark] .proj-trade-suggestions-count,[data-theme=dark] .proj-trade-suggestion-card-reasons{color:var(--text-muted)}[data-theme=dark] .proj-trade-suggestions-search{background:#131e18f0;border-color:#4ab87c2e;color:var(--text-heading)}[data-theme=dark] .proj-trade-suggestion-filter{background:#ffffff0d;border-color:#d4880638;color:#f0b429}[data-theme=dark] .proj-trade-suggestion-filter-selected{background:#4ab87c1f;border-color:#4ab87c47;color:var(--text-heading)}[data-theme=dark] .proj-trade-suggestion-loading{color:var(--text-muted)}[data-theme=dark] .proj-trade-suggestion-card{border-color:#4ab87c2e;background:#141b186b}[data-theme=dark] .proj-trade-suggestion-card-title{color:var(--text-heading)}[data-theme=dark] .proj-trade-suggestion-pill-ready{background:#4ab87c2e;border-color:#4ab87c4d;color:#86efac}[data-theme=dark] .proj-trade-suggestion-pill-working{background:#f59e0b29;border-color:#f59e0b47;color:#fcd34d}[data-theme=dark] .proj-trade-suggestion-pill-risk{background:#ef444426;border-color:#ef444447;color:#fca5a5}[data-theme=dark] .proj-trade-suggestion-chip{color:var(--text-muted);background:#ffffff0f;border-color:#ffffff1f}[data-theme=dark] .proj-trade-suggestion-chip-ready{color:#86efac;border-color:#4ab87c47;background:#4ab87c1f}[data-theme=dark] .proj-trade-suggestion-chip-attention{color:#fcd34d;border-color:#f59e0b47;background:#f59e0b1f}[data-theme=dark] .proj-trade-suggestion-btn{border-color:#4ab87c4d;background:#4ab87c14;color:var(--text-heading)}[data-theme=dark] .proj-trade-suggestion-btn:hover{background:#4ab87c24;border-color:#4ab87c80}[data-theme=dark] .proj-back-summary{border-color:#4ab87c4d;background:#4ab87c14}[data-theme=dark] .proj-back-summary:hover{border-color:#4ab87c80;background:#4ab87c24}[data-theme=dark] .proj-trade-summary-caption .proj-trade-header-btn{border-color:var(--border-default);background:#ffffff0d}[data-theme=dark] .proj-trade-summary-caption .proj-trade-header-btn:hover{border-color:#ffffff26;background:#ffffff14}[data-theme=dark] .proj-trade-summary-caption .proj-send-email-btn{border-color:#d4880673;background:#d488061f;color:#fcd34d}[data-theme=dark] .proj-scope-sheet-modal-items{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .proj-scope-sheet-action-item{border-color:var(--border-default);background:var(--bg-surface)}[data-theme=dark] .proj-scope-sheet-action-item:hover{border-color:#4ab87c66;background:#4ab87c14}[data-theme=dark] .proj-scope-sheet-action-item-danger{color:#fca5a5}[data-theme=dark] .proj-scope-sheet-action-item-danger:hover{border-color:#ef444466;background:#ef444414}[data-theme=dark] .ss-full-modal{box-shadow:0 20px 60px #00000080}[data-theme=dark] .ss-full-cat-header{color:#6ee7b7;border-bottom-color:#6ee7b733}[data-theme=dark] .ss-full-item:before{background:#6ee7b7}[data-theme=dark] .ss-full-editor-label,[data-theme=dark] .ss-full-editor-cat{background:var(--bg-inset);border-color:var(--border-default)}[data-theme=dark] .ss-full-editor-label:focus,[data-theme=dark] .ss-full-editor-cat:focus{border-color:#4ab87c80;box-shadow:0 0 0 2px #4ab87c26}[data-theme=dark] .ss-full-remove-btn:hover{color:#fca5a5}[data-theme=dark] .companies-header{border-color:var(--border-default);background:radial-gradient(circle at 0% 0%,rgba(74,184,124,.08),transparent 45%),radial-gradient(circle at 100% 100%,rgba(212,136,6,.06),transparent 36%),var(--bg-page);box-shadow:0 10px 22px #00000040}[data-theme=dark] .companies-subtitle{color:var(--text-muted)}[data-theme=dark] .companies-action-btn-secondary{background:linear-gradient(180deg,#18261efa,#192820f2);color:var(--text-body);border-color:var(--border-default);box-shadow:0 6px 12px #0003}[data-theme=dark] .companies-action-btn-secondary:hover{color:var(--text-heading);border-color:#4ab87c59;background:linear-gradient(180deg,#22262bfa,#1b1f24f5)}[data-theme=dark] .companies-tabs-wrap{border-color:var(--border-default);background:linear-gradient(180deg,#18261ef5,#192820f0)}[data-theme=dark] .companies-directory-toolbar{background:linear-gradient(180deg,#18261ef5,#192820f0);box-shadow:0 8px 18px #0003}[data-theme=dark] .companies-filter-select{background:linear-gradient(180deg,var(--bg-surface),var(--bg-surface-alt));box-shadow:none}[data-theme=dark] .companies-email-pills{background:linear-gradient(180deg,var(--bg-surface),var(--bg-surface-alt))}[data-theme=dark] .companies-clear-filters{background:var(--bg-surface)}[data-theme=dark] .companies-clear-filters:hover{background:var(--bg-surface-alt)}[data-theme=dark] .companies-directory-table-wrap{background:linear-gradient(180deg,#18261efa,#192820f2);box-shadow:0 14px 28px #0000004d}[data-theme=dark] .companies-directory-table th{background:linear-gradient(180deg,#18261ef2,#192820eb)}[data-theme=dark] .companies-directory-table tbody tr:hover{background:linear-gradient(180deg,#4ab87c0f,#4ab87c0a)}[data-theme=dark] .companies-tab{background:linear-gradient(180deg,#ffffff0a,#ffffff05)}[data-theme=dark] .companies-tab:hover{background:linear-gradient(180deg,#ffffff14,#ffffff0a)}[data-theme=dark] .companies-matching-panel{background:linear-gradient(180deg,#18261efa,#192820f2);box-shadow:0 10px 22px #0000004d}[data-theme=dark] .companies-matching-table th{background:linear-gradient(180deg,#18261ef2,#192820eb)}[data-theme=dark] .companies-matching-empty{background:#ffffff0a}[data-theme=dark] .companies-unmatched-card{background:#18261ee6}[data-theme=dark] .companies-queue-all-clear{border-color:#4ab87c40;background:radial-gradient(circle at top right,#4ab87c1a,#4ab87c00 42%),linear-gradient(180deg,#161e1af5,#141a17f0)}[data-theme=dark] .settings-sidebar-column{background:var(--bg-surface-alt);border-color:var(--border-default)}[data-theme=dark] .settings-sidebar{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .settings-sidebar-subtitle,[data-theme=dark] .settings-nav-item{color:var(--text-muted)}[data-theme=dark] .settings-nav-item:hover{background:var(--bg-surface-alt);color:var(--text-heading)}[data-theme=dark] .settings-nav-item-active{border-left-color:var(--accent);background:#4ab87c1a;color:#4ade80}[data-theme=dark] .settings-form-field .form-input{border-color:var(--border-default);box-shadow:none}[data-theme=dark] .settings-form-field .form-input:focus,[data-theme=dark] .settings-form-field .form-input:focus-visible{outline-color:var(--moss);border-color:var(--moss);box-shadow:0 0 0 2px #4ab87c33}[data-theme=dark] .settings-logo-uploader{border-color:var(--border-default);background:var(--bg-surface-alt)}[data-theme=dark] .settings-logo-uploader-drag{border-color:var(--moss);background:#4ab87c14}[data-theme=dark] .settings-logo-preview-wrap{background:var(--bg-surface)}[data-theme=dark] .settings-theme-field-head{border-color:var(--border-default);background:var(--bg-surface)}[data-theme=dark] .settings-theme-segmented{border-color:var(--border-default)}[data-theme=dark] .settings-theme-seg-btn{color:var(--text-secondary)}[data-theme=dark] .settings-theme-seg-btn+.settings-theme-seg-btn{border-left-color:var(--border-default)}[data-theme=dark] .settings-theme-seg-btn:hover{background:#ffffff0f}[data-theme=dark] .settings-billing-row{background:var(--bg-surface-alt);border-color:var(--border-default)}[data-theme=dark] .settings-billing-status-trialing{background:#fcd34d2e;border-color:#fcd34d57;color:#fcd34d}[data-theme=dark] .settings-billing-status-active{background:#4ade8026;border-color:#4ade804d;color:#4ade80}[data-theme=dark] .settings-billing-status-past_due,[data-theme=dark] .settings-billing-status-canceled,[data-theme=dark] .settings-billing-status-unpaid,[data-theme=dark] .settings-billing-status-incomplete{background:#fca5a52e;border-color:#fca5a552;color:#fca5a5}[data-theme=dark] .owner-billing-chip-trialing{background:#fcd34d2e;border-color:#fcd34d57;color:#fcd34d}[data-theme=dark] .owner-billing-chip-active{background:#4ade8026;border-color:#4ade804d;color:#4ade80}[data-theme=dark] .owner-billing-chip-past_due,[data-theme=dark] .owner-billing-chip-canceled,[data-theme=dark] .owner-billing-chip-unpaid,[data-theme=dark] .owner-billing-chip-incomplete{background:#fca5a52e;border-color:#fca5a552;color:#fca5a5}[data-theme=dark] .staff-chart-month-cell-low{background:#2563eb26;color:#93c5fd}[data-theme=dark] .staff-chart-month-cell-mid{background:#2563eb40;color:#93c5fd}[data-theme=dark] .staff-chart-month-cell-high{background:#2563eb61;color:#bfdbfe}[data-theme=dark] .staff-chart-month-cell-over{background:#ef444433;color:#fca5a5}[data-theme=dark] .activity-avatar-quote{background:#4ab87c26;color:#4ade80}[data-theme=dark] .activity-avatar-team{background:#d488061f;color:var(--accent-text)}[data-theme=dark] .activity-avatar-project{background:#ffffff14;color:var(--text-heading)}[data-theme=dark] .activity-avatar-schedule{background:#4ab87c26;color:#4ade80}[data-theme=dark] .trade-sheet-thead{background-color:#192820e6}[data-theme=dark] .trade-sheet-wrap-virtual .trade-sheet-th{background-color:#192820f2}[data-theme=dark] .trade-sheet-row:hover{background-color:#ffffff0a}[data-theme=dark] .trade-sheet-tree--selected{color:#7cc9a0fa}[data-theme=dark] .trade-sheet-row-checked,[data-theme=dark] .trade-sheet-row-checked>td{background-color:#4ab87c2e!important;box-shadow:none!important}[data-theme=dark] .trade-sheet-row-checked:hover,[data-theme=dark] .trade-sheet-row-checked:hover>td{background-color:#4ab87c3d!important}[data-theme=dark] .trade-sheet-wrap-excel{border-color:var(--border-default);background:#18261ef2;box-shadow:0 6px 14px #00000040}[data-theme=dark] .file-upload-toolbar{background:linear-gradient(180deg,#18261ef0,#192820e6);box-shadow:none}[data-theme=dark] .drop-zone{border-color:#4ab87c4d;background:radial-gradient(circle at top right,#4ab87c0f,#4ab87c00 42%),linear-gradient(180deg,#18261eed,#192820db);box-shadow:none}[data-theme=dark] .drop-zone:hover{border-color:#4ab87c80;box-shadow:0 8px 18px #0003}[data-theme=dark] .drop-zone-active{border-color:var(--moss);background:radial-gradient(circle at top right,#4ab87c1f,#4ab87c00 44%),linear-gradient(180deg,#161e1af2,#141a17e6)}[data-theme=dark] .drop-zone-icon{background:#4ab87c26;border-color:#4ab87c4d}[data-theme=dark] .file-list-shell{background:linear-gradient(180deg,#18261eed,#192820e0)}[data-theme=dark] .file-revision-prompt{background:linear-gradient(180deg,#4ab87c14,#18261eeb);border-color:#4ab87c40;box-shadow:none}[data-theme=dark] .file-folder-header{border-bottom-color:#ffffff14}[data-theme=dark] .file-action-icon:hover{background:#ffffff14;color:var(--text-heading)}[data-theme=dark] .file-action-icon-danger:hover{background:#ef44441f;color:#fca5a5}[data-theme=dark] .file-action-icon-shared{color:#86efac}[data-theme=dark] .file-upload-toolbar-select{background:#18261ef2;border-color:#ffffff26;color:var(--text-heading)}[data-theme=dark] .file-zone-tab{background:#ffffff0a;border-color:#ffffff24;color:var(--text-muted)}[data-theme=dark] .file-zone-tab:hover{border-color:#fff3}[data-theme=dark] .file-zone-tab.active-planroom{background:#4ab87c29;border-color:#4ab87c61;color:var(--moss)}[data-theme=dark] .file-zone-tab.active-private{background:#ffffff14;color:var(--text-heading)}[data-theme=dark] .file-zone-tab.drag-target{background:#4ab87c3d;border-color:#4ab87c80;color:#a7f3d0}[data-theme=dark] .file-zone-tab-count{background:#18261ef2;border-color:#ffffff1f;color:var(--text-muted)}[data-theme=dark] .file-zone-tabs{background:linear-gradient(180deg,#14201af5,#101914eb);border-color:#ffffff24;box-shadow:0 8px 20px #0000004d,inset 0 1px #ffffff0d}[data-theme=dark] .file-zone-tab-dot-private{background:#9ca3af}[data-theme=dark] .file-zone-banner{border-left-color:#4ab87c57}[data-theme=dark] .file-zone-banner-private{border-left-color:#9ca3af66}[data-theme=dark] .file-group-header{background:linear-gradient(180deg,#192820f5,#14201aeb);border-color:#ffffff1f}[data-theme=dark] .file-zone-banner{background:#ffffff0a;border-color:#ffffff1f}[data-theme=dark] .file-zone-banner-planroom{background:linear-gradient(180deg,#4ab87c24,#ffffff05);border-color:#4ab87c4d}[data-theme=dark] .file-explorer-breadcrumb{border-bottom-color:#ffffff1f}[data-theme=dark] .file-crumb{color:var(--text-muted)}[data-theme=dark] .file-crumb-root:hover{color:#8bd7b5}[data-theme=dark] .file-crumb-current{color:var(--text-heading)}[data-theme=dark] .file-crumb-sep{color:var(--text-tertiary)}[data-theme=dark] .file-list-search-input{background:#ffffff0d;border-color:#ffffff24;color:var(--text-heading)}[data-theme=dark] .file-list-search-input:focus{border-color:#4ab87c57;box-shadow:0 0 0 3px #4ab87c24}[data-theme=dark] .file-list-search-clear{background:#ffffff0f;border-color:#ffffff24;color:var(--text-muted)}[data-theme=dark] .file-list-search-clear:hover{border-color:#4ab87c47;color:var(--text-heading)}[data-theme=dark] .file-folder-browser-row{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .file-folder-browser-row-hot{background:linear-gradient(180deg,#1e3a8a38,#16221ce6);border-color:#60a5fa38}[data-theme=dark] .file-folder-browser-row:hover{background:#4ab87c1f;border-color:#4ab87c57}[data-theme=dark] .file-folder-browser-row-hot:hover{background:linear-gradient(180deg,#2563eb38,#1e293beb);border-color:#60a5fa57}[data-theme=dark] .file-folder-browser-icon{color:#8bd7b5}[data-theme=dark] .file-folder-browser-count{color:var(--text-muted)}[data-theme=dark] .file-folder-browser-chip{background:#ffffff0f;border-color:#ffffff24;color:var(--text-muted)}[data-theme=dark] .file-folder-browser-chip-revised{background:#3b82f62e;border-color:#60a5fa4d;color:#93c5fd}[data-theme=dark] .file-folder-browser-chip-recent{background:#f973162e;border-color:#f973164d;color:#fdba74}[data-theme=dark] .file-sidebar-card{background:linear-gradient(180deg,#16221cf5,#192820eb);border-color:#ffffff24;box-shadow:0 8px 18px #0000004d,inset 0 1px #ffffff0a}[data-theme=dark] .file-review-banner{background:linear-gradient(180deg,#2d2416f5,#261f15eb);border-color:#b8843d3d;box-shadow:inset 0 1px #ffffff08}[data-theme=dark] .file-review-banner-active{background:linear-gradient(180deg,#1a2b21f5,#17261eeb);border-color:#4ab87c47}[data-theme=dark] .file-review-banner-copy{color:var(--text-heading)}[data-theme=dark] .file-review-banner-action{background:#ffffff0d;border-color:#4ab87c3d;color:#9ad7b1}[data-theme=dark] .file-review-banner-action:hover{background:#4ab87c1f;border-color:#4ab87c5c;color:#c8f0d7}[data-theme=dark] .file-intelligence-card{background:linear-gradient(180deg,#16221cf5,#192820eb);border-color:#ffffff24;box-shadow:0 8px 18px #00000047,inset 0 1px #ffffff0a;color:var(--text-body)}[data-theme=dark] .file-intelligence-card-active{border-color:#4ab87c5c;box-shadow:0 10px 22px #0000004d}[data-theme=dark] .file-intelligence-card-attention{border-color:#f59e0b47;background:linear-gradient(180deg,#342410f2,#302212e6)}[data-theme=dark] .file-intelligence-card-label,[data-theme=dark] .file-intelligence-card-meta,[data-theme=dark] .file-intelligence-group-label{color:var(--text-muted)}[data-theme=dark] .file-intelligence-card-value{color:var(--text-heading)}[data-theme=dark] .file-intelligence-type-pill{background:#ffffff0d;border-color:#ffffff24;color:var(--text-heading)}[data-theme=dark] .file-intelligence-type-pill:hover{border-color:#4ab87c47;background:#4ab87c1a}[data-theme=dark] .file-intelligence-type-pill-active{border-color:#4ab87c57;background:#4ab87c29;box-shadow:0 8px 16px #00000047}[data-theme=dark] .file-intelligence-revisions{border-color:#ffffff24;background:linear-gradient(180deg,#16221cf0,#18271fe6)}[data-theme=dark] .file-intelligence-review{border-color:#b8843d47;background:linear-gradient(180deg,#271c12f2,#201710eb)}[data-theme=dark] .file-intelligence-inline-link{color:#9ad7b1}[data-theme=dark] .file-intelligence-inline-link:hover,[data-theme=dark] .file-intelligence-inline-link-active{color:#c8f0d7}[data-theme=dark] .file-intelligence-action-btn{background:#472d11f5;border-color:#f59e0b42;color:#fdba74}[data-theme=dark] .file-intelligence-action-btn:hover,[data-theme=dark] .file-intelligence-action-btn-active{background:#583814fa;color:#fde68a}[data-theme=dark] .file-intelligence-revision-item{border-color:#ffffff24;background:#ffffff0a;color:var(--text-body)}[data-theme=dark] .file-intelligence-revision-item:hover{border-color:#4ab87c47;background:#4ab87c14;box-shadow:0 8px 16px #0000003d}[data-theme=dark] .file-intelligence-review-action{background:#ffffff0d;border-color:#ffffff24;color:var(--text-heading)}[data-theme=dark] .file-intelligence-review-action-primary{background:#4ab87c1f;border-color:#4ab87c3d;color:#86efac}[data-theme=dark] .file-intelligence-revision-name{color:var(--text-heading)}[data-theme=dark] .file-intelligence-revision-meta{color:var(--text-muted)}[data-theme=dark] .file-revised-badge{background:#3b82f62e;border-color:#60a5fa4d;color:#93c5fd}[data-theme=dark] .file-version-activity{color:#93c5fd}[data-theme=dark] .file-sidebar-card-active{border-color:#4ab87c5c;box-shadow:0 8px 16px #0000004d}[data-theme=dark] .file-sidebar-card-attention{border-color:#b8843d47;background:linear-gradient(180deg,#2b1f14f5,#231911eb)}[data-theme=dark] .file-sidebar-card-btn{color:var(--text-heading)}[data-theme=dark] .file-sidebar-card-count,[data-theme=dark] .file-sidebar-card-subtext{color:var(--text-muted)}[data-theme=dark] .file-sidebar-status-live{background:#4ab87c2e;border-color:#4ab87c5c;color:#86efac}[data-theme=dark] .file-sidebar-status-off{background:#ffffff0f;border-color:#ffffff24;color:var(--text-tertiary)}[data-theme=dark] .file-sidebar-status-expired{background:#aa8a7124;border-color:#aa8a714d;color:#e7cdb4}[data-theme=dark] .file-sidebar-copy-btn{background:#ffffff0f;border-color:#ffffff24;color:var(--text-muted)}[data-theme=dark] .file-sidebar-copy-btn:hover{background:#4ab87c24;border-color:#4ab87c4d;color:#86efac}[data-theme=dark] .file-action-icon-visibility{background:#ffffff0d;border-color:#ffffff24}[data-theme=dark] .file-action-icon-visibility:hover{background:#4ab87c1f}[data-theme=dark] .file-folder-browser-row-shared{background:linear-gradient(180deg,#4ab87c1a,#4ab87c0a);border-color:#4ab87c42}[data-theme=dark] .file-folder-browser-row-shared:hover{background:linear-gradient(180deg,#4ab87c2e,#4ab87c14);border-color:#4ab87c6b}[data-theme=dark] .file-folder-browser-icon-shared svg{fill:#34d399}[data-theme=dark] .file-detail-card,[data-theme=dark] .file-detail-empty{background:linear-gradient(180deg,#16221cf5,#192820eb);border-color:#ffffff24;box-shadow:0 8px 18px #0000004d,inset 0 1px #ffffff0a}[data-theme=dark] .file-detail-empty-title,[data-theme=dark] .file-detail-name,[data-theme=dark] .file-detail-review-title{color:var(--text-heading)}[data-theme=dark] .file-detail-empty-copy,[data-theme=dark] .file-detail-review-copy,[data-theme=dark] .file-detail-kicker,[data-theme=dark] .file-detail-meta-row dt,[data-theme=dark] .file-detail-meta-row dd,[data-theme=dark] .file-detail-suggestion-copy{color:var(--text-muted)}[data-theme=dark] .file-detail-pill,[data-theme=dark] .file-detail-action,[data-theme=dark] .file-detail-classify-btn,[data-theme=dark] .file-detail-suggestion-btn{background:#ffffff0d;border-color:#ffffff24;color:var(--text-heading)}[data-theme=dark] .file-detail-pill-attention{background:#583814f0;border-color:#f59e0b42;color:#fdba74}[data-theme=dark] .file-detail-warning{background:linear-gradient(180deg,#271c12f2,#201710eb);border-color:#b8843d47}[data-theme=dark] .file-detail-warning-title{color:#fdba74}[data-theme=dark] .file-detail-warning-copy{color:#e7cdb4}[data-theme=dark] .file-detail-review{border-top-color:#ffffff1a}[data-theme=dark] .file-detail-review-attention{background:linear-gradient(180deg,#271c12f2,#201710eb);border-color:#b8843d47}[data-theme=dark] .file-detail-suggestion{background:#4ab87c14;border-color:#4ab87c2e}[data-theme=dark] .proj-naming-banner-item{color:var(--text-muted)}[data-theme=dark] .proj-naming-banner-badge{background:#583814f0;color:#fdba74}[data-theme=dark] .proj-risk-validation,[data-theme=dark] .proj-risk-validation--danger{border-color:#f8717147;background:#4c1a1a8f;color:#fecaca}[data-theme=dark] .proj-risk-validation-badge{background:#f8717129;color:#fecaca}[data-theme=dark] .spec-toc{border-top-color:#ffffff1a}[data-theme=dark] .spec-toc-setup-line,[data-theme=dark] .spec-toc-summary-card,[data-theme=dark] .spec-toc-table,[data-theme=dark] .spec-toc-preview,[data-theme=dark] .spec-toc-table-preview{background:linear-gradient(180deg,#16221cf5,#192820eb);border-color:#ffffff1f}[data-theme=dark] .spec-toc-summary-card-alert,[data-theme=dark] .spec-toc-review-alert{background:linear-gradient(180deg,#271c12f2,#201710eb);border-color:#b8843d47;color:var(--text-heading)}[data-theme=dark] .spec-toc-setup-title,[data-theme=dark] .spec-toc-heading,[data-theme=dark] .spec-toc-summary-value,[data-theme=dark] .spec-toc-empty strong,[data-theme=dark] .spec-toc-preview-title{color:var(--text-heading)}[data-theme=dark] .spec-toc-setup-copy,[data-theme=dark] .spec-toc-subtitle,[data-theme=dark] .spec-toc-summary-label,[data-theme=dark] .spec-toc-summary-meta,[data-theme=dark] .spec-toc-row-meta,[data-theme=dark] .spec-toc-empty,[data-theme=dark] .spec-toc-preview-meta,[data-theme=dark] .spec-toc-td-num,[data-theme=dark] .spec-toc-td-notes{color:var(--text-muted)}[data-theme=dark] .spec-toc-suggestion-pill{background:#4ab87c14;border-color:#4ab87c2e;color:var(--text-heading)}[data-theme=dark] .spec-toc-th{background:#ffffff0d;border-bottom-color:#ffffff1a;color:var(--text-muted)}[data-theme=dark] .spec-toc-row{border-bottom-color:#ffffff14}[data-theme=dark] .spec-toc-row:hover{background:#ffffff08}[data-theme=dark] .spec-toc-row-edit{background:#ffffff05}[data-theme=dark] .spec-toc-td,[data-theme=dark] .spec-toc-mapping-text{color:var(--text-body)}[data-theme=dark] .spec-toc-mapping-text-alert{color:#fda4af}[data-theme=dark] .spec-toc-input{background:#0b120fe0;border-color:#ffffff24;color:var(--text-heading)}[data-theme=dark] .spec-toc-setup-link,[data-theme=dark] .spec-toc-btn,[data-theme=dark] .spec-toc-source-btn{color:#86efac}[data-theme=dark] .proj-trade-intelligence-banner,[data-theme=dark] .proj-trade-intelligence-card{background:linear-gradient(180deg,#16221cf5,#192820eb);border-color:#ffffff1f;box-shadow:0 10px 24px #00000047}[data-theme=dark] .proj-trade-intelligence-banner-copy,[data-theme=dark] .proj-trade-intelligence-title,[data-theme=dark] .proj-trade-intelligence-item-title{color:var(--text-heading)}[data-theme=dark] .proj-trade-intelligence-subtitle,[data-theme=dark] .proj-trade-intelligence-section-title,[data-theme=dark] .proj-trade-intelligence-meta,[data-theme=dark] .proj-trade-intelligence-item-detail,[data-theme=dark] .proj-trade-intelligence-spec-summary{color:var(--text-muted)}[data-theme=dark] .proj-trade-intelligence-banner-pill,[data-theme=dark] .proj-trade-intelligence-pill,[data-theme=dark] .proj-trade-intelligence-item{background:#ffffff0d;border-color:#ffffff1f;color:var(--text-heading)}[data-theme=dark] .proj-trade-intelligence-banner-pill-attention,[data-theme=dark] .proj-trade-intelligence-pill-alert,[data-theme=dark] .proj-trade-intelligence-alert,[data-theme=dark] .proj-trade-intelligence-badge-alert{background:#583814f0;border-color:#f59e0b42;color:#fdba74}[data-theme=dark] .proj-trade-intelligence-badge{background:#4ab87c1f;color:#86efac}[data-theme=dark] .proj-trade-intelligence-link{color:#86efac}[data-theme=dark] .file-inline-toolbar{border-bottom-color:#ffffff1a}[data-theme=dark] .file-inline-toolbar-note{color:var(--text-muted)}[data-theme=dark] .file-inline-toolbar-secondary-btn{background:#ffffff0d;border-color:#ffffff24;color:var(--text-heading)}[data-theme=dark] .file-inline-toolbar-secondary-btn:hover{border-color:#4ab87c47;background:#4ab87c14}[data-theme=dark] .file-inline-toolbar-secondary-btn-danger{border-color:#f59e0b3d;color:#fdba74}[data-theme=dark] .file-global-drop-overlay{background:#00000061}[data-theme=dark] .file-global-drop-card{background:#14171af5;border-color:#4ab87c85;box-shadow:0 18px 38px #0000006b}[data-theme=dark] .file-global-drop-title{color:var(--text-heading)}[data-theme=dark] .file-global-drop-subtitle{color:var(--text-muted)}[data-theme=dark] .drop-zone{box-shadow:0 10px 24px #0000003d,inset 0 1px #ffffff0a}[data-theme=dark] .file-list-shell{box-shadow:0 14px 28px #00000042,inset 0 1px #ffffff0a}[data-theme=dark] .file-row{background:#ffffff08;border-color:#ffffff1a}[data-theme=dark] .file-row:hover{border-color:#4ab87c4d;background:#4ab87c14}[data-theme=dark] .file-row-selected{background:linear-gradient(180deg,#4ab87c29,#4ab87c14);border-color:#4ab87c61}[data-theme=dark] .file-row-focused{box-shadow:inset 0 0 0 1px #4ab87c85,0 10px 20px #00000047}[data-theme=dark] .file-row-drag-handle,[data-theme=dark] .file-folder-empty{color:var(--text-tertiary)}[data-theme=dark] .file-folder-drop-target .file-folder-header{border-color:#4ab87c7a;background:linear-gradient(180deg,#4ab87c29,#ffffff08)}[data-theme=dark] .file-context-menu{background:#14171afa;border-color:#ffffff1f;box-shadow:0 18px 34px #0000007a}[data-theme=dark] .file-context-menu-item{color:var(--text-heading)}[data-theme=dark] .file-context-menu-item:hover:not(:disabled){background:#ffffff14}[data-theme=dark] .file-context-menu-sep{background:#ffffff1f}[data-theme=dark] .file-context-menu-label,[data-theme=dark] .file-context-menu-shortcut{color:var(--text-muted)}[data-theme=dark] .file-action-bar{background:linear-gradient(180deg,#181b1ffa,#131619f0);border-color:#ffffff24;box-shadow:0 14px 26px #00000057}[data-theme=dark] .file-action-bar-select,[data-theme=dark] .file-folder-inline-input,[data-theme=dark] .file-rename-input{background:#18261ef2;border-color:#ffffff29;color:var(--text-heading)}[data-theme=dark] .file-new-badge{background:var(--moss)}[data-theme=dark] .file-shared-badge{background:#4ab87c26;border-color:#4ab87c4d;color:#86efac}[data-theme=dark] .file-folder-shared-chip{background:#4ab87c1f;border-color:#4ab87c42;color:#86efac}[data-theme=dark] .company-prequal-alert{border-color:#ef44444d;background:linear-gradient(180deg,#ef444414,#ef44440a)}[data-theme=dark] .error-boundary pre{color:#fca5a5!important}[data-theme=dark] .scope-btn-clarify.active{background:#d4880626;border-color:#d4880680;color:#fcd34d}[data-theme=dark] .scope-btn-na.active{background:#ffffff14;border-color:#fff3;color:#9ca3af}[data-theme=dark] .scope-comp-clarify{color:#fcd34d}[data-theme=dark] .schedule-selected-pill-active{border-color:#4ab87c66;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .schedule-gantt-wrapper{background:var(--bg-surface)}[data-theme=dark] .schedule-gantt-wrapper svg{background:transparent!important}[data-theme=dark] .schedule-gantt-wrapper rect[fill=white],[data-theme=dark] .schedule-gantt-wrapper rect[fill="#fff"]{fill:var(--bg-surface)!important}[data-theme=dark] .schedule-gantt-wrapper line[stroke="#ebeff2"]{stroke:var(--border-default)!important}[data-theme=dark] .schedule-gantt-wrapper text{fill:var(--text-body)!important}[data-theme=dark] .template-preview-body,[data-theme=dark] .send-preview-body{background:var(--bg-surface-alt)}[data-theme=dark] .send-duplicate-warning{background:#d488061f;border-color:#d4880659;color:#fcd34d}[data-theme=dark] .send-health-pill,[data-theme=dark] .send-recipient-health{border-color:var(--border-default);background:#ffffff0a}[data-theme=dark] .send-health-pill-active{box-shadow:0 0 0 1px #4ab87c38,0 10px 24px #00000038}[data-theme=dark] .send-health-pill-ready,[data-theme=dark] .send-recipient-health-ready{border-color:#4ab87c59;background:#4ab87c1f;color:#4ade80}[data-theme=dark] .send-health-pill-review,[data-theme=dark] .send-recipient-health-review{border-color:#d4880659;background:#d488061f;color:#fcd34d}[data-theme=dark] .send-health-pill-reinvite,[data-theme=dark] .send-recipient-health-reinvite{border-color:#60a5fa52;background:#60a5fa1f;color:#93c5fd}[data-theme=dark] .send-health-pill-suspect,[data-theme=dark] .send-recipient-health-suspect{border-color:#fb923c59;background:#fb923c1f;color:#fdba74}[data-theme=dark] .send-health-pill-blocked,[data-theme=dark] .send-recipient-health-blocked{border-color:#f8717159;background:#f871711a;color:#fca5a5}[data-theme=dark] .staff-chart-example-btn{background:#4ab87c14;border-color:var(--border-default)}[data-theme=dark] .staff-chart-example-btn:hover:not(:disabled){background:#4ab87c24}[data-theme=dark] .trade-sheet-detail-block{background:var(--bg-surface)}[data-theme=dark] .activity-type-tag-quote{color:#4ade80;background:#4ab87c1f;border-color:#4ab87c4d}[data-theme=dark] .planroom-page{background:radial-gradient(125% 130% at 0% -15%,#4ab87c14,#4ab87c00 45%),radial-gradient(80% 120% at 100% -20%,#b873330f,#b8733300 52%),var(--bg-page)}[data-theme=dark] .planroom-header{background:linear-gradient(115deg,#0b3125e6,#114735d9 38%,#1a5b43cc 72%,#2b6a4bbf);border-bottom-color:#dcb96c33;box-shadow:0 18px 34px #0000004d}[data-theme=dark] .planroom-loading{background:var(--bg-surface);border-color:var(--border-default);box-shadow:0 20px 40px #00000040}[data-theme=dark] .planroom-error{background:var(--bg-surface);border-color:var(--border-default);box-shadow:0 20px 42px #00000040}[data-theme=dark] .planroom-project-card{background:radial-gradient(120% 140% at -20% -30%,#4ab87c0f,#4ab87c00 58%),var(--bg-surface);border-color:var(--border-default);box-shadow:0 22px 44px #0000004d}[data-theme=dark] .planroom-project-card:before{background:linear-gradient(90deg,#e3bf7699,#a67f3f80 48%,#4ab87c66)}[data-theme=dark] .planroom-eyebrow{color:#d4a853}[data-theme=dark] .planroom-project-name{color:var(--text-heading)}[data-theme=dark] .planroom-stat-item{background:linear-gradient(180deg,var(--bg-surface-alt),var(--bg-surface));border-color:var(--border-default)}[data-theme=dark] .planroom-stat-label{color:var(--text-muted)}[data-theme=dark] .planroom-stat-value{color:var(--text-heading)}[data-theme=dark] .planroom-info-item{border-color:var(--border-default);background:var(--bg-surface-alt)}[data-theme=dark] .planroom-info-label{color:var(--text-muted)}[data-theme=dark] .planroom-info-value{color:var(--text-heading)}[data-theme=dark] .planroom-description{border-color:var(--border-default);background:var(--bg-surface-alt)}[data-theme=dark] .planroom-desc-text{color:var(--text-body)}[data-theme=dark] .planroom-section{background:radial-gradient(120% 160% at 108% -10%,#4ab87c0a,#4ab87c00 46%),var(--bg-surface);border-color:var(--border-default);box-shadow:0 18px 38px #00000040}[data-theme=dark] .planroom-section-title{color:var(--text-heading)}[data-theme=dark] .planroom-section-kicker{color:#d4a853}[data-theme=dark] .planroom-section-head{border-bottom-color:var(--border-default)}[data-theme=dark] .planroom-empty{color:var(--text-muted);border-color:var(--border-default);background:var(--bg-surface-alt)}[data-theme=dark] .planroom-doc-category{border-color:var(--border-default);background:#ffffff08}[data-theme=dark] .planroom-cat-title{color:#4ade80;border-bottom-color:var(--border-default)}[data-theme=dark] .planroom-cat-count{border-color:#4ab87c4d;background:#4ab87c1a;color:#4ade80}[data-theme=dark] .planroom-folder-header{background:#ffffff0a}[data-theme=dark] .planroom-folder-header:hover{background:#4ab87c14}[data-theme=dark] .planroom-folder-chevron{color:var(--text-muted)}[data-theme=dark] .planroom-folder-name{color:var(--text-heading)}[data-theme=dark] .planroom-folder-count,[data-theme=dark] .planroom-new-badge{background:var(--moss)}[data-theme=dark] .planroom-doc-row{background:var(--bg-surface);border-color:var(--border-default)}[data-theme=dark] .planroom-doc-row:hover{border-color:#4ab87c4d;box-shadow:0 10px 22px #0003}[data-theme=dark] .planroom-doc-type{background:linear-gradient(135deg,#4ab87c40,#4ab87c26);color:#4ade80}[data-theme=dark] .planroom-doc-name{color:var(--text-heading)}[data-theme=dark] .planroom-doc-meta{color:var(--text-muted)}[data-theme=dark] .planroom-download-btn{background:linear-gradient(140deg,#4ab87c33,#4ab87c1f);color:#4ade80;border-color:#4ab87c59;box-shadow:0 8px 18px #0003}[data-theme=dark] .planroom-download-btn:hover{box-shadow:0 11px 22px #00000040}[data-theme=dark] .planroom-version-btn{background:var(--bg-surface-alt);color:var(--text-body);border-color:var(--border-default)}[data-theme=dark] .planroom-version-btn:hover{border-color:#4ab87c66;background:#4ab87c14}[data-theme=dark] .planroom-versions{border-color:var(--border-default);background:#ffffff08}[data-theme=dark] .planroom-version-row{border-bottom-color:var(--border-default)}[data-theme=dark] .planroom-version-name{color:var(--text-heading)}[data-theme=dark] .planroom-version-meta{color:var(--text-muted)}[data-theme=dark] .planroom-addendum{border-color:var(--border-default);background:var(--bg-surface)}[data-theme=dark] .planroom-addendum-number{color:#4ade80;background:#4ab87c1a;border-color:#4ab87c4d}[data-theme=dark] .planroom-addendum-title{color:var(--text-heading)}[data-theme=dark] .planroom-addendum-date{color:var(--text-muted)}[data-theme=dark] .planroom-addendum-desc{color:var(--text-body)}[data-theme=dark] .planroom-footer{color:var(--text-muted);border-top-color:var(--border-default);background:linear-gradient(180deg,transparent 0%,rgba(25,40,32,.5) 100%)}[data-theme=dark] .planroom-footer p{color:var(--text-tertiary)}[data-theme=dark] .planroom-footer-sub{color:var(--text-muted)}[data-theme=dark] .planroom-search-input{background:var(--bg-surface-alt);border-color:var(--border-default);color:var(--text-heading)}[data-theme=dark] .planroom-search-input::-moz-placeholder{color:var(--text-muted)}[data-theme=dark] .planroom-search-input::placeholder{color:var(--text-muted)}[data-theme=dark] .planroom-search-clear,[data-theme=dark] .planroom-sort-select{background:var(--bg-surface-alt);border-color:var(--border-default);color:var(--text-body)}[data-theme=dark] .planroom-select-all-label{color:var(--text-body)}[data-theme=dark] .planroom-downloaded-badge{background:#8eb89f26;color:#8eb89f}[data-theme=dark] .planroom-doc-row-selected{border-color:#4ab87c66!important;background:#4ab87c14!important}[data-theme=dark] .planroom-doc-name-clickable{color:#8eb89f}[data-theme=dark] .planroom-doc-name-clickable:hover{color:#a8d8b9}[data-theme=dark] .planroom-selection-bar{background:linear-gradient(140deg,#0a2118,#153d2f);border-color:#dcb96c40;box-shadow:0 16px 40px #00000080}[data-theme=dark] .proj-send-email-btn:hover{background-color:#ffffff1a}[data-theme=dark] .bk-status-on{color:#4ade80;background:#4ab87c1f}.text-muted{color:var(--text-muted)}.text-tertiary{color:var(--text-tertiary)}.bk-status-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.bk-status-item{font-size:.8rem;color:var(--text-muted);padding:.25rem .6rem;border-radius:.25rem;background:var(--bg-surface-muted)}.bk-status-on{color:var(--status-green-text, #1a7431);background:var(--status-green-bg, #e6f4ea)}.bk-status-off{color:var(--text-muted)}.bk-table{border:1px solid var(--border-input);border-radius:.5rem;overflow:hidden;margin-bottom:1.25rem}.bk-table-header{display:grid;grid-template-columns:1fr 5rem 10rem 9rem;gap:.5rem;padding:.5rem .75rem;background:var(--bg-surface-muted);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.bk-table-row{display:grid;grid-template-columns:1fr 5rem 10rem 9rem;gap:.5rem;padding:.5rem .75rem;align-items:center;border-top:1px solid var(--border-input);font-size:.85rem}.bk-table-row:hover{background:var(--bg-surface-muted)}.bk-col-name{display:flex;align-items:center;gap:.5rem;min-width:0}.bk-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:monospace;font-size:.78rem;color:var(--text-muted)}.bk-col-size,.bk-col-date{font-size:.8rem;color:var(--text-muted)}.bk-col-actions{display:flex;gap:.375rem}.bk-type-badge{font-size:.65rem;font-weight:600;padding:.125rem .4rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.03em;flex-shrink:0}.bk-type-auto{background:var(--status-blue-bg, #e3f2fd);color:var(--status-blue-text, #1565c0)}.bk-type-manual{background:var(--status-green-bg, #e6f4ea);color:var(--status-green-text, #1a7431)}.bk-type-safety{background:var(--status-yellow-bg, #fef7cd);color:var(--status-yellow-text, #92400e)}.bk-action-btn{padding:.2rem .5rem;font-size:.75rem;border:1px solid var(--border-input);border-radius:.25rem;background:var(--bg-surface);color:var(--text-heading);cursor:pointer}.bk-action-btn:hover{background:var(--bg-surface-muted)}.bk-action-delete{color:var(--danger);border-color:var(--danger)}.bk-action-delete:hover{background:var(--danger);color:#fff}.bk-empty{font-size:.85rem;color:var(--text-muted);padding:1rem 0}.bk-danger-zone{margin-top:1rem;border:1px solid color-mix(in srgb,var(--danger) 35%,var(--border-input));border-radius:.5rem;background:color-mix(in srgb,var(--danger) 4%,var(--bg-surface));padding:.85rem}.bk-danger-title{margin:0 0 .35rem;font-size:.92rem;color:var(--danger)}.bk-danger-desc{margin:0 0 .75rem;font-size:.8rem;color:var(--text-muted)}.bk-restore-input-hidden{display:none}.bk-restore-file-label{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer}.bk-restore-file-btn{display:inline-block;padding:.4rem .85rem;border:1px solid var(--border-mid);border-radius:.35rem;background:var(--bg-surface);color:var(--moss);font-size:.8rem;font-weight:500;transition:all .15s}.bk-restore-file-label:hover .bk-restore-file-btn{background:var(--moss);color:#fff;border-color:var(--moss)}.bk-restore-file-name{font-size:.8rem;color:var(--text-tertiary)}.bk-restore-warning-title{color:var(--danger)}.bk-restore-warning{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.bk-restore-filename{font-family:monospace;font-weight:600;padding:.375rem .5rem;background:var(--bg-surface-muted);border-radius:.25rem;font-size:.85rem}.bk-restore-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:960px){.settings-shell{grid-template-columns:1fr}.settings-sidebar-column{position:static;top:auto;padding:.5rem;border-radius:.85rem}.settings-sidebar{position:static;padding:.8rem .75rem}.settings-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.settings-section-actions{flex-direction:column;align-items:flex-start}}@media(max-width:680px){.settings-nav,.settings-form-grid{grid-template-columns:1fr}.settings-logo-uploader{grid-template-columns:1fr;justify-items:flex-start}.settings-logo-preview-wrap{width:120px}.settings-theme-field-head{flex-direction:column;align-items:flex-start}.settings-theme-segmented{margin-left:0}}[data-theme=dark] .bk-table{border-color:#444}[data-theme=dark] .bk-table-row{border-color:#333}[data-theme=dark] .bk-action-btn{background:#2a2a2a;border-color:#444}.impersonation-banner{background:var(--accent-muted);border-bottom:2px solid var(--accent);padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.875rem;font-weight:600;color:var(--accent-text)}.impersonation-exit{background:var(--accent);color:#fff;border:none;padding:.25rem .75rem;border-radius:.25rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:background-color .15s}.impersonation-exit:hover{background:var(--accent-text)}.owner-dashboard{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.owner-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.owner-stat-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:.5rem;padding:1.25rem;text-align:center}.owner-stat-value{font-size:1.75rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:.25rem}.owner-stat-label{font-size:.8rem;color:var(--text-tertiary);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.owner-section{margin-bottom:2rem}.owner-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.owner-section-header h3{font-size:1.15rem;font-weight:700;color:var(--text-heading)}.owner-create-form{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center}.owner-create-form input{padding:.5rem .75rem;border:1px solid var(--border-input);border-radius:.375rem;font-size:.9rem;flex:1}.owner-create-form input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-muted)}.owner-tenant-list{display:flex;flex-direction:column;gap:.75rem}.owner-tenant-card{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:.5rem;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.owner-tenant-suspended{opacity:.65;border-style:dashed}.owner-tenant-info{flex:1;min-width:0}.owner-tenant-name{font-weight:700;font-size:1rem;color:var(--text-heading);display:flex;align-items:center;gap:.5rem;cursor:default}.owner-tenant-edit-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.owner-tenant-edit-fields{display:flex;gap:1rem;flex-wrap:wrap}.owner-tenant-edit-fields label{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:180px}.owner-tenant-edit-fields label span{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em}.owner-tenant-edit-fields input{font-size:.95rem;padding:.4rem .6rem;border:1px solid var(--primary);border-radius:.25rem;outline:none;box-shadow:0 0 0 2px var(--primary-muted);background:var(--bg-surface);color:var(--text-primary)}.owner-tenant-edit-actions{display:flex;gap:.5rem}.owner-tenant-status{font-size:.7rem;font-weight:700;text-transform:uppercase;padding:.1rem .4rem;border-radius:.2rem;letter-spacing:.03em}.owner-tenant-slug{font-size:.8rem;color:var(--text-muted);font-family:monospace}.owner-tenant-billing{margin-top:.35rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.owner-billing-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.16rem .5rem;font-size:.68rem;letter-spacing:.03em;text-transform:uppercase;font-weight:700;border:1px solid transparent}.owner-billing-plan{font-size:.77rem;color:var(--text-secondary);font-weight:600;text-transform:lowercase}.owner-tenant-meta{font-size:.8rem;color:var(--text-tertiary);margin-top:.25rem}.owner-tenant-actions{display:flex;gap:.5rem;flex-shrink:0}.owner-tenant-actions .btn-sm{background:var(--bg-surface-muted);color:var(--text-body)}.owner-tenant-actions .btn-sm:hover{background:var(--bg-surface-hover)}.owner-tenant-actions .btn-warning{background:var(--accent-muted);color:var(--accent-text)}.owner-tenant-actions .btn-warning:hover{background:var(--accent);color:#fff}.owner-tenant-actions .btn-success{background:var(--status-green-bg);color:var(--status-green-text)}.owner-tenant-actions .btn-success:hover{background:var(--primary);color:#fff}.owner-tenant-actions .btn-danger{background:var(--danger-soft);color:var(--danger-text);padding:.375rem .75rem;font-size:.875rem;border-radius:.25rem;border:none;cursor:pointer}.owner-tenant-actions .btn-danger:hover{background:var(--danger);color:#fff}.owner-empty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-style:italic}.owner-audit-toggle{background:none;border:none;color:var(--primary);font-weight:600;font-size:.9rem;cursor:pointer;padding:.5rem 0;text-decoration:underline}.owner-audit-log{margin-top:.75rem;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:.5rem;max-height:400px;overflow-y:auto}.owner-audit-entry{display:flex;align-items:center;gap:1rem;padding:.6rem 1rem;border-bottom:1px solid var(--border-row);font-size:.8rem}.owner-audit-entry:last-child{border-bottom:none}.owner-audit-action{font-weight:700;color:var(--text-heading);min-width:120px}.owner-audit-user{color:var(--primary);font-weight:600}.owner-audit-target{color:var(--text-tertiary);flex:1}.owner-audit-time{color:var(--text-muted);font-size:.75rem;white-space:nowrap}.owner-features-panel{border-top:1px solid var(--border-row);padding:.75rem 0 .25rem;width:100%}.owner-features-grid{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.owner-feature-toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.82rem;color:var(--text-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.owner-feature-toggle input[type=checkbox]{width:1rem;height:1rem;accent-color:var(--primary);cursor:pointer}.owner-feature-toggle.owner-feature-toggling{opacity:.5;pointer-events:none}.owner-feature-label{font-weight:500}.owner-features-loading{font-size:.8rem;color:var(--text-muted)}.btn-active{background:var(--primary);color:#fff;border-color:var(--primary)}@media(max-width:700px){.owner-stats-grid{grid-template-columns:repeat(2,1fr)}.owner-tenant-card{flex-direction:column;align-items:stretch}.owner-tenant-actions{justify-content:flex-end}.owner-create-form{flex-direction:column}}[data-theme=dark] .whiteboard-canvas{background:var(--bg-inset)}[data-theme=dark] .whiteboard-element{border-color:#3a4048}[data-theme=dark] .whiteboard-element-text{color:#1a1a1a}.proj-dash-hero-ai-btn-wrap{display:flex;justify-content:flex-end;margin-top:.5rem}.proj-dash-hero-ai-btn{border:1px solid rgba(236,225,197,.45);border-radius:10px;padding:.5rem .75rem;font-size:.78rem;font-weight:700;letter-spacing:.03em;color:#fff7e6;background:#142d236b;cursor:pointer}.proj-dash-hero-ai-btn:hover{background:#1a382ba6}.proj-ai-coverage-modal{max-width:72rem;width:min(72rem,calc(100vw - 2rem));max-height:calc(100dvh - 2rem);overflow:hidden;display:flex;flex-direction:column;gap:.75rem}.proj-ai-coverage-overlay{z-index:1200;align-items:flex-start;padding:1rem 0;overflow-y:auto}.proj-ai-coverage-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.proj-ai-coverage-head .modal-title{margin-bottom:0}.proj-ai-coverage-close{border:1px solid var(--border-mid);border-radius:8px;background:transparent;color:var(--text-body);font-weight:600;padding:.4rem .65rem;cursor:pointer}.proj-ai-coverage-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.proj-ai-coverage-stat{border:1px solid var(--border-row);border-radius:10px;padding:.5rem .6rem;background:var(--bg-subtle);display:grid;gap:.18rem}.proj-ai-coverage-stat span{color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.proj-ai-coverage-stat strong{color:var(--text-heading);font-size:1.05rem}.proj-ai-coverage-filters{display:flex;flex-wrap:wrap;gap:.4rem}.proj-ai-coverage-filter{border:1px solid var(--border-mid);border-radius:999px;padding:.34rem .62rem;background:transparent;color:var(--text-body);font-size:.76rem;cursor:pointer}.proj-ai-coverage-filter-active{background:#245f45;border-color:#245f45;color:#f5f8f2}.proj-ai-coverage-list{border:1px solid var(--border-row);border-radius:12px;padding:.6rem;max-height:48vh;overflow:auto;display:flex;flex-direction:column;gap:8px}.proj-ai-file-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.proj-ai-file-open{border:0;background:transparent;color:#0f172a;text-align:left;font:inherit;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proj-ai-file-open:hover{text-decoration:underline}.proj-ai-file-open-static{cursor:default}.proj-ai-file-open-static:hover{text-decoration:none}.proj-ai-file-meta{color:#64748b;font-size:12px}.proj-ai-file-state{border-radius:999px;padding:3px 9px;font-size:11px;font-weight:700;letter-spacing:.02em}.proj-ai-file-state-stored{background:#e2e8f0;color:#334155}.proj-ai-file-state-selected{background:#fef3c7;color:#92400e}.proj-ai-file-state-viewed{background:#dcfce7;color:#166534}.proj-ai-file-state-excluded{background:#fef3c7;color:#92400e}.proj-ai-file-state-errored{background:#fee2e2;color:#991b1b}.proj-ai-file-state-unreadable{background:#ede9fe;color:#4c1d95}[data-theme=dark] .proj-ai-file-row{background:#111827;border-color:#374151}[data-theme=dark] .proj-ai-file-open{color:#e5e7eb}[data-theme=dark] .proj-ai-file-meta{color:#9ca3af}[data-theme=dark] .proj-ai-coverage-filter-active{background:#3a7d5d;border-color:#3a7d5d}[data-theme=dark] .proj-ai-file-state-errored{background:#991b1b59;color:#fecaca}[data-theme=dark] .proj-ai-file-state-excluded{background:#92400e59;color:#fde68a}[data-theme=dark] .proj-ai-file-state-unreadable{background:#4c1d9559;color:#ddd6fe}@media(max-width:900px){.proj-ai-coverage-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-ai-file-row{grid-template-columns:minmax(0,1fr);gap:4px}.proj-dash-hero-ai-btn-wrap{justify-content:stretch}.proj-dash-hero-ai-btn{width:100%}}.echo-page{--echo-surface: linear-gradient( 180deg, rgba(255, 255, 255, .97) 0%, rgba(249, 244, 236, .94) 100% );--echo-surface-soft: rgba(248, 242, 233, .9);--echo-surface-strong: rgba(255, 250, 244, .98);--echo-border: rgba(120, 94, 61, .14);--echo-border-strong: rgba(120, 94, 61, .22);--echo-shadow: 0 22px 40px rgba(71, 50, 23, .08);--echo-shadow-soft: 0 12px 24px rgba(71, 50, 23, .06);--echo-text: #31261a;--echo-text-soft: #675641;--echo-text-muted: #8c785f;--echo-accent: #8c6a44;--echo-accent-strong: #6f5232;--echo-accent-soft: rgba(140, 106, 68, .11);--echo-success: #547456;--echo-success-soft: rgba(84, 116, 86, .14);--echo-warn: #9c7341;--echo-warn-soft: rgba(156, 115, 65, .14);--echo-fail: #a26858;--echo-fail-soft: rgba(162, 104, 88, .14);max-width:1180px;margin:0 auto;padding:1.75rem 1rem 3rem;display:flex;flex-direction:column;gap:1.25rem}.echo-loading{text-align:center;padding:3rem 1rem;color:var(--echo-text-muted)}.echo-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;background:var(--echo-surface-soft);border:1px solid var(--echo-border);border-radius:18px;color:var(--echo-text-soft)}.echo-banner--error{border-color:#a268583d;background:linear-gradient(180deg,#a2685817,#a268580a)}.echo-hero,.echo-section,.echo-stats-section{background:var(--echo-surface);border:1px solid var(--echo-border);border-radius:24px;box-shadow:var(--echo-shadow-soft)}.echo-hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:1rem;padding:1.5rem}.echo-hero-main{display:flex;flex-direction:column;gap:1.1rem;min-width:0}.echo-hero-body{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);align-items:end;gap:1rem;min-width:0}.echo-hero-copy{display:flex;flex-direction:column;gap:.5rem;min-width:0;align-self:start}.echo-hero-eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--echo-accent)}.echo-hero-title{margin:0;font-size:clamp(1.5rem,2.5vw,2.15rem);line-height:1.05;color:var(--echo-text)}.echo-hero-text{margin:0;max-width:60ch;color:var(--echo-text-soft);line-height:1.6}.echo-hero-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.55rem}.echo-hero-figure{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:360px}.echo-hero-figure:before{content:"";position:absolute;inset:auto 14% 2% 14%;height:18%;border-radius:999px;background:radial-gradient(circle,#8c6a443d,#8c6a4400 74%);filter:blur(14px)}.echo-hero-character{position:relative;display:block;width:min(100%,360px);max-height:520px;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom center;object-position:bottom center;filter:drop-shadow(0 24px 30px rgba(71,50,23,.18))}.echo-secondary-btn,.echo-link-btn,.echo-cancel-btn,.echo-filter-chip,.echo-primary-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;font-size:.88rem;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.echo-secondary-btn,.echo-link-btn,.echo-cancel-btn{padding:.72rem 1rem;border:1px solid var(--echo-border-strong);background:#ffffff61}.echo-secondary-btn{color:var(--echo-text-soft)}.echo-primary-link{padding:.78rem 1.15rem;border:1px solid rgba(120,94,61,.18);background:linear-gradient(180deg,#8c6a4429,#8c6a4414);color:var(--echo-accent-strong);box-shadow:inset 0 1px #ffffff4d}.echo-link-btn{color:var(--echo-accent-strong)}.echo-cancel-btn{color:var(--echo-fail)}.echo-secondary-btn:hover,.echo-link-btn:hover,.echo-cancel-btn:hover,.echo-filter-chip:hover,.echo-primary-link:hover,.echo-action-card:hover{transform:translateY(-1px)}.echo-secondary-btn:hover,.echo-link-btn:hover{background:var(--echo-accent-soft)}.echo-cancel-btn:hover{background:var(--echo-fail-soft)}.echo-hero-rail{display:grid;grid-template-columns:1fr;gap:.75rem}.echo-hero-stat{display:flex;flex-direction:column;gap:.2rem;justify-content:center;padding:1rem 1.05rem;border-radius:20px;background:var(--echo-surface-soft);border:1px solid var(--echo-border)}.echo-hero-stat-value{font-size:1.9rem;font-weight:700;line-height:1;color:var(--echo-text)}.echo-hero-stat-label{color:var(--echo-text-muted);font-size:.85rem;line-height:1.35}.echo-stats-section,.echo-section,.echo-section--wide{padding:1.25rem}.echo-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.echo-section-title{margin:0;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--echo-accent)}.echo-section-subtitle{margin:.3rem 0 0;color:var(--echo-text-soft);line-height:1.5}.echo-section-badge,.echo-stats-footnote{flex-shrink:0;align-self:flex-start;padding:.42rem .72rem;border-radius:999px;background:var(--echo-accent-soft);color:var(--echo-accent-strong);font-size:.8rem;font-weight:600}.echo-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem}.echo-action-grid,.echo-progress-list{display:grid;gap:.85rem}.echo-action-card{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;padding:1.15rem;border:1px solid var(--echo-border);border-radius:20px;background:var(--echo-surface-strong);text-align:left;box-shadow:var(--echo-shadow-soft)}.echo-action-meta{font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--echo-accent)}.echo-action-title{font-size:1.02rem;font-weight:700;color:var(--echo-text)}.echo-action-desc{color:var(--echo-text-soft);line-height:1.55}.echo-action-link{margin-top:.3rem;color:var(--echo-accent-strong);font-weight:600}.echo-empty-card{padding:1rem;border-radius:18px;border:1px dashed var(--echo-border-strong);background:#ffffff47}.echo-empty-title{margin:0;font-weight:700;color:var(--echo-text)}.echo-empty-copy{margin:.45rem 0 0;color:var(--echo-text-soft);line-height:1.5}.echo-empty{margin:0;color:var(--echo-text-soft);line-height:1.5}.echo-progress-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;padding:1rem;border-radius:20px;border:1px solid var(--echo-border);background:var(--echo-surface-strong)}.echo-progress-topline{display:flex;align-items:center;gap:.55rem;grid-column:1 / -1}@keyframes echoPulse{0%,to{opacity:1}50%{opacity:.35}}.echo-progress-indicator{width:10px;height:10px;border-radius:999px;background:var(--echo-success);animation:echoPulse 1.8s ease-in-out infinite}.echo-progress-pill{padding:.3rem .58rem;border-radius:999px;background:var(--echo-success-soft);color:var(--echo-success);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.echo-progress-info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.echo-progress-name{color:var(--echo-text);font-size:1rem;font-weight:700;line-height:1.3}.echo-progress-meta-group{display:flex;gap:.5rem;flex-wrap:wrap}.echo-progress-meta{color:var(--echo-text-muted);font-size:.84rem}.echo-progress-actions{display:flex;gap:.55rem;align-items:center}.echo-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.echo-stat-card{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border-radius:18px;border:1px solid var(--echo-border);background:var(--echo-surface-strong)}.echo-stat-value{font-size:1.85rem;font-weight:700;color:var(--echo-text);line-height:1}.echo-stat-label{color:var(--echo-text-soft);font-size:.92rem;line-height:1.35}.echo-stat-note{color:var(--echo-text-muted);font-size:.82rem}.echo-filter-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.echo-filter-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .82rem;border:1px solid var(--echo-border);background:#ffffff59;color:var(--echo-text-soft);white-space:nowrap}.echo-filter-chip span{display:inline-flex;min-width:1.35rem;align-items:center;justify-content:center;padding:.1rem .32rem;border-radius:999px;background:#ffffff8c;color:var(--echo-text-muted);font-size:.76rem}.echo-filter-chip.is-active{background:var(--echo-accent-soft);border-color:#785e3d33;color:var(--echo-accent-strong)}.echo-filter-chip.is-active span{background:#8c6a4429;color:var(--echo-accent-strong)}.echo-completed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem}.echo-completed-card{display:flex;flex-direction:column;gap:1rem;padding:1rem;min-width:0;border-radius:20px;border:1px solid var(--echo-border);background:var(--echo-surface-strong)}.echo-completed-head{display:flex;flex-direction:column;gap:.8rem;min-width:0}.echo-completed-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.echo-completed-statuses{display:flex;flex-wrap:wrap;gap:.45rem;min-width:0}.echo-completed-name{display:inline-block;max-width:100%;color:var(--echo-text);text-decoration:none;font-size:1.05rem;font-weight:700;line-height:1.42;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.echo-completed-name:hover{color:var(--echo-accent-strong)}.echo-completed-time{margin:0;color:var(--echo-text-muted);font-size:.82rem;white-space:nowrap}.echo-status-pill{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.38rem .64rem;max-width:100%;border-radius:999px;font-size:.73rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-align:center;text-transform:uppercase;background:#fff6;color:var(--echo-text-soft)}.echo-status-pill--ok{background:var(--echo-success-soft);color:var(--echo-success)}.echo-status-pill--warn{background:var(--echo-warn-soft);color:var(--echo-warn)}.echo-status-pill--fail{background:var(--echo-fail-soft);color:var(--echo-fail)}.echo-status-pill--cancel{background:#785e3d1f;color:var(--echo-text-muted)}.echo-status-pill--review{background:#f1d2784d;color:#8b6514}.echo-completed-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.echo-completed-metric{display:flex;flex-direction:column;gap:.22rem;padding:.85rem .9rem;border-radius:16px;background:var(--echo-surface-soft);border:1px solid var(--echo-border)}.echo-completed-metric-value{color:var(--echo-text);font-size:1.45rem;font-weight:700;line-height:1}.echo-completed-metric-label{color:var(--echo-text-muted);font-size:.8rem}.echo-completed-failure{padding:.9rem;border-radius:16px;background:linear-gradient(180deg,#a2685812,#a2685808);border:1px solid rgba(162,104,88,.18)}.echo-completed-failure-label{display:block;margin-bottom:.35rem;color:var(--echo-fail);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.echo-completed-error{margin:0;color:var(--echo-text-soft);line-height:1.5}.echo-completed-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.echo-completed-footer-note{color:var(--echo-text-muted);font-size:.82rem}.echo-completed-footer-note--review{color:var(--echo-warn);font-weight:700}.echo-empty-inline{color:var(--echo-text-muted);font-size:.92rem}@media(max-width:1100px){.echo-stats-grid,.echo-completed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.echo-hero,.echo-grid,.echo-hero-body{grid-template-columns:1fr}.echo-hero-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.echo-progress-card{grid-template-columns:1fr}.echo-progress-actions{flex-wrap:wrap}.echo-hero-figure{min-height:280px}}@media(max-width:768px){.echo-page{padding-left:.75rem;padding-right:.75rem}.echo-section-heading{flex-direction:column}.echo-filter-row{justify-content:flex-start}.echo-stats-grid,.echo-completed-grid,.echo-hero-rail,.echo-completed-metrics{grid-template-columns:1fr}.echo-completed-footer{align-items:flex-start}.echo-banner{flex-direction:column;align-items:flex-start}.echo-hero-character{width:min(100%,280px);max-height:380px}}[data-theme=dark] .echo-page{--echo-surface: linear-gradient(180deg, rgba(58, 51, 45, .92) 0%, rgba(45, 39, 35, .94) 100%);--echo-surface-soft: rgba(82, 71, 61, .56);--echo-surface-strong: rgba(73, 63, 54, .82);--echo-border: rgba(208, 181, 144, .18);--echo-border-strong: rgba(208, 181, 144, .28);--echo-shadow: 0 24px 42px rgba(0, 0, 0, .26);--echo-shadow-soft: 0 16px 28px rgba(0, 0, 0, .18);--echo-text: #f2e7d7;--echo-text-soft: #dbcab2;--echo-text-muted: #baa58a;--echo-accent: #d6b280;--echo-accent-strong: #e7cfaa;--echo-accent-soft: rgba(214, 178, 128, .16);--echo-success: #96bf92;--echo-success-soft: rgba(150, 191, 146, .17);--echo-warn: #dbaf73;--echo-warn-soft: rgba(219, 175, 115, .16);--echo-fail: #d39a87;--echo-fail-soft: rgba(211, 154, 135, .16)}[data-theme=dark] .echo-secondary-btn,[data-theme=dark] .echo-link-btn,[data-theme=dark] .echo-cancel-btn,[data-theme=dark] .echo-filter-chip{background:#fff8ee08}[data-theme=dark] .echo-primary-link{background:linear-gradient(180deg,#d6b28038,#d6b2801a);color:#f4debb}[data-theme=dark] .echo-filter-chip span{background:#fff8ee0f}[data-theme=dark] .echo-empty-card{background:#fff8ee05}[data-theme=dark] .echo-status-pill--review{background:#dbaf732e;color:#f1cf98}.perm-editor-modal{max-width:640px;width:95vw;max-height:85vh;display:flex;flex-direction:column}.perm-editor-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.perm-editor-bulk-actions{display:flex;gap:.5rem}.perm-editor-groups{flex:1;overflow-y:auto;padding:.25rem 0;margin:.75rem 0}.perm-group{border:1px solid var(--border, #e2e8f0);border-radius:8px;margin-bottom:.75rem;overflow:hidden}.perm-group-header{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:var(--surface-alt, #f8fafc);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600;font-size:.875rem}.perm-group-header:hover{background:var(--hover, #f1f5f9)}.perm-group-checkbox{width:16px;height:16px;cursor:pointer}.perm-group-label{flex:1}.perm-group-count{font-weight:400;font-size:.75rem;color:var(--text-muted, #64748b)}.perm-group-items{display:flex;flex-direction:column}.perm-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem .5rem 1.75rem;cursor:pointer;border-top:1px solid var(--border-light, #f1f5f9);font-size:.8125rem}.perm-item:hover{background:var(--hover, #f8fafc)}.perm-item input[type=checkbox]{width:15px;height:15px;cursor:pointer}.perm-item-label{flex:1}.perm-item-key{font-size:.6875rem;color:var(--text-muted, #94a3b8);font-family:monospace}[data-theme=dark] .perm-group{border-color:#ffffff1a}[data-theme=dark] .perm-group-header{background:#ffffff0a}[data-theme=dark] .perm-group-header:hover{background:#ffffff12}[data-theme=dark] .perm-item{border-top-color:#ffffff0d}[data-theme=dark] .perm-item:hover{background:#ffffff0a}.capacity-page{max-width:100%;margin:0 auto;padding:1.5rem 2rem 3rem}.capacity-page-title{font-size:1.5rem;font-weight:700;color:var(--text-heading);margin:0 0 .25rem;letter-spacing:-.02em}.capacity-page-subtitle{font-size:.8125rem;color:var(--text-tertiary);margin:0;letter-spacing:.01em}.capacity-skeleton-copy{display:grid;gap:.45rem}.capacity-skeleton-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.capacity-skeleton-title{width:11.5rem;height:1.2rem}.capacity-skeleton-subtitle{width:min(24rem,90vw);height:.82rem}.capacity-skeleton-btn{width:8.4rem;height:2.35rem;border-radius:.7rem}.capacity-skeleton-btn-primary{width:9.4rem}.capacity-controls-skeleton{padding-top:.1rem}.capacity-skeleton-toolbar-left,.capacity-skeleton-toolbar-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.capacity-skeleton-input{width:13rem;height:2.3rem;border-radius:.7rem}.capacity-skeleton-pill-group{width:10.6rem;height:2.3rem;border-radius:.8rem}.capacity-skeleton-field{width:7.2rem;height:2.3rem;border-radius:.7rem}.capacity-chart-header-skeleton .capacity-sidebar-header,.capacity-chart-header-skeleton .capacity-time-col{background:#f8f6efe6}.capacity-skeleton-axis-label{width:6.2rem;height:.72rem}.capacity-skeleton-axis-col{width:3.4rem;height:.72rem}.capacity-person-label-skeleton{pointer-events:none}.capacity-person-info-skeleton{justify-content:space-between}.capacity-skeleton-name{width:7.8rem;height:.9rem}.capacity-skeleton-util{width:3rem;height:.7rem}.capacity-skeleton-meter{width:100%;height:.45rem;border-radius:999px}.capacity-row-skeleton{pointer-events:none;background-color:#2d5a4305}.capacity-skeleton-bar{position:absolute;left:3%;height:1rem;border-radius:999px;opacity:.95}.capacity-error{padding:.875rem 1rem;margin-bottom:1rem;background:var(--status-red-bg);color:var(--danger);border-radius:8px;font-size:.8125rem;border:1px solid color-mix(in srgb,var(--danger) 18%,transparent)}.capacity-empty{padding:4rem 2rem;text-align:center;color:var(--text-body);background:var(--bg-surface);border:2px dashed var(--border-default);border-radius:12px}.capacity-empty-hint{font-size:.8125rem;color:var(--text-tertiary);margin-top:.75rem;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.6}.capacity-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap;padding:.75rem 0}.capacity-search{position:relative;flex:0 1 220px;min-width:140px}.capacity-search-input{width:100%;padding:.375rem .5rem .375rem 1.75rem;border:1px solid var(--border-default);border-radius:6px;font-size:.8125rem;background:var(--bg-surface);color:var(--text-body);transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.capacity-search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-muted)}.capacity-search-input::-moz-placeholder{color:var(--text-tertiary)}.capacity-search-input::placeholder{color:var(--text-tertiary)}.capacity-search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--text-tertiary);pointer-events:none}.capacity-controls-dates{display:flex;align-items:center;gap:.75rem}.capacity-controls-label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.capacity-controls-input{padding:.375rem .5rem;border:1px solid var(--border-default);border-radius:6px;font-size:.8125rem;background:var(--bg-surface);color:var(--text-body);transition:border-color .15s,box-shadow .15s}.capacity-controls-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-muted)}.capacity-controls-zoom{display:flex;gap:0;border:1px solid var(--border-default);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm)}.capacity-zoom-btn{padding:.375rem 1rem;border:none;background:var(--bg-surface);color:var(--text-tertiary);font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s;letter-spacing:.02em}.capacity-zoom-btn:not(:last-child){border-right:1px solid var(--border-default)}.capacity-zoom-btn:hover{background:var(--bg-surface-hover);color:var(--text-body)}.capacity-zoom-btn-active{background:var(--primary);color:#fff}.capacity-zoom-btn-active:hover{background:var(--primary-hover);color:#fff}.capacity-chart-header{display:flex;position:sticky;top:var(--nav-height, 4.95rem);z-index:20;border:1px solid var(--border-default);border-bottom:2px solid var(--border-default);border-radius:12px 12px 0 0;overflow:hidden;background:var(--bg-surface-muted);box-shadow:0 2px 8px #0000000f}.capacity-chart-header .capacity-sidebar-header{width:240px;min-width:240px;border-right:1px solid var(--border-default);height:36px;display:flex;align-items:center;padding:0 1.125rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);background:var(--bg-surface-alt);box-sizing:border-box}.capacity-time-axis-sticky{flex:1;overflow-x:auto;scrollbar-width:none}.capacity-time-axis-sticky::-webkit-scrollbar{display:none}.capacity-chart{display:flex;border:1px solid var(--border-default);border-top:none;border-radius:0 0 12px 12px;overflow:hidden;background:var(--bg-surface);box-shadow:0 2px 12px #00000014}.capacity-sidebar{width:240px;min-width:240px;border-right:1px solid var(--border-default);background:var(--bg-surface-alt)}.capacity-person-label{display:flex;flex-direction:column;justify-content:center;gap:4px;padding:0 1.125rem;border-bottom:1px solid var(--border-subtle);box-sizing:border-box;transition:background .15s}.capacity-person-label:hover{background:var(--bg-surface-hover)}.capacity-person-info{display:flex;align-items:baseline;gap:.375rem;min-width:0}.capacity-person-name{font-size:.8125rem;font-weight:700;color:var(--text-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.capacity-person-util{font-size:.6875rem;font-weight:500;color:var(--text-tertiary);font-variant-numeric:tabular-nums;flex-shrink:0}.capacity-person-util-over{color:var(--danger, #c62828);font-weight:700}.capacity-meter{width:100%;height:6px;background:var(--border-subtle, #e5e5e5);border-radius:3px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000f}.capacity-meter-fill{height:100%;border-radius:3px;transition:width .3s ease;box-shadow:inset 0 -1px #0000001a}.capacity-timeline{flex:1;overflow-x:auto;overflow-y:visible;position:relative}.capacity-time-axis{display:flex;background:var(--bg-surface-muted);height:36px}.capacity-time-col{display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--border-subtle);flex-shrink:0;box-sizing:border-box}.capacity-rows{position:relative}.capacity-row{position:relative;border-bottom:1px solid var(--border-subtle);box-sizing:border-box;transition:background-color .2s}.capacity-row:nth-child(2n){background-color:#00000004}.capacity-row:hover{background-color:#2d5a4309}.capacity-grid-line{position:absolute;top:0;bottom:0;border-right:1px solid var(--border-subtle);pointer-events:none;opacity:.3}.capacity-grid-line-first{border-left:none}.capacity-today-line{position:absolute;top:0;bottom:0;width:1px;background:var(--text-tertiary, #999);opacity:.18;z-index:5;pointer-events:none}.capacity-scrub-line{position:absolute;top:0;bottom:0;width:1px;background:var(--text-tertiary, #888);opacity:.5;z-index:6;pointer-events:none}.capacity-bar{position:absolute;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:2px 10px;color:#fff;overflow:hidden;z-index:2;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;box-shadow:0 1px 4px #0000002e,inset 0 1px #ffffff26}.capacity-bar-seg{position:absolute;top:0;bottom:0;z-index:0}.capacity-bar:hover{background:#ffffff14;z-index:3;transform:translateY(-1px) scale(1.005);box-shadow:0 4px 12px #00000038,inset 0 1px #ffffff26;filter:brightness(1.08)}.capacity-bar-label{font-size:.6875rem;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.4);position:relative;z-index:1}.capacity-tooltip{position:fixed;z-index:1500;background:var(--bg-surface);border:1px solid var(--border-default);border-radius:8px;padding:.625rem .875rem;box-shadow:0 4px 16px #0000001a,0 1px 3px #0000000f;pointer-events:none;transform:translate(-50%,-100%);font-size:.75rem;line-height:1.5;color:var(--text-body);max-width:280px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.capacity-tooltip strong{display:block;font-weight:700;color:var(--text-heading);margin-bottom:.125rem;letter-spacing:-.01em}.capacity-detail-panel{background:var(--bg-surface);border-radius:12px;padding:1.75rem;width:55vw;min-width:420px;max-width:720px;max-height:80vh;overflow-y:auto;box-shadow:0 12px 40px #00000026,0 2px 8px #0000000f}.capacity-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle)}.capacity-detail-title{font-size:1.125rem;font-weight:700;color:var(--text-heading);margin:0;letter-spacing:-.01em}.capacity-detail-status-badge{display:inline-block;font-size:.6875rem;font-weight:600;color:var(--text-tertiary);margin-top:4px}.capacity-assigned-row{margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle)}.capacity-assigned-info{display:flex;align-items:center;gap:8px}.capacity-assigned-name{font-size:.875rem;font-weight:600;color:var(--text-heading)}.capacity-assigned-change{background:none;border:none;color:var(--primary);font-size:.75rem;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.capacity-assigned-change:hover{color:var(--primary-hover)}.capacity-assigned-row:has(.capacity-assigned-info){display:flex;align-items:center;justify-content:space-between}.capacity-reassign-inline{width:100%}.capacity-reassign-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.capacity-detail-close{background:none;border:none;font-size:1.25rem;line-height:1;color:var(--text-tertiary);cursor:pointer;padding:.125rem;border-radius:4px;transition:background .12s,color .12s}.capacity-detail-close:hover{color:var(--text-body);background:var(--bg-surface-hover)}.capacity-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.125rem}.capacity-detail-item{display:flex;flex-direction:column;gap:.3125rem}.capacity-detail-item-full{grid-column:1 / -1}.capacity-detail-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary)}.capacity-detail-item>span:last-child{font-size:.875rem;color:var(--text-body);font-weight:500}.capacity-detail-actions{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.capacity-detail-delete-link{background:none;border:none;color:var(--danger);font-size:.75rem;cursor:pointer;padding:0;text-decoration:underline;opacity:.7;transition:opacity .12s}.capacity-detail-delete-link:hover{opacity:1}.capacity-reassign-list{max-height:180px;overflow-y:auto;margin-top:8px;border:1px solid var(--border-default);border-radius:6px;background:var(--bg-surface)}.capacity-reassign-option{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border-subtle);transition:background .1s}.capacity-reassign-option:last-child{border-bottom:none}.capacity-reassign-option:hover{background:var(--bg-surface-hover)}.capacity-reassign-option-selected{background:color-mix(in srgb,var(--primary) 10%,transparent);box-shadow:inset 3px 0 0 var(--primary)}.capacity-reassign-name{font-size:.8125rem;font-weight:600;color:var(--text-heading)}.capacity-reassign-title{font-size:.6875rem;color:var(--text-tertiary)}.capacity-reassign-empty{padding:12px;font-size:.8125rem;color:var(--text-tertiary);text-align:center}.capacity-reassign-confirm{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:10px 12px;background:color-mix(in srgb,var(--primary) 6%,transparent);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);border-radius:6px}.capacity-edit-input{width:100%;padding:.4375rem .625rem;border:1px solid var(--border-default);border-radius:6px;font-size:.8125rem;background:var(--bg-surface);color:var(--text-body);box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.capacity-edit-input:focus{outline:none;border-color:var(--accent, #b87333);box-shadow:0 0 0 3px #b873331f}.capacity-edit-input-sm{max-width:100px}.capacity-edit-textarea{resize:vertical;min-height:3rem}.capacity-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-subtle)}.capacity-add-btn{white-space:nowrap}.capacity-add-form{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;box-shadow:0 2px 8px #0000000f}.capacity-add-form-row{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.capacity-add-form-field{display:flex;flex-direction:column;gap:.3125rem;flex:1;min-width:160px}.capacity-add-form-field>span{font-size:.6875rem;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.capacity-add-form-field-sm{flex:0 0 100px;min-width:100px}.capacity-add-input{padding:.4375rem .625rem;border:1px solid var(--border-default);border-radius:6px;font-size:.8125rem;background:var(--bg-page);color:var(--text-body);transition:border-color .15s,box-shadow .15s}.capacity-add-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2d5a431f}.capacity-add-form-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border-subtle)}.capacity-add-cancel{background:none;border:1px solid var(--border-default);color:var(--text-secondary);padding:.375rem .875rem;border-radius:6px;font-size:.8125rem;cursor:pointer;transition:background .15s}.capacity-add-cancel:hover{background:var(--bg-surface-hover)}[data-theme=dark] .capacity-chart-header{border-color:#ffffff0f;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .capacity-chart{border-color:#ffffff0f;box-shadow:0 2px 12px #0006,0 0 0 1px #ffffff0a}[data-theme=dark] .capacity-sidebar{border-right-color:#ffffff0f}[data-theme=dark] .capacity-time-axis{border-bottom-color:#ffffff0f}[data-theme=dark] .capacity-bar{box-shadow:0 1px 4px #0006,inset 0 1px #ffffff14}[data-theme=dark] .capacity-bar:hover{box-shadow:0 4px 12px #00000080,inset 0 1px #ffffff1a}[data-theme=dark] .capacity-row:nth-child(2n){background-color:#ffffff04}[data-theme=dark] .capacity-row:hover{background-color:#ffffff08}[data-theme=dark] .capacity-tooltip{box-shadow:0 4px 16px #00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}[data-theme=dark] .capacity-detail-panel{box-shadow:0 12px 40px #00000080,0 2px 8px #0000004d}[data-theme=dark] .capacity-person-label:hover{background:#ffffff08}[data-theme=dark] .capacity-page-header{border-bottom-color:#ffffff0f}[data-theme=dark] .capacity-today-line:before{background:#d4880633}.capacity-person-clickable:hover{background:var(--bg-surface-hover)}.capacity-person-clickable:hover .capacity-person-name{color:var(--primary);text-decoration:underline}.person-drill{animation:personDrillIn .25s ease-out}@keyframes personDrillIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.person-drill-back{background:none;border:none;color:var(--primary);font-size:.875rem;font-weight:600;cursor:pointer;padding:.375rem 0;margin-bottom:1.25rem;display:inline-flex;align-items:center;gap:.375rem;transition:color .15s}.person-drill-back:hover{color:var(--primary-hover);text-decoration:underline}.person-drill-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.75rem}.person-drill-avatar{width:72px;height:72px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;letter-spacing:.02em;flex-shrink:0;box-shadow:0 4px 12px #2d5a4340}.person-drill-info{min-width:0}.person-drill-name{font-size:1.75rem;font-weight:800;color:var(--text-heading);margin:0 0 .25rem;letter-spacing:-.02em}.person-drill-email{font-size:.875rem;color:var(--text-tertiary);margin:0}.person-drill-stats{display:flex;gap:1px;background:var(--border-default);border-radius:12px;overflow:hidden;margin-bottom:2rem;box-shadow:0 2px 8px #0000000f}.person-drill-stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;background:var(--bg-surface);gap:.375rem}.person-drill-stat-value{font-size:1.75rem;font-weight:800;color:var(--text-heading);font-variant-numeric:tabular-nums;letter-spacing:-.02em}.person-drill-stat-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary)}.person-drill-timeline-section{margin-bottom:2rem}.person-drill-section-title{font-size:1rem;font-weight:700;color:var(--text-heading);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.person-drill-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:12px;background:var(--bg-surface-muted);color:var(--text-tertiary);font-size:.75rem;font-weight:700;padding:0 .375rem}.person-drill-timeline{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.person-drill-tl-header{display:flex;background:var(--bg-surface-muted);border-bottom:2px solid var(--border-default)}.person-drill-tl-col{flex:1;padding:.625rem .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);text-align:center;border-right:1px solid var(--border-subtle)}.person-drill-tl-col:last-child{border-right:none}.person-drill-tl-body{position:relative;min-height:120px;padding:.75rem 0}.person-drill-tl-bar{position:absolute;height:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;padding:0 10px;color:#fff;overflow:hidden;z-index:2;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 1px 4px #0000002e,inset 0 1px #ffffff26;margin-bottom:4px}.person-drill-tl-bar:hover{transform:translateY(-1px) scale(1.005);box-shadow:0 4px 12px #00000038;filter:brightness(1.08);z-index:3}.person-drill-tl-bar-label{font-size:.75rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 4px rgba(0,0,0,.4);position:relative;z-index:1}.person-drill-section{margin-bottom:2rem}.person-drill-cards{display:flex;flex-direction:column;gap:1rem}.person-drill-card{display:flex;border:1px solid var(--border-default);border-radius:12px;overflow:hidden;background:var(--bg-surface);box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s,transform .2s}.person-drill-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-1px)}.person-drill-card-past{opacity:.6}.person-drill-card-past:hover{opacity:.85}.person-drill-card-color{width:6px;flex-shrink:0}.person-drill-card-body{flex:1;padding:1.25rem 1.5rem;min-width:0}.person-drill-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.person-drill-card-title-row{display:flex;align-items:center;gap:.75rem;min-width:0;flex-wrap:wrap}.person-drill-card-project{font-size:1.25rem;font-weight:800;color:var(--text-heading);margin:0;letter-spacing:-.01em}.person-drill-card-status{font-size:.6875rem;font-weight:600;color:var(--text-tertiary);background:var(--bg-surface-muted);padding:.1875rem .625rem;border-radius:10px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.person-drill-card-alloc{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.person-drill-card-alloc-value{font-size:1.5rem;font-weight:800;color:var(--text-heading);line-height:1}.person-drill-card-alloc-label{font-size:.625rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.person-drill-card-details{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1rem;padding:1rem;background:var(--bg-page);border-radius:8px}.person-drill-card-detail{display:flex;flex-direction:column;gap:.25rem}.person-drill-card-detail-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary)}.person-drill-card-detail-value{font-size:.9375rem;font-weight:600;color:var(--text-body)}.person-drill-card-ending-soon{color:var(--danger, #c62828);font-weight:700}.person-drill-card-notes{margin-bottom:1rem}.person-drill-card-notes p{margin:.25rem 0 0;font-size:.875rem;color:var(--text-secondary);line-height:1.5}.person-drill-card-progress{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.person-drill-card-progress-bar{flex:1;height:8px;background:var(--border-subtle, #e5e5e5);border-radius:4px;overflow:hidden}.person-drill-card-progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.person-drill-card-progress-label{font-size:.6875rem;font-weight:600;color:var(--text-tertiary);white-space:nowrap;font-variant-numeric:tabular-nums}.person-drill-card-actions{display:flex;gap:.5rem}[data-theme=dark] .person-drill-card{border-color:#ffffff0f;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .person-drill-card:hover{box-shadow:0 4px 16px #0006}[data-theme=dark] .person-drill-card-details{background:#ffffff08}[data-theme=dark] .person-drill-stats{background:#ffffff0f;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .person-drill-timeline{border-color:#ffffff0f;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .person-drill-avatar{box-shadow:0 4px 12px #0006}[data-theme=dark] .person-drill-tl-bar{box-shadow:0 1px 4px #0006,inset 0 1px #ffffff14}
