.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-list{display:flex;flex-direction:column;gap:1.2rem;margin-top:8px}.voucher-item{background-color:#fff;padding:1rem;border:1px solid #ccc;border-radius:1rem}.voucher-item.expanded{flex-direction:column;align-items:stretch}.voucher-expanded{margin-top:10px;padding-top:10px;border-top:1px dashed #aaa;display:flex;flex-direction:column;gap:10px}.voucher-meta p{margin:0;font-size:.85rem;color:#444}.voucher-edit label{display:block;font-size:.9rem;margin-bottom:5px}.voucher-edit input,textarea{width:100%;height:32px;padding:6px;font-size:1rem;margin-top:2px;border:1px solid #ccc;border-radius:4px}.voucher-actions{display:flex;justify-content:flex-end;gap:10px}.btn-cancel,.btn-save{padding:6px 12px;border:none;border-radius:5px;font-size:.9rem;cursor:pointer}.btn-cancel{background-color:#ccc;color:#333}.btn-save{background-color:#4caf50;color:#fff}.btn-cancel:hover{background-color:#b0b0b0}.btn-save:hover{background-color:#3e9140}.new-coupon-widget{border:1px solid #ccc;padding:1rem;border-radius:8px;background-color:#f9f9f9;font-family:sans-serif;margin-bottom:8px}.new-coupon-widget input,.new-coupon-widget textarea{width:100%;padding:.5rem;margin-top:.5rem;margin-bottom:1rem;border-radius:4px;border:1px solid #bbb;box-sizing:border-box}.new-coupon-widget textarea{resize:vertical;min-height:80px}.coupon-actions{display:flex;justify-content:space-between}.cancel-btn,.create-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer}.cancel-btn{background-color:#ccc;color:#333}.create-btn{background-color:#f4b400;color:#000;font-weight:700}.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}
