body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#fb8500;--primary-dark:#e85d04;--primary-light:#fff3e0;--surface:#fff;--surface-2:#f8f9fa;--surface-3:#f0f1f3;--text-primary:#1f2933;--text-secondary:#616e7c;--text-muted:#9aa5b1;--border:#e4e7eb;--border-strong:#cbd2d9;--accent-blue:#5784e8;--accent-cyan:#06b6d4;--accent-green:#00cd50;--status-success:#00cd50;--status-error:#ff647c;--status-warning:#ffde70;--status-info:#5784e8;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--bottom-nav-h:64px;--top-nav-h:60px}body,html{overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;color:#1f2933;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:15px;line-height:1.5}.app-shell,body{background:#f8f9fa;background:var(--surface-2)}.app-shell{display:flex;flex-direction:column;margin:0 auto;max-width:480px;min-height:100vh;overflow-x:hidden;position:relative}.app-content{flex:1 1;overflow-y:auto;padding-bottom:100px;padding-top:60px;padding-top:var(--top-nav-h)}html{overflow-y:scroll}::-webkit-scrollbar{width:0}.bottom-nav-wrapper,.top-nav-wrapper{display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;z-index:100}.top-nav-wrapper{top:0}.bottom-nav-wrapper{bottom:0}.top-nav{background:#fff;background:var(--surface);border-bottom:1px solid #e4e7eb;border-bottom:1px solid var(--border);height:60px;height:var(--top-nav-h);justify-content:space-between;max-width:480px;padding:0 16px;pointer-events:auto;width:100%}.top-nav,.top-nav-logo{align-items:center;display:flex}.top-nav-logo{gap:8px}.top-nav-logo .panda-icon{align-items:center;background:#fb8500;background:var(--primary);border-radius:10px;display:flex;font-size:18px;height:34px;justify-content:center;width:34px}.top-nav-logo span{color:#1f2933;color:var(--text-primary);font-size:17px;font-weight:700;letter-spacing:-.3px}.top-nav-logo span em{color:#fb8500;color:var(--primary);font-style:normal}.top-nav-tabs{background:#f0f1f3;background:var(--surface-3);border-radius:10px;display:flex;gap:4px;padding:3px}.top-nav-tab{background:#0000;border:none;border-radius:7px;color:#616e7c;color:var(--text-secondary);cursor:pointer;font-size:13px;font-weight:500;padding:5px 12px;transition:all .15s;white-space:nowrap}.top-nav-tab.active{background:#fff;background:var(--surface);box-shadow:0 1px 3px #00000014;color:#1f2933;color:var(--text-primary)}.top-nav-actions{display:flex;gap:4px}.icon-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#616e7c;color:var(--text-secondary);cursor:pointer;display:flex;height:34px;justify-content:center;transition:background .15s;width:34px}.icon-btn:hover{background:#f0f1f3;background:var(--surface-3)}.notification-dot{position:relative}.notification-dot:after{background:#ef4444;border:1.5px solid #fff;border:1.5px solid var(--surface);border-radius:50%;content:"";height:7px;position:absolute;right:6px;top:6px;width:7px}.bottom-nav{background:#fff;background:var(--surface);border-top:1px solid #e4e7eb;border-top:1px solid var(--border);height:64px;height:var(--bottom-nav-h);justify-content:space-around;max-width:480px;padding:0 8px;pointer-events:auto;width:100%}.bottom-nav,.bottom-nav-item{align-items:center;display:flex}.bottom-nav-item{background:#0000;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#9aa5b1;color:var(--text-muted);cursor:pointer;flex:1 1;flex-direction:column;gap:3px;padding:8px 4px;transition:all .15s}.bottom-nav-item.active{color:#fb8500;color:var(--primary)}.bottom-nav-item .nav-icon{align-items:center;display:flex;height:24px;justify-content:center;position:relative;width:24px}.bottom-nav-item .nav-badge{align-items:center;background:#ef4444;border:1.5px solid #fff;border:1.5px solid var(--surface);border-radius:8px;color:#fff;display:flex;font-size:9px;font-weight:700;height:15px;justify-content:center;min-width:15px;padding:0 3px;position:absolute;right:-5px;top:-3px}.bottom-nav-item span{font-size:10px;font-weight:500}.bottom-nav-item .nav-active-dot{background:#fb8500;background:var(--primary);border-radius:50%;height:4px;margin-top:1px;width:4px}.page-section{padding:16px}.page-section+.page-section{padding-top:0}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.section-title{color:#1f2933;color:var(--text-primary);font-size:15px;font-weight:700}.section-link{background:none;border:none;color:#fb8500;color:var(--primary);cursor:pointer;font-size:13px;font-weight:500;padding:0}.card{background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);overflow:hidden}.card+.card{margin-top:10px}.avatar{align-items:center;background:#fff3e0;background:var(--primary-light);border-radius:50%;color:#e85d04;color:var(--primary-dark);display:flex;flex-shrink:0;font-size:13px;font-weight:700;justify-content:center}.avatar-sm{font-size:12px;height:32px;width:32px}.avatar-md{font-size:14px;height:40px;width:40px}.avatar-lg{font-size:16px;height:52px;width:52px}.avatar-xl{font-size:22px;height:72px;width:72px}.post-card{background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);padding:14px}.post-card+.post-card{margin-top:10px}.post-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.post-meta h4{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:600}.post-meta span{color:#9aa5b1;color:var(--text-muted);font-size:12px}.post-body{color:#616e7c;color:var(--text-secondary);font-size:14px;line-height:1.6;margin-bottom:12px}.post-actions{border-top:1px solid #e4e7eb;border-top:1px solid var(--border);display:flex;gap:16px;margin-top:2px;padding-top:10px}.post-action-btn{align-items:center;background:none;border:none;border-radius:6px;color:#9aa5b1;color:var(--text-muted);cursor:pointer;display:flex;font-size:13px;gap:5px;padding:2px 4px;transition:all .15s}.post-action-btn:hover{background:#f0f1f3;background:var(--surface-3);color:#1f2933;color:var(--text-primary)}.post-action-btn.liked{color:#ef4444}.opp-card{background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);padding:14px}.opp-card+.opp-card{margin-top:10px}.opp-header{align-items:flex-start;display:flex;gap:12px;margin-bottom:10px}.opp-logo{align-items:center;background:#fff3e0;background:var(--primary-light);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#e85d04;color:var(--primary-dark);display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:44px;justify-content:center;width:44px}.opp-info h3{color:#1f2933;color:var(--text-primary);font-size:15px;font-weight:600;margin-bottom:2px}.opp-info p{color:#616e7c;color:var(--text-secondary);font-size:13px}.opp-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.opp-meta-item{align-items:center;color:#616e7c;color:var(--text-secondary);display:flex;font-size:12px;gap:4px}.opp-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tag{background:#f0f1f3;background:var(--surface-3);border-radius:20px;color:#616e7c;color:var(--text-secondary);font-size:12px;font-weight:500;padding:3px 10px}.tag.primary{background:#fff3e0;background:var(--primary-light);color:#e85d04;color:var(--primary-dark)}.opp-footer{align-items:center;border-top:1px solid #e4e7eb;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding-top:10px}.deadline-text{color:#9aa5b1;color:var(--text-muted);font-size:12px}.btn{border:none;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:8px 18px;transition:all .15s}.btn-primary{background:#fb8500;background:var(--primary);color:#fff}.btn-primary:hover{background:#e85d04;background:var(--primary-dark)}.btn-outline{background:#0000;border:1px solid #cbd2d9;border:1px solid var(--border-strong);color:#1f2933;color:var(--text-primary)}.btn-outline:hover{background:#f0f1f3;background:var(--surface-3)}.btn-sm{font-size:12px;padding:6px 14px}.chat-item{align-items:center;cursor:pointer;display:flex;gap:12px;padding:12px 16px;transition:background .1s}.chat-item:hover{background:#f0f1f3;background:var(--surface-3)}.chat-item+.chat-item{border-top:1px solid #e4e7eb;border-top:1px solid var(--border)}.chat-avatar-wrap{position:relative}.online-dot{background:#22c55e;border:2px solid #fff;border:2px solid var(--surface);border-radius:50%;bottom:1px;height:10px;position:absolute;right:1px;width:10px}.chat-info{flex:1 1;min-width:0}.chat-info-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px}.chat-name{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:600}.chat-time{color:#9aa5b1;color:var(--text-muted);font-size:11px}.chat-preview{color:#616e7c;color:var(--text-secondary);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-unread{align-items:center;background:#fb8500;background:var(--primary);border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;padding:0 5px}.filter-row{display:flex;gap:8px;overflow-x:auto;padding:0 16px 12px;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.chip{background:#fff;background:var(--surface);border:1.5px solid #e4e7eb;border:1.5px solid var(--border);border-radius:20px;color:#616e7c;color:var(--text-secondary);cursor:pointer;flex-shrink:0;font-size:13px;font-weight:500;padding:6px 14px;transition:all .15s;white-space:nowrap}.chip.active{border-color:#fb8500;border-color:var(--primary);color:#fff}.chip.active,.home-hero{background:#fb8500;background:var(--primary)}.home-hero{overflow:hidden;padding:20px 16px 24px;position:relative}.home-hero:before{background:#ffffff12;height:120px;right:-20px;top:-20px;width:120px}.home-hero:after,.home-hero:before{border-radius:50%;content:"";position:absolute}.home-hero:after{background:#ffffff0d;bottom:-30px;height:80px;right:30px;width:80px}.hero-greeting{color:#ffffffbf;font-size:13px;margin-bottom:4px}.hero-name{color:#fff;font-size:22px;font-weight:700;margin-bottom:16px}.hero-stats{display:flex;gap:10px}.hero-stat{background:#ffffff26;border-radius:12px;border-radius:var(--radius-md);flex:1 1;padding:10px 14px}.hero-stat-value{color:#fff;font-size:20px;font-weight:700}.hero-stat-label{color:#ffffffb3;font-size:11px;margin-top:2px}.academy-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);padding:16px}.academy-item{align-items:center;background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:16px 10px;text-align:center;transition:all .15s}.academy-item.active,.academy-item:hover{background:#fff3e0;background:var(--primary-light);border-color:#fb8500;border-color:var(--primary)}.academy-icon{align-items:center;border-radius:12px;display:flex;font-size:20px;height:44px;justify-content:center;width:44px}.academy-label{color:#1f2933;color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.3}.profile-hero{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #e4e7eb;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:10px;padding:24px 16px}.profile-name{color:#1f2933;color:var(--text-primary);font-size:20px;font-weight:700;text-align:center}.profile-role{color:#616e7c;color:var(--text-secondary);font-size:13px;text-align:center}.profile-badge{background:#fff3e0;background:var(--primary-light);border-radius:20px;color:#e85d04;color:var(--primary-dark);font-size:12px;font-weight:600;margin-top:4px;padding:4px 14px}.profile-stats{border-top:1px solid #e4e7eb;border-top:1px solid var(--border);display:flex;gap:0;margin-top:8px;width:100%}.profile-stat{border-right:1px solid #e4e7eb;border-right:1px solid var(--border);flex:1 1;padding:12px 0;text-align:center}.profile-stat:last-child{border-right:none}.profile-stat-value{color:#1f2933;color:var(--text-primary);font-size:18px;font-weight:700}.profile-stat-label{color:#9aa5b1;color:var(--text-muted);font-size:11px;margin-top:2px}.menu-item{align-items:center;background:#fff;background:var(--surface);cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .1s}.menu-item:hover{background:#f0f1f3;background:var(--surface-3)}.menu-item+.menu-item{border-top:1px solid #e4e7eb;border-top:1px solid var(--border)}.menu-item-left{gap:12px}.menu-icon,.menu-item-left{align-items:center;display:flex}.menu-icon{background:#f0f1f3;background:var(--surface-3);border-radius:10px;color:#616e7c;color:var(--text-secondary);height:36px;justify-content:center;width:36px}.menu-label{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:500}.menu-sub{color:#9aa5b1;color:var(--text-muted);font-size:12px;margin-top:1px}.schedule-item{background:#fff;background:var(--surface);border:1px solid #e4e7eb;border-left:3px solid #cbd2d9;border:1px solid var(--border);border-left:3px solid var(--border-strong);border-radius:16px;border-radius:var(--radius-lg);padding:14px 16px}.schedule-item.today{border-left-color:#fb8500;border-left-color:var(--primary)}.schedule-item.upcoming{border-left-color:#5784e8;border-left-color:var(--accent-blue)}.schedule-item.completed{border-left-color:#9aa5b1;border-left-color:var(--text-muted);opacity:.7}.schedule-item+.schedule-item{margin-top:10px}.schedule-subject{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:600;margin-bottom:4px}.schedule-meta{color:#616e7c;color:var(--text-secondary);display:flex;flex-direction:column;font-size:12px;gap:2px}.status-badge{border-radius:20px;display:inline-block;font-size:11px;font-weight:600;padding:2px 10px}.status-today{background:#fff3e0;background:var(--primary-light);color:#e85d04;color:var(--primary-dark)}.status-upcoming{background:#eff6ff;color:#1d4ed8}.status-completed{background:#f0f1f3;background:var(--surface-3);color:#9aa5b1;color:var(--text-muted)}.status-approved{background:#f0fdf4;color:#166534}.status-pending{background:#fffbeb;color:#92400e}.status-rejected{background:#fef2f2;color:#991b1b}.payslip-row{align-items:center;background:#fff;background:var(--surface);cursor:pointer;display:flex;justify-content:space-between;padding:14px 16px;transition:background .1s}.payslip-row:hover{background:#f0f1f3;background:var(--surface-3)}.payslip-row+.payslip-row{border-top:1px solid #e4e7eb;border-top:1px solid var(--border)}.payslip-month{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:600}.payslip-net{color:#fb8500;color:var(--primary);font-size:15px;font-weight:700}.info-box{background:#fff3e0;background:var(--primary-light);border:1px solid #00a86b33;border-radius:12px;border-radius:var(--radius-md);margin:0 16px 16px;padding:12px 14px}.info-box p{color:#e85d04;color:var(--primary-dark);font-size:13px}.student-card{background:linear-gradient(135deg,#00a86b,#007a4d);border-radius:20px;border-radius:var(--radius-xl);color:#fff;margin:16px;overflow:hidden;padding:24px;position:relative}.student-card:before{background:#ffffff14;height:130px;right:-30px;top:-30px;width:130px}.student-card:after,.student-card:before{border-radius:50%;content:"";position:absolute}.student-card:after{background:#ffffff0d;bottom:-40px;height:100px;left:20px;width:100px}.student-card-logo{font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:20px;opacity:.8;text-transform:uppercase}.student-card-avatar{align-items:center;background:#fff3;border:2px solid #fff6;border-radius:50%;display:flex;font-size:22px;font-weight:700;height:60px;justify-content:center;margin-bottom:12px;width:60px}.student-card-name{font-size:20px;font-weight:700;margin-bottom:4px}.student-card-sub{font-size:13px;margin-bottom:20px;opacity:.75}.student-card-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.student-card-field label{display:block;font-size:10px;letter-spacing:.8px;margin-bottom:2px;opacity:.6;text-transform:uppercase}.student-card-field span{font-size:13px;font-weight:600}.search-bar{align-items:center;background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-md);display:flex;gap:10px;height:42px;margin:12px 16px;padding:0 12px}.search-bar input{background:#0000;border:none;color:#1f2933;color:var(--text-primary);flex:1 1;font-size:14px;outline:none}.empty-state,.search-bar input::placeholder{color:#9aa5b1;color:var(--text-muted)}.empty-state{padding:48px 24px;text-align:center}.empty-icon{display:block;font-size:40px;margin-bottom:12px}.empty-title{color:#616e7c;color:var(--text-secondary);font-size:16px;font-weight:600;margin-bottom:6px}.empty-sub{font-size:13px}.help-item{align-items:flex-start;background:#fff;background:var(--surface);cursor:pointer;display:flex;gap:12px;padding:14px 16px;transition:background .1s}.help-item:hover{background:#f0f1f3;background:var(--surface-3)}.help-item+.help-item{border-top:1px solid #e4e7eb;border-top:1px solid var(--border)}.help-icon{align-items:center;background:#fff3e0;background:var(--primary-light);border-radius:10px;display:flex;flex-shrink:0;font-size:18px;height:38px;justify-content:center;width:38px}.help-title{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:600;margin-bottom:3px}.help-sub{color:#9aa5b1;color:var(--text-muted);font-size:12px;line-height:1.4}.learning-module{align-items:flex-start;background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);display:flex;gap:12px;padding:14px}.learning-module+.learning-module{margin-top:10px}.module-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:22px;height:46px;justify-content:center;width:46px}.module-title{color:#1f2933;color:var(--text-primary);font-size:14px;font-weight:600;margin-bottom:3px}.module-sub{color:#9aa5b1;color:var(--text-muted);font-size:12px;margin-bottom:8px}.progress-bar{background:#f0f1f3;background:var(--surface-3);border-radius:2px;height:4px;margin-bottom:4px;overflow:hidden}.progress-fill{background:#fb8500;background:var(--primary);border-radius:2px;height:100%}.progress-label{color:#9aa5b1;color:var(--text-muted);font-size:11px}.leave-balance-row{display:flex;gap:10px;padding:0 16px 16px}.leave-balance-card{background:#fff;background:var(--surface);border:1px solid #e4e7eb;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius-md);flex:1 1;padding:12px;text-align:center}.leave-balance-value{color:#1f2933;color:var(--text-primary);font-size:22px;font-weight:700}.leave-balance-label{color:#9aa5b1;color:var(--text-muted);font-size:11px;margin-top:2px}.divider{background:#f8f9fa;background:var(--surface-2);border-bottom:1px solid #e4e7eb;border-bottom:1px solid var(--border);border-top:1px solid #e4e7eb;border-top:1px solid var(--border);height:8px;margin:4px 0}
/*# sourceMappingURL=main.072d54c5.css.map*/