:root{--bg:#f8f8f4;--paper:#fff;--ink:#282b26;--muted:#61675c;--border:#e5e7df;--lime:#ddf46b;--purple:#7054d2;--violet-light:#f0ecfb;--green:#37654a;--green-bg:#edf5e9;--amber:#86601c;--amber-bg:#fbf2db;--red:#a74836;--red-bg:#fbece6;--radius:18px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none;line-height:1.5;font-size:14px}
*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:650;letter-spacing:-.025em}h1{font-size:35px;line-height:1.2}h2{font-size:19px;line-height:1.4}h3{font-size:14px;line-height:1.4}p{color:var(--muted)}svg{flex-shrink:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #ab96ed;outline-offset:3px}.skip-link{position:fixed;top:-60px;left:20px;padding:12px;background:var(--lime);z-index:999}.skip-link:focus{top:10px}.app-shell{display:grid;grid-template-columns:242px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;padding:27px 16px 18px;border-right:1px solid var(--border);background:#f2f3ec;display:flex;flex-direction:column;scrollbar-width:thin}.brand{display:flex;align-items:center;gap:10px;padding:0 7px}.brand-mark{width:38px;height:38px;background:var(--lime);border-radius:11px;position:relative;display:grid;place-items:center;color:#242822;flex-shrink:0}.brand-mark span{font-size:31px;font-weight:850;line-height:1;transform:translate(-1px,-1px);letter-spacing:-3px}.brand-mark i{position:absolute;right:7px;bottom:7px;width:6px;height:6px;background:var(--purple);border-radius:50%}.brand strong{display:block;letter-spacing:-.6px;font-size:19px;font-weight:750}.brand small{display:block;font-size:10px;color:var(--muted);letter-spacing:.03em}.workspace-select{display:flex;align-items:center;gap:10px;margin:27px 0 13px;border:1px solid #dddfd4;padding:11px 9px;border-radius:12px;background:#fafbf6}.workspace-avatar{display:grid;place-items:center;width:31px;height:31px;background:#e8e1f6;color:#685195;border-radius:8px;font-size:11px;font-weight:700;flex-shrink:0}.workspace-select strong{font-size:12px;display:block;max-width:148px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.workspace-select small{display:block;color:var(--muted);font-size:10px;margin-top:1px}.nav-group{font-size:9px;letter-spacing:.12em;font-weight:650;color:#8c9185;margin:17px 12px 6px}.nav-link{display:flex;align-items:center;gap:10px;padding:8px 11px;border-radius:9px;min-height:36px;font-size:12px;color:#646b60;transition:background .15s}.nav-link:hover{background:#e7e9e0}.nav-link.active{background:#e6ddf7;color:#5d429f;font-weight:650}.nav-link svg{width:17px}.nav-new{font-size:8px;letter-spacing:.05em;background:#f8fff0;padding:1px 4px;border-radius:4px;margin-left:auto;color:#596b39}.sidebar-bottom{margin-top:auto;padding:24px 10px 0;font-size:10px;color:#666f5c}.sidebar-bottom div{display:flex;align-items:center;gap:7px}.sidebar-bottom small{font-size:9px;display:block;margin-top:6px;color:#69765b}.status-dot{width:6px;height:6px;background:#6b9159;border-radius:50%}.main-shell{min-width:0}.topbar{height:69px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;border-bottom:1px solid var(--border);background:#fdfdfb;position:sticky;top:0;z-index:20;gap:15px}.breadcrumbs,.topbar-right{display:flex;align-items:center;gap:14px}.breadcrumbs{font-size:12px}.crumb-parent{color:#697161}.crumb-current{font-weight:550}.user-avatar{height:31px;width:31px;display:grid;place-items:center;background:#edeee6;border:1px solid #e2e4d9;border-radius:50%;font-size:11px;font-weight:650}.environment-banner{display:flex;align-items:center;justify-content:center;gap:8px;background:#fcf3dc;color:#7c632b;font-size:10px;padding:8px 20px;border-bottom:1px solid #f0e6ce;text-align:center}.environment-banner.neutral{background:#f3f4ed;color:#7a8171;border-color:#e6e9df}.page{padding:31px 34px 45px;max-width:1560px;margin:auto;display:flex;flex-direction:column;gap:24px;animation:appear .18s ease}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.eyebrow{font-size:9px;letter-spacing:.14em;font-weight:650;color:#647053;margin-bottom:10px}.page-heading p{font-size:12px;line-height:1.75;margin-top:9px;max-width:680px}.heading-actions{display:flex;gap:10px;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:var(--paper);color:var(--ink);padding:10px 15px;border-radius:9px;font-size:12px;font-weight:600;line-height:1.35;min-height:38px;transition:background .12s,box-shadow .12s;position:relative}.button:hover:not(:disabled){background:#f1f2ec}.button.primary{background:var(--lime);border-color:var(--lime)}.button.primary:hover:not(:disabled){background:#d1e95b;box-shadow:0 3px 8px #a3b44520}.button.dark{background:#32382c;border-color:#32382c;color:white}.button.dark:hover:not(:disabled){background:#46513b}.button.danger{background:#aa4634;border-color:#aa4634;color:white}.button.text-button,.button.text-danger{background:transparent;border-color:transparent;padding:5px;min-height:28px;font-size:11px}.button.text-button{color:var(--purple)}.button.text-danger{color:var(--red)}.button.small-primary{font-size:11px;padding:6px 10px;min-height:30px;background:var(--violet-light);color:var(--purple);border:0}.button.icon-button{padding:8px;width:32px;min-height:32px;border:0;background:transparent}.button.icon-button span,.menu-toggle span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.button.busy{opacity:.6}.button.full-width{width:100%}.button.chip-button{font-size:10px;padding:5px 9px;min-height:26px;background:#f5f3fc;color:#6a5993;border-color:#eae5f7;white-space:normal;text-align:left}.menu-toggle{display:none}.hero{display:flex;justify-content:space-between;position:relative;min-height:246px;padding:27px 34px;border:1px solid #e4ddf2;border-radius:20px;background:#ece7f6;overflow:hidden;gap:20px}.hero-copy{z-index:1;max-width:560px}.hero h2{font-size:36px;line-height:1.14;white-space:pre-line;letter-spacing:-1.05px;margin:13px 0;color:#393347}.hero p{max-width:420px;font-size:12px;color:#675b7c;line-height:1.75}.hero-actions{display:flex;align-items:center;gap:15px;margin-top:19px}.hero-caption{font-size:10px;color:#76658b}.hero-visual{position:relative;min-width:300px;width:330px;align-self:stretch}.orbit-ring{border:1px solid #cfc4e480;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%}.ring-one{height:180px;width:180px}.ring-two{height:265px;width:265px}.visual-core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-8deg);background:var(--lime);width:108px;height:108px;border-radius:28px;display:grid;place-items:center;color:#686e3d;box-shadow:0 14px 32px #6d617322}.visual-tag{display:flex;align-items:center;gap:9px;position:absolute;border:1px solid #efebf7;background:#fffffff2;box-shadow:0 5px 20px #78688b10;padding:10px 12px;border-radius:9px;font-size:10px;color:#706879;white-space:nowrap}.visual-tag svg{color:#8770b0;width:15px}.tag-one{top:8px;left:-5px;transform:rotate(-4deg)}.tag-two{right:-3px;top:88px;transform:rotate(5deg)}.tag-three{left:5px;bottom:9px;transform:rotate(-3deg)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat{padding:20px 21px;border:1px solid var(--border);border-radius:15px;background:white}.stat-top{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#7c8274;font-size:11px}.stat-top svg{color:#959e86}.stat-value{font-size:33px;font-weight:600;line-height:1.2;letter-spacing:-1px;margin:15px 0 8px}.stat small{font-size:10px;color:#6c7461}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}.two-column.wide-left{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr)}.card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:23px;min-width:0}.card>.card{margin-top:20px}.section-heading{margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}.section-heading h2{font-size:16px;font-weight:650;letter-spacing:-.35px}.section-heading p{font-size:11px;line-height:1.7;margin-top:4px}.pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.pipeline-step{display:flex;flex-direction:column;align-items:flex-start;position:relative;border-right:1px solid var(--border);padding-right:8px}.pipeline-step:last-child{border:0}.step-number{font-size:9px;color:#68775b;font-weight:550;letter-spacing:.08em}.pipeline-step>svg{color:#817394;margin:13px 0 11px}.pipeline-step h3{font-size:11px;color:#74796c}.pipeline-step strong{font-size:22px;font-weight:600;margin:4px 0}.pipeline-step small{font-size:9px;color:#6e765f}.signal-list{display:flex;flex-direction:column;gap:16px}.signal{display:flex;gap:11px;align-items:flex-start}.signal-mark{display:grid;place-items:center;width:30px;height:30px;background:#fbf3df;color:#b08737;border-radius:8px;flex-shrink:0}.signal-mark.conflict{background:var(--red-bg);color:var(--red)}.signal strong{font-size:11px;font-weight:600}.signal p{font-size:10px;line-height:1.65;margin-top:3px}.quiet-state{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.quiet-state svg{color:#9caa83}.quiet-state strong{font-size:12px}.quiet-state p{font-size:11px;max-width:280px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:6px;padding:4px 7px;background:#f1f2eb;color:#7b8170;font-size:9px;font-weight:550;white-space:nowrap;max-width:100%;line-height:1.3}.badge i{width:4px;height:4px;background:currentColor;border-radius:50%;display:none}.badge.green{background:var(--green-bg);color:var(--green)}.badge.green i,.badge.red i,.badge.amber i{display:inline-block}.badge.amber{background:var(--amber-bg);color:var(--amber)}.badge.red{background:var(--red-bg);color:var(--red)}.badge.purple{background:#e2d8f3;color:#77569f}.table-wrap{width:100%;overflow-x:auto;scrollbar-width:thin}table{border-collapse:collapse;width:100%;font-size:11px;min-width:480px;text-align:left}th{font-weight:550;color:#949b88;font-size:9px;letter-spacing:.05em;text-transform:uppercase;border-bottom:1px solid var(--border);padding:0 12px 12px}td{border-bottom:1px solid #eff0e9;padding:15px 12px;vertical-align:middle;color:#66705e;max-width:350px}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}tbody tr:last-child td{border-bottom:0}td strong{font-size:11px;color:#4c5545;font-weight:550}.subline{display:block;font-size:9px;color:#a0a593;margin-top:4px;overflow-wrap:anywhere}.table-empty{text-align:center!important;color:#9b9f94;padding:32px!important;line-height:1.8}.row-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.chips{display:flex;flex-wrap:wrap;align-items:center;gap:6px;max-width:100%;min-width:0}.activity-list{display:flex;flex-direction:column;gap:19px}.activity{display:flex;align-items:center;gap:11px}.activity-dot{width:7px;height:7px;background:#b5a7d7;border:2px solid #e4def0;border-radius:50%;flex-shrink:0}.activity strong{font-size:11px;font-weight:550;display:block}.activity p{font-size:9px;margin-top:4px}.activity time{font-size:9px;color:#a1a691;margin-left:auto;white-space:nowrap}.boundary-strip{background:#f1f3e9;border:1px solid #e5e9d9;border-radius:14px;padding:19px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.boundary-strip strong{font-size:12px;font-weight:600}.boundary-strip p{font-size:10px;margin-top:3px;max-width:420px}.boundary-tags{display:flex;flex-wrap:wrap;gap:6px;max-width:450px;justify-content:flex-end}.app-footer{display:flex;justify-content:space-between;gap:15px;padding:0 35px 20px;color:#a1a796;font-size:9px}.notice{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;border:1px solid #e6e9dd;background:#f6f8f0;border-radius:10px;color:#818a73;font-size:11px;line-height:1.7;margin:15px 0}.notice svg{color:#8e9c7a;margin-top:2px;width:16px}.notice.warning{background:#fdf6e8;border-color:#f1e7d0;color:#a08751}.notice.warning svg{color:#ba9b56}.page>.notice{margin:0}.body-copy{font-size:12px;line-height:1.85}.empty{padding:35px 12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.empty p{font-size:12px;line-height:1.85;max-width:540px}.empty h3{font-size:17px}.empty-icon{display:grid;place-items:center;width:61px;height:61px;border-radius:18px;background:#f0edf6;color:#a698bc}.empty .button{margin-top:4px}.field{display:flex;flex-direction:column;gap:7px;margin:0 0 17px;min-width:0}.field label{font-size:11px;font-weight:600;color:#6a735f}.field small{font-size:10px;line-height:1.65;color:#969e88}.input{display:block;width:100%;border:1px solid #dfe3d5;background:white;padding:10px 12px;border-radius:8px;min-height:40px;font-size:12px;outline:none;color:#505b42;min-width:0}.input::placeholder{color:#a8af9e}.input:focus{border-color:#a390c5}.textarea{resize:vertical;line-height:1.7;min-height:65px}.form-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 17px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:18px}.form-section{margin:17px 0 12px}.check-label{display:flex;align-items:flex-start;gap:10px;margin:9px 0;cursor:pointer}.check-label input{width:16px;height:16px;min-height:16px;accent-color:var(--purple);margin:3px 0;flex-shrink:0}.check-label strong{font-size:11px;font-weight:550;color:#627052}.check-label small{display:block;font-size:10px;color:#98a389;line-height:1.7;margin-top:3px}.check-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1px 20px}.summary-bands{display:flex;align-items:center;background:white;border:1px solid var(--border);padding:22px 26px;border-radius:15px;gap:36px}.summary-bands>div{display:flex;gap:12px;align-items:center}.summary-bands svg{color:#9f96b1}.summary-bands strong{font-size:23px;font-weight:600}.summary-bands span{color:#8f9782;font-size:11px}.rights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rights-cell{padding:15px;border:1px solid #ecede6;border-radius:12px}.rights-cell svg{color:#a29aaf}.rights-cell h3{margin:10px 0 5px;font-size:12px}.rights-cell p{font-size:10px;line-height:1.7;color:#9a9f92}.revision{display:flex;gap:10px;align-items:center;padding:11px 0;border-top:1px solid var(--border);font-size:11px}.revision>span:last-child{margin-left:auto;color:var(--muted)}.details{display:grid;grid-template-columns:minmax(100px,33%) minmax(0,1fr);gap:12px;margin:15px 0;font-size:11px;line-height:1.8}.details dt{color:#929a86}.details dd{margin:0;min-width:0;overflow-wrap:anywhere;color:#5c6651}.mono{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;background:#f5f6ef;border-radius:5px;padding:3px 5px;color:#7c866c;overflow-wrap:anywhere}.drop-zone{display:flex;position:relative;align-items:center;justify-content:center;flex-direction:column;gap:9px;padding:27px;border:1px dashed #cfd5bf;border-radius:12px;background:#fafbf6;cursor:pointer;margin:2px 0 22px}.drop-zone svg{color:#aea2bf}.drop-zone span{font-size:12px;font-weight:550}.drop-zone small{font-size:10px;color:#a0a793}.file-picker{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.drop-zone:focus-within{outline:3px solid #b2a0d1;outline-offset:3px}.disclosure{font-size:11px;color:#909b7f;margin:15px 0}.disclosure summary{cursor:pointer;margin-bottom:12px}.rule-list{display:flex;flex-direction:column;gap:21px}.rule-list h3{margin:5px 0;font-size:12px}.rule-list p{font-size:11px;line-height:1.8}.filter-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:23px}.filter-bar select{width:auto;max-width:270px}.filter-bar>.muted{margin-left:auto;font-size:10px}.search-box{position:relative;min-width:170px;flex:1;max-width:360px}.search-box svg{position:absolute;left:11px;top:12px;color:#aab19c;width:16px}.search-box input{padding-left:35px}.entity-cell{display:flex;align-items:center;gap:11px;min-width:205px}.entity-symbol{height:35px;width:35px;border-radius:10px;display:grid;place-items:center;background:#f4f5ec;flex-shrink:0}.entity-symbol.purple{color:#a78bbf;background:#f3edf8}.entity-symbol.lime{color:#b0b787;background:#f5f6e5}.graph-canvas{width:100%;max-height:610px;overflow:auto;background-color:#fdfdf9;background-image:radial-gradient(#dde2d3 1px,transparent 1px);background-size:18px 18px;border:1px solid #ecefe5;border-radius:12px;scrollbar-width:thin}.graph-canvas>svg{display:block;min-width:1100px}.graph-column-label{font-size:10px;letter-spacing:1.6px;fill:#9ca58d;font-weight:550}.graph-edge{stroke:#c7bddb;stroke-width:1.25;fill:none;opacity:.7}.graph-node{cursor:pointer}.node-rect{stroke:#ddd7e7;stroke-width:1;fill:#fff}.node-0{fill:#f3f8e4;stroke:#e3ebc8}.node-1{fill:#f3edfb;stroke:#e4d8f5}.node-2{fill:#fff6ee;stroke:#f2e3d5}.node-dot{fill:#b6abca}.dot-0{fill:#a0af65}.dot-1{fill:#aa8bd0}.dot-2{fill:#d2a480}.node-label{font-size:11px;fill:#6c615e}.graph-node:hover .node-rect{stroke:#a889c9;stroke-width:2}.graph-relation{display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding:10px 0;border-top:1px solid var(--border)}.optimizer-layout{display:grid;grid-template-columns:minmax(285px,360px) minmax(0,1fr);gap:23px;align-items:start}.optimizer-layout>.card{position:sticky;top:88px}.optimizer-layout>.card>.badge{margin-bottom:20px}.optimizer-results{display:flex;flex-direction:column;gap:18px;min-width:0}.requirement-chips{margin-bottom:12px}.result-intro{display:flex;align-items:center;justify-content:space-between;gap:10px}.result-intro p{font-size:10px}.recommendation-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px}.recommendation-top h2{margin-top:12px;font-size:20px;max-width:380px}.recommendation-price{text-align:right;white-space:nowrap}.recommendation-price strong{display:block;font-size:27px;font-weight:650;letter-spacing:-.8px}.recommendation-price small{display:block;font-size:9px;color:#a0a791}.bundle-items{display:flex;flex-direction:column;gap:13px;margin:18px 0}.bundle-item{display:flex;align-items:center;gap:12px}.bundle-icon{display:grid;place-items:center;background:#f3f0f8;width:35px;height:35px;border-radius:9px;color:#a795bc}.bundle-item strong{font-size:11px;font-weight:600}.bundle-item small{display:block;color:#a0a893;font-size:10px;margin-top:3px}.bundle-item>strong{margin-left:auto}.result-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;background:#f8f9f3;border:1px solid #edf0e3;border-radius:12px;padding:17px;margin-top:22px}.result-facts strong{display:block;font-size:18px;font-weight:600;letter-spacing:-.4px}.result-facts span{display:block;font-size:9px;line-height:1.6;color:#637247;margin-top:5px}.assumption-list p{font-size:11px;line-height:1.9;margin-top:12px}.muted{color:var(--muted);font-size:11px}.workflow-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.workflow-strip>div{border:1px solid var(--border);background:white;padding:17px;border-radius:12px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.workflow-strip strong{font-size:11px;text-transform:capitalize}.workflow-strip .badge{margin-left:auto}.integration-card{display:flex;justify-content:space-between;align-items:center;gap:15px;border:1px solid var(--border);border-radius:17px;padding:26px;background:white}.integration-node{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;padding:20px 15px;flex:1}.integration-node.highlight{background:#f2eef9;border-radius:13px}.integration-node svg{color:#a491bd}.integration-node strong{font-size:12px;font-weight:600}.integration-node small{font-size:10px;color:#a0a793}.integration-card>svg{color:#b4bca7}.pack-row{display:flex;align-items:center;gap:14px;margin:17px 0;padding:13px 0;border-top:1px solid var(--border)}.pack-icon{display:grid;place-items:center;background:#f4f1fa;color:#ae98c7;border-radius:12px;width:46px;height:46px;flex-shrink:0}.pack-row p{font-size:10px;line-height:1.8;margin-top:4px}.pack-row h3{font-size:13px}.pack-row .badge{margin-left:auto}.architecture-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.architecture-flow>div{background:#f7f8f1;padding:20px;border:1px solid #e9eddf;border-radius:12px}.architecture-flow strong{display:block;font-size:12px;margin-top:12px}.code-block,.json-view{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;font-size:11px;line-height:1.85;padding:18px;background:#f6f5f9;border:1px solid #e7e3f0;color:#635174;border-radius:10px;max-height:500px;overflow:auto;margin:0}.json-view{margin-top:12px}.secret-value{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-all;background:#f6f4fc;padding:20px;border-radius:10px;color:#5e447c;font-size:13px}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#30332860;display:flex;align-items:center;justify-content:center;padding:25px;backdrop-filter:blur(3px)}.modal{background:white;border-radius:19px;width:760px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 18px 70px #30302820;border:1px solid #f2f3ec}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border);gap:14px;position:sticky;top:0;background:white;z-index:2}.modal-header h2{font-size:17px}.modal-content{padding:20px 24px}.modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;position:sticky;bottom:0;padding:17px 24px;background:white;border-top:1px solid var(--border);flex-wrap:wrap}.modal-content>.notice:first-child,.modal-content>div>.notice:first-child{margin-top:0}#toasts{position:fixed;right:22px;bottom:23px;z-index:200;display:flex;align-items:flex-end;flex-direction:column;gap:10px;max-width:min(500px,calc(100vw - 40px))}.toast{display:flex;align-items:flex-start;gap:11px;padding:15px 19px;border:1px solid #d5e1c3;border-radius:12px;background:#f5fbeb;box-shadow:0 7px 30px #68705318;color:#6d8254;font-size:12px;line-height:1.65;animation:appear .15s ease}.toast.error{background:#fff1ea;border-color:#e4c2b3;color:#b0806a}.toast svg{margin-top:2px}.loading-state{display:flex;min-height:330px;align-items:center;justify-content:center;gap:14px;color:#697a51;font-size:12px}.loading-orbit{width:20px;height:20px;border-radius:50%;border:2px solid #e6e9dd;border-top-color:#a797c2;animation:rotate 1s linear infinite}.login-screen{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#fff}.login-story{position:relative;background:#ede6f8;padding:39px 47px;overflow:hidden;display:flex;flex-direction:column;min-height:100vh}.login-story .brand{z-index:2}.login-story-copy{max-width:480px;margin:auto 0;padding:100px 0 120px;z-index:2}.login-story-copy .eyebrow{color:#755d95;letter-spacing:.16em}.login-story h2{font-size:58px;line-height:1.08;letter-spacing:-2.4px;white-space:pre-line;color:#5f4e77;margin:19px 0 25px}.login-story p{font-size:14px;line-height:1.95;max-width:390px;color:#70598a;margin-bottom:28px}.login-feature{display:flex;align-items:center;gap:12px;margin-top:14px;font-size:12px;color:#70558b}.login-feature svg{color:#ae99bf}.login-version{position:relative;z-index:2;font-size:9px;letter-spacing:.09em;color:#755c8e}.login-art{position:absolute;width:380px;height:300px;right:-40px;bottom:-15px;opacity:.7;pointer-events:none}.art-square{position:absolute;width:190px;height:190px;border-radius:50px;transform:rotate(35deg)}.square-one{background:#ddd1ee;left:30px;bottom:-20px}.square-two{border:1px solid #b9a5d5;left:130px;bottom:80px}.square-three{background:#dff088;left:240px;bottom:-45px}.login-panel{display:flex;align-items:center;justify-content:center;padding:60px 55px}.login-form{max-width:390px;width:100%}.login-form h1{font-size:39px;line-height:1.15;letter-spacing:-1.3px;white-space:pre-line}.login-description{font-size:12px;line-height:1.8;margin:17px 0 33px}.login-form .eyebrow{font-size:8px;margin-bottom:16px}.login-form .input{min-height:45px}.login-form .button{min-height:44px;margin-top:5px}.login-help{font-size:10px;line-height:1.85;margin-top:23px;color:#6a7954}.login-error{font-size:11px;color:#b17559;margin-bottom:12px;min-height:0}.login-error:empty{display:none}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes appear{from{opacity:.45;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.page{padding-top:42px}.hero{min-height:270px}.hero h2{font-size:41px}.hero-visual{width:370px;min-width:370px}}
@media(max-width:1250px){.hero-visual{min-width:240px;width:240px}.tag-one{left:-18px}.tag-two{right:-15px}.hero{padding:26px}.hero h2{font-size:31px}.page{padding:26px}.topbar{padding:0 26px}.two-column.wide-left{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.stat{padding:17px}.optimizer-layout{grid-template-columns:minmax(255px,310px) minmax(0,1fr)}.recommendation-top{flex-wrap:wrap}.recommendation-price{text-align:left}.result-facts{gap:10px;padding:13px}.result-facts strong{font-size:16px}.pipeline{gap:9px}.hero-caption{display:none}.summary-bands{gap:20px}.workflow-strip{gap:10px}}
@media(max-width:1050px){.app-shell{grid-template-columns:214px minmax(0,1fr)}.sidebar{padding:23px 11px 18px}.brand strong{font-size:16px}.brand small{font-size:9px}.nav-link{font-size:11px;gap:8px}.nav-link svg{width:15px}.page{padding:24px 21px}.page-heading{align-items:flex-start}.page-heading h1{font-size:30px}.page-heading .heading-actions{max-width:160px;flex-wrap:wrap}.hero-visual{display:none}.hero-copy{max-width:100%}.hero p{max-width:550px}.hero h2{font-size:36px}.two-column,.two-column.wide-left{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.boundary-strip{flex-direction:column;align-items:flex-start}.boundary-tags{justify-content:flex-start;max-width:none}.optimizer-layout{grid-template-columns:1fr}.optimizer-layout>.card{position:static}.rights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-bands{flex-wrap:wrap}.integration-card{padding:15px}.login-story{padding:30px}.login-story h2{font-size:45px}.login-panel{padding:40px}.workflow-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;bottom:0;width:242px;z-index:60;transform:translateX(-105%);transition:transform .2s;box-shadow:8px 0 35px #33352220}.nav-open .sidebar{transform:translateX(0)}.nav-open:after{content:'';position:fixed;inset:0;background:#28302230;z-index:50;pointer-events:none}.menu-toggle{display:inline-flex;padding:5px 8px;min-height:30px;background:transparent;border:0;width:30px}.topbar{height:59px;padding:0 15px;gap:5px}.breadcrumbs{gap:8px;font-size:11px}.crumb-parent{display:none}.topbar-right{gap:7px}.topbar-right>.badge{font-size:8px}.user-avatar{display:none}.environment-banner{font-size:9px;line-height:1.5;padding:7px 13px;align-items:flex-start}.environment-banner svg{margin-top:1px}.page{padding:25px 16px 30px;gap:19px}.page-heading{display:block}.page-heading h1{font-size:29px;max-width:90%}.page-heading p{font-size:11px}.page-heading .heading-actions{max-width:none;margin-top:17px}.eyebrow{font-size:8px}.hero{padding:24px;min-height:0}.hero h2{font-size:30px;margin-top:13px}.hero p{font-size:11px}.hero-actions{margin-top:18px}.stat-grid{gap:12px}.stat{padding:16px}.stat-top{font-size:10px}.stat-top svg{width:16px}.stat-value{font-size:28px;margin:11px 0 7px}.stat small{font-size:9px}.card{padding:19px;border-radius:15px}.section-heading h2{font-size:15px}.section-heading p{font-size:10px}.pipeline{gap:8px}.pipeline-step h3{font-size:10px}.pipeline-step small{font-size:8px}.pipeline-step strong{font-size:22px}.pipeline-step>svg{width:19px}.pipeline-step .step-number{font-size:8px}.boundary-strip{padding:18px}.app-footer{padding:0 17px 20px;font-size:8px;flex-direction:column;gap:5px}.modal-backdrop{padding:12px}.modal{max-height:92vh;border-radius:14px}.modal-header{padding:16px 18px}.modal-header h2{font-size:15px}.modal-content{padding:17px 18px}.modal-footer{padding:15px 18px}.form-grid,.form-grid.three{grid-template-columns:1fr}.check-grid{grid-template-columns:1fr}.summary-bands{gap:17px;padding:19px}.summary-bands>div{width:100%;gap:13px}.summary-bands strong{font-size:23px}.rights-grid{grid-template-columns:1fr 1fr;gap:10px}.rights-cell{padding:12px}.rights-cell p{font-size:9px}.filter-bar{gap:9px}.filter-bar select{max-width:100%;width:100%}.filter-bar>.muted{font-size:9px}.search-box{max-width:none}.entity-cell{min-width:180px}.details{grid-template-columns:90px minmax(0,1fr);gap:10px;font-size:10px}.result-facts{grid-template-columns:1fr 1fr}.result-facts>div:last-child{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--border)}.result-intro{align-items:flex-start;flex-direction:column}.recommendation-top h2{font-size:18px}.recommendation-price strong{font-size:26px}.bundle-item>strong{font-size:10px}.workflow-strip>div{padding:14px}.workflow-strip strong{font-size:10px}.integration-card{flex-direction:column}.integration-card>svg{transform:rotate(90deg)}.integration-node{width:100%;padding:15px}.architecture-flow{grid-template-columns:1fr 1fr}.architecture-flow>div{padding:16px}.architecture-flow strong{font-size:11px}.login-screen{grid-template-columns:1fr}.login-story{min-height:0;padding:27px 29px 30px}.login-story .brand strong{font-size:18px}.login-story-copy{padding:33px 0 5px}.login-story-copy .eyebrow{font-size:8px}.login-story h2{font-size:36px;letter-spacing:-1.2px;margin:10px 0 12px}.login-story p{font-size:12px;max-width:350px;margin-bottom:9px;line-height:1.8}.login-feature{display:none}.login-version{margin-top:18px;font-size:8px}.login-art{opacity:.45;right:-120px;bottom:0}.login-panel{padding:35px 27px 45px;justify-content:center}.login-form{max-width:440px}.login-form h1{font-size:29px;white-space:normal;letter-spacing:-.8px}.login-form .eyebrow{display:none}.login-description{margin:10px 0 23px;font-size:11px}#toasts{right:12px;bottom:14px;max-width:calc(100vw - 24px)}.toast{padding:13px 15px;font-size:11px}.loading-state{min-height:250px}.notice{font-size:10px;padding:12px;line-height:1.8}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* v0.2 managed ingestion: keep the existing lime / lavender visual identity. */
.pipeline-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0}
.pipeline-steps>div{display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--border,#e3e4df);border-radius:14px;background:#f7f8f2}
.pipeline-number{font-size:12px;letter-spacing:.13em;color:#64695b}
.review-counts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:20px}
.review-counts>div{padding:14px;border:1px solid #e4e5dd;border-radius:12px;display:flex;flex-direction:column;gap:8px;background:#f9faf5}
.review-counts strong{font-size:26px;font-weight:650}.review-counts span{font-size:11px;line-height:1.4;color:#63685d}
@media(max-width:760px){.pipeline-steps,.review-counts{grid-template-columns:repeat(2,minmax(0,1fr))}.pipeline-steps>div:last-child,.review-counts>div:last-child{grid-column:1/-1}}

.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
@media(max-width:1120px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.stats-grid{gap:10px}.stats-grid .stat{padding:16px}.stats-grid .stat-value{font-size:30px}}

.toast-dismiss{border:0;background:transparent;color:inherit;padding:2px;display:inline-flex;align-items:center;flex-shrink:0;margin-left:auto}

/* v0.3 commercial data boards. Bright lime, lavender, warm white and graphite. */
.product-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.product-metrics .stat-value{font-size:28px;overflow-wrap:anywhere}
.product-hero{background:#eae3ff;border:1px solid #d7ccf4;border-radius:22px;padding:32px;display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:32px}
.product-hero h2{font-size:42px;line-height:1.13;white-space:pre-line;margin:18px 0;max-width:580px}.product-hero p{max-width:570px;font-size:14px;line-height:1.8;color:#534863}
.product-seal{border-radius:20px;background:var(--lime);padding:28px 20px;display:flex;flex-direction:column;justify-content:center;text-align:center;color:#30371d;gap:8px}.product-seal>span:first-child{font-size:11px;letter-spacing:.16em}.product-seal strong{font-size:64px;line-height:1.1}.product-seal small{font-size:11px;margin-top:14px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-grid .card{display:flex;flex-direction:column;align-items:flex-start;gap:17px}.product-grid .section-heading{margin:0}.product-grid p{line-height:1.8}.endpoint-label{font-size:11px;overflow-wrap:anywhere;color:#6544b4;display:block}.product-grid .button{margin-top:auto}
.product-note{font-size:12px;line-height:1.8;margin-top:18px}.launch-list{padding-left:21px;display:grid;gap:12px;color:#50574a}.gate-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.gate-card{background:#fff;padding:23px;border:1px solid var(--border);border-radius:16px}.gate-card strong{font-size:32px;display:block;color:#6a44b0}.gate-card h3{margin:6px 0}.gate-card small{color:var(--muted);font-size:11px}.passport-status{display:grid;gap:12px}.passport-status .badge{justify-self:start}
th{color:#606857}.nav-group{color:#626a59}.stat-top{color:#616958}.badge.neutral{color:#59604f}.table-wrap:focus-visible{outline:3px solid #7054d2;outline-offset:3px}
@media(max-width:1120px){.product-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:1fr}.product-hero{grid-template-columns:minmax(0,1fr) 190px}.product-hero h2{font-size:34px}}
@media(max-width:760px){.product-hero{grid-template-columns:1fr;padding:24px;gap:22px}.product-hero h2{font-size:32px}.product-seal{padding:20px}.product-seal strong{font-size:48px}.product-metrics .stat-value{font-size:23px}.gate-grid{grid-template-columns:1fr 1fr}.gate-card{padding:16px}.button{min-height:44px}.button.text-button,.button.text-danger,.button.icon-button,.menu-toggle{min-height:44px;min-width:44px}.input{font-size:16px}.product-metrics{gap:10px}}
@media(max-width:380px){.product-metrics,.gate-grid{grid-template-columns:1fr}}

.mobile-nav-close{display:none}@media(max-width:760px){.sidebar{visibility:hidden}.nav-open .sidebar{visibility:visible}.mobile-nav-close{display:inline-flex;align-self:flex-end;margin-bottom:15px}}

/* Approved collection: extend the existing lime/lavender identity. */
.collector-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;padding:32px;border-radius:24px;background:#ece6ff;border:1px solid #ded4fb;}
.collector-hero h2{font-size:clamp(24px,2.4vw,35px);line-height:1.14;white-space:pre-line;margin:20px 0 14px;letter-spacing:-1px;}
.collector-hero p{line-height:1.65;max-width:510px;color:#514b61;}
.collector-route{display:grid;gap:10px;align-content:center;}
.collector-route>div{display:flex;align-items:center;gap:15px;border-radius:13px;background:#ffffffa8;padding:14px 18px;}
.collector-route .pipeline-number{flex-shrink:0;background:#e7f775;color:#303322;}
.collector-destination code{overflow-wrap:anywhere;word-break:break-word;}
.collector-destination .subline{max-width:250px;overflow-wrap:anywhere;}
.collector-destination .badge{margin-top:7px;}
.collector-capabilities{padding:0 20px 16px;}
@media(max-width:768px){.collector-hero{grid-template-columns:1fr;padding:23px;gap:18px;}.collector-route>div{padding:12px;}.collector-hero h2{letter-spacing:-.6px;}}

/* Bounded, inspectable evidence details; no hidden auto-approval. */
.evidence-detail { border: 1px solid var(--border, #ddd); border-radius: 12px; padding: 12px; margin: 10px 0; }
.evidence-detail summary { cursor: pointer; font-weight: 600; overflow-wrap: anywhere; }
.evidence-detail .json-view { max-height: 340px; overflow: auto; }
/* v0.7: keep account controls within narrow viewports. The persistent
   environment banner still identifies synthetic/private workspaces. */
.breadcrumbs{min-width:0;flex:1}.crumb-current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-right{flex-shrink:0}
@media(max-width:480px){.topbar-right{gap:8px}.topbar-right>.badge{display:none}}

.fgt-plot{width:100%;height:auto;display:block;font-family:inherit}.fgt-grid{stroke:var(--border,#dfe2d6);stroke-width:1}.fgt-zero{stroke:#8a8f85;stroke-width:1;stroke-dasharray:4 4}.fgt-curve{fill:none;stroke:var(--purple,#6742ac);stroke-width:2.2}.fgt-attractor{fill:var(--lime,#dff471);stroke:#3c4a1a;stroke-width:1.5}.fgt-unstable{fill:#f4d3cf;stroke:#a33c2e;stroke-width:1.5}.fgt-state{fill:#242822;stroke:#fff;stroke-width:1.5}.fgt-tick{font-size:11px;fill:var(--muted,#6b6f66)}.fgt-label{font-size:12px;fill:#242822;font-weight:600}

/* 0.9.0 */
.rotation-months{display:grid;gap:10px;margin:8px 0}
.rotation-month{display:grid;grid-template-columns:120px 1fr 1fr auto;gap:10px;align-items:end}
@media (max-width:760px){.rotation-month{grid-template-columns:1fr}}
.subline{font-size:10px;color:#6f766a}.table-empty{color:#6f766a}.input::placeholder{color:#7d857a}.nav-group{color:#6f766a}.nav-new{font-size:9px}.sidebar-bottom small{font-size:10px}.eyebrow{font-size:10px}.stat small,.bundle-item small,.field small{color:#6c7461}.recommendation-price small,.result-facts span,.activity time,.app-footer{color:#6f766a;font-size:10px}
