#root{margin:0;padding:0;box-sizing:border-box;font-family:Inter}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#2d2c3a66;z-index:999}.sidebar-container{position:fixed;top:0;left:0;width:240px;height:100%;background:#232230;color:#fff;transition:left .3s;z-index:1000;padding-top:60px;box-shadow:2px 0 16px #0000002e;border-right:1.5px solid #44435a;display:flex;flex-direction:column;justify-content:space-between}.sidebar-logo{width:60px;height:60px;object-fit:contain;border-radius:12px;margin:0 auto 12px;display:block;box-shadow:0 2px 12px #0000001a}.sidebar-close-btn{position:absolute;top:10px;right:10px;background:none;border:none;color:#bdbdbd;font-size:24px;cursor:pointer}.sidebar-list{list-style:none;padding:0;margin-top:16px}.sidebar-list-item{padding:14px 28px;color:#bdbdbd;font-weight:500;font-size:16px;border-radius:8px;margin:4px 8px;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:center}.sidebar-list-item.active{background:#2d2c3a;color:#43e97b;font-weight:600}.sidebar-icon{margin-right:12px;font-size:20px}.sidebar-version{padding:12px 0;text-align:center;color:#bdbdbd;font-size:13px;letter-spacing:1px;border-top:1px solid #44435a;background:#232230}.profile-renew-bg{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#2d2c3a}.profile-renew-form{background:#232230;padding:32px 40px;border-radius:18px;box-shadow:0 4px 32px #0000002e;min-width:340px;display:flex;flex-direction:column;gap:22px}.profile-renew-title{text-align:center;color:#fff;margin-bottom:8px;letter-spacing:1px;font-weight:700}.profile-renew-label{font-weight:500;color:#bdbdbd;font-size:15px;display:block}.profile-renew-input{width:100%;padding:12px 14px;margin-top:7px;border-radius:8px;border:1.5px solid #44435a;background:#2d2c3a;color:#fff;font-size:16px;outline:none;transition:border .2s}.profile-renew-otp-hint{color:#bdbdbd;font-size:9px;margin-top:4px;font-style:italic;line-height:1.3}.profile-renew-btn{padding:13px 0;background:#5c6bc0;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:background .2s;margin-top:8px;letter-spacing:1px}.profile-renew-btn:disabled{background:#44435a;cursor:not-allowed}.profile-renew-message{margin-top:10px;text-align:center;font-weight:500;font-size:15px;letter-spacing:.5px}.profile-renew-message.success{color:#43e97b}.profile-renew-message.error{color:#ff7675}.home-bg{min-height:100vh;background:#2d2c3a;overflow-y:hidden}.home-header{padding:16px;background:#232230;display:flex;align-items:center;border-bottom:1.5px solid #44435a;position:sticky;top:0;z-index:10}.home-header-title{margin-left:16px;margin-bottom:0;color:#fff;font-weight:600;font-size:18px;align-items:center}.home-header-greeting{margin-left:auto;color:#fff;font-size:14px;font-weight:500}.home-content{margin:32px;min-height:calc(100vh - 80px)}.home-main{color:#fff;background:#2d2c3a;border-radius:16px;padding:32px;font-size:28px;font-weight:600;box-shadow:0 4px 24px #0000001a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;min-height:220px}.home-logo{width:80px;height:80px;object-fit:contain;margin-bottom:8px;border-radius:12px;box-shadow:0 2px 12px #ffffff1a}.home-greeting{min-height:40px;letter-spacing:1px}.home-greeting-cursor{color:#43e97b;font-weight:700}*{margin:0;padding:0}.loginCard{height:100vh;width:100vw;margin:0;padding:0;display:flex;align-items:center;justify-content:center;background:#2d2c3a}.loginContainer{display:flex;align-items:center;justify-content:center;width:326px;height:242px;background:#f0f8ff52;border-radius:8px;flex-direction:column}.googleSignIn{display:flex;justify-content:center;align-items:center;font-size:18px;gap:1rem;border:2px solid rgba(29,233,182,1);border-radius:8px;width:fit-content;padding:.4rem 1rem;margin:auto}.googleSignIn:hover{background-color:#1de9b6;cursor:pointer}.version{position:absolute;bottom:5px;color:#ffffff96;right:7px;font-size:13px}button.google-sign-in-button{outline:none;border:none;border-radius:1rem;background:#1976d2;color:#fff;padding:2px;margin-top:10px}.googleIcon{background:#fff;border-radius:50%;padding:2px}.no-page-bg{min-height:100vh;background:#2d2c3a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:28px;font-weight:600}.no-page-logo{width:80px;height:80px;object-fit:contain;margin-bottom:24px;border-radius:12px;box-shadow:0 2px 12px #ffffff1a}.no-page-back-btn{margin-top:32px;padding:12px 32px;background:#43e97b;color:#232230;border:none;border-radius:8px;font-size:18px;font-weight:500;cursor:pointer;box-shadow:0 2px 8px #43e97b1a}.delete-container{margin:20px auto;width:300px;padding:15px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;text-align:center;font-family:Arial,sans-serif}.delete-input{width:90%;padding:8px;margin:10px 0;border:1px solid #bbb;border-radius:4px;font-size:16px}.delete-button{background-color:#d9534f;color:#fff;padding:10px 20px;font-size:16px;border:none;border-radius:4px;cursor:pointer}.delete-button:hover{background-color:#c9302c}.delete-message{margin-top:15px;font-size:14px;color:#555}
