.portal-page{min-height:100vh;background:var(--bg-cream);display:flex;flex-direction:column}.portal-main{width:100%;max-width:1320px;margin:0 auto;padding:28px 28px 44px;flex:1}.portal-header{position:sticky;top:0;z-index:100;background:var(--navy);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 32px;height:64px;box-shadow:0 1px 0 hsla(38,44%,96%,.08)}.portal-header-brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.portal-header-brand svg{width:26px;height:26px;flex-shrink:0}.portal-header-word{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.12rem;letter-spacing:-.01em;color:var(--bg-cream);white-space:nowrap}.portal-header-word .int{color:var(--gold-light)}.portal-header-label{font-family:var(--font-mono);font-size:.64rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:hsla(38,44%,96%,.5);margin-left:12px;padding-left:14px;border-left:1px solid hsla(38,44%,96%,.18);white-space:nowrap}.portal-nav{display:flex;align-items:center;gap:20px}.portal-nav a{color:hsla(38,44%,96%,.72);font-family:var(--font-sans);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .22s ease;white-space:nowrap}.portal-nav a:hover{color:var(--bg-cream)}.portal-header-right{display:flex;align-items:center;gap:16px}.portal-header-client{color:hsla(38,44%,96%,.62);font-size:.85rem;font-weight:500}.portal-signout{box-shadow:2px 2px 0 rgba(0,0,0,.42)}.portal-signout:hover{box-shadow:3px 3px 0 rgba(0,0,0,.42)}.portal-signout:active{box-shadow:1px 1px 0 rgba(0,0,0,.42)}.portal-signout:disabled{box-shadow:2px 2px 0 rgba(0,0,0,.42)}.dash-hero{margin-bottom:22px}.dash-hero-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:11px;font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.7rem;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep)}.dash-hero-eyebrow:before{content:"";width:22px;height:2px;flex-shrink:0;background:currentColor}.dash-hero-name{font-family:var(--font-display);font-variation-settings:"opsz" 96,"SOFT" 22,"WONK" 1,"wght" 500;font-weight:500;font-size:clamp(2rem,4vw,2.9rem);line-height:1.06;letter-spacing:-.022em;color:var(--navy)}.dash-hero-thesis{margin-top:12px;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.55;color:var(--text-body);max-width:48ch}.dash-hero-thesis strong{color:var(--navy);font-variation-settings:"wdth" 100,"wght" 650;font-weight:650}.dash-hero [data-seq]{animation:portal-rise .72s var(--ease-out) both}.dash-hero [data-seq="1"]{animation-delay:.05s}.dash-hero [data-seq="2"]{animation-delay:.14s}.dash-hero [data-seq="3"]{animation-delay:.23s}@keyframes portal-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.dash-tw{display:grid}.dash-tw>*{grid-area:1/1}.dash-tw-ghost.is-hidden{visibility:hidden}.dash-tw-caret{display:inline-block;width:.06em;min-width:2px;height:.95em;margin-left:.07em;background:var(--gold-deep);vertical-align:-.14em}.dash-tw-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.dash-ribbon{position:relative;background:var(--bg-card);border:1.5px solid var(--border-gold);border-radius:16px;padding:24px 28px 22px;margin-bottom:22px;overflow:hidden;background-image:radial-gradient(130% 150% at 0 0,rgba(196,149,42,.08),transparent 55%)}.dash-ribbon-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.7rem;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep)}.dash-ribbon-label:before{content:"";width:22px;height:2px;flex-shrink:0;background:currentColor}.ribbon-track{list-style:none;display:flex;align-items:flex-start;gap:0;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.ribbon-node{position:relative;flex:1 1 0;min-width:158px;max-width:280px;padding:22px 18px 2px 0}.ribbon-node:before{content:"";position:absolute;top:6px;left:7px;right:-7px;height:2px;background:var(--border);border-radius:2px}.ribbon-node:last-child:before{display:none}.ribbon-dot{position:absolute;top:0;left:0;width:14px;height:14px;box-sizing:border-box;border-radius:50%;background:#fff;border:2px solid var(--navy-light)}.ribbon-name{display:block;font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy);font-size:.92rem;line-height:1.25}.ribbon-status{display:block;margin-top:5px;font-family:var(--font-mono);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-body)}.ribbon-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:9px;color:var(--text-body);font-size:.8rem;line-height:1.5}.ribbon-node.is-live .ribbon-dot{background:var(--gold);border-color:var(--gold)}.ribbon-node.is-live .ribbon-status{color:var(--navy-mid)}.ribbon-node.is-live:before{background-image:linear-gradient(90deg,var(--gold) 0,var(--gold-light) 50%,var(--gold) 100%);background-size:200% 100%;animation:ribbonFlow 2.4s linear infinite}.ribbon-node.is-live .ribbon-dot:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--gold);animation:ribbonPulse 2s ease-out infinite}.ribbon-node.is-testing .ribbon-dot{background:var(--gold-light);border-color:var(--gold-light)}.ribbon-node.is-testing .ribbon-status{color:var(--gold-deep)}.ribbon-node.is-testing:before{background:var(--border-gold)}.ribbon-node.is-building .ribbon-dot{background:#fff;border-color:var(--gold)}.ribbon-node.is-building .ribbon-status{color:var(--navy-mid)}.ribbon-node.is-building:before{background:repeating-linear-gradient(90deg,var(--border-gold) 0 6px,transparent 6px 12px)}.ribbon-node.is-planned .ribbon-dot{background:#fff;border-color:var(--navy-light)}.ribbon-node.is-planned:before{background:repeating-linear-gradient(90deg,var(--border) 0 6px,transparent 6px 12px)}.dash-ribbon-empty{color:var(--text-body);font-size:.92rem;line-height:1.7}@keyframes ribbonFlow{0%{background-position:200% 0}to{background-position:0 0}}@keyframes ribbonPulse{0%{transform:scale(.7);opacity:.7}70%{opacity:0}to{transform:scale(2.3);opacity:0}}.dash-cols{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:18px;align-items:start;margin-bottom:18px}.dash-main-col,.dash-rail{display:flex;flex-direction:column;gap:18px;min-width:0}.portal-card.dash-card{margin-bottom:0;padding:24px 26px}.portal-card.rail-card{margin-bottom:0;padding:22px}.dash-card .portal-card-head h2{font-size:1.18rem}.rail-card .portal-card-head{margin-bottom:16px}.rail-card .portal-card-head h2{font-size:1.06rem}.rail-card .portal-contacts-grid{grid-template-columns:1fr;gap:16px}.rail-card .portal-cr-date{font-family:var(--font-mono)}.dash-scroll{max-height:300px;overflow-y:auto;margin:0 -26px -2px;padding:0 26px 2px;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.rail-card .dash-scroll{max-height:232px;margin:0 -22px -2px;padding:0 22px 2px}.dash-scroll::-webkit-scrollbar{width:8px}.dash-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:100px}.dash-scroll::-webkit-scrollbar-track{background:transparent}.bento-tip-head{margin-bottom:14px}.bento-tip-eyebrow{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}.bento-tip-eyebrow svg{width:14px;height:14px;flex-shrink:0}.bento-tip-head h2{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.08rem;color:var(--navy);margin-top:6px}.bento-tip-sub{color:var(--text-body);font-size:.82rem;line-height:1.5;margin-top:4px}.bento-fw-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.bento-fw{display:block;text-decoration:none;color:inherit;border:1.5px solid var(--border);border-radius:12px;padding:11px 13px;background:var(--bg-cream);transition:border-color .22s ease,background .22s ease,transform .22s var(--ease-out)}.bento-fw:hover{border-color:var(--border-gold);background:#fff;transform:translateY(-2px)}.bento-fw:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.bento-fw-name{display:block;font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy);font-size:.88rem}.bento-fw-blurb{display:block;color:var(--text-body);font-size:.8rem;line-height:1.5;margin-top:3px}.bento-fw-proof{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-family:var(--font-mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep)}.bento-fw-proof:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0}.bento-tip-cta{align-self:flex-start}.portal-card{background:var(--bg-card);border:1.5px solid var(--border);border-radius:16px;padding:32px;margin-bottom:24px}.portal-card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.portal-card-head h2{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.24rem;line-height:1.25;letter-spacing:-.012em;color:var(--navy)}.portal-empty{color:var(--text-body);font-size:.92rem;line-height:1.7}.portal-pill{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 600;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border:1px solid transparent}.portal-pill-live{background:rgba(22,163,74,.1);border-color:rgba(22,163,74,.3);color:var(--navy)}.portal-pill-testing{background:var(--gold-glow);border-color:var(--border-gold);color:var(--gold-deep)}.portal-pill-building{background:transparent;border-color:var(--navy-light);color:var(--navy-mid)}.portal-pill-planned{background:var(--bg-warm);color:var(--text-body)}.portal-pill-open{background:var(--gold-glow);border-color:var(--border-gold);color:var(--gold-deep)}.portal-pill-review{background:rgba(26,31,54,.08);color:var(--navy)}.portal-pill-resolved{background:rgba(22,163,74,.1);border-color:rgba(22,163,74,.3);color:var(--navy)}.portal-pill-declined{background:var(--bg-warm);color:var(--text-body)}.portal-scope-item{padding:4px 0 20px}.portal-scope-item:last-child{padding-bottom:0}.portal-scope-item+.portal-scope-item{border-top:1px solid var(--border);padding-top:20px}.portal-scope-item h3{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.08rem;line-height:1.3;color:var(--navy);margin-bottom:8px}.portal-scope-item p{color:var(--text-body);font-size:.92rem;line-height:1.75;margin-bottom:10px}.portal-scope-item p:last-child{margin-bottom:0}.portal-stack-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.portal-stack-chip{border:1.5px solid var(--border);border-radius:12px;padding:16px 18px;background:var(--bg-card)}.portal-stack-chip.core{border-color:var(--border-gold);background:var(--gold-glow)}.portal-stack-top{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.portal-stack-name{font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy);font-size:.95rem}.portal-core-badge{display:inline-flex;align-items:center;background:var(--gold);color:var(--navy);font-family:var(--font-sans);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:100px;white-space:nowrap}.portal-stack-category{font-size:.78rem;color:var(--text-body);margin-top:2px}.portal-stack-note{font-size:.8rem;color:var(--text-body);margin-top:8px;line-height:1.55}.portal-workflow-list{list-style:none}.portal-workflow-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--border)}.portal-workflow-row:first-child{padding-top:0}.portal-workflow-row:last-child{border-bottom:none;padding-bottom:0}.portal-workflow-name{font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy);font-size:.95rem;text-decoration:none}a.portal-workflow-name:hover{color:var(--gold-deep);text-decoration:underline}.portal-workflow-desc{color:var(--text-body);font-size:.85rem;line-height:1.6;margin-top:2px}.portal-contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.portal-contact-col h3{font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-body);margin-bottom:14px}.portal-contact{padding:12px 0;border-bottom:1px solid var(--border)}.portal-contact:first-of-type{padding-top:0}.portal-contact:last-child{border-bottom:none;padding-bottom:0}.portal-contact-name{font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy);font-size:.95rem}.portal-contact-role{font-size:.8rem;color:var(--text-body);margin-top:1px}.portal-contact a{display:inline-block;color:var(--gold-deep);font-size:.85rem;text-decoration:none;margin-top:4px;margin-right:14px}.portal-contact a:hover{text-decoration:underline}.portal-request-btn:hover{background:var(--gold-glow);border-color:var(--ink)}.portal-cr-list{list-style:none;display:flex;flex-direction:column;gap:16px}.portal-cr-item{border:1.5px solid var(--border);border-radius:12px;padding:16px 18px}.portal-cr-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.portal-cr-section{font-size:.8rem;font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy-light)}.portal-cr-date{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.04em;color:var(--text-body)}.portal-cr-message{color:var(--text-body);font-size:.9rem;line-height:1.65;white-space:pre-line}.portal-cr-note{margin-top:10px;background:var(--bg-cream);border-left:3px solid var(--gold);border-radius:0 12px 12px 0;padding:10px 14px}.portal-cr-note span{display:block;font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.66rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold-deep);margin-bottom:5px}.portal-cr-note p{font-size:.85rem;color:var(--text-body);line-height:1.6}.portal-modal-overlay{position:fixed;inset:0;z-index:1000;background:rgba(26,31,54,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.portal-modal{width:100%;max-width:500px;max-height:90vh;overflow-y:auto;background:var(--bg-card);border:2px solid var(--ink);border-radius:16px;padding:32px;box-shadow:var(--pill-shadow);animation:portal-rise .34s var(--ease-out) both}.portal-modal h3{font-family:var(--font-display);font-variation-settings:"opsz" 60,"SOFT" 18,"WONK" 1,"wght" 500;font-weight:500;font-size:1.4rem;line-height:1.15;letter-spacing:-.018em;color:var(--navy);margin-bottom:12px}.portal-modal-section{display:inline-flex;align-items:center;font-family:var(--font-sans);font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-deep);background:var(--gold-glow);border:1px solid var(--border-gold);padding:5px 14px;border-radius:100px;margin-bottom:20px}.portal-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:4px}.portal-login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 20px;position:relative}.portal-login-wrap:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:700px;max-width:130vw;height:700px;border-radius:50%;background:radial-gradient(circle,var(--gold-glow) 0,transparent 70%);pointer-events:none}.portal-login-card{position:relative;width:100%;max-width:460px;background:var(--bg-card);border:2px solid var(--ink);border-radius:16px;padding:44px 40px 38px;text-align:center;box-shadow:var(--pill-shadow),0 18px 50px rgba(26,31,54,.07);animation:portal-rise .55s var(--ease-out) both}.portal-login-card [data-seq]{animation:portal-rise .6s var(--ease-out) both}.portal-login-card [data-seq="1"]{animation-delay:.08s}.portal-login-card [data-seq="2"]{animation-delay:.17s}.portal-login-card [data-seq="3"]{animation-delay:.26s}.portal-login-card [data-seq="4"]{animation-delay:.35s}.portal-login-card [data-seq="5"]{animation-delay:.44s}.portal-login-logo{display:inline-flex;margin-bottom:22px}.portal-login-logo svg{width:40px;height:40px}.portal-login-card h1{font-family:var(--font-display);font-variation-settings:"opsz" 72,"SOFT" 20,"WONK" 1,"wght" 500;font-weight:500;font-size:clamp(1.65rem,5vw,2rem);line-height:1.1;letter-spacing:-.022em;color:var(--navy);margin-bottom:10px}.portal-login-copy{color:var(--text-body);font-size:.94rem;line-height:1.65;max-width:34ch;margin:0 auto 26px;text-wrap:balance}.portal-login-form .field{text-align:left;margin-bottom:18px}.portal-login-remember{display:flex;align-items:center;gap:10px;text-align:left;margin-bottom:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.88rem;color:var(--text-body)}.portal-login-remember input{width:16px;height:16px;flex-shrink:0;accent-color:var(--gold);cursor:pointer}.portal-login-success .portal-login-icon{display:flex;justify-content:center;margin-bottom:22px}.portal-login-success .portal-login-icon svg{width:56px;height:56px;color:var(--gold-deep)}.login-tick-ring{stroke-dasharray:189;stroke-dashoffset:189;animation:login-tick .62s var(--ease-out) .06s forwards}.login-tick-mark{stroke-dasharray:48;stroke-dashoffset:48;animation:login-tick .38s var(--ease-out) .5s forwards}@keyframes login-tick{to{stroke-dashoffset:0}}.portal-login-again{background:none;border:none;color:var(--text-body);font-family:var(--font-sans);font-size:.85rem;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:3px;margin-top:14px;padding:4px 2px;transition:color .22s ease}.portal-login-again:hover{color:var(--navy)}.portal-login-links{margin-top:28px;padding-top:24px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;font-size:.88rem;color:var(--text-body)}.portal-login-links a{color:var(--gold-deep);font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;text-decoration:none}.portal-login-links a:hover{text-decoration:underline;text-underline-offset:3px}.portal-setup-card{text-align:center;padding:56px 32px}.portal-setup-card h2{font-family:var(--font-display);font-variation-settings:"opsz" 60,"SOFT" 18,"WONK" 1,"wght" 500;font-weight:500;font-size:clamp(1.35rem,3.4vw,1.6rem);line-height:1.15;letter-spacing:-.018em;color:var(--navy);margin-bottom:12px}.portal-setup-card p{color:var(--text-body);font-size:.95rem;line-height:1.75;max-width:460px;margin:0 auto}.portal-setup-card a{color:var(--gold-deep);font-weight:600;text-decoration:none}.portal-setup-card a:hover{text-decoration:underline;text-underline-offset:3px}.portal-foot-note{text-align:center;color:var(--text-body);font-size:.88rem;margin-top:22px;line-height:1.7}.portal-foot-note a{color:var(--gold-deep);font-weight:600;text-decoration:none}.portal-foot-note a:hover{text-decoration:underline;text-underline-offset:3px}@media (max-width:1023px){.portal-main{max-width:760px}.dash-cols{grid-template-columns:1fr}.dash-scroll,.rail-card .dash-scroll{max-height:none;overflow:visible;margin:0;padding:0}}@media (max-width:768px){.portal-header{padding:0 20px}.portal-header-client,.portal-header-label{display:none}.portal-main{padding:24px 18px 64px}.dash-hero{margin-bottom:18px}.dash-ribbon{padding:20px 18px 18px}.portal-card{padding:24px 20px}.portal-card.dash-card,.portal-card.rail-card{padding:20px 18px}.portal-card-head{flex-wrap:wrap;gap:12px}.portal-contacts-grid,.portal-stack-grid{grid-template-columns:1fr}.portal-contacts-grid{gap:24px}.portal-workflow-row{align-items:flex-start}.portal-login-card{padding:34px 22px 30px}.portal-modal{padding:24px 20px}.portal-modal-actions{flex-direction:column-reverse}.portal-modal-actions button{width:100%}}@media (max-width:600px){.portal-header{padding:0 16px;gap:10px}.portal-header-right{gap:10px}.portal-nav{gap:14px}.portal-nav a{font-size:.82rem}}@media (max-width:420px){.portal-header-word{display:none}.portal-header-brand{gap:0}}@media (prefers-reduced-motion:reduce){.ribbon-node.is-live:before{animation:none}.ribbon-node.is-live .ribbon-dot:after{animation:none;opacity:0}.bento-fw{transition:none}.bento-fw:hover{transform:none}.dash-hero [data-seq]{animation:none}.dash-tw-caret{display:none}.portal-login-card,.portal-login-card [data-seq],.portal-modal{animation:none}.login-tick-mark,.login-tick-ring{animation:none;stroke-dashoffset:0}.portal-login-again,.portal-nav a{transition:none}}.auto-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:100px;font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 600;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border:1px solid transparent}.auto-pill svg{width:12px;height:12px}.auto-pill-draft{background:var(--bg-warm);color:var(--text-body)}.auto-pill-submitted{background:var(--gold-glow);border-color:var(--border-gold);color:var(--gold-deep)}.auto-pill-review{background:rgba(26,31,54,.08);color:var(--navy)}.auto-pill-scoping{background:transparent;border-color:var(--border-gold);color:var(--gold-deep)}.auto-pill-invoice{background:transparent;border-color:var(--navy-light);color:var(--navy-mid)}.auto-pill-paid{background:rgba(22,163,74,.12);border-color:rgba(22,163,74,.4);color:var(--navy)}.auto-pill-completed{background:var(--green);border-color:var(--green);color:var(--navy)}.auto-back{display:inline-flex;align-items:center;gap:7px;color:var(--text-body);font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 500;font-size:.85rem;font-weight:500;text-decoration:none;margin-bottom:22px;transition:color .25s ease}.auto-back:hover{color:var(--navy)}.auto-back:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.auto-back svg{width:14px;height:14px;flex-shrink:0}.portal-automations-cta{margin-top:18px}.auto-overview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:8px}.auto-overview-intro{max-width:560px}.auto-overview-intro .section-label{margin-bottom:12px}.auto-page-title{font-family:var(--font-display);font-variation-settings:"opsz" 96,"SOFT" 22,"WONK" 1,"wght" 500;font-weight:500;font-size:clamp(1.9rem,3.8vw,2.7rem);line-height:1.08;letter-spacing:-.022em;color:var(--navy)}.auto-overview-intro p{color:var(--text-body);font-size:.95rem;line-height:1.7;margin-top:10px}.auto-btn,.btn-engine-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:13px 28px;border-radius:999px;border:2px solid var(--ink);background:var(--bg-card);color:var(--navy);font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 600;font-size:.97rem;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;white-space:nowrap;box-shadow:var(--pill-shadow);transition:transform .14s var(--ease-out),box-shadow .14s var(--ease-out),background .22s ease}.auto-btn{background:var(--gold);color:var(--navy)}.auto-btn:hover,.btn-engine-secondary:hover{transform:translate(-1px,-1px);box-shadow:var(--pill-shadow-hover)}.auto-btn:active,.btn-engine-secondary:active{transform:translate(2px,2px);box-shadow:var(--pill-shadow-active)}.auto-btn:disabled,.btn-engine-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:var(--pill-shadow)}.auto-btn:focus-visible,.btn-engine-secondary:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.auto-btn svg{width:16px;height:16px;flex-shrink:0}.auto-btn:hover{background:var(--gold-light)}.auto-btn-ghost{background:var(--bg-card);color:var(--navy)}.auto-btn-ghost:hover{background:var(--bg-warm)}.auto-btn-danger{background:transparent;color:var(--red);border-color:var(--red)}.auto-btn-danger:hover{background:rgba(220,38,38,.07)}.auto-btn-small{min-height:38px;padding:9px 18px;font-size:.82rem;gap:7px;box-shadow:var(--pill-shadow-sm)}.auto-btn-small:hover{box-shadow:var(--pill-shadow-sm-hover)}.auto-btn-small:active{box-shadow:1px 1px 0 var(--ink)}.auto-btn-small:disabled{box-shadow:var(--pill-shadow-sm)}.auto-btn-small svg{width:14px;height:14px}.btn-engine-secondary{background:var(--bg-card);color:var(--navy)}.btn-engine-secondary:hover{background:var(--bg-warm)}.auto-summary{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 30px}.auto-summary-chip{background:var(--bg-card);border:1.5px solid var(--border);border-radius:16px;padding:14px 20px;min-width:118px;flex:1 1 118px}.auto-summary-value{display:block;font-family:var(--font-display);font-variation-settings:"opsz" 48,"SOFT" 16,"WONK" 0,"wght" 500;font-weight:500;font-size:1.75rem;line-height:1.05;letter-spacing:-.015em;color:var(--navy);font-variant-numeric:lining-nums tabular-nums}.auto-summary-value.gold{color:var(--gold-deep)}.auto-summary-label{display:block;margin-top:6px;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-body)}.auto-grid{display:grid;gap:14px}.auto-card{display:block;text-decoration:none;border:1.5px solid var(--border);border-radius:16px;padding:22px 24px;background:var(--bg-card);transition:border-color .25s ease,transform .25s var(--ease-out),box-shadow .25s ease}.auto-card:hover{border-color:var(--border-gold);transform:translateY(-3px);box-shadow:0 10px 30px rgba(26,31,54,.06)}.auto-card:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.auto-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.auto-card-title{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.1rem;line-height:1.3;letter-spacing:-.008em;color:var(--navy)}.auto-card-summary{color:var(--text-body);font-size:.88rem;line-height:1.65}.auto-card-foot{display:flex;align-items:center;gap:8px 14px;flex-wrap:wrap;margin-top:16px;padding-top:12px;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-body)}.auto-stepper-wrap{margin:2px 0 0}.auto-stepper-scroll{overflow-x:auto;overflow-y:hidden;padding:3px 3px 8px;margin:-3px -3px 0;scrollbar-width:thin;scrollbar-color:var(--border) transparent;-webkit-overflow-scrolling:touch}.auto-stepper{list-style:none;display:flex;align-items:flex-start;gap:0;margin:0;padding:0;min-width:100%}.auto-step{position:relative;flex:1 1 0;min-width:116px;padding-right:14px}.auto-step:last-child{padding-right:0}.auto-step:before{content:"";position:absolute;top:13px;left:14px;right:-14px;height:2px;background:var(--border);border-radius:2px;transition:background .4s var(--ease-out)}.auto-step:last-child:before{display:none}.auto-step-node{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:28px;box-sizing:border-box;border-radius:50%;background:var(--bg-card);border:1.5px dashed var(--navy-light);font-family:var(--font-mono);font-size:.72rem;font-weight:500;color:var(--text-body);transition:background .4s var(--ease-out),border-color .4s var(--ease-out),color .4s var(--ease-out)}.auto-step-node svg{width:13px;height:13px;stroke-width:2.5}.auto-step-label{display:block;margin-top:11px;font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 500;font-weight:500;font-size:.8rem;line-height:1.3;color:var(--text-body)}.auto-step-state{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.auto-step.is-done .auto-step-node{background:var(--navy);border:1.5px solid var(--navy);color:var(--bg-cream)}.auto-step.is-done:before{background:var(--navy)}.auto-step.is-done .auto-step-label{font-variation-settings:"wdth" 100,"wght" 600;font-weight:600;color:var(--navy)}.auto-step.is-current .auto-step-node{background:var(--gold);border:2px solid var(--ink);color:var(--navy);box-shadow:var(--pill-shadow-sm)}.auto-step.is-current .auto-step-label{font-variation-settings:"wdth" 100,"wght" 700;font-weight:700;color:var(--navy)}.auto-step.is-current .auto-step-state{position:static;display:block;width:auto;height:auto;overflow:visible;clip-path:none;margin-top:5px;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep)}.auto-step.is-todo .auto-step-node{border-style:dashed}.auto-step.is-todo .auto-step-label{color:var(--text-body)}.auto-stepper-wrap.is-complete .auto-step.is-current .auto-step-node{background:var(--green);border-color:var(--ink);color:var(--navy)}.auto-stepper-wrap.is-complete .auto-step.is-current .auto-step-state{color:var(--navy-mid)}.auto-stepper-caption{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid var(--border)}.auto-stepper-stage{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.08rem;line-height:1.25;letter-spacing:-.01em;color:var(--navy)}.auto-stepper-count{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-body)}.auto-stepper-desc{color:var(--text-body);font-size:.9rem;line-height:1.65;margin-top:10px;max-width:60ch}.auto-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:8px}.auto-detail-title{font-family:var(--font-display);font-variation-settings:"opsz" 96,"SOFT" 22,"WONK" 1,"wght" 500;font-weight:500;font-size:clamp(1.6rem,3.4vw,2.2rem);line-height:1.1;letter-spacing:-.02em;color:var(--navy)}.auto-detail-meta{display:flex;flex-wrap:wrap;gap:6px 18px;margin-bottom:24px;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-body)}.auto-detail-actions{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0 4px}.auto-qa{padding:16px 0;border-bottom:1px solid var(--border)}.auto-qa:last-child{border-bottom:none}.auto-qa-q{font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 600;font-size:.78rem;font-weight:600;letter-spacing:.02em;color:var(--text-body);margin-bottom:6px}.auto-qa-a{font-size:.94rem;color:var(--navy);line-height:1.65;white-space:pre-wrap}.auto-qa-chips{display:flex;flex-wrap:wrap;gap:6px}.auto-chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:100px;background:var(--bg-warm);color:var(--navy-mid);font-size:.78rem;font-variation-settings:"wdth" 100,"wght" 600;font-weight:600}.auto-chip,.auto-note-card{border:1px solid var(--border)}.auto-note-card{background:var(--bg-cream);border-left:3px solid var(--gold);border-radius:0 16px 16px 0;padding:15px 20px;margin-top:14px}.auto-note-card span{display:block;font-family:var(--font-sans);font-variation-settings:"wdth" 84,"wght" 700;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-deep);margin-bottom:6px}.auto-note-card p{font-size:.88rem;color:var(--text-body);line-height:1.65;white-space:pre-wrap}.auto-timeline{list-style:none;position:relative;margin:0;padding:0}.auto-timeline:before{content:"";position:absolute;left:5px;top:9px;bottom:9px;width:1px;background:var(--border)}.auto-tl-item{position:relative;padding:0 0 22px 30px}.auto-tl-item:last-child{padding-bottom:0}.auto-tl-dot{position:absolute;left:0;top:4px;width:11px;height:11px;box-sizing:border-box;border-radius:50%;background:var(--bg-card);border:2px solid var(--navy-light)}.auto-tl-item.is-latest .auto-tl-dot{background:var(--gold);border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-glow)}.auto-tl-dot.muted{background:var(--bg-warm);border-color:var(--border);box-shadow:none}.auto-tl-meta{display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap;margin-bottom:5px}.auto-tl-meta .auto-pill{font-family:var(--font-mono);font-variation-settings:normal;font-size:.64rem;font-weight:500;letter-spacing:.1em}.auto-tl-date{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;color:var(--text-body);font-variant-numeric:lining-nums tabular-nums}.auto-tl-actor{font-family:var(--font-sans);font-size:.78rem;font-variation-settings:"wdth" 100,"wght" 500;font-weight:500;color:var(--text-body);overflow-wrap:anywhere}.auto-tl-note{font-size:.88rem;color:var(--text-body);line-height:1.65;white-space:pre-wrap;margin-top:3px}.auto-empty{text-align:center;padding:52px 24px;border:1.5px dashed var(--border-gold);border-radius:16px;background:var(--bg-card)}.auto-empty h3{font-family:var(--font-display);font-variation-settings:"opsz" 60,"SOFT" 18,"WONK" 1,"wght" 500;font-weight:500;font-size:1.4rem;line-height:1.2;letter-spacing:-.015em;color:var(--navy);margin-bottom:10px}.auto-empty p{color:var(--text-body);font-size:.92rem;line-height:1.7;max-width:420px;margin:0 auto 22px}.admin-auto-pipeline{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.sow-doc{color:var(--text-body);font-size:.94rem;line-height:1.75;max-width:68ch}.sow-doc .sow-h3{font-family:var(--font-display);font-variation-settings:"opsz" 36,"SOFT" 12,"WONK" 0,"wght" 600;font-weight:600;font-size:1.08rem;line-height:1.25;color:var(--navy);margin:26px 0 10px;padding-bottom:6px;border-bottom:2px solid var(--gold)}.sow-doc .sow-h3:first-child{margin-top:0}.sow-doc .sow-h4{font-family:var(--font-sans);font-variation-settings:"wdth" 100,"wght" 700;font-weight:700;font-size:.92rem;color:var(--navy);margin:18px 0 6px}.sow-doc .sow-p{margin:0 0 13px}.sow-doc .sow-list{margin:6px 0 15px;padding-left:20px}.sow-doc .sow-list li{margin:5px 0}.sow-doc strong{color:var(--navy);font-variation-settings:"wdth" 100,"wght" 600;font-weight:600}.sow-actions{margin-top:24px;padding-top:18px;border-top:1px solid var(--border)}.sow-changes{margin-top:8px}.sow-changes-input{width:100%;box-sizing:border-box;border:1.5px solid var(--border);border-radius:12px;padding:14px 18px;background:var(--bg-card);font-family:var(--font-sans);font-size:.95rem;line-height:1.6;color:var(--navy);resize:vertical;margin-bottom:14px;transition:border-color .25s ease,box-shadow .25s ease}.sow-changes-input::-moz-placeholder{color:var(--text-muted)}.sow-changes-input::placeholder{color:var(--text-muted)}.sow-changes-input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 4px var(--gold-glow)}.sow-changes-input:focus-visible{outline:2px solid var(--gold);outline-offset:3px}@media (max-width:768px){.auto-detail-head,.auto-overview-head{flex-direction:column}}@media (max-width:420px){.auto-summary-chip{padding:12px 16px;min-width:0;flex:1 1 46%}.auto-card{padding:20px 18px}.auto-detail-actions .auto-btn{flex:1 1 100%}}@media (prefers-reduced-motion:reduce){.auto-btn,.btn-engine-secondary{transition:background .22s ease}.auto-btn:active,.auto-btn:hover,.btn-engine-secondary:active,.btn-engine-secondary:hover{transform:none}.auto-card{transition:border-color .25s ease}.auto-card:hover{transform:none}.auto-back,.auto-step-node,.auto-step:before,.sow-changes-input{transition:none}}