*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;color:#111827;background:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"cv02","cv03","cv04","cv11";font-variant-numeric:tabular-nums}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:220px;flex-shrink:0;background:#030730;border-right:none;display:flex;flex-direction:column;overflow-y:auto}.sidebar-brand{padding:20px 20px 12px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;background:transparent;border-left:none;border-right:none;border-top:none;color:inherit;font-family:inherit;cursor:pointer;transition:background-color .12s ease}.sidebar-brand:hover,.sidebar-brand:focus-visible{background:#ffffff0d;outline:none}.brand-logo{width:44px;height:44px;margin-bottom:8px;border-radius:6px}.sidebar-brand h1{font-family:inherit;font-size:16px;font-weight:700;color:#fff;line-height:1.3;letter-spacing:-.01em}.sidebar-brand p{font-family:inherit;font-size:11px;color:#ffffff80;margin-top:2px;letter-spacing:.02em}.sidebar-nav{padding:8px 0;flex:1}.nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 20px;text-align:left;font-family:inherit;font-size:13px;font-weight:500;color:#ffffffb3;background:none;border:none;cursor:pointer;transition:background .1s,color .1s}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#f3837526;color:#f38375}.sidebar-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#fff6;line-height:1.6}.sidebar-footer strong{font-weight:600;color:#ffffffb3;display:block;margin-bottom:2px}.main-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden}.sidebar-settings{position:relative;padding:8px 12px 14px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-settings-btn{display:flex;align-items:center;gap:10px;width:100%;padding:9px 8px;font-size:13px;font-weight:500;color:#ffffffb3;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .1s,color .1s}.sidebar-settings-btn:hover,.sidebar-settings-btn.active{background:#ffffff14;color:#fff}.sidebar-settings-btn svg{flex-shrink:0}.settings-dropdown{position:absolute;left:12px;right:12px;bottom:calc(100% - 4px);background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 -8px 24px #0000002e;padding:16px;z-index:1000}.settings-dropdown-title{font-weight:600;font-size:13px;color:#111827;margin-bottom:12px}.settings-dropdown-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.settings-dropdown-row:last-child{margin-bottom:0}.settings-dropdown-label{font-size:13px;color:#374151}.settings-lang-toggle{display:flex;gap:2px;background:#f3f4f6;border-radius:6px;padding:2px}.settings-lang-btn{padding:4px 12px;border:none;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;background:transparent;color:#6b7280;transition:background .15s,color .15s}.settings-lang-btn.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.settings-lang-btn:hover:not(.active){color:#374151}.main-content{flex:1;overflow-y:auto;padding:32px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:16px}.section-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin-bottom:10px}.input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;color:#111827;background:#fff;outline:none;transition:border-color .15s;width:100%}.input:focus{border-color:#2563eb}.select{padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;color:#111827;background:#fff;outline:none;cursor:pointer}.select:focus{border-color:#2563eb}.btn{padding:8px 16px;border-radius:6px;font-size:13px;font-family:inherit;font-weight:500;cursor:pointer;border:none;transition:background .15s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb}.btn-ghost{background:none;color:#6b7280;padding:4px 8px}.btn-ghost:hover{color:#111827;background:#f3f4f6}.empty-state{text-align:center;padding:48px 20px;color:#9ca3af;font-size:13px}.empty-state h3{font-size:15px;font-weight:600;color:#374151;margin-bottom:6px}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:12px 16px;color:#b91c1c;font-size:13px;margin-bottom:16px}.color-pip{display:inline-block;width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.color-W{background:#f9f6d9}.color-U{background:#3b82f6}.color-B{background:#1f2937}.color-R{background:#ef4444}.color-G{background:#16a34a}.color-C{background:#9ca3af}.color-pips{display:flex;gap:2px;align-items:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal{background:#fff;border-radius:10px;width:100%;max-width:680px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:20px 24px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.modal-header h2{font-size:16px;font-weight:700;color:#111827}.modal-header p{font-size:12px;color:#6b7280;margin-top:2px}.modal-body{overflow-y:auto;padding:20px 24px;flex:1}.modal-footer{padding:14px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:8px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-right:6px}@keyframes spin{to{transform:rotate(360deg)}}.mox-error{font-size:11px;color:#b91c1c;width:100%}.scroll-sentinel{text-align:center;padding:20px;color:#9ca3af;font-size:13px}.scroll-end{text-align:center;padding:16px;font-size:12px;color:#d1d5db;letter-spacing:.03em}.card-img-wrap{display:inline-block;flex-shrink:0}.card-img{display:block;border-radius:3px;object-fit:cover}.card-img-skeleton{background:#e5e7eb;border-radius:3px;animation:shimmer 1.2s ease-in-out infinite}.sg-card-skeleton{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;overflow:hidden}.sg-card-skeleton-img{width:100%;aspect-ratio:146 / 204;background:#e5e7eb;animation:shimmer 1.2s ease-in-out infinite}.sg-card-skeleton-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:6px}.sg-card-skeleton-line{height:10px;border-radius:4px;background:#e5e7eb;animation:shimmer 1.2s ease-in-out infinite}.sg-card-skeleton-line.short{width:60%}.sg-card-skeleton-line.medium{width:80%}.card-img-placeholder{display:flex;align-items:center;justify-content:center;background:#e5e7eb;border-radius:3px;font-size:10px;font-weight:700;color:#9ca3af;letter-spacing:.04em}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.5}}.card-thumb-wrap{position:relative;display:inline-block;flex-shrink:0}.card-thumb-wrap:hover{z-index:50}.card-thumb-preview{display:none;position:absolute;top:0;left:calc(100% + 8px);z-index:200;pointer-events:none}.card-thumb-wrap:hover .card-thumb-preview{display:block}.card-thumb-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;cursor:pointer;font:inherit;color:inherit;display:inline-flex;border-radius:4px;transition:transform .15s ease,box-shadow .15s ease}.card-thumb-button:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000002e}.card-thumb-button:focus-visible{outline:2px solid #f38375;outline-offset:2px}.paste-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;color:#374151;resize:vertical;outline:none;line-height:1.5}.paste-textarea:focus{border-color:#2563eb}.suggestion-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:24px}@media (max-width: 1400px){.suggestion-grid{grid-template-columns:repeat(5,1fr)}}@media (max-width: 1100px){.suggestion-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 850px){.suggestion-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 580px){.suggestion-grid{grid-template-columns:repeat(2,1fr)}}.sg-suggestions-block{margin-bottom:8px}.sg-card{background:#fff;border-radius:10px;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;position:relative;overflow:visible;transition:transform .15s ease,box-shadow .15s ease;cursor:default}.sg-card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #ffd7aa40,0 4px 10px #00000014;z-index:10}.sg-card:hover .sg-img{filter:brightness(1.12) saturate(1.05)}.sg-card-img-wrap{position:relative;width:100%;aspect-ratio:146 / 204;border-radius:10px;overflow:hidden;background:#e5e7eb}.sg-card-partner{position:relative}.sg-card-partner .sg-img-back{position:absolute;top:0;left:0;width:82%;height:auto;border-radius:8px;z-index:1}.sg-card-partner .sg-img-front{position:absolute;bottom:0;right:0;width:82%;height:auto;border-radius:8px;z-index:2;box-shadow:-2px 2px 8px #0000004d}.sg-scryfall-inline{display:flex;justify-content:center;align-items:center;flex-shrink:0;padding:0}.sg-scryfall-inline:hover .sg-scryfall-logo{opacity:1;transform:scale(1.05)}.sg-scryfall-logo{width:16px;height:16px;display:block;border-radius:4px;opacity:.92;transition:opacity .15s ease,transform .15s ease}.sg-img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .15s ease}.sg-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#9ca3af;background:#e5e7eb}.sg-hover-preview{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:300;pointer-events:none;filter:drop-shadow(0 12px 32px rgba(0,0,0,.45))}.sg-card:hover .sg-hover-preview{display:block}.sg-preview-img{width:280px;max-width:min(280px,85vw);height:auto;border-radius:10px;display:block}.sg-body{padding:8px;display:flex;flex-direction:column;gap:6px;flex:1}.sg-name-row{display:flex;align-items:flex-start;min-width:0}.sg-name{font-size:11px;font-weight:600;color:#111827;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0}.sg-metrics-row{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:5px;margin-top:auto;min-width:0}.sg-metric-tight{display:inline-flex;align-items:baseline;gap:3px;flex-shrink:0;min-width:0}.sg-metric-sep{color:#d1d5db;font-size:10px;font-weight:400;flex-shrink:0;-webkit-user-select:none;user-select:none;padding:0 1px}.sg-metric-lbl{font-size:8px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.sg-metric-val{font-size:10px;font-weight:700;font-variant-numeric:tabular-nums}.sg-metric-match{color:#2563eb}.sg-metric-pop{color:#15803d}.sg-metric-price{color:#b45309;font-weight:600}.card-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-modal{background:#1e293b;border-radius:16px;box-shadow:0 32px 80px #000000b3,0 0 0 1px #ffffff0f;max-width:680px;width:100%;position:relative;overflow:hidden;animation:modal-in .18s cubic-bezier(.16,1,.3,1)}@keyframes modal-in{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.card-modal-close{position:absolute;top:12px;right:12px;background:#1e293bd9;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;width:32px;height:32px;border-radius:50%;font-size:15px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .15s}.card-modal-close:hover{background:#334155f2;color:#fff}.card-modal-body{display:flex;gap:28px;padding:28px}.card-modal-img-col{flex-shrink:0}.card-modal-img-col-partner{display:flex;flex-direction:column;gap:12px}.card-modal-img{width:260px;aspect-ratio:488 / 680;object-fit:cover;border-radius:14px;box-shadow:0 12px 40px #0009;display:block}.card-modal-img-col-partner .card-modal-img{width:240px}.card-modal-face-toggle{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.card-modal-face-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ffffff14;color:#ffffffd9;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:6px 12px;font:inherit;font-size:11.5px;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-modal-face-tab:hover{background:#f383752e;border-color:#f383758c}.card-modal-face-tab.is-active{background:#f38375;border-color:#f38375;color:#fff}.card-modal-info-col{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0;justify-content:space-between}.card-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:36px}.card-modal-name{font-size:1.3rem;font-weight:700;color:#f1f5f9;margin:0;line-height:1.25}.card-modal-mana-row{display:flex;align-items:center;gap:2px;flex-shrink:0}.card-modal-mana-sym{width:20px;height:20px;display:block}.card-modal-type-row{display:flex;align-items:center;justify-content:space-between;gap:8px;border-bottom:1px solid rgba(255,255,255,.06);padding-bottom:10px}.card-modal-type{font-size:.875rem;color:#94a3b8}.card-modal-rarity{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.card-modal-oracle{font-size:.9rem;color:#e2e8f0;line-height:1.6;background:#00000040;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:14px 16px}.card-modal-oracle-line{margin:5px 0}.card-modal-oracle-line:first-child{margin-top:0}.card-modal-oracle-line:last-child{margin-bottom:0}.card-modal-inline-sym{width:15px;height:15px;display:inline-block;vertical-align:text-bottom;margin:0 1px}.card-modal-reminder{color:#64748b;font-style:italic}.card-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:8px}.card-modal-prices{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.card-modal-price-tag{font-weight:700;font-size:.9rem;padding:4px 12px;border-radius:20px}.card-modal-price-tag.eur{background:#fbbf241f;color:#fbbf24}.card-modal-price-tag.usd{background:#4ade801a;color:#4ade80}.card-modal-date{font-size:.75rem;color:#64748b}.card-modal-scryfall-btn{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#93c5fd;text-decoration:none;padding:7px 14px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px;white-space:nowrap;transition:all .15s}.card-modal-scryfall-btn:hover{background:#3b82f633;border-color:#3b82f666}.card-modal-synergies{margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.card-modal-synergies-title{font-size:.8rem;font-weight:600;color:#94a3b8;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.card-modal-synergy-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:3px}.card-modal-synergy-row{display:flex;justify-content:space-between;align-items:center;padding:3px 8px;border-radius:4px;background:#ffffff08}.card-modal-synergy-row:hover{background:#ffffff0f}.card-modal-synergy-name{font-size:.75rem;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.card-modal-synergy-count{font-size:.7rem;color:#64748b;white-space:nowrap}@media (max-width: 600px){.card-modal-body{flex-direction:column;align-items:center}.card-modal-img{width:200px}.card-modal-footer{flex-direction:column;align-items:flex-start}}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px 20px;box-shadow:0 1px 3px #0000000a}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.panel-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}.sg-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:16px;font-size:13px}.sg-breadcrumb-item{background:none;border:none;padding:0;font-size:inherit;color:#2563eb;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.sg-breadcrumb-item:hover{text-decoration:underline}.sg-breadcrumb-sep{color:#9ca3af}.sg-breadcrumb-current{color:#4b5563;font-weight:500}.sg-import-view{display:flex;justify-content:center;padding:60px 20px}.sg-import-panel{max-width:480px;width:100%}.sg-import-form{display:flex;flex-direction:column;gap:16px}.sg-import-field{display:flex;flex-direction:column;gap:6px}.sg-import-field-label{font-size:12px;font-weight:600;color:#6b7280}.sg-import-field-row{display:flex;align-items:center;gap:8px}.sg-import-field-row .sg-url-input{flex:1}.sg-import-divider{display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:12px}.sg-import-divider:before,.sg-import-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.sg-import-paste-btn{align-self:center}.sg-workspace{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:12px;margin-bottom:12px;align-items:stretch}@media (max-width: 900px){.sg-workspace{grid-template-columns:1fr}}.sg-panel-filters-row{margin-bottom:12px}.sg-filters-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}@media (max-width: 800px){.sg-filters-row{grid-template-columns:1fr}}.sg-filters-cell{display:flex;flex-direction:column;gap:8px;min-width:0}.sg-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.sg-panel-options{display:flex;flex-direction:column;gap:10px}.sg-options-title{margin-bottom:2px}.sg-options-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}@media (max-width: 720px){.sg-options-cards{grid-template-columns:1fr}}.sg-option-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;display:grid;grid-template-columns:32px 1fr 24px;align-items:center;gap:10px;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.sg-option-card:hover{border-color:#d1d5db;box-shadow:0 2px 6px #0000000d}.sg-option-card.active{border-color:#f38375;background:#fff7f6;box-shadow:0 2px 8px #f383752e}.sg-option-card-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#f3f4f6;color:#6b7280}.sg-option-card.active .sg-option-card-icon{background:#ffe5e0;color:#c4513f}.sg-option-card-body{display:flex;flex-direction:column;gap:3px;min-width:0}.sg-option-card-title{font-size:13px;font-weight:700;color:#111827}.sg-option-card-desc{font-size:11px;color:#6b7280;line-height:1.35}.sg-option-card-toggle{width:22px;height:14px;border-radius:999px;background:#d1d5db;position:relative;transition:background .15s ease;flex-shrink:0}.sg-option-card-toggle:after{content:"";position:absolute;top:1px;left:1px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0003;transition:transform .15s ease}.sg-option-card-toggle.on{background:#f38375}.sg-option-card-toggle.on:after{transform:translate(8px)}.sg-panel-deck{min-width:280px;position:relative}.sg-panel-deck:hover{z-index:30}.sg-deck-info{display:flex;align-items:center;gap:16px;height:100%}.sg-deck-info-thumbs{display:flex;gap:8px;flex-shrink:0}.sg-deck-info-details{display:flex;flex-direction:column;gap:4px}.sg-panel-options{min-width:0}.sg-panel-standalone{margin-bottom:20px}.sg-search-field{display:flex;align-items:center}.sg-search-input{width:240px;font-size:13px}.sg-options-body{display:flex;flex-direction:column;gap:12px}.sg-options-footer{display:flex;justify-content:flex-end}.sg-refresh-btn{font-family:inherit;font-size:12px;color:#6b7280;background:none;border:1px solid #d1d5db;border-radius:4px;padding:4px 10px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:background .15s,color .15s}.sg-refresh-btn:hover{background:#f3f4f6;color:#374151}.sg-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.sg-options-divider{border:none;border-top:1px solid #e5e7eb;margin:0}.sg-type-section{display:flex;align-items:center;gap:12px}.sg-type-section-label{font-size:12px;font-weight:600;color:#6b7280;white-space:nowrap}.sg-deck-preview-name{font-size:15px;font-weight:700;color:#111827;line-height:1.3}.sg-deck-preview-commander{font-size:12px;color:#6b7280;font-weight:500}.sg-deck-preview-stats{display:flex;gap:12px;font-size:11px;color:#9ca3af}.sg-deck-preview-stats .sg-stat strong{color:#374151;font-weight:600}.sg-toggle{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#4b5563;cursor:pointer;-webkit-user-select:none;user-select:none}.sg-toggle input{width:14px;height:14px;accent-color:#f38375}.sg-inline-select{font-family:inherit;font-size:12px;padding:2px 6px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#4b5563;cursor:pointer;outline:none}.sg-inline-select:focus{border-color:#2563eb}.sg-help{position:relative;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:9px;font-weight:700;cursor:help;flex-shrink:0}.sg-help:hover:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;font-size:12px;font-weight:400;line-height:1.4;padding:8px 12px;border-radius:6px;width:max-content;max-width:420px;z-index:100;pointer-events:none;box-shadow:0 2px 8px #0003}.sg-filter-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.sg-filter-slider{flex:1;min-width:180px;max-width:320px}.sg-slider-wrap{display:flex;align-items:center;gap:10px}.sg-range{flex:1;min-width:120px;height:6px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#e5e7eb;border-radius:3px;outline:none;cursor:pointer}.sg-range::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#f38375;border:2px solid #fff;box-shadow:0 1px 3px #0003;cursor:pointer}.sg-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#f38375;border:2px solid #fff;box-shadow:0 1px 3px #0003;cursor:pointer}.sg-range-val{font-size:13px;font-weight:600;color:#374151;min-width:36px;text-align:right}.sg-select{font-size:13px;padding:6px 10px;border-radius:8px;border:1px solid #d1d5db;background:#fff;min-width:120px}.btn-sm{padding:6px 14px;font-size:12px;border-radius:8px}.sg-no-commander{width:80px;height:112px;background:#e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#9ca3af}.modal-medium{width:min(680px,95vw);max-height:90vh;display:flex;flex-direction:column}.modal-medium .modal-body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.modal-medium .paste-textarea{flex:1;min-height:300px;resize:vertical}.text-secondary{color:#6b7280}.text-small{font-size:12px}.mb-16{margin-bottom:16px}.sg-advanced-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sg-adv-input{width:auto;max-width:160px;font-size:12px;padding:5px 10px}.sg-adv-price{max-width:110px}.sg-adv-sort{font-size:12px;padding:5px 10px}.sg-panel-filters .sg-options-body{gap:18px}.sg-filters-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sg-filters-header .sg-refresh-btn{margin:0}.sg-section{display:flex;flex-direction:column;gap:8px}.sg-section-types-pop{margin:12px 0 16px}.sg-section-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.sg-section-label svg{color:#9ca3af}.sg-section .sg-filter-row{flex-wrap:wrap;gap:14px 20px}.sg-advanced-toggle{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:all .15s ease;align-self:flex-start}.sg-advanced-toggle svg{color:#6b7280;transition:color .15s ease}.sg-advanced-toggle:hover{border-color:#f38375;color:#f38375}.sg-advanced-toggle:hover svg{color:#f38375}.sg-advanced-toggle.open{border-color:#f38375;color:#f38375;background:#fff5f3}.sg-advanced-toggle.open svg{color:#f38375}.sg-advanced-caret{font-size:10px;line-height:1}.sg-advanced-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#f38375;color:#fff;font-size:11px;font-weight:700}.sg-advanced-panel{border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;background:#fafafa;display:flex;flex-direction:column;gap:10px}.sg-adv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 18px}@media (max-width: 1100px){.sg-adv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.sg-adv-grid{grid-template-columns:1fr}}.sg-adv-field{display:flex;flex-direction:column;gap:6px;min-width:0}.sg-adv-field-wide{grid-column:span 2}@media (max-width: 1100px){.sg-adv-field-wide{grid-column:span 2}}@media (max-width: 720px){.sg-adv-field-wide{grid-column:span 1}}.sg-adv-label{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.sg-adv-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sg-adv-price-row{display:flex;align-items:center;gap:6px}.sg-adv-price-row .input{flex:1;min-width:0}.sg-adv-dash{color:#9ca3af}.sg-adv-actions{display:flex;justify-content:flex-end;border-top:1px solid #e5e7eb;padding-top:10px}.sg-adv-reset-btn{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid #d1d5db;border-radius:6px;padding:6px 12px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .15s}.sg-adv-reset-btn:hover{border-color:#f38375;color:#f38375}.tri-check{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:12px;color:#374151;cursor:pointer;transition:all .12s;-webkit-user-select:none;user-select:none}.tri-check:hover{border-color:#9ca3af}.tri-check .tri-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border:1px solid #d1d5db;border-radius:3px;font-size:11px;font-weight:700;background:#fff}.tri-check.tri-on{border-color:#16a34a;background:#f0fdf4;color:#15803d}.tri-check.tri-on .tri-mark{background:#16a34a;border-color:#16a34a;color:#fff}.tri-check.tri-off{border-color:#dc2626;background:#fef2f2;color:#b91c1c}.tri-check.tri-off .tri-mark{background:#dc2626;border-color:#dc2626;color:#fff}.tri-check.tri-locked,.tri-check.tri-locked:hover{opacity:.55;cursor:not-allowed;background:#f3f4f6;border-color:#e5e7eb;color:#6b7280;filter:saturate(.6)}.tri-check.tri-locked .tri-mark{background:#d1d5db;border-color:#d1d5db;color:#6b7280}.sg-color-label{display:inline-flex;align-items:center;gap:6px}.sg-color-label .ms{font-size:13px}.dual-range{position:relative;padding-top:8px}.dual-range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:#e5e7eb;border-radius:2px;outline:none;pointer-events:auto;position:relative;margin:0}.dual-range input[type=range]:nth-of-type(1){position:absolute;top:8px;left:0;right:0}.dual-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#f38375;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px #0003}.dual-range input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#f38375;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 3px #0003}.dual-range-values{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:#6b7280;font-weight:600}.sg-type-chips{display:flex;flex-wrap:wrap;gap:6px}.sg-type-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border:1px solid #d1d5db;border-radius:16px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.sg-type-chip .ms{font-size:14px;opacity:.7}.sg-type-chip input{display:none}.sg-type-chip:hover{border-color:#f38375;color:#f38375}.sg-type-chip:hover .ms{opacity:1}.sg-type-chip.active{background:#f38375;border-color:#f38375;color:#fff}.sg-type-chip.active .ms{opacity:1}.sg-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px 12px}.uk-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:10px;text-align:left}.uk-check:disabled,.uk-check.is-disabled{cursor:not-allowed;opacity:.55}.uk-check-box{width:16px;height:16px;border-radius:4px;border:1.5px solid #cbd5e1;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s ease,border-color .12s ease}.uk-check.is-checked .uk-check-box{background:#f38375;border-color:#f38375}.uk-check:hover:not(.is-disabled) .uk-check-box{border-color:#f38375}.uk-check:focus-visible{outline:2px solid #f38375;outline-offset:2px;border-radius:4px}.uk-check-mark{color:#fff;font-size:11px;font-weight:700;line-height:1}.uk-check-label{display:inline-flex;align-items:center;gap:8px;flex:1;min-width:0}.sg-option{display:inline-flex;align-items:center;gap:10px;padding:9px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s ease;min-height:40px;width:100%}.sg-option:hover:not(.is-disabled){border-color:#f38375;background:#fffaf9}.sg-option-wrap{position:relative;display:flex;align-items:center}.sg-option-wrap .sg-option{flex:1}.sg-option-wrap .sg-help{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.sg-option-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:#fff5f3;color:#f38375;flex-shrink:0}.sg-option-text{display:inline-flex;flex-direction:column;flex:1;min-width:0}.sg-option-title{font-size:13px;font-weight:600;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-option-select{font-size:12px;padding:4px 8px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;min-width:0}.sg-section-release{margin-top:4px;padding:12px 14px;background:linear-gradient(180deg,#fff7f5,#fffaf9);border:1px solid #fde0db;border-radius:10px}.sg-section-release .sg-section-label{margin-bottom:8px;color:#b14b3e}.rw-chips{display:flex;flex-wrap:wrap;gap:6px}.rw-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid #e8d5d0;background:#fff;border-radius:999px;font:inherit;font-size:13px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.rw-chip:hover{border-color:#f38375;color:#b14b3e;background:#fff7f5}.rw-chip.active{background:#f38375;border-color:#f38375;color:#fff;box-shadow:0 1px 2px #f3837559}.rw-chip:focus-visible{outline:2px solid #f38375;outline-offset:2px}.rw-chips-sm .rw-chip{padding:4px 10px;font-size:12px;font-weight:500}.sg-toggle-release{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.sg-toggle-label{display:inline-flex;align-items:center;gap:6px;color:#4b5563;font-weight:500;font-size:13px}.adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}@media (max-width: 720px){.adv-grid{grid-template-columns:1fr}}.adv-col{display:flex;flex-direction:column;gap:12px;min-width:0}.adv-field{display:flex;flex-direction:column;gap:5px;min-width:0}.adv-field-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.01em;text-transform:none;color:#4b5563}.adv-field-label svg{color:#9ca3af}.adv-field-control{display:flex;flex-direction:column}.adv-field-hint{font-size:11px;color:#9ca3af;font-style:italic}.adv-color-row,.adv-rarity-row{display:flex;flex-wrap:wrap;gap:6px}.adv-minmax{display:flex;align-items:flex-end;gap:8px}.adv-minmax-cell{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.adv-minmax-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;font-weight:600}.adv-minmax-cell .input{width:100%}.adv-minmax-sep{color:#d1d5db;font-weight:600;padding-bottom:8px}.tag-input{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:38px;padding:6px 8px;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:text;transition:border-color .15s ease,box-shadow .15s ease}.tag-input:focus-within{border-color:#f38375;box-shadow:0 0 0 3px #f3837526}.tag-input-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 4px 3px 8px;background:#fff5f3;border:1px solid #fcd5cf;color:#c0473a;border-radius:6px;font-size:12px;font-weight:500;max-width:100%}.tag-input-chip-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.tag-input-chip-x{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;color:#c0473a;padding:2px;border-radius:4px;cursor:pointer;opacity:.7;transition:opacity .15s,background .15s}.tag-input-chip-x:hover{opacity:1;background:#c0473a1f}.tag-input-field{flex:1;min-width:80px;border:0;outline:0;font-size:13px;background:transparent;padding:4px 2px;color:inherit}.tag-input-field::placeholder{color:#9ca3af}.home-view{display:flex;flex-direction:column;gap:28px;padding:28px 0 40px;position:relative}.home-ambient{position:absolute;top:-32px;right:-32px;bottom:-32px;left:-32px;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse at 50% 0%,rgba(99,102,241,.05),transparent 55%),linear-gradient(180deg,#fbfbfd,#f3f4f8)}.home-view>:not(.home-ambient){position:relative;z-index:1}.home-ambient-grid{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background-image:linear-gradient(45deg,rgba(15,23,42,.025) 1px,transparent 1px),linear-gradient(-45deg,rgba(15,23,42,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%)}.home-ambient-aurora{position:absolute;width:60%;height:60%;min-width:360px;min-height:360px;max-width:720px;max-height:720px;border-radius:50%;filter:blur(110px);opacity:.42;will-change:transform;animation:home-ambient-drift 32s ease-in-out infinite}.home-ambient-aurora-w{background:#fef9c3;top:-18%;left:-12%;animation-delay:0s}.home-ambient-aurora-u{background:#bfdbfe;top:-12%;right:-8%;animation-delay:-7s}.home-ambient-aurora-b{background:#d4d4d8;bottom:-20%;left:18%;animation-delay:-14s}.home-ambient-aurora-r{background:#fecaca;top:38%;right:-14%;animation-delay:-21s}.home-ambient-aurora-g{background:#bbf7d0;bottom:-22%;right:24%;animation-delay:-28s}@keyframes home-ambient-drift{0%,to{transform:translate(0) scale(1)}25%{transform:translate(2%,-2%) scale(1.05)}50%{transform:translate(-2%,2%) scale(.97)}75%{transform:translate(2%,2%) scale(1.03)}}.home-ambient-noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}.home-ambient-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,transparent 50%,rgba(15,23,42,.1) 100%)}@media (prefers-reduced-motion: reduce){.home-ambient-aurora{animation:none}}.home-hero{position:relative;text-align:center;max-width:860px;margin:0 auto;padding:56px 24px 48px;border-radius:24px;overflow:hidden;isolation:isolate;background:radial-gradient(ellipse at top,rgba(99,102,241,.08),transparent 60%),linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.06);box-shadow:0 1px 3px #0f172a0a,0 12px 40px -16px #0f172a1f}.home-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.home-hero-blob{position:absolute;width:320px;height:320px;border-radius:50%;filter:blur(70px);opacity:.45;animation:home-hero-float 18s ease-in-out infinite}.home-hero-blob-w{background:#fef3c7;top:-80px;left:-40px;animation-delay:0s}.home-hero-blob-u{background:#bfdbfe;top:-60px;right:10%;animation-delay:-3s}.home-hero-blob-b{background:#c7c5d4;bottom:-100px;left:25%;animation-delay:-6s}.home-hero-blob-r{background:#fecaca;top:40%;right:-60px;animation-delay:-9s}.home-hero-blob-g{background:#bbf7d0;bottom:-80px;right:15%;animation-delay:-12s}@keyframes home-hero-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-15px) scale(1.05)}66%{transform:translate(-15px,10px) scale(.95)}}@media (prefers-reduced-motion: reduce){.home-hero-blob{animation:none}}.home-hero-content{position:relative;display:flex;flex-direction:column;align-items:center;gap:18px}.home-hero-logo{width:clamp(96px,12vw,132px);height:auto;margin:0 0 -2px;filter:drop-shadow(0 8px 24px rgba(239,68,68,.18))}.home-hero-eyebrow{margin:0;display:inline-flex;align-items:center;gap:10px;padding:6px 14px 6px 10px;border-radius:999px;background:#ffffffb3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(15,23,42,.08);font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#475569}.home-hero-eyebrow-bottom{margin-top:6px}.home-hero-mana{display:inline-flex;align-items:center;gap:2px;font-size:12px}.home-hero-mana .ms{font-size:13px}.home-tagline{margin:0;font-size:clamp(32px,5vw,44px);line-height:1.08;font-weight:800;letter-spacing:-.02em;color:#0f172a;max-width:22ch}.home-tagline-merged{font-size:clamp(22px,2.6vw,30px);font-weight:600;line-height:1.35;letter-spacing:-.01em;max-width:38ch;text-align:center;text-wrap:balance}.home-hl{background:linear-gradient(90deg,#f59e0b,#ef4444 35%,#8b5cf6 65%,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:800;white-space:nowrap}.home-hero-trust{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 20px;font-size:12.5px;color:#64748b}.home-hero-trust li{display:inline-flex;align-items:center;gap:8px}.home-hero-trust-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.home-hero-trust-dot-1{background:#6366f1}.home-hero-trust-dot-2{background:#10b981}.home-hero-trust-dot-3{background:#f59e0b}.home-imports{display:grid;grid-template-columns:1.35fr 1fr;grid-template-rows:auto auto;gap:16px}.home-card-profile{grid-row:span 2}.home-card-url,.home-card-manual{grid-column:2}@media (max-width: 880px){.home-imports{grid-template-columns:1fr;grid-template-rows:auto}.home-card-profile,.home-card-url,.home-card-manual{grid-column:auto;grid-row:auto}}.home-card{position:relative;display:flex;flex-direction:column;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.home-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0f}.home-card-profile.is-expanded{background:linear-gradient(180deg,#fff,#fafbff);border-color:#c7d2fe}.home-card-head{display:flex;align-items:flex-start;gap:12px}.home-card-icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#eff6ff;color:#2563eb}.home-card-profile .home-card-icon{background:#eef2ff;color:#4f46e5}.home-card-url .home-card-icon{background:#ecfeff;color:#0891b2}.home-card-manual .home-card-icon{background:#f5f3ff;color:#7c3aed}.home-card-titles{flex:1;min-width:0}.home-card-title{margin:0 0 2px;font-size:15px;font-weight:600;color:#0f172a}.home-card-subtitle{margin:0;font-size:12.5px;line-height:1.45;color:#64748b}.home-card-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#475569;background:transparent;border:1px solid #e5e7eb;border-radius:8px;padding:5px 9px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.home-card-action:hover{background:#f3f4f6;border-color:#cbd5e1;color:#0f172a}.home-card-form{display:flex;gap:8px;align-items:stretch}.home-card-input{flex:1;min-width:0}.home-card-input-wrap{position:relative;flex:1;min-width:0}.home-card-input-wrap .home-card-input{width:100%;padding-right:36px}.home-card-input-spinner{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none;color:#f38375}.home-card-submit{flex:0 0 auto;white-space:nowrap}.home-card-submit-block{width:100%}.home-card-error{font-size:12.5px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 10px}.home-profile-body{display:flex;flex-direction:column;gap:12px;border-top:1px dashed #e5e7eb;padding-top:12px}.home-profile-meta{display:flex;align-items:center;gap:10px;font-size:12.5px}.home-profile-username{font-weight:600;color:#4f46e5}.home-profile-count{color:#64748b}.home-profile-empty{font-size:13px;color:#64748b;font-style:italic}.home-profile-decks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;max-height:360px;overflow-y:auto}.home-profile-decks::-webkit-scrollbar{width:8px}.home-profile-decks::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.home-profile-deck{display:flex;align-items:center;gap:12px;width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color .12s ease,background .12s ease,transform .12s ease}.home-profile-deck:hover{border-color:#6366f1;background:#f5f3ff;transform:translateY(-1px)}.home-profile-deck-thumb{flex:0 0 auto;width:44px;height:60px;border-radius:4px;overflow:hidden;background:#f1f5f9}.home-profile-deck-thumb-fallback{width:100%;height:100%;background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.home-profile-deck-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.home-profile-deck-name{font-weight:600;font-size:13.5px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-profile-deck-sub{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-profile-deck-meta{display:flex;align-items:center;gap:8px;margin-top:2px;font-size:11px;color:#94a3b8}.home-profile-deck-bracket{background:#f1f5f9;color:#475569;border-radius:4px;padding:1px 6px;font-weight:600}.home-profile-deck-date{margin-left:auto}.home-topnew{display:flex;flex-direction:column;gap:12px}.home-topnew-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:0 4px}.home-topnew-title{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#0f172a}.home-topnew-title svg{color:#f59e0b}.home-topnew-sub{margin:2px 0 0;font-size:12.5px;color:#64748b}.home-topnew-all{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.home-topnew-loading,.home-topnew-empty{padding:32px 16px;text-align:center;color:#64748b;font-size:13px;background:#f8fafc;border:1px dashed #e5e7eb;border-radius:12px}.home-topnew-marquee{position:relative;overflow-x:hidden;overflow-y:visible;border-radius:12px;padding:12px 0;margin:-12px 0;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 64px,#000 calc(100% - 64px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 64px,#000 calc(100% - 64px),transparent 100%)}.home-topnew-track{display:flex;gap:16px;animation:home-topnew-scroll 180s linear infinite;width:max-content}.home-topnew-marquee:hover .home-topnew-track{animation-play-state:paused}.home-topnew-item{flex:0 0 220px}@keyframes home-topnew-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.home-topnew-track{animation:none}.home-topnew-marquee{overflow-x:auto}}.topnew-header{margin:8px 0 16px;padding:0 4px}.topnew-page-title{margin:0 0 4px;display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#0f172a}.topnew-page-title svg{color:#f59e0b}.topnew-page-sub{margin:0;font-size:13px;color:#64748b;max-width:720px}.mobile-menu-toggle{display:none;position:fixed;top:14px;left:14px;z-index:60;width:40px;height:40px;padding:0;border:0;background:#030730f0;color:#fff;border-radius:8px;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer;box-shadow:0 4px 12px #0000002e}.mobile-menu-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:1px}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#00000073;border:0;cursor:pointer;padding:0}@media (max-width: 1024px){.sidebar{width:196px}.main-content{padding:24px}.home-imports{grid-template-columns:1fr!important}.home-card-paste{grid-column:auto!important}.sg-workspace,.adv-grid{grid-template-columns:1fr!important}}@media (max-width: 768px){html,body{overflow-x:hidden}.layout{height:100vh}.main-content{padding:64px 18px 18px}.sg-panel-deck{min-width:0}.sg-deck-info{flex-wrap:wrap;gap:12px}.sg-type-chips,.rw-chips{flex-wrap:wrap}.sg-toolbar-row{flex-direction:column;align-items:stretch;gap:10px}.home-tagline{max-width:none}.mobile-menu-toggle{display:inline-flex}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-110%);transition:transform .22s ease;width:240px;box-shadow:6px 0 24px #00000040}.layout.sidebar-open .sidebar{transform:translate(0)}.layout.sidebar-open .sidebar-overlay{display:block}.home-card{padding:16px}.home-hero{padding:36px 16px 32px;border-radius:18px}.home-tagline{font-size:26px;max-width:18ch}.home-tagline-merged{font-size:20px;max-width:26ch}.home-hero-logo{width:88px}.home-hero-eyebrow{font-size:10.5px;padding:5px 12px 5px 8px}.home-hero-trust{font-size:11.5px;gap:6px 14px}.sg-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important}.home-profile-decks{grid-template-columns:1fr!important}.card-modal{width:96vw;max-height:92vh}.card-modal-body{flex-direction:column!important}.card-modal-img-col,.card-modal-img{width:100%!important}.card-modal-img{width:min(280px,70vw)!important;margin:0 auto}}
