@import"https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&family=Rubik+Mono+One&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;padding:0;height:100dvh;font-family:Rubik,sans-serif;background:#212121;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit;color:inherit}input,textarea{font-family:inherit;color:inherit;background:none;border:none;outline:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#4a4f5c;border-radius:2px}.app-shell{display:flex;flex-direction:column;height:100dvh;max-width:480px;margin:0 auto;overflow:hidden}.page{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.page-full{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.05);position:sticky;top:0;background:#212121;z-index:10}.header-center{justify-content:center}.header-title{font-size:17px;font-weight:600}.header-back{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.header-back:hover{background:#ffffff14}.tab-bar{flex-shrink:0;display:flex;background:#212121;border-top:1px solid rgba(255,255,255,.05);padding-bottom:env(safe-area-inset-bottom,0px)}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 0;font-size:10px;color:#9ba1aa;transition:color .2s}.tab-item.active{color:#e8a236}.card{background:#2a2a2a;border-radius:12px;padding:16px}.btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;background:#e8a236;color:#212121;font-weight:600;font-size:16px;height:52px;border-radius:12px;width:100%;transition:opacity .2s,transform .1s}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff;font-weight:600;font-size:16px;height:48px;border-radius:12px;width:100%;transition:background .2s}.btn-outline:hover{background:#ffffff0d}.feather{display:inline-block;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.bottom-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.05);background:#212121;z-index:50}
