:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fff;background:#0a0a0e}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0;padding:0}html,body{min-height:100vh}body{min-width:320px;min-height:100vh}.app{min-height:100vh;color:#fff;background-color:#0a0a0e;background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.app:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:#00000040}.app>*{position:relative;z-index:1}.top-bar{position:fixed;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;z-index:100;background:#0a0a0ee0;border-bottom:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.top-bar-left{display:flex;align-items:center;min-width:0;height:100%}.logo-button{display:flex;align-items:center;height:100%;padding:0 24px 0 4px;border:0;background:transparent;cursor:pointer}.discordiny-logo{display:block;max-width:180px;max-height:52px;width:auto;height:auto}.main-navigation{display:flex;align-items:center;gap:4px;height:100%}.main-navigation button{height:40px;padding:0 14px;border:0;border-radius:8px;color:#ffffffbf;background:transparent;font:inherit;font-size:.95rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.main-navigation button:hover{color:#fff;background:#ffffff14}.account-button{display:flex;align-items:center;gap:10px;flex-shrink:0;height:44px;padding:0 14px 0 8px;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;background:#ffffff0f;font:inherit;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.account-button:hover{background:#ffffff1a;border-color:#fff3}.account-button img{width:28px;height:28px;object-fit:contain;border-radius:50%}.home-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 24px;box-sizing:border-box}.home-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.home-content h1{margin:0 0 12px;font-size:2.5rem;font-weight:700}.home-content p{margin:0 0 28px;color:#ffffffb3;font-size:1rem}.start-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:220px;padding:14px 28px;border:1px solid rgba(255,255,255,.15);border-radius:10px;color:#fff;background:#ffffff1f;font:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.start-button:hover{background:#fff3;border-color:#ffffff40;transform:translateY(-1px)}.start-button-title{font-size:1rem;font-weight:700}
