@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg: #ffffff;--surface: rgba(255, 255, 255, .92);--surface-2: rgba(241, 245, 249, .72);--border: rgba(148, 163, 184, .32);--border-2: rgba(148, 163, 184, .22);--text: #1e293b;--text-soft: #475569;--muted: #7c8aa0;--muted-2: #a6b2c3;--shadow: 0 18px 40px rgba(2, 6, 23, .06);--shadow-sm: 0 10px 22px rgba(2, 6, 23, .08);--r-xl: 18px;--r-lg: 16px;--r-md: 14px;--r-pill: 999px;--h-compact: 32px;--h-pill: 28px;--w-max: 100%;--accent: #3b4a63;--accent-soft: rgba(59, 74, 99, .06);--teal: #0f766e;--teal-soft: rgba(20, 184, 166, .1);--teal-border: rgba(20, 184, 166, .45);--green: #15803d;--green-soft: rgba(34, 197, 94, .16);--red: #b91c1c;--red-soft: rgba(239, 68, 68, .16);--blue: #4f46e5;--blue-soft: rgba(79, 70, 229, .14);--focus: 0 0 0 3px rgba(79, 70, 229, .18);--sp-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box}html,body{font-family:var(--sp-font);color:var(--text)}@keyframes sp_spin{to{transform:rotate(360deg)}}.sp-shell{width:var(--w-max);border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,var(--surface-2) 100%);border-radius:var(--r-xl);padding:14px;box-shadow:var(--shadow)}.sp-card{border:1px solid var(--border);background:linear-gradient(180deg,#fffffff5,#f1f5f9b8);border-radius:var(--r-lg);padding:12px}.sp-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-md);border:1px solid var(--border-2);background:#ffffffe0;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease;cursor:pointer}.sp-row:hover{background:#f1f5f9b8;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.sp-row--selected{border-color:var(--teal-border);background:var(--teal-soft)}.sp-row--selected:hover{background:var(--teal-soft);transform:none}.sp-topbar{flex-wrap:nowrap}.sp-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.sp-topbarLeft{min-width:0}.sp-topbarRight{display:flex;align-items:center;gap:10px;flex-shrink:0}.sp-title{font-weight:900;font-size:.98rem;color:var(--text-soft)}.sp-subtitle{margin-top:2px;font-weight:700;font-size:.84rem;color:var(--muted)}.sp-stack{display:flex;flex-direction:column;gap:12px}.sp-inline{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.sp-right{margin-left:auto;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.sp-pill{display:inline-flex;align-items:center;gap:8px;height:var(--h-pill);padding:0 10px;border-radius:var(--r-pill);border:1px solid var(--border);background:#ffffffeb;color:var(--text);font-weight:850;font-size:.78rem;white-space:nowrap}.sp-pill--type-image{background:var(--teal-soft);color:var(--teal);border-color:#14b8a652}.sp-pill--type-video{background:var(--accent-soft);color:var(--accent);border-color:#94a3b847}.sp-pill--status-success{background:var(--green-soft);color:var(--green);border-color:#22c55e3d}.sp-pill--status-failed{background:var(--red-soft);color:var(--red);border-color:#ef44443d}.sp-pill--status-pending{background:var(--blue-soft);color:var(--blue);border-color:#4f46e538}.sp-dot{width:8px;height:8px;border-radius:var(--r-pill);background:currentColor;box-shadow:0 0 0 3px #0206170f}.sp-muted{color:var(--muted);font-weight:700;font-size:.82rem;white-space:nowrap}.sp-id{color:var(--muted-2);font-weight:700;font-size:.78rem;white-space:nowrap}.sp-btn{height:var(--h-compact);padding:0 14px;border-radius:var(--r-pill);border:1px solid var(--border);background:#ffffffe6;color:var(--text);font-weight:950;font-size:.84rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:transform .12s ease,opacity .12s ease,box-shadow .12s ease}.sp-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);background:#f1f5f9db}.sp-btn:active{transform:translateY(0)}.sp-btn--primary{background:#4f46e5c7;color:#fff;border-color:#4f46e540}.sp-btn--primary:hover{background:#4f46e5db}.sp-btn--primary:active{background:#4f46e5d1}.sp-btn--primary:disabled{background:#4f46e5c7;color:#ffffffe6;opacity:.6;cursor:not-allowed;box-shadow:none}.sp-input{width:100%;height:34px;padding:0 12px 0 36px;border-radius:var(--r-pill);border:1px solid var(--border);background:#f1f5f9c7;font-size:.9rem;font-weight:700;color:var(--text);outline:none;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.sp-input::placeholder{color:#7c8aa0f2}.sp-input:focus{background:#fff;border-color:#4f46e58c;box-shadow:var(--focus)}.sp-inputWrap{position:relative;flex:1 1 320px;min-width:240px}.sp-iconLeft{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.55;pointer-events:none}.sp-divider{border-top:1px solid rgba(148,163,184,.28);padding-top:10px;margin-top:10px}.sp-label{color:var(--muted);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.sp-text{color:var(--text-soft);font-weight:650;font-size:.92rem;line-height:1.35}.sp-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.sp-media{border-radius:12px;overflow:hidden;border:1px solid var(--border);background:#ffffffd1}.sp-mediaImg{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.sp-mediaVideo{width:100%;aspect-ratio:16 / 9;display:block;background:#0b1020}.sp-empty{border:1px dashed rgba(148,163,184,.55);background:#f1f5f999;border-radius:var(--r-lg);padding:14px;color:var(--text-soft);font-weight:750;font-size:.9rem}.sp-emptyRow{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.sp-scroll{max-height:340px;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:6px}.sp-scroll::-webkit-scrollbar{width:10px}.sp-scroll::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:999px}.sp-scroll::-webkit-scrollbar-track{background:transparent}.sp-radio{width:18px;height:18px;border-radius:999px;border:1px solid rgba(148,163,184,.55);display:inline-flex;align-items:center;justify-content:center;background:#ffffffd1}.sp-radioDot{width:8px;height:8px;border-radius:999px;background:transparent}.sp-row--selected .sp-radio{border-color:#14b8a6bf;background:#14b8a61a}.sp-row--selected .sp-radioDot{background:#14b8a6f2}.sp-spinner{width:22px;height:22px;border:3px solid rgba(148,163,184,.32);border-top-color:#4f46e5eb;border-radius:50%;animation:sp_spin .9s linear infinite}.sp-meta{display:flex;flex-direction:column;gap:4px;min-width:240px}.sp-badges{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.sp-date{font-size:.74rem;font-weight:700;color:var(--muted);line-height:1.15}.sp-chip{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 10px;border-radius:12px;border:1px solid rgba(148,163,184,.32);background:#ffffffdb;font-weight:850;font-size:.82rem;color:var(--text)}.sp-chipIcon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:.78rem;line-height:1}.sp-chip--image .sp-chipIcon{background:#14b8a61f;color:#0f766e}.sp-chip--video .sp-chipIcon{background:#4f46e524;color:#4f46e5}.sp-status{display:inline-flex;align-items:center;gap:8px;font-weight:850;font-size:.82rem;color:var(--text)}.sp-statusDot{width:9px;height:9px;border-radius:999px;background:#7c8aa0a6;box-shadow:0 0 0 3px #94a3b833}.sp-status--success .sp-statusDot{background:#16a34a;box-shadow:0 0 0 3px #16a34a29}.sp-status--failed .sp-statusDot{background:#dc2626;box-shadow:0 0 0 3px #dc262629}.sp-status--pending .sp-statusDot{background:#4f46e5;box-shadow:0 0 0 3px #4f46e524}.sp-filterbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sp-filterGroup{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sp-filterLabel{font-size:.78rem;font-weight:800;color:var(--muted);white-space:nowrap}.sp-filterDivider{width:1px;height:22px;background:#94a3b859;border-radius:999px}.sp-filterClear{margin-left:auto}.sp-seg{display:inline-flex;align-items:center;padding:3px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:#f1f5f9b3;gap:2px}.sp-segBtn{height:30px;padding:0 12px;border-radius:10px;border:1px solid transparent;background:transparent;color:var(--text-soft);font-weight:800;font-size:.82rem;cursor:pointer;white-space:nowrap;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,box-shadow .12s ease,color .12s ease}.sp-segBtn:hover{background:#ffffffb3}.sp-segBtn.is-active{background:#fffffff2;box-shadow:0 1px 2px #0206171a;color:var(--text)}.sp-btn--ghost{background:#ffffffbf}.sp-adminTable{border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:#ffffffdb}.sp-adminTableScroll{max-height:360px;overflow:auto}.sp-adminTableEl{width:100%;border-collapse:separate;border-spacing:0}.sp-adminThead{position:sticky;top:0;z-index:2;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sp-adminHeadRow{border-bottom:1px solid rgba(148,163,184,.28)}.sp-adminTh{text-align:left;font-size:.78rem;font-weight:900;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;padding:10px 12px;border-bottom:1px solid rgba(148,163,184,.22)}.sp-adminTh--select{width:44px}.sp-adminTh--id{width:220px}.sp-adminTbody .sp-adminRow{background:#ffffffe0;transition:background .12s ease,box-shadow .12s ease,transform .12s ease}.sp-adminTbody .sp-adminRow:hover{background:#f1f5f9bf}.sp-adminRow.is-selected{background:#4f46e514}.sp-adminRow.is-selected:hover{background:#4f46e51a}.sp-adminTd{padding:10px 12px;border-bottom:1px solid rgba(148,163,184,.18);vertical-align:middle}.sp-adminTd--select{padding-left:12px;padding-right:6px}.sp-adminTd--id{white-space:nowrap}.sp-adminRadio{width:16px;height:16px;accent-color:rgba(20,184,166,.95);cursor:pointer}.sp-adminProductCell{display:flex;align-items:center;gap:10px;min-width:0}.sp-adminThumb{width:40px;height:40px;border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.28);background:#f1f5f9e6;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.sp-adminThumbImg{width:100%;height:100%;object-fit:cover;display:block}.sp-adminThumbFallback{color:#7c8aa0e6;font-weight:900;font-size:.9rem}.sp-adminProductMeta{min-width:0;display:flex;flex-direction:column;gap:3px}.sp-adminProductTitle{font-weight:900;font-size:.92rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-adminTableScroll::-webkit-scrollbar{width:10px}.sp-adminTableScroll::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:999px}.sp-adminTableScroll::-webkit-scrollbar-track{background:transparent}.sp-inputWrap--noflex{flex:0 0 auto;min-width:0}.sp-adminTableScroll--compact{max-height:none}.sp-adminThumb--icon{width:40px;height:40px;border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.28);background:#f1f5f9e6;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.sp-adminIcon{width:26px;height:26px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:950;font-size:.78rem;line-height:1}.sp-adminIcon--video{background:#4f46e524;color:#4f46e5}.sp-adminIcon--image{background:#14b8a61f;color:#0f766e}.sp-adminSubtext{color:var(--muted);font-weight:700;font-size:.82rem;line-height:1.25}.sp-adminThumb--icon{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:#f1f5f9e6;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:900;color:var(--accent)}.sp-lang{position:relative;width:100%}.sp-langTrigger{width:100%;height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;gap:10px;font-size:.9rem;cursor:pointer}.sp-langChevron{margin-left:auto;color:var(--muted)}.sp-langMenu{position:absolute;z-index:20;top:calc(100% + 6px);width:100%;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 12px 30px #0f172a1f;padding:4px}.sp-langItem{width:100%;height:40px;padding:0 10px;border-radius:8px;display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;font-size:.9rem}.sp-langItem:hover{background:#4f46e514}.sp-langItem.is-selected{background:#4f46e51f;font-weight:600}.sp-langFlag{width:20px;height:20px;border-radius:999px;object-fit:cover;flex-shrink:0}.sp-textareaWrap{border-radius:16px;border:1px solid var(--border);background:#f1f5f9cc;padding:10px;transition:box-shadow .12s ease,border-color .12s ease,background .12s ease}.sp-textareaWrap:focus-within{background:#fff;border-color:#4f46e58c;box-shadow:var(--focus)}.sp-textarea{width:100%;border:none;outline:none;resize:vertical;background:transparent;font-family:var(--sp-font);font-size:.92rem;font-weight:650;color:var(--text);line-height:1.45;min-height:120px}.sp-textarea::placeholder{color:var(--muted)}.sp-mood{position:relative;width:100%}.sp-moodTrigger{width:100%;height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:space-between;font-size:.9rem;cursor:pointer}.sp-moodChevron{color:var(--muted)}.sp-moodMenu{position:absolute;top:calc(100% + 6px);width:100%;z-index:20;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 12px 30px #0f172a1f;padding:6px}.sp-moodItem{width:100%;padding:8px 10px;border-radius:8px;text-align:left;background:transparent;border:none;cursor:pointer}.sp-moodItem:hover{background:#4f46e514}.sp-moodItem.is-selected{background:#4f46e51f}.sp-moodTitle{font-size:.9rem;font-weight:600;color:var(--text)}.sp-moodDesc{font-size:.78rem;color:var(--muted);margin-top:2px}.sp-modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px;background:#02061773;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sp-modal{width:min(680px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;border:1px solid var(--border);border-radius:var(--r-xl);background:linear-gradient(180deg,#fffffffa,#f1f5f9d1);box-shadow:0 22px 60px #0206172e}.sp-modalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 14px 10px;border-bottom:1px solid rgba(148,163,184,.22);background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:2}.sp-modalBody{padding:12px 14px 14px}.sp-modalActions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(148,163,184,.22)}.sp-modalNotice{width:100%}.sp-modalFootnote{margin-top:10px;color:var(--muted);font-weight:700;font-size:.78rem;line-height:1.3}.sp-iconBtn{width:34px;height:34px;border-radius:999px;border:1px solid var(--border);background:#ffffffe6;color:var(--text);font-weight:950;font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.sp-iconBtn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);background:#f1f5f9db}.sp-iconBtn:active{transform:translateY(0)}.sp-offerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:10px}.sp-offer{text-align:left;border:1px solid rgba(148,163,184,.26);border-radius:var(--r-lg);padding:12px;background:#ffffffe6;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease}.sp-offer:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);background:#f1f5f9db}.sp-offer.is-selected{border-color:var(--teal-border);background:var(--teal-soft)}.sp-offer.is-selected:hover{transform:none;background:var(--teal-soft)}.sp-offerTop{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}@media(max-width:420px){.sp-modalOverlay{padding:10px}.sp-modal{width:calc(100vw - 20px);max-height:calc(100vh - 20px)}}.sp-shell.sp-shell--wide{width:100%;max-width:1400px;margin:0 auto;padding:16px 24px}.sp-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.sp-sticky{position:sticky;top:16px}@media(max-width:1100px){.sp-layout{grid-template-columns:1fr}.sp-sticky{position:static}}.sp-toastWrap{position:fixed;top:16px;right:16px;z-index:9999;pointer-events:none}.sp-toast{width:360px;max-width:calc(100vw - 32px);border-radius:14px;padding:12px 12px 10px;box-shadow:0 12px 30px #0000002e;background:#111;color:#fff;pointer-events:auto;animation:spToastIn .18s ease-out}.sp-toast--success{background:#0f172a}.sp-toast--error{background:#2a0f12}.sp-toastTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.sp-toastTitle{font-weight:650;font-size:14px;line-height:1.2}.sp-toastMsg{margin-top:6px;font-size:13px;opacity:.9;line-height:1.35}.sp-toastClose{border:none;background:transparent;color:inherit;font-size:18px;line-height:1;padding:0 6px;cursor:pointer;opacity:.8}.sp-toastClose:hover{opacity:1}@keyframes spToastIn{0%{transform:translateY(-6px);opacity:0}to{transform:translateY(0);opacity:1}}.sp-prodTitle{display:inline-block;line-height:1.2}.sp-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.sp-tdCenter{vertical-align:middle}.sp-tdRadio{width:44px}.sp-prodCell{display:flex;align-items:center;gap:12px;min-height:44px}.sp-prodImg{width:40px;height:40px;border-radius:10px;object-fit:cover;flex:0 0 40px;background:#f3f4f6}.sp-prodText{display:flex;flex-direction:column;gap:3px;min-width:0}.sp-prodTitle{line-height:1.2;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-prodId{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;opacity:.7}.sp-statusPill{display:inline-flex;align-items:center;gap:8px;height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid rgba(0,0,0,.08);background:#00000008}.sp-statusIcon{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;background:#00000014}.sp-statusPill--success{background:#22c55e1f;border-color:#22c55e40}.sp-statusPill--success .sp-statusIcon{background:#22c55e40}.sp-statusPill--pending{background:#3b82f61f;border-color:#3b82f640}.sp-statusPill--pending .sp-statusIcon{background:#3b82f640}.sp-statusPill--failed{background:#ef44441f;border-color:#ef444440}.sp-statusPill--failed .sp-statusIcon{background:#ef444440}.sp-statusPill--type.sp-statusPill--video{background:#8b5cf61f;border-color:#8b5cf640}.sp-statusPill--type.sp-statusPill--video .sp-statusIcon{background:#8b5cf640}.sp-statusPill--type.sp-statusPill--image{background:#0ea5e91f;border-color:#0ea5e940}.sp-statusPill--type.sp-statusPill--image .sp-statusIcon{background:#0ea5e940}
