.architect-root{background:var(--bg-page);color:var(--t-body);font-family:var(--sans);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}.architect-root *,.architect-root :after,.architect-root :before{box-sizing:border-box}.architect-root button{font-family:inherit;cursor:pointer}.architect-root ::selection{background:var(--accent-subtle)}.architect-shell{position:relative;display:flex;flex-direction:column;background:var(--panel-grad);border:1px solid var(--b-medium);border-radius:var(--r-2xl);overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.7)}.architect-root.architect-launcher-card:before,.architect-shell:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.55;z-index:1}.architect-split{flex:1;display:grid;grid-template-columns:minmax(360px,38%) 1fr;min-height:0}.architect-root .chat-col{display:flex;flex-direction:column;min-height:0;height:100%;background:var(--chat-grad);border-right:1px solid var(--b-medium)}.architect-root .chat-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 22px;border-bottom:1px solid var(--b-light);flex-shrink:0}.architect-root .chat-header__brand{display:flex;flex-direction:column;gap:2px;min-width:0}.architect-root .chat-header__line2{display:flex;align-items:baseline;gap:7px}.architect-root .chat-header__wordmark{font-weight:500;color:var(--t-primary);font-size:15px;line-height:1.2}.architect-root .chat-header__sub{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--t-muted);white-space:nowrap}.architect-root .chat-header__actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}@media (max-width:480px){.architect-root .chat-header__live{gap:0}.architect-root .chat-header__live-label{display:none}}.architect-root .chat-header__live{display:inline-flex;align-items:center;gap:7px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--t-secondary)}.architect-root .frenti-livedot{width:7px;height:7px;flex-shrink:0;border-radius:var(--r-full);background:var(--accent);box-shadow:var(--glow-strong);animation:livePulse 1.8s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1;box-shadow:var(--glow-strong)}50%{opacity:.55;box-shadow:0 0 3px #c8ff3c}}.architect-root .ctrl{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--r-default);background:var(--bg-input);border:1px solid var(--b-default);color:var(--t-secondary);transition:all .2s ease}.architect-root .ctrl:hover{color:var(--t-primary);border-color:var(--b-hover);background:var(--bg-hover)}.architect-root .chat-stream{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:22px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth}.architect-root .chat-empty{margin:24px auto 0;max-width:280px;text-align:center;font-size:13px;color:var(--t-tertiary);line-height:1.6}.architect-root .chat-welcome{margin:12px auto 0;max-width:360px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.architect-root .chat-welcome__badge{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:var(--r-lg);background:var(--accent-subtle);color:var(--accent);box-shadow:var(--glow-sm);margin-bottom:16px}.architect-root .chat-welcome__title{margin:0 0 6px;font-size:17px;font-weight:600;color:var(--t-primary);line-height:1.3}.architect-root .chat-welcome__sub{margin:0 0 18px;font-size:13px;color:var(--t-secondary);line-height:1.6}.architect-root .chat-welcome__label{font-size:10px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--t-muted);margin:0 0 10px}.architect-root .chat-suggestions{display:flex;flex-direction:column;gap:8px;width:100%}.architect-root .chat-suggestion{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 13px;text-align:left;font-size:13px;color:var(--t-body);background:var(--bg-input);border:1px solid var(--b-default);border-radius:var(--r-lg);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}.architect-root .chat-suggestion:hover{border-color:var(--b-hover);background:var(--bg-hover);box-shadow:var(--glow-sm);transform:translateY(-1px)}.architect-root .chat-suggestion__icon{flex-shrink:0;color:var(--accent);opacity:.5;transition:opacity .2s ease,transform .2s ease}.architect-root .chat-suggestion:hover .chat-suggestion__icon{opacity:1;transform:translateX(2px)}.architect-root .bubble-row{display:flex}.architect-root .bubble-row--ai{justify-content:flex-start}.architect-root .bubble-row--user{justify-content:flex-end}.architect-root .bubble{max-width:90%;padding:12px 15px;font-size:14px;line-height:1.6;color:var(--t-body);border-radius:var(--r-xl);white-space:pre-wrap;word-break:break-word}.architect-root .bubble--ai{background:var(--bg-elevated);border:1px solid var(--b-light);border-bottom-left-radius:3px;white-space:normal}.architect-root .bubble--ai strong{font-weight:600;color:var(--t-primary)}.architect-root .bubble--ai em{font-style:italic}.architect-root .bubble--ai code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;padding:1px 5px;border-radius:5px;background:rgba(255,255,255,.08)}.architect-root .bubble--ai a{color:var(--color-accent);text-decoration:underline}.architect-root .bubble--ai ul{margin:6px 0;padding-left:18px;list-style:disc}.architect-root .bubble--ai li{margin:2px 0}.architect-root .bubble--user{background:var(--accent-subtle);border:1px solid rgba(200,255,60,.28);border-bottom-right-radius:3px}.architect-root .bubble.is-entering{animation:bubbleIn .3s cubic-bezier(.2,.7,.3,1) forwards}@keyframes bubbleIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.architect-root .bubble--typing{display:inline-flex;gap:5px;align-items:center;padding:14px 15px}.architect-root .typing-dot{width:5px;height:5px;border-radius:var(--r-full);background:var(--t-secondary);animation:typeBlink 1.3s ease-in-out infinite}.architect-root .typing-dot:nth-child(2){animation-delay:.18s}.architect-root .typing-dot:nth-child(3){animation-delay:.36s}@keyframes typeBlink{0%,60%,to{opacity:.25}30%{opacity:1}}.architect-root .chat-error{display:flex;align-items:center;gap:7px;padding:9px 12px;font-size:12px;color:var(--danger-text);background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:var(--r-default)}.architect-root .composer{flex-shrink:0;padding:16px 18px 18px;border-top:1px solid var(--b-light)}.architect-root .composer__field{display:flex;align-items:center;gap:8px;padding:6px 6px 6px 14px;background:var(--bg-input-strong);border:1px solid var(--b-medium);border-radius:var(--r-lg);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);transition:border-color .2s ease,box-shadow .25s ease,background .2s ease}.architect-root .composer__field:focus-within{border-color:var(--b-hover);box-shadow:var(--glow-sm)}.architect-root .composer__input{flex:1;background:none;border:none;outline:none;color:var(--t-body);font-size:14px;font-family:inherit}.architect-root .composer__input::placeholder{color:var(--t-tertiary)}.architect-root .composer__input:disabled{opacity:.6}.architect-root .composer__send{display:grid;place-items:center;width:32px;height:32px;border:none;border-radius:var(--r-default);background:var(--accent);color:var(--accent-text);transition:box-shadow .2s ease,opacity .2s ease}.architect-root .composer__send:hover:not(:disabled){box-shadow:var(--glow-sm)}.architect-root .composer__send:disabled{opacity:.4;cursor:not-allowed}.architect-root .composer__send--stop{background:var(--bg-hover);color:var(--t-primary)}.architect-root .gen-panel{min-height:0;height:100%;overflow-y:auto;overscroll-behavior:contain;padding:28px 32px;background:var(--panel-grad)}.architect-root .gen-panel--empty{background:var(--glow-ambient),var(--panel-grad)}.architect-root .gen-flow{display:flex;flex-direction:column;gap:22px;max-width:620px;margin:0 auto}.architect-root .gen-panel--empty{display:grid;place-items:center}.architect-root .gen-empty{max-width:320px;text-align:center}.architect-root .gen-empty__spark{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:var(--r-full);background:var(--accent-subtle);color:var(--accent);margin-bottom:16px}.architect-root .gen-empty__title{margin:0 0 8px;font-size:15px;font-weight:600;color:var(--t-secondary);line-height:1.4}.architect-root .gen-empty__text{font-size:13px;letter-spacing:.02em;color:var(--t-tertiary);line-height:1.6}.architect-root .gen-empty__preview{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:18px}.architect-root .gen-empty__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;font-size:11px;color:var(--t-muted);background:var(--bg-subtle);border:1px solid var(--b-subtle);border-radius:var(--r-full)}.architect-root .gen-empty__pill svg{color:var(--accent);opacity:.7}.architect-root .eyebrow{font-size:12px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:11px}.architect-root .eyebrow--muted{color:var(--t-muted)}.architect-root .eyebrow--danger{color:var(--danger-text)}.architect-root .gen-block.is-entering{animation:blockIn .32s cubic-bezier(.2,.7,.3,1) forwards}@keyframes blockIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.architect-root .card{background:var(--bg-elevated);border:1px solid var(--b-light);border-radius:var(--r-2xl);padding:16px}.architect-root .insight{display:flex;gap:13px}.architect-root .insight__icon{flex-shrink:0;display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-lg);background:var(--accent-subtle);color:var(--accent)}.architect-root .insight__icon--danger{background:var(--danger-bg);color:var(--danger-text)}.architect-root .insight__icon--muted{background:var(--bg-hover);color:var(--t-secondary)}.architect-root .insight__text{min-width:0}.architect-root .insight__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.architect-root .insight__title{margin:1px 0 5px;font-size:14px;font-weight:600;color:var(--t-primary);line-height:1.35}.architect-root .insight__metric{flex-shrink:0;font-size:11px;font-weight:600;padding:3px 9px;border-radius:var(--r-full);background:var(--bg-subtle);border:1px solid var(--b-subtle);color:var(--t-secondary);white-space:nowrap}.architect-root .insight__body{margin:0;font-size:13px;color:var(--t-secondary);line-height:1.55}.architect-root .metric{background:var(--bg-subtle);border:1px solid var(--b-subtle);border-radius:var(--r-xl);padding:14px}.architect-root .metric__label{font-size:12px;color:var(--t-muted);margin-bottom:8px;line-height:1.4}.architect-root .metric__row{display:flex;align-items:baseline;gap:10px}.architect-root .metric__value{font-size:28px;font-weight:500;color:var(--t-primary);letter-spacing:-.01em;line-height:1}.architect-root .metric__change{font-size:11px;font-weight:600;padding:3px 9px;border-radius:var(--r-full);background:var(--bg-hover);color:var(--t-secondary)}.architect-root .metric__change--positive{background:var(--accent-subtle);color:var(--accent)}.architect-root .metric__change--negative{background:var(--danger-bg);color:var(--danger-text)}.architect-root .metric__context{margin:10px 0 0;font-size:12px;color:var(--t-muted);line-height:1.5}.architect-root .blueprint-head{margin-bottom:14px}.architect-root .blueprint-title{margin:0 0 4px;font-size:15px;font-weight:600;color:var(--t-primary)}.architect-root .blueprint-summary{margin:0;font-size:12px;color:var(--t-muted);line-height:1.5}.architect-root .blueprint{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;align-items:stretch}.architect-root .bp-node{display:flex;flex-direction:column;align-items:flex-start;gap:8px;height:100%;min-height:120px;padding:14px;background:var(--bg-input);border:1px solid var(--b-default);border-radius:var(--r-lg);min-width:0;overflow-wrap:anywhere}.architect-root .bp-node__head{display:flex;align-items:center;gap:8px}.architect-root .bp-node__step{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-size:11px;font-weight:600;color:var(--t-muted);background:var(--bg-hover)}.architect-root .bp-node__icon{display:grid;place-items:center;width:28px;height:28px;border-radius:var(--r-default);background:var(--bg-hover);color:var(--t-secondary)}.architect-root .bp-node__label{font-size:12px;font-weight:600;color:var(--t-primary);overflow-wrap:anywhere}.architect-root .bp-node__sub{font-size:11px;color:var(--t-muted);line-height:1.35;overflow-wrap:anywhere}.architect-root .bp-node--ai{background:var(--accent-subtle);border-color:rgba(200,255,60,.4);box-shadow:var(--card-hover)}.architect-root .bp-node--ai .bp-node__icon,.architect-root .bp-node--ai .bp-node__step{background:var(--accent);color:var(--accent-text)}.architect-root .bp-node--ai .bp-node__sub{color:rgba(200,255,60,.75)}.architect-root .tech-layer+.tech-layer{margin-top:16px;padding-top:16px;border-top:1px solid var(--b-subtle)}.architect-root .tech-layer__name{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--t-muted);margin:0 0 10px}.architect-root .chips{display:flex;flex-wrap:wrap;gap:8px}.architect-root .chip{display:inline-flex;flex-direction:column;gap:2px;padding:7px 13px;font-size:12px;color:var(--t-body);background:var(--bg-input);border:1px solid var(--b-light)}.architect-root .chip,.architect-root .chip--pill{border-radius:var(--r-full)}.architect-root .chip__name{font-weight:500}.architect-root .chip__rationale{font-size:11px;color:var(--t-muted);line-height:1.35}.architect-root .chip--ai{border-color:rgba(200,255,60,.4);color:var(--accent)}.architect-root .effort-head{margin-bottom:8px}.architect-root .effort-total{font-size:28px;font-weight:500;letter-spacing:-.01em;color:var(--t-primary);line-height:1.1}.architect-root .effort{display:flex;flex-direction:column}.architect-root .phase{padding:14px 0;border-bottom:1px solid var(--b-subtle)}.architect-root .phase:first-child{padding-top:2px}.architect-root .phase:last-child{border-bottom:none;padding-bottom:2px}.architect-root .phase__head{display:flex;justify-content:space-between;align-items:center;gap:12px}.architect-root .phase__name{font-size:14px;font-weight:500;color:var(--t-body)}.architect-root .phase__dur{flex-shrink:0;font-size:11px;font-weight:600;padding:3px 9px;border-radius:var(--r-full);background:var(--accent-subtle);color:var(--accent)}.architect-root .phase__scope{margin:5px 0 10px;font-size:12px;color:var(--t-muted);line-height:1.5}.architect-root .phase__deliverables{margin:8px 0 10px;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.architect-root .phase__deliverables li{font-size:12px;color:var(--t-muted);line-height:1.45;padding-left:14px;position:relative}.architect-root .phase__deliverables li:before{content:"";position:absolute;left:2px;top:8px;width:4px;height:4px;border-radius:var(--r-full);background:var(--accent);opacity:.7}.architect-root .phase__bar{height:3px;border-radius:var(--r-full);background:var(--bg-hover);overflow:hidden}.architect-root .phase__fill{display:block;height:100%;border-radius:var(--r-full);background:var(--accent);opacity:.7}.architect-root .assumptions{margin-top:14px;padding-top:14px;border-top:1px solid var(--b-subtle)}.architect-root .assumptions__label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--t-muted);margin:0 0 8px}.architect-root .assumptions ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.architect-root .assumptions li{font-size:12px;color:var(--t-secondary);line-height:1.45;padding-left:14px;position:relative}.architect-root .assumptions li:before{content:"•";position:absolute;left:2px;color:var(--t-tertiary)}.architect-root .similar{display:flex;gap:14px;align-items:flex-start}.architect-root .similar__thumb{position:relative;flex-shrink:0;width:92px;height:68px;border-radius:var(--r-lg);display:grid;place-items:center;color:var(--accent);background:linear-gradient(135deg,rgba(200,255,60,.12),rgba(200,255,60,.03));border:1px solid rgba(200,255,60,.18)}.architect-root .similar__badge{position:absolute;bottom:6px;left:6px;font-size:9px;letter-spacing:.08em;text-transform:uppercase;padding:2px 6px;border-radius:var(--r-full);background:var(--bg-glass);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--b-medium);color:var(--t-secondary)}.architect-root .similar__text{min-width:0}.architect-root .similar__title{margin:0 0 4px;font-size:14px;font-weight:500;color:var(--t-primary)}.architect-root .similar__desc{margin:0;font-size:12px;color:var(--t-muted);line-height:1.5}.architect-root .similar__section{margin-top:12px}.architect-root .similar__label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--t-muted);margin:0 0 6px}.architect-root .similar__outcomes{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.architect-root .similar__outcomes li{font-size:12px;color:var(--t-secondary);line-height:1.45;padding-left:14px;position:relative}.architect-root .similar__outcomes li:before{content:"";position:absolute;left:2px;top:8px;width:4px;height:4px;border-radius:var(--r-full);background:var(--accent);opacity:.7}.architect-root .similar__link{display:inline-flex;align-items:center;gap:5px;margin-top:12px;font-size:12px;font-weight:600;color:var(--accent);text-decoration:none;transition:opacity .2s ease}.architect-root .similar__link:hover{opacity:.8}.architect-root .capture{display:flex;flex-direction:column}.architect-root .capture__title{margin:0 0 8px;font-size:20px;font-weight:600;color:var(--t-primary)}.architect-root .capture__title--serif{font-family:var(--serif);font-size:24px;letter-spacing:.005em}.architect-root .capture__value{margin:0 0 16px;font-size:13px;color:var(--t-secondary);line-height:1.55}.architect-root .capture__fields{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.architect-root .field{width:100%;padding:11px 13px;background:var(--bg-input);border:1px solid var(--b-default);border-radius:var(--r-default);color:var(--t-body);font-size:14px;font-family:inherit;outline:none;transition:border-color .2s ease,box-shadow .25s ease}.architect-root .field::placeholder{color:var(--t-tertiary)}.architect-root .field:focus{border-color:var(--b-hover);box-shadow:var(--glow-sm)}.architect-root .capture__err{display:flex;align-items:center;gap:7px;margin:0 0 12px;padding:9px 12px;font-size:12px;color:var(--danger-text);background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:var(--r-default)}.architect-root .capture__cta{display:flex;flex-direction:column;gap:9px}.architect-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:var(--r-default);font-size:13px;font-weight:600;font-family:inherit;border:1px solid transparent;transition:all .2s ease}.architect-root .btn--primary{background:var(--accent);color:var(--accent-text);box-shadow:var(--glow-sm)}.architect-root .btn--primary:hover{box-shadow:var(--glow-md)}.architect-root .btn--ghost{background:transparent;border-color:var(--b-strong);color:var(--t-primary)}.architect-root .btn--ghost:hover{border-color:var(--b-hover);background:var(--bg-hover)}.architect-root .capture--done{align-items:flex-start;text-align:left}.architect-root .capture__check{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--r-full);background:var(--accent-subtle);color:var(--accent);margin-bottom:14px}.architect-root .services__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.architect-root .service{display:flex;flex-direction:column;gap:10px;padding:14px;text-align:left;background:var(--bg-input);border:1px solid var(--b-default);border-radius:var(--r-lg);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.architect-root .service:hover{border-color:var(--b-hover);background:var(--bg-hover)}.architect-root .service--highlight{border-color:rgba(200,255,60,.4);box-shadow:var(--glow-sm)}.architect-root .service__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:var(--r-lg);background:var(--accent-subtle);color:var(--accent)}.architect-root .service__title{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--t-primary)}.architect-root .service__desc{margin:0;font-size:12px;color:var(--t-secondary);line-height:1.5}.architect-root .service__examples{margin:4px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:3px}.architect-root .service__examples li{font-size:11px;color:var(--t-muted);line-height:1.4;padding-left:12px;position:relative}.architect-root .service__examples li:before{content:"•";position:absolute;left:2px;color:var(--t-tertiary)}.architect-root .portfolio{overflow:hidden;padding:0}.architect-root .portfolio__bar{height:3px;background:var(--accent);opacity:.85}.architect-root .portfolio__bar--blue{background:#5b9bff}.architect-root .portfolio__bar--green{background:var(--accent)}.architect-root .portfolio__bar--purple{background:#b18cff}.architect-root .portfolio__bar--amber{background:#ffcc66}.architect-root .portfolio__bar--rose{background:#ff8fa3}.architect-root .portfolio__body{padding:18px;display:flex;flex-direction:column;gap:16px}.architect-root .portfolio__client{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--t-muted);margin-bottom:6px}.architect-root .portfolio__title{margin:0;font-size:18px;font-weight:600;color:var(--t-primary);line-height:1.25}.architect-root .portfolio__section-label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--t-muted);margin:0 0 6px}.architect-root .portfolio__text{margin:0;font-size:13px;color:var(--t-secondary);line-height:1.55}.architect-root .portfolio__results{display:flex;gap:16px;padding-top:16px;border-top:1px solid var(--b-subtle)}.architect-root .portfolio__result{flex:1;text-align:center}.architect-root .portfolio__metric{font-size:22px;font-weight:600;color:var(--t-primary);letter-spacing:-.01em}.architect-root .portfolio__result-label{margin-top:4px;font-size:11px;color:var(--t-muted);line-height:1.4}.architect-root .portfolio__tech{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px;border-top:1px solid var(--b-subtle)}.architect-root .contact-cta{border-top:2px solid var(--accent)}.architect-root .contact-cta__head{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--t-primary)}.architect-root .contact-cta__body{margin:0 0 16px;font-size:13px;color:var(--t-secondary);line-height:1.55}.architect-root .contact-cta__actions{display:flex;flex-wrap:wrap;gap:9px}.architect-root .contact-cta__actions .btn{flex:1;min-width:140px}.architect-root .skel-card{position:relative;overflow:hidden}.architect-root .skel-eyebrow{opacity:.6}.architect-root .skel-line{display:block;height:11px;border-radius:var(--r-full);background:var(--bg-hover)}.architect-root .skel-lines{display:flex;flex-direction:column;gap:11px}.architect-root .skel-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.architect-root .skel-line--tile{height:64px;border-radius:var(--r-xl)}.architect-root .skel-blueprint{display:flex;align-items:center;gap:8px}.architect-root .skel-node{flex:1;height:74px;border-radius:var(--r-lg);background:var(--bg-hover)}.architect-root .skel-node--ai{background:var(--accent-subtle)}.architect-root .skel-conn{width:10px;height:2px;background:var(--b-default);flex-shrink:0}.architect-root .skel-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:translateX(-100%);animation:shimmer 1.2s infinite}@keyframes shimmer{to{transform:translateX(100%)}}.architect-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:stretch;justify-content:center;background:rgba(0,0,0,.72);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);overscroll-behavior:contain;animation:overlayIn .25s ease forwards}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.architect-root.architect-launcher-card{position:relative;width:100%;max-width:1200px;height:100%;display:flex;flex-direction:column;background:var(--panel-grad);border-left:1px solid var(--b-medium);border-right:1px solid var(--b-medium);overflow:hidden;box-shadow:0 0 120px rgba(0,0,0,.7),0 0 80px rgba(200,255,60,.04);animation:panelIn .28s cubic-bezier(.2,.7,.3,1) forwards}@keyframes panelIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.architect-launcher-card .architect-split--compact{flex:1;min-height:0}@media (max-width:768px){.architect-root.architect-launcher-card{max-width:none;border-left:none;border-right:none}}.launcher-pill{display:inline-flex;align-items:center;gap:10px;padding:13px 20px 13px 16px;border-radius:var(--r-full);border:1px solid var(--b-medium);background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--t-primary);font-size:14px;font-weight:500;box-shadow:var(--elevated);transition:border-color .3s ease,background .2s ease,transform .2s ease}.launcher-pill:hover{border-color:var(--b-hover);background:var(--bg-glass-hover);transform:translateY(-1px)}.launcher-pill__spark{place-items:center;width:24px;height:24px;background:var(--accent);color:var(--accent-text);box-shadow:var(--glow-sm)}.launcher-close,.launcher-pill__spark{display:grid;border-radius:var(--r-full)}.launcher-close{place-items:center;border:1px solid var(--b-medium);background:var(--bg-glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--t-primary);box-shadow:var(--elevated);width:48px;height:48px;transition:border-color .3s ease,background .2s ease}.launcher-close:hover{border-color:var(--b-hover);background:var(--bg-glass-hover)}.architect-page-header{padding:48px 24px;text-align:center;border-bottom:1px solid var(--b-light);background:var(--bg-page)}.architect-page-header__title{font-family:var(--serif);font-weight:600;font-size:clamp(30px,4vw,40px);letter-spacing:-.01em;color:var(--t-primary);margin:0}.architect-page-header__sub{margin:12px auto 0;max-width:820px;font-size:16px;color:var(--t-secondary);line-height:1.55}@media (max-width:768px){.architect-split{grid-template-columns:1fr}.architect-split--compact{grid-template-columns:1fr;grid-template-rows:minmax(0,1.2fr) minmax(0,1fr)}.architect-split--compact .gen-panel{border-top:1px solid var(--b-light)}.architect-root .chat-col{border-right:none}.architect-root .gen-panel{padding:22px 18px}.architect-root .blueprint{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.architect-root .bp-node{min-height:0}}@media (prefers-reduced-motion:reduce){.architect-root *,.architect-root :after,.architect-root :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}