.history-conversation,.recent-conversation{display:flex;align-items:center;min-width:0;gap:4px}.history-conversation .entity-row,.recent-conversation .recent-link{flex:1;min-width:0}.recent-conversation .conversation-more{flex:none;opacity:0}.recent-conversation:focus-within .conversation-more,.recent-conversation:hover .conversation-more{opacity:1}.conversation-name{display:grid;gap:8px;font-size:14px}.conversation-name input{padding:12px;border:1px solid var(--border);border-radius:10px}.conversation-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.thinking-status{display:flex;align-items:center;gap:10px;padding:16px 0;color:var(--muted-foreground);font-size:14px}.assistant-label.is-generating>img{animation:thinking-breathe 1.8s ease-in-out infinite}.thinking-dots{display:flex;gap:4px}.thinking-dots i{width:4px;height:4px;border-radius:50%;background:currentColor;animation:thinking-breathe 1.4s ease-in-out infinite}.thinking-dots i:nth-child(2){animation-delay:.2s}.thinking-dots i:nth-child(3){animation-delay:.4s}@keyframes thinking-breathe{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}}.project-list-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:32px}.project-list-summary button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border:1px solid var(--border);border-radius:14px;background:var(--card);color:var(--muted-foreground);text-align:left;cursor:pointer}.project-list-summary button.active{background:var(--secondary);color:var(--foreground);border-color:var(--ring)}.project-list-summary strong{font-size:26px;font-weight:600;color:var(--foreground)}.project-list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.project-list-toolbar h2{font-size:17px}.project-list-toolbar h2 span{font-size:12px;color:var(--muted-foreground);margin-left:12px;font-weight:400}.project-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,430px),1fr));gap:22px;align-items:start}.project-list-card{min-width:0;border:1px solid var(--border);border-radius:18px;background:var(--card);padding:26px;transition:border-color .2s,box-shadow .2s}.project-list-card:hover{border-color:var(--ring);box-shadow:0 8px 24px rgba(15,23,42,.04)}.project-card-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;margin-bottom:18px}.project-list-card h3{font-size:17px;line-height:1.7;font-weight:600;margin:0 0 22px}.project-list-card h3 a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 24px;margin:0}.project-card-facts dt{font-size:12px;color:var(--muted-foreground);margin-bottom:6px}.project-card-facts dd{font-size:14px;margin:0;overflow-wrap:anywhere;font-weight:500}.project-card-detail{display:flex;align-items:center;gap:12px;margin-top:22px;padding:14px;background:var(--secondary);border-radius:10px;min-height:52px}.project-card-detail p{font-size:12px;color:var(--muted-foreground);line-height:1.6}.project-card-pictures{display:flex;flex:none;gap:4px}.project-card-pictures img{width:38px;height:38px;border-radius:6px;object-fit:cover}.project-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid var(--border);padding-top:20px;margin-top:22px;font-size:13px}@media(max-width:700px){.recent-conversation .conversation-more{opacity:1}.project-list-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.project-list-summary button{padding:14px}.project-list-toolbar{align-items:stretch;flex-direction:column}.project-list-toolbar input{width:100%}.project-list-card{padding:20px}}.sample-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;list-style:none;margin:0;padding:20px 0;border-bottom:1px solid var(--border)}.sample-steps li{display:flex;align-items:center;gap:10px;min-width:0;line-height:1.5}.sample-steps b{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:var(--secondary);border:1px solid var(--border);font-weight:600}.sample-steps b,.sample-steps span{color:var(--foreground);font-size:13px}.sample-steps span{overflow-wrap:normal}@media (max-width:600px){.sample-steps{grid-template-columns:1fr;gap:14px}}.project-overview,.project-plans{display:grid;gap:24px}.project-steps{display:flex;gap:12px;flex-wrap:wrap;padding:6px 0 12px}.project-steps a{display:flex;align-items:center;gap:10px;flex:1;min-width:145px;color:var(--muted-foreground);font-size:13px;text-decoration:none}.project-steps span{display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--border);border-radius:50%;background:var(--secondary);font-size:12px;font-weight:600}.project-steps .done{color:var(--foreground);font-weight:600}.project-steps .done span{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:20px;align-items:start}.plan-card{border:1px solid var(--border);border-radius:16px;padding:24px;display:grid;gap:16px;background:var(--card);box-shadow:0 1px 3px rgba(0,0,0,.02);transition:all .22s cubic-bezier(.16,1,.3,1)}.plan-card:hover{border-color:var(--ring);box-shadow:0 12px 28px -4px rgba(0,0,0,.06);transform:translateY(-2px)}.plan-card h3{font-size:18px;font-weight:650;color:var(--foreground)}.plan-card details{font-size:13px;line-height:1.7;color:var(--muted-foreground)}.plan-card summary{cursor:pointer;color:var(--foreground);font-weight:500}.plan-amount{font-size:26px;font-weight:700;color:var(--foreground);display:flex;gap:10px;align-items:baseline;letter-spacing:-.02em}.plan-amount small{font-size:12px;color:var(--muted-foreground);font-weight:400}.plan-products{display:grid;gap:14px;margin:8px 0}.plan-products>div{display:flex;gap:12px;align-items:center}.plan-products img{width:60px;height:60px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.plan-products strong{font-size:13px;color:var(--foreground)}.plan-products p{font-size:12px;margin-top:4px}.plan-empty,.plan-products p{color:var(--muted-foreground)}.plan-empty{display:flex;align-items:center;flex-direction:column;text-align:center;gap:16px;padding:48px 24px;border:1px dashed var(--border);border-radius:16px;background:var(--secondary)}.plan-empty h3{color:var(--foreground);font-size:18px;font-weight:600}.plan-empty p{max-width:480px;line-height:1.7;font-size:13px}.plan-progress{display:flex;align-items:center;gap:20px;padding:24px;border-radius:14px;background:var(--secondary);border:1px solid var(--border);color:var(--foreground)}.plan-progress p{margin-top:6px;color:var(--muted-foreground)}.project-summary{display:grid;gap:16px;margin-top:18px}.project-summary>div{display:grid;grid-template-columns:90px 1fr;gap:16px;font-size:13px}.project-summary dt{color:var(--muted-foreground)}.project-summary dd{margin:0;color:var(--foreground);line-height:1.65;overflow-wrap:anywhere}.plan-thumbnails{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.plan-thumbnails img{width:68px;height:68px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.spin{animation:project-spin 1.2s linear infinite}@keyframes project-spin{to{transform:rotate(1turn)}}@media(prefers-reduced-motion:reduce){.spin{animation:none}.plan-card{transition:none}}.artifact-state,.section-count,.version-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid var(--border);border-radius:999px;background:var(--secondary);color:var(--muted-foreground);font-size:11px;white-space:nowrap}.artifact-state{background:#edf8f0;border-color:#cbe4d2;color:#277044}.section-count{background:transparent;border:0;padding:0;color:var(--muted-foreground)}.generation-progress{display:grid;gap:14px;margin-top:18px;padding:17px 18px;border:1px solid var(--border);border-radius:12px;background:var(--secondary)}.generation-progress-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.generation-progress-head strong{font-size:13px}.generation-progress-head span{color:var(--muted-foreground);font-size:11px}.generation-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.generation-steps>div{display:grid;gap:7px;color:var(--muted-foreground);font-size:10px}.generation-steps span{display:grid;place-items:center;width:22px;height:22px;border:1px solid var(--border);border-radius:50%;background:var(--card);font-size:10px}.generation-steps .active{color:var(--foreground)}.generation-steps .active span{border-color:var(--ring);color:var(--foreground)}.generation-steps .done span{border-color:#9ac8a8;background:#edf8f0;color:#277044}.progress-bar{height:5px;overflow:hidden;border-radius:999px;background:#e4e9ef}.progress-bar span{display:block;width:42%;height:100%;border-radius:inherit;background:var(--primary);animation:progress-slide 1.7s ease-in-out infinite}@keyframes progress-slide{0%{transform:translateX(-110%)}to{transform:translateX(260%)}}.presentation-progress small{color:var(--muted-foreground);font-size:11px}.artifact-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.visual-studio .section-heading p{margin-top:6px}.visual-studio .section-heading{align-items:flex-start}@media(max-width:700px){.generation-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.artifact-meta{align-items:flex-start;flex-direction:column;gap:4px}.plan-card{padding:20px}.project-steps a{min-width:42%}.project-summary>div{grid-template-columns:75px 1fr}.plan-progress{padding:20px}}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a,button{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}button,input,select,textarea{font:inherit}a,button{transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,transform .18s}input,select,textarea{min-width:0}a:focus-visible,button:focus-visible{outline:2px solid var(--ring);outline-offset:3px}h1,h2,h3,p{margin:0}.workspace-shell{display:flex;height:100dvh;overflow:hidden;font-size:14px;background:white}.sidebar-wrap{width:220px;flex-shrink:0}.workspace-sidebar{width:220px;height:100%;display:flex;flex-direction:column;border-right:1px solid var(--sidebar-border);padding:24px 14px 16px}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;padding:0 12px 26px}.sidebar-brand>a{display:flex;align-items:center;gap:10px}.sidebar-brand img{width:28px;height:30px;object-fit:contain}.sidebar-brand>a>span{font-size:24px;letter-spacing:-1px;font-weight:650}.brand-dot{color:var(--brand-accent)}.new-conversation{height:40px;display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:10px;padding:0 14px;margin-bottom:20px;font-size:13px;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:all .2s cubic-bezier(.16,1,.3,1)}.new-conversation,.new-conversation:hover{background:var(--card);color:var(--foreground)}.new-conversation:hover{border-color:var(--ring);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.new-conversation>span{margin-left:auto;font-size:11px;color:var(--muted-foreground)}.main-nav{display:flex;flex-direction:column;gap:4px}.nav-link{display:flex;align-items:center;padding:9px 14px;border-radius:10px;color:var(--muted-foreground);font-weight:500;border:1px solid transparent;transition:all .18s ease}.nav-link:hover{background:var(--sidebar-accent);color:var(--foreground)}.nav-link.active{background:var(--card);color:var(--foreground);font-weight:600;border-color:var(--border);box-shadow:0 1px 3px rgba(0,0,0,.03),0 1px 2px rgba(0,0,0,.02)}.nav-count{margin-left:auto;background:var(--secondary);border:1px solid var(--border);padding:1px 7px;font-size:11px;font-weight:600;color:var(--muted-foreground);border-radius:9999px}.sidebar-recents{margin-top:36px;overflow:auto}.sidebar-label{font-size:11px;display:flex;justify-content:space-between;padding:0 12px 10px}.recent-link,.sidebar-label{color:var(--muted-foreground)}.recent-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 12px;font-size:12px;border-radius:8px;transition:all .15s ease}.recent-link:hover{background:var(--sidebar-accent);color:var(--foreground)}.sidebar-empty{font-size:12px;color:var(--muted-foreground);padding:8px 12px}.sidebar-bottom{margin-top:auto;padding-top:24px}.demo-label{display:block;font-size:10px;color:var(--muted-foreground);padding:8px}.enterprise-switch{display:flex;align-items:center;gap:10px;border-top:1px solid var(--sidebar-border);padding:15px 6px 0;font-size:12px;color:var(--foreground)}.enterprise-avatar{display:grid;place-items:center;background:var(--secondary);border:1px solid var(--border);color:var(--foreground);border-radius:9px}.enterprise-switch small{display:block;font-size:10px;color:var(--muted-foreground);margin-top:3px}.workspace-main{flex:1;min-width:0;display:flex;flex-direction:column}.workspace-topbar{height:60px;min-height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;border-bottom:1px solid var(--border);background:var(--background);gap:12px}.topbar-context{font-size:12px;color:var(--muted-foreground)}.topbar-actions{display:flex;align-items:center;gap:14px}.search-trigger{display:flex;align-items:center;gap:8px;color:var(--muted-foreground);font-size:12px}.search-trigger kbd{font-size:10px;padding:2px 6px;border:1px solid var(--border);background:var(--secondary);color:var(--muted-foreground);border-radius:4px;margin-left:12px}.workspace-content{flex:1;min-height:0;overflow:auto}.icon-btn{min-width:34px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted-foreground);position:relative;flex-shrink:0;transition:all .15s ease}.icon-btn:hover{background:var(--secondary);color:var(--foreground)}.notification-dot{width:6px;height:6px;background:var(--brand-accent);border-radius:50%;position:absolute;top:6px;right:6px}.mobile-close,.mobile-menu{display:none}.workspace-page{max-width:1360px;margin:auto;padding:38px 42px 70px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.page-heading h1{font-size:25px;letter-spacing:-.7px;font-weight:600;line-height:1.4;color:var(--foreground)}.page-heading p{font-size:12px;color:var(--muted-foreground);margin-top:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;background:var(--card);font-size:13px;font-weight:500;white-space:nowrap;transition:all .18s cubic-bezier(.16,1,.3,1)}.btn,.btn:hover{color:var(--foreground)}.btn:hover{background:var(--secondary);border-color:var(--ring)}.btn.primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn.primary:hover{opacity:.9;border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.btn.subtle{border-color:transparent;background:var(--secondary);color:var(--muted-foreground)}.btn.selected,.btn.subtle:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn.full,.full{width:100%}.disabled{pointer-events:none;opacity:.4}.button-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.eyebrow{font-size:11px;color:var(--muted-foreground);letter-spacing:.5px}.muted{line-height:1.8}.back-link,.muted{color:var(--muted-foreground);font-size:12px}.back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:22px}.back-link:hover{color:var(--foreground)}.text-link{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--brand-accent);margin-top:16px}.empty-state{padding:80px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;color:var(--muted-foreground);gap:12px}.empty-state h2{font-size:17px;font-weight:500;color:var(--foreground);margin-top:8px}.empty-state p{font-size:12px;max-width:390px;line-height:1.8}.empty-state .btn{margin-top:10px}.loading-state{padding:60px;text-align:center;color:var(--muted-foreground)}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:30px 0 20px;gap:12px}.section-heading h2,.summary-card h2,.surface-section h2{font-size:16px;font-weight:600}.section-heading>a{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted-foreground)}.page-enter{animation:pageIn .25s ease-out}@keyframes pageIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.home{align-items:center;justify-content:space-between;padding:28px 24px 20px;background:#ffffff}.home,.home-inner{display:flex;flex-direction:column}.home-inner{width:100%;max-width:760px;margin:auto;padding:10px 0 20px}.home-greeting{margin-bottom:28px;text-align:center;flex-direction:column}.home-greeting,.home-logo-wrap{display:flex;align-items:center}.home-logo-wrap{width:58px;height:58px;border-radius:16px;background:var(--card);border:1px solid var(--border);box-shadow:0 4px 14px -2px rgba(0,0,0,.04);justify-content:center;margin-bottom:20px;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s ease}.home-logo-wrap:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 8px 20px -4px rgba(0,0,0,.08)}.home-greeting>img,.home-logo-wrap>img{width:30px;height:32px;object-fit:contain}.home-greeting .eyebrow{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:9999px;background:var(--secondary);border:1px solid var(--border);color:var(--muted-foreground);font-size:12px;font-weight:500;letter-spacing:.3px;margin-bottom:14px}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-accent)}.home-greeting h1{font-size:clamp(26px,3vw,34px);font-weight:650;letter-spacing:-.025em;line-height:1.35;color:var(--foreground);margin:0}.home-greeting p{font-size:14px;color:var(--muted-foreground);margin-top:10px;font-weight:400;line-height:1.5}.composer{position:relative;background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:0 2px 4px -1px rgba(0,0,0,.02),0 12px 30px -4px rgba(0,0,0,.04);padding:18px 20px 14px;transition:box-shadow .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1),background-color .2s ease}.composer:focus-within{border-color:var(--ring);box-shadow:0 4px 6px -1px rgba(0,0,0,.02),0 16px 36px -4px rgba(0,0,0,.05),0 0 0 3px rgba(0,0,0,.04)}.composer.dragging{border-color:var(--primary);border-style:dashed;background:var(--secondary);box-shadow:0 0 0 4px rgba(0,0,0,.04)}.composer textarea{display:block;width:100%;resize:none;background:transparent;outline:none;border:0;font-size:15px;line-height:1.7;min-height:38px;max-height:180px;color:var(--foreground);font-family:inherit;padding:2px 0}.composer textarea::placeholder{color:var(--muted-foreground);font-weight:400;opacity:.8}.composer textarea:focus-visible{outline:none}.composer.large textarea{min-height:84px}.composer-end,.composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.composer-toolbar{margin-top:14px;padding-top:10px;border-top:1px solid var(--border)}.attachment-button{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:9999px;background:var(--secondary);border:1px solid var(--border);color:var(--muted-foreground);font-size:12px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1)}.attachment-button:hover{background:var(--card);border-color:var(--ring);color:var(--foreground);transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.04)}.attachment-button:active{transform:translateY(0)}.send-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:var(--primary);color:var(--primary-foreground);border:none;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px rgba(0,0,0,.12)}.send-button:hover:not(:disabled){opacity:.9;transform:translateY(-1.5px) scale(1.03);box-shadow:0 4px 14px rgba(0,0,0,.18)}.send-button:active:not(:disabled){transform:translateY(0) scale(.98)}.send-button:disabled{background:var(--muted);color:var(--muted-foreground);box-shadow:none;cursor:not-allowed;opacity:.6}.composer-hint{font-size:11px;color:#94a3b8;font-weight:450;letter-spacing:.2px}.attachment-list{gap:8px;margin-bottom:12px}.attachment-list>span{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;color:#334155;font-weight:500}.attachment-list>span button{background:transparent;border:none;padding:2px;color:#94a3b8;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;transition:color .15s}.attachment-list>span button:hover{color:#ef4444}.starter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.starter{position:relative;border:1px solid #e2e8f0;border-radius:14px;padding:16px;text-align:left;display:flex;flex-direction:column;gap:8px;background:#ffffff;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:border-color .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1)}.starter:hover{border-color:var(--ring);background:var(--card);transform:translateY(-2px);box-shadow:0 8px 24px -4px rgba(0,0,0,.06)}.starter:active{transform:translateY(0)}.starter-icon-wrap{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--foreground);border:1px solid var(--border);transition:all .2s cubic-bezier(.16,1,.3,1)}.starter:hover .starter-icon-wrap{background:var(--accent);color:var(--foreground);border-color:var(--ring);transform:scale(1.04)}.starter strong{font-size:14px;font-weight:600;transition:color .2s}.starter strong,.starter:hover strong{color:var(--foreground)}.starter>span{font-size:12px;line-height:1.5}.starter-arrow,.starter>span{color:var(--muted-foreground)}.starter-arrow{position:absolute;right:14px;top:16px;opacity:0;transform:translateX(-4px);transition:all .2s cubic-bezier(.16,1,.3,1)}.starter:hover .starter-arrow{opacity:1;transform:translateX(0);color:var(--foreground)}.home-links{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px}.home-links>a{display:inline-flex;align-items:center;gap:7px;padding:7px 15px;border-radius:9999px;background:var(--secondary);border:1px solid var(--border);color:var(--muted-foreground);font-size:12px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.home-links>a:hover{background:var(--card);border-color:var(--ring);color:var(--foreground);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.05)}.home-footer{color:var(--muted-foreground);text-align:center;padding-top:16px;letter-spacing:.3px}.resume-demand{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:12px;background:var(--secondary);border:1px solid var(--border);margin-top:18px;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1)}.resume-demand:hover{background:var(--card);border-color:var(--ring);transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.05)}.resume-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:6px;background:var(--accent);border:1px solid var(--border);color:var(--foreground);font-size:11px;font-weight:600;flex-shrink:0}.resume-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 0 2px rgba(16,185,129,.2)}.resume-title{font-size:13px;font-weight:500;color:var(--foreground);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-demand svg{color:var(--muted-foreground);margin-left:auto;flex-shrink:0;transition:transform .2s,color .2s}.resume-demand:hover svg{color:var(--foreground);transform:translateX(2px)}.chat-workspace{height:100%;display:flex;min-height:0;position:relative}.conversation-column{display:flex;flex:1;min-width:0;flex-direction:column}.conversation-heading{height:66px;min-height:66px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:10px}.conversation-heading h1{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.conversation-heading .btn{font-size:11px;min-height:32px;padding:6px 10px}.message-scroll{flex:1;overflow:auto;min-height:0;padding:0 30px}.messages{max-width:720px;margin:auto}.message{margin:23px 0 30px}.message.user{display:flex;flex-direction:column;align-items:flex-end}.message-body{font-size:14px;line-height:1.95;white-space:pre-wrap;overflow-wrap:anywhere}.message.user .message-body{background:var(--secondary);border-radius:14px 14px 4px 14px;padding:12px 17px;max-width:88%;color:var(--foreground);border:1px solid var(--border)}.assistant-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;margin-bottom:12px;color:var(--foreground)}.assistant-label img{width:21px;height:22px;object-fit:contain}.chat-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px;max-width:510px}.chat-input{padding:10px 30px 16px;max-width:800px;width:100%;margin:0 auto}.input-note{display:block;text-align:center;color:var(--muted-foreground);font-size:10px;margin-top:10px}.brief-panel{width:350px;flex-shrink:0;border-left:1px solid var(--border);background:var(--sidebar);padding:28px 24px 20px;overflow:auto;display:flex;flex-direction:column}.brief-heading{display:flex;justify-content:space-between;gap:10px;margin-bottom:24px}.brief-heading h2{font-size:20px;font-weight:650;color:var(--foreground);margin-top:6px;letter-spacing:-.02em}.brief-fields{display:flex;flex-direction:column;gap:18px}.brief-fields label,.form-section label,.slide-edit{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:500;color:var(--muted-foreground)}.brief-fields input,.brief-fields select,.brief-fields textarea,.form-section input,.form-section select,.form-section textarea,.slide-edit textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:9px 12px;background:var(--card);color:var(--foreground);outline:none;font-size:13px;line-height:1.6;resize:vertical;transition:border-color .15s,box-shadow .15s}.brief-fields input:focus,.brief-fields textarea:focus,.form-section input:focus,.form-section textarea:focus,.slide-edit textarea:focus{border-color:var(--ring);box-shadow:0 0 0 3px rgba(0,0,0,.04)}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.brief-save{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted-foreground);margin:15px 0 25px}.brief-bottom{margin-top:auto;padding-top:24px}.brief-bottom p{font-size:11px;text-align:center;color:var(--muted-foreground);margin-top:12px}.attachment-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.attachment-list>span,.file-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid var(--border);border-radius:6px;font-size:11px;max-width:100%;overflow-wrap:anywhere}.file-chip{margin-top:8px}.catalog-search,.file-chip{color:var(--muted-foreground)}.catalog-search{display:flex;align-items:center;gap:14px;max-width:800px;height:53px;border:1px solid var(--border);border-radius:10px;padding:0 17px;margin:5px 0 25px;background:var(--card)}.catalog-search input{flex:1;outline:none;font-size:13px;color:var(--foreground);background:transparent;border:none}.catalog-search>span{font-size:10px;white-space:nowrap;color:var(--muted-foreground)}.category-tabs{display:flex;gap:28px;border-bottom:1px solid var(--border);overflow:auto;white-space:nowrap}.category-tabs button{padding:13px 0;font-size:12px;color:var(--muted-foreground);border-bottom:2px solid transparent;background:transparent;cursor:pointer;transition:all .16s ease}.category-tabs button:hover{color:var(--foreground)}.category-tabs button.active{color:var(--foreground);border-color:var(--primary);font-weight:600}.filter-toolbar{justify-content:space-between;gap:16px;margin:22px 0 25px}.filter-group,.filter-toolbar{display:flex;align-items:center;flex-wrap:wrap}.filter-group{gap:10px}.filter-chip,.filter-group{color:var(--muted-foreground)}.filter-chip{display:flex;align-items:center;gap:5px;font-size:11px;padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--card);cursor:pointer;transition:all .15s ease}.filter-chip:hover{border-color:var(--ring);color:var(--foreground)}.filter-chip.active{border-color:var(--ring);background:var(--accent);color:var(--accent-foreground)}.filter-toolbar select{font-size:11px;color:var(--foreground);padding:6px 8px;background:var(--card);border:1px solid var(--border);border-radius:6px;outline:none}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.product-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--card);min-width:0;box-shadow:0 1px 3px rgba(0,0,0,.02);transition:box-shadow .22s cubic-bezier(.16,1,.3,1),border-color .22s cubic-bezier(.16,1,.3,1),transform .22s cubic-bezier(.16,1,.3,1)}.product-card:hover{border-color:var(--ring);box-shadow:0 10px 24px -4px rgba(0,0,0,.07);transform:translateY(-3px)}.product-picture{display:block;position:relative;background:var(--secondary);aspect-ratio:1.25;overflow:hidden}.product-picture img{width:100%;height:100%;object-fit:cover;transition:transform .35s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-picture img{transform:scale(1.035)}.picture-link{position:absolute;right:12px;bottom:12px;width:32px;height:32px;display:grid;place-items:center;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:50%;color:var(--foreground);opacity:0;transform:translateY(4px);transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px rgba(0,0,0,.08)}.product-card:hover .picture-link{opacity:1;transform:translateY(0)}.product-copy{padding:16px}.product-copy .eyebrow{font-size:11px;font-weight:500;margin-bottom:6px;color:var(--muted-foreground)}.product-name{font-size:14px;font-weight:600;color:var(--foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;min-height:42px}.product-copy>p{font-size:12px;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:4px}.product-price{font-size:20px;letter-spacing:-.02em;color:var(--foreground);margin-top:14px;font-weight:650}.product-price small{font-size:11px;color:var(--muted-foreground);font-weight:400}.product-meta{font-size:11px;color:var(--muted-foreground);margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.product-actions,.product-meta{display:flex;justify-content:space-between;align-items:center}.product-actions{gap:8px;margin-top:14px}.product-actions .btn{flex:1;min-height:34px;font-size:12px;padding:6px 12px;background:var(--secondary);border:1px solid var(--border);color:var(--foreground);border-radius:8px;font-weight:500}.product-actions .btn:hover{background:var(--card);border-color:var(--ring);color:var(--foreground)}.compact .product-copy{padding:13px}.compact .product-picture{aspect-ratio:1.7}.compact .product-name{font-size:12px}.compact .product-price{font-size:17px;margin-top:8px}.compact .product-actions{margin-top:8px}.count-pill{font-size:10px;padding:1px 5px;background:var(--secondary);border:1px solid var(--border);border-radius:4px;color:var(--muted-foreground)}.catalog-assist{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:38px;font-size:12px;color:var(--muted-foreground)}.catalog-assist a{display:flex;align-items:center;gap:6px;color:var(--foreground)}.product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;margin-bottom:60px;align-items:start}.detail-image{aspect-ratio:1;background:var(--secondary);border:1px solid var(--border);border-radius:16px;overflow:hidden;position:relative;box-shadow:0 2px 8px rgba(0,0,0,.03)}.detail-image>img{width:100%;height:100%;object-fit:cover}.detail-image>span{position:absolute;bottom:14px;left:16px;color:var(--muted-foreground);background:rgba(255,255,255,.9);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:6px;padding:3px 9px;font-size:11px;font-weight:500}.detail-copy h1{font-size:26px;line-height:1.4;margin:10px 0 6px;font-weight:650;letter-spacing:-.02em;color:var(--foreground)}.detail-specs{font-size:13px;color:var(--muted-foreground);line-height:1.7}.detail-price{font-size:32px;color:var(--foreground);margin:20px 0 16px;letter-spacing:-.03em;font-weight:700}.detail-price span{font-size:12px;color:var(--muted-foreground);letter-spacing:0;margin-left:8px;font-weight:400}.price-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.price-tiers button{border:1px solid var(--border);background:var(--card);border-radius:10px;padding:12px 10px;text-align:left;cursor:pointer;transition:all .18s cubic-bezier(.16,1,.3,1)}.price-tiers button:hover{border-color:var(--ring);background:var(--secondary)}.price-tiers button.active{border-color:var(--primary);background:var(--accent);box-shadow:0 1px 3px rgba(0,0,0,.04)}.price-tiers strong{display:block;font-size:16px;font-weight:650;color:var(--foreground)}.price-tiers span{display:block;font-size:11px;color:var(--muted-foreground);margin-top:4px}.product-facts{margin:22px 0;font-size:13px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:14px 0}.product-facts>div{display:flex;gap:18px;margin:8px 0}.product-facts dt{width:72px;flex-shrink:0;color:var(--muted-foreground)}.product-facts dd{color:var(--foreground)}.check-label{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;font-size:13px!important;color:var(--foreground)!important;line-height:1.7;cursor:pointer;margin-top:14px}.check-label input{width:16px!important;height:16px;accent-color:var(--primary);cursor:pointer}.inline-note,.notice{font-size:12px;color:var(--muted-foreground);line-height:1.8;padding:13px 16px;border:1px solid var(--border);border-radius:10px;margin:18px 0;background:var(--secondary)}.quantity-line{display:flex;align-items:center;justify-content:space-between;margin:20px 0 16px;padding:12px 16px;background:var(--secondary);border:1px solid var(--border);border-radius:12px}.quantity-control{display:flex;align-items:center;border:1px solid var(--border);background:var(--card);border-radius:8px;height:36px;overflow:hidden;flex-shrink:0;box-shadow:0 1px 2px rgba(0,0,0,.02)}.quantity-control button{height:100%;width:32px;display:grid;place-items:center;border:none;background:transparent;color:var(--foreground);cursor:pointer;transition:background .15s}.quantity-control button:hover{background:var(--secondary)}.quantity-control input{width:54px;text-align:center;outline:none;border:none;background:transparent;font-size:13px;font-weight:600;color:var(--foreground);-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button{appearance:none}.detail-total{display:flex;align-items:baseline;justify-content:space-between;font-size:13px;padding:16px 18px;border:1px solid var(--border);background:var(--accent);border-radius:12px;margin:20px 0;color:var(--muted-foreground)}.detail-total strong{color:var(--foreground);font-size:22px;font-weight:700;letter-spacing:-.02em}.detail-buttons{display:flex;gap:12px;align-items:center;margin-top:20px}.detail-buttons>.primary{flex:1;min-height:44px;font-size:14px;font-weight:600}.item-rows{border-top:1px solid var(--border);margin:15px 0 25px}.item-row{display:flex;align-items:center;gap:14px;padding:22px 0;border-bottom:1px solid var(--border);font-size:12px}.item-row img{width:65px;height:65px;object-fit:cover;border-radius:6px;background:var(--secondary);border:1px solid var(--border)}.item-info{flex:1;min-width:0}.item-info>a{font-size:12px;font-weight:500;line-height:1.7;display:block;color:var(--foreground)}.item-info p{margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-info p,.item-info small{font-size:10px;color:var(--muted-foreground)}.item-info small{display:block;margin-top:5px}.item-row>strong{font-size:13px;min-width:82px;text-align:right;font-weight:500;color:var(--foreground)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:34px;margin-top:20px}.summary-card{border:1px solid var(--border);border-radius:10px;padding:23px;height:fit-content;position:sticky;top:15px;background:var(--card)}.summary-line{display:flex;justify-content:space-between;gap:10px;font-size:11px;color:var(--muted-foreground);margin:20px 0 12px}.summary-total{font-size:29px;letter-spacing:-1px;color:var(--foreground);font-weight:700}.summary-card>p{font-size:11px;color:var(--muted-foreground);line-height:1.9;margin:13px 0 20px}.summary-card>.btn{margin-top:9px}.summary-card h3{font-size:13px;margin-top:15px}.editable-title{font-size:16px;font-weight:500;outline:none;padding:7px 0;max-width:100%;width:100%;border-bottom:1px dashed var(--border)}.error-text{color:#b36546!important;font-size:11px;margin-top:8px}.search-input{border:1px solid var(--border);border-radius:7px;padding:9px 12px;font-size:12px;max-width:220px;outline:none;background:var(--card);color:var(--foreground)}.segmented{display:flex;align-items:center;gap:4px}.segmented button{padding:7px 13px;border-radius:6px;font-size:12px;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;transition:all .15s ease}.segmented button:hover{color:var(--foreground)}.segmented button.active{background:var(--accent);color:var(--accent-foreground);font-weight:500}.entity-row{display:flex;gap:18px;align-items:center;padding:22px 12px;border-bottom:1px solid var(--border);transition:background .15s}.entity-row:hover{background:var(--secondary)}.entity-row h3{font-size:14px;font-weight:500;color:var(--foreground)}.entity-row p{font-size:11px;color:var(--muted-foreground);margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:600px}.entity-row>svg{color:var(--muted-foreground);flex-shrink:0}.entity-main,.entity-row>div:first-child{flex:1;min-width:0}.project-initial{width:43px;height:43px;display:grid;place-items:center;border-radius:10px;background:var(--accent);color:var(--accent-foreground);font-size:15px;font-weight:600;flex-shrink:0}.project-amount{font-size:13px;font-weight:500;text-align:right;margin-right:20px;color:var(--foreground)}.project-amount small{display:block;font-size:10px;color:var(--muted-foreground);font-weight:400;margin-top:5px}.status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:5px;font-size:10px;background:var(--secondary);border:1px solid var(--border);color:var(--foreground);white-space:nowrap}.project-context{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--muted-foreground);margin-bottom:22px}.project-context span{display:inline-flex;align-items:center;padding:4px 12px;background:var(--secondary);border:1px solid var(--border);border-radius:9999px;font-weight:500;color:var(--foreground)}.tabs{display:flex;gap:28px;border-bottom:1px solid var(--border);margin-bottom:28px;overflow:auto;white-space:nowrap}.tabs button{font-size:14px;font-weight:500;color:var(--muted-foreground);padding:12px 2px;border:none;border-bottom:2px solid transparent;background:transparent;cursor:pointer;transition:all .16s ease}.tabs button.active,.tabs button:hover{color:var(--foreground)}.tabs button.active{border-color:var(--primary);font-weight:600}.next-action{display:flex;gap:20px;align-items:center;padding:24px;background:var(--secondary);border:1px solid var(--border);border-radius:14px}.next-action>div{flex:1}.next-action h2{font-size:18px;font-weight:600;color:var(--foreground);margin:6px 0}.next-action p{font-size:12px;color:var(--muted-foreground);line-height:1.8}.round-icon{display:grid;place-items:center;background:var(--accent);width:43px;height:43px;border-radius:50%;color:var(--accent-foreground)}.overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.surface-section{border:1px solid var(--border);border-radius:10px;padding:25px;margin-top:18px;background:var(--card)}.surface-section .section-heading{margin:0 0 20px}.surface-section h3{font-size:14px;font-weight:500;margin-top:20px;color:var(--foreground)}.mini-products{display:flex;gap:10px}.mini-products img{height:85px;width:85px;object-fit:cover;border-radius:7px;border:1px solid var(--border)}.timeline{padding-top:20px}.timeline>div{display:flex;gap:15px;font-size:12px;position:relative;padding:0 0 25px}.timeline i{height:7px;width:7px;background:var(--primary);border-radius:50%;margin-top:6px;flex-shrink:0}.timeline small{display:block;font-size:11px;color:var(--muted-foreground);margin-top:7px}.form-section{display:flex;flex-direction:column;gap:20px;margin:25px 0}.narrow{max-width:560px}.form-section h2{font-size:17px}.form-section h2,.form-section h3{font-weight:500;color:var(--foreground)}.form-section h3{font-size:14px}.form-section>.btn{align-self:flex-start}.solution-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:25px;padding:30px 0 45px;border-bottom:1px solid var(--border);align-items:center}.solution-hero h2{font-size:26px;line-height:1.6;font-weight:500;margin:12px 0;color:var(--foreground)}.solution-hero p{font-size:12px;color:var(--muted-foreground);line-height:1.8}.solution-numbers{display:flex;gap:30px;margin-top:30px}.solution-numbers strong{display:block;font-size:22px;font-weight:500;color:var(--foreground)}.solution-numbers span{font-size:10px;color:var(--muted-foreground);display:block;margin-top:7px}.solution-collage{display:flex;gap:10px}.solution-collage img{width:45%;aspect-ratio:.85;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.solution-collage img:nth-child(2){transform:translateY(16px)}.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.direction-card{padding:23px 20px;border:1px solid var(--border);border-radius:9px;text-align:left;background:var(--card);transition:all .2s cubic-bezier(.16,1,.3,1)}.direction-card:hover{border-color:var(--ring);background:var(--secondary);transform:translateY(-3px)}.direction-card>span{display:flex;justify-content:space-between;font-size:15px;font-weight:500;color:var(--foreground)}.direction-card p{font-size:11px;color:var(--muted-foreground);margin-top:12px;line-height:1.7}.direction-card strong{display:inline-block;font-size:20px;font-weight:500;margin-top:23px;color:var(--foreground)}.direction-card small{font-size:10px;color:var(--muted-foreground);margin-left:8px}.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.visual-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;text-align:left;background:var(--card)}.visual-card.active{border-color:var(--ring);box-shadow:0 0 0 2px rgba(59,130,246,.2)}.visual-card>img{width:100%;aspect-ratio:1;object-fit:cover}.visual-card>span{padding:16px;display:flex;justify-content:space-between;font-size:13px;color:var(--foreground)}.presentation-editor{display:grid;grid-template-columns:185px minmax(0,1fr);gap:25px}.slide-list{display:flex;flex-direction:column;gap:7px}.slide-list button{padding:16px 12px;border:1px solid var(--border);border-radius:7px;display:flex;align-items:center;gap:10px;text-align:left;font-size:11px;line-height:1.8;background:var(--card);color:var(--foreground)}.slide-list button.active{border-color:var(--ring);background:var(--accent)}.slide-list button>span{color:var(--muted-foreground);font-size:10px}.slide-preview{aspect-ratio:16/9;border:1px solid var(--border);padding:35px;background:var(--card);box-shadow:0 5px 25px rgba(0,0,0,.04);position:relative;overflow:auto}.slide-preview h2{font-size:25px;font-weight:550}.slide-preview h2,.slide-preview p{margin-top:20px;color:var(--foreground)}.slide-preview p{font-size:14px;white-space:pre-wrap;line-height:2}.slide-preview small{position:absolute;bottom:15px;right:20px;font-size:10px;color:var(--muted-foreground)}.change-bar,.slide-edit{margin-top:25px}.change-bar{position:sticky;bottom:5px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 20px;border-radius:10px;border:1px solid var(--border);background:var(--card);backdrop-filter:blur(12px);box-shadow:0 6px 24px rgba(0,0,0,.06);z-index:15}.change-bar strong{font-size:12px;display:block;color:var(--foreground)}.change-bar span{display:block;font-size:11px;color:var(--muted-foreground);margin-top:5px}.drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:40;cursor:default;backdrop-filter:blur(2px)}.utility-drawer{position:fixed;right:0;top:0;bottom:0;width:390px;max-width:92vw;background:var(--card);padding:28px;z-index:45;box-shadow:-10px 0 45px rgba(0,0,0,.08);overflow:auto;animation:drawerIn .22s ease-out;border-left:1px solid var(--border)}.drawer-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.drawer-title h2{font-size:19px;font-weight:550;color:var(--foreground)}.task-row{display:flex;align-items:center;text-align:left;gap:12px;padding:17px 0;border-bottom:1px solid var(--border);font-size:13px;color:var(--foreground)}.task-row>span{flex:1;line-height:1.7}.task-row small{display:block;font-size:11px;color:var(--muted-foreground);margin-top:5px}.picker-image{width:52px;height:52px;object-fit:cover;border-radius:7px;border:1px solid var(--border)}.version-row{padding:20px 0;border-bottom:1px solid var(--border)}.version-row h3{font-size:13px;margin:12px 0;color:var(--foreground)}.version-row p{font-size:11px;color:var(--muted-foreground);margin-bottom:12px}.order-stages{display:flex;justify-content:space-between;margin:30px 0;padding:25px;border:1px solid var(--border);border-radius:9px;background:var(--card)}.order-stages>div{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted-foreground)}.order-stages>div>span{width:27px;height:27px;border-radius:50%;border:1px solid var(--border);display:grid;place-items:center;font-size:11px;color:var(--muted-foreground);background:var(--secondary)}.order-stages>div.done{color:var(--foreground);font-weight:600}.order-stages>div.done>span{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.enterprise-profile-mark{width:54px;height:54px;border-radius:12px;background:var(--secondary);display:grid;place-items:center;color:var(--primary);margin-bottom:8px}.template-card{aspect-ratio:16/9;border:1px solid var(--border);border-radius:9px;padding:30px;display:flex;flex-direction:column;justify-content:space-between;background:var(--card)}.template-card h2{font-size:25px;line-height:1.8;color:var(--foreground)}.template-card small{font-size:11px;color:var(--muted-foreground)}@keyframes drawerIn{0%{transform:translateX(20px);opacity:0}to{transform:translateX(0);opacity:1}}.workspace-shell{--text-secondary:var(--muted-foreground)}.brief-fields label,.catalog-assist,.detail-price span,.detail-specs,.direction-card p,.direction-card small,.entity-row p,.eyebrow,.filter-chip,.filter-toolbar select,.form-section label,.home-links>a,.input-note,.muted,.next-action p,.price-tiers span,.product-copy .eyebrow,.product-copy>p,.product-facts dt,.product-meta,.project-context,.segmented button,.slide-preview p,.summary-card>p,.summary-line,.tabs button,.task-row small,.timeline small{color:var(--muted-foreground)}.workspace-shell hr{border:0;border-top:1px solid var(--border)}.check-label,.product-facts dd,.quantity-line{color:var(--foreground)!important}@media (min-width:1550px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1200px){.sidebar-wrap,.workspace-sidebar{width:190px}.workspace-page{padding:30px 28px 60px}.brief-panel{width:295px;padding:22px 20px}.product-grid{gap:15px}.product-detail{gap:28px}.cart-layout,.checkout-layout{grid-template-columns:minmax(0,1fr) 245px;gap:20px}.item-row{gap:10px;flex-wrap:wrap}.item-info{min-width:150px}.product-name{font-size:12px}.solution-numbers{gap:18px}}@media (max-width:950px){.sidebar-wrap,.workspace-sidebar{width:175px}.workspace-sidebar{padding-left:9px;padding-right:9px}.new-conversation>span{display:none}.workspace-topbar{padding:0 24px}.brief-panel{position:absolute;right:0;top:0;bottom:0;width:320px;max-width:92%;z-index:20;box-shadow:-12px 0 30px rgba(15,23,42,.05)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-layout,.checkout-layout{grid-template-columns:1fr}.summary-card{position:static;max-width:none}.product-detail{grid-template-columns:1fr 1fr;gap:23px}.detail-copy h1{font-size:21px}.price-tiers strong{font-size:12px}.project-amount{display:none}.solution-hero{grid-template-columns:1fr}.solution-collage{max-width:340px}.overview-grid{grid-template-columns:1fr}.starter>span{display:none}.presentation-editor{grid-template-columns:130px 1fr}.slide-preview{padding:20px}.slide-preview h2{font-size:20px}.entity-row p{max-width:300px}}@media (max-width:700px){.sidebar-wrap{position:fixed;top:0;bottom:0;left:0;z-index:60;transform:translateX(-100%);transition:transform .22s;width:240px}.sidebar-wrap.is-open{transform:translateX(0)}.workspace-sidebar{width:240px}.mobile-close,.mobile-menu{display:inline-flex}.mobile-scrim{position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:55}.workspace-topbar{height:55px;min-height:55px;padding:0 16px;justify-content:flex-start}.topbar-actions{margin-left:auto;gap:10px}.search-trigger kbd,.search-trigger>span{display:none}.home{padding:25px 21px 18px}.home-inner{padding:20px 0 35px}.home-greeting h1{font-size:25px;letter-spacing:-.7px}.home-greeting>img{margin-bottom:24px;width:30px;height:33px}.home-greeting p{font-size:12px}.starter-grid{gap:10px}.starter{padding:14px 12px}.starter strong{font-size:13px}.starter>span{font-size:11px}.home-links{gap:10px;flex-wrap:wrap}.home-links>a{font-size:11px}.composer-hint{display:none}.workspace-page{padding:25px 18px 45px}.page-heading{margin-bottom:22px;align-items:flex-start;flex-wrap:wrap;gap:12px}.page-heading h1{font-size:22px}.page-heading p{font-size:11px}.product-grid{gap:12px}.product-copy{padding:12px}.product-picture{aspect-ratio:1}.product-price{font-size:19px}.product-actions{gap:2px}.product-actions .btn{font-size:10px;padding:5px 7px;gap:3px}.product-copy>p{font-size:10px}.category-tabs{gap:22px}.catalog-search{height:47px;padding:0 12px}.catalog-search input{font-size:12px}.catalog-search>span{display:none}.product-detail{grid-template-columns:1fr}.detail-image{max-height:350px;width:100%}.detail-copy h1{font-size:24px}.detail-buttons{flex-wrap:wrap}.conversation-heading{padding:0 16px;height:55px;min-height:55px}.message-scroll{padding:0 18px}.chat-input{padding:8px 14px 12px}.message-body{font-size:13px}.brief-panel{width:320px}.entity-row{gap:10px;padding:18px 0;flex-wrap:wrap}.entity-row h3{font-size:13px}.entity-row p{max-width:210px}.project-context{gap:12px;font-size:11px}.tabs{gap:23px}.next-action{padding:18px;gap:13px;flex-wrap:wrap}.next-action h2{font-size:17px}.next-action>.round-icon{display:none}.next-action .btn{margin-left:auto}.direction-grid{grid-template-columns:1fr}.direction-card{padding:18px}.direction-card strong{margin-top:12px}.visual-grid{grid-template-columns:1fr}.visual-card>img{aspect-ratio:1.4}.presentation-editor{grid-template-columns:1fr}.slide-list{flex-direction:row;overflow:auto}.slide-list button{min-width:130px;padding:10px}.slide-preview{aspect-ratio:1.4}.change-bar{flex-wrap:wrap;padding:14px;bottom:0}.order-stages{padding:17px 10px;gap:5px}.order-stages>div{font-size:10px;gap:5px}.search-input{max-width:100%;width:100%}.filter-toolbar{gap:10px}.item-row img{width:52px;height:52px}.item-row>strong{margin-left:auto}.surface-section{padding:20px}.slide-preview h2{font-size:20px}.resume-demand{flex-wrap:wrap}.solution-hero{padding-top:10px}.solution-hero h2{font-size:23px}}@media (min-width:701px) and (max-width:950px){.brief-panel{position:static;width:285px;max-width:none;box-shadow:none;padding:22px 17px}.message-scroll{padding:0 20px}.chat-input{padding:10px 16px}.chat-products{grid-template-columns:1fr}.conversation-heading{padding:0 18px}.conversation-heading h1{max-width:170px}.composer-hint{display:none}}@media (max-width:700px){.brief-panel{position:absolute}.conversation-heading h1{max-width:190px}}.brief-bottom p,.brief-fields label,.brief-save,.demo-label,.detail-specs,.entity-row p,.eyebrow,.form-section label,.home-footer,.home-greeting p,.home-links>a,.input-note,.muted,.price-tiers span,.product-copy>p,.product-meta,.summary-card>p{color:var(--muted-foreground)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}.direction-card:hover,.home-logo-wrap:hover,.plan-card:hover,.product-card:hover,.product-card:hover .product-picture img,.starter:hover{transform:none}}.login-screen{min-height:100dvh;display:grid;place-items:center;background:#fff;padding:24px}.login-screen form{width:min(420px,100%);border:1px solid var(--border);border-radius:20px;padding:36px;display:grid;gap:20px}.login-screen h1{font-size:26px}.sync-indicator{position:fixed;right:24px;bottom:20px;z-index:100;background:var(--primary);color:white;border-radius:24px;padding:10px 18px;font-size:13px;box-shadow:0 4px 20px rgba(0,0,0,.12)}.catalog-criteria{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:18px 0;border-bottom:1px solid var(--border);font-size:13px}.catalog-criteria label{display:flex;align-items:center;gap:8px}.catalog-criteria input{width:110px;padding:9px;border:1px solid var(--border);border-radius:7px;background:var(--card);color:var(--foreground)}.visual-studio{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:36px;padding:24px 0}.reference-thumb{width:120px;height:120px;object-fit:cover;border-radius:12px}.visual-results img{width:100%;border-radius:14px}.visual-results figure{margin:20px 0}.visual-results figcaption{font-size:12px;color:var(--muted-foreground);padding:10px 0}.brand-assets{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px}.brand-assets a{display:grid;gap:8px;font-size:13px}.brand-assets img{width:100%;height:130px;object-fit:contain;border:1px solid var(--border);border-radius:10px}.form-section input[type=file]{max-width:100%;font-size:13px;padding:14px;border:1px dashed var(--border);border-radius:10px}.form-section{gap:18px}@media (max-width:950px){.visual-studio{grid-template-columns:1fr}.catalog-criteria{gap:10px}}@media (max-width:700px){.catalog-criteria input{width:95px}.login-screen form{padding:24px}.sync-indicator{bottom:12px;right:12px}}.assistant-prose{white-space:normal;overflow-wrap:anywhere;line-height:1.85}.assistant-prose p{margin:0 0 12px}.assistant-prose h3{font-size:16px;font-weight:600;margin:20px 0 10px}.assistant-prose .message-bullet{margin-bottom:7px;padding-left:10px}.message-table-wrap{overflow-x:auto;margin:16px 0}.message-table-wrap table{border-collapse:collapse;width:100%;font-size:13px}.message-table-wrap td,.message-table-wrap th{padding:9px 12px;border:1px solid var(--border);text-align:left}.message-table-wrap th{background:var(--secondary);font-weight:600}.procurement-catalog{color:var(--foreground)}.procurement-search{display:flex;align-items:center;gap:12px;border:1px solid var(--border);background:var(--card);border-radius:12px;padding:8px 18px;margin-bottom:24px;min-height:50px;box-shadow:0 1px 2px rgba(0,0,0,.02);transition:all .2s cubic-bezier(.16,1,.3,1)}.procurement-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:14px;color:var(--foreground)}.procurement-search input::placeholder{color:var(--muted-foreground)}.procurement-search:focus-within{border-color:var(--ring);box-shadow:0 0 0 3px rgba(0,0,0,.04)}.procurement-search>span{font-size:12px;color:var(--muted-foreground);padding-left:12px;border-left:1px solid var(--border)}.procurement-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:24px;align-items:start}.procurement-nav{border:1px solid var(--border);border-radius:14px;background:var(--card);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.02)}.procurement-nav h2{gap:8px;font-weight:600;padding:14px 16px;background:var(--secondary);border-bottom:1px solid var(--border)}.procurement-nav button,.procurement-nav h2{display:flex;align-items:center;font-size:13px;color:var(--foreground)}.procurement-nav button{width:100%;justify-content:space-between;text-align:left;padding:11px 16px;min-height:42px;border:none;background:transparent;cursor:pointer;transition:background .16s ease}.procurement-facet button:hover,.procurement-nav button:hover{background:var(--secondary)}.procurement-catalog .selected{color:var(--foreground);background:var(--accent);font-weight:600}.procurement-nav small{color:var(--muted-foreground);font-size:11px;font-weight:400}.procurement-subnav{padding:4px 8px 10px 16px;background:var(--secondary)}.procurement-subnav button{font-size:12px;padding:8px 10px;border-radius:6px;min-height:32px}.procurement-nav-note{border-top:1px solid var(--border);margin-top:8px;padding:16px;color:var(--muted-foreground);font-size:12px;line-height:1.6}.procurement-nav-note a{display:flex;align-items:center;gap:6px;color:var(--foreground);font-weight:500;font-size:12px;margin-top:6px;text-decoration:none}.procurement-results{min-width:0}.procurement-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;margin:0 0 14px;color:var(--muted-foreground);min-height:24px}.procurement-facets{border:1px solid var(--border);border-radius:14px;background:var(--card);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.02)}.procurement-facet{display:grid;grid-template-columns:88px 1fr;border-bottom:1px solid var(--border);font-size:12px}.procurement-facet:last-child{border-bottom:0}.procurement-facet>strong{padding:14px 16px;background:var(--secondary);font-size:12px;font-weight:500;color:var(--muted-foreground);display:flex;align-items:center}.procurement-facet>div{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding:10px 16px}.procurement-facet button{padding:5px 12px;min-height:30px;border-radius:9999px;border:1px solid transparent;background:transparent;color:var(--foreground);font-size:12px;cursor:pointer;transition:all .15s ease}.procurement-facet button.selected,.procurement-facet button[aria-pressed=true]{background:var(--primary);color:var(--primary-foreground);font-weight:500}.procurement-facet small{margin-left:6px;color:var(--muted-foreground);font-size:11px}.procurement-facet label{display:flex;align-items:center;gap:6px;min-height:30px;margin-right:12px;white-space:nowrap;color:var(--foreground);cursor:pointer}.procurement-facet input[type=checkbox]{accent-color:var(--primary);width:15px;height:15px}.procurement-price{display:flex;align-items:center;gap:6px}.procurement-moq,.procurement-price input{border:1px solid var(--border);border-radius:6px;padding:6px 10px;width:80px;background:var(--card);color:var(--foreground);font-size:12px;outline:none}.procurement-moq:focus,.procurement-price input:focus{border-color:var(--ring)}.procurement-chips{flex-wrap:wrap;gap:8px;padding:14px 0;color:var(--muted-foreground)}.procurement-chips,.procurement-chips button{display:flex;align-items:center;font-size:12px}.procurement-chips button{gap:6px;border:1px solid var(--border);background:var(--card);color:var(--foreground);padding:5px 12px;border-radius:9999px;cursor:pointer;transition:all .15s}.procurement-chips button:hover{border-color:var(--ring);background:var(--secondary)}.procurement-sort{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0;background:var(--secondary);border:1px solid var(--border);border-radius:10px;padding:4px 6px}.procurement-result-tools,.procurement-sort-options{display:flex;align-items:center;gap:4px}.procurement-sort button{min-height:32px;padding:6px 12px;font-size:12px;border-radius:6px;border:none;background:transparent;color:var(--muted-foreground);cursor:pointer;transition:all .15s}.procurement-sort button:hover{color:var(--foreground)}.procurement-sort button.selected,.procurement-sort button[aria-pressed=true]{background:var(--card);color:var(--foreground);font-weight:600;box-shadow:0 1px 2px rgba(0,0,0,.04)}.procurement-result-tools{font-size:12px;color:var(--muted-foreground);white-space:nowrap}.procurement-result-tools>span{margin-right:8px}.procurement-catalog .procurement-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.procurement-grid .product-picture{aspect-ratio:1.15}.procurement-grid .product-copy{padding:14px}.procurement-grid .product-copy>p{font-size:12px;color:var(--muted-foreground)}.procurement-grid .product-copy .eyebrow{color:var(--muted-foreground);font-size:11px}.procurement-grid .product-name{font-size:14px;min-height:42px;color:var(--foreground);font-weight:600}.procurement-grid .product-price{font-size:20px;margin-top:10px;color:var(--foreground);font-weight:700}.procurement-grid .product-actions{gap:6px}.procurement-grid .product-actions .btn{padding:7px 12px;font-size:12px}.procurement-list-item{display:grid;grid-template-columns:100px minmax(0,1fr) 120px;gap:18px;align-items:center;border-bottom:1px solid var(--border);padding:18px 0}.procurement-list-item img{width:100px;height:100px;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.procurement-list-item p{font-size:12px;color:var(--muted-foreground);margin:6px 0}.procurement-list-item small{font-size:11px;color:var(--muted-foreground);font-weight:400}.procurement-list-item strong{color:var(--foreground);font-size:20px;font-weight:700;display:block;margin-bottom:10px}.procurement-pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:24px;font-size:13px}@media(min-width:1600px){.procurement-catalog .procurement-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1150px){.procurement-layout{grid-template-columns:160px minmax(0,1fr);gap:18px}.procurement-catalog .procurement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.procurement-layout{grid-template-columns:1fr;gap:15px}.procurement-nav{display:flex;overflow-x:auto;align-items:start;border:0;border-bottom:1px solid var(--border);border-radius:0;padding-bottom:5px}.procurement-nav h2,.procurement-nav-note,.procurement-subnav{display:none}.procurement-nav>button,.procurement-nav>div{flex:none}.procurement-nav button{white-space:nowrap;width:auto;gap:7px;padding:10px 12px}.procurement-nav small,.procurement-nav svg{display:none}.procurement-facet{grid-template-columns:64px minmax(0,1fr)}.procurement-facet>strong{padding:16px 8px}.procurement-facet>div{padding:7px;gap:3px}.procurement-search>span{display:none}.procurement-sort{flex-wrap:wrap}.procurement-sort button{padding:8px}.procurement-catalog .procurement-grid{gap:10px}.procurement-grid .product-copy{padding:10px}.procurement-grid .product-price{font-size:18px}.procurement-grid .product-actions .btn{padding:7px 5px}.procurement-list-item{grid-template-columns:70px minmax(0,1fr);gap:12px}.procurement-list-item img{width:70px;height:70px}.procurement-list-item>div:last-child{grid-column:2;display:flex;align-items:center;justify-content:space-between}.procurement-list-item strong{margin:0}}.procurement-discovery{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(200px,1fr);gap:18px;margin-bottom:24px}.procurement-feature{position:relative;overflow:hidden;min-height:265px;background:var(--secondary);border:1px solid var(--border);border-radius:14px;display:flex;align-items:center;padding:28px}.procurement-feature>div{position:relative;z-index:1;max-width:70%}.procurement-kicker{font-size:11px;color:var(--muted-foreground);letter-spacing:1px;font-weight:500}.procurement-feature h2{font-size:26px;line-height:1.4;letter-spacing:-.02em;margin:14px 0 10px;font-weight:650;color:var(--foreground)}.procurement-feature p{font-size:13px;color:var(--muted-foreground);margin-bottom:20px}.procurement-feature img{position:absolute;width:43%;height:100%;object-fit:cover;right:0;top:0;mask-image:linear-gradient(90deg,transparent,black 45%)}.procurement-shortcuts{padding:20px;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 1px 3px rgba(0,0,0,.02)}.procurement-shortcuts h2{font-size:14px;font-weight:600;margin-bottom:10px;color:var(--foreground)}.procurement-shortcuts button{display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;width:100%;padding:11px 0;background:transparent;border:none;border-bottom:1px solid var(--border);cursor:pointer}.procurement-shortcuts strong{display:block;font-size:13px;font-weight:550;color:var(--foreground)}.procurement-shortcuts small{display:block;margin-top:4px;font-size:11px;color:var(--muted-foreground)}.procurement-shortcuts a{display:flex;gap:7px;align-items:center;font-size:12px;color:var(--foreground);font-weight:500;margin-top:14px;text-decoration:none}.procurement-nav .category-preview{display:block;font-size:10px;white-space:normal;line-height:1.7;margin-top:4px}@media(max-width:1150px){.procurement-discovery{grid-template-columns:1fr}.procurement-feature{min-height:215px}.procurement-shortcuts{display:none}}@media(max-width:760px){.procurement-nav .category-preview{display:none}.procurement-feature{min-height:200px;padding:22px}.procurement-feature h2{font-size:24px}.procurement-discovery{margin-bottom:18px}}.palette-switcher{display:inline-flex;align-items:center}.palette-options{gap:2px;padding:3px;background:var(--secondary);border:1px solid var(--border);box-shadow:inset 0 1px 2px rgba(0,0,0,.02)}.palette-btn,.palette-options{display:inline-flex;align-items:center;border-radius:9999px}.palette-btn{min-width:44px;min-height:36px;gap:6px;padding:3px 10px;border:1px solid transparent;background:transparent;font-size:11px;font-weight:500;color:var(--muted-foreground);cursor:pointer;transition:all .16s cubic-bezier(.16,1,.3,1);user-select:none}.palette-btn:hover{color:var(--foreground)}.palette-btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.palette-btn.active{background:var(--card);color:var(--foreground);font-weight:600;border-color:var(--border);box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.02)}.palette-swatch{width:8px;height:8px;border-radius:50%;border:1px solid;flex-shrink:0}.desktop-sidebar-toggle{display:inline-flex}.sidebar-projects{padding:8px 6px 16px;border-bottom:1px solid var(--border)}.sidebar-projects .recent-link{display:flex;align-items:center;gap:9px}.sidebar-projects .recent-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-inner{max-width:700px}.home-greeting{margin-bottom:32px}.home .starter-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.home .starter{min-height:44px;padding:9px 16px;border-radius:24px;box-shadow:none}.home .starter-icon-wrap{width:auto;height:auto;margin:0;background:transparent}.home .starter strong{font-size:13px;margin:0;font-weight:500}.home .home-links{margin-top:24px}.home .resume-demand{margin-top:24px;padding:12px 16px;box-shadow:none}.brief-section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;margin:12px 0 0;padding-top:16px;border-top:1px solid var(--border)}.brief-section-title:first-child{margin:0;padding:0;border:0}.brief-fields label{font-size:12px;gap:7px}.brief-fields input,.brief-fields textarea{background:var(--background);border-radius:9px}.work-preview{color:var(--muted-foreground);font-size:14px;line-height:1.8;margin:12px 0}.product-reveal{min-width:0;animation:product-arrive .28s ease-out both}.product-reveal>article{height:100%}@keyframes product-arrive{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-list-summary{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.project-list-summary button{padding:10px 16px;border-radius:24px;gap:10px}.project-list-summary strong{font-size:14px}.project-list-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:20px}.project-list-card{box-shadow:none;padding:24px}.enterprise-profile{max-width:820px;padding:28px;border:1px solid var(--border);border-radius:16px;background:var(--card)}.enterprise-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.enterprise-profile-grid>button{grid-column:1/-1;justify-self:start}@media(min-width:701px){.sidebar-collapsed .sidebar-wrap{display:none}}@media(max-width:700px){.desktop-sidebar-toggle{display:none}.enterprise-profile-grid{grid-template-columns:1fr}.enterprise-profile{padding:20px}.home .starter{padding:9px 12px}}@media(prefers-reduced-motion:reduce){.product-reveal{animation:none}}.folder-section{margin-bottom:36px}.folder-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.folder-heading h2{display:flex;align-items:center;gap:10px;font-size:20px}.folder-heading p{color:var(--muted-foreground);max-width:640px;line-height:1.7;white-space:pre-wrap}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.folder-card{border:1px solid var(--border);border-radius:14px;padding:22px;transition:background .18s}.folder-card:hover{background:var(--secondary)}.folder-card h3{margin:14px 0 8px;font-size:16px;overflow-wrap:anywhere}.folder-card p{color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.folder-card small{display:block;margin-top:18px;color:var(--muted-foreground)}.folder-empty{padding:28px;border:1px dashed var(--border);border-radius:14px;color:var(--muted-foreground)}.folder-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px}.folder-conversation{display:flex;align-items:center;gap:14px;padding:18px 8px;border-bottom:1px solid var(--border)}.folder-conversation>a:first-of-type{flex:1;min-width:0;overflow-wrap:anywhere}.folder-conversation small{display:block;color:var(--muted-foreground);margin-top:6px}.folder-conversation .conversation-more{opacity:1}.folder-context{margin-bottom:18px;color:var(--muted-foreground)}@media(max-width:700px){.folder-heading{align-items:flex-start;flex-wrap:wrap}.folder-conversation{flex-wrap:wrap}}.catalog-examples{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}.catalog-examples .folder-heading p{font-size:13px}.example-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.example-card{text-align:left;padding:12px;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:background .18s}.example-card:hover{background:var(--secondary)}.example-illustration{position:relative;display:grid;place-items:center;height:130px;background:var(--secondary);border-radius:8px;color:var(--muted-foreground);margin-bottom:12px}.example-illustration small{position:absolute;top:8px;right:8px;font-size:12px}.example-card p,.example-card>span{font-size:12px;color:var(--muted-foreground)}.example-card h3{font-size:14px;margin:6px 0}.example-card strong{display:block;font-size:18px;margin-top:12px}.example-card strong small{margin-left:8px;font-size:12px;font-weight:400;color:var(--muted-foreground)}.example-details{display:grid;grid-template-columns:85px 1fr;gap:14px;margin:20px 0}.example-details dt{color:var(--muted-foreground)}.folder-actions{display:flex;align-items:center;gap:8px}.project-notes{padding:16px 20px;border:1px solid var(--border);border-radius:12px;margin-bottom:24px}.project-notes summary{cursor:pointer;font-weight:500}.project-notes p{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8;margin-top:16px}.project-file-section{margin:24px 0;padding:20px;border:1px solid var(--border);border-radius:14px}.project-file-section h3{font-size:16px}.project-file-section .muted{font-size:13px;line-height:1.7}.project-file-row{display:flex;align-items:center;gap:10px;padding:14px 0;border-top:1px solid var(--border)}.project-file-info{flex:1;min-width:0}.project-file-info strong{display:block;overflow-wrap:anywhere;font-size:14px}.project-file-info small{display:block;color:var(--muted-foreground);margin-top:5px;line-height:1.6}.project-upload{position:relative;overflow:hidden;cursor:pointer;min-height:44px}.project-upload input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%}.project-upload:focus-within{outline:2px solid var(--ring);outline-offset:3px}@media(max-width:700px){.project-file-section{padding:16px}.project-file-row{flex-wrap:wrap}.project-file-info{min-width:calc(100% - 36px)}.project-file-row .icon-btn{min-width:44px;min-height:44px}.folder-heading h2{overflow-wrap:anywhere;min-width:0}.topbar-context{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.workspace-topbar{gap:8px}.topbar-actions{gap:6px}}.palette-label{line-height:1}@media (max-width:640px){.palette-label{display:none}.palette-btn{padding:4px 6px;min-height:44px}}.order-summary{display:flex;align-items:center;gap:28px;flex-wrap:wrap;padding:14px 18px;border:1px solid var(--border);border-radius:12px;background:var(--secondary)}.order-summary>div{display:grid;gap:3px}.order-summary span{font-size:11.5px;color:var(--muted-foreground)}.order-summary strong{font-size:16px;font-weight:600;font-variant-numeric:tabular-nums}.notification-filters{display:flex;gap:8px;flex-wrap:wrap}.notification-list{max-height:55vh;overflow:auto;display:grid;gap:8px}.notification-list>button{text-align:left;padding:14px;border:1px solid var(--border);border-radius:12px}.notification-list>button:hover{background:var(--secondary)}.notification-list p{font-size:13px;line-height:1.6;margin:5px 0}.message-version-control,.notification-list .is-read,.notification-list small{color:var(--muted-foreground)}.message-version-control{display:flex;align-items:center;gap:8px;font-size:12px;margin-top:8px}.message-version-control button{width:28px;height:28px;border-radius:8px;font-size:20px}.message-version-control button:hover{background:var(--secondary)}.ops-dashboard{max-width:1200px}.metric-grid,.ops-dashboard .page-heading{margin-bottom:28px}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.metric-card{border:1px solid var(--border);border-radius:14px;padding:18px;background:var(--card);display:grid;grid-template-columns:auto 1fr;gap:8px 10px}.metric-card span{color:var(--muted-foreground);font-size:13px}.metric-card strong{grid-column:2;font-size:28px;line-height:1}.ops-sections{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.ops-dashboard>section,.ops-sections>section{border:1px solid var(--border);border-radius:16px;padding:20px;background:var(--card)}.ops-dashboard>section h2,.ops-sections h2{font-size:17px;margin:0 0 14px}.quick-links{display:grid;gap:10px}.quick-links a{padding:14px;border-radius:10px;background:var(--secondary);color:var(--foreground)}@media(max-width:800px){.metric-grid{grid-template-columns:repeat(2,1fr)}.ops-sections{grid-template-columns:1fr}}.inline-message-editor{width:100%;min-width:min(420px,100%);padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--secondary)}.inline-message-editor textarea{width:100%;min-height:100px;padding:10px;border-radius:8px;background:var(--background);resize:vertical}.inline-message-editor>div{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.inline-message-editor small{display:block;font-size:11px;color:var(--muted-foreground);margin-top:10px}.recent-file-meta{display:block;margin-top:4px;font-size:12px;color:var(--muted-foreground)}@media(min-width:701px){.sidebar-wrap{visibility:visible;transition:margin-left .22s ease,opacity .18s ease,visibility 0s}.sidebar-collapsed .sidebar-wrap{display:block;width:64px;margin-left:-216px;opacity:1;pointer-events:auto;visibility:visible}.sidebar-collapsed .workspace-sidebar{width:64px;padding:18px 8px 12px}.sidebar-collapsed .folder-chat-tree,.sidebar-collapsed .sidebar-bottom .enterprise-name,.sidebar-collapsed .sidebar-bottom .icon-btn,.sidebar-collapsed .sidebar-brand>a>span,.sidebar-collapsed .sidebar-label,.sidebar-collapsed .sidebar-scroll{display:none}.sidebar-collapsed .sidebar-brand{justify-content:center}.sidebar-collapsed .sidebar-brand>a{gap:0}.sidebar-collapsed .brand-actions{display:flex}.sidebar-collapsed .brand-actions .icon-btn:first-child{display:none}.sidebar-collapsed .nav-link{justify-content:center;padding:10px}.workspace-sidebar{transition:transform .22s ease}.sidebar-collapsed .workspace-sidebar{transform:none}}.nav-link:nth-child(2):hover>svg{animation-name:bag-sway}.nav-link:nth-child(3):hover>svg{animation-name:folder-lift}.nav-link:nth-child(4):hover>svg{animation-name:delivery-nudge}.nav-link:nth-child(5):hover>svg{animation-name:enterprise-pulse}@keyframes bag-sway{0%,to{transform:rotate(0)}35%{transform:rotate(-7deg)}65%{transform:rotate(5deg)}}@keyframes folder-lift{0%,to{transform:translateY(0)}45%{transform:translateY(-3px)}}@keyframes delivery-nudge{0%,to{transform:translateX(0)}40%{transform:translateX(3px)}70%{transform:translateX(-1px)}}@keyframes enterprise-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.sidebar-wrap,.workspace-sidebar{transition:none!important}.nav-link:hover>svg{animation:none!important}}.sidebar-wrap,.workspace-sidebar{width:280px}.workspace-sidebar{padding:18px 12px 12px;background:var(--sidebar)}.sidebar-brand{padding:0 4px 22px;gap:8px;flex-shrink:0}.sidebar-brand>a{gap:8px;min-width:0}.sidebar-brand>a>span{font-size:18px;font-weight:600;letter-spacing:0;white-space:nowrap;color:var(--foreground)}.sidebar-brand img{width:25px;height:29px}.brand-actions{display:flex;align-items:center;gap:2px}.brand-actions .icon-btn{width:30px;height:34px;min-width:30px}.main-nav{flex-shrink:0;gap:3px}.nav-link{height:40px;border:0;box-shadow:none;border-radius:9px;gap:12px;font-size:14px}.nav-link.active{background:var(--sidebar-accent);box-shadow:none}.nav-link:focus-visible>svg,.nav-link:hover>svg{animation:nav-icon-breathe 1.8s ease-in-out infinite}@keyframes nav-icon-breathe{0%,to{transform:translateY(0) rotate(0)}35%{transform:translateY(-2px) rotate(-5deg)}65%{transform:translateY(0) rotate(4deg)}}.sidebar-scroll{flex:1;min-height:0;overflow-y:auto;margin-top:24px;scrollbar-width:thin}.sidebar-group{margin-bottom:24px}.sidebar-label{font-size:12px;align-items:center;padding:0 10px 8px;min-height:32px}.sidebar-label a{font-size:11px}.sidebar-label .icon-btn{height:25px;width:25px}.recent-link{font-size:13px;color:var(--foreground);padding:9px 10px}.sidebar-folder{display:flex;align-items:center;gap:10px}.sidebar-folder span{flex:1;overflow:hidden;text-overflow:ellipsis}.sidebar-folder .rotated{transform:rotate(90deg)}.sidebar-folder>svg:last-child{transition:transform .18s ease}.folder-chat-tree{margin:3px 0 8px 17px;padding-left:8px;border-left:1px solid var(--border);animation:tree-reveal .2s ease}@keyframes tree-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sidebar-scroll .selected{background:var(--sidebar-accent);border-radius:8px}.sidebar-bottom{display:flex;align-items:center;gap:5px;padding:12px 2px 0;border-top:1px solid var(--border);margin-top:0;flex-shrink:0}.enterprise-switch{border:0;padding:0;flex:1;min-width:0;font-size:13px}.enterprise-avatar{border-radius:50%;width:34px;height:34px;flex-shrink:0}.enterprise-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-navigation{position:fixed;left:16px;top:16px;z-index:25}.floating-navigation .icon-btn{background:var(--background);border:1px solid var(--border)}.home,.workspace-content{padding-top:0}.home{justify-content:center;min-height:100%}.home-inner{width:min(100%,760px)}.home-greeting h1{font-size:30px;font-weight:500;letter-spacing:-.7px;margin-bottom:28px}.home-greeting{margin-bottom:0}.home .home-links,.home .resume-demand{display:none}.composer,.composer.large{padding:16px 18px 12px;border-radius:24px;box-shadow:0 3px 14px #15223806}.composer textarea,.composer.large textarea{min-height:32px;padding:0;line-height:1.6;font-size:15px}.composer-toolbar{border:0;padding-top:8px;margin-top:0;gap:6px}.composer-end{margin-left:auto}.composer-plus{border-radius:50%;width:34px;height:34px}.composer-plus:hover{background:var(--secondary)}.composer-project-chip{font-size:12px;color:var(--muted-foreground)}.send-button{border-radius:50%}.starter-grid{gap:10px;margin-top:24px}.home .starter{display:flex;flex-direction:row;gap:8px;align-items:center;padding:9px 13px;border-radius:12px;min-height:0}.starter-icon-wrap{margin:0}.starter strong{font-weight:400;font-size:13px}.home-footer{font-size:11px}.message-actions{display:flex;align-items:center;gap:2px;margin-top:8px;color:var(--muted-foreground)}.message-actions .icon-btn{width:30px;height:30px;border-radius:7px}.message-actions [aria-pressed=true]{background:var(--secondary);color:var(--foreground)}.message.user .message-actions{justify-content:flex-end}.thinking-duration{margin:0 0 12px}.editing-message,.thinking-duration{font-size:12px;color:var(--muted-foreground)}.editing-message{display:flex;align-items:center;justify-content:space-between;padding:6px 4px}.picker-list{display:flex;flex-direction:column;gap:5px;max-height:340px;overflow:auto}.picker-list>button{display:flex;align-items:center;gap:10px;text-align:left;padding:12px;border-radius:9px}.picker-list>button:hover{background:var(--secondary)}.picker-list>button span{overflow:hidden;text-overflow:ellipsis}.project-chat-home{max-width:800px;margin:70px auto 40px;padding:0 24px}.project-chat-home .folder-heading h2{font-size:28px;font-weight:500}.project-chat-home .folder-back{margin-bottom:24px}.project-chat-home .composer{margin-top:26px}.project-view-tabs{display:flex;gap:8px;margin:28px 0 20px}.project-view-tabs button{padding:8px 16px;border-radius:22px;color:var(--muted-foreground)}.project-view-tabs button[aria-selected=true]{background:var(--secondary);color:var(--foreground)}.project-chat-home .folder-empty{text-align:center;padding:80px 0;font-size:16px;border:0}.folder-empty small{display:inline-block;font-size:13px;margin-top:10px}.palette-dialog .palette-label{display:inline}.palette-dialog .palette-options{display:flex;flex-direction:column;align-items:stretch;width:100%;border-radius:14px;padding:8px;gap:6px}.palette-dialog .palette-switcher{display:block}@media(max-width:700px){.sidebar-wrap,.workspace-sidebar{width:280px}.home{padding:70px 20px 40px}.home-greeting h1{font-size:25px}.chat-workspace,.workspace-content>.workspace-page{padding-top:58px}.project-chat-home{margin-top:70px;padding:0 20px}.starter-grid{flex-wrap:wrap}.home .starter{padding:9px 11px}.message-actions .icon-btn{width:40px;height:40px}}@media(prefers-reduced-motion:reduce){.folder-chat-tree,.nav-link:focus-visible>svg,.nav-link:hover>svg{animation:none}}