*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.header-content{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-icon svg{width:22px;height:22px}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:18px;font-weight:600;color:#1e293b}.logo-subtitle{font-size:11px;color:#94a3b8}.reset-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;font-size:14px;color:#64748b;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#e2e8f0;color:#475569}.reset-btn svg{width:16px;height:16px}.progress-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:24px}.progress-content{max-width:600px;margin:0 auto;display:flex;align-items:center;justify-content:center}.step-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:1}.step-circle{width:36px;height:36px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#94a3b8;transition:all .3s}.step-circle.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f14d}.step-circle.completed{background:#10b981;color:#fff}.step-circle svg{width:16px;height:16px}.step-label{margin-top:8px;font-size:12px;color:#94a3b8;transition:color .3s}.step-label.active{color:#6366f1;font-weight:500}.step-line{position:absolute;top:18px;left:calc(50% + 24px);width:calc(100% - 48px);height:2px;background:#e2e8f0;transition:background .3s}.step-line.completed{background:#10b981}.main{flex:1;max-width:1200px;margin:0 auto;padding:40px 24px;width:100%}.section{animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-header{text-align:center;margin-bottom:32px}.section-header h1{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:8px}.section-header p{font-size:15px;color:#64748b}.upload-section{max-width:600px;margin:0 auto}.upload-area{position:relative}.upload-area input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.upload-label{display:block;border:2px dashed #cbd5e1;border-radius:16px;padding:60px 40px;text-align:center;background:#fff;transition:all .3s;cursor:pointer}.upload-label:hover{border-color:#6366f1;background:#faf5ff}.upload-label.has-image{border-style:solid;border-color:#10b981;padding:20px}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:16px}.upload-icon{width:64px;height:64px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#6366f1}.upload-icon svg{width:28px;height:28px}.spinner{width:28px;height:28px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.upload-text{font-size:16px;font-weight:500;color:#1e293b}.upload-hint{font-size:13px;color:#94a3b8}.preview-container{position:relative}.preview-container img{max-width:100%;max-height:400px;border-radius:12px}.preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;border-radius:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.preview-container:hover .preview-overlay{opacity:1}.preview-overlay span{color:#fff;font-size:14px;font-weight:500}.style-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.style-card{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center;cursor:pointer;transition:all .3s;overflow:hidden}.style-card:hover{border-color:#6366f1;transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.style-card.selected{border-color:#6366f1;background:linear-gradient(135deg,#faf5ff,#f0f9ff)}.style-preview{width:100%;height:60px;border-radius:8px;margin-bottom:12px}.style-name{font-size:14px;font-weight:500;color:#1e293b}.style-check{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#6366f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.style-check svg{width:12px;height:12px}.requirements-section{margin-bottom:32px}.requirements-section label{display:block;font-size:14px;font-weight:500;color:#475569;margin-bottom:8px}.requirements-section textarea{width:100%;padding:16px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;resize:none;font-family:inherit;transition:border-color .2s}.requirements-section textarea:focus{outline:none;border-color:#6366f1}.requirements-section textarea::placeholder{color:#94a3b8}.ai-model-card{background:linear-gradient(135deg,#f0f9ff,#faf5ff);border:1px solid #c7d2fe;border-radius:12px;padding:20px;margin-bottom:24px}.model-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.model-icon{width:44px;height:44px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.model-icon svg{width:22px;height:22px}.model-info{display:flex;flex-direction:column;flex:1}.model-name{font-size:16px;font-weight:600;color:#1e293b}.model-provider{font-size:12px;color:#64748b}.model-badge{font-size:11px;background:#eef2ff;color:#6366f1;padding:4px 10px;border-radius:20px;font-weight:500}.model-desc{font-size:13px;color:#475569;margin-bottom:12px}.model-capabilities{display:flex;flex-wrap:wrap;gap:6px}.capability-tag{font-size:11px;background:#fff;color:#475569;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0}.ai-result-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:24px}.result-header{display:flex;align-items:center;gap:12px}.result-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.result-icon.success{background:#dcfce7;color:#16a34a}.result-icon svg{width:20px;height:20px}.result-info{display:flex;flex-direction:column;flex:1}.result-title{font-size:15px;font-weight:600;color:#1e293b}.result-model{font-size:12px;color:#64748b}.toggle-raw-btn{font-size:12px;color:#6366f1;background:#eef2ff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.toggle-raw-btn:hover{background:#e0e7ff}.raw-response{margin-top:16px;border-top:1px solid #e2e8f0;padding-top:16px}.raw-header{display:flex;justify-content:space-between;margin-bottom:12px;font-size:12px;color:#64748b}.raw-time{color:#94a3b8}.raw-content{background:#f8fafc;border-radius:8px;padding:16px;font-size:12px;color:#334155;overflow-x:auto;white-space:pre-wrap;word-break:break-all;max-height:400px;overflow-y:auto}.action-bar{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #e2e8f0}.action-bar.center{justify-content:center}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 4px 16px #6366f166;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#64748b;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.design-visual{display:grid;grid-template-columns:1fr 280px;gap:24px;margin-bottom:32px}.floor-plan-container{position:relative;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0}.floor-plan-image{width:100%;display:block}.furniture-markers{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.furniture-marker{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;animation:markerPop .3s ease}@keyframes markerPop{0%{transform:translate(-50%,-50%) scale(0);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.marker-icon{font-size:24px;background:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;border:2px solid #6366f1}.marker-label{font-size:11px;font-weight:500;color:#1e293b;background:#fffffff2;padding:2px 6px;border-radius:4px;margin-top:4px;white-space:nowrap}.design-legend{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.design-legend h4{font-size:14px;font-weight:600;margin-bottom:12px;color:#1e293b}.legend-items{display:flex;flex-direction:column;gap:8px}.legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569}.legend-item span:first-child{font-size:18px}.design-details{display:flex;flex-direction:column;gap:20px}.design-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.design-card.highlight-card{background:linear-gradient(135deg,#faf5ff,#f0f9ff);border-color:#c7d2fe}.design-card h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:12px}.design-card p{font-size:14px;color:#475569;line-height:1.7}.raw-content-display{background:#f8fafc;border-radius:8px;padding:16px;line-height:1.8}.raw-content-display p{margin-bottom:8px;color:#334155}.raw-content-display p:empty{display:none}.room-card{padding:24px}.room-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.room-icon{width:36px;height:36px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.room-color{display:flex;gap:8px;margin-bottom:16px;font-size:13px}.room-color .label{color:#64748b}.room-color .value{color:#1e293b;font-weight:500}.furniture-list{display:flex;flex-direction:column;gap:8px}.furniture-item{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#f8fafc;border-radius:8px}.furniture-icon{font-size:20px}.furniture-info{display:flex;flex-direction:column;gap:2px}.furniture-name{font-weight:500;color:#1e293b;font-size:14px}.furniture-pos{font-size:12px;color:#64748b}.furniture-size{font-size:11px;color:#94a3b8}.search-bar{display:flex;gap:12px;margin-bottom:24px}.search-bar input{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;transition:border-color .2s}.search-bar input:focus{outline:none;border-color:#6366f1}.search-bar button{padding:12px 24px}.budget-summary{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;padding:16px 24px;margin-bottom:24px}.budget-info{display:flex;justify-content:space-between;align-items:center}.budget-label{font-size:14px;color:#059669}.budget-value{font-size:20px;font-weight:700;color:#047857}.products-categories{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.category-header h3{font-size:18px;font-weight:600;color:#1e293b}.price-range{font-size:13px;color:#64748b}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s;position:relative}.product-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #0000000f}.product-card.selected{border-color:#6366f1;background:#faf5ff}.product-badge{display:flex;gap:8px;margin-bottom:8px;font-size:11px;color:#6366f1}.discount{background:#fef3c7;color:#d97706;padding:2px 6px;border-radius:4px}.product-name{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px;line-height:1.4}.product-brand{font-size:12px;color:#94a3b8;margin-bottom:8px}.product-price-row{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.product-price{font-size:18px;font-weight:700;color:#ef4444}.original-price{font-size:13px;color:#94a3b8;text-decoration:line-through}.product-rating{display:flex;align-items:center;gap:4px;font-size:12px;color:#f59e0b;margin-bottom:8px}.stars{color:#f59e0b}.reviews{color:#94a3b8}.product-features{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.feature-tag{font-size:10px;color:#475569;background:#f1f5f9;padding:3px 6px;border-radius:4px}.product-eval{display:flex;flex-direction:column;gap:2px;font-size:11px}.pro{color:#059669}.con{color:#dc2626}.selected-mark{position:absolute;top:12px;right:12px;width:24px;height:24px;background:#6366f1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.error-toast{display:flex;align-items:center;gap:12px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:14px 20px;border-radius:10px;margin-bottom:24px;font-size:14px}.error-toast svg{width:20px;height:20px;flex-shrink:0}.error-toast button{margin-left:auto;background:none;border:none;font-size:20px;color:#dc2626;cursor:pointer}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 48px;text-align:center;box-shadow:0 20px 40px #0000001a}.loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}.loading-card p{font-size:14px;color:#64748b}.ai-loading-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px;width:360px;box-shadow:0 20px 40px #0000001a}.ai-loading-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.ai-pulse{width:48px;height:48px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.ai-pulse svg{width:24px;height:24px}.ai-loading-info h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.ai-model-name{font-size:12px;color:#6366f1;font-weight:500}.ai-progress{margin-bottom:20px}.ai-progress-bar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin-bottom:8px}.ai-progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:2px;animation:progress 3s ease-in-out infinite}@keyframes progress{0%{width:20%}30%{width:50%}60%{width:75%}to{width:95%}}.ai-progress-text{font-size:13px;color:#64748b}.ai-steps{display:flex;flex-direction:column;gap:8px}.ai-step{display:flex;align-items:center;gap:10px;font-size:13px;color:#94a3b8;transition:color .3s}.ai-step.active{color:#6366f1;font-weight:500}.ai-step.done{color:#10b981}.step-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0;transition:background .3s}.ai-step.active .step-dot{background:#6366f1}.ai-step.done .step-dot{background:#10b981}@media (max-width: 768px){.style-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.design-visual{grid-template-columns:1fr}}.nav-links{display:flex;gap:8px}.nav-link{padding:8px 16px;color:#64748b;text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;transition:all .2s}.nav-link:hover{background:#f1f5f9;color:#1e293b}.nav-link.active{background:#eef2ff;color:#6366f1}.nav-start-btn{text-decoration:none;display:inline-flex;align-items:center;gap:6px}.hero-section{background:linear-gradient(135deg,#f0f9ff,#faf5ff,#fff7ed);padding:60px 24px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:48px;font-weight:800;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:16px}.hero-subtitle{font-size:18px;color:#64748b;margin-bottom:32px;line-height:1.6}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-large{padding:16px 32px;font-size:16px}.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;margin:60px auto 0;padding:0 24px}.feature-item{background:#fff;border-radius:16px;padding:24px;text-align:left;box-shadow:0 4px 12px #0000000d;transition:transform .3s,box-shadow .3s}.feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:32px;margin-bottom:12px}.feature-text h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:6px}.feature-text p{font-size:13px;color:#64748b}.gallery-section{max-width:1200px;margin:0 auto;padding:60px 24px}.gallery-header{margin-bottom:32px}.gallery-header h2{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:24px}.gallery-filters{display:flex;flex-direction:column;gap:16px}.search-box{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;max-width:400px}.search-box input{flex:1;border:none;outline:none;font-size:14px;color:#1e293b}.search-box input::placeholder{color:#94a3b8}.style-filter-tabs{display:flex;gap:8px;flex-wrap:wrap}.filter-tab{padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;font-size:13px;color:#64748b;cursor:pointer;transition:all .2s}.filter-tab:hover{border-color:#c7d2fe;color:#6366f1}.filter-tab.active{background:#6366f1;border-color:#6366f1;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000d;transition:transform .3s,box-shadow .3s;cursor:pointer}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.card-image{height:200px;background-size:cover;background-position:center;position:relative}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);opacity:0;transition:opacity .3s;display:flex;align-items:flex-end;padding:16px}.gallery-card:hover .card-overlay{opacity:1}.like-btn{display:flex;align-items:center;gap:6px;background:#ffffffe6;border:none;padding:6px 12px;border-radius:20px;font-size:13px;color:#ef4444;cursor:pointer}.style-tag{position:absolute;top:12px;left:12px;background:#fffffff2;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500;color:#6366f1}.card-content{padding:16px}.card-content h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.designer{font-size:13px;color:#94a3b8;margin-bottom:12px}.highlights{display:flex;gap:6px;flex-wrap:wrap}.highlight-tag{font-size:11px;color:#475569;background:#f1f5f9;padding:4px 8px;border-radius:6px}.footer{background:#1e293b;color:#fff;padding:32px 24px;margin-top:60px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand .logo-icon{background:#ffffff1a}.footer-brand span{font-size:16px;font-weight:600}.footer-content p{font-size:13px;color:#94a3b8}.history-main{padding-top:40px}.history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}.history-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:all .3s}.history-card:hover{box-shadow:0 8px 24px #0000001a}.history-card-image{height:160px;position:relative;background:#f1f5f9}.history-card-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.placeholder-image svg{width:48px;height:48px}.style-badge{position:absolute;top:12px;left:12px;background:#6366f1e6;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.history-card-content{padding:16px}.history-card-content h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:4px}.design-date{font-size:12px;color:#94a3b8;margin-bottom:8px}.room-summary{display:flex;gap:8px;font-size:13px;color:#64748b}.products-summary{font-size:13px;color:#10b981;margin-top:4px}.history-card-actions{display:flex;border-top:1px solid #e2e8f0;background:#f8fafc}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:12px;background:none;border:none;border-right:1px solid #e2e8f0;font-size:13px;color:#64748b;cursor:pointer;transition:all .2s}.action-btn:last-child{border-right:none}.action-btn:hover{background:#f1f5f9}.view-btn:hover{color:#6366f1}.edit-btn:hover{color:#10b981}.delete-btn:hover{color:#ef4444}.compare-main{padding-top:40px}.compare-selection{background:#fff;border-radius:16px;padding:24px;margin-bottom:32px;border:1px solid #e2e8f0}.compare-selection h3{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:16px}.compare-slots{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.compare-slot{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;padding:20px;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center}.compare-slot.filled{border-style:solid;border-color:#c7d2fe;background:#faf5ff}.slot-content{text-align:center;width:100%;position:relative}.remove-btn{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:#ef4444;color:#fff;border:none;border-radius:50%;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.slot-content h4{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:4px;line-height:1.3}.slot-content .brand{font-size:12px;color:#94a3b8;margin-bottom:8px}.slot-content .price{font-size:18px;font-weight:700;color:#ef4444;margin-bottom:8px}.slot-content .rating{font-size:12px;color:#f59e0b}.slot-empty{text-align:center;color:#94a3b8}.slot-empty svg{width:32px;height:32px;margin-bottom:8px}.slot-empty span{font-size:13px}.compare-actions{display:flex;justify-content:center;gap:16px}.compare-result{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0}.compare-result h3{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:20px}.recommendation-card{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:12px;padding:20px;margin-bottom:24px}.recommendation-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.recommendation-badge{background:#10b981;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.recommendation-header h4{font-size:16px;font-weight:600;color:#047857}.recommendation-card p{font-size:14px;color:#059669;line-height:1.6}.compare-table-container{overflow-x:auto;margin-bottom:24px}.compare-table{width:100%;border-collapse:collapse}.compare-table th,.compare-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.compare-table th{background:#f8fafc;font-size:13px;font-weight:600;color:#475569}.compare-table th:first-child{border-radius:8px 0 0}.compare-table td{font-size:14px;color:#1e293b}.price-cell{font-weight:600;color:#ef4444}.rating-score{font-weight:600;margin-right:6px}.stars-small{color:#f59e0b;font-size:12px}.dimension-score{font-weight:600;font-size:16px}.pros-list,.cons-list{list-style:none;padding:0;margin:0}.pro-item{color:#059669;font-size:13px;margin-bottom:4px}.con-item{color:#dc2626;font-size:13px;margin-bottom:4px}.analysis-summary{background:#f8fafc;border-radius:12px;padding:20px}.analysis-summary h4{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}.analysis-summary p{font-size:14px;color:#475569;line-height:1.7}.empty-state{text-align:center;padding:60px 24px}.empty-icon{width:80px;height:80px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#94a3b8}.empty-icon svg{width:40px;height:40px}.empty-state h3{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:8px}.empty-state p{font-size:14px;color:#64748b;margin-bottom:24px}.budget-summary{display:flex;align-items:center;justify-content:space-between}.compare-btn{background:#6366f1;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.compare-btn:hover:not(:disabled){background:#4f46e5}.compare-btn:disabled{background:#cbd5e1;cursor:not-allowed}.loading-state{text-align:center;padding:60px 24px}.loading-state .spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}.loading-state p{color:#64748b;font-size:14px}@media (max-width: 1024px){.hero-features,.gallery-grid,.history-grid,.compare-slots{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-title{font-size:32px}.hero-features,.gallery-grid,.history-grid,.compare-slots{grid-template-columns:1fr}.nav-links{display:none}.footer-content{flex-direction:column;gap:16px;text-align:center}}
