@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";.app-container{display:flex;flex-direction:column;min-height:100vh;position:relative}.main-content{flex:1}.bottom-tab-bar{position:fixed;bottom:0;left:0;width:100%;padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom));background:transparent;pointer-events:none}.tab-bar-container{pointer-events:auto;display:flex;justify-content:space-around;align-items:center;background-color:var(--brand-white);padding:12px 24px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-width:400px;margin:0 auto}.tab-item{color:var(--brand-gray);text-decoration:none;display:flex;flex-direction:column;align-items:center;padding:8px;border-radius:var(--radius-md);transition:all .3s ease}.tab-item:hover{color:var(--brand-blue-bright);background-color:var(--brand-bg)}.tab-item.active{color:var(--brand-blue-dark)}.tab-item.active svg{stroke-width:2.5px}.auth-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px}.auth-card{background:var(--brand-white);padding:32px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:24px}.auth-header h1{font-size:1.5rem;margin-bottom:8px}.auth-form{display:flex;flex-direction:column;gap:16px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-size:.875rem;font-weight:500;color:var(--brand-text)}.input-group input{padding:12px 16px;border:1px solid var(--brand-gray-light);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s}.input-group input:focus{border-color:var(--brand-blue-bright)}.settings-number-input{width:100%;padding:12px 16px;border:1px solid var(--brand-gray-light);border-radius:var(--radius-md);background:var(--brand-white);color:var(--brand-text);font-family:inherit;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.settings-number-input:focus{border-color:var(--brand-blue-bright);box-shadow:0 0 0 3px #527cf824}.error-text{color:#e53e3e;font-size:.75rem;margin-top:4px}.auth-button{background:linear-gradient(135deg,var(--brand-blue-dark),var(--brand-blue-bright));color:#fff;border:none;padding:14px;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;margin-top:8px}.auth-button:hover{opacity:.9}.auth-footer{text-align:center;margin-top:24px;font-size:.875rem;color:var(--brand-gray)}.auth-link{color:var(--brand-blue-bright);text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}:root{--brand-blue-dark: #1146cd;--brand-blue-bright: #527cf8;--brand-text: #212230;--brand-bg: #f8f9fc;--brand-white: #ffffff;--brand-gray-light: #e0e4ec;--brand-gray: #a0a4b0;--radius-lg: 24px;--radius-md: 16px;--shadow-sm: 0 2px 8px rgba(0,0,0,.05);--shadow-lg: 0 8px 24px rgba(17, 70, 205, .15)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;color:var(--brand-text);background-color:var(--brand-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:480px;margin:0 auto;min-height:100vh;position:relative;background-color:var(--brand-white);box-shadow:var(--shadow-sm)}.page-container{padding:24px 24px 90px;min-height:100vh;display:flex;flex-direction:column}input[type=checkbox],input[type=radio],input[type=range]{accent-color:var(--brand-blue-bright)}.gradient-text{background:linear-gradient(135deg,var(--brand-blue-dark),var(--brand-blue-bright));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
