:root{--zs-text: #202223;--zs-text-secondary: #6d7175;--zs-text-muted: #8c9196;--zs-text-subtle: #4f5358;--zs-bg: #f6f6f7;--zs-bg-alt: #f9f9f9;--zs-bg-card: #ffffff;--zs-bg-warm: #f6f5ef;--zs-bg-hover: #f4f6f8;--zs-bg-soft: #fbfbfb;--zs-border: #e1e3e5;--zs-border-light: #f0f0f0;--zs-border-input: #c9cccf;--zs-accent: #202223;--zs-success: #008060;--zs-danger: #d72c0d;--zs-link: #2c6ecb;--zs-radius-sm: 6px;--zs-radius-md: 8px;--zs-radius-lg: 12px;--zs-shadow-sm: 0 1px 3px rgba(0, 0, 0, .02);--zs-shadow-md: 0 2px 4px rgba(0, 0, 0, .02);--zs-shadow-hover: 0 8px 16px rgba(0, 0, 0, .06);--zs-shadow-modal: 0 20px 40px rgba(0, 0, 0, .15);--zs-font: -apple-system, "Inter", system-ui, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}.zs-page{display:flex;flex-direction:column;background:var(--zs-bg);min-height:100vh;font-family:var(--zs-font)}.zs-page-alt{background:var(--zs-bg-alt);min-height:100vh;font-family:var(--zs-font);padding:40px 32px}.zs-page-centered{max-width:1400px;margin:0 auto;width:100%}.zs-page-narrow{max-width:800px;margin:0 auto}.zs-page-header{background:var(--zs-bg-card);padding:20px 32px;border-bottom:1px solid var(--zs-border-light);display:flex;justify-content:space-between;align-items:center}.zs-page-header h1{font-size:20px;font-weight:600;color:var(--zs-text);margin:0}.zs-page-header-split{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.zs-page-header-split h1{font-size:24px;font-weight:600;color:var(--zs-text);margin:0 0 8px}.zs-page-header-split p{font-size:14px;color:var(--zs-text-secondary);margin:0}.zs-btn{padding:8px 16px;border-radius:var(--zs-radius-sm);font-size:14px;font-weight:600;cursor:pointer;border:none;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.zs-btn-primary{background:var(--zs-accent);color:#fff}.zs-btn-primary:hover{opacity:.9}.zs-btn-secondary{background:var(--zs-border);color:var(--zs-text);box-shadow:inset 0 1px #fff6}.zs-btn-secondary:hover{background:var(--zs-border-input)}.zs-btn-danger{padding:8px 12px;background:var(--zs-bg-card);color:var(--zs-danger);border:1px solid var(--zs-danger);border-radius:var(--zs-radius-sm);font-size:13px;font-weight:600;cursor:pointer}.zs-btn-danger:disabled{cursor:not-allowed;opacity:.6}.zs-btn-outline{padding:10px 20px;background:transparent;border:1px solid var(--zs-accent);color:var(--zs-accent);border-radius:20px;font-weight:600;cursor:pointer}.zs-btn-outline:hover{background:var(--zs-bg-hover)}.zs-btn-back{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-size:14px;color:var(--zs-text)}.zs-btn-install{flex:1;padding:14px;background:var(--zs-accent);color:#fff;border:none;border-radius:var(--zs-radius-md);font-size:15px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.zs-btn-install:disabled{cursor:not-allowed;opacity:.6}.zs-btn-uninstall{flex:1;padding:14px;background:var(--zs-bg-card);color:var(--zs-danger);border:1px solid var(--zs-danger);border-radius:var(--zs-radius-md);font-size:15px;font-weight:600;cursor:pointer}.zs-btn-uninstall:disabled{cursor:not-allowed;opacity:.6}.zs-btn-installed{padding:10px 20px;background:var(--zs-success);color:#fff;border:none;border-radius:var(--zs-radius-md);font-size:14px;font-weight:500;cursor:default}.zs-btn-save{width:50px;border:1px solid var(--zs-border-input);background:var(--zs-bg-card);border-radius:var(--zs-radius-md);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s}.zs-select{width:100%;padding:12px 40px 12px 16px;font-size:14px;border:1px solid var(--zs-border-input);border-radius:var(--zs-radius-md);background-color:var(--zs-bg-card);appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;color:var(--zs-text);background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width='20'%20height='20'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23202223'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline%20points='6%209%2012%2015%2018%209'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.zs-search-input{width:100%;padding:10px 16px 10px 42px;font-size:14px;border:1px solid var(--zs-border-input);border-radius:var(--zs-radius-md);outline:none;color:var(--zs-text);box-shadow:inset 0 1px 2px #0000000d;transition:border-color .2s,box-shadow .2s}.zs-card{background:var(--zs-bg-card);padding:24px;border-radius:var(--zs-radius-lg);border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-md)}.zs-card-warm{background:var(--zs-bg-warm);padding:24px;border-radius:var(--zs-radius-lg);border:1px solid var(--zs-border)}.zs-card h2{font-size:16px;font-weight:600;margin-top:0;margin-bottom:8px;color:var(--zs-text)}.zs-card p.subtitle{font-size:14px;color:var(--zs-text-secondary);margin-bottom:16px;margin-top:0}.zs-empty-state{text-align:center;padding:40px 20px;background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);border:1px dashed var(--zs-border-input)}.zs-empty-state p{font-size:16px;color:var(--zs-text-secondary);margin:0 0 16px}.zs-stats-row{display:flex;gap:16px;background:var(--zs-bg-card);padding:24px;border-radius:var(--zs-radius-lg);border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-md)}.zs-stat{flex:1}.zs-stat-value{font-size:28px;font-weight:600;color:var(--zs-text);margin-bottom:4px}.zs-stat-label{font-size:13px;color:var(--zs-text-secondary)}.zs-stat-divider{width:1px;background:var(--zs-border)}.zs-section-card{background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);overflow:hidden;cursor:pointer;border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-md);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.zs-section-card:hover{transform:translateY(-2px);box-shadow:var(--zs-shadow-hover)}.zs-section-card-preview{height:180px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.zs-section-card-thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.zs-section-card-badges{position:absolute;z-index:1;top:12px;left:12px;display:flex;gap:8px}.zs-badge-popular{background:#fdf2f8;color:#db2777;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.zs-badge-new{background:#e0f2fe;color:#0284c7;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.zs-section-card-save{position:absolute;z-index:2;top:12px;right:12px}.zs-section-card-view{position:absolute;z-index:2;top:52px;right:12px}.zs-view-btn,.zs-save-btn{background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;font-size:14px}.zs-section-card-mock-title{position:relative;z-index:1;font-size:14px;font-weight:600;margin-bottom:12px;opacity:.9}.zs-section-card-mock-blocks{position:relative;z-index:1;display:flex;gap:6px}.zs-mock-block{background:#fff3;padding:8px;border-radius:4px;min-width:32px;font-weight:700}.zs-section-card-footer{padding:16px 20px;display:flex;justify-content:space-between;align-items:center}.zs-section-card-footer h3{font-size:15px;font-weight:500;color:var(--zs-text);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}.zs-section-card-price{font-size:15px;font-weight:500;color:var(--zs-text-secondary)}.zs-section-card-price-free{font-weight:700;color:#1c8f4a}.zs-section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.zs-browse{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--zs-bg);font-family:var(--zs-font)}.zs-browse-header{background:var(--zs-bg-card);padding:12px 24px;border-bottom:1px solid var(--zs-border);display:flex;gap:16px}.zs-browse-search-wrap{position:relative;flex:1}.zs-browse-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--zs-text-muted);display:flex;align-items:center}.zs-browse-search-btn{padding:10px 24px;background:var(--zs-accent);border:1px solid var(--zs-border-input);border-radius:var(--zs-radius-sm);cursor:pointer;display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:#fff;z-index:1}.zs-browse-mobile-header,.zs-sidebar-toggle{display:none}.zs-sidebar-overlay{display:none!important}.zs-browse-main{display:flex;flex:1;overflow:hidden;max-width:1400px;margin:0 auto;width:100%}.zs-browse-content{flex:1;padding:32px;overflow-y:auto}.zs-browse-content h2{font-size:18px;color:var(--zs-text);margin-bottom:24px;margin-top:0}.zs-browse-empty{text-align:center;padding:48px;background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);border:1px solid var(--zs-border)}.zs-browse-empty p{color:var(--zs-text-secondary);font-size:16px}.sb{width:220px;background:#fff;border-right:1px solid #e5e5e5;font-family:var(--zs-font);overflow-y:auto;flex-shrink:0}.sb-header{padding:14px 6px 12px}.sb-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#111;margin-bottom:10px}.search{display:flex;align-items:center;gap:7px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:8px;padding:7px 10px}.search input{border:none;background:transparent;font-size:12px;color:#111;outline:none;width:100%}.search input::placeholder{color:#aaa}.search span{font-size:12px;color:#aaa}.sec-label{padding:10px 16px 2px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:550;letter-spacing:0;color:#303030;text-transform:none}.item{display:flex;align-items:center;gap:10px;padding:7px 14px;font-size:13px;color:#303030;font-weight:550;cursor:pointer;margin:1px 6px;border-radius:7px}.item:hover{background:#f5f5f5;color:#111}.item.active{background:#f0f0f0;color:#111;font-weight:500}.item svg{flex-shrink:0;opacity:.75}.item:hover svg,.item.active svg{opacity:1}.badge{margin-left:auto;font-size:10px;font-weight:600;padding:2px 7px;border-radius:20px}.b-hot{background:#fff0ec;color:#c0432a}.b-new{background:#eaf4ff;color:#1a6fc4}.b-free{background:#edfaf3;color:#1a7a4a}.b-count{background:#f0f0f0;color:#888}.divider{height:1px;background:#f0f0f0;margin:6px 16px}.zs-detail{background:var(--zs-bg);min-height:100vh}.zs-detail-header{background:var(--zs-bg-card);padding:16px 24px;border-bottom:1px solid var(--zs-border);display:flex;align-items:center;justify-content:space-between}.zs-detail-header .zs-actions{display:flex;gap:8px}.zs-detail-body{padding:24px;max-width:1400px;margin:0 auto}.zs-detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.zs-detail-preview{border-radius:var(--zs-radius-lg);height:400px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative}.zs-detail-preview .zs-emoji-icon{font-size:120px;opacity:.8}.zs-detail-preview .zs-price-badge{position:absolute;top:16px;left:16px;display:flex;gap:8px}.zs-price-badge span{background:var(--zs-success);color:#fff;padding:6px 12px;border-radius:var(--zs-radius-sm);font-size:12px;font-weight:600}.zs-detail-about{background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);padding:24px;border:1px solid var(--zs-border)}.zs-detail-about h2{font-size:16px;font-weight:600;margin-bottom:12px;color:var(--zs-text)}.zs-detail-about p{font-size:14px;color:var(--zs-text-secondary);line-height:1.6;margin:0}.zs-tag-list{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.zs-tag{background:var(--zs-bg);padding:4px 12px;border-radius:20px;font-size:12px;color:var(--zs-text-secondary)}.zs-detail-info{background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);padding:24px;border:1px solid var(--zs-border);margin-bottom:16px}.zs-detail-info h1{font-size:24px;font-weight:600;margin-bottom:8px;color:var(--zs-text)}.zs-detail-category{display:flex;align-items:center;gap:8px;margin-bottom:16px}.zs-detail-category span{background:var(--zs-bg);padding:4px 12px;border-radius:var(--zs-radius-sm);font-size:12px;color:var(--zs-text-secondary)}.zs-detail-price{font-size:28px;font-weight:700;color:var(--zs-success);margin-bottom:8px}.zs-detail-theme-card{background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);padding:24px;border:1px solid var(--zs-border);margin-bottom:16px}.zs-detail-theme-card h3{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--zs-text)}.zs-installed-badge{margin-top:12px;padding:12px;background:#f0fdf4;border-radius:var(--zs-radius-md);display:flex;align-items:center;gap:8px}.zs-installed-badge span{font-size:13px;color:var(--zs-success)}.zs-how-to-use{background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);padding:24px;border:1px solid var(--zs-border)}.zs-how-to-use h3{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--zs-text)}.zs-how-to-use ol{margin:0;padding-left:20px;color:var(--zs-text-secondary);font-size:13px;line-height:2}.zs-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#f6f6f7;z-index:9999;display:flex;justify-content:center;align-items:stretch;padding:0;overflow:hidden}.zs-modal-v2{background:#f6f6f7;width:100%;max-width:100%;border-radius:0;overflow:hidden;box-shadow:none;font-family:var(--zs-font);color:#1a1a1a;display:flex;flex-direction:column}.zsm-actions-bar{display:flex;align-items:center;gap:12px;background:#fff;border-radius:14px 14px 0 0;padding:12px 18px;border:.5px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #00000008;margin:14px 14px 0;border-bottom:none;flex-wrap:wrap}.zsm-icon-btn{width:46px;height:46px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;border:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .06s ease;font-family:inherit}.zsm-icon-btn svg{width:18px;height:18px;transition:transform .18s ease}.zsm-icon-btn:active{transform:translateY(.5px)}.zsm-dark{background:#1a1a1a;color:#fff}.zsm-dark:hover{background:#333}.zsm-outline{background:linear-gradient(180deg,#fff,#fbfbfc);border:1px solid rgba(15,23,42,.1);color:#475569;box-shadow:0 1px #0f172a05,0 1px 2px #0f172a0a}.zsm-outline:hover{border-color:#e11d4859;color:#e11d48;box-shadow:0 1px #0f172a05,0 4px 12px #e11d481a}.zsm-outline:hover svg{transform:scale(1.08)}.zsm-outline:active{background:#fafafa}.zsm-outline-saved{color:#e11d48;border-color:#e11d4859;background:linear-gradient(180deg,#fff1f3,#ffe4e8);box-shadow:inset 0 1px #fff9,0 1px 2px #e11d481f}.zsm-outline-saved:hover{border-color:#e11d4880;box-shadow:inset 0 1px #fff9,0 4px 12px #e11d482e}.zsm-close-btn{width:28px;height:28px;border-radius:7px;background:transparent;color:#6b6f76;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s}.zsm-close-btn svg{width:17px;height:17px}.zsm-close-btn:hover{background:#f0ede3;color:#1a1a1a}.zsm-title-block h1{font-size:17px;font-weight:600;margin-bottom:3px;letter-spacing:-.01em}.zsm-title-block p{font-size:12.5px;color:#6b6f76;margin:0}.zsm-price-block{text-align:left;margin-right:auto}.zsm-price-row{display:flex;align-items:baseline;gap:8px}.zsm-price-now{font-size:22px;font-weight:600}.zsm-price-old{font-size:14px;color:#9ca0a6;text-decoration:line-through}.zsm-price-disc{background:#e3f3e1;color:#1c5a31;font-size:11px;font-weight:600;padding:3px 8px;border-radius:6px}.zsm-price-meta{font-size:11.5px;color:#6b6f76;margin-top:2px}.zsm-theme-select-wrapper{position:relative}.zsm-theme-select-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(180deg,#fff,#fbfbfc);border:1px solid rgba(15,23,42,.1);border-radius:12px;padding:7px 12px 7px 8px;font-size:13px;cursor:pointer;min-width:200px;height:46px;color:#0f172a;font-weight:500;transition:border-color .18s ease,box-shadow .18s ease,transform .06s ease;font-family:inherit;box-shadow:0 1px #0f172a05,0 1px 2px #0f172a0a;position:relative}.zsm-theme-select-icon{width:30px;height:30px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#4338ca}.zsm-theme-select-icon svg{width:15px;height:15px}.zsm-theme-select-btn:hover{border-color:#0f172a2e;box-shadow:0 1px #0f172a05,0 4px 12px #0f172a0f}.zsm-theme-select-btn:active{transform:translateY(.5px)}.zsm-theme-select-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1;flex:1;min-width:0;padding-right:4px}.zsm-theme-select-eyebrow{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:2px}.zsm-theme-select-label{font-size:13px;font-weight:600;color:#0f172a;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.zsm-theme-select-chevron{width:14px;height:14px;flex-shrink:0;color:#64748b;transition:transform .2s ease}.zsm-theme-select-chevron.open{transform:rotate(180deg)}.zsm-theme-select-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:10px;margin-top:4px;box-shadow:0 4px 12px #0000001a;z-index:100;max-height:200px;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.zsm-theme-option{width:100%;display:flex;align-items:center;gap:10px;padding:11px 14px;background:#fff;border:none;text-align:left;cursor:pointer;font-size:13px;color:#1a1a1a;font-family:inherit;transition:background .15s;border-bottom:1px solid rgba(0,0,0,.04)}.zsm-theme-option:last-child{border-bottom:none}.zsm-theme-option:hover{background:#f9f9f9}.zsm-theme-option.active{background:#f0f7f0;color:#1c8f4a;font-weight:600}.zsm-theme-option-name{flex:1}.zsm-theme-option-badge{display:inline-block;background:#e3f3e1;color:#1c5a31;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.02em}.zsm-theme-option-check{width:14px;height:14px;color:#1c8f4a;flex-shrink:0}.zsm-buy-btn{position:relative;background:linear-gradient(180deg,#1f2937,#0b1220);color:#fff;border:1px solid rgba(255,255,255,.06);padding:0 14px 0 8px;border-radius:12px;height:46px;font-size:13.5px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:10px;white-space:nowrap;font-family:inherit;letter-spacing:-.005em;box-shadow:inset 0 1px #ffffff14,0 1px #0f172a0a,0 6px 16px -6px #0f172a59;transition:transform .06s ease,box-shadow .2s ease,background .2s ease;overflow:hidden}.zsm-buy-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0f,#fff0 45%);pointer-events:none}.zsm-buy-btn-icon{width:30px;height:30px;border-radius:8px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#34d399,#10b981);color:#062b1c;box-shadow:inset 0 1px #fff6,0 1px 2px #00000040}.zsm-buy-btn-icon svg{width:16px;height:16px}.zsm-buy-btn-label{position:relative;z-index:1}.zsm-buy-btn-arrow{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:.85;transform:translate(0);transition:transform .18s ease,opacity .18s ease}.zsm-buy-btn-arrow svg{width:16px;height:16px}.zsm-buy-btn:hover:not(:disabled){background:linear-gradient(180deg,#283447,#0f1626);box-shadow:inset 0 1px #ffffff1a,0 1px #0f172a0d,0 10px 22px -8px #0f172a80}.zsm-buy-btn:hover:not(:disabled) .zsm-buy-btn-arrow{transform:translate(3px);opacity:1}.zsm-buy-btn:active:not(:disabled){transform:translateY(1px)}.zsm-buy-btn:disabled{opacity:.55;cursor:not-allowed}.zsm-buy-btn-danger{background:linear-gradient(180deg,#b91c1c,#7f1d1d);box-shadow:inset 0 1px #ffffff1a,0 6px 16px -6px #7f1d1d8c}.zsm-buy-btn-danger .zsm-buy-btn-icon{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#7f1d1d}.zsm-buy-btn-danger:hover:not(:disabled){background:linear-gradient(180deg,#dc2626,#991b1b)}.zsm-body{padding:0 14px 14px;flex:1;display:flex;flex-direction:column;overflow-y:auto}.zsm-toggle-bar-wrap{display:flex;justify-content:center;position:relative}.zsm-toggle-pill{background:#fff;border:.5px solid rgba(0,0,0,.08);border-top:none;border-radius:0 0 14px 14px;padding:7px 22px 8px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:12px;font-family:inherit;color:#1a1a1a;font-weight:500;transition:background .2s;box-shadow:0 4px 12px #0000000a}.zsm-toggle-pill:hover{background:#f0f0f0}.zsm-toggle-dot{width:6px;height:6px;border-radius:50%;background:#1c8f4a;flex-shrink:0}.zsm-toggle-text{white-space:nowrap}.zsm-chevron{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#6b6f76;transition:transform .3s cubic-bezier(.4,0,.2,1)}.zsm-chevron svg{width:12px;height:12px}.zsm-toggle-pill.open .zsm-chevron{transform:rotate(180deg)}.zsm-desc-wrap{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),opacity .3s;opacity:0}.zsm-desc-wrap.open{max-height:900px;opacity:1}.zsm-desc{background:#fff;border-radius:0 0 14px 14px;padding:26px 28px;border:.5px solid rgba(0,0,0,.06);box-shadow:0 1px 2px #00000005;border-top:none}.zsm-desc-header{text-align:center;padding-bottom:20px;border-bottom:.5px solid rgba(0,0,0,.06);margin-bottom:22px}.zsm-desc-header h2{font-size:17px;font-weight:600;margin-bottom:4px;letter-spacing:-.01em}.zsm-desc-header p{font-size:12.5px;color:#6b6f76;margin:0}.zsm-desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.zsm-eyebrow{font-size:11px;color:#6b6f76;letter-spacing:.7px;margin-bottom:16px;font-weight:600}.zsm-feature{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.zsm-feature:last-child{margin-bottom:0}.zsm-feature-ico{width:36px;height:36px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;align-self:flex-start}.zsm-feature-ico svg{width:17px;height:17px}.zsm-feature-text{display:flex;flex-direction:column;justify-content:center;min-width:0}.zsm-feature-text h4{font-size:13px;font-weight:600;margin-bottom:3px;margin-top:0;line-height:1.3}.zsm-feature-text p{font-size:12px;color:#6b6f76;line-height:1.5;margin:0}.zsm-check-list{list-style:none;margin:0 0 18px;padding:0}.zsm-check-list li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px}.zsm-check-ico{width:20px;height:20px;border-radius:50%;background:#e3f3e1;color:#1c5a31;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.zsm-check-ico svg{width:11px;height:11px}.zsm-video-card{display:flex;align-items:center;gap:12px;background:#f6f6f7;border-radius:10px;padding:13px 15px;cursor:pointer;transition:background .15s}.zsm-video-card:hover{background:#eaeaea}.zsm-video-thumb{width:42px;height:42px;border-radius:8px;background:#1a1a1a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.zsm-video-thumb svg{width:13px;height:13px}.zsm-video-info{display:flex;flex-direction:column;justify-content:center}.zsm-video-info h4{font-size:13px;font-weight:600;margin-top:0;margin-bottom:2px;line-height:1.3}.zsm-video-info p{font-size:11.5px;color:#6b6f76;margin:0}.zsm-preview-header{display:flex;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:12px;padding:0 2px}.zsm-preview-title{padding:6px 12px;border-radius:7px;background:#0e0e0c;color:#f6f6f4;font-size:12px;font-weight:600;font-family:inherit;border:1px solid #0e0e0c;cursor:pointer;display:inline-flex;align-items:center;gap:6px;margin-right:4px}.zsm-preview-live-dot{width:6px;height:6px;border-radius:50%;background:#1c8f4a;animation:zsm-pulse 2s infinite}@keyframes zsm-pulse{0%,to{opacity:1}50%{opacity:.35}}.zsm-preview-tabs{display:flex;gap:4px;background:#fff;padding:3px;border-radius:7px;border:.5px solid rgba(0,0,0,.06)}.zsm-preview-tab{padding:5px 13px;font-size:11px;font-family:inherit;font-weight:500;border-radius:5px;cursor:pointer;color:#6b6f76;background:transparent;border:none;transition:all .15s}.zsm-preview-tab:hover{color:#1a1a1a}.zsm-preview-tab.active{background:#1a1a1a;color:#fff}.zsm-live-preview-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-family:inherit;font-weight:600;border-radius:5px;cursor:pointer;color:#fff;background:#1a1a1a;border:none;transition:all .15s ease;margin-left:auto}.zsm-live-preview-btn:hover{background:#2d2d2d;transform:translateY(-1px)}.zsm-live-preview-btn:active{transform:translateY(0)}.zsm-preview-area{background:#f6f6f7;border-radius:14px;border:1px dashed rgba(0,0,0,.12);min-height:700px;overflow:hidden;position:relative;flex:1;display:flex;flex-direction:column;transition:max-width .3s ease}.zsm-preview-tablet{max-width:768px;margin:0 auto;border-radius:14px}.zsm-preview-mobile{max-width:390px;margin:0 auto;border-radius:14px}.zsm-preview-iframe{width:100%;height:100%;flex:1;border:none;display:block}.zsm-preview-image-container{width:100%;height:100%;flex:1;display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}.zsm-preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px #0000001a}.zsm-preview-placeholder{min-height:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.zsm-preview-ico{width:56px;height:56px;border-radius:11px;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#b5b8bd}.zsm-preview-ico svg{width:26px;height:26px}.zsm-preview-text{font-size:16px;color:#9ca0a6;font-weight:500}.zsm-preview-sub{font-size:13px;color:#b5b8bd}.zsm-preview-demo-link{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:8px 16px;background:#1a1a1a;color:#fff;border-radius:8px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s}.zsm-preview-demo-link:hover{background:#333}.zs-installed-body{padding:32px;display:flex;gap:24px;max-width:1400px;align-self:center;width:100%;flex-wrap:wrap}.zs-installed-main{flex:1;min-width:500px;display:flex;flex-direction:column;gap:24px}.zs-installed-sidebar{width:300px;display:flex;flex-direction:column;gap:24px}.zs-installed-table{border:1px solid var(--zs-border);border-radius:var(--zs-radius-md);overflow:hidden}.zs-installed-row{display:flex;align-items:center;padding:16px;gap:16px}.zs-installed-row:not(:last-child){border-bottom:1px solid var(--zs-border-light)}.zs-installed-row-info{flex:2}.zs-installed-row-info .name{font-weight:600;color:var(--zs-text);font-size:14px;margin-bottom:4px}.zs-installed-row-info .desc{color:var(--zs-text-secondary);font-size:13px}.zs-installed-row-meta{flex:1;display:flex;gap:8px;flex-direction:column;align-items:flex-start}.zs-installed-row-category{font-size:12px;background:var(--zs-bg-hover);padding:4px 8px;border-radius:4px;color:var(--zs-text)}.zs-installed-row-actions{display:flex;gap:8px}.zs-tips-list{padding:0;margin:0;list-style:none;font-size:14px;color:var(--zs-text-subtle);display:flex;flex-direction:column;gap:16px}.zs-tips-list li{display:flex;align-items:flex-start;gap:10px}.zs-tips-list svg{flex-shrink:0;margin-top:2px}.zs-faq-list{display:flex;flex-direction:column;gap:2px}.zs-faq-item{border-bottom:1px solid var(--zs-border-light)}.zs-faq-item:last-child{border-bottom:none}.zs-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;color:var(--zs-text);font-size:15px;font-weight:600}.zs-faq-chevron{color:var(--zs-text-muted);transition:transform .2s}.zs-faq-chevron.open{transform:rotate(180deg)}.zs-faq-answer{padding:0 0 20px;color:var(--zs-text-secondary);font-size:14px;line-height:1.5}.zs-dropdown{position:relative;width:100%}.zs-dropdown-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--zs-bg-card);border:1px solid var(--zs-border);border-radius:var(--zs-radius-md);box-shadow:0 4px 12px #0000001a;z-index:100;padding:4px;display:flex;flex-direction:column}.zs-dropdown-empty{padding:8px 12px;font-size:14px;color:var(--zs-text-secondary)}.zs-dropdown-option{background:transparent;border:none;padding:8px 12px;text-align:left;font-size:14px;color:var(--zs-text);cursor:pointer;border-radius:4px;display:flex;justify-content:space-between;align-items:center}.zs-dropdown-option:hover{background:var(--zs-bg-hover)}.zs-dropdown-dot{width:6px;height:6px;border-radius:50%;background:var(--zs-success)}.zs-dashboard{font-family:var(--zs-font);background:var(--zs-bg);color:var(--zs-text);margin:0;min-height:100vh}.zs-dashboard .container{max-width:1100px;margin:auto;padding:40px 20px}.zs-dashboard .header h1{font-size:34px;margin-bottom:5px;color:var(--zs-text)}.zs-dashboard .header p{color:var(--zs-text-secondary);margin:0}.zs-dashboard .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:30px 0}.zs-dashboard .card{background:var(--zs-bg-card);padding:20px;border-radius:var(--zs-radius-lg);text-align:center;border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-sm)}.zs-dashboard .card h2{margin:0;font-size:26px;color:var(--zs-text)}.zs-dashboard .card p{margin:5px 0 0;color:var(--zs-text-secondary)}.zs-dashboard .sub-title{margin:20px 0;color:var(--zs-text);font-size:20px;font-weight:600}.zs-dashboard .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.zs-dashboard .section-card{background:var(--zs-bg-card);padding:15px;border-radius:var(--zs-radius-lg);border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-sm);transition:.3s}.zs-dashboard .section-card:hover{transform:translateY(-3px);box-shadow:var(--zs-shadow-hover)}.zs-dashboard .thumb{height:120px;background:var(--zs-bg-soft);border:1px solid var(--zs-border-light);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;color:var(--zs-text-secondary);overflow:hidden}.zs-dashboard .thumb img{width:100%;height:100%;object-fit:cover}.zs-dashboard .section-card h4{margin:5px 0;color:var(--zs-text);font-size:16px}.zs-dashboard .section-card p{margin:0 0 5px;font-size:13px;color:var(--zs-text-secondary)}.zs-dashboard button.action-btn{margin-top:10px;width:100%;padding:10px;border:1px solid var(--zs-border-input);background:var(--zs-bg-hover);color:var(--zs-text);border-radius:var(--zs-radius-md);cursor:pointer;font-weight:600;transition:.2s}.zs-dashboard button.action-btn:hover{background:var(--zs-border)}.zs-dashboard .add-more{display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--zs-bg-soft);border:1px dashed var(--zs-border-input);cursor:pointer;box-shadow:none}.zs-dashboard .add-more:hover{background:var(--zs-bg-card);border-color:var(--zs-accent);box-shadow:0 4px 12px #0000000d}.zs-dashboard .plus{font-size:40px;color:var(--zs-text)}.zs-dashboard .help{margin-top:40px;background:var(--zs-bg-card);padding:24px;border-radius:var(--zs-radius-lg);border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-sm)}.zs-dashboard .help h3{margin:0 0 10px;color:var(--zs-text);font-size:20px}.zs-dashboard .help p{color:var(--zs-text-secondary);margin:0 0 15px}.zs-dashboard .features{margin-top:40px;padding:30px;background:var(--zs-bg-soft);border:1px solid var(--zs-border);border-radius:14px}.zs-dashboard .features h3{margin:0 0 5px;font-size:22px;color:var(--zs-text)}.zs-dashboard .feature-sub{color:var(--zs-text-secondary);margin:0 0 24px}.zs-dashboard .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.zs-dashboard .feature-card{background:var(--zs-bg-card);padding:20px;border-radius:var(--zs-radius-lg);transition:.3s;border:1px solid var(--zs-border);box-shadow:var(--zs-shadow-sm)}.zs-dashboard .feature-card:hover{transform:translateY(-4px);border:1px solid var(--zs-border-input);box-shadow:0 6px 12px #0000000d}.zs-dashboard .icon{font-size:24px;margin-bottom:12px}.zs-dashboard .feature-card h4{margin:5px 0;color:var(--zs-text);font-size:16px}.zs-dashboard .feature-card p{margin:0;font-size:13px;color:var(--zs-text-secondary);line-height:1.5}.zs-dashboard .links{margin-top:25px;display:flex;gap:15px;flex-wrap:wrap}.zs-dashboard .links a{color:var(--zs-link);text-decoration:none;font-size:14px;font-weight:500}.zs-dashboard .links a:hover{text-decoration:underline}.zs-dashboard .no-sections{padding:40px;text-align:center;background:var(--zs-bg-card);border-radius:var(--zs-radius-lg);border:1px dashed var(--zs-border-input);grid-column:1 / -1}.zs-dashboard .no-sections span{font-size:16px;color:var(--zs-text-secondary);font-weight:500}@media(max-width:768px){.zs-dashboard .stats,.zs-dashboard .grid,.zs-dashboard .feature-grid{grid-template-columns:1fr}.zs-browse-mobile-header{display:flex;padding:12px 16px;background:var(--zs-bg-card);border-bottom:1px solid var(--zs-border)}.zs-sidebar-toggle{display:flex;align-items:center;gap:8px;background:var(--zs-bg);border:1px solid var(--zs-border);padding:8px 12px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;color:var(--zs-text);font-family:var(--zs-font)}.zs-sidebar-toggle:hover{background:var(--zs-bg-soft)}.zs-sidebar-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:98}.zs-browse-main{flex-direction:column;position:relative}.sb{width:100%;border-right:none;border-bottom:1px solid #e5e5e5;max-height:0;overflow:hidden;transition:max-height .3s ease-out;position:relative;z-index:100}.zs-browse-main.sidebar-open .sb{max-height:70vh;overflow-y:auto;box-shadow:0 4px 12px #00000026}.zs-browse-content{padding:24px 16px;flex:1}.zs-section-grid{grid-template-columns:repeat(2,1fr);gap:16px}.zs-browse-header{flex-wrap:wrap;padding:12px 16px}.zs-browse-search-wrap{order:2;flex:1;min-width:200px}.zs-browse-search-btn{order:3;padding:10px 16px;font-size:14px}.zs-detail-grid{grid-template-columns:1fr}.zs-modal-columns{flex-direction:column}.zs-modal-right{flex:auto}.zs-installed-body{flex-direction:column}.zs-installed-main{min-width:100%}.zs-installed-sidebar{width:100%}.zsm-topbar{grid-template-columns:auto 1fr auto auto;flex-wrap:wrap}.zsm-price-block{display:none}.zsm-desc-grid{grid-template-columns:1fr}}@media(max-width:480px){.zs-browse-mobile-header,.zs-sidebar-toggle{display:flex}.zs-section-grid{grid-template-columns:1fr}.zs-browse-content{padding:16px 12px}.zs-browse-header{padding:8px 12px;gap:8px}.zs-browse-search-btn{padding:8px 12px;font-size:13px}.zs-browse-content h2{font-size:16px;margin-bottom:16px}.sb{max-height:0}.zs-browse-main.sidebar-open .sb{max-height:70vh}.sec-label{padding:8px 12px 2px;font-size:11px}.item{padding:6px 10px;font-size:12px;margin:1px 4px}}
