:root[data-theme=dark]{--bg-primary:#0f0f0f;--bg-secondary:#1a1a1a;--bg-tertiary:#2a2a2a;--text-primary:#fff;--text-secondary:#b3b3b3;--text-tertiary:gray;--accent-primary:#ff38db;--accent-secondary:#e61fb3;--accent-success:#10b981;--accent-warning:#fbbf24;--accent-error:#f87171;--status-success-bg:#064e3b;--status-success-text:#d1fae5;--status-warning-bg:#78350f;--status-warning-text:#fef3c7;--status-error-bg:#7f1d1d;--status-error-text:#fee2e2;--border-color:#3a3a3a;--shadow-color:#00000080;--header-bg:#1a1a1a;--card-bg:#1a1a1a}:root[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#f0f2f5;--text-primary:#1a1a1a;--text-secondary:#666;--text-tertiary:#999;--accent-primary:#ff38db;--accent-secondary:#ffc2e6;--accent-success:#10b981;--accent-warning:#f59e0b;--accent-error:#ef4444;--status-success-bg:#ecfdf5;--status-success-text:#065f46;--status-warning-bg:#fffbeb;--status-warning-text:#92400e;--status-error-bg:#fee2e2;--status-error-text:#991b1b;--border-color:#e0e0e0;--shadow-color:#0000001f;--header-bg:#f8f9fa;--card-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .3s,color .3s}.layout{flex-direction:column;min-height:100dvh;display:flex}img,svg,video,canvas{max-width:100%;height:auto}.card,.review-card,.submit-section,.reviews-list{overflow-wrap:break-word;min-width:0}.layout>header{background-color:var(--header-bg);color:var(--text-primary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background-color .3s,border-color .3s;display:flex}.layout>header nav{align-items:center;gap:3rem;width:100%;display:flex}nav h1{white-space:nowrap;color:var(--text-primary);font-size:1.5rem}nav ul{gap:2rem;list-style:none;display:flex}nav a{color:var(--text-primary);text-decoration:none;transition:opacity .3s,color .3s}nav a:hover{opacity:.8;color:var(--accent-primary)}.nav-group{position:relative}.nav-group-trigger{cursor:pointer;font:inherit;color:var(--text-primary);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;transition:opacity .3s,color .3s;display:inline-flex}.nav-group-trigger:hover{opacity:.8;color:var(--accent-primary)}.nav-group-trigger.active{color:var(--accent-primary);font-weight:600}.nav-group-caret{font-size:.7em;line-height:1;transition:transform .2s}.nav-group-trigger[aria-expanded=true] .nav-group-caret{transform:rotate(180deg)}.nav-group-menu{display:none}.nav-group-menu.open{z-index:30;border:1px solid var(--border-color);background:var(--card-bg);min-width:190px;box-shadow:0 8px 24px -8px var(--shadow-color);border-radius:10px;flex-direction:column;gap:0;padding:.4rem 0;list-style:none;display:flex;position:absolute;top:calc(100% + .6rem);left:0}.nav-group-menu li{display:flex}.nav-group-menu a{white-space:nowrap;flex:1;padding:.55rem .9rem}.nav-group-menu a:hover{background:var(--bg-tertiary);opacity:1}@media (prefers-reduced-motion:reduce){.nav-group-caret{transition:none}}.header-actions{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.theme-switcher{cursor:pointer;color:var(--text-primary);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;transition:background-color .3s;display:flex}.theme-switcher:hover{background-color:var(--bg-tertiary)}.theme-icon{display:inline-block}.auth-section{align-items:center;gap:1rem;display:flex}.username{color:var(--text-secondary);font-weight:500}.logout-btn{background-color:var(--accent-error);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;transition:background-color .3s}.logout-btn:hover{background-color:#c0392b}main{background-color:var(--bg-primary);flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.layout>footer{background-color:var(--header-bg);color:var(--text-primary);text-align:center;border-top:1px solid var(--border-color);margin-top:auto;padding:1.5rem;transition:background-color .3s,border-color .3s}footer nav{margin-top:.5rem}footer a{color:var(--accent-primary);margin:0 1rem;text-decoration:none;transition:color .3s}@media (max-width:768px){.layout>header{z-index:100;padding:0 1rem;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right));padding-top:env(safe-area-inset-top);position:sticky;top:0}.layout>header nav{justify-content:space-between;gap:1rem;height:56px}.layout>header nav h1{font-size:1.25rem}.layout>header nav ul,.layout>header .header-actions{display:none}}.hamburger-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:44px;height:44px;margin-left:auto;padding:0;display:flex}.hamburger-btn:hover{background-color:var(--bg-tertiary)}.hamburger-bar{background-color:var(--text-primary);border-radius:1px;width:20px;height:2px;display:block}.mobile-nav-backdrop{z-index:200;opacity:0;pointer-events:none;background:#00000080;transition:opacity .2s;position:fixed;inset:0}.mobile-nav-backdrop.open{opacity:1;pointer-events:auto}.mobile-nav-drawer{z-index:201;background:var(--bg-secondary);border-left:1px solid var(--border-color);width:min(80vw,320px);padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);flex-direction:column;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-head{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.5rem .75rem .5rem 1.25rem;font-weight:600;display:flex}.mobile-nav-close{width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;font-size:1.5rem;line-height:1}.mobile-nav-close:hover{background-color:var(--bg-tertiary)}.mobile-nav-links{flex-direction:column;padding:.5rem 0;display:flex}.mobile-nav-links a{min-height:48px;color:var(--text-primary);align-items:center;padding:0 1.25rem;font-size:1.05rem;text-decoration:none;display:flex}.mobile-nav-links a.active{color:var(--accent-primary);font-weight:600}.mobile-nav-group{flex-direction:column;display:flex}.mobile-nav-group-label{letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary);padding:1rem 1.25rem .35rem;font-size:.72rem;font-weight:700}.mobile-nav-group a{padding-left:1.25rem}.mobile-nav-controls{border-top:1px solid var(--border-color);flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}.mobile-nav-control-row{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.mobile-nav-user{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;padding:1rem 1.25rem;display:flex}@media (min-width:769px){.mobile-nav-backdrop,.mobile-nav-drawer,.hamburger-btn{display:none}}@media (prefers-reduced-motion:reduce){.mobile-nav-backdrop,.mobile-nav-drawer{transition:none}}.dialog-shell-backdrop{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dialog-shell{border-radius:12px;width:100%;max-height:min(90vh,90dvh);padding:2rem;overflow-y:auto}@media (max-width:640px){.dialog-shell-backdrop{align-items:flex-end;padding:0}.dialog-shell{padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;max-width:none!important}}.confirm-dialog-title{color:var(--text-primary);margin-top:0;margin-bottom:.75rem}.confirm-dialog-body{color:var(--text-secondary);margin-bottom:1.5rem}.confirm-dialog-actions{gap:.75rem;display:flex}.confirm-dialog-actions button{cursor:pointer;border-radius:8px;flex:1;padding:.6rem;font-size:.95rem;font-weight:600}.confirm-dialog-actions button:disabled{opacity:.6;cursor:not-allowed}.confirm-dialog-dismiss{border:1px solid var(--border-color);color:var(--text-primary);background:0 0}.confirm-dialog-confirm{background:var(--accent-error);color:#fff;border:none}footer a:hover{text-decoration:underline}.subtitle{color:var(--text-tertiary);font-size:1rem;line-height:1.5}.signin-buttons{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.signin-btn{cursor:pointer;color:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}@media (hover:hover){.signin-btn:hover{box-shadow:0 5px 15px var(--shadow-color);transform:translateY(-2px)}}.signin-btn.twitch{background-color:#9146ff}.signin-btn.twitch:hover{background-color:#772ce3}.signin-btn.discord{background-color:#5865f2}.signin-btn.discord:hover{background-color:#454fd8}.signin-btn.google{background-color:#4285f4}.signin-btn.google:hover{background-color:#3367d6}.signin-btn .icon{flex-shrink:0;width:1.3rem;height:1.3rem}.error-message{color:var(--accent-error);background-color:var(--bg-tertiary);border-left:4px solid var(--accent-error);border-radius:4px;margin-bottom:1rem;padding:1rem;font-size:.95rem}.dashboard-container{max-width:1000px}.dashboard-container h1{color:var(--text-primary);margin-bottom:.5rem}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.card{background:var(--card-bg);box-shadow:0 2px 8px var(--shadow-color);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .3s}@media (hover:hover){.card:hover{box-shadow:0 4px 16px var(--shadow-color);transform:translateY(-4px)}}.card h3{color:var(--text-primary);margin-bottom:.5rem}.card p{color:var(--text-tertiary);margin-bottom:1rem;font-size:.95rem}.card .link{color:var(--accent-primary);font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.card .link:hover{color:var(--accent-secondary)}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,opacity .2s,transform .1s;display:inline-flex}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.btn:not(:disabled):active{transform:translateY(1px)}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:not(:disabled):hover{background:color-mix(in srgb, var(--accent-primary) 85%, #000)}.btn-secondary{color:var(--accent-primary);border-color:var(--accent-primary);background:0 0}.btn-secondary:not(:disabled):hover{background:color-mix(in srgb, var(--accent-primary) 12%, transparent)}.reviews-container{max-width:1000px}.reviews-container h1{color:var(--text-primary);margin-bottom:.5rem}.reviews-container p{color:var(--text-secondary);margin-bottom:1.5rem}.reviews-section{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}.submit-section{background:var(--card-bg);box-shadow:0 2px 8px var(--shadow-color);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.submit-section h2{color:var(--text-primary);margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-primary);margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border-color);background-color:var(--bg-tertiary);width:100%;color:var(--text-primary);border-radius:4px;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s,background-color .3s}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #3498db1a}.submit-section form>button{background-color:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #ff38db4d,0 1px 2px #0000001a}.submit-section form>button:hover:not(:disabled){background-color:var(--accent-secondary);transform:translateY(-1px);box-shadow:0 4px 8px #ff38db66,0 2px 4px #00000026}.submit-section form>button:active:not(:disabled){transform:translateY(0);box-shadow:inset 0 1px 2px #0003}.submit-section form>button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.reviews-list{background:var(--card-bg);box-shadow:0 2px 8px var(--shadow-color);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.reviews-list h2{color:var(--text-primary);margin-bottom:1rem}.empty-state{color:var(--text-tertiary);text-align:center;padding:2rem}.reviews-grid{flex-direction:column;gap:1rem;display:flex}.review-card{border:1px solid var(--border-color);background-color:var(--bg-tertiary);border-radius:12px;padding:1.5rem;transition:border-color .2s,background-color .3s,box-shadow .3s;box-shadow:0 2px 8px #0000001a}@media (hover:hover){.review-card:hover{border-color:var(--accent-primary);box-shadow:0 4px 12px #00000026}}.review-card h3{color:var(--text-primary);margin:0}.review-card p{color:var(--text-tertiary);margin:0;font-size:.95rem}@media (max-width:640px){.review-card{padding:1rem}}.status{border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.status.pending{background-color:var(--status-warning-bg);color:var(--status-warning-text)}.status.approved{background-color:var(--status-success-bg);color:var(--status-success-text)}.status.rejected{background-color:var(--status-error-bg);color:var(--status-error-text)}.loading-container{justify-content:center;align-items:center;min-height:60vh;display:flex}.loading p{color:var(--text-tertiary);font-size:1.1rem}@media (max-width:768px){main{padding:1rem;padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right))}.dashboard-cards{gap:1rem}footer{padding-left:max(1rem, env(safe-area-inset-left));padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:calc(1.5rem + env(safe-area-inset-bottom))}.reviews-section{grid-template-columns:1fr}.signin-buttons{flex-direction:column}}@media (max-width:640px){.card{padding:1rem}}.character-grid-container,.help-type-grid-container{margin:1.5rem 0}.character-grid,.help-type-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,7.5rem),1fr));gap:1rem;min-height:220px;margin-top:1rem;display:grid}.character-tile,.help-type-tile{cursor:pointer;color:var(--text-secondary);text-align:center;word-break:break-word;background:0 0;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:clamp(.5rem,1.6vw,.75rem);font-size:clamp(.75rem,1.7vw,.875rem);font-weight:500;transition:all .2s ease-out;display:flex}.character-tile-icon-wrapper,.help-type-tile-icon-wrapper{aspect-ratio:1;background:var(--bg-tertiary);border-radius:9px;justify-content:center;align-items:center;width:100%;max-width:clamp(60px,11vw,80px);height:auto;display:flex;overflow:hidden}.character-tile-icon,.help-type-tile-icon{aspect-ratio:1;object-fit:cover;width:100%;height:100%;display:block}@media (hover:hover){.character-tile:hover:not(.selected),.help-type-tile:hover:not(.selected){border-color:var(--border-color);transform:translateY(-2px)}}.character-tile.selected,.help-type-tile.selected{border-color:var(--accent-primary);color:var(--accent-primary);box-shadow:0 0 0 2px var(--accent-primary) inset;background-color:#0000;animation:.2s ease-out tileSelect}@keyframes tileSelect{0%{border-color:#0000;transform:scale(.95)}to{border-color:var(--accent-primary);transform:scale(1)}}.bubble-toggle-container{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:0;display:flex}.bubble-toggle{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:20px;align-items:center;width:48px;height:24px;padding:2px;transition:background-color .3s;display:inline-flex;position:relative}.bubble-toggle.active{background:#3498db33}.bubble-slider{background:var(--accent-primary);width:20px;height:20px;box-shadow:0 2px 4px var(--shadow-color);border-radius:50%;justify-content:center;align-items:center;transition:left .3s,transform .3s;display:flex;position:absolute;left:2px}.bubble-toggle.active .bubble-slider{background:var(--accent-primary);left:26px}.bubble-icon{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.theme-icon{filter:drop-shadow(0 1px 2px var(--shadow-color));display:inline-block}.bubble-labels{pointer-events:none;justify-content:space-between;width:100%;padding:0 8px;display:flex;position:absolute}.bubble-label{color:var(--text-secondary);opacity:0;white-space:nowrap;font-size:.7rem;font-weight:600;transition:opacity .3s}.bubble-label.show{opacity:1}.bubble-label.inactive{color:var(--text-secondary)}.bubble-label.active{color:var(--accent-primary)}.bubble-toggle-container:hover .bubble-toggle{border-color:var(--accent-primary);box-shadow:0 0 8px #3498db33}@media (max-width:640px){.bubble-toggle{width:44px;height:22px}.bubble-slider{width:18px;height:18px}.bubble-toggle.active .bubble-slider{left:24px}.bubble-icon{font-size:.8rem}.bubble-label{font-size:.6rem}}.skeleton-tile{pointer-events:none}.skeleton-icon{aspect-ratio:1;background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--bg-secondary) 50%, var(--bg-tertiary) 100%);background-size:200% 100%;width:100%;height:100%;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-text-short{background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--bg-secondary) 50%, var(--bg-tertiary) 100%);background-size:200% 100%;border-radius:4px;width:70%;height:.75rem;margin-top:.5rem;margin-left:auto;margin-right:auto;animation:1.5s ease-in-out infinite skeleton-pulse}.review-card-skeleton{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:.75rem;min-height:120px;margin-bottom:1rem;padding:1.5rem;display:flex}.skeleton-title{background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--bg-secondary) 50%, var(--bg-tertiary) 100%);background-size:200% 100%;border-radius:4px;width:60%;height:1rem;animation:1.5s ease-in-out infinite skeleton-pulse}.skeleton-text{background:linear-gradient(90deg, var(--bg-tertiary) 0%, var(--bg-secondary) 50%, var(--bg-tertiary) 100%);background-size:200% 100%;border-radius:4px;width:100%;height:.75rem;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.active-request-section,.request-form-section{min-height:300px}.support-page .tk-banner{border-radius:12px;margin:0 0 1rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.support-page .tk-banner-success{background:#34d3991f;border:1px solid #34d39980}.support-page .tk-banner-error{background:#ef44441f;border:1px solid #ef444480}.support-page .tk-banner-info{background:#7dd3fc1f;border:1px solid #7dd3fc80}.support-page .tk-btn{width:100%;min-height:48px;font:inherit;cursor:pointer;text-align:center;white-space:normal;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:none;hyphens:none;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:.95rem;font-weight:700;line-height:1.25;text-decoration:none;display:flex}.support-page .tk-btn-primary{background:var(--accent-primary);color:#fff}.support-page .tk-btn-ticket{color:var(--accent-primary);border-color:var(--accent-primary);background:0 0}.support-page .tk-btn-ticket:hover{background:var(--accent-primary);color:#fff}.support-page .tk-btn-ghost{background:var(--vc-raised-2);color:var(--vc-ink);border-color:var(--vc-line)}.support-page .tk-btn:disabled{opacity:.45;cursor:not-allowed}.support-page .tk-stacked{margin-top:.6rem}.support-page .tk-muted{color:var(--vc-ink-2);font-size:.9rem}.support-page .tk-fineprint{color:var(--vc-ink-3);margin:1rem 0 0;font-size:.78rem;line-height:1.6}.support-page .tk-screen-bar{border-bottom:1px solid var(--vc-line);background:var(--vc-raised);z-index:20;grid-template-columns:48px 1fr 48px;align-items:center;gap:.4rem;padding:.4rem .5rem;display:grid;position:sticky;top:0}.support-page .tk-screen-back{min-width:48px;min-height:48px;color:var(--vc-ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;font-size:1.5rem}.support-page .tk-screen-title{text-align:center;font-size:.98rem;font-weight:700}.support-page .tk-screen-subtitle{color:var(--vc-ink-2);margin-top:.1rem;font-size:.74rem;font-weight:400;display:block}.support-page .tk-screen-body{padding:1.2rem 1rem 1rem}.support-page .tk-screen-lead{margin:0 0 .35rem;font-size:1.26rem;font-weight:700;line-height:1.3}.support-page .tk-screen-sub{color:var(--vc-ink-2);margin:0 0 1rem;font-size:.88rem;line-height:1.55}.support-page .tk-screen-note{color:var(--vc-ink-3);margin:1.1rem 0 0;font-size:.8rem;line-height:1.55}.support-page .tk-screen-foot{border-top:1px solid var(--vc-line);background:var(--vc-raised);padding:.75rem 1rem 1.2rem}.support-page .tk-crossover{min-height:48px;color:inherit;background:#38bdf817;border:1px solid #38bdf859;border-radius:13px;grid-template-columns:1fr auto;align-items:center;gap:.75rem;margin-bottom:1.1rem;padding:.8rem .9rem;text-decoration:none;display:grid}.support-page .tk-crossover-title{color:#0284c7;font-size:.93rem;font-weight:700;display:block}:root[data-theme=dark] .support-page .tk-crossover-title{color:#38bdf8}.support-page .tk-crossover-desc{color:var(--vc-ink-2);margin-top:.2rem;font-size:.81rem;line-height:1.4;display:block}.support-page .tk-amount{text-align:center;margin:1rem 0 .4rem}.support-page .tk-amount-n{font-variant-numeric:tabular-nums;font-size:3.4rem;font-weight:800;line-height:1}.support-page .tk-amount-u{color:var(--vc-ink-2);margin-top:.3rem;font-size:.9rem}.support-page .tk-slider-row{grid-template-columns:48px 1fr 48px;align-items:center;gap:.6rem;margin:.9rem 0 .7rem;display:grid}.support-page .tk-slider-row button{border:1px solid var(--vc-line);background:var(--vc-raised-2);min-height:52px;color:var(--vc-ink);font:inherit;cursor:pointer;border-radius:14px;font-size:1.5rem;font-weight:700}.support-page .tk-slider-row button:disabled{opacity:.3;cursor:not-allowed}.support-page .tk-slider-row input[type=range]{width:100%;accent-color:var(--accent-primary);height:48px}.support-page .tk-presets{gap:.5rem;display:flex}.support-page .tk-presets button{border:1px solid var(--vc-line);min-height:42px;color:var(--vc-ink-2);font:inherit;cursor:pointer;background:0 0;border-radius:999px;flex:1;font-size:.86rem;font-weight:700}.support-page .tk-presets button[aria-pressed=true]{background:var(--vc-brand-dim);color:var(--accent-primary);border-color:var(--accent-primary)}.support-page .tk-presets button:disabled{opacity:.35;cursor:not-allowed}.support-page .tk-receipt{border:1px solid var(--vc-line);border-radius:14px;margin:1rem 0;overflow:hidden}.support-page .tk-receipt-row{border-bottom:1px solid var(--vc-line);color:var(--vc-ink-2);justify-content:space-between;gap:.75rem;padding:.8rem .95rem;font-size:.92rem;display:flex}.support-page .tk-receipt-row:last-child{background:var(--vc-raised);border-bottom:0}.support-page .tk-receipt-v{text-align:right;color:var(--vc-ink);font-variant-numeric:tabular-nums;font-weight:700}.support-page .tk-done{text-align:center;place-content:center;gap:.7rem;padding:3rem 1rem;display:grid}.support-page .tk-done-tick{color:#10b981;background:#10b98129;border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto;font-size:2rem;display:grid}.support-page .tk-done-title{margin:0;font-size:1.35rem}.support-page .tk-done-body{color:var(--vc-ink-2);margin:0;font-size:.92rem;line-height:1.55}.support-page .tk-products{gap:.75rem;display:grid}.support-page .tk-product{border:1px solid var(--vc-line);background:var(--vc-raised);border-radius:14px;grid-template-columns:1fr auto;align-items:center;gap:.25rem .75rem;padding:.95rem;display:grid}.support-page .tk-product-featured{border-color:#ff38db80}.support-page .tk-product-name{font-size:1rem;font-weight:700}.support-page .tk-product-price{white-space:nowrap;font-size:1.2rem;font-weight:800}.support-page .tk-product-desc{color:var(--vc-ink-2);grid-column:1/-1;font-size:.82rem;line-height:1.45}.support-page .tk-product-badge{color:#9a3412;background:#f59e0b2e;border-radius:999px;grid-column:1/-1;justify-self:start;margin-top:.2rem;padding:.2rem .55rem;font-size:.72rem;font-weight:700}:root[data-theme=dark] .support-page .tk-product-badge{color:#fed7aa}.support-page .tk-product-buy{grid-column:1/-1;margin-top:.45rem}.support-page .tk-filters{border-bottom:1px solid var(--vc-line);flex-wrap:wrap;gap:.45rem;padding-bottom:.75rem;display:flex}.support-page .tk-filters button{border:1px solid var(--vc-line);min-height:38px;color:var(--vc-ink-2);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:0 .8rem;font-size:.82rem;font-weight:700}.support-page .tk-filters button[aria-pressed=true]{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.support-page .tk-count-line{color:var(--vc-ink-3);padding:.75rem 0 0;font-size:.8rem}.support-page .tk-day-head{letter-spacing:.07em;text-transform:uppercase;color:var(--vc-ink-3);padding:.9rem 0 .2rem;font-size:.73rem;font-weight:700}.support-page .tk-ledger-row{border-top:1px solid var(--vc-line);grid-template-columns:1fr auto;align-items:center;gap:.75rem;padding:.7rem 0;display:grid}.support-page .tk-ledger-name{font-size:.9rem;font-weight:600;line-height:1.3;display:block}.support-page .tk-ledger-when{color:var(--vc-ink-2);margin-top:.15rem;font-size:.76rem;display:block}.support-page .tk-delta{white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:800}.support-page .tk-delta-neg{color:#f97316}.support-page .tk-delta-pos{color:#10b981}.support-page .tk-pager{padding:1.1rem 0 0}.support-page .tk-pager-end{text-align:center;color:var(--vc-ink-3);padding:.5rem 0;font-size:.8rem}.support-page .tk-empty-list{text-align:center;padding:2rem 0}.vc-surface{--vc-raised:#16131a;--vc-raised-2:#1d1922;--vc-line:#2b2532;--vc-line-soft:#221d29;--vc-ink:#f4f1f6;--vc-ink-2:#a49caf;--vc-ink-3:#746c80;--vc-brand-dim:#ff38db21;--vc-rarity-5:linear-gradient(160deg, #945c2c, #b27330);--vc-rarity-4:linear-gradient(160deg, #5e5789, #9c75b7);max-width:1140px;color:var(--vc-ink);margin:0 auto;padding:0 0 3rem;overflow-x:hidden}:root[data-theme=light] .vc-surface{--vc-raised:#fff;--vc-raised-2:#f4f1f7;--vc-line:#e4dfe9;--vc-line-soft:#eeeaf1;--vc-ink:#17141b;--vc-ink-2:#5f5869;--vc-ink-3:#8c8496;--vc-brand-dim:#ff38db17}.vc-surface a{color:var(--vc-ink);text-decoration:none}.vc-surface.vc-column{max-width:620px}.vc-surface .vc-cost{text-align:right;justify-items:end;display:grid}.vc-surface .vc-cost-n{color:var(--accent-primary);font-variant-numeric:tabular-nums;font-size:1.02rem;font-weight:800;line-height:1.2}.vc-surface .vc-cost-u{color:var(--vc-ink-3);font-size:.7rem}.vc-surface .vc-panels{gap:.75rem;padding:1rem 1.25rem;display:grid}.vc-surface .vc-panel{border:1px solid var(--vc-line);background:var(--vc-raised-2);color:var(--vc-ink);border-radius:12px;gap:.6rem;padding:.85rem;text-decoration:none;display:grid}.vc-surface .vc-panel:hover{border-color:var(--accent-primary)}.vc-surface .vc-panel-shot{background:#ffffffe6;border-radius:10px;justify-content:center;align-items:center;min-height:116px;padding:.6rem;display:flex}.vc-surface .vc-panel-shot img{object-fit:contain;max-width:100%;max-height:116px}.vc-surface .vc-panel-title{font-size:.97rem;font-weight:600;display:block}.vc-surface .vc-panel-desc{color:var(--vc-ink-2);margin-top:.2rem;font-size:.84rem;line-height:1.45;display:block}.vc-surface .vc-panel-go{color:var(--accent-primary);align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;display:inline-flex}.vc-surface .vc-panel-go svg{width:14px;height:14px}.vc-surface .vc-top-slots{display:flow-root}.vc-surface .vc-statement{padding:1.4rem 0 1rem}.vc-surface .vc-statement-lede{color:var(--vc-ink-2);font-size:.9rem}.vc-surface .vc-statement-value{align-items:baseline;gap:.5rem;margin-top:.35rem;display:flex}.vc-surface .vc-statement-number{font-variant-numeric:tabular-nums;font-size:2.7rem;font-weight:800;line-height:1.05}.vc-surface .vc-statement-unit{color:var(--vc-ink-2);font-size:.95rem;font-weight:600}.vc-surface .vc-statement-chips{flex-wrap:wrap;gap:.45rem;margin-top:.75rem;display:flex}.vc-surface .vc-chip{border:1px solid var(--vc-line-soft);background:var(--vc-raised-2);color:var(--vc-ink-2);white-space:nowrap;border-radius:6px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.74rem;font-weight:600;display:inline-flex}.vc-surface .vc-chip-light{color:#0369a1;background:#7dd3fc17;border-color:#7dd3fc4d}.vc-surface .vc-chip-warn{color:#b45309;background:#fbbf2417;border-color:#fbbf244d}.vc-surface .vc-chip-ok{color:#059669;background:#34d39917;border-color:#34d3994d}:root[data-theme=dark] .vc-surface .vc-chip-light{color:#7dd3fc}:root[data-theme=dark] .vc-surface .vc-chip-warn{color:#fbbf24}:root[data-theme=dark] .vc-surface .vc-chip-ok{color:#34d399}.vc-surface .vc-feature{box-sizing:border-box;background:radial-gradient(120% 180% at 0% 50%, var(--vc-brand-dim), transparent 62%), var(--vc-raised);width:100%;font:inherit;color:var(--vc-ink);text-align:left;cursor:pointer;border:1px solid #ff38db6b;border-radius:14px;align-items:center;gap:1.5rem;margin:0 0 1.5rem;padding:1.15rem 1.4rem;text-decoration:none;display:flex}.vc-surface .vc-feature:focus-visible{outline:2px solid var(--accent-primary);outline-offset:3px}.vc-surface .vc-feature:disabled{cursor:default;opacity:.75}.vc-surface .vc-feature-mark{background:var(--vc-brand-dim);width:46px;height:46px;color:var(--accent-primary);border-radius:12px;flex:none;place-items:center;display:grid}.vc-surface .vc-feature-mark svg{width:22px;height:22px}.vc-surface .vc-feature-body{flex:auto;min-width:0}.vc-surface .vc-feature-eyebrow{letter-spacing:.13em;text-transform:uppercase;color:var(--accent-primary);align-items:center;gap:.45rem;font-size:.67rem;font-weight:800;display:flex}.vc-surface .vc-feature-pulse{background:var(--accent-primary);border-radius:50%;width:6px;height:6px}.vc-surface .vc-feature-title{letter-spacing:-.015em;margin-top:.2rem;font-size:1.15rem;font-weight:700;display:block}.vc-surface .vc-feature-sub{color:var(--vc-ink-2);margin-top:.15rem;font-size:.85rem;display:block}.vc-surface .vc-feature-meta{flex-wrap:wrap;gap:.4rem;margin-top:.6rem;display:flex}.vc-surface .vc-feature-cta{background:var(--accent-primary);color:#fff;white-space:nowrap;border-radius:10px;flex:none;align-items:center;gap:.4rem;margin-left:auto;padding:.6rem 1.15rem;font-size:.88rem;font-weight:700;display:inline-flex}.vc-surface .vc-feature-cta svg{width:15px;height:15px}.vc-surface .vc-lanes{gap:1.25rem;display:grid}.vc-surface .vc-lanes-split{grid-template-columns:1fr 1fr}.vc-surface .vc-lane-group{flex-direction:column;min-width:0;display:flex}.vc-surface .vc-lane{border:1px solid var(--vc-line);background:var(--vc-raised);border-radius:14px;overflow:hidden}.vc-surface .vc-lane-head{flex-wrap:wrap;align-items:center;gap:.65rem;margin:0;padding:0 .15rem .7rem;font-size:.8rem;display:flex}.vc-surface .vc-lane-head-mark{background:var(--vc-brand-dim);width:26px;height:26px;color:var(--accent-primary);border-radius:7px;flex:none;place-items:center;display:grid}.vc-surface .vc-lane-head-mark svg{width:15px;height:15px}.vc-surface .vc-lane-name{letter-spacing:.13em;text-transform:uppercase;color:var(--vc-ink);white-space:nowrap;font-size:.8rem;font-weight:800}.vc-surface .vc-lane-sub{color:var(--vc-ink-3);font-size:.79rem;font-weight:400}.vc-surface .vc-lane-rule{background:var(--vc-line);flex:2rem;min-width:1.5rem;height:1px}.vc-surface .vc-lane-body{flex-direction:column;display:flex}.vc-surface .vc-lane-item{box-sizing:border-box;border:0;border-top:1px solid var(--vc-line-soft);width:100%;font:inherit;color:var(--vc-ink);text-align:left;cursor:pointer;background:0 0;grid-template-columns:34px 1fr auto;align-items:center;gap:.9rem;padding:.95rem 1.25rem;text-decoration:none;display:grid}.vc-surface .vc-lane-body>.vc-lane-item:first-child{border-top:0}.vc-surface .vc-lane-item:hover{background:var(--vc-raised-2)}.vc-surface .vc-lane-item:focus-visible{outline:2px solid var(--accent-primary);outline-offset:-2px}.vc-surface .vc-lane-item:hover .vc-lane-icon{color:var(--accent-primary)}.vc-surface .vc-lane-item-locked{cursor:default}.vc-surface .vc-lane-item-locked:hover{background:0 0}.vc-surface a.vc-lane-item-locked{cursor:pointer}.vc-surface a.vc-lane-item-locked:hover{background:var(--vc-raised-2)}.vc-surface a.vc-lane-item-locked:hover .vc-lane-title{color:var(--vc-ink-2)}.vc-surface a.vc-lane-item-locked:hover .vc-lane-icon{border-color:var(--accent-primary);color:var(--accent-primary)}.vc-surface .vc-lane-item-locked .vc-lane-end{color:var(--accent-primary)}.vc-surface .vc-lane-item-locked .vc-lane-end svg{width:19px;height:19px}.vc-surface .vc-lane-item-locked .vc-lane-title,.vc-surface .vc-lane-item-locked .vc-lane-desc{color:var(--vc-ink-3)}.vc-surface .vc-lane-item-locked .vc-lane-icon{border:1px dashed var(--vc-line);color:var(--vc-ink-3);background:0 0}.vc-surface .vc-lane-item-locked:hover .vc-lane-icon{color:var(--vc-ink-3)}.vc-surface .vc-lane-item-quiet{background:var(--vc-raised-2);padding-block:.75rem}.vc-surface .vc-lane-item-quiet .vc-lane-title{color:var(--vc-ink-2);font-size:.87rem;font-weight:600}.vc-surface .vc-lane-item-quiet .vc-lane-desc{font-size:.78rem}.vc-surface .vc-lane-icon{box-sizing:border-box;background:var(--vc-raised-2);width:34px;height:34px;color:var(--vc-ink-2);border-radius:9px;place-items:center;display:grid}.vc-surface .vc-lane-icon svg{width:17px;height:17px}.vc-surface .vc-lane-title{letter-spacing:-.005em;color:var(--vc-ink);font-size:.97rem;font-weight:600;display:block}.vc-surface .vc-lane-desc{color:var(--vc-ink-2);margin-top:.12rem;font-size:.84rem;line-height:1.45;display:block}.vc-surface .vc-lane-end{color:var(--vc-ink-3);align-items:center;gap:.6rem;display:flex}.vc-surface .vc-lane-end svg{width:16px;height:16px}.vc-surface .vc-lane-foot{border-top:1px solid var(--vc-line-soft);background:linear-gradient(180deg, transparent, var(--vc-brand-dim));color:var(--vc-ink-2);flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:1rem 1.25rem;font-size:.85rem;display:flex}.vc-surface .vc-lane-foot strong{color:var(--vc-ink);font-weight:600}.vc-surface .vc-btn{box-sizing:border-box;border:1px solid var(--accent-primary);color:var(--accent-primary);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border-radius:9px;align-items:center;gap:.4rem;margin-left:auto;padding:.5rem .95rem;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.vc-surface .vc-btn:hover{background:var(--accent-primary);color:#fff}.vc-surface .vc-btn svg{width:14px;height:14px}.vc-surface .vc-btn-primary{background:var(--accent-primary);color:#fff}.vc-surface .vc-btn-primary:hover{box-shadow:0 0 0 3px var(--vc-brand-dim)}.vc-surface .vc-inline-link{color:var(--accent-primary);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ff38db59;align-items:center;gap:.3rem;padding:0;font-family:inherit;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.vc-surface .vc-inline-link:hover{border-bottom-color:var(--accent-primary)}.vc-surface .vc-note{border:1px solid var(--vc-line);border-left:3px solid var(--accent-primary);background:var(--vc-raised);border-radius:12px;grid-template-columns:34px 1fr auto;gap:.9rem;margin:0 0 1.5rem;padding:1.05rem 1.25rem;display:grid}.vc-surface .vc-note-mark{background:var(--vc-raised-2);width:34px;height:34px;color:var(--accent-primary);border-radius:9px;place-items:center;display:grid}.vc-surface .vc-note-mark svg{width:17px;height:17px}.vc-surface .vc-note-title{letter-spacing:.12em;text-transform:uppercase;color:var(--vc-ink-3);font-size:.68rem;font-weight:800}.vc-surface .vc-note-body{margin-top:.25rem;font-size:.97rem;line-height:1.5}.vc-surface .vc-note-links{flex-wrap:wrap;align-items:center;gap:.5rem 1.1rem;margin-top:.65rem;display:flex}.vc-surface .vc-note-date{color:var(--vc-ink-3);font-size:.85rem}.vc-surface .vc-note-dismiss{width:28px;height:28px;color:var(--vc-ink-3);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-self:start;place-items:center;display:grid}.vc-surface .vc-note-dismiss:hover{color:var(--vc-ink);border-color:var(--vc-line);background:var(--vc-raised-2)}.vc-surface .vc-note-dismiss svg{width:15px;height:15px}.vc-surface .vc-note-form{flex-wrap:wrap;gap:.5rem;margin-top:.7rem;display:flex}.vc-surface .vc-note-input{border:1px solid var(--vc-line);background:var(--vc-raised-2);min-width:0;color:var(--vc-ink);font:inherit;border-radius:9px;flex:200px;padding:.5rem .7rem;font-size:.92rem}.vc-surface .vc-note-input:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.vc-surface .vc-note-hint{color:var(--vc-ink-3);margin-top:.55rem;font-size:.85rem}.vc-surface .vc-note-hint-warn{color:#b45309}:root[data-theme=dark] .vc-surface .vc-note-hint-warn{color:#fbbf24}.vc-surface .vc-quiet{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;display:grid}.vc-surface .vc-quiet a,.vc-surface .vc-quiet button{box-sizing:border-box;border:1px solid var(--vc-line);width:100%;font:inherit;color:var(--vc-ink);text-align:left;cursor:pointer;background:0 0;border-radius:11px;align-items:center;gap:.8rem;padding:.9rem 1.15rem;text-decoration:none;display:flex}.vc-surface .vc-quiet a:hover,.vc-surface .vc-quiet button:hover{background:var(--vc-raised)}.vc-surface .vc-quiet svg{width:17px;height:17px;color:var(--vc-ink-3);flex:none}.vc-surface .vc-quiet-title{font-size:.9rem;font-weight:600;display:block}.vc-surface .vc-quiet-sub{color:var(--vc-ink-2);font-size:.79rem;display:block}.vc-surface .vc-quiet-end{color:var(--vc-ink-3);margin-left:auto;display:flex}.vc-surface .vc-page-head{padding:1.4rem 0 1.25rem}.vc-surface .vc-page-title{letter-spacing:-.02em;color:var(--vc-ink);margin:0;font-size:1.65rem;font-weight:800;line-height:1.2}.vc-surface .vc-page-lede{color:var(--vc-ink-2);margin:.45rem 0 0;font-size:.93rem;line-height:1.55}.vc-surface .vc-section{border:1px solid var(--vc-line);background:var(--vc-raised);border-radius:14px;margin:0 0 1.25rem;padding:1.25rem}.vc-surface .vc-section-danger{border-color:var(--accent-error)}.vc-surface .vc-section-title{letter-spacing:-.01em;color:var(--vc-ink);margin:0 0 .9rem;font-size:1.05rem;font-weight:700}.vc-surface .vc-section-lede{color:var(--vc-ink-2);margin:-.4rem 0 1rem;font-size:.9rem;line-height:1.55}.vc-surface .vc-section-grid{gap:1.25rem;display:grid}.vc-surface .vc-label{letter-spacing:.09em;text-transform:uppercase;color:var(--vc-ink-2);margin-bottom:.45rem;font-size:.76rem;font-weight:700;display:block}.vc-surface .vc-value{color:var(--vc-ink);font-size:1rem}.vc-surface .vc-hint{color:var(--vc-ink-2);font-size:.88rem;line-height:1.5}.vc-surface .vc-muted{color:var(--vc-ink-3)}.vc-surface .vc-field{min-width:0;display:grid}.vc-surface .vc-field>label{color:var(--vc-ink);margin-bottom:.4rem;font-size:.88rem;font-weight:600}.vc-surface .vc-input,.vc-surface .vc-select{box-sizing:border-box;border:1px solid var(--vc-line);background:var(--vc-raised-2);width:100%;min-width:0;color:var(--vc-ink);font:inherit;border-radius:9px;padding:.6rem .7rem;font-size:.93rem}.vc-surface .vc-input:focus-visible,.vc-surface .vc-select:focus-visible{outline:2px solid var(--accent-primary);outline-offset:1px}.vc-surface .vc-input:disabled,.vc-surface .vc-select:disabled{opacity:.6;cursor:not-allowed}.vc-surface .vc-switch{flex:none;width:50px;height:24px;display:inline-block;position:relative}.vc-surface .vc-switch input{opacity:0;width:0;height:0}.vc-surface .vc-switch-slider{box-sizing:border-box;border:1px solid var(--vc-line);background:var(--vc-line);cursor:pointer;border-radius:12px;transition:background-color .2s,border-color .2s;position:absolute;inset:0}.vc-surface .vc-switch-slider:before{content:"";background:var(--vc-ink-2);border-radius:50%;width:16px;height:16px;transition:transform .2s,background-color .2s;position:absolute;bottom:3px;left:3px}.vc-surface .vc-switch input:checked+.vc-switch-slider{background:var(--accent-primary);border-color:var(--accent-primary)}.vc-surface .vc-switch input:checked+.vc-switch-slider:before{background:#fff;transform:translate(26px)}.vc-surface .vc-switch input:focus-visible+.vc-switch-slider{outline:2px solid var(--accent-primary);outline-offset:2px}.vc-surface .vc-switch input:disabled+.vc-switch-slider{cursor:not-allowed;opacity:.7}.vc-surface .vc-btn-row{flex-wrap:wrap;gap:.6rem;display:flex}.vc-surface .vc-btn-row .vc-btn{margin-left:0}.vc-surface .vc-btn:disabled{opacity:.55;cursor:not-allowed}.vc-surface .vc-btn:disabled:hover{color:var(--accent-primary);background:0 0}.vc-surface .vc-btn-primary:disabled:hover{background:var(--accent-primary);color:#fff;box-shadow:none}.vc-surface .vc-btn-danger{border-color:var(--accent-error);color:var(--accent-error)}.vc-surface .vc-btn-danger:hover{background:var(--accent-error);color:#fff}.vc-surface .vc-btn-danger:disabled:hover{color:var(--accent-error);background:0 0}.vc-surface .vc-btn-plain{color:var(--vc-ink-2);background:0 0;border-color:#0000}.vc-surface .vc-btn-plain:hover{background:var(--vc-raised-2);color:var(--vc-ink)}.vc-surface .vc-alert{border:1px solid var(--vc-line);background:var(--vc-raised-2);color:var(--vc-ink-2);border-radius:12px;margin:0 0 1rem;padding:.75rem .9rem;font-size:.9rem;line-height:1.5}.vc-surface .vc-alert-ok{color:#059669;background:#34d39917;border-color:#34d3994d}.vc-surface .vc-alert-warn{color:#b45309;background:#fbbf2417;border-color:#fbbf244d}.vc-surface .vc-alert-error{color:#b91c1c;background:#f871711a;border-color:#f8717159}:root[data-theme=dark] .vc-surface .vc-alert-ok{color:#34d399}:root[data-theme=dark] .vc-surface .vc-alert-warn{color:#fbbf24}:root[data-theme=dark] .vc-surface .vc-alert-error{color:#fca5a5}.vc-surface .vc-alert strong{color:inherit;font-weight:700}.vc-surface .vc-alert ul{margin:.6rem 0 0;padding-left:1.2rem}.vc-surface .vc-alert li{margin:.2rem 0}.vc-surface .vc-alert p{margin:.6rem 0 0}.vc-surface .vc-prose{color:var(--vc-ink-2);font-size:.97rem;line-height:1.7}.vc-surface .vc-prose h2{letter-spacing:-.01em;color:var(--vc-ink);margin:2rem 0 .75rem;font-size:1.15rem;font-weight:700}.vc-surface .vc-prose h3{color:var(--vc-ink);margin:1.25rem 0 .5rem;font-size:.98rem;font-weight:700}.vc-surface .vc-prose p{margin:0 0 .9rem}.vc-surface .vc-prose ul,.vc-surface .vc-prose ol{margin:0 0 .9rem;padding-left:1.35rem}.vc-surface .vc-prose li{margin-bottom:.4rem}.vc-surface .vc-prose strong{color:var(--vc-ink);font-weight:600}.vc-surface .vc-prose section{margin-bottom:1.75rem}.vc-surface .vc-prose section:last-of-type{margin-bottom:0}.vc-surface .vc-prose a{color:var(--accent-primary);text-decoration:underline}.vc-surface .vc-prose-foot{border-top:1px solid var(--vc-line);color:var(--vc-ink-3);margin:2rem 0 0;padding-top:1rem;font-size:.85rem}@media (max-width:640px){.vc-surface .vc-lanes-split,.vc-surface .vc-quiet{grid-template-columns:1fr}.vc-surface .vc-feature{flex-wrap:wrap;gap:.9rem;padding-inline:1.05rem}.vc-surface .vc-feature-cta{flex:100%;justify-content:center;margin-left:0}.vc-surface .vc-lane-head{padding-inline:0}.vc-surface .vc-lane-rule{display:none}.vc-surface .vc-lane-item,.vc-surface .vc-lane-foot{padding-inline:1rem}.vc-surface .vc-btn{flex:100%;justify-content:center;margin-left:0}.vc-surface .vc-note{grid-template-columns:28px 1fr auto;padding-inline:1rem}.vc-surface .vc-section{padding:1rem}.vc-surface .vc-page-title{font-size:1.4rem}}@media (prefers-reduced-motion:no-preference){.vc-surface .vc-feature-pulse{animation:2.4s ease-in-out infinite vc-pulse}@keyframes vc-pulse{0%,to{opacity:1}50%{opacity:.35}}}
