*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#2d3748;background:#f0f2f5;line-height:1.5}a{text-decoration:none;color:inherit}button{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c4cdd5;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}::selection{background:#4a90a433;color:#1b2a4a}.app-layout{display:flex;min-height:100vh;background:#f0f2f5;font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,sans-serif}.sidebar{width:220px;background:#1b2a4a;display:flex;flex-direction:column;flex-shrink:0;box-shadow:2px 0 12px #1b2a4a26;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-header{padding:24px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-logo{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.sidebar-logo-bl{font-size:36px;font-weight:900;color:#fff;letter-spacing:4px}.sidebar-logo-capital{font-size:13px;font-weight:600;color:#ffffffd9;letter-spacing:7px;margin-top:1px}.sidebar-user{padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:flex-start;gap:8px}.sidebar-user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#4a90a4,#6bb5c9);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;margin-bottom:4px}.sidebar-user-name{color:#ffffffe6;font-size:14px;font-weight:500}.btn-logout{background:#4a90a4;color:#fff;border:none;padding:7px 18px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.3px}.btn-logout:hover{background:#3d7a8d;transform:translateY(-1px);box-shadow:0 2px 8px #4a90a44d}.sidebar-nav{padding:16px 12px;display:flex;flex-direction:column;gap:4px;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 16px;color:#ffffffb3;text-decoration:none;border-radius:8px;font-size:14px;font-weight:500;transition:all .2s ease}.nav-item:hover{background:#ffffff14;color:#fffffff2}.nav-item.active{background:#4a90a433;color:#fff;font-weight:600}.nav-item.active svg{color:#6bb5c9}.main-content{flex:1;margin-left:220px;display:flex;flex-direction:column;min-height:100vh}.main-header{background:#fff;padding:18px 32px;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a}.header-welcome{font-size:16px;font-weight:400;color:#4a5568;margin:0}.header-welcome span{font-weight:600;color:#1b2a4a}.main-body{flex:1;padding:28px 32px}@media(max-width:768px){.sidebar{width:200px}.main-content{margin-left:200px}.main-body{padding:20px}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f2f5,#e8edf2,#dce3eb);font-family:Segoe UI,Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:20px}.login-container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:0}.login-logo-header{background:#1b2a4a;width:100%;padding:32px 24px;display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #1b2a4a26}.login-logo-text{display:flex;flex-direction:column;align-items:center;line-height:1}.logo-bl{font-size:48px;font-weight:900;color:#fff;letter-spacing:6px;font-family:Segoe UI,Inter,sans-serif}.logo-capital{font-size:18px;font-weight:600;color:#fff;letter-spacing:10px;margin-top:2px;font-family:Segoe UI,Inter,sans-serif}.login-card{background:#fff;width:100%;padding:40px 36px 36px;border-radius:0 0 16px 16px;box-shadow:0 8px 32px #1b2a4a1f,0 2px 8px #0000000f;display:flex;flex-direction:column;align-items:center}.login-title{font-size:26px;font-weight:600;color:#1b2a4a;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;letter-spacing:.5px}.login-divider{width:50px;height:3px;background:linear-gradient(90deg,#4a90a4,#6bb5c9);border-radius:2px;margin-bottom:32px}.google-btn-wrapper{width:100%;display:flex;justify-content:center;margin-bottom:20px;min-height:50px}.google-login-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:320px;padding:12px 24px;background:#fff;border:1px solid #dadce0;border-radius:8px;cursor:pointer;font-family:Segoe UI,Inter,-apple-system,sans-serif;font-size:15px;font-weight:500;color:#3c4043;transition:all .2s ease}.google-login-btn:hover{background:#f7f8f8;box-shadow:0 1px 3px #3c404326;border-color:#c6c8ca}.google-login-btn:active{background:#eef0f1}.google-icon{flex-shrink:0}.login-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:12px 0;color:#5a6d80;font-size:14px}.login-error{display:flex;align-items:center;gap:8px;background:#fef2f2;color:#dc2626;padding:10px 16px;border-radius:8px;font-size:13px;margin-bottom:16px;width:100%;border:1px solid #fecaca;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-hint{font-size:13px;color:#8896a6;margin:0;text-align:center}.login-hint strong{color:#4a90a4;font-weight:600}.login-footer{margin-top:24px;text-align:center}.login-footer p{font-size:12px;color:#a0aec0;margin:0}.loading-spinner{width:28px;height:28px;border:3px solid #e2e8f0;border-top:3px solid #4A90A4;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f2f5}@media(max-width:480px){.login-container{max-width:100%}.login-card{padding:32px 24px 28px}.login-logo-header{padding:24px 20px}.logo-bl{font-size:40px}.logo-capital{font-size:15px;letter-spacing:8px}}.dashboard{max-width:720px}.dashboard-greeting{margin-bottom:28px}.dashboard-greeting h1{font-size:28px;font-weight:700;color:#1b2a4a;margin:0 0 6px}.dashboard-greeting p{font-size:15px;color:#6b7c8d;margin:0}.faq-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;overflow:hidden;border:1px solid #e8ecf0}.faq-header{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#f0f2f5;border-bottom:1px solid #e2e8f0;font-size:15px;font-weight:600;color:#1b2a4a}.faq-header svg:first-child{color:#4a90a4}.faq-header-chevron{margin-left:auto;color:#8896a6;transition:transform .3s ease}.faq-header-chevron.open{transform:rotate(180deg)}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #f0f2f5}.faq-item:last-child{border-bottom:none}.faq-question{display:flex;align-items:center;gap:10px;width:100%;padding:14px 20px;background:none;border:none;cursor:pointer;font-size:14px;color:#3a4a5c;text-align:left;transition:background .2s ease;font-family:inherit}.faq-question:hover{background:#f8f9fb}.faq-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#e8f4f8;color:#4a90a4;font-size:12px;font-weight:700;flex-shrink:0}.faq-text{flex:1}.faq-chevron{color:#a0aec0;transition:transform .3s ease;flex-shrink:0}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer p{padding:0 20px 16px 52px;margin:0;font-size:13px;color:#6b7c8d;line-height:1.6}
