:root{--clr-bg:#07070e;--clr-surface:#0f0f1a;--clr-surface-2:#16162a;--clr-surface-3:#1e1e38;--clr-border:#ffffff0f;--clr-border-hover:#ffffff1f;--clr-text:#e8eaf0;--clr-text-2:#9ca3b4;--clr-text-3:#5a6178;--clr-primary:#6366f1;--clr-primary-glow:#6366f140;--clr-secondary:#a855f7;--clr-accent:#f59e0b;--clr-success:#10b981;--clr-error:#ef4444;--grad-brand:linear-gradient(135deg, #6366f1, #a855f7);--grad-brand-hover:linear-gradient(135deg, #7577f5, #b76af9);--grad-shimmer:linear-gradient(90deg, #6366f1, #a855f7, #ec4899, #a855f7, #6366f1);--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Outfit", "Inter", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 24px #0006;--shadow-lg:0 12px 48px #00000080;--shadow-glow:0 0 40px #6366f126;--transition:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background:var(--clr-bg);color:var(--clr-text);min-height:100vh;line-height:1.6}a{color:inherit;text-decoration:none}button{font-family:var(--font)}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(1.5);backdrop-filter:blur(20px)saturate(1.5);border-bottom:1px solid var(--clr-border);background:#07070ebf;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 2rem;display:flex}.logo-link{color:var(--clr-text);cursor:pointer;align-items:center;gap:.6rem;text-decoration:none;display:flex}.logo-icon{font-size:24px}.logo-text{font-family:var(--font-heading);letter-spacing:-.03em;font-size:1.4rem;font-weight:700}.logo-accent{color:var(--clr-primary)}.nav-actions{align-items:center;gap:1rem;display:flex}.nav-link{color:var(--clr-text-2);transition:color var(--transition);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500}.nav-link:hover{color:var(--clr-text)}.nav-progress{background:var(--clr-surface-2);border-radius:999px;width:200px;height:4px;overflow:hidden}.nav-progress-bar{background:var(--grad-brand);border-radius:999px;width:0%;height:100%;transition:width .5s}.hero{justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(circle,#6366f11f 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:8s ease-in-out infinite alternate heroGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-glow-2{pointer-events:none;background:radial-gradient(circle,#a855f714 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite alternate-reverse heroGlow;position:absolute;top:30%;left:60%;transform:translate(-50%,-50%)}@keyframes heroGlow{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:1;transform:translate(-50%,-50%)scale(1.15)}}.hero-grid{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.hero-content{text-align:center;max-width:780px;animation:1s ease-out fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{background:var(--clr-surface-2);border:1px solid var(--clr-border);color:var(--clr-text-2);letter-spacing:.04em;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.8rem;font-weight:500;display:inline-block}.hero-title{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:1.2rem;font-size:clamp(2.6rem,6vw,4.2rem);font-weight:800;line-height:1.08}.gradient-text{background:var(--grad-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shimmer-text{background-image:var(--grad-shimmer);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite shimmer}@keyframes shimmer{to{background-position:200%}}.hero-sub{color:var(--clr-text-2);max-width:540px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.hero-features{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.hero-feature{color:var(--clr-text-2);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.hero-feature-icon{color:var(--clr-primary)}.hero-cta{background:var(--grad-brand);color:#fff;font-size:1.05rem;font-weight:700;font-family:var(--font-heading);border-radius:var(--radius-xl);cursor:pointer;box-shadow:var(--shadow-glow), 0 4px 20px #6366f14d;transition:var(--transition);border:none;align-items:center;gap:.6rem;padding:1rem 2.5rem;display:inline-flex}.hero-cta:hover{background:var(--grad-brand-hover);transform:translateY(-3px);box-shadow:0 0 60px #6366f14d,0 8px 30px #6366f14d}.hero-secondary{color:var(--clr-text-2);border-radius:var(--radius-xl);border:1px solid var(--clr-border);cursor:pointer;transition:var(--transition);background:0 0;align-items:center;gap:.5rem;margin-left:1rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.hero-secondary:hover{background:var(--clr-surface-2);border-color:var(--clr-border-hover);color:var(--clr-text)}.progress-container{max-width:1000px;margin:0 auto 2.5rem;padding:0 1rem}.progress-steps{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex;position:relative}.progress-line{background:var(--clr-surface-2);z-index:0;height:2px;position:absolute;top:50%;left:24px;right:24px;transform:translateY(-50%)}.progress-line-fill{background:var(--grad-brand);z-index:1;height:2px;box-shadow:0 0 10px var(--clr-primary-glow);transition:width .5s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:24px;transform:translateY(-50%)}.progress-step{z-index:2;cursor:pointer;width:42px;height:42px;transition:all var(--transition);background:var(--clr-surface);border:2px solid var(--clr-border);color:var(--clr-text-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex;position:relative}.progress-step.active{background:var(--grad-brand);color:#fff;box-shadow:0 0 20px var(--clr-primary-glow);border-color:#0000;transform:scale(1.12)}.progress-step.completed{background:var(--clr-success);color:#fff;border-color:#0000;font-size:14px}.progress-step:hover:not(.active){border-color:var(--clr-primary);color:var(--clr-text-2);transform:scale(1.05)}.progress-labels{justify-content:space-between;display:flex}.progress-label{color:var(--clr-text-3);text-align:center;width:42px;transition:color var(--transition);white-space:nowrap;font-size:.65rem;font-weight:500}.progress-label.active{color:var(--clr-primary)}.wizard-wrapper{max-width:900px;margin:0 auto;padding:0 2rem 6rem;position:relative}.section-header{border-bottom:1px solid var(--clr-border);align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.step-number{font-family:var(--font-heading);letter-spacing:-.04em;background:var(--grad-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;min-width:72px;font-size:3rem;font-weight:800;line-height:1}.section-title{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:.3rem;font-size:1.8rem;font-weight:700}.section-desc{color:var(--clr-text-2);font-size:.95rem}.fields-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.field{flex-direction:column;gap:.4rem;display:flex}.field.full-width{grid-column:1/-1}.field label{color:var(--clr-text);font-size:.85rem;font-weight:600}.req{color:var(--clr-secondary)}.optional-tag{color:var(--clr-text-3);margin-left:4px;font-size:.78rem;font-weight:400}.field-hint{color:var(--clr-text-3);margin-bottom:.3rem;font-size:.78rem}.form-input,.form-textarea,.form-select{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-sm);width:100%;color:var(--clr-text);font-family:var(--font);transition:var(--transition);outline:none;padding:.75rem 1rem;font-size:.9rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--clr-primary);box-shadow:0 0 0 3px var(--clr-primary-glow)}.form-input::placeholder,.form-textarea::placeholder{color:var(--clr-text-3)}.form-textarea{resize:vertical;min-height:80px}.upload-zone{border:2px dashed var(--clr-border);border-radius:var(--radius-md);text-align:center;cursor:pointer;transition:var(--transition);background:var(--clr-surface);padding:2.5rem 1.5rem;position:relative}.upload-zone:hover,.upload-zone.dragover{border-color:var(--clr-primary);background:#6366f10a}.upload-zone input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-icon{margin-bottom:.5rem;font-size:28px}.upload-text{color:var(--clr-text-2);font-size:.9rem}.upload-browse{color:var(--clr-primary);font-weight:600}.upload-formats{color:var(--clr-text-3);margin-top:.3rem;font-size:.75rem}.upload-preview{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.preview-item{border-radius:var(--radius-sm);border:1px solid var(--clr-border);background:var(--clr-surface-2);width:80px;height:80px;position:relative;overflow:hidden}.preview-item img{object-fit:contain;width:100%;height:100%;padding:4px}.preview-remove{background:var(--clr-error);color:#fff;cursor:pointer;opacity:0;width:20px;height:20px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;top:2px;right:2px}.preview-item:hover .preview-remove{opacity:1}.plan-card,.review-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-md);transition:var(--transition);margin-bottom:1.5rem;padding:1.5rem;animation:.3s ease-out fadeInUp}.plan-card:hover,.review-card:hover{border-color:var(--clr-border-hover)}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-title{color:var(--clr-text);font-size:1rem;font-weight:600}.card-remove{border:1px solid var(--clr-border);width:28px;height:28px;color:var(--clr-text-3);cursor:pointer;transition:var(--transition);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;display:flex}.card-remove:hover{background:var(--clr-error);border-color:var(--clr-error);color:#fff}.card-fields{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.card-fields .full-width{grid-column:1/-1}.plan-recommended{align-items:center;gap:.5rem;margin-top:1rem;display:flex}.plan-recommended input[type=checkbox]{accent-color:var(--clr-primary);cursor:pointer;width:16px;height:16px}.plan-recommended label{color:var(--clr-text-2);cursor:pointer;font-size:.82rem}.star-rating{gap:.25rem;display:flex}.star-btn{cursor:pointer;color:var(--clr-text-3);transition:var(--transition);background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.star-btn.active{color:var(--clr-accent)}.star-btn:hover{transform:scale(1.2)}.color-grid{grid-template-columns:repeat(3,1fr)}.color-input-wrap{align-items:center;gap:.75rem;display:flex}input[type=color]{border:2px solid var(--clr-border);border-radius:var(--radius-sm);cursor:pointer;width:48px;height:48px;transition:var(--transition);background:0 0;padding:2px}input[type=color]:hover{border-color:var(--clr-primary)}.color-hex{flex:1}.color-preview-bar{border-radius:var(--radius-md);border:1px solid var(--clr-border);height:48px;margin-top:1rem;display:flex;overflow:hidden}.color-swatch-preview{transition:var(--transition);flex:1}.btn{font-family:var(--font);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--grad-brand);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--grad-brand-hover);box-shadow:var(--shadow-glow);transform:translateY(-1px)}.btn-ghost{color:var(--clr-text-2);border:1px solid var(--clr-border);background:0 0}.btn-ghost:hover{background:var(--clr-surface);color:var(--clr-text);border-color:var(--clr-border-hover)}.btn-outline{color:var(--clr-primary);border:1px dashed var(--clr-primary);background:0 0;justify-content:center;width:100%;padding:.85rem}.btn-outline:hover{background:#6366f10f}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.step-actions{border-top:1px solid var(--clr-border);justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:1.5rem;display:flex}.overlay-screen{z-index:200;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#07070eeb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.success-card{text-align:center;max-width:480px;padding:3rem;animation:.6s ease-out fadeInUp}.success-icon{margin-bottom:1.5rem;font-size:4rem;display:block}.success-title{font-family:var(--font-heading);margin-bottom:.8rem;font-size:2rem;font-weight:800}.success-text{color:var(--clr-text-2);margin-bottom:2rem;font-size:1rem;line-height:1.7}.success-id{background:var(--clr-surface-2);border:1px solid var(--clr-border);color:var(--clr-text-2);border-radius:999px;margin-bottom:2rem;padding:.5rem 1.5rem;font-family:monospace;font-size:.8rem;display:inline-block}.dashboard-layout{max-width:1000px;margin:0 auto;padding:80px 2rem 4rem}.dashboard-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-title{font-family:var(--font-heading);margin-bottom:.3rem;font-size:2rem;font-weight:800}.dashboard-sub{color:var(--clr-text-2);font-size:.95rem}.project-list{flex-direction:column;gap:1rem;display:flex}.project-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.project-card:hover{border-color:var(--clr-border-hover);background:var(--clr-surface-2)}.project-name{font-size:1rem;font-weight:600}.project-industry{color:var(--clr-text-3);font-size:.8rem}.project-meta{flex:1}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-flex}.status-badge.submitted{color:#818cf8;background:#6366f11a}.status-badge.in_review{color:#f59e0b;background:#f59e0b1a}.status-badge.building{color:#a855f7;background:#a855f71a}.status-badge.preview_ready{color:#10b981;background:#10b9811a}.status-badge.revisions{color:#ef4444;background:#ef44441a}.status-badge.complete{color:#34d399;background:#10b98126}.project-arrow{color:var(--clr-text-3);transition:var(--transition)}.project-card:hover .project-arrow{color:var(--clr-primary);transform:translate(3px)}.detail-back{color:var(--clr-text-2);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:inline-flex}.detail-back:hover{color:var(--clr-text)}.detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.detail-title{font-family:var(--font-heading);font-size:1.6rem;font-weight:700}.timeline{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-md);flex-direction:column;gap:0;margin-bottom:2rem;padding:1.5rem;display:flex}.timeline-step{align-items:center;gap:1rem;padding:.6rem 0;font-size:.85rem;display:flex}.timeline-dot{background:var(--clr-surface-3);border:2px solid var(--clr-border);border-radius:50%;flex-shrink:0;width:12px;height:12px}.timeline-dot.done{background:var(--clr-success);border-color:var(--clr-success)}.timeline-dot.current{background:var(--clr-primary);border-color:var(--clr-primary);box-shadow:0 0 10px var(--clr-primary-glow)}.timeline-text{color:var(--clr-text-2)}.timeline-text.active{color:var(--clr-text);font-weight:600}.preview-frame{border:1px solid var(--clr-border);border-radius:var(--radius-md);background:var(--clr-surface);width:100%;height:500px;color:var(--clr-text-3);justify-content:center;align-items:center;margin-bottom:2rem;font-size:.9rem;display:flex}.revision-section{margin-top:2rem}.revision-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.comment-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.comment{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-sm);padding:.8rem 1rem}.comment.builder{border-left:3px solid var(--clr-primary)}.comment.client{border-left:3px solid var(--clr-secondary)}.comment-meta{color:var(--clr-text-3);justify-content:space-between;margin-bottom:.3rem;font-size:.75rem;display:flex}.comment-text{color:var(--clr-text-2);font-size:.88rem}.comment-input-row{gap:.75rem;display:flex}.comment-input-row .form-input{flex:1}.login-wrapper{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);text-align:center;width:100%;max-width:420px;padding:2.5rem;animation:.5s ease-out fadeInUp}.login-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-sub{color:var(--clr-text-2);margin-bottom:1.5rem;font-size:.9rem}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235a6178' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.form-select option{background:var(--clr-surface);color:var(--clr-text)}@media (width<=1024px){.hero-content{max-width:640px}.dashboard-layout{max-width:100%}}@media (width<=768px){.fields-grid,.card-fields{grid-template-columns:1fr}.color-grid{grid-template-columns:1fr 1fr}.hero-features{flex-direction:column;align-items:center;gap:.8rem}.hero-cta{padding:.85rem 2rem;font-size:.95rem}.hero-secondary{margin-top:.75rem;margin-left:0}.hero-buttons{flex-direction:column;align-items:center;gap:0;display:flex}.nav-actions{gap:.25rem}.nav-link{padding:.4rem .6rem;font-size:.8rem}.progress-container{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.progress-container::-webkit-scrollbar{display:none}.progress-steps,.progress-labels{min-width:580px;padding:0 .5rem}.progress-step{width:34px;height:34px;font-size:13px}.progress-label{width:34px;font-size:.55rem}.step-number{min-width:50px;font-size:2rem}.section-title{font-size:1.4rem}.section-header{gap:1rem;margin-bottom:1.5rem}.wizard-wrapper{padding:0 1.25rem 5rem}.upload-zone{padding:1.75rem 1rem}.detail-header{flex-direction:column}.dashboard-header{flex-direction:column;gap:1rem}.dashboard-title{font-size:1.6rem}.project-card{flex-wrap:wrap;gap:.75rem;padding:1rem}.project-date{display:none}.preview-frame{height:350px}.comment-input-row{flex-direction:column}.comment-input-row .btn{align-self:flex-end}.project-details-grid{grid-template-columns:1fr!important}.success-card{padding:2rem 1.5rem}.success-title{font-size:1.6rem}}@media (width<=600px){.hero-title{font-size:clamp(2rem,8vw,2.8rem)}.hero-sub{margin-bottom:1.5rem;font-size:.95rem}.hero-badge{padding:.3rem 1rem;font-size:.72rem}.vibe-grid{grid-template-columns:repeat(2,1fr)!important}.section-catalog-group{grid-template-columns:1fr!important}.color-grid{grid-template-columns:1fr}.star-btn{font-size:1.25rem}.step-actions{flex-direction:column-reverse;gap:.75rem}.step-actions .btn{justify-content:center;width:100%}}@media (width<=480px){.navbar-inner{height:56px;padding:0 .75rem}.logo-text{font-size:.95rem}.nav-link{padding:.35rem .5rem;font-size:.72rem}.progress-labels{display:none}.wizard-wrapper{padding:0 .75rem 4rem}.section-header{flex-direction:column;gap:.5rem;padding-bottom:1rem}.step-number{min-width:auto;font-size:1.6rem}.section-title{font-size:1.2rem}.section-desc{font-size:.85rem}.form-input,.form-textarea,.form-select{font-size:16px}.dashboard-layout{padding-top:70px;padding-left:.75rem;padding-right:.75rem}.dashboard-title{font-size:1.4rem}.login-card{padding:1.5rem}.login-title{font-size:1.3rem}.btn{padding:.65rem 1.2rem;font-size:.85rem}.hero-cta{justify-content:center;width:100%;padding:.8rem 1.5rem;font-size:.9rem}.hero-secondary{justify-content:center;width:100%}.success-card{max-width:100%}.success-id{word-break:break-all;font-size:.7rem}}@media (width<=360px){.hero-title{font-size:1.75rem}.progress-steps{min-width:500px}.progress-step{width:28px;height:28px;font-size:11px}.upload-zone{padding:1.25rem .75rem}.plan-card,.review-card{padding:1rem}}@media (hover:none) and (pointer:coarse){.progress-step{min-width:44px;min-height:44px}.btn{min-height:44px}.nav-link{align-items:center;min-height:44px;display:inline-flex}.preview-remove{opacity:1}.card-remove{width:36px;height:36px}.star-btn{padding:.25rem}}.preview-wrapper{width:100%;margin-bottom:2rem;position:relative}.preview-toolbar{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-md) var(--radius-md) 0 0;border-bottom:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.preview-toolbar-label{color:var(--clr-text-2);font-size:.85rem;font-weight:600}.preview-device-btns{gap:.25rem;display:flex}.preview-device-btn{border-radius:var(--radius-sm);border:1px solid var(--clr-border);width:36px;height:36px;color:var(--clr-text-3);cursor:pointer;transition:var(--transition);background:0 0;justify-content:center;align-items:center;display:flex}.preview-device-btn:hover{background:var(--clr-surface-2);color:var(--clr-text-2)}.preview-device-btn.active{background:var(--clr-primary);border-color:var(--clr-primary);color:#fff}.preview-iframe-container{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:0 0 var(--radius-md) var(--radius-md);justify-content:center;width:100%;transition:height .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.preview-iframe-container iframe{background:#fff;border:none;transition:width .4s cubic-bezier(.4,0,.2,1)}.preview-empty-state{min-height:400px;color:var(--clr-text-3);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.preview-empty-icon{opacity:.6;margin-bottom:1rem;font-size:3rem}.preview-empty-text{color:var(--clr-text-2);max-width:360px;font-size:.95rem;line-height:1.6}.preview-iframe-container::-webkit-scrollbar{display:none}.progress-container::-webkit-scrollbar{display:none}
