.dashboard-wrapper{display:flex;flex-direction:row;min-height:100vh}.dashboard-side-menu{min-width:300px;background-color:#555;display:flex;flex-direction:column;align-items:center}.dashboard-side-menu img{width:200px;padding:.8rem}.dashboard-side-menu-links{list-style:none;display:flex;flex-direction:column}.dashboard-side-menu-links button{font-size:1.8rem;margin-bottom:1rem;min-width:200px;padding:8px}.dashboard-content{flex:1}.dashboard-section{padding:2rem;background-color:#f0f0f0;border-radius:8px;margin:2rem auto;max-width:1000px;box-shadow:0 4px 8px #0000001a}.dashboard-section h2{text-align:center;color:#333;margin-bottom:1.5rem;font-size:1.8rem}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.metric-card{background-color:#fff;padding:1.5rem;border-radius:6px;box-shadow:0 2px 4px #0000000d;text-align:center;transition:transform .2s ease-in-out}.metric-card:hover{transform:translateY(-5px)}.metric-card h4{margin:0 0 .5rem;color:#555;font-size:1rem;font-weight:600}.metric-card p{margin:0;color:#222;font-size:1.5rem;font-weight:700}@media (max-width: 600px){.dashboard-section{padding:1rem;margin:1rem}.metrics-grid{grid-template-columns:1fr;gap:1rem}.metric-card{padding:1rem}.metric-card p{font-size:1.3rem}}.chart-container{margin-top:2rem;background-color:#fff;padding:1.5rem;border-radius:6px;box-shadow:0 2px 4px #0000000d}.chart-container h4{text-align:center;margin:0 0 1rem;color:#555;font-size:1.2rem;font-weight:600}.voucher-summary-strip{display:flex;gap:1rem;margin-bottom:1.2rem;flex-wrap:wrap}.voucher-summary-item{flex:1;min-width:120px;background:#fff;border-radius:8px;padding:.8rem 1rem;text-align:center;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:2px}.voucher-summary-value{font-size:1.4rem;font-weight:700;color:#222}.voucher-summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;color:#888;font-weight:600}.voucher-toolbar{display:flex;gap:1rem;align-items:center;margin:1rem 0 .6rem;flex-wrap:wrap}.voucher-search-box{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.voucher-search-icon{position:absolute;left:10px;font-size:.9rem;pointer-events:none;opacity:.5}.voucher-search-input{width:100%;padding:.55rem 2rem;border:1px solid #ccc;border-radius:8px;font-size:.9rem;background:#fff;transition:border-color .2s}.voucher-search-input:focus{outline:none;border-color:#f4b400;box-shadow:0 0 0 2px #f4b40026}.voucher-search-clear{position:absolute;right:8px;background:none;border:none;cursor:pointer;font-size:.85rem;color:#999;padding:2px 6px;border-radius:50%}.voucher-search-clear:hover{background:#eee;color:#333}.voucher-filter{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#555;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none}.voucher-filter input[type=checkbox]{accent-color:#f4b400;width:16px;height:16px;cursor:pointer}.voucher-sort-bar{display:flex;align-items:center;gap:6px;margin-bottom:.8rem;flex-wrap:wrap}.voucher-sort-label{font-size:.8rem;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-right:4px}.voucher-sort-btn{padding:4px 10px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:.8rem;cursor:pointer;color:#555;transition:all .15s}.voucher-sort-btn:hover{border-color:#f4b400;color:#333}.voucher-sort-btn.active{background:#f4b400;color:#000;border-color:#f4b400;font-weight:600}.voucher-list{display:flex;flex-direction:column;gap:.6rem;margin-top:4px}.voucher-empty{text-align:center;color:#999;padding:2rem;font-style:italic}.voucher-item{background-color:#fff;padding:.8rem 1rem;border:1px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative}.voucher-item:hover{border-color:#f4b400;box-shadow:0 2px 8px #f4b4001f}.voucher-item.depleted{opacity:.6;border-color:#e0e0e0}.voucher-item.depleted:hover{opacity:.8}.voucher-item.expanded{border-color:#f4b400;box-shadow:0 3px 12px #f4b40026}.voucher-header{display:flex;align-items:center;gap:1rem}.voucher-info{display:flex;flex-direction:column;gap:2px;min-width:120px}.voucher-code{font-weight:700;font-size:1rem;color:#222;font-family:Courier New,monospace;letter-spacing:1px}.voucher-payout{font-size:.8rem;color:#f4b400;font-weight:600}.voucher-status-area{flex:1;display:flex;align-items:center;gap:8px}.voucher-usage-bar-container{flex:1;height:6px;background:#eee;border-radius:3px;overflow:hidden;min-width:60px}.voucher-usage-bar-fill{height:100%;background:linear-gradient(90deg,#66bb6a,#43a047);border-radius:3px;transition:width .3s ease}.voucher-usage-bar-fill.bar-depleted{background:linear-gradient(90deg,#e57373,#d32f2f)}.voucher-usage-text{font-size:.75rem;color:#888;white-space:nowrap;min-width:50px;text-align:right}.voucher-header-actions{display:flex;align-items:center;gap:8px}.voucher-badge-depleted{font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;font-weight:700;color:#d32f2f;background:#ffebee;padding:2px 8px;border-radius:4px;white-space:nowrap}.voucher-expand-icon{color:#aaa;font-size:.9rem}.voucher-memo-preview{font-size:.8rem;color:#777;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.voucher-expanded{margin-top:12px;padding-top:12px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:12px}.voucher-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.voucher-meta-item{display:flex;flex-direction:column;gap:1px}.voucher-meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.3px;color:#999;font-weight:600}.voucher-meta-value{font-size:.9rem;color:#333;font-weight:500}.voucher-edit label{display:block;font-size:.85rem;margin-bottom:8px;color:#555;font-weight:500}.voucher-edit input,.voucher-edit textarea{width:100%;padding:8px 10px;font-size:.9rem;margin-top:4px;border:1px solid #ddd;border-radius:6px;background:#fafafa;transition:border-color .2s;box-sizing:border-box}.voucher-edit input:focus,.voucher-edit textarea:focus{outline:none;border-color:#f4b400;background:#fff}.voucher-edit textarea{resize:vertical;min-height:60px}.voucher-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.voucher-actions-right{display:flex;gap:8px;margin-left:auto}.voucher-confirm-delete{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#d32f2f}.btn-cancel,.btn-save{padding:6px 14px;border:none;border-radius:6px;font-size:.85rem;cursor:pointer;font-weight:500;transition:all .15s}.btn-cancel{background-color:#eee;color:#555}.btn-cancel:hover{background-color:#ddd}.btn-save{background-color:#43a047;color:#fff}.btn-save:hover{background-color:#388e3c}.btn-danger{padding:5px 12px;border:none;border-radius:6px;font-size:.8rem;cursor:pointer;background:#d32f2f;color:#fff;font-weight:500}.btn-danger:hover{background:#b71c1c}.btn-danger-outline{padding:5px 12px;border:1px solid #e57373;border-radius:6px;font-size:.8rem;cursor:pointer;background:transparent;color:#d32f2f;font-weight:500;transition:all .15s}.btn-danger-outline:hover{background:#ffebee}.voucher-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:1.2rem;padding-top:1rem;border-top:1px solid #eee}.voucher-page-btn{width:32px;height:32px;border:1px solid #ddd;border-radius:6px;background:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;color:#555}.voucher-page-btn:hover:not(:disabled){border-color:#f4b400;color:#f4b400;background:#fffde7}.voucher-page-btn:disabled{opacity:.35;cursor:default}.voucher-page-info{font-size:.85rem;color:#777;padding:0 8px;font-weight:500}.new-coupon-widget{border:1px solid #e0e0e0;padding:1.2rem;border-radius:10px;background-color:#fafafa;margin-bottom:10px}.new-coupon-widget h3{margin:0 0 .8rem;font-size:1.1rem;color:#333}.new-coupon-widget input,.new-coupon-widget textarea{width:100%;padding:.55rem .7rem;margin-top:.3rem;margin-bottom:.8rem;border-radius:6px;border:1px solid #ccc;box-sizing:border-box;font-size:.9rem;transition:border-color .2s}.new-coupon-widget input:focus,.new-coupon-widget textarea:focus{outline:none;border-color:#f4b400}.new-coupon-widget textarea{resize:vertical;min-height:70px}.coupon-actions{display:flex;justify-content:flex-end;gap:8px}.cancel-btn,.create-btn{padding:.5rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .15s}.cancel-btn{background-color:#eee;color:#555}.cancel-btn:hover{background-color:#ddd}.create-btn{background-color:#f4b400;color:#000}.create-btn:hover{background:#e0a800}@media (max-width: 600px){.voucher-header{flex-direction:column;align-items:flex-start;gap:6px}.voucher-status-area{width:100%}.voucher-toolbar{flex-direction:column}.voucher-sort-bar{justify-content:flex-start}.voucher-summary-strip{gap:.5rem}.voucher-summary-item{min-width:80px;padding:.5rem}.voucher-meta{flex-direction:column;gap:.5rem}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f9f9f9}.login-box{background:white;padding:2rem 3rem;border-radius:10px;box-shadow:0 0 15px #0000001a;width:100%;max-width:400px;text-align:center}.login-box h2{margin-bottom:1.5rem;color:#333}.login-input{width:100%;padding:.75rem 1rem;margin-bottom:1rem;font-size:1rem;border:1px solid #ccc;border-radius:8px}.login-button{width:100%;padding:.75rem;font-size:1rem;background-color:#f4b728;color:#fff;border:none;border-radius:8px;cursor:pointer}.login-button:hover{background-color:#d9a620}.header-wrapper{position:relative;height:100%;max-width:1280px;margin:0 auto;box-sizing:border-box}.header-video-bg{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;z-index:-1}.header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;margin:0;overflow-x:hidden;background-size:cover}.header-text{flex:0 0 60%;margin:0}.header-text h1{font-size:5rem;margin-bottom:1.5rem;line-height:4.5rem;font-weight:700;color:#545454}.header-text p{font-size:2rem;margin:0;color:#545454}.header-text .warning{font-weight:700;font-size:1.5rem;margin-top:1rem;color:#545454}.header-text .info-ua{font-weight:700;font-size:1.25rem;margin-top:.75rem;margin-left:.25rem;color:#545454}.header-logo{flex:0 0 40%;max-width:40%;height:100%;display:flex;justify-content:center}.header-logo-mobile{display:none}.header-logo img{height:90%;max-width:550px;width:auto;display:block}.receive-address{list-style:none;font-size:1.5rem}.receive-address li{margin-bottom:.6rem}@media (max-width: 768px){.header-wrapper{height:100%}.header{padding:0 1rem;flex-wrap:wrap}.header-logo{display:none}.header-logo-mobile{display:block;padding-top:1.2rem;margin-left:auto;margin-right:auto}.header-logo-mobile img{max-width:8rem;height:auto}.header-text{max-width:100%}.header-text h1{flex:1 1 100%;font-size:3rem;line-height:3.5rem}}.pow-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999}.pow-modal{background:#fff;padding:2rem;border-radius:10px;max-width:500px;width:90%;text-align:center;box-shadow:0 4px 20px #0000004d}.pow-text{font-size:1rem;color:#444;margin-bottom:2rem}.pow-status{font-size:.75rem;background-color:#ccc;margin-bottom:2rem;padding:1.5rem;overflow:hidden;text-overflow:ellipsis}.pow-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-decline{background:#aaa;color:#fff;padding:.8rem 1.5rem;border-radius:5px;border:none;cursor:pointer}.btn-accept{background:#f2b200;color:#000;padding:.8rem 1.5rem;border-radius:5px;border:none;cursor:pointer}.btn-cancel{background:#444;color:#fff;padding:.8rem 2rem;border-radius:5px;border:none;cursor:pointer}.btn-send{background:#00c292;color:#fff;padding:1rem 2rem;border-radius:8px;border:none;cursor:pointer;font-weight:700}.faucet-claim{display:flex;flex-direction:column;align-items:center;padding:2rem}.faucet-input{width:90%;max-width:800px;padding:1rem;font-size:1.25rem;border:2px solid #ffbd02;border-radius:6px;outline:none;margin-bottom:1.5rem;background:#efefef}.faucet-button{padding:1rem 3rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(to right,#f2b200,#ffbd02);border:none;border-radius:999px;cursor:pointer}.coupon-button{padding:1rem;color:#775700;cursor:pointer;text-decoration:none}.faucet-button:hover{background:linear-gradient(to right,#ffcc00,#ffaa00)}.captcha-wrap{flex:0 0 auto;overflow:visible;display:inline-block;box-sizing:content-box}.donate-section{position:relative;display:flex;flex-direction:row;height:100vh}.donate-section:before,.donate-section:after{content:"";position:absolute;left:0;width:100%;height:8px;background:linear-gradient(to right,#f2b200,#fff,#f2b200);z-index:3;margin-top:64px;margin-bottom:64px}.donate-left,.donate-right{flex:1;position:relative;background-color:#ffbd02;align-items:center;justify-content:center;overflow:hidden}.white-swipe{position:absolute;top:0;left:0;height:100%;width:100%;background:#efefef;z-index:1;will-change:transform}.donate-left-content{position:relative;z-index:2;padding:4rem 2rem 2rem;color:#575757;display:flex;flex-direction:column;margin-left:3rem;overflow:hidden}.donate-left-content h2{font-size:4rem;line-height:3.6rem;margin-bottom:2rem}.donate-left-content h3{font-size:3rem;margin-bottom:0;margin-top:0}.donate-left-content p{font-size:2rem;margin-bottom:1rem;margin-top:0;font-weight:700}.donate-address{max-width:45%;height:auto;margin-bottom:.5rem;padding-bottom:.5rem}.donate-right-content{z-index:2;padding:2rem 3rem;color:#575757;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;overflow:hidden}.donate-right-content code{white-space:pre-wrap;word-break:break-word;max-width:64ch;margin-top:1rem;font-size:1.5rem;padding:32px;border-radius:16px;background-color:#efefef40}.copy-button{margin-top:2rem;background-color:#575757;color:#efefef;font-weight:700;padding:.8rem 2rem;border-radius:2rem;border:none;cursor:pointer;transition:background .3s ease}.copy-button:hover{background-color:#555}@media (max-width: 768px){.donate-section{flex-direction:column;height:auto;min-height:100vh}.donate-left-content,.donate-right-content{padding:2rem;margin:0;justify-content:baseline}.donate-left-content h2,.donate-left-content h3{font-size:2rem;line-height:1.8rem}.donate-right-content code{overflow:hidden;font-size:.8rem;max-width:300px}.donate-section:before,.donate-section:after{display:none}}.stats-section{position:relative;display:flex;flex-direction:row;height:100vh}.stats-section:before,.stats-section:after{content:"";position:absolute;left:0;width:100%;height:8px;background:linear-gradient(to right,#f2b200,#fff,#f2b200);z-index:3;margin-top:64px;margin-bottom:64px}.stats-section:before{top:0}.stats-section:after{bottom:0}.stats-left,.stats-right{flex:1;position:relative;background-color:#efefef;align-items:center;justify-content:center;overflow:hidden}.yellow-swipe{position:absolute;top:0;left:0;height:100%;width:100%;background:#ffbd02;z-index:1;will-change:transform}.stats-left-content,.stats-right-content{position:relative;z-index:2;padding:4rem 2rem 2rem;color:#575757;display:flex;flex-direction:column;overflow-x:hidden}.stats-left-content h2{font-size:4rem;line-height:3.6rem;margin-bottom:4rem}.stats-right-content h2{font-size:4rem;line-height:3.6rem;margin-bottom:2rem}.stats-left-content h3{font-size:2.4rem;margin-bottom:2.4rem;margin-top:0;color:#efefef}.stats-left-content p{font-size:2rem;margin-bottom:0;margin-top:0;font-weight:700}.donations-table{width:100%;border-collapse:collapse}.donations-table td{border:1px solid #ddd;padding:.75rem;text-align:left}.donations-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.donations-table th{background-color:#ffbd02;color:#575757;padding:.75rem}.donations-table .top-donation{background-color:#fff7d1;font-weight:500}@media (max-width: 768px){.stats-section{flex-direction:column;height:auto;min-height:100vh}.stats-right{overflow-y:scroll}.stats-left-content,.stats-right-content{padding:1rem;justify-content:baseline;overflow-y:scroll;margin:0}.stats-left-content h2,.stats-right-content h2{font-size:2rem;line-height:1.8rem}.stats-right-content code{overflow:hidden;font-size:.8rem}.stats-section:before,.stats-section:after{display:none}}.about-section{position:relative;display:flex;flex-direction:column;height:100vh;overflow-x:hidden;background-color:#efefef;text-align:center}.about-faucet{display:flex;flex-direction:column;height:100%;padding:0 8rem;flex:1}.about-faucet h2{font-size:4rem;color:#575757}.about-faucet p{font-size:1.4rem;color:#575757}.about-faucet-footer h3{font-size:1.6rem;color:#575757}@media (max-width: 768px){.about-section{flex-direction:column;height:auto;min-height:100vh}.about-faucet{padding:0 1rem}.about-faucet p{font-size:1.2rem}.about-faucet h2{font-size:3rem}.about-faucet-footer{flex:1;padding:.5rem}.about-faucet-footer h3{font-size:1rem}}body{font-family:Roboto,Helvetica Neue,Arial,sans-serif}body,html{margin:0;padding:0}.snap-section{scroll-snap-align:start;height:auto;min-height:100vh}
