@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#0a0a0f;--bg-elevated:#12121a;--bg-card:#16161f;--border:#2a2a3a;--text:#f0f0f5;--text-muted:#8888a0;--primary:#6366f1;--primary-hover:#818cf8;--accent:#22d3ee;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--radius:12px;--radius-sm:8px;--shadow:0 4px 24px #0006;--font:"Inter", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main{flex:1}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0a0fd9;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.logo-icon{font-size:1.5rem}.logo-accent{color:var(--primary)}.nav{gap:.25rem;display:flex}.nav-link{border-radius:var(--radius-sm);color:var(--text-muted);padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--bg-elevated)}.footer{border-top:1px solid var(--border);margin-top:4rem;padding:2rem 0}.footer-inner{text-align:center}.footer-muted{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .15s,background .2s,opacity .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):hover{transform:translateY(-1px)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:not(:disabled):hover{background:var(--primary-hover)}.btn-secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}.btn-secondary:not(:disabled):hover{border-color:var(--text-muted)}.btn-accent{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff}.btn-lg{padding:.875rem 1.75rem;font-size:1rem}.btn-sm{padding:.4rem .875rem;font-size:.8rem}.btn-icon{background:var(--bg);width:28px;height:28px;color:var(--text-muted);border-radius:6px;font-size:1.1rem;line-height:1;transition:background .2s,color .2s}.btn-icon:hover{background:var(--error);color:#fff}.hero{padding:6rem 0 5rem;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(#6366f140 0%,#0000 70%);width:800px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hero-content{text-align:center;max-width:720px;position:relative}.hero-badge{background:var(--bg-elevated);border:1px solid var(--border);color:var(--accent);border-radius:999px;margin-bottom:1.5rem;padding:.35rem 1rem;font-size:.85rem;display:inline-block}.hero h1{letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1}.gradient-text{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-muted);margin-top:1.25rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.profiles-section,.features-section{padding:4rem 0}.profiles-section h2,.features-section h2{text-align:center;font-size:2rem;font-weight:700}.section-desc{text-align:center;color:var(--text-muted);max-width:560px;margin:.75rem auto 2.5rem}.profiles-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;padding:1.75rem;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex}.profile-card:hover{border-color:var(--profile-color,var(--primary));transform:translateY(-4px);box-shadow:0 8px 32px #6366f126}.profile-icon{margin-bottom:.75rem;font-size:2rem}.profile-card h3{margin-bottom:.5rem;font-size:1.25rem}.profile-card p{color:var(--text-muted);flex:1;font-size:.9rem}.profile-priorities{margin:1rem 0;font-size:.8rem;list-style:none}.profile-priorities li{color:var(--text-muted);padding:.2rem 0}.profile-priorities li:before{content:"→ ";color:var(--profile-color,var(--primary))}.profile-cta{color:var(--profile-color,var(--primary));font-size:.9rem;font-weight:600}.features-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.feature-card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.feature-icon{font-size:1.75rem}.feature-card h3{margin:.75rem 0 .5rem;font-size:1.1rem}.feature-card p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.configurator{padding:2rem 0 4rem}.config-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.config-profile-badge{color:#fff;border-radius:999px;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.config-header h1{font-size:1.75rem;font-weight:700}.config-header p{color:var(--text-muted);max-width:560px;margin-top:.25rem}.config-layout{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.config-main{flex-direction:column;gap:1rem;display:flex}.category-nav{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;display:grid}.category-btn{text-align:left;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;transition:border-color .2s,background .2s}.category-btn:hover{border-color:var(--text-muted)}.category-btn.active{border-color:var(--primary);background:#6366f11a}.category-btn.filled .category-label{color:var(--success)}.category-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.category-selected{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;display:block;overflow:hidden}.category-empty{color:var(--text-muted);font-size:.8rem}.search-bar{position:relative}.search-input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;padding:.875rem 1rem;font-size:.95rem;transition:border-color .2s}.search-input:focus{border-color:var(--primary)}.search-input::placeholder{color:var(--text-muted)}.search-spinner{color:var(--accent);font-size:.8rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.component-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.component-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;padding:1.25rem;transition:border-color .2s,transform .15s;display:flex}.component-card:hover{border-color:var(--text-muted)}.component-card.selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.component-card.out-of-stock{opacity:.6}.component-card-header{justify-content:space-between;align-items:center;display:flex}.component-brand{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.component-rating{color:var(--warning);font-size:.8rem}.component-name{font-size:.95rem;font-weight:600;line-height:1.4}.component-specs{flex-wrap:wrap;gap:.35rem;display:flex}.spec-tag{background:var(--bg);color:var(--text-muted);border-radius:4px;padding:.2rem .5rem;font-size:.7rem}.component-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem;display:flex}.component-price strong{font-size:1.1rem}.component-source{color:var(--text-muted);font-size:.7rem;display:block}.build-summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;position:sticky;top:80px}.summary-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.summary-header h2{font-size:1rem;font-weight:700}.summary-badge{background:var(--primary);color:#fff;border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.summary-list{max-height:320px;list-style:none;overflow-y:auto}.summary-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.summary-item.filled .summary-category{color:var(--success)}.summary-category{text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600;display:block}.summary-component{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.8rem;display:block;overflow:hidden}.summary-empty{color:var(--text-muted);font-size:.8rem;font-style:italic}.summary-item-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.summary-price{font-size:.85rem;font-weight:600}.summary-stats{background:var(--bg);border-radius:var(--radius-sm);grid-template-columns:1fr 1fr;gap:.75rem;margin:1rem 0;padding:.75rem;display:grid}.stat-label{color:var(--text-muted);text-transform:uppercase;font-size:.7rem;display:block}.stat-value{font-size:1.25rem;font-weight:700}.compatibility-list{margin-bottom:1rem;list-style:none}.compat-item{border-radius:var(--radius-sm);margin-bottom:.35rem;padding:.5rem .75rem;font-size:.8rem}.compat-item.error{color:#fca5a5;background:#ef444426}.compat-item.warning{color:#fcd34d;background:#f59e0b1a}.selected-detail{background:var(--bg);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.75rem}.selected-detail h3{text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem;font-size:.75rem}.selected-detail p{font-size:.85rem}.selected-price{margin-top:.25rem;color:var(--text-muted)!important;font-size:.8rem!important}.summary-actions{flex-direction:column;gap:.5rem;display:flex}.summary-actions .btn{width:100%}.share-box{background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border);margin-bottom:1rem;padding:.75rem}.share-box label{text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:block}.share-url-row{gap:.5rem;display:flex}.share-url-input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:0;color:var(--text);flex:1;padding:.5rem .75rem;font-size:.75rem}.share-preview-link{color:var(--accent);margin-top:.5rem;font-size:.8rem;display:inline-block}.share-error{color:#fca5a5;margin-bottom:.75rem;font-size:.8rem}.shared-build{padding:2rem 0 4rem}.shared-header{margin-bottom:2rem}.shared-header h1{margin-top:.5rem;font-size:1.75rem}.shared-meta{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.shared-layout{grid-template-columns:1fr 320px;align-items:start;gap:1.5rem;display:grid}.shared-main h2{margin-bottom:1rem;font-size:1.1rem}.shared-list{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);list-style:none;overflow:hidden}.shared-item{border-bottom:1px solid var(--border);grid-template-columns:120px 1fr auto;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:grid}.shared-item:last-child{border-bottom:none}.shared-item.filled .shared-category{color:var(--success)}.shared-category{text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600}.shared-name{font-size:.9rem;font-weight:500}.shared-price{white-space:nowrap;font-weight:700}.shared-link{color:var(--accent);grid-column:2/-1;font-size:.75rem}.shared-sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;position:sticky;top:80px}.shared-total{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.shared-total span{color:var(--text-muted);font-size:.85rem}.shared-total strong{font-size:1.5rem}.budget-filter{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.25rem}.budget-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.budget-header label{font-size:.9rem;font-weight:600}.budget-value{color:var(--accent);font-size:1.1rem;font-weight:700}.budget-slider{width:100%;accent-color:var(--primary);margin-bottom:.75rem}.budget-presets{flex-wrap:wrap;gap:.4rem;display:flex}.budget-presets .pill{background:var(--bg);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;transition:all .15s}.budget-presets .pill.active,.budget-presets .pill:hover{border-color:var(--primary);color:var(--text);background:#6366f11a}.budget-warning{color:#fcd34d;border-radius:var(--radius-sm);background:#f59e0b1a;margin-top:.75rem;padding:.5rem .75rem;font-size:.85rem}.compare-btn{color:var(--accent);border-radius:var(--radius-sm);cursor:pointer;background:#22d3ee14;border:1px solid #22d3ee33;width:fit-content;padding:.35rem .6rem;font-size:.75rem;transition:background .15s}.compare-btn:hover{background:#22d3ee26}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;max-height:80vh;padding:1.25rem;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.modal-header h2{font-size:1.1rem}.modal-product{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem}.compare-list{list-style:none}.compare-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.compare-item.current{border-radius:var(--radius-sm);background:#6366f114;margin:0 -.5rem;padding:.75rem .5rem}.compare-item-right{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.compare-price{font-size:1rem;font-weight:700}.compare-link{color:var(--accent);font-size:.75rem}.stock-badge{border-radius:4px;margin-left:.5rem;padding:.15rem .4rem;font-size:.65rem;display:inline-block}.stock-badge.in{color:var(--success);background:#10b98126}.stock-badge.out{color:#fca5a5;background:#ef444426}.empty-state{text-align:center;color:var(--text-muted);background:var(--bg-card);border:1px dashed var(--border);border-radius:var(--radius);padding:3rem}.empty-state.error{color:#fca5a5;border-color:var(--error)}.skeleton-card{background:linear-gradient(90deg, var(--bg-card) 25%, var(--bg-elevated) 50%, var(--bg-card) 75%);border-radius:var(--radius);background-size:200% 100%;height:180px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=960px){.config-layout{grid-template-columns:1fr}.build-summary{position:static}.shared-layout{grid-template-columns:1fr}.shared-sidebar{position:static}.shared-item{grid-template-columns:1fr;gap:.35rem}.shared-link{grid-column:1}}@media (width<=640px){.nav{gap:0}.nav-link{padding:.4rem .6rem;font-size:.8rem}.hero{padding:4rem 0 3rem}.config-header{flex-direction:column}}
