.top-bar-switcher{display:flex;align-items:center;gap:.35rem;flex:1;justify-content:center;overflow-x:auto;scrollbar-width:none;padding:0 .5rem}.top-bar-switcher::-webkit-scrollbar{display:none}.tsw-chip{padding:.3rem .75rem;border-radius:99px;border:1.5px solid var(--border);background:var(--white);font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;white-space:nowrap;font-family:inherit;transition:all .15s}.tsw-chip.active{border-color:var(--green);background:var(--green-light);color:var(--green)}.tsw-chip:hover:not(.active){border-color:#d1d5db;color:var(--mid)}*,*:before,*:after{box-sizing:border-box}:root{--green: #2D6A4F;--green-dark: #1B4332;--green-light: #F0FDF4;--green-mid: #52B788;--gold: #F4A261;--cream: #FAFAF8;--white: #FFFFFF;--ink: #1A1A1A;--mid: #374151;--muted: #6B7280;--border: #E5E7EB;--bg: #F8FAF9;--radius: 12px;--radius-sm: 8px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-height: 64px;--top-height: 56px}html,body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;overscroll-behavior:none}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-shell.has-nav{padding-bottom:calc(var(--nav-height) + var(--safe-bottom))}.top-bar{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);padding-top:var(--safe-top)}.top-bar-inner{display:flex;align-items:center;justify-content:space-between;height:var(--top-height);padding:0 1rem}.top-bar-brand{display:flex;align-items:center;gap:.6rem}.top-bar-logo{width:32px;height:32px;border-radius:8px}.top-bar-titles{display:flex;flex-direction:column;line-height:1.1}.top-bar-name{font-size:.9rem;font-weight:800;color:var(--green)}.top-bar-sub{font-size:.65rem;color:var(--muted);letter-spacing:.03em}.top-bar-right{display:flex;align-items:center;gap:.75rem}.top-bar-student{font-size:.8rem;color:var(--muted)}.top-bar-avatar{width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;border:none;font-size:.8rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center}.page-content{flex:1;overflow-y:auto}.page-view{padding:1rem 1rem 1.5rem;max-width:600px;margin:0 auto}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--white);border-top:1px solid var(--border);display:flex;padding-bottom:var(--safe-bottom);height:calc(var(--nav-height) + var(--safe-bottom));box-shadow:0 -2px 12px #0000000f}.bn-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);text-decoration:none;font-size:.65rem;font-weight:600;padding:.5rem 0;transition:color .15s}.bn-item:hover,.bn-active{color:var(--green)}.bn-active svg{transform:scale(1.08)}.card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);padding:1rem;margin-bottom:.75rem;box-shadow:var(--shadow)}.card-title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin:0 0 .6rem}.card-value{font-size:1.6rem;font-weight:900;color:var(--ink);line-height:1}.card-label{font-size:.78rem;color:var(--muted);margin-top:.25rem}.section-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.section-title{font-size:1rem;font-weight:800;color:var(--ink);margin:0}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:99px;font-size:.72rem;font-weight:700}.badge-green{background:#d1fae5;color:#065f46}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-amber{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-grey{background:#f3f4f6;color:#6b7280}.progress-bar{height:6px;background:var(--border);border-radius:3px;overflow:hidden;margin:.4rem 0}.progress-fill{height:100%;background:var(--green);border-radius:3px;transition:width .3s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:700;cursor:pointer;border:none;font-family:inherit;transition:opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--green);color:#fff;width:100%}.btn-primary:hover:not(:disabled){background:var(--green-dark)}.btn-outline{background:none;color:var(--green);border:1.5px solid var(--green)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.field label{font-size:.82rem;font-weight:700;color:var(--mid)}.field input,.field select{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-family:inherit;outline:none;background:var(--white);width:100%}.field input:focus,.field select:focus{border-color:var(--green)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--muted)}.empty-state svg{opacity:.3;margin-bottom:.75rem}.empty-state p{font-size:.875rem;line-height:1.6}.spinner{display:flex;justify-content:center;padding:2rem}.spinner:after{content:"";width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-msg{background:#fee2e2;color:#991b1b;border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.fade-enter-active,.fade-leave-active{transition:opacity .15s}.fade-enter-from,.fade-leave-to{opacity:0}.text-muted{color:var(--muted)}.text-green{color:var(--green)}.text-sm{font-size:.82rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}
