:root{--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--space-9: 48px;--space-10: 64px;--space-11: 80px;--space-12: 96px;--type-xs: 11px;--type-sm: 12px;--type-base: 14px;--type-md: 15px;--type-lg: 16px;--type-xl: 20px;--type-2xl: 24px;--type-3xl: 30px;--type-4xl: 36px;--type-5xl: 48px;--leading-tight: 1.2;--leading-snug: 1.35;--leading-normal: 1.5;--leading-loose: 1.7;--weight-regular: 400;--weight-medium: 500;--weight-semi: 600;--weight-bold: 700;--color-bg: #ffffff;--color-surface: #ffffff;--color-surface-2: #f8fafc;--color-surface-soft: #f1f5f9;--color-border: #e2e8f0;--color-border-soft: #f1f5f9;--color-text: #0f172a;--color-text-muted: #475569;--color-text-soft: #64748b;--color-text-faint: #94a3b8;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .06);--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 6px -2px rgba(15, 23, 42, .08), 0 2px 4px -2px rgba(15, 23, 42, .04);--shadow-lg: 0 8px 16px -4px rgba(15, 23, 42, .1), 0 4px 6px -2px rgba(15, 23, 42, .06);--shadow-xl: 0 20px 32px -8px rgba(15, 23, 42, .16), 0 6px 12px -4px rgba(15, 23, 42, .08);--shadow-2xl: 0 32px 64px -16px rgba(15, 23, 42, .24), 0 10px 20px -6px rgba(15, 23, 42, .12);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-pill: 9999px;--ease-spring: cubic-bezier(.32, .72, 0, 1);--ease-standard: cubic-bezier(.4, 0, .2, 1);--duration-instant: 80ms;--duration-fast: .15s;--duration-base: .2s;--duration-slow: .3s}body.dark-mode,.dark-mode{--color-bg: #0f172a;--color-surface: #1e293b;--color-surface-2: #0f172a;--color-surface-soft: #1e293b;--color-border: #334155;--color-border-soft: #1e293b;--color-text: #f1f5f9;--color-text-muted: #cbd5e1;--color-text-soft: #94a3b8;--color-text-faint: #64748b}@media(prefers-reduced-motion:reduce){:root{--duration-instant: 0ms;--duration-fast: 0ms;--duration-base: 0ms;--duration-slow: 0ms}}.s-notif-card{position:relative;display:flex;gap:12px;padding:16px 16px 16px 20px;background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:12px;color:var(--color-text, #0f172a);font-size:14px;line-height:1.5;text-align:left;box-shadow:0 1px 3px #0f172a14,0 1px 2px #0f172a0a;transition:box-shadow .2s cubic-bezier(.4,0,.2,1)}.s-notif-card:before{display:none}.s-notif-card__close{position:absolute;top:8px;right:8px;width:28px;height:28px;padding:0;border:0;border-radius:9999px;background:transparent;color:var(--color-text-soft, #64748b);font-size:20px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.s-notif-card__close:hover{background:var(--color-surface-soft, #f1f5f9);color:var(--color-text, #0f172a)}.s-notif-card__close:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.s-notif-card__close--locked{cursor:default;background:#f59e0b24;color:#b45309;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;width:auto;min-width:30px;padding:0 8px;pointer-events:none}.s-notif-card__close--locked:hover{background:#f59e0b24;color:#b45309}.s-notif-card__close-countdown{letter-spacing:0}.s-notif-card__hero{display:none}.s-notif-card__hero-img{width:100%;height:100%;object-fit:cover}.s-notif-card__hero-icon{--icon-size: 28px;--icon-color: #334155}.s-notif-card__hero-badge{position:absolute;top:-4px;right:-4px;padding:4px 8px;border-radius:9999px;background:#f59e0b;color:#fff;font-size:11px;font-weight:700;line-height:1;box-shadow:0 1px 3px #0f172a14,0 1px 2px #0f172a0a}.s-notif-card__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:8px}.s-notif-card__header{display:flex;flex-direction:column;gap:4px;padding-right:32px}.s-notif-card__title{margin:0;font-size:15px;font-weight:600;line-height:1.35;color:var(--color-text, #0f172a);display:inline-flex;align-items:center;gap:8px;letter-spacing:-.005em}.s-notif-card__title-icon{--icon-size: 18px;--icon-color: #475569;flex:0 0 18px}.s-notif-card__subtitle{font-size:12px;font-weight:500;color:var(--color-text-soft, #64748b)}.s-notif-card__body{margin:0;font-size:14px;line-height:1.5;color:var(--color-text-muted, #475569);font-weight:400}.s-notif-card__thumb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;position:relative}.s-notif-card__thumb{aspect-ratio:1;background-size:cover;background-position:center;background-color:var(--color-surface-soft, #f1f5f9);border-radius:8px}.s-notif-card__thumb-more{position:absolute;right:4px;bottom:4px;padding:4px 8px;background:#0f172ab3;color:#fff;font-size:11px;font-weight:600;border-radius:9999px}.s-notif-card__share{display:flex;flex-direction:column;gap:8px}.s-notif-card__actor{display:flex;align-items:center;gap:8px}.s-notif-card__actor-avatar{width:28px;height:28px;border-radius:9999px;object-fit:cover}.s-notif-card__actor-initials{width:28px;height:28px;border-radius:9999px;background:#3b82f6;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.s-notif-card__actor-name{font-size:14px;font-weight:600}.s-notif-card__invoice{background:var(--color-surface-soft, #f8fafc);border:1px solid var(--color-border-soft, #e2e8f0);border-radius:8px;padding:12px 16px;font-size:12px;font-variant-numeric:tabular-nums}.s-notif-card__invoice-num{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11px;color:var(--color-text-faint, #94a3b8);margin-bottom:8px}.s-notif-card__invoice-items{list-style:none;margin:0;padding:0}.s-notif-card__invoice-row{display:flex;align-items:baseline;gap:8px;padding:4px 0}.s-notif-card__invoice-label{flex:1;color:var(--color-text-muted, #475569)}.s-notif-card__invoice-qty{font-size:11px;color:var(--color-text-faint, #94a3b8)}.s-notif-card__invoice-amt{font-weight:600;color:var(--color-text, #0f172a)}.s-notif-card__invoice-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:8px;padding-top:8px;border-top:1px solid var(--color-border, #cbd5e1);font-size:14px;color:var(--color-text-muted, #475569)}.s-notif-card__invoice-total strong{font-size:16px;color:var(--color-text, #0f172a);font-weight:700}.s-notif-card__progress{display:flex;flex-direction:column;gap:4px}.s-notif-card__progress-track{height:8px;background:var(--color-surface-soft, #f1f5f9);border-radius:9999px;overflow:hidden}.s-notif-card__progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:9999px;transition:width .3s cubic-bezier(.4,0,.2,1)}.s-notif-card__progress-meta{display:flex;justify-content:space-between;font-size:11px;font-weight:500;color:var(--color-text-soft, #64748b);font-variant-numeric:tabular-nums}.s-notif-card__countdown-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:var(--color-surface-soft, #f1f5f9);color:var(--color-text-muted, #475569);font-size:11px;font-weight:600;font-variant-numeric:tabular-nums;border-radius:9999px;width:max-content}.s-notif-card__countdown-chip .s-icon-comp{--icon-size: 14px}.s-notif-card__fields{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.s-notif-card__field{display:flex;flex-direction:column;min-width:0;gap:2px}.s-notif-card__field-label{font-size:11px;font-weight:500;color:var(--color-text-faint, #94a3b8);text-transform:uppercase;letter-spacing:.04em}.s-notif-card__field-value{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--color-text, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-notif-card__field-value--money{font-weight:700}.s-notif-card__field-value--status{text-transform:capitalize}.s-notif-card__footer{display:flex;flex-direction:column;gap:8px}.s-notif-card__footer-meta{font-size:11px;color:var(--color-text-faint, #94a3b8);font-variant-numeric:tabular-nums}.s-notif-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch}.s-notif-card__actions .s-button{--button-line-height: 32px;box-sizing:border-box;height:32px;padding:0 12px;font-size:12px;font-weight:600;letter-spacing:-.005em;border-radius:8px;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:background .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1),transform 80ms cubic-bezier(.4,0,.2,1)}.s-notif-card__actions .s-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.s-notif-card__actions .s-button:active{transform:translateY(.5px)}.s-notif-card__actions .s-button[aria-disabled=true],.s-notif-card__actions .s-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.s-notif-card__actions .s-button[aria-busy=true]:after{content:"";margin-left:8px;width:12px;height:12px;border:1.5px solid currentColor;border-right-color:transparent;border-radius:9999px;animation:s-notif-spin .7s linear infinite}.s-notif-card__actions [data-action-id].s-button--confirm{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 1px 2px #0f172a14}.s-notif-card__actions [data-action-id].s-button--confirm:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 2px 6px #2563eb52}.s-notif-card__actions [data-action-id]:not(.s-button--confirm):not(.s-button--danger):not(.s-button--ghost){background:var(--color-surface, #fff);border-color:var(--color-border, #cbd5e1);color:var(--color-text, #0f172a)}.s-notif-card__actions [data-action-id]:not(.s-button--confirm):not(.s-button--danger):not(.s-button--ghost):hover{background:var(--color-surface-soft, #f8fafc);border-color:#94a3b8}.s-notif-card__actions [data-action-id].s-button--ghost{background:transparent;border-color:transparent;color:var(--color-text-muted, #475569);font-weight:500}.s-notif-card__actions [data-action-id].s-button--ghost:hover{color:var(--color-text, #0f172a);background:var(--color-surface-soft, #f1f5f9)}.s-notif-card__actions [data-action-id].s-button--danger{background:transparent;border-color:#fca5a5;color:#b91c1c}.s-notif-card__actions [data-action-id].s-button--danger:hover{background:#fef2f2;border-color:#ef4444}.s-notif-card--toast{width:380px;max-width:calc(100vw - 32px);padding:16px;box-shadow:0 1px 2px #0f172a0f,0 16px 32px -8px #0f172a2e,0 4px 10px -4px #0f172a14;border:0;border-radius:16px;gap:12px;background:var(--color-surface, #ffffff)}.s-notif-card--toast .s-notif-card__hero-img{border-radius:8px}.s-notif-card--toast.s-notif-card--layout-media .s-notif-card__hero,.s-notif-card--toast.s-notif-card--layout-shareInvite .s-notif-card__hero{display:flex;flex:0 0 56px;width:56px;height:56px;border-radius:8px;overflow:hidden;background:var(--color-surface-soft, #f1f5f9);align-items:center;justify-content:center;position:relative}.s-notif-card--drawer{box-shadow:none;border-color:transparent;background:transparent;padding:12px 12px 12px 16px;border-radius:8px}.s-notif-card--drawer:hover{background:var(--color-surface-soft, #f8fafc)}.s-notif-card--drawer:before{display:none}.s-notif-card--drawer .s-notif-card__title{font-size:14px}.s-notif-card--drawer .s-notif-card__body{font-size:12px}.s-notif-card--drawer.s-notif-card--layout-media .s-notif-card__hero,.s-notif-card--drawer.s-notif-card--layout-shareInvite .s-notif-card__hero{display:flex;flex:0 0 36px;width:36px;height:36px;border-radius:8px;overflow:hidden;background:var(--color-surface-soft, #f1f5f9);align-items:center;justify-content:center;position:relative}.s-notif-card--modal{width:min(540px,100vw - 32px);max-height:calc(100vh - 32px);padding:48px 40px 32px;box-shadow:0 32px 64px -16px #0f172a3d,0 10px 20px -6px #0f172a1f;border-radius:16px;flex-direction:column;text-align:center;gap:0;background:var(--color-surface, #fff);overflow-y:auto;overscroll-behavior:contain;position:relative}.s-notif-card--modal:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#a054e6,#e67291,#ffb04e);border-radius:16px 16px 0 0;pointer-events:none}@media(max-width:600px){.s-notif-card--modal{padding:24px 20px 20px;border-radius:12px;max-height:92vh}}@media(max-width:400px){.s-notif-card--modal{padding:20px 16px 16px}}.s-notif-card--modal::-webkit-scrollbar{width:6px}.s-notif-card--modal::-webkit-scrollbar-track{background:transparent}.s-notif-card--modal::-webkit-scrollbar-thumb{background:#0f172a1f;border-radius:9999px}.s-notif-card--modal::-webkit-scrollbar-thumb:hover{background:#a054e680}.s-notif-card--modal:before{display:none}.s-notif-card--modal .s-notif-card__close{right:12px;position:sticky;top:0;align-self:flex-end;margin-right:-12px;margin-top:-12px;z-index:2}.s-notif-card--modal .s-notif-card__hero{display:flex;width:80px;height:80px;flex:0 0 80px;border-radius:9999px;margin:0 auto 24px;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.55) 0%,transparent 60%),var(--color-surface-soft, #f1f5f9);box-shadow:inset 0 1px #ffffffb3,inset 0 0 0 1px #0f172a0a}.s-notif-card--modal .s-notif-card__hero-icon{--icon-size: 36px}.s-notif-card--modal .s-notif-card__main{gap:16px;align-items:stretch}.s-notif-card--modal .s-notif-card__header{padding-right:0;align-items:center}.s-notif-card--modal .s-notif-card__title{font-size:24px;font-weight:700;line-height:1.2;letter-spacing:-.015em;justify-content:center}.s-notif-card--modal .s-notif-card__subtitle{font-size:14px;color:var(--color-text-soft, #64748b)}.s-notif-card--modal .s-notif-card__body{font-size:14px;color:var(--color-text-muted, #475569);max-width:44ch;margin:0 auto;text-align:center}.s-notif-card--modal .s-notif-card__invoice{text-align:left;padding:16px 20px}.s-notif-card--modal .s-notif-card__fields{grid-template-columns:1fr 1fr;gap:12px 32px;max-width:380px;margin:0 auto;text-align:left;padding:12px 20px;background:var(--color-surface-soft, #f8fafc);border:1px solid var(--color-border-soft, #e2e8f0);border-radius:8px}.s-notif-card--modal .s-notif-card__footer{gap:12px;align-items:center}.s-notif-card--modal .s-notif-card__actions{justify-content:center;gap:8px;flex-wrap:wrap}.s-notif-card--modal .s-notif-card__actions .s-button{--button-line-height: 44px;height:44px;font-size:14px;padding:0 20px;border-radius:8px}.s-notif-card--banner{border-radius:12px;padding:12px 16px 12px 20px;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e2e8f0);display:flex;flex-direction:row;align-items:center;gap:16px;box-shadow:0 1px 2px #0f172a0f}@media(max-width:600px){.s-notif-card--banner{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.s-notif-card--banner .s-notif-card__hero{display:none}.s-notif-card--banner .s-notif-card__footer{margin-top:8px;flex-direction:column;align-items:stretch;gap:8px}.s-notif-card--banner .s-notif-card__actions{flex-direction:column;gap:8px}.s-notif-card--banner .s-notif-card__actions .s-button{width:100%;height:38px}.s-notif-card--banner .s-notif-card__actions [data-action-id]:not(.s-button--confirm){display:none}.s-notif-card--banner .s-notif-card__body{-webkit-line-clamp:2}}.s-notif-card--banner .s-notif-card__main{flex-direction:column;gap:4px}.s-notif-card--banner .s-notif-card__header{padding-right:0}.s-notif-card--banner .s-notif-card__title{font-size:15px}.s-notif-card--banner .s-notif-card__body{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.s-notif-card--banner .s-notif-card__footer{flex-direction:row;align-items:center;gap:8px;margin-top:0}.s-notif-card--banner .s-notif-card__progress-track{height:6px}.s-notif-card--banner .s-notif-card__fields{grid-template-columns:repeat(auto-fit,minmax(80px,max-content));gap:4px 20px}.s-notif-card--banner .s-notif-card__progress,.s-notif-card--banner .s-notif-card__invoice,.s-notif-card--banner .s-notif-card__thumb-grid{max-width:100%}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__main{flex-direction:row;align-items:baseline;gap:8px;overflow:hidden;min-width:0}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__header{flex:0 0 auto;padding-right:0}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__title{display:inline-block;white-space:nowrap;font-size:15px;max-width:100%}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__body{-webkit-line-clamp:1;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__body:before{content:"— ";opacity:.5;margin-right:2px}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__progress,.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__fields,.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__invoice,.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__countdown,.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__hero-badge{display:none}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__actions [data-action-id]:not(.s-button--confirm){display:none}@media(max-width:480px){.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__body{display:none}.s-notif-card--banner.s-notif-card--size-compact .s-notif-card__title{white-space:normal}}.s-notif-card--banner.s-notif-card--size-standard .s-notif-card__main{flex-direction:column;gap:4px}.s-notif-card--banner.s-notif-card--size-standard .s-notif-card__body{font-size:12px;-webkit-line-clamp:2}.s-notif-card--banner.s-notif-card--size-standard .s-notif-card__hero{width:48px;height:48px;flex:0 0 48px}.s-notif-card--banner.s-notif-card--size-expanded{padding:20px}.s-notif-card--banner.s-notif-card--size-expanded .s-notif-card__main{flex-direction:column;gap:8px}.s-notif-card--banner.s-notif-card--size-expanded .s-notif-card__title{font-size:16px}.s-notif-card--banner.s-notif-card--size-expanded .s-notif-card__body{font-size:14px;-webkit-line-clamp:3}.s-notif-card--banner.s-notif-card--size-expanded .s-notif-card__hero{width:64px;height:64px;flex:0 0 64px}.s-notif-card--banner.s-notif-card--size-expanded .s-notif-card__hero-icon{--icon-size: 32px}.s-notif-card--tone-info:before,.s-notif-card--tone-default:before{background:#3b82f6}.s-notif-card--tone-info .s-notif-card__title-icon,.s-notif-card--tone-default .s-notif-card__title-icon{--icon-color: #2563eb}.s-notif-card--tone-info.s-notif-card--modal .s-notif-card__hero,.s-notif-card--tone-default.s-notif-card--modal .s-notif-card__hero{background:#eff6ff}.s-notif-card--tone-info.s-notif-card--modal .s-notif-card__hero-icon,.s-notif-card--tone-default.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #2563eb}.s-notif-card--tone-success:before,.s-notif-card--tone-transfer:before{background:#10b981}.s-notif-card--tone-success .s-notif-card__title-icon,.s-notif-card--tone-transfer .s-notif-card__title-icon{--icon-color: #047857}.s-notif-card--tone-success .s-notif-card__progress-bar,.s-notif-card--tone-transfer .s-notif-card__progress-bar{background:linear-gradient(90deg,#10b981,#34d399)}.s-notif-card--tone-success.s-notif-card--modal .s-notif-card__hero,.s-notif-card--tone-transfer.s-notif-card--modal .s-notif-card__hero{background:#ecfdf5}.s-notif-card--tone-success.s-notif-card--modal .s-notif-card__hero-icon,.s-notif-card--tone-transfer.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #047857}.s-notif-card--tone-warn:before,.s-notif-card--tone-warning:before,.s-notif-card--tone-storage_sharing:before{background:#f59e0b}.s-notif-card--tone-warn .s-notif-card__title-icon,.s-notif-card--tone-warning .s-notif-card__title-icon,.s-notif-card--tone-storage_sharing .s-notif-card__title-icon{--icon-color: #d97706}.s-notif-card--tone-warn .s-notif-card__progress-bar,.s-notif-card--tone-warning .s-notif-card__progress-bar,.s-notif-card--tone-storage_sharing .s-notif-card__progress-bar{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.s-notif-card--tone-warn .s-notif-card__countdown-chip,.s-notif-card--tone-warning .s-notif-card__countdown-chip,.s-notif-card--tone-storage_sharing .s-notif-card__countdown-chip{background:#fffbeb;color:#b45309}.s-notif-card--tone-warn .s-notif-card__countdown-chip .s-icon-comp,.s-notif-card--tone-warning .s-notif-card__countdown-chip .s-icon-comp,.s-notif-card--tone-storage_sharing .s-notif-card__countdown-chip .s-icon-comp{--icon-color: #d97706}.s-notif-card--tone-warn.s-notif-card--modal .s-notif-card__hero,.s-notif-card--tone-warning.s-notif-card--modal .s-notif-card__hero,.s-notif-card--tone-storage_sharing.s-notif-card--modal .s-notif-card__hero{background:#fffbeb}.s-notif-card--tone-warn.s-notif-card--modal .s-notif-card__hero-icon,.s-notif-card--tone-warning.s-notif-card--modal .s-notif-card__hero-icon,.s-notif-card--tone-storage_sharing.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #d97706}.s-notif-card--tone-danger:before,.s-notif-card--tone-billing:before,.s-notif-card--tone-security:before{background:#ef4444}.s-notif-card--tone-danger .s-notif-card__title-icon,.s-notif-card--tone-billing .s-notif-card__title-icon,.s-notif-card--tone-security .s-notif-card__title-icon{--icon-color: #dc2626}.s-notif-card--tone-danger.s-notif-card--modal .s-notif-card__hero,.s-notif-card--tone-billing.s-notif-card--modal .s-notif-card__hero,.s-notif-card--tone-security.s-notif-card--modal .s-notif-card__hero{background:#fef2f2}.s-notif-card--tone-danger.s-notif-card--modal .s-notif-card__hero-icon,.s-notif-card--tone-billing.s-notif-card--modal .s-notif-card__hero-icon,.s-notif-card--tone-security.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #dc2626}.s-notif-card--tone-promo:before{background:#a054e6}.s-notif-card--tone-promo .s-notif-card__title-icon{--icon-color: #a054e6}.s-notif-card--vocab-marketing:before{display:none}.s-notif-card--vocab-marketing{background:radial-gradient(ellipse at top right,rgba(230,114,145,.1),transparent 55%),radial-gradient(ellipse at bottom left,rgba(255,176,78,.08),transparent 55%),var(--color-surface, #ffffff);border:1px solid var(--color-border, #e2e8f0)}.s-notif-card--vocab-marketing .s-notif-card__title{font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-.02em;background:linear-gradient(120deg,#333 30%,#a054e6);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.s-notif-card--vocab-marketing .s-notif-card__subtitle{font-size:16px;color:var(--color-text-muted, #475569);font-weight:500}.s-notif-card--vocab-marketing .s-notif-card__body{font-size:15px;color:var(--color-text-muted, #475569);max-width:50ch}.s-notif-card--vocab-marketing .s-notif-card__hero{display:flex;width:96px;height:96px;flex:0 0 96px;border-radius:9999px;margin:0 auto 20px;align-items:center;justify-content:center;position:relative;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.45) 0%,transparent 62%),linear-gradient(135deg,#e67291,#ffb04e);box-shadow:inset 0 1px #ffffffb3,0 12px 24px -8px #e6729173}.s-notif-card--vocab-marketing .s-notif-card__hero-icon{--icon-size: 44px;--icon-color: #ffffff}.s-notif-card--vocab-marketing .s-notif-card__hero-illu{width:100%;height:100%;display:block}.s-notif-card--vocab-marketing .s-notif-card__hero-badge{top:-6px;right:-6px;padding:4px 12px;background:linear-gradient(135deg,#cc533e,#e67291);color:#fff;font-size:12px;font-weight:700;border-radius:9999px;box-shadow:0 4px 6px -2px #0f172a14,0 2px 4px -2px #0f172a0a;letter-spacing:.04em}.s-notif-card--vocab-marketing .s-notif-card__fields{background:var(--color-surface-soft, #f8fafc);border:1px solid var(--color-border-soft, #e2e8f0);border-radius:12px;padding:20px;grid-template-columns:1fr 1fr;gap:12px 32px;max-width:380px;margin:0 auto}.s-notif-card--vocab-marketing .s-notif-card__field-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-soft, #64748b);font-weight:600}.s-notif-card--vocab-marketing .s-notif-card__field-value{font-size:20px;font-weight:700;color:var(--color-text, #0f172a);font-variant-numeric:tabular-nums}@media(max-width:480px){.s-notif-card--vocab-marketing .s-notif-card__field-value{font-size:16px}}.s-notif-card--vocab-marketing .s-notif-card__field-value--strike,.s-notif-card--vocab-marketing .s-notif-card__field-value--was{color:var(--color-text-faint, #94a3b8);text-decoration:line-through;font-weight:500}.s-notif-card--vocab-marketing .s-notif-card__field-value--now{background:linear-gradient(135deg,#e67291,#ffb04e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.s-notif-card--vocab-marketing .s-notif-card__countdown-chip{padding:8px 16px;background:linear-gradient(135deg,#ffb04e,#e67291);color:#fff;font-size:12px;font-weight:700;box-shadow:0 1px 3px #0f172a14,0 1px 2px #0f172a0a}.s-notif-card--vocab-marketing .s-notif-card__countdown-chip .s-icon-comp{--icon-size: 16px;--icon-color: #fff}.s-notif-card--vocab-marketing .s-notif-card__footer-meta{font-size:12px;color:var(--color-text-soft, #64748b);font-weight:500;text-align:center;font-variant-numeric:normal}.s-notif-card--vocab-marketing .s-notif-card__footer-meta:before{content:"★★★★★ ";color:#fbbf24;margin-right:4px}.s-notif-card--vocab-marketing .s-notif-card__actions{justify-content:center;gap:12px;margin-top:12px}.s-notif-card--vocab-marketing .s-notif-card__actions .s-button{--button-line-height: 48px;height:48px;font-size:15px;font-weight:700;padding:0 24px;border-radius:8px;letter-spacing:-.005em}.s-notif-card--vocab-marketing .s-notif-card__actions [data-action-id].s-button--confirm{background:linear-gradient(135deg,#a054e6,#e67291);border-color:transparent;color:#fff;box-shadow:0 1px 2px #0f172a1a,0 8px 16px -4px #a054e666}.s-notif-card--vocab-marketing .s-notif-card__actions [data-action-id].s-button--confirm:hover{box-shadow:0 1px 2px #0f172a1a,0 14px 28px -6px #e6729180,0 0 0 4px #a054e624;transform:translateY(-1px)}.s-notif-card--vocab-marketing.s-notif-card--modal{width:min(640px,100vw - 32px);padding:48px 48px 40px;border-radius:24px}.s-notif-card--vocab-marketing.s-notif-card--modal .s-notif-card__title{font-size:36px}.s-notif-card--vocab-marketing.s-notif-card--modal .s-notif-card__body{font-size:16px}.s-notif-card--vocab-marketing.s-notif-card--banner{background:linear-gradient(120deg,rgba(160,84,230,.08),rgba(230,114,145,.06) 60%,transparent 100%),var(--color-surface, #fff);border-color:#a054e638;padding:12px 16px;overflow:hidden}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__main{flex-direction:row;align-items:baseline;gap:8px;overflow:hidden;min-width:0}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__header{flex:0 0 auto;padding-right:0}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__title{font-size:15px;background:none;-webkit-text-fill-color:initial;color:var(--color-text, #0f172a);display:inline-block;white-space:nowrap;max-width:100%}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__subtitle,.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__footer-meta,.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__fields,.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__countdown,.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__invoice{display:none}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__body{font-size:12px;color:var(--color-text-muted, #475569);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__body:before{content:"— ";opacity:.5;margin-right:2px}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__hero{width:40px;height:40px;flex:0 0 40px;margin:0;box-shadow:inset 0 1px #ffffffb3,0 4px 10px -2px #e6729166}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__hero-icon{--icon-size: 22px;--icon-color: #ffffff;filter:drop-shadow(0 1px 1px rgba(15,23,42,.18))}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__hero-badge{top:-2px;right:-2px;padding:2px 6px;font-size:9px;letter-spacing:.04em;line-height:1.2;box-shadow:0 2px 4px #0f172a33}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__actions [data-action-id]:not(.s-button--confirm){display:none}.s-notif-card--vocab-marketing.s-notif-card--banner .s-notif-card__actions .s-button{height:34px;padding:0 16px;font-size:12px}.s-notif-card__task-batch{display:flex;flex-direction:column;gap:8px}.s-notif-card__task-summary{display:inline-flex;align-items:baseline;gap:8px;font-size:12px;color:var(--color-text-soft, #64748b)}.s-notif-card__task-summary strong{font-size:15px;font-weight:700;color:var(--color-text, #0f172a);font-variant-numeric:tabular-nums}.s-notif-card__task-divider{color:var(--color-text-faint, #94a3b8)}.s-notif-card__task-size{font-variant-numeric:tabular-nums}.s-notif-card__task-files{display:flex;flex-direction:column;gap:4px;padding:8px 0;border-top:1px solid var(--color-border-soft, #f1f5f9)}.s-notif-card__task-file{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:4px 0;font-size:12px;border-radius:6px;transition:background .15s cubic-bezier(.4,0,.2,1)}.s-notif-card__task-file:hover{background:var(--color-surface-soft, #f8fafc)}.s-notif-card__task-file img{width:28px;height:28px;border-radius:6px;object-fit:cover}.s-notif-card__task-file .s-icon-comp{--icon-size: 18px;--icon-color: #64748b}.s-notif-card__task-file--video .s-icon-comp{--icon-color: #e67291}.s-notif-card__task-file--audio .s-icon-comp{--icon-color: #a054e6}.s-notif-card__task-file--archive .s-icon-comp,.s-notif-card__task-file--folder .s-icon-comp{--icon-color: #d97706}.s-notif-card__task-file--image .s-icon-comp{--icon-color: #059669}.s-notif-card__task-file--document .s-icon-comp{--icon-color: #2563eb}.s-notif-card__task-file-name{font-weight:500;color:var(--color-text, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.s-notif-card__task-file-size{font-size:11px;color:var(--color-text-soft, #64748b);font-variant-numeric:tabular-nums}.s-notif-card__task-more{font-size:11px;font-weight:600;color:var(--color-text-soft, #64748b);text-transform:uppercase;letter-spacing:.06em;padding:4px 0 0 36px}.s-notif-card__torrent{display:flex;flex-direction:column;gap:8px}.s-notif-card__torrent-stats{display:flex;flex-wrap:wrap;gap:4px 8px}.s-notif-card__torrent-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;background:var(--color-surface-soft, #f1f5f9);color:var(--color-text-muted, #475569);border-radius:9999px;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.s-notif-card__torrent-chip .s-icon-comp{--icon-size: 11px}.s-notif-card__torrent-chip--speed{background:#10b9811f;color:#047857}.s-notif-card__torrent-chip--speed .s-icon-comp{--icon-color: #059669}.s-notif-card__torrent-chip--ratio{background:#a054e61f;color:#a054e6}.s-notif-card__plans{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;text-align:left}.s-notif-card__plan{position:relative;background:var(--color-surface, #fff);border:1px solid var(--color-border, #e2e8f0);border-radius:12px;padding:20px 16px 16px;display:flex;flex-direction:column;gap:8px;transition:transform .2s cubic-bezier(.32,.72,0,1),box-shadow .2s cubic-bezier(.4,0,.2,1)}.s-notif-card__plan.is-popular{border-color:#a054e6;box-shadow:0 0 0 1px #a054e666,0 12px 24px -6px #e672914d;transform:translateY(-4px) scale(1.03);z-index:1}.s-notif-card__plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:3px 10px;background:linear-gradient(135deg,#a054e6,#e67291);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:9999px;box-shadow:0 4px 6px -2px #0f172a14,0 2px 4px -2px #0f172a0a;white-space:nowrap}.s-notif-card__plan-name{margin:0;font-size:15px;font-weight:700;color:var(--color-text, #0f172a);letter-spacing:-.005em}.s-notif-card__plan-price{display:flex;align-items:baseline;gap:4px;font-variant-numeric:tabular-nums}.s-notif-card__plan-old{font-size:12px;color:var(--color-text-faint, #94a3b8);text-decoration:line-through;font-weight:500}.s-notif-card__plan-amount{font-size:24px;font-weight:700;color:var(--color-text, #0f172a);letter-spacing:-.02em}.s-notif-card__plan-period{font-size:12px;color:var(--color-text-soft, #64748b);font-weight:500}.s-notif-card__plan-features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--color-text-muted, #475569)}.s-notif-card__plan-features li{position:relative;padding-left:16px}.s-notif-card__plan-features li:before{content:"";position:absolute;left:0;top:7px;width:8px;height:4px;border-left:1.5px solid #a054e6;border-bottom:1.5px solid #a054e6;transform:rotate(-45deg)}.s-notif-card__plan-cta{margin-top:auto;text-align:center;text-decoration:none;height:36px;line-height:1;padding:0 12px;border-radius:8px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border, #cbd5e1);background:var(--color-surface, #fff);color:var(--color-text, #0f172a);transition:background .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.s-notif-card__plan-cta:hover{background:var(--color-surface-soft, #f8fafc);border-color:#94a3b8}.s-notif-card__plan.is-popular .s-notif-card__plan-cta{background:linear-gradient(135deg,#a054e6,#e67291);color:#fff;border-color:transparent;box-shadow:0 4px 12px -2px #a054e666}.s-notif-card__plan.is-popular .s-notif-card__plan-cta:hover{box-shadow:0 8px 16px -2px #e6729180;transform:translateY(-1px)}@keyframes s-notif-spin{to{transform:rotate(360deg)}}.dark-mode .s-notif-card--toast,body.dark-mode .s-notif-card--toast{box-shadow:0 24px 40px -8px #0009}.dark-mode .s-notif-card--modal,body.dark-mode .s-notif-card--modal{box-shadow:0 32px 80px -16px #000000b3}.dark-mode .s-notif-card--vocab-marketing .s-notif-card__title,body.dark-mode .s-notif-card--vocab-marketing .s-notif-card__title{background:linear-gradient(120deg,#f1f5f9 30%,#c4b5fd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dark-mode .s-notif-card--vocab-marketing .s-notif-card__field-value--now,body.dark-mode .s-notif-card--vocab-marketing .s-notif-card__field-value--now{background:linear-gradient(135deg,#c4b5fd,#f9a8d4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.dark-mode .s-notif-card.s-notif-card--tone-danger.s-notif-card--modal .s-notif-card__hero,.dark-mode .s-notif-card.s-notif-card--tone-billing.s-notif-card--modal .s-notif-card__hero,.dark-mode .s-notif-card.s-notif-card--tone-security.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-danger.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-billing.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-security.s-notif-card--modal .s-notif-card__hero{background:#ef44442e}.dark-mode .s-notif-card.s-notif-card--tone-danger.s-notif-card--modal .s-notif-card__hero-icon,.dark-mode .s-notif-card.s-notif-card--tone-billing.s-notif-card--modal .s-notif-card__hero-icon,.dark-mode .s-notif-card.s-notif-card--tone-security.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-danger.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-billing.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-security.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #fca5a5}.dark-mode .s-notif-card.s-notif-card--tone-warn.s-notif-card--modal .s-notif-card__hero,.dark-mode .s-notif-card.s-notif-card--tone-warning.s-notif-card--modal .s-notif-card__hero,.dark-mode .s-notif-card.s-notif-card--tone-storage_sharing.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-warn.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-warning.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-storage_sharing.s-notif-card--modal .s-notif-card__hero{background:#f59e0b2e}.dark-mode .s-notif-card.s-notif-card--tone-warn.s-notif-card--modal .s-notif-card__hero-icon,.dark-mode .s-notif-card.s-notif-card--tone-warning.s-notif-card--modal .s-notif-card__hero-icon,.dark-mode .s-notif-card.s-notif-card--tone-storage_sharing.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-warn.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-warning.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-storage_sharing.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #fcd34d}.dark-mode .s-notif-card.s-notif-card--tone-info.s-notif-card--modal .s-notif-card__hero,.dark-mode .s-notif-card.s-notif-card--tone-default.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-info.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-default.s-notif-card--modal .s-notif-card__hero{background:#3b82f62e}.dark-mode .s-notif-card.s-notif-card--tone-info.s-notif-card--modal .s-notif-card__hero-icon,.dark-mode .s-notif-card.s-notif-card--tone-default.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-info.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-default.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #93c5fd}.dark-mode .s-notif-card.s-notif-card--tone-success.s-notif-card--modal .s-notif-card__hero,.dark-mode .s-notif-card.s-notif-card--tone-transfer.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-success.s-notif-card--modal .s-notif-card__hero,body.dark-mode .s-notif-card.s-notif-card--tone-transfer.s-notif-card--modal .s-notif-card__hero{background:#10b9812e}.dark-mode .s-notif-card.s-notif-card--tone-success.s-notif-card--modal .s-notif-card__hero-icon,.dark-mode .s-notif-card.s-notif-card--tone-transfer.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-success.s-notif-card--modal .s-notif-card__hero-icon,body.dark-mode .s-notif-card.s-notif-card--tone-transfer.s-notif-card--modal .s-notif-card__hero-icon{--icon-color: #6ee7b7}.dark-mode .s-notif-card--vocab-marketing .s-notif-card__fields,body.dark-mode .s-notif-card--vocab-marketing .s-notif-card__fields{background:#ffffff0a;border-color:#ffffff14}
