:root{--bg: #0d0c09;--bg-warm: #141210;--surface: rgba(245, 158, 11, .06);--surface-card: rgba(22, 19, 14, .72);--surface-hover: rgba(245, 158, 11, .1);--border: rgba(245, 158, 11, .2);--text: #fef3c7;--text-soft: #fde68a;--muted: rgba(253, 230, 138, .5);--accent: #f59e0b;--honey: #fbbf24;--honey-dark: #d97706;--stripes: #1c1917;--btn-bg: rgba(28, 24, 18, .98);--btn-primary-bg: #b45309;--btn-primary-bg-hover: #d97706;--space-xs: clamp(4px, 1vw, 6px);--space-sm: clamp(8px, 2vw, 12px);--space-md: clamp(10px, 2.5vw, 16px);--space-lg: clamp(16px, 4vw, 24px);--container-padding: clamp(8px, 2.5vw, 12px);font-family:Vazirmatn,Segoe UI,system-ui,sans-serif;color-scheme:dark;color:var(--text);font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}img{max-width:100%;height:auto;display:block}html,body{margin:0;padding:0;min-height:100vh;direction:ltr;text-align:left;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;touch-action:manipulation;-webkit-text-size-adjust:100%;background:#1a1510;background-image:linear-gradient(165deg,#1a1510,#2d2416,#3d3020,#2d2416,#1f1810,#1a1510),radial-gradient(ellipse 100% 70% at 50% -15%,rgba(218,165,32,.35),transparent 50%),radial-gradient(ellipse 70% 50% at 90% 50%,rgba(255,215,0,.12),transparent 45%),radial-gradient(ellipse 60% 45% at 10% 80%,rgba(184,134,11,.18),transparent 45%);background-attachment:fixed;position:relative}body:before{content:"";position:fixed;left:-25%;top:-25%;width:150%;height:150%;pointer-events:none;z-index:0;opacity:.55;transform-origin:center center;transform:rotate(40deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 84'%3E%3Cg fill='none' stroke='%23d4a532' stroke-width='0.8' opacity='0.35'%3E%3Cpath d='M60 21 L48 42 L24 42 L12 21 L24 0 L48 0 Z'/%3E%3Cpath d='M60 63 L48 84 L24 84 L12 63 L24 42 L48 42 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:72px 84px;background-repeat:repeat;mask-image:radial-gradient(ellipse 45% 35% at 90% 10%,black 0%,transparent 72%),radial-gradient(ellipse 40% 30% at 8% 88%,black 0%,transparent 72%),radial-gradient(ellipse 30% 25% at 25% 25%,black 0%,transparent 70%),radial-gradient(ellipse 40% 32% at 88% 85%,black 0%,transparent 72%),radial-gradient(ellipse 35% 28% at 12% 15%,black 0%,transparent 70%);mask-size:100% 100%;mask-position:0 0,0 0,0 0,0 0,0 0;mask-repeat:no-repeat;mask-composite:add;-webkit-mask-image:radial-gradient(ellipse 45% 35% at 90% 10%,black 0%,transparent 72%),radial-gradient(ellipse 40% 30% at 8% 88%,black 0%,transparent 72%),radial-gradient(ellipse 30% 25% at 25% 25%,black 0%,transparent 70%),radial-gradient(ellipse 40% 32% at 88% 85%,black 0%,transparent 72%),radial-gradient(ellipse 35% 28% at 12% 15%,black 0%,transparent 70%);-webkit-mask-size:100% 100%;-webkit-mask-position:0 0,0 0,0 0,0 0,0 0;-webkit-mask-repeat:no-repeat;-webkit-mask-composite:source-over}body:after{content:"";position:fixed;left:-25%;top:-25%;width:150%;height:150%;pointer-events:none;z-index:0;opacity:.82;transform-origin:center center;transform:rotate(40deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 84'%3E%3Cg fill='none' stroke='%23d4a532' stroke-width='0.9' opacity='0.5'%3E%3Cpath d='M60 21 L48 42 L24 42 L12 21 L24 0 L48 0 Z'/%3E%3Cpath d='M60 63 L48 84 L24 84 L12 63 L24 42 L48 42 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:72px 84px;background-repeat:repeat;mask-image:radial-gradient(ellipse 42% 34% at 88% 85%,black 0%,transparent 70%),radial-gradient(ellipse 38% 30% at 12% 15%,black 0%,transparent 68%);mask-size:100% 100%;mask-position:0 0,0 0;mask-repeat:no-repeat;mask-composite:add;-webkit-mask-image:radial-gradient(ellipse 42% 34% at 88% 85%,black 0%,transparent 70%),radial-gradient(ellipse 38% 30% at 12% 15%,black 0%,transparent 68%);-webkit-mask-size:100% 100%;-webkit-mask-position:0 0,0 0;-webkit-mask-repeat:no-repeat;-webkit-mask-composite:source-over}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}#root{min-height:100vh;direction:ltr;text-align:left;position:relative;z-index:1;background:transparent}.screen{min-height:100vh;padding:0 0 var(--space-lg);display:flex;flex-direction:column;align-items:center;width:100%;min-width:0}.app-header{position:sticky;top:0;z-index:100;width:100%;align-self:stretch;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px var(--container-padding);margin-bottom:0;background:var(--surface-card);border-bottom:1px solid var(--border);box-shadow:0 4px 20px #00000059;overflow:visible}.app-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent 0,transparent 2px,rgba(0,0,0,.04) 2px,rgba(0,0,0,.04) 4px),repeating-linear-gradient(45deg,transparent 0,transparent 2px,rgba(255,255,255,.02) 2px,rgba(255,255,255,.02) 4px);opacity:.9}.app-header-brand{display:flex;align-items:center;gap:6px}.app-header-logo{font-size:1.5rem;filter:drop-shadow(0 0 6px rgba(251,191,36,.4))}.app-header-title{font-size:1.25rem;font-weight:700;color:var(--honey);letter-spacing:-.02em;text-shadow:0 0 16px rgba(251,191,36,.25)}.app-header-user{display:flex;align-items:center;gap:10px}.app-header-avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--accent);box-shadow:0 0 10px #f59e0b33;object-fit:cover;background:var(--surface)}.app-header-user-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:0}.app-header-name{font-weight:700;font-size:1rem;color:var(--text-soft)}.app-header-fid{font-size:.8rem;color:var(--muted)}.app-tabs{display:flex;width:100%;max-width:min(480px,100%);margin:0;padding:8px var(--container-padding) 0;gap:0;background:var(--surface-card);border-bottom:1px solid var(--border);box-shadow:0 4px 12px #00000040;flex-shrink:0}.app-tab{flex:1;display:flex;align-items:center;justify-content:center;min-height:44px;padding:8px;font-weight:600;color:var(--muted);background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.app-tab-icon{font-size:1.35rem;line-height:1}.app-tab-icon-img{width:1.65rem;height:1.65rem;object-fit:contain;display:block}.app-tab:hover{color:var(--text-soft)}.app-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.app-tab-divider{width:1px;align-self:stretch;min-height:24px;background:linear-gradient(to bottom,transparent 0%,var(--border) 20%,var(--border) 80%,transparent 100%);flex-shrink:0}.avatar{width:48px;height:48px;border-radius:50%;border:2px solid var(--accent);box-shadow:0 0 12px #f59e0b33;object-fit:cover;background:var(--surface)}.header-info{display:flex;flex-direction:column;gap:2px}.name{font-weight:700;font-size:1rem;color:var(--text-soft)}.fid{font-size:.75rem;color:var(--muted)}.main{width:100%;max-width:min(480px,100%);flex:1;min-height:0;padding:0 var(--container-padding);min-width:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.main::-webkit-scrollbar{display:none}.card{position:relative;background:var(--surface-card);border:1px solid var(--border);border-radius:clamp(12px,3vw,16px);padding:var(--space-lg);width:100%;min-width:0;box-shadow:0 4px 24px #0000004d,0 0 0 1px #f59e0b0d;overflow:hidden}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background-image:repeating-linear-gradient(-45deg,transparent 0,transparent 2px,rgba(0,0,0,.04) 2px,rgba(0,0,0,.04) 4px),repeating-linear-gradient(45deg,transparent 0,transparent 2px,rgba(255,255,255,.02) 2px,rgba(255,255,255,.02) 4px);opacity:.9}.connect-prompt{text-align:center;margin-top:20vh;margin-left:16px;margin-right:16px}.logo{font-size:3rem;margin-bottom:12px;filter:drop-shadow(0 0 8px rgba(251,191,36,.4))}.card h1{margin:0 0 8px;font-size:1.5rem;font-weight:700;color:var(--honey);text-shadow:0 0 20px rgba(251,191,36,.3)}.card h2{margin:0 0 12px;font-size:1.15rem;font-weight:600}.card p{margin:0 0 8px;font-size:.95rem;line-height:1.5;color:var(--text)}.card p:last-child{margin-bottom:0}.card .hint,.card .muted{color:var(--muted);font-size:.875rem}.dashboard{width:100%;min-width:0;display:flex;flex-direction:column;gap:12px}.dashboard--centered{flex:1;display:flex;align-items:center;justify-content:center;min-height:50vh;padding:var(--container-padding)}.dashboard-card{padding:var(--space-lg);min-width:0}.post-account-card--collapsible{padding:0;overflow:hidden}.post-account-toggle{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;padding:var(--space-sm) var(--space-lg);border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.post-account-toggle:hover{background:#ffffff08}.post-account-toggle .dashboard-card-title{flex:1;min-width:0}.post-account-badge{font-size:.75rem;font-weight:600;color:#22c55e;background:#22c55e26;padding:4px 8px;border-radius:6px;white-space:nowrap}.post-account-chevron{font-size:.7rem;color:var(--muted);transition:transform .2s ease}.post-account-body{max-height:0;overflow:hidden;transition:max-height .25s ease-out}.post-account-body--open{max-height:320px;transition:max-height .3s ease-in;padding-top:4px}.post-account-body>*:first-child{margin-top:0}.post-account-body .dashboard-status-hint,.post-account-body .post-account-confirm,.post-account-body .post-account-revoke-btn,.post-account-body .cast-fetch-error{margin-left:var(--space-lg);margin-right:var(--space-lg);padding-bottom:var(--space-lg)}.post-account-body .dashboard-status-hint:first-child{padding-top:0}.post-account-body .post-account-confirm{padding-top:0;margin-top:0;padding-bottom:var(--space-lg)}.post-account-body .dashboard-btn.post-account-revoke-btn{display:block;width:fit-content;min-width:120px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-lg);padding:8px 20px;font-size:.85rem;font-weight:600;background:#ef444433;border:1px solid rgba(239,68,68,.6);color:#f87171;cursor:pointer;border-radius:9999px}.post-account-body .dashboard-btn.post-account-revoke-btn:hover:not(:disabled){background:#ef44444d;border-color:#ef4444bf;color:#fca5a5}.post-account-confirm{border-top:1px solid var(--border);margin-top:8px;padding-top:12px}.post-account-confirm .dashboard-status-hint,.post-account-confirm .dashboard-btn{margin-left:0;margin-right:0}.post-account-body .cast-fetch-error{margin-top:0}.personalizer-card .post-account-body--open{max-height:580px}.filters-card .post-account-body--open{max-height:420px}.post-account-body .setup-form.personalizer-form,.post-account-body .personalizer-form{margin-left:var(--space-lg);margin-right:var(--space-lg);padding-bottom:var(--space-lg)}.personalizer-edit-btn{padding:6px 14px;font-size:.8rem;font-weight:600;min-width:70px;cursor:pointer}.dashboard-card--subscription{padding:var(--space-xs) var(--space-md) var(--space-xs);margin-top:0;margin-left:auto;margin-right:auto;width:100%;max-width:85%;min-width:0;border-top:none;border-top-left-radius:0;border-top-right-radius:0;background:#14120ee0;border-color:var(--border);box-shadow:none;position:relative;overflow:hidden}.dashboard-card--subscription:after{content:"";position:absolute;left:-50%;top:-50%;width:200%;height:200%;pointer-events:none;opacity:.08;transform-origin:50% 50%;transform:rotate(40deg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 84'%3E%3Cg fill='none' stroke='%23fbbf24' stroke-width='1' opacity='0.75'%3E%3Cpath d='M60 21 L48 42 L24 42 L12 21 L24 0 L48 0 Z'/%3E%3Cpath d='M60 63 L48 84 L24 84 L12 63 L24 42 L48 42 Z'/%3E%3C/g%3E%3C/svg%3E");background-size:72px 84px;background-repeat:repeat;background-position:50% 50%;mask-image:radial-gradient(ellipse 45% 180% at 50% 50%,black 0%,black 40%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse 45% 180% at 50% 50%,black 0%,black 40%,transparent 65%);mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-position:50% 50%;-webkit-mask-position:50% 50%;z-index:0}.dashboard-card--subscription>*{position:relative;z-index:1}.dashboard-card--subscription .dashboard-card-title{margin:0;font-size:.8rem;color:var(--honey)}.subscription-row--head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:0}.subscription-row--head .subscription-title{margin:0}.subscription-details{margin:0;display:flex;flex-direction:column;gap:0}.subscription-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0}.dashboard-card--subscription .subscription-label{margin:0;font-size:.65rem;font-weight:600;color:var(--muted);line-height:1.2}.dashboard-card--subscription .subscription-value{margin:0;font-size:.68rem;font-weight:600;color:var(--text-soft);line-height:1.2}.subscription-badge{display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.02em;line-height:1.2}.subscription-badge--active{color:#fbbf24}.subscription-badge--expired{color:#f59e0b}.subscription-badge--cancelled{color:var(--muted)}.dashboard-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.dashboard-status-label{font-weight:700;font-size:1rem;color:var(--text-soft)}.dashboard-status-hint{margin:0;font-size:.85rem;color:var(--muted)}.dashboard-toggle{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.dashboard-toggle input{opacity:0;width:0;height:0}.dashboard-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:var(--stripes);border:1px solid var(--border);border-radius:26px;transition:.25s}.dashboard-toggle-slider:before{content:"";position:absolute;height:20px;width:20px;left:2px;bottom:2px;background:var(--muted);border-radius:50%;transition:.25s}.dashboard-toggle input:checked+.dashboard-toggle-slider{background:#f59e0b40;border-color:var(--accent)}.dashboard-toggle input:checked+.dashboard-toggle-slider:before{transform:translate(22px);background:var(--honey)}.dashboard-toggle input:disabled+.dashboard-toggle-slider{opacity:.6;cursor:not-allowed}.dashboard-card-title{margin:0 0 12px;font-size:1rem;font-weight:700;color:var(--text-soft)}.dashboard-settings{margin:0 0 16px;font-size:.9rem}.dashboard-settings dt{margin-top:10px;margin-bottom:2px;font-weight:600;color:var(--muted);font-size:.8rem}.dashboard-settings dt:first-child{margin-top:0}.dashboard-settings dd{margin:0;color:var(--text);word-break:break-word}.dashboard-btn{display:block;width:100%;padding:6px 20px;border-radius:9999px;border:1px solid rgba(255,186,8,.9);font-size:.875rem;font-weight:600;cursor:pointer;color:#1a1510;background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);box-shadow:0 1px 3px #0003,inset 0 1px #ffffff40}.dashboard-btn-primary{background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);color:#1a1510;border-color:#ffba08e6}.dashboard-card--add{display:flex;flex-direction:column;align-items:center;background:linear-gradient(145deg,#372a12f5,#281e0cfa 40%,#231a0afa,#30240ef5);border-color:#fbbf2480;box-shadow:0 2px 16px #0000004d,0 0 0 1px #fbbf242e,inset 0 1px #fbbf2414}.dashboard-card--add .dashboard-card-title{color:var(--honey);text-shadow:0 0 12px rgba(251,191,36,.2)}.dashboard-card--add .dashboard-status-hint{color:var(--text-soft)}.dashboard-card--add .dashboard-card-title,.dashboard-card--add .dashboard-status-hint{align-self:stretch}.dashboard-card--add .dashboard-btn-add-cast{align-self:stretch;max-width:min(320px,90%);width:85%;margin:0 auto;padding:var(--space-xs) var(--space-lg);font-size:.875rem;font-weight:600;color:#1a1510;border-radius:9999px;background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);border:1px solid rgba(255,186,8,.9);box-shadow:0 1px 3px #0003,inset 0 1px #ffffff40}.post-select-row{display:flex;gap:10px;margin-bottom:12px}.post-select-input{flex:1;min-width:0}.post-select-add{flex-shrink:0;width:auto;padding:6px 18px;border-radius:9999px;font-size:.875rem;background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);color:#1a1510;border:1px solid rgba(255,186,8,.9);box-shadow:0 1px 3px #0003,inset 0 1px #ffffff40}.post-select-empty{margin:0;font-size:.9rem;color:var(--muted)}.post-select-list{margin:0;padding:0;list-style:none}.post-select-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;margin-bottom:12px;border-radius:12px;box-shadow:0 2px 10px #0003;min-width:0}.post-select-item--full{flex-direction:column;align-items:stretch;gap:12px;min-width:0}.post-select-item--bot-on{--cast-bg: #422006;--cast-border: #d97706;--cast-border-subtle: #b45309;--cast-label: #fcd34d;--cast-text: #fef3c7;--cast-preview: #fde68a;--cast-accent: #f59e0b;background:#422006;border:1px solid #d97706;box-shadow:0 2px 10px #0000004d}.post-select-item--bot-on .post-select-item-header{border-bottom-color:var(--cast-border-subtle)}.post-select-item--bot-on .post-select-item-header-label,.post-select-item--bot-on .post-select-item-label{color:var(--cast-label)}.post-select-item--bot-on .post-select-item-value{color:var(--cast-text)}.post-select-item--bot-on .post-select-item-value--preview,.post-select-item--bot-on .post-select-item-preview-text{color:#fde68a}.post-select-item--bot-on .dashboard-toggle input:checked+.dashboard-toggle-slider{background:#b45309;border-color:#f59e0b}.post-select-item--bot-on .dashboard-toggle input:checked+.dashboard-toggle-slider:before{background:#f59e0b}.post-select-item--bot-on .post-select-edit{color:#1a1510;background:linear-gradient(180deg,#e6b822,#d4a012,#b8860b);border-color:#daa520e6;border-radius:9999px;box-shadow:0 1px 2px #0003,inset 0 1px #fff3}.post-select-item--bot-on .post-select-remove{color:#fef3c7;border-color:#f59e0b66;background:#503c1999;border-radius:9999px}.post-select-item--bot-off{--cast-bg: #292524;--cast-border: #78716c;--cast-border-subtle: #57534e;--cast-label: #a8a29e;--cast-text: #e7e5e4;--cast-preview: #d6d3d1;--cast-accent: #78716c;background:#292524;border:1px solid #78716c;box-shadow:0 2px 10px #0000004d}.post-select-item--bot-off .post-select-item-header{border-bottom:1px solid var(--cast-border-subtle)}.post-select-item--bot-off .post-select-item-header-label,.post-select-item--bot-off .post-select-item-label{color:var(--cast-label)}.post-select-item--bot-off .post-select-item-value{color:var(--cast-text)}.post-select-item--bot-off .post-select-item-value--preview,.post-select-item--bot-off .post-select-item-preview-text{color:#d6d3d1}.post-select-item--bot-off .dashboard-toggle input+.dashboard-toggle-slider{border-color:var(--cast-border)}.post-select-item--bot-off .post-select-edit{color:#1a1510;background:linear-gradient(180deg,#e6b822,#d4a012,#b8860b);border-color:#daa520e6;border-radius:9999px;box-shadow:0 1px 2px #0003,inset 0 1px #fff3}.post-select-item--bot-off .post-select-remove{color:#fef3c7;border-color:#f59e0b66;background:#503c1999;border-radius:9999px}.post-select-item-header{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--cast-border-subtle)}.post-select-item-header-label{font-size:.8rem;font-weight:600;color:var(--cast-label)}.post-select-item-fields{margin:0;display:flex;flex-direction:column;gap:10px}.post-select-item-row{margin:0;display:flex;flex-direction:column;gap:4px}.post-select-item .post-select-item-label{margin:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--cast-label)}.post-select-item .post-select-item-value{margin:0;font-size:.875rem;color:var(--cast-text);line-height:1.4;word-break:break-word;white-space:pre-wrap}.post-select-item .post-select-item-value--preview{color:var(--cast-preview);font-weight:500;display:flex;align-items:flex-start;gap:10px;line-height:1.4}.post-select-item-preview-thumb-wrap{flex-shrink:0;width:40px;height:40px;border-radius:6px;overflow:hidden;background:#0000004d}.post-select-item-preview-thumb{width:100%;height:100%;object-fit:cover;display:block}.post-select-item-preview-body{flex:1;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:4px}.post-select-item-preview-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;word-break:break-word;white-space:pre-wrap}.post-select-cast-preview{font-size:.9rem;font-weight:600;color:var(--text-soft);line-height:1.35;word-break:break-word;display:block}.post-select-id{font-size:.75rem;font-weight:500;color:var(--muted);word-break:break-all}.post-select-item .post-select-remove{flex-shrink:0;padding:6px 14px;font-size:.8rem;font-weight:600;color:#fef3c7;background:#785a2880;border:1px solid rgba(245,158,11,.4);border-radius:9999px;cursor:pointer}.post-select-item .post-select-edit{flex-shrink:0;padding:6px 14px;font-size:.8rem;font-weight:600;color:#1a1510;background:linear-gradient(180deg,#e6b822,#d4a012,#b8860b);border:1px solid rgba(218,165,32,.9);border-radius:9999px;cursor:pointer;box-shadow:0 1px 2px #0003,inset 0 1px #fff3}.post-select-item .dashboard-toggle input:checked+.dashboard-toggle-slider{background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);border-color:#ffba08e6}.post-select-item .dashboard-toggle input:checked+.dashboard-toggle-slider:before{background:#1a1510}.post-select-toggle{flex-shrink:0}.post-select-item-owner-hint{margin:0 0 8px;font-size:.75rem;color:var(--muted);line-height:1.3}.post-select-item-actions{display:flex;gap:8px;justify-content:flex-end}.cast-hash-preview{font-size:.8rem;color:var(--muted);background:#0000004d;padding:2px 6px;border-radius:4px}.cast-fetch-error{margin-top:12px;padding:10px 12px;font-size:.875rem;color:#fca5a5;background:#dc262626;border:1px solid rgba(220,38,38,.3);border-radius:10px}.user-casts-list{display:flex;flex-direction:column;gap:8px}.user-casts-list-label{display:block;font-size:.75rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.user-cast-item{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:10px 12px;font-size:.875rem;color:var(--text);background:#0003;border:1px solid var(--border);border-radius:10px;cursor:pointer}.user-cast-item-thumb-wrap{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;background:#0000004d}.user-cast-item-thumb{width:100%;height:100%;object-fit:cover;display:block}.add-cast-list-item{margin-bottom:8px;background:#42200666;border:1px solid rgba(217,119,6,.45);border-radius:12px;overflow:hidden}.add-cast-list-item-row.user-cast-item{cursor:default;border:none;border-radius:0;background:transparent}.add-cast-list-item .user-cast-item-preview{color:#fde68a}.add-cast-chevron{flex-shrink:0;align-self:stretch;width:auto;aspect-ratio:1;min-width:48px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:#ffffff0f;border-radius:0;color:var(--muted);font-size:.75rem;cursor:pointer}.add-cast-chevron:hover{background:#ffffff1a;color:var(--text)}.add-cast-form-slide{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.add-cast-form-slide--open{max-height:85vh;transition:max-height .35s ease-in;overflow:hidden;display:flex;flex-direction:column}.add-cast-form-inner{margin-top:0;padding:16px;border-top:1px solid var(--border);background:#00000026;overflow-y:auto;max-height:80vh;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.add-cast-form-inner::-webkit-scrollbar{display:none}.add-cast-form-inner .cast-preview-box{margin-bottom:12px;padding:10px 12px;background:#4220064d;border-radius:8px;border:1px solid rgba(217,119,6,.35)}.user-cast-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.add-cast-list-item-body{flex-direction:row;align-items:flex-start;gap:10px}.user-cast-item-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;text-align:right}.user-cast-item-preview{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;line-height:1.4;word-break:break-word}.cast-engagement{display:inline-flex;gap:10px;font-size:.75rem;color:var(--muted);margin-left:auto;flex-shrink:0}.cast-engagement span{white-space:nowrap}.cast-engagement-likes{color:#e74c3c;font-weight:inherit}.user-cast-item-engagement{margin-top:2px;align-self:flex-end}.cast-preview-box{display:flex;flex-direction:column;align-items:stretch;margin-bottom:16px;padding:12px 14px;background:#42200659;border:1px solid rgba(217,119,6,.4);border-radius:10px}.cast-preview-label{display:block;font-size:.75rem;font-weight:600;color:var(--muted);margin-bottom:6px}.cast-preview-text{margin:0;font-size:.9rem;color:#fde68a;line-height:1.45;white-space:pre-wrap;word-break:break-word}.cast-preview-box .cast-preview-engagement{margin-top:8px;padding-top:8px;border-top:1px solid var(--border);margin-left:auto;align-self:flex-end}.post-select-item .post-select-item-value--preview .post-select-item-engagement{flex-shrink:0;margin-top:4px;margin-left:auto;align-self:flex-end}.setup{width:100%;margin-top:8px;margin-bottom:24px;padding-bottom:env(safe-area-inset-bottom,24px);display:flex;flex-direction:column;gap:8px}.setup-card{padding:20px}.setup-title{margin:0 0 8px;font-size:1.15rem;font-weight:700;color:var(--honey)}.setup-hint{margin:0 0 20px;font-size:.85rem;color:var(--muted)}.setup-form{display:flex;flex-direction:column;gap:16px}.setup-label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;color:var(--text-soft)}.setup-input{padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#00000040;color:var(--text);font-size:.9rem;font-family:inherit;transition:border-color .2s}.setup-input::placeholder{color:var(--muted)}.setup-input:focus{outline:none;border-color:var(--accent)}.setup-textarea{resize:vertical;min-height:80px}.setup-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23fde68a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:left 12px center;padding-left:32px}.setup-select option{background:#1a1810;color:#fef3c7}.setup-actions{display:flex;gap:12px;margin-top:8px}.setup-actions .dashboard-btn{flex:1}.setup-btn-secondary{background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);color:#1a1510;border-color:#ffba08e6;border-radius:9999px;box-shadow:0 1px 3px #0003,inset 0 1px #ffffff40}@media (max-width: 380px){.dashboard-card--subscription{max-width:92%}.connect-prompt{margin-left:var(--container-padding);margin-right:var(--container-padding)}.post-select-row{flex-wrap:wrap;gap:var(--space-sm)}.post-select-add{width:100%}.setup-actions{flex-direction:column}.setup-actions .dashboard-btn{width:100%}.post-select-item-actions{flex-wrap:wrap}}@media (min-width: 520px){.main{max-width:min(480px,96%)}}@keyframes credits-shimmer{0%{opacity:1;text-shadow:0 0 4px rgba(34,197,94,.3)}50%{opacity:.8;text-shadow:0 0 14px rgba(34,197,94,.6)}to{opacity:1;text-shadow:0 0 4px rgba(34,197,94,.3)}}.credits-shimmer{animation:credits-shimmer 2s ease-in-out infinite}@keyframes credits-shimmer-red{0%{opacity:1;text-shadow:0 0 4px rgba(239,68,68,.3)}50%{opacity:.8;text-shadow:0 0 14px rgba(239,68,68,.6)}to{opacity:1;text-shadow:0 0 4px rgba(239,68,68,.3)}}.credits-shimmer-red{animation:credits-shimmer-red 2s ease-in-out infinite}.buy-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.buy-popup{width:100%;max-width:360px;background:linear-gradient(160deg,#2a2218,#1e1912,#1a160f);border:1px solid #f5a623;border-radius:16px;padding:14px 16px;box-shadow:0 8px 32px #0006,0 0 20px #f5a62333}.buy-popup-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.buy-popup-title{font-size:1.25rem;font-weight:700;margin:0;color:#fff}.buy-popup-close{background:none;border:none;color:#f5a623;font-size:1.5rem;cursor:pointer;padding:0 4px;line-height:1}.buy-popup-hint{font-size:.8125rem;color:#f5a623e6;text-align:center;margin:0 0 10px}.buy-popup-options{display:grid;grid-template-columns:.9fr 1.25fr .9fr;gap:0;border-radius:12px;overflow:hidden}.buy-popup-line{height:1px;margin-top:12px;background:linear-gradient(to right,transparent 0%,rgba(245,166,35,.5) 30%,rgba(245,166,35,.6) 50%,rgba(245,166,35,.5) 70%,transparent 100%)}.buy-popup-custom .buy-popup-line{margin-top:10px;margin-bottom:10px}.buy-popup-custom{margin-top:12px}.buy-popup-custom-label{display:block;font-size:.75rem;color:#f5a623e6;margin-bottom:6px}.buy-popup-custom-row{display:flex;align-items:stretch;gap:10px}.buy-popup-custom-input{flex:1;min-width:0;height:40px;padding:0 12px;border-radius:8px;border:1px solid rgba(245,166,35,.5);background:#00000040;color:#fff;font-size:.9375rem;box-sizing:border-box}.buy-popup-custom-input::placeholder{color:#fff6}.buy-popup-custom-input:focus{outline:none;border-color:#f5a623}.buy-popup-custom-price{display:flex;align-items:center;justify-content:flex-end;height:40px;padding:0 4px;font-size:1.125rem;font-weight:600;color:#f5a623;min-width:4em;text-align:right;box-sizing:border-box}.buy-popup-err{margin:10px 0 0;font-size:.8125rem;color:#f87171;text-align:center}.buy-popup-custom-btn{width:85%;margin-top:0;margin-left:auto;margin-right:auto;display:block;padding:7px 16px;border-radius:9999px;border:1px solid rgba(255,186,8,.9);background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);box-shadow:0 1px 3px #0003,inset 0 1px #ffffff40;font-size:.9375rem;font-weight:600;color:#1a1510;cursor:pointer}.buy-popup-pay{padding-top:4px}.buy-popup-pay-summary{display:flex;align-items:baseline;gap:10px;margin:0 0 12px}.buy-popup-pay-amount{font-size:1.5rem;font-weight:700;color:#f5a623}.buy-popup-pay-credits{font-size:.9375rem;color:#fffc}.buy-popup-pay-hint{font-size:.8125rem;color:#f5a623e6;margin:0 0 14px;line-height:1.4}.buy-popup-pay-wallet{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;border:1px solid rgba(245,166,35,.5);background:#00000040}.buy-popup-pay-address{flex:1;min-width:0;font-size:.75rem;color:#fff;word-break:break-all;background:none;border:none}.buy-popup-pay-copy{flex-shrink:0;padding:6px 12px;border-radius:6px;border:1px solid rgba(255,186,8,.9);background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);font-size:.8125rem;font-weight:600;color:#1a1510;cursor:pointer}.buy-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:6px;border:1px solid rgba(255,186,8,.9);background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);box-shadow:0 1px 3px #0003,inset 0 1px #ffffff40;cursor:pointer;color:#1a1510;position:relative}.buy-option:first-child{border-right:none;border-radius:12px 0 0 12px}.buy-option:nth-child(2):before{content:"";position:absolute;left:0;top:15%;bottom:15%;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 25%,rgba(0,0,0,.45) 50%,rgba(0,0,0,.4) 75%,transparent 100%)}.buy-option:last-child{border-left:none;border-radius:0 12px 12px 0}.buy-option:last-child:before{content:"";position:absolute;left:0;top:15%;bottom:15%;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 25%,rgba(0,0,0,.45) 50%,rgba(0,0,0,.4) 75%,transparent 100%)}.buy-option-num{font-size:1.2rem;font-weight:600;color:#1a1510;line-height:1.2}.buy-option-label{font-size:.65rem;font-weight:500;color:#1a1510d9}.buy-option-price{font-size:.85rem;font-weight:600;color:#1a1510;margin-top:0}.buy-option-featured .buy-option-num{font-size:1.6rem;font-weight:600}.buy-option-featured .buy-option-label{font-size:.75rem;font-weight:500}.buy-option-featured .buy-option-price{font-size:1.05rem;font-weight:600}.buy-option-featured{padding:8px;border-color:#ffba08e6;background:linear-gradient(180deg,#ffc933,#ffba08,#e6a807);box-shadow:0 2px 6px #00000040,inset 0 1px #ffffff4d}.buy-option-tag{display:block;font-size:.6rem;font-weight:600;color:#b45309;text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px;order:-1}.app-header-guide-btn{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--accent);font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s}.app-header-guide-btn:hover{background:var(--surface-hover);color:var(--honey)}.tour-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px}[data-tour].tour-highlight{position:relative;z-index:1101;box-shadow:0 0 0 9999px #000000bf;border-radius:inherit}.tour-card{width:100%;max-width:360px;background:linear-gradient(160deg,var(--surface-card) 0%,rgba(22,19,14,.95) 100%);border:1px solid var(--accent);border-radius:16px;padding:20px;box-shadow:0 8px 32px #0006,0 0 24px #f59e0b26;z-index:1102}.tour-card--centered{background:linear-gradient(160deg,#1e1a14,#161310);border:2px solid var(--accent);box-shadow:0 12px 48px #0009,0 0 0 1px #f59e0b4d,0 0 32px #f59e0b33}.tour-card--centered .tour-step-title{color:var(--honey);text-shadow:0 0 12px rgba(251,191,36,.4)}.tour-card--centered .tour-step-body{color:var(--text)}.tour-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.tour-step-title{font-size:1.15rem;font-weight:700;color:var(--honey);flex:1;min-width:0}.tour-step-counter{font-size:.8rem;color:var(--muted);flex-shrink:0}.tour-step-body{font-size:.9375rem;line-height:1.5;color:var(--text-soft);margin:0 0 20px}.tour-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.tour-btn{padding:8px 16px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);transition:background .15s,border-color .15s}.tour-btn-skip{color:var(--muted)}.tour-btn-skip:hover{background:var(--surface-hover);color:var(--text-soft)}.tour-nav{display:flex;gap:8px;margin-left:auto}.tour-btn-back{color:var(--text-soft)}.tour-btn-back:hover{background:var(--surface-hover);border-color:var(--accent);color:var(--text)}.tour-btn-next{background:var(--btn-primary-bg);border-color:var(--honey-dark);color:#fff}.tour-btn-next:hover{background:var(--btn-primary-bg-hover);border-color:var(--accent)}
