@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}.page-wrapper{color:#fff;display:flex;background:radial-gradient(circle at 0 0,#1a1b1e,#0e0e10);justify-content:center;align-items: center;min-height:100vh;padding:20px;font-family:Inter,sans-serif}.dashboard-card{display:flex;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;background:#1e1f23b3;border:1px solid #ffffff14;border-radius:24px;width:100%;max-width:900px;min-height:600px;box-shadow:0 25px 50px -12px #0009}.content-section{display:flex;flex-direction:column;flex:1;justify-content:center;padding:3.5rem}.header h1{letter-spacing:-.02em;background:linear-gradient(90deg,#fff,#a5a5a5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.header .subtitle{color:#9ca3af;margin-bottom:2.5rem;font-size:1.1rem}.header .subtitle a{color:#5865f2;text-decoration:none;font-weight:500}.header .subtitle a:hover{text-decoration:underline}.actions{display:flex;flex-direction:column;gap:16px;width:100%;max-width:360px}.btn{display:flex;text-decoration:none;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items: center;gap:10px;padding:14px 24px;transition:transform .2s,box-shadow .2s,background-color .2s;font-size:1rem;font-weight:600}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#fff;background:linear-gradient(135deg,#5865f2 0%,#4752c4 100%);width:100%;box-shadow:0 4px 20px #5865f266}.btn-primary:hover{box-shadow:0 6px 25px #5865f299}.btn-row{display:flex;gap:12px;width:100%}.btn-secondary{color:#e4e4e7;background-color:#2b2d31;border:1px solid #ffffff0d;flex:1}.btn-secondary:hover{color:#fff;background-color:#35373c;border-color:#ffffff1a}.icon-patreon{color:#ff424d}.discord-section{display:flex;background-color:#2b2d31;border-left:1px solid #ffffff0d;flex-direction:column;width:380px;min-height:600px}.discord-frame{border:none;width:100%;height:100%;min-height:600px}@media (max-width:800px){.page-wrapper{overflow-y:auto;align-items: flex-start;padding:10px}.dashboard-card{flex-direction:column;max-width:500px;margin-top:20px;margin-bottom:20px}.content-section{text-align:center;align-items: center;padding:2.5rem 1.5rem}.header h1{font-size:2rem;line-height:1.2}.actions{width:100%}.discord-section{border-top:1px solid #ffffff0d;border-left:none;width:100%;height:600px;min-height:600px}.discord-frame{height:600px;min-height:600px}}
