*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0a0a0f;--bg-card: #12121a;--bg-hover: #1a1a25;--border: #2a2a3a;--text: #fafafa;--text-muted: #8888a0;--cyan: #00d4ff;--purple: #7b2fff;--pink: #ff006e;--blue: #0066ff;--green: #22c55e;--gradient: linear-gradient(135deg, var(--cyan), var(--purple), var(--pink))}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--bg-card);border-right:1px solid var(--border);padding:20px;display:flex;flex-direction:column}.logo{height:32px;margin-bottom:30px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;color:var(--text-muted);text-decoration:none;font-size:.9rem;cursor:pointer;transition:all .2s;border:none;background:none;width:100%;text-align:left}.nav-item:hover,.nav-item.active{background:var(--bg-hover);color:var(--text)}.nav-item.active{color:var(--cyan)}.nav-item svg{width:18px;height:18px}.nav-badge{background:var(--cyan);color:var(--bg);font-size:.7rem;padding:2px 6px;border-radius:10px;margin-left:auto}.sync-status{font-size:.7rem;color:var(--text-muted);padding:8px 14px;border-top:1px solid var(--border);margin-top:auto;background:none;border-left:none;border-right:none;border-bottom:none;width:100%;text-align:left;cursor:pointer}.sync-status:hover{opacity:.7}.sync-status.synced{color:var(--cyan)}.sync-status.error{color:#f44}.main-content{flex:1;padding:30px 40px;overflow-y:auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-title{font-size:1.5rem;font-weight:700}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.btn-primary{background:var(--gradient);color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background:var(--bg-hover);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--cyan)}.btn-cyan{background:transparent;color:var(--cyan);border:1px solid var(--cyan)}.btn-cyan:hover{background:var(--cyan);color:var(--bg)}.btn-success{background:var(--green);color:#fff}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover{color:var(--text);background:var(--bg-hover)}.btn-sm{padding:6px 12px;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.theme-swatches{display:flex;gap:8px;flex-wrap:wrap}.theme-swatch{width:36px;height:36px;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s}.theme-swatch:hover{transform:scale(1.1)}.theme-swatch.active{border-color:var(--cyan);box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--cyan)}.theme-swatch.gradient{background:linear-gradient(135deg,#00d4ff,#7b2fff,#ff006e)}.theme-swatch.cyan{background:linear-gradient(135deg,#00d4ff,#09c)}.theme-swatch.purple{background:linear-gradient(135deg,#7b2fff,#5a1fcc)}.theme-swatch.blue{background:linear-gradient(135deg,#06f,#04c)}.theme-swatch.dark{background:linear-gradient(135deg,#1a1a2e,#16213e)}.theme-swatch.light{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-color:var(--border)}.theme-swatch.mint{background:linear-gradient(135deg,#00c896,#00a67d)}.quote-top-toolbar{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding:12px 16px;background:var(--card);border-radius:12px;margin-bottom:16px}.toolbar-group{display:flex;align-items:center;gap:8px}.toolbar-logo-favicon{width:16px;height:16px;object-fit:contain;border-radius:3px;flex-shrink:0}.toolbar-logo-favicon.logo-with-bg{background:#fff;padding:2px}.toolbar-upload-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:var(--bg);border:1px solid var(--border);cursor:pointer;color:var(--text-muted);transition:all .15s}.toolbar-upload-btn:hover{border-color:var(--cyan);color:var(--text)}.toolbar-upload-btn svg{width:14px;height:14px}.theme-swatches-inline{display:flex;gap:6px}.theme-swatch-sm{width:24px;height:24px;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:all .15s}.theme-swatch-sm:hover{transform:scale(1.15)}.theme-swatch-sm.active{border-color:var(--cyan);box-shadow:0 0 0 2px var(--cyan)}.theme-swatch-sm.gradient{background:linear-gradient(135deg,#00d4ff,#7b2fff,#ff006e)}.theme-swatch-sm.cyan{background:linear-gradient(135deg,#00d4ff,#09c)}.theme-swatch-sm.purple{background:linear-gradient(135deg,#7b2fff,#5a1fcc)}.theme-swatch-sm.blue{background:linear-gradient(135deg,#06f,#04c)}.theme-swatch-sm.dark{background:linear-gradient(135deg,#1a1a2e,#16213e)}.theme-swatch-sm.light{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-color:var(--border)}.theme-swatch-sm.light.active{border-color:var(--cyan)}.theme-swatch-sm.mint{background:linear-gradient(135deg,#00c896,#00a67d)}.ai-prompt-area{margin-bottom:16px}.ai-prompt-area textarea{min-height:120px}.ai-output{background:var(--bg);padding:16px;border-radius:8px;margin-top:16px;white-space:pre-wrap;line-height:1.6;max-height:300px;overflow-y:auto}.quotes-table{width:100%;border-collapse:collapse}.quotes-table th{text-align:left;padding:12px 16px;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.quotes-table td{padding:16px;border-bottom:1px solid var(--border)}.quotes-table tr:hover td{background:var(--bg-hover);cursor:pointer}.quote-title{font-weight:600;color:var(--text)}.quote-client{font-size:.85rem;color:var(--text-muted);margin-top:2px}.status-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-draft{background:#333340;color:#888}.status-sent{background:#00d4ff26;color:var(--cyan)}.status-viewed{background:#7b2fff26;color:var(--purple)}.status-accepted{background:#22c55e26;color:#22c55e}.status-declined{background:#ef444426;color:#ef4444}.status-control{display:flex;align-items:center;gap:8px}.status-arrows{display:flex;flex-direction:column;gap:2px}.status-arrow{background:none;border:none;padding:2px;cursor:pointer;color:var(--text-muted);border-radius:4px;transition:all .15s;display:flex;align-items:center;justify-content:center}.status-arrow:hover{background:var(--bg-hover);color:var(--cyan)}.status-arrow svg{width:12px;height:12px}.quote-amount{font-weight:600;font-variant-numeric:tabular-nums}.quote-actions{display:flex;gap:8px}.quote-actions .btn svg{width:16px;height:16px}.empty-state{text-align:center;padding:80px 20px}.empty-icon{width:80px;height:80px;background:var(--bg-hover);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.empty-icon svg{width:36px;height:36px;color:var(--text-muted)}.empty-title{font-size:1.1rem;font-weight:600;margin-bottom:8px}.empty-desc{color:var(--text-muted);margin-bottom:24px}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.template-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s}.template-card:hover{border-color:var(--cyan);transform:translateY(-2px)}.template-delete{position:absolute;top:8px;right:8px;z-index:10;width:24px;height:24px;border-radius:50%;background:#00000080;border:none;color:#fff;cursor:pointer;opacity:0;display:flex;align-items:center;justify-content:center;transition:all .15s}.template-delete svg{width:14px;height:14px}.template-delete:hover{background:#f44}.template-card:hover .template-delete{opacity:1}.template-preview{height:180px;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.template-preview.gradient-1{background:linear-gradient(135deg,#00d4ff,#7b2fff)}.template-preview.gradient-2{background:linear-gradient(135deg,#7b2fff,#ff006e)}.template-preview.gradient-3{background:linear-gradient(135deg,#06f,#00d4ff)}.template-preview h3{color:#fff;font-size:1.2rem;font-weight:700}.template-preview p{color:#fffc;font-size:.85rem;margin-top:4px}.template-info{padding:16px}.template-name{font-weight:600;margin-bottom:4px}.template-desc{font-size:.85rem;color:var(--text-muted)}.editor-layout{display:flex;gap:24px}.editor-sidebar{width:280px;flex-shrink:0}.editor-main{flex:1;max-width:800px}.editor-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:20px}.panel-title{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px}.form-group{margin-bottom:16px}.form-label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:6px}.form-input{width:100%;padding:10px 14px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem}.form-input:focus{outline:none;border-color:var(--cyan)}.form-input::placeholder{color:var(--text-muted)}.form-textarea{min-height:100px;resize:vertical;font-family:inherit}.block-palette{display:grid;grid-template-columns:1fr 1fr;gap:8px}.block-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px;background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.75rem;cursor:pointer;transition:all .2s}.block-btn:hover{border-color:var(--cyan);color:var(--cyan)}.block-btn svg{width:20px;height:20px}.quote-canvas{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;min-height:400px;overflow:hidden}.block-item{position:relative;border-bottom:1px solid var(--border)}.block-item:last-child{border-bottom:none}.block-item:hover .block-toolbar{opacity:1}.block-toolbar{position:absolute;top:8px;right:8px;display:flex;gap:4px;opacity:0;transition:opacity .2s}.block-toolbar button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer}.block-toolbar button:hover{color:var(--text);border-color:var(--cyan)}.block-toolbar svg{width:14px;height:14px}.block-hero{background:var(--gradient);padding:60px 40px;text-align:center}.block-hero h1{font-size:2rem;font-weight:800;margin-bottom:12px;color:#fff}.block-hero p{font-size:1.1rem;opacity:.9;color:#fff}.block-hero.theme-cyan{background:linear-gradient(135deg,#00d4ff,#09c)}.block-hero.theme-purple{background:linear-gradient(135deg,#7b2fff,#5a1fcc)}.block-hero.theme-blue{background:linear-gradient(135deg,#06f,#04c)}.block-hero.theme-dark{background:linear-gradient(135deg,#1a1a2e,#16213e)}.block-hero.theme-light{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.block-hero.theme-light h1{color:var(--purple)}.block-hero.theme-light p{color:var(--text-muted)}.block-hero.theme-mint{background:linear-gradient(135deg,#00c896,#00a67d)}.block-split{display:flex;gap:40px;padding:30px 40px;align-items:center}.block-split-content{flex:1}.block-split-content h2{font-size:1.3rem;font-weight:700;margin-bottom:16px;color:var(--cyan)}.block-split-content p{line-height:1.7;color:var(--text-muted)}.block-split-image{flex:1;position:relative;outline:none}.block-split-image img{width:100%;border-radius:12px}.block-split-image .upload-placeholder{width:100%;aspect-ratio:4/3;border:2px dashed var(--border);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--text-muted);transition:all .2s;padding:20px}.block-split-image .upload-placeholder:hover{border-color:var(--cyan)}.block-split-image .upload-placeholder.paste-active{border-color:var(--cyan);background:#00d4ff1a}.image-search-inline{display:flex;gap:8px;width:100%;max-width:280px}.image-search-inline input{flex:1;padding:8px 12px;font-size:.85rem}.image-search-inline button{padding:8px 12px}.image-actions-row{display:flex;align-items:center;gap:12px}.image-action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--bg-hover);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:.8rem;cursor:pointer;transition:all .2s}.image-action-btn:hover{border-color:var(--cyan);color:var(--cyan)}.image-action-btn svg{width:14px;height:14px}.image-divider{color:var(--text-muted);font-size:.75rem}.image-paste-hint{font-size:.8rem;color:var(--cyan);font-weight:500}.block-section{padding:30px 40px}.block-section h2{font-size:1.3rem;font-weight:700;margin-bottom:16px;color:var(--cyan)}.block-section p,.block-section [contenteditable]{line-height:1.7;color:var(--text);white-space:pre-wrap}.block-pricing{padding:30px 40px}.block-pricing h3{font-size:1.1rem;font-weight:700;margin-bottom:20px}.pricing-table{width:100%;border-collapse:collapse}.pricing-table th{text-align:left;padding:10px 0;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;border-bottom:1px solid var(--border)}.pricing-table td{padding:14px 0;border-bottom:1px solid var(--border)}.pricing-table .item-name{font-weight:500}.pricing-table .item-desc{font-size:.85rem;color:var(--text-muted);margin-top:2px}.pricing-table .item-price{text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.pricing-total{display:flex;justify-content:space-between;padding:20px 0;font-size:1.2rem;font-weight:700}.pricing-total .amount{color:var(--cyan)}.block-divider{padding:20px 40px}.block-divider hr{border:none;height:1px;background:var(--border)}.block-accept{padding:40px;text-align:center;background:var(--bg-hover)}.block-accept .terms{font-size:.85rem;color:var(--text-muted);margin-bottom:20px;max-width:500px;margin-left:auto;margin-right:auto}.accept-btn{padding:14px 40px;font-size:1rem;font-weight:700;background:var(--gradient);border:none;border-radius:8px;color:#fff;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-title{font-size:1.1rem;font-weight:700}.modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-hover);border:none;border-radius:8px;color:var(--text-muted);cursor:pointer}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid var(--border)}.modal-lg{max-width:700px}.asset-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;padding:20px}.asset-picker-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background:var(--bg);border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s}.asset-picker-item:hover{border-color:var(--cyan);background:var(--bg-hover)}.asset-picker-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.asset-picker-item span{font-size:.75rem;color:var(--text-muted);text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pricing-editor{margin-top:16px}.pricing-item-row{display:grid;grid-template-columns:2fr 70px 1fr auto 32px;gap:12px;align-items:start;margin-bottom:12px;padding:12px;background:var(--bg);border-radius:8px}.pricing-item-row input{padding:8px;font-size:.85rem}.pricing-item-row .item-fields{display:flex;flex-direction:column;gap:6px}.delete-item-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center}.delete-item-btn:hover{color:#f44;background:#ff44441a}.delete-item-btn svg{width:16px;height:16px}.add-item-btn{width:100%;padding:12px;background:var(--bg-hover);border:1px dashed var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;font-size:.85rem}.add-item-btn:hover{border-color:var(--cyan);color:var(--cyan)}.toast{position:fixed;bottom:24px;right:24px;background:var(--green);color:#fff;padding:14px 24px;border-radius:8px;font-weight:600;z-index:1001;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.processing-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000}.processing-modal{background:var(--card);border-radius:16px;padding:48px 64px;text-align:center;box-shadow:0 20px 60px #00000080}.processing-modal h3{margin:16px 0 8px;font-size:1.25rem}.processing-modal p{color:var(--text-muted);margin:0}.processing-spinner{width:48px;height:48px;margin:0 auto;border:4px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.hidden{display:none!important}.login-screen,.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg);padding:20px}.login-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:40px;width:100%;max-width:380px;text-align:center}.login-card .logo{height:40px;margin-bottom:32px}.login-card h2{font-size:1.25rem;margin-bottom:8px}.login-card p{color:var(--text-muted);font-size:.9rem;margin-bottom:24px}.login-input{width:100%;padding:12px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;margin-bottom:16px}.login-input:focus{outline:none;border-color:var(--cyan)}.login-btn{width:100%;padding:12px 24px;background:var(--gradient);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.login-btn:hover{opacity:.9}.login-error{color:#f44;font-size:.85rem;margin-bottom:16px;padding:8px 12px;background:#ff44441a;border-radius:6px}.loading-screen .logo{height:48px;margin-bottom:24px}.loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--cyan);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.loading-screen p{color:var(--text-muted);font-size:.9rem}.sync-error-banner{background:#ffaa0026;border:1px solid rgba(255,170,0,.3);border-radius:8px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:12px}.sync-error-banner.critical{background:#ff444426;border-color:#ff44444d}.sync-error-banner span{color:#fa0;font-size:.85rem}.sync-error-banner.critical span{color:#f44}.sync-error-banner button{padding:6px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:var(--text);font-size:.8rem;cursor:pointer;white-space:nowrap}.sync-error-banner button:hover{background:#ffffff26}.slideshow-card-preview{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.slideshow-card-preview.theme-dark{background:linear-gradient(135deg,#0a0a0f,#1a1a2e)}.slideshow-card-preview.theme-light{background:linear-gradient(135deg,#fafafa,#e9ecef)}.slideshow-card-preview.theme-light h3,.slideshow-card-preview.theme-light p{color:#1a1a1a}.slideshow-card-preview.theme-gradient{background:linear-gradient(135deg,#00d4ff,#7b2fff,#ff006e)}.slideshow-card-preview.theme-minimal{background:#fff}.slideshow-card-preview.theme-minimal h3,.slideshow-card-preview.theme-minimal p{color:#333}.slideshow-card-preview.theme-bold{background:#000}.slideshow-card-preview.theme-brand{background:linear-gradient(135deg,var(--purple),var(--cyan))}.quote-picker-list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.quote-picker-item{padding:16px 48px 16px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.quote-picker-item:hover{border-color:var(--cyan);background:var(--bg-hover)}.quote-picker-item:hover .quote-picker-arrow{opacity:1;color:var(--cyan)}.quote-picker-title{font-weight:600;margin-bottom:4px}.quote-picker-meta{font-size:.85rem;color:var(--text-muted)}.quote-picker-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);opacity:.3;transition:all .2s}.quote-picker-arrow svg{width:18px;height:18px}.creating-slides-spinner{width:48px;height:48px;margin:0 auto;border:3px solid var(--border);border-top-color:var(--cyan);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.slides-editor-layout{display:flex;gap:24px}.slides-sidebar{width:280px;flex-shrink:0}.slides-main{flex:1;display:flex;flex-direction:column}.slides-top-toolbar{display:flex;justify-content:flex-start;align-items:center;padding:12px 16px;background:#fff;border-radius:12px;margin-bottom:16px;gap:20px;flex-wrap:wrap}.slides-top-toolbar .toolbar-label{color:#666}.slides-theme-bar{display:flex;align-items:center;gap:8px}.toolbar-label{font-size:.8rem;color:var(--text-muted);font-weight:600}.toolbar-select{padding:6px 12px;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.8rem;cursor:pointer}.slides-top-toolbar .toolbar-select{background:#f5f5f5;border-color:#ddd;color:#333}.toolbar-select:focus{outline:none;border-color:var(--cyan)}.slides-layout-bar{display:flex;align-items:center;gap:8px}.slides-layout-btn{display:flex;align-items:center;justify-content:center;padding:6px 10px;background:var(--bg);border:1px solid var(--border);border-radius:6px;cursor:pointer;color:var(--text-muted);transition:all .2s}.slides-top-toolbar .slides-layout-btn{background:#f5f5f5;border-color:#ddd;color:#666}.slides-layout-btn:hover{border-color:var(--cyan);color:var(--text)}.slides-layout-btn.active{border-color:var(--cyan);background:var(--cyan);color:#000}.slides-logo-toggle,.slides-image-toggle{display:flex;align-items:center;gap:8px}.toolbar-logo-mini{height:20px;width:auto;opacity:.7}.toggle-switch{position:relative;width:36px;height:20px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background:var(--bg);border:1px solid var(--border);border-radius:20px;cursor:pointer;transition:all .2s}.slides-top-toolbar .toggle-slider{background:#e0e0e0;border-color:#ccc}.toggle-slider:before{content:"";position:absolute;width:14px;height:14px;left:2px;top:2px;background:var(--text-muted);border-radius:50%;transition:all .2s}.slides-top-toolbar .toggle-slider:before{background:#999}.toggle-switch input:checked+.toggle-slider{background:var(--cyan);border-color:var(--cyan)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(16px);background:#000}.toolbar-logo{height:28px;width:auto;object-fit:contain;background:#ffffff1a;padding:4px 8px;border-radius:6px}.slide-thumbnails{display:flex;flex-direction:column;gap:8px;margin-bottom:12px;max-height:400px;overflow-y:auto}.slide-thumb{display:flex;align-items:center;gap:10px;padding:10px;background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .2s;position:relative}.slide-thumb:hover{border-color:var(--cyan)}.slide-thumb.active{border-color:var(--cyan);background:var(--bg-hover)}.slide-thumb-number{width:24px;height:24px;background:var(--bg-hover);border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:var(--text-muted)}.slide-thumb-content{flex:1;min-width:0}.slide-thumb-type{font-size:.7rem;color:var(--cyan);text-transform:uppercase}.slide-thumb-headline{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slide-thumb-delete{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--text-muted);cursor:pointer;opacity:0;transition:opacity .2s}.slide-thumb:hover .slide-thumb-delete{opacity:1}.slide-thumb-delete:hover{color:#f44}.slide-thumb-delete svg{width:14px;height:14px}.slides-theme-swatches{display:flex;flex-wrap:wrap;gap:8px}.slides-theme-swatch{padding:8px 12px;background:var(--bg);border:1px solid var(--border);border-radius:6px;font-size:.8rem;cursor:pointer;transition:all .2s}.slides-theme-swatch:hover{border-color:var(--cyan)}.slides-theme-swatch.active{border-color:var(--cyan);background:var(--bg-hover);color:var(--cyan)}.slides-logos{display:flex;flex-direction:column;gap:12px}.slides-logo-item{display:flex;align-items:center;gap:10px;padding:10px;background:var(--bg);border-radius:8px}.slides-logo{height:24px;width:auto;max-width:80px;object-fit:contain}.slides-logo-item span{font-size:.8rem;color:var(--text-muted)}.slide-editor-wrapper{display:flex;flex-direction:column;gap:16px}.slideshow-preview{aspect-ratio:16/9;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.slideshow-preview.theme-dark{background:#0a0a0f;color:#fff}.slideshow-preview.theme-light{background:#fafafa;color:#1a1a1a}.slideshow-preview.theme-gradient{background:linear-gradient(135deg,#00d4ff,#7b2fff,#ff006e);color:#fff}.slideshow-preview.theme-minimal{background:#fff;color:#333;font-family:Georgia,serif}.slideshow-preview.theme-bold{background:#000;color:#fff}.slideshow-preview.theme-brand{background:linear-gradient(135deg,var(--brand-color, #7b2fff),#1a1a2e);color:#fff}.slideshow-preview .slideshow-slide{width:100%;height:100%;max-width:none;padding:24px 32px}.slideshow-preview .slideshow-slide.slideshow-split{padding:32px 48px!important;gap:32px!important}.slideshow-preview .slideshow-split-left.text-side,.slideshow-preview .slideshow-split-right.text-side{padding:16px 28px!important}.slideshow-preview .slideshow-split-left.image-side,.slideshow-preview .slideshow-split-right.image-side{padding:12px!important}.slideshow-preview .slideshow-headline{font-size:1.1rem;margin-bottom:10px}.slideshow-preview .slideshow-split .slideshow-headline{font-size:.95rem;margin-bottom:8px;margin-left:0}.slideshow-preview .slideshow-split .slideshow-bullets{margin-left:0}.slideshow-preview .slideshow-subtitle{font-size:.8rem}.slideshow-preview .slideshow-caption{font-size:.75rem}.slideshow-preview .slideshow-bullets{font-size:.75rem;margin-top:8px}.slideshow-preview .slideshow-bullets li{padding-left:14px;margin-bottom:4px}.slideshow-preview .slideshow-bullets li:before{font-size:.9rem}.slideshow-preview .slideshow-image-only{padding:24px}.slideshow-preview .placeholder{opacity:.4;font-style:italic}.slide-image-placeholder-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:80px;color:#ffffff4d;font-size:.85rem;border:2px dashed rgba(255,255,255,.2);border-radius:8px;cursor:pointer}.theme-light .slide-image-placeholder-text,.theme-minimal .slide-image-placeholder-text{color:#0000004d;border-color:#0000001a}.slideshow-image-only-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.slide-edit-panel{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.slide-edit-panel .edit-field{display:flex;flex-direction:column;gap:6px}.slide-edit-panel .edit-field label{font-size:.8rem;color:var(--text-muted);font-weight:500}.slide-edit-panel .form-input{width:100%}.slide-edit-panel textarea.form-input{min-height:60px;resize:vertical}.edit-bullets{display:flex;flex-direction:column;gap:8px}.edit-bullet-row{display:flex;gap:8px;align-items:center}.edit-bullet-row .form-input{flex:1}.btn-icon{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:6px;border-radius:4px}.btn-icon:hover{color:#f44;background:#ff00001a}.btn-sm{padding:6px 12px;font-size:.85rem}.slides-bullets-toggle{display:flex;align-items:center;gap:8px}.slideshow-container{position:fixed;inset:0;z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center}.slideshow-container.theme-dark{background:#0a0a0f;color:#fff}.slideshow-container.theme-light{background:#fafafa;color:#1a1a1a}.slideshow-container.theme-gradient{background:linear-gradient(135deg,#00d4ff,#7b2fff,#ff006e);color:#fff}.slideshow-container.theme-minimal{background:#fff;color:#333;font-family:Georgia,serif}.slideshow-container.theme-bold{background:#000;color:#fff}.slideshow-slide{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 80px;text-align:center;width:100%;max-width:1000px;margin:0 auto;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.slideshow-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;text-align:left;width:100%;height:auto;max-width:1200px;padding:40px 60px}.slideshow-split-left{display:flex;flex-direction:column;justify-content:center}.slideshow-split-right{display:flex;align-items:center;justify-content:center}.slideshow-split-left.text-side,.slideshow-split-right.text-side{padding:20px}.slideshow-split-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.slideshow-slide.image-full{padding:40px;max-width:none}.slideshow-split.image-full{gap:40px;padding:40px}.slideshow-split.image-full .slideshow-split-right.image-side,.slideshow-split.image-full .slideshow-split-left.image-side{padding:0;overflow:hidden}.slideshow-split.image-full .slideshow-split-right.text-side,.slideshow-split.image-full .slideshow-split-left.text-side{padding:20px 0}.slideshow-split.image-full .slideshow-split-image{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:12px}.slideshow-caption{font-size:1.3rem;line-height:1.6;opacity:.85;margin-top:20px}.slideshow-headline{font-size:3rem;font-weight:700;margin-bottom:24px;line-height:1.2}.slideshow-split .slideshow-headline{font-size:2.25rem;margin-bottom:16px}.theme-bold .slideshow-headline{font-size:4rem;font-weight:800}.slideshow-subtitle{font-size:1.4rem;opacity:.8;line-height:1.6;max-width:600px}.slideshow-caption{font-size:1.1rem;line-height:1.7;opacity:.85}.slideshow-bullets{list-style:none;text-align:left;font-size:1.25rem;line-height:1.8;margin-top:16px}.slideshow-bullets li{position:relative;padding-left:28px;margin-bottom:8px}.slideshow-bullets li:before{content:"•";position:absolute;left:0;color:var(--cyan);font-size:1.5rem;line-height:1}.theme-light .slideshow-bullets li:before,.theme-minimal .slideshow-bullets li:before{color:var(--purple)}.slideshow-image{max-width:80%;max-height:60vh;border-radius:12px;margin-top:30px}.slideshow-image-only{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:60px}.slideshow-center-image{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:12px}.slideshow-image-only.image-full{padding:40px}.slideshow-image-only.image-full .slideshow-center-image{max-width:100%;max-height:80vh;border-radius:8px}.slideshow-stats{display:flex;gap:80px;margin-top:40px}.slideshow-stat{text-align:center}.slideshow-stat-value{font-size:4rem;font-weight:800;color:var(--cyan)}.theme-light .slideshow-stat-value,.theme-minimal .slideshow-stat-value{color:var(--purple)}.slideshow-stat-label{font-size:1.2rem;opacity:.7;margin-top:8px}.slideshow-break{width:150px;height:6px;background:var(--gradient);border-radius:3px}.slideshow-controls{position:fixed;bottom:30px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:24px;background:#00000080;padding:12px 24px;border-radius:50px;backdrop-filter:blur(10px)}.slideshow-nav{width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.slideshow-nav:hover:not(:disabled){background:#fff3}.slideshow-nav:disabled{opacity:.3;cursor:not-allowed}.slideshow-nav svg{width:20px;height:20px}.slideshow-progress{text-align:center;min-width:120px}.slideshow-progress span{font-size:.9rem;color:#fffc}.slideshow-progress-bar{width:100%;height:4px;background:#fff3;border-radius:2px;margin-top:8px;overflow:hidden}.slideshow-progress-fill{height:100%;background:var(--cyan);transition:width .3s}.slideshow-exit{position:fixed;top:20px;right:20px;background:#00000080;border:none;color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:8px;backdrop-filter:blur(10px);transition:all .2s}.slideshow-exit:hover{background:#000000b3}.slideshow-exit svg{width:16px;height:16px}.slideshow-logos{position:fixed;top:20px;left:20px;display:flex;align-items:center;gap:16px;z-index:10}.slideshow-logo{height:28px;width:auto;max-width:120px;object-fit:contain;opacity:.9}.slideshow-logo-client{padding-left:16px;border-left:1px solid rgba(255,255,255,.2)}.theme-light .slideshow-logo-client,.theme-minimal .slideshow-logo-client{border-left-color:#0000001a}.theme-light .slideshow-logo-client,.theme-minimal .slideshow-logo-client{filter:none}.slideshow-container.theme-brand,.theme-brand .slideshow-stat-value{color:#fff}.theme-brand .slideshow-bullets li:before{color:#fffc}.asset-upload-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:24px;margin-bottom:24px;position:relative}.asset-upload-close{position:absolute;top:12px;right:12px;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:8px}.asset-upload-close:hover{color:var(--text)}.asset-upload-close svg{width:18px;height:18px}.asset-upload-tabs{display:flex;gap:8px;margin-bottom:20px}.asset-tab{padding:10px 16px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;gap:8px;font-size:.9rem;transition:all .2s}.asset-tab:hover{border-color:var(--cyan);color:var(--text)}.asset-tab.active{border-color:var(--cyan);color:var(--cyan);background:var(--bg-hover)}.asset-tab svg{width:16px;height:16px}.asset-upload-dropzone{border:2px dashed var(--border);border-radius:12px;padding:48px;text-align:center;transition:all .2s;cursor:pointer}.asset-upload-dropzone:hover,.asset-upload-dropzone.dragover{border-color:var(--cyan);background:#00d4ff0d}.dropzone-content svg{width:48px;height:48px;color:var(--text-muted);margin-bottom:16px}.dropzone-content p{margin-bottom:8px}.dropzone-link{color:var(--cyan);cursor:pointer;text-decoration:underline}.dropzone-hint{font-size:.8rem;color:var(--text-muted)}.asset-url-form{max-width:400px}.asset-url-form .form-group{margin-bottom:16px}.assets-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;flex-wrap:wrap}.assets-filters{display:flex;gap:8px}.filter-btn{padding:8px 14px;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.85rem;display:flex;align-items:center;gap:6px;transition:all .2s}.filter-btn:hover{border-color:var(--cyan);color:var(--text)}.filter-btn.active{border-color:var(--cyan);color:var(--cyan);background:var(--bg-hover)}.filter-btn svg{width:14px;height:14px}.assets-search{flex:1;max-width:300px}.assets-search .form-input{width:100%}.assets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.asset-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .2s;cursor:pointer}.asset-card:hover{border-color:var(--cyan);transform:translateY(-2px)}.asset-preview{height:140px;background:var(--bg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.asset-preview img{max-width:100%;max-height:100%;object-fit:contain;padding:16px}.asset-preview-url{background:linear-gradient(135deg,var(--purple),var(--cyan))}.asset-url-icon{color:#fffc}.asset-url-icon svg{width:40px;height:40px}.asset-placeholder svg{width:40px;height:40px;color:var(--text-muted)}.asset-type-badge{position:absolute;top:8px;right:8px;background:#0009;color:#fff;padding:4px 8px;border-radius:4px;font-size:.7rem;text-transform:uppercase}.asset-info{padding:14px}.asset-name{font-weight:600;margin-bottom:4px}.asset-client{font-size:.85rem;color:var(--text-muted);margin-bottom:8px}.asset-tags{display:flex;flex-wrap:wrap;gap:6px}.asset-tag{background:var(--bg-hover);padding:2px 8px;border-radius:4px;font-size:.75rem;color:var(--text-muted)}.asset-actions{display:flex;border-top:1px solid var(--border);opacity:0;transition:opacity .2s}.asset-card:hover .asset-actions{opacity:1}.asset-action-btn{flex:1;padding:10px;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.asset-action-btn:hover{background:var(--bg-hover);color:var(--cyan)}.asset-action-btn.asset-delete:hover{color:#f44}.asset-action-btn svg{width:16px;height:16px}.asset-action-btn:not(:last-child){border-right:1px solid var(--border)}.archive-section{margin-bottom:32px}.archive-section-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;margin-bottom:12px;color:var(--text-muted)}.archive-section-title svg{width:18px;height:18px}.archive-list{display:flex;flex-direction:column;gap:8px}.archive-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:var(--card);border-radius:10px;border:1px solid var(--border)}.archive-item-title{font-weight:600;margin-bottom:4px}.archive-item-meta{font-size:.85rem;color:var(--text-muted)}.archive-item-actions{display:flex;gap:8px}.card-archive-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;background:#0009;border:none;border-radius:6px;color:#fff;cursor:pointer;opacity:0;transition:all .2s;display:flex;align-items:center;justify-content:center}.card-archive-btn svg{width:14px;height:14px}.card-archive-btn:hover{background:#000c}.template-card:hover .card-archive-btn{opacity:1}.template-card{position:relative}.webcam-bubble{position:fixed;bottom:2rem;right:2rem;width:160px;height:160px;border-radius:50%;overflow:hidden;border:4px solid var(--cyan);background:#000;cursor:grab;z-index:1200;box-shadow:0 8px 32px #00000080}.webcam-bubble.recording{border-color:#dc2626;animation:pulse-border 1.5s infinite}.webcam-bubble.dragging{cursor:grabbing}.webcam-bubble video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}@keyframes pulse-border{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 12px #dc262600}}.recording-indicator{position:fixed;top:1rem;left:50%;transform:translate(-50%);background:#000c;padding:.75rem 1.5rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;z-index:1200;color:#fff;font-size:.875rem;font-weight:600}.recording-indicator.recording .recording-dot{background:#dc2626;animation:pulse-dot 1s infinite}.recording-indicator.recording span{color:#dc2626}.recording-dot{width:12px;height:12px;border-radius:50%;background:var(--cyan)}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.webcam-controls{position:fixed;bottom:2rem;left:calc(2rem + 180px);z-index:1200;display:flex;gap:.5rem}.webcam-rec-btn{padding:.625rem 1rem;border-radius:8px;border:none;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.webcam-rec-btn.start{background:#dc2626;color:#fff}.webcam-rec-btn.start:hover{background:#b91c1c}.webcam-rec-btn.stop{background:#dc2626;color:#fff;animation:pulse-bg 1s infinite}.webcam-rec-btn.save{background:var(--cyan);color:#000}.webcam-rec-btn.cancel{background:var(--border);color:var(--text)}.webcam-rec-btn.cancel:hover{background:var(--bg-hover)}@keyframes pulse-bg{0%,to{opacity:1}50%{opacity:.7}}.narration-btn{background:#dc2626;border:none;color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s}.narration-btn:hover{background:#b91c1c}.narration-btn.has-narration{background:var(--cyan);color:#000}.narration-playback{position:fixed;bottom:2rem;left:2rem;width:160px;height:160px;border-radius:50%;overflow:hidden;border:4px solid var(--cyan);background:#000;cursor:grab;z-index:1100;box-shadow:0 8px 32px #00000080}.narration-playback video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.narration-playback-controls{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.slideshow-record-btn{position:fixed;top:1rem;right:1rem;z-index:1100;display:flex;gap:.5rem}.recordings-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 4px}.recordings-select-all{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.875rem}.recordings-bulk-actions{display:flex;gap:8px}.recordings-bulk-actions .btn{background:#ff646426;border-color:#ff6b6b;color:#ff6b6b}.recordings-bulk-actions .btn:hover{background:#ff646440}.recordings-list{display:flex;flex-direction:column;gap:8px}.recording-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--bg-card);border-radius:10px;border:1px solid var(--border);cursor:pointer;transition:all .15s}.recording-item:hover{background:var(--bg-hover);border-color:var(--accent)}.recording-item.selected{background:#00d4ff1a;border-color:var(--accent)}.recording-checkbox{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.recording-thumb{width:48px;height:48px;border-radius:50%;overflow:hidden;background:var(--bg-hover);flex-shrink:0;display:flex;align-items:center;justify-content:center}.recording-thumb img{width:100%;height:100%;object-fit:cover}.recording-thumb-placeholder{color:var(--text-muted)}.recording-thumb-placeholder svg{width:20px;height:20px}.recording-info{flex:1}.recording-source{font-size:.75rem;color:var(--accent);font-weight:500;text-transform:uppercase;letter-spacing:.5px}.recording-date{font-size:.875rem;color:var(--text-muted)}.recording-actions{display:flex;gap:8px}.recording-playback-modal{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000}.recording-playback-content{position:relative;max-width:90vw;max-height:90vh}.recording-playback-content video{max-width:100%;max-height:80vh;border-radius:12px}.recording-playback-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:8px}.recording-playback-close svg{width:24px;height:24px}.quote-record-wrapper{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px;transition:background .3s}.quote-record-controls{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1100;display:flex;gap:24px;align-items:center;background:#000000e6;padding:12px 24px;border-radius:12px}.quote-record-controls .slideshow-record-btn{position:static}.brand-picker{display:flex;gap:12px}.brand-pick{background:#ffffff1a;border:2px solid transparent;border-radius:8px;padding:10px 16px;cursor:pointer;transition:all .15s}.brand-pick img{height:24px;display:block}.brand-pick:hover{background:#fff3}.brand-pick.active{border-color:var(--cyan);background:#00d4ff26}.titlebar-logos{display:flex;align-items:center;gap:12px;flex:1}.titlebar-brand-logo{height:20px}.titlebar-client-logo{height:24px;max-width:120px;object-fit:contain}.titlebar-client-logo.logo-with-background{background:#fff;padding:4px 8px;border-radius:4px}.titlebar-logo-divider{color:#999;font-size:14px;font-weight:300}.titlebar-dots{display:flex;gap:6px}.quote-record-titlebar{background:#fff;padding:12px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #e0e0e0}.quote-record-window{width:100%;max-width:900px;height:calc(100vh - 120px);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 80px #00000080;display:flex;flex-direction:column}.titlebar-dot{width:12px;height:12px;border-radius:50%}.titlebar-dot.red{background:#ff5f57}.titlebar-dot.yellow{background:#ffbd2e}.titlebar-dot.green{background:#28ca41}.titlebar-title{flex:1;text-align:center;font-size:13px;color:#666;font-weight:500}.quote-record-preview{flex:1;overflow-y:auto;background:#fafafa}.quote-preview-content{max-width:800px;margin:0 auto;padding:20px}.preview-block-hero{padding:60px 40px 80px;text-align:center;background:linear-gradient(135deg,var(--cyan),var(--purple),var(--pink));color:#fff}.preview-block-hero.theme-cyan{background:linear-gradient(135deg,#00d4ff,#09c)}.preview-block-hero.theme-purple{background:linear-gradient(135deg,#7b2fff,#5a1fcc)}.preview-block-hero.theme-blue{background:linear-gradient(135deg,#06f,#04c)}.preview-block-hero.theme-dark{background:linear-gradient(135deg,#1a1a2e,#16213e)}.preview-block-hero.theme-light{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#1a1a1a}.preview-block-hero.theme-mint{background:linear-gradient(135deg,#00c896,#00a67d)}.preview-client-logo-section{margin-bottom:40px}.preview-client-logo{max-height:80px;max-width:200px;object-fit:contain}.preview-client-logo.logo-with-background{background:#fff;padding:12px 20px;border-radius:8px}.preview-client-logo-large{max-height:120px;max-width:300px;object-fit:contain}.preview-client-logo-large.logo-with-background{background:#fff;padding:16px 28px;border-radius:10px}.preview-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:16px}.preview-hero-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:40px}.preview-hero-meta{display:flex;justify-content:center;gap:48px;padding-top:40px;border-top:1px solid rgba(255,255,255,.2)}.preview-block-hero.theme-light .preview-hero-meta{border-top-color:#ddd}.preview-meta-item .label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:4px}.preview-meta-item .value{font-weight:600}.preview-block-section{padding:40px}.preview-block-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.preview-block-section p{color:#666;line-height:1.7;white-space:pre-wrap}.preview-block-pricing{padding:40px}.preview-block-pricing h3{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:20px}.preview-pricing-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.preview-pricing-table th{text-align:left;padding:14px 16px;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #eee}.preview-pricing-table td{padding:18px 16px;border-bottom:1px solid #eee}.preview-pricing-table tr:last-child td{border-bottom:none}.preview-item-name{font-weight:600;color:#1a1a1a}.preview-item-desc{font-size:.85rem;color:#666;margin-top:4px}.preview-pricing-total{display:flex;justify-content:space-between;padding:24px 16px;font-size:1.4rem;font-weight:700;background:#f9f9f9;border-radius:12px;margin-top:16px}.preview-block-divider{padding:20px 40px}.preview-block-divider hr{border:none;height:1px;background:#eee}.preview-block-split{display:grid;grid-template-columns:1fr 1fr;min-height:300px}.preview-split-content{padding:40px;display:flex;flex-direction:column;justify-content:center}.preview-split-content h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:16px}.preview-split-content p{color:#666;line-height:1.7}.preview-split-image{background:#f5f5f5}.preview-split-image img{width:100%;height:100%;object-fit:cover}.preview-block-accept{padding:60px 40px;text-align:center;background:linear-gradient(180deg,#f5f5f5,#fff);border-top:1px solid #eee}.preview-terms{font-size:.9rem;color:#666;margin-bottom:30px;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}.preview-accept-btn{padding:18px 60px;font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,var(--cyan),var(--purple),var(--pink));border:none;border-radius:12px;color:#fff;cursor:default}
