@font-face{font-family:Gotham;src:url(/assets/GothamHTF-Book-B5x8Qm9U.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/GothamHTF-Black-NECfgkct.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/GothamHTF-Black-NECfgkct.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/GothamHTF-Black-NECfgkct.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/GothamCondensed-Ultra-B_dpY3Tx.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Gotham;src:url(/assets/GothamCondensed-Ultra-B_dpY3Tx.woff2) format("woff2");font-weight:900;font-style:normal}:root{--color-primary: #6d0002;--color-primary-dark: color-mix(in srgb, var(--color-primary) 80%, black);--color-background: #1a1a1a;--color-text-light: #ffffff;--color-text-dark: #1a1a1a;--color-banner-bg: #ffffff;--color-counter-bg: linear-gradient(180deg, #d4a853 0%, #b8923f 100%);--color-counter-border: #8b6914;--font-family: "Gotham", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-family);background:transparent;color:var(--color-text-light)}#root{height:100%;width:100%}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}@keyframes logoSlideRight{0%{transform:translate(0)}to{transform:translate(calc(100% + 20px))}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes celebrate{0%,to{box-shadow:0 4px 15px #d4a85366}50%{box-shadow:0 4px 30px #d4a853cc}}.welcome-container{display:flex;align-items:center;position:relative}.welcome-text-banner{display:flex;align-items:center;gap:6px;background:var(--color-banner-bg);border-radius:40px 0 0 40px;white-space:nowrap;height:60px;margin-right:-8px;z-index:5;max-width:0;overflow:hidden;opacity:0;padding:14px 0;transition:max-width .5s ease-out,opacity .3s ease,padding .5s ease-out}.welcome-container.active .welcome-text-banner{max-width:380px;opacity:1;padding:14px 10px 14px 20px}.welcome-container.exiting .welcome-text-banner{max-width:0;opacity:0;padding-left:0;padding-right:0}.welcome-logo-wrapper{position:relative;width:90px;height:90px;flex-shrink:0;z-index:10}.welcome-logo{width:90px;height:90px;border-radius:40%;object-fit:contain;transition:transform .5s ease-out}.welcome-container.active .welcome-logo{animation:logoSpin .5s ease-out}.welcome-container.exiting .welcome-logo{animation:logoSpinReverse .5s ease-out}@keyframes logoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes logoSpinReverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.welcome-logo-wrapper:after{content:"";position:absolute;inset:0;border-radius:50%;pointer-events:none}.welcome-label{font-size:20px;color:var(--color-text-dark);font-weight:400;white-space:nowrap}.welcome-name{font-size:20px;color:var(--color-text-dark);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:6px}.welcome-container.active .welcome-name{animation:nameUpdate .4s ease-out}@keyframes nameUpdate{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cta-text-banner{display:flex;align-items:center;background:var(--color-banner-bg);border-radius:0 40px 40px 0;white-space:nowrap;height:60px;margin-left:-8px;z-index:5;max-width:0;overflow:hidden;opacity:0;padding:14px 0;transition:max-width .5s ease-out,opacity .3s ease,padding .5s ease-out}.cta-text-banner.active{max-width:400px;opacity:1;padding:14px 20px 14px 10px}.cta-label{font-size:20px;color:var(--color-text-dark);font-weight:400;white-space:nowrap;margin-right:6px;padding-left:12px}.cta-site{font-size:20px;color:var(--color-text-dark);font-weight:700;white-space:nowrap}.counter-box{position:relative;display:flex;flex-direction:column;align-items:center;background:transparent;width:11rem;border-radius:5px;overflow:hidden;padding-top:10px;margin-left:auto}.counter-box:after{content:"";position:absolute;inset:0 0 35%;border-top:4px solid rgba(255,255,255);border-left:4px solid rgba(255,255,255);border-right:4px solid rgba(255,255,255);border-radius:5px 5px 0 0;box-sizing:border-box;pointer-events:none;z-index:3}.counter-bg-fill{position:absolute;left:0;right:0;bottom:40%;height:0%;background:linear-gradient(0deg,#080a10 0% 100%);transition:height .5s ease-out;z-index:0;pointer-events:none}.counter-box>*:not(.counter-bg-fill){position:relative;z-index:1}.counter-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:none;z-index:2}.counter-number{font-size:6.5rem;font-weight:900;color:#fff;line-height:.8;letter-spacing:1.5px;margin:0;text-shadow:0 3px 5px rgba(0,0,0,.5)}.counter-number.animating{animation:countUp .3s ease-out}.counter-label{font-size:1.5rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.7px;line-height:.8;margin-top:4px;opacity:.9;text-shadow:0 2px 3px rgba(0,0,0,.5)}.counter-goal{font-size:1.75rem;font-weight:900;color:#080a10;letter-spacing:.7px;line-height:.8;margin-top:10px;padding-top:6px;padding-bottom:10px;border-top:2px solid rgba(255,255,255,.2);width:100%;text-align:center;background:#fff;cursor:pointer;transition:background .2s ease}.counter-goal:hover{background:#f0f0f0}.goal-text{display:inline-block}.goal-edit{display:flex;align-items:center;justify-content:center;gap:4px}.goal-input{width:90px;font-size:1.75rem;font-weight:900;color:#080a10;border:2px solid #080a10;border-radius:5px;text-align:center;outline:none}.goal-input:focus{border-color:#080a10}.counter-branding{font-size:16px;font-weight:700;color:#fff;width:100%;height:100%;padding:8px 0;text-align:center;background:#080a10}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes celebrate{0%,to{box-shadow:0 4px 20px #d4a85380}50%{box-shadow:0 4px 40px #ffd700cc}}@keyframes countUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.donation-bar-container{display:flex;flex-direction:column;gap:4px;width:calc(1000px * var(--donation-bar-scale, 1));background:transparent}.donation-bar-top-title{color:var(--color-text-light, #ffffff);font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.8)}.donation-bar-track{position:relative;width:100%;height:32px;background-color:#ffffff05;border-radius:4px;overflow:hidden;box-shadow:inset 0 2px 4px #00000080;border:1px solid rgba(255,255,255,.1)}.donation-bar-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--color-counter-bg, #080a10);transition:width .5s ease-out}.donation-bar-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.donation-bar-center-text{color:var(--color-text-light, #ffffff);font-weight:800;font-size:16px;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.8),0 0 4px rgba(0,0,0,.5);z-index:1}.donation-bar-footer{display:flex;justify-content:space-between;padding:0 2px}.donation-bar-footer-text{color:var(--color-text-light, #ffffff);font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;font-weight:700;font-size:14px;text-shadow:0 1px 2px rgba(0,0,0,.8)}.qrcode-container{display:inline-flex;flex-direction:column;transition:transform .2s ease;overflow:hidden}.qrcode-header{background-color:#000;display:flex;flex-direction:column;align-items:center;padding:8px 5px;gap:4px}.qrcode-body{background-color:#fff;padding:5px;display:flex;justify-content:center;align-items:center}.qrcode-top-logo{max-width:130px;max-height:30px;object-fit:contain}.qrcode-top-text{color:#fff;font-weight:400;font-size:20px;text-align:center}.superchat-box{min-width:280px;max-width:1200px;padding:16px;border-radius:16px;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000004d;animation:superchatSlideIn .4s ease-out}.superchat-gradient-blue{background:linear-gradient(135deg,#3b82f6e6,#2563ebcc);border-color:#3b82f680}.superchat-gradient-green{background:linear-gradient(135deg,#22c55ee6,#16a34acc);border-color:#22c55e80}.superchat-gradient-yellow{background:linear-gradient(135deg,#eab308e6,#ca8a04cc);border-color:#eab30880}.superchat-gradient-orange{background:linear-gradient(135deg,#f97316e6,#ea580ccc);border-color:#f9731680}.superchat-gradient-red{background:linear-gradient(135deg,#ef4444e6,#dc2626cc);border-color:#ef444480}.superchat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.superchat-user-info{display:flex;align-items:center;gap:10px}.superchat-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.4)}.superchat-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;border:2px solid rgba(255,255,255,.4)}.superchat-username{font-weight:600;font-size:24px;padding-right:8px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.superchat-platform{display:flex;align-items:center}.superchat-platform-icon{width:18px;height:18px;opacity:.9}.superchat-amount{font-weight:700;font-size:20px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);background:#0003;padding:6px 12px;border-radius:20px}.superchat-message{color:#fff;font-size:20px;line-height:1.5;word-wrap:break-word;text-shadow:0 1px 2px rgba(0,0,0,.2);background:#00000026;padding:10px 12px;border-radius:10px}@keyframes superchatSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes superchatSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}.superchat-box.exiting{animation:superchatSlideOut .3s ease-in forwards}.superchats-history-panel{display:flex;flex-direction:column;height:100%;max-height:400px}.superchats-history-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:12px}.superchats-history-stats{display:flex;align-items:center;gap:10px}.superchats-count{font-size:13px;color:#fff9}.superchats-unread-badge{background:#ef4444;color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500}.superchats-total{font-size:16px;font-weight:600;color:#22c55e}.superchats-history-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:5px}.superchats-history-list::-webkit-scrollbar{width:6px}.superchats-history-list::-webkit-scrollbar-track{background:transparent}.superchats-history-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.superchats-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#ffffff80;text-align:center}.superchats-empty-icon{font-size:32px;margin-bottom:10px;opacity:.7}.superchats-empty p{margin:0;font-size:14px}.superchats-empty-hint{font-size:12px!important;margin-top:5px!important;opacity:.7}.superchat-history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#ffffff0d;border-radius:10px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.superchat-history-item:hover{background:#ffffff1a;transform:translate(2px)}.superchat-history-item.current{border-color:#eab30880;background:#eab3081a}.superchat-history-item.read{opacity:.5}.superchat-history-item.read:hover{opacity:.8}.superchat-history-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.superchat-history-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.superchat-history-avatar-placeholder{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff;flex-shrink:0}.superchat-history-info{min-width:0;flex:1}.superchat-history-name{font-size:13px;font-weight:500;color:#fff;display:flex;align-items:center;gap:8px}.superchat-current-badge{font-size:10px;background:#eab3084d;color:#eab308;padding:2px 6px;border-radius:4px;font-weight:500}.superchat-history-message{font-size:12px;color:#fff9;white-space:normal;overflow:hidden;max-width:700px;width:max-content;text-overflow:ellipsis;margin-top:2px}.superchat-history-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;margin-left:12px}.superchat-history-amount{font-size:13px;font-weight:600}.superchat-history-time{font-size:11px;color:#fff6}.superchat-history-read-icon{font-size:12px;color:#22c55e}.superchats-history-footer{padding-top:10px;border-top:1px solid rgba(255,255,255,.1);margin-top:12px;text-align:center;font-size:11px;color:#fff6}.app-container{position:fixed;inset:0;z-index:9999;pointer-events:none;overflow:hidden}.app-container>*{pointer-events:auto}.logo-container{position:absolute;top:20px;left:20px;z-index:1}.app-logo{width:80px;height:80px;object-fit:contain}.splash-container{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;background:#050713}.splash-logo{width:150px;height:auto;animation:splashPulse 2s ease-in-out infinite}@keyframes splashPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.splash-title{font-size:32px;font-weight:700;color:var(--color-primary);text-align:center;margin:0}.splash-loader{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:20px}.splash-spinner{width:40px;height:40px;border:3px solid rgba(212,168,83,.3);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.splash-text{color:#ffffffb3;font-size:14px}.loading-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid rgba(212,168,83,.3);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--color-text-light);font-size:16px}.settings-panel{position:fixed;bottom:40px;left:50%;transform:translate(-50%);background:#1a1a1af2;padding:25px;border-radius:16px;display:flex;flex-direction:column;gap:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0006;width:900px;max-width:95vw;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-primary) rgba(255,255,255,.05)}.settings-panel::-webkit-scrollbar{width:8px}.settings-panel::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.settings-panel::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:4px;border:2px solid rgba(26,26,26,.95)}@media(max-width:600px){.settings-panel{width:100%;max-width:100%;bottom:0;left:0;right:0;transform:none;border-radius:16px 16px 0 0;padding:24px 20px;max-height:90vh}.settings-content-grid{grid-template-columns:1fr}.app-container{padding:15px}.logo-container{top:15px;left:15px}.app-logo{width:60px;height:60px}.settings-toggle{bottom:15px;left:15px}}.settings-title{font-size:14px;font-weight:600;color:var(--color-text-light);text-transform:uppercase;letter-spacing:1px}.settings-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.settings-column{display:flex;flex-direction:column;gap:15px;height:100%}.settings-column>:last-child{margin-top:auto}.settings-group{display:flex;flex-direction:column;gap:8px}.settings-label{font-size:12px;color:#ffffffb3}.settings-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:10px 14px;border-radius:8px;color:var(--color-text-light);font-size:14px;transition:border-color .3s ease}.settings-input:focus{outline:none;border-color:var(--color-primary)}.settings-row{display:flex;gap:10px}.settings-row .settings-group{flex:1}.settings-button{border:none;padding:12px;border-radius:8px;color:var(--color-text-light);font-weight:600;cursor:pointer;transition:all .3s ease;background-color:var(--color-primary)}.settings-button:hover{background-color:var(--color-primary-dark)}.settings-button-logout{border:none;padding:12px;border-radius:8px;color:var(--color-text-light);font-weight:600;cursor:pointer;transition:all .3s ease;background-color:#ffffff10}.settings-button-logout:hover{background-color:#ffffff20}.settings-toggle{position:fixed;bottom:20px;left:20px;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;transition:all .3s ease}.settings-toggle:hover{transform:scale(1.1)}.settings-tabs{display:flex;gap:5px;margin-bottom:10px}.settings-tab{flex:1;padding:8px;border:none;background:#ffffff1a;color:#ffffffb3;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:12px;font-weight:500}.settings-tab:hover{background:#ffffff26}.settings-tab.active{background:var(--color-primary);color:var(--color-text-light)}.settings-tab.active:hover{background:var(--color-primary-dark)}.color-input-wrapper{display:flex;align-items:center;gap:8px}.settings-color{width:40px;height:32px;border:none;border-radius:6px;cursor:pointer;padding:0;background:none}.settings-color::-webkit-color-swatch-wrapper{padding:2px}.settings-color::-webkit-color-swatch{border-radius:4px;border:1px solid rgba(255,255,255,.2)}.color-value{font-size:11px;color:#fff9;font-family:monospace}.settings-range{width:100%;height:6px;border-radius:3px;background:#fff3;outline:none;-webkit-appearance:none;appearance:none}.settings-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--color-primary);cursor:pointer;transition:transform .2s ease}.settings-range::-webkit-slider-thumb:hover{transform:scale(1.2);background-color:var(--color-primary-dark)}.settings-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--color-primary);cursor:pointer;border:none}.logo-input-group{display:flex;gap:8px;align-items:center}.logo-input-group .settings-input{flex:1}.file-upload-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:16px}.file-upload-btn:hover{background:#fff3}.clear-logo-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#ff64644d;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#fff;font-size:14px}.clear-logo-btn:hover{background:#ff646480}.logo-preview{margin-top:10px;display:flex;justify-content:center}.logo-preview img{max-width:80px;max-height:80px;border-radius:8px;object-fit:contain;background:#ffffff1a;padding:8px}
