@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";.sidebar{position:fixed;left:0;top:0;height:100vh;background:linear-gradient(135deg,#1e40af,#3b82f6,#06b6d4);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:0 10px 30px #0000001a;border-right:1px solid rgba(255,255,255,.1);margin-top:70px}.sidebar-open{width:235px}.sidebar-closed{width:70px}.sidebar-header{padding:20px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.sidebar-logo{display:flex;align-items:center;gap:15px}.sidebar-logo-icon{width:45px;height:45px;background:#ffffff26;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.sidebar-logo-text{color:#fff}.sidebar-title{font-size:18px;font-weight:700;margin:0;letter-spacing:-.5px}.sidebar-subtitle{font-size:12px;margin:4px 0 0;opacity:.8;font-weight:400}.sidebar-close-btn{background:#ffffff1a;border:none;width:35px;height:35px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.sidebar-close-btn:hover{background:#fff3;transform:scale(1.05)}.sidebar-school-card{margin:20px;background:#ffffff1a;border-radius:16px;padding:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.school-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}.school-icon{width:40px;height:40px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.school-info{flex:1}.school-name{font-size:14px;font-weight:600;color:#fff;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.school-npsn{font-size:11px;color:#fffc;margin:4px 0 0;font-weight:500}.school-status{display:flex;justify-content:flex-end}.status-badge{padding:4px 10px;border-radius:20px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.admin{background:#ffc10733;color:gold;border:1px solid rgba(255,193,7,.3)}.status-badge.user{background:#28a74533;color:#4ade80;border:1px solid rgba(40,167,69,.3)}.sidebar-nav{padding:20px 0;flex:1;overflow-y:auto}.nav-section{margin-bottom:25px}.nav-section-title{padding:0 25px 10px;font-size:11px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:1px}.sidebar-nav-link{display:flex;align-items:center;justify-content:space-between;padding:12px 25px;color:#fffc;text-decoration:none;transition:all .3s ease;margin:2px 15px;border-radius:12px;position:relative;overflow:hidden}.nav-link-content{display:flex;align-items:center;gap:15px}.sidebar-nav-link-icon{font-size:18px;transition:all .3s ease}.sidebar-nav-link-text{font-size:14px;font-weight:500;letter-spacing:-.2px}.nav-link-arrow{width:6px;height:6px;border-right:2px solid rgba(255,255,255,.4);border-bottom:2px solid rgba(255,255,255,.4);transform:rotate(-45deg);transition:all .3s ease}.sidebar-nav-link:hover{background:#ffffff1a;color:#fff;transform:translate(5px)}.sidebar-nav-link:hover .nav-link-arrow{transform:rotate(-45deg) translate(3px);border-color:#fff}.sidebar-nav-link-active{background:#ffffff26;color:#fff;box-shadow:0 4px 15px #0000001a}.sidebar-nav-link-active:before{content:"";position:absolute;left:0;top:50%;width:4px;height:25px;background:#fff;border-radius:0 4px 4px 0;transform:translateY(-50%)}.sidebar-nav-link-active .sidebar-nav-link-icon{color:#fff;transform:scale(1.1)}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.footer-content{text-align:center;color:#fff9}.footer-text{font-size:11px;font-weight:600;margin:0}.footer-subtext{font-size:10px;margin:4px 0 0;opacity:.8}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999;display:none}@media (max-width: 1024px){.sidebar-overlay{display:block}.sidebar-open{width:280px;margin-top:60px}.sidebar-closed{width:0;overflow:hidden}}@media (max-width: 992px){.sidebar-open{width:70px}.sidebar-header .sidebar-logo-text,.sidebar-school-card,.sidebar-nav .nav-section-title,.sidebar-nav-link-text,.nav-link-arrow,.sidebar-footer{display:none!important}.sidebar-nav-link{padding:12px 20px;justify-content:center;margin:2px 0}.sidebar-header{justify-content:center}.sidebar-close-btn{display:none}}.topbar{position:fixed;top:0;left:0;right:0;height:70px;background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 25px;z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014}.topbar-logo{height:40px;width:auto;margin-right:-15px;gap:10px}.topbar-left{display:flex;align-items:center;gap:20px}.topbar-menu-btn{width:45px;height:45px;border:none;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#64748b;font-size:16px}.topbar-menu-btn:hover{background:#e2e8f0;color:#475569;transform:scale(1.05)}.topbar-title h1{font-size:20px;color:#1e293b;margin-left:20px;font-weight:700}.topbar-title p{font-size:13px;color:#64748b;margin-left:20px;font-weight:500}.topbar-center{flex:1;display:flex;justify-content:center;max-width:400px;margin:0 20px}.topbar-school-info{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#667eea,#764ba2);padding:12px 20px;border-radius:16px;color:#fff;box-shadow:0 4px 15px #667eea4d;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.school-icon{font-size:18px;opacity:.9}.school-details{display:flex;flex-direction:column;gap:2px}.school-name{font-size:14px;font-weight:600;line-height:1.2}.school-npsn{font-size:11px;opacity:.8;font-weight:500}.topbar-right{display:flex;align-items:center;gap:15px}.topbar-notification{position:relative;width:45px;height:45px;border:none;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#64748b;font-size:16px}.topbar-notification:hover{background:#e2e8f0;color:#475569;transform:scale(1.05)}.topbar-notification-badge{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:10px;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;animation:pulse 2s infinite}.notification-tooltip{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:6px 12px;border-radius:8px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000}.topbar-notification:hover .notification-tooltip{opacity:1;visibility:visible;bottom:-40px}.notification-tooltip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #1f2937}.topbar-user{position:relative}.topbar-user-btn{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:8px 15px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.topbar-user-btn:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 15px #0000001a}.topbar-user-avatar{position:relative;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #e2e8f0}.avatar-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}.avatar-initial{color:#fff;font-weight:600;font-size:16px}.online-indicator{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#10b981;border:2px solid white;border-radius:50%}.topbar-user-info{display:flex;flex-direction:column;align-items:flex-start}.topbar-user-name{font-size:14px;font-weight:600;color:#1e293b;margin:0;line-height:1.2;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-user-role{font-size:12px;color:#64748b;margin:1px 0 0;font-weight:500}.dropdown-arrow{width:8px;height:8px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:rotate(45deg);transition:all .3s ease;margin-left:8px}.topbar-user-btn:hover .dropdown-arrow{border-color:#64748b}.topbar-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:300px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 40px #00000026;z-index:1000;overflow:hidden;animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1)}.topbar-dropdown-header{padding:25px 20px 20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:15px}.dropdown-avatar{width:55px;height:55px;border-radius:16px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid white;box-shadow:0 4px 12px #0000001a}.dropdown-avatar .avatar-image{border-radius:13px}.dropdown-avatar .avatar-initial{font-size:20px}.dropdown-user-info{flex:1}.dropdown-user-name{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 4px;line-height:1.2}.dropdown-user-email{font-size:13px;color:#64748b;margin:0 0 8px;word-break:break-all}.role-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.role-badge.admin{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}.role-badge.user{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.dropdown-menu{padding:15px 0}.topbar-dropdown-btn{width:100%;display:flex;align-items:center;gap:15px;padding:12px 20px;border:none;background:none;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.topbar-dropdown-btn:hover{background:#f8fafc;color:#1e293b}.topbar-dropdown-btn svg{font-size:16px;color:#64748b}.topbar-dropdown-btn:hover svg{color:#475569}.dropdown-divider{height:1px;background:#e2e8f0;margin:10px 0}.topbar-dropdown-btn-logout{width:100%;display:flex;align-items:center;gap:15px;padding:12px 20px;border:none;background:none;color:#ef4444;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left}.topbar-dropdown-btn-logout:hover{background:#fef2f2;color:#dc2626}.topbar-dropdown-btn-logout svg{font-size:16px}@media (max-width: 768px){.topbar{height:55px;padding:0 8px}.topbar-menu-btn,.topbar-notification{width:36px;height:36px;font-size:14px;border-radius:8px}.topbar-logo-disdik{display:none}.topbar-logo-group .topbar-logo-small{height:30px}.topbar-title,.topbar-user-info{display:none}.topbar-user-btn{padding:4px 6px;gap:0;border-radius:12px}.topbar-user-avatar{width:30px;height:30px;border-radius:8px}.dropdown-arrow{display:none}.topbar-dropdown{width:200px;right:5px}.topbar-notification-dropdown{width:95vw;max-width:300px;right:5px}.topbar-dropdown-header{padding:15px 10px;flex-direction:column;text-align:center;align-items:center}.dropdown-user-info{text-align:center}.dropdown-avatar{margin-bottom:10px}.dropdown-menu{padding:10px 0}.topbar-dropdown-btn,.topbar-dropdown-btn-logout{padding:10px 15px;font-size:13px}}@media (max-width: 480px){.topbar{padding:0 5px}.topbar-left{gap:5px}.topbar-logo-group .topbar-logo-small{height:25px}.topbar-menu-btn,.topbar-notification,.topbar-user-avatar{width:32px;height:32px}.topbar-user-btn{padding:3px 5px}.topbar-notification-dropdown{max-width:240px}.topbar-dropdown{width:280px}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:modalFadeIn .3s ease}.profile-modal{background:#fff;border-radius:24px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px #00000040;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:25px 30px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:20px;font-weight:700;color:#1e293b;margin:0}.modal-close{width:40px;height:40px;border:none;background:#f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#64748b;transition:all .2s ease}.modal-close:hover{background:#e2e8f0;color:#475569}.modal-content{padding:30px}.profile-avatar-section{text-align:center;margin-bottom:30px}.profile-avatar-container{position:relative;display:inline-block;margin-bottom:20px}.profile-avatar-large{width:100px;height:100px;border-radius:24px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid white;box-shadow:0 10px 30px #00000026;font-size:36px;font-weight:700;color:#fff}.profile-avatar-large img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.change-photo-btn{position:absolute;bottom:-5px;right:-5px;width:35px;height:35px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:3px solid white;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:14px;transition:all .3s ease}.change-photo-btn:hover{transform:scale(1.1);box-shadow:0 5px 15px #3b82f666}.profile-avatar-section h3{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 5px}.profile-avatar-section p{font-size:14px;color:#64748b;margin:0}.profile-section{margin-bottom:25px}.profile-section h4{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 15px;display:flex;align-items:center;gap:10px}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.profile-field{background:#f8fafc;padding:15px;border-radius:12px;border:1px solid #e2e8f0}.profile-field label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.profile-field p{font-size:14px;font-weight:500;color:#1e293b;margin:0;word-break:break-word}.status-active{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:20px;font-size:12px;font-weight:600}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 30px;border-top:1px solid #e2e8f0}.btn-secondary{padding:10px 20px;border:1px solid #d1d5db;background:#fff;color:#6b7280;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-primary{padding:10px 20px;border:none;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1024px){.topbar{padding:0 15px}.topbar-center{display:none}.topbar-title h1{font-size:18px}.topbar-title p{font-size:12px}}@media (max-width: 768px){.topbar{height:60px}.topbar-left{gap:15px}.topbar-title h1{font-size:16px}.topbar-title p,.topbar-user-info,.dropdown-arrow{display:none}.topbar-dropdown{width:280px;right:-10px}.profile-modal{margin:20px;max-height:calc(100vh - 40px)}.profile-grid{grid-template-columns:1fr}}.topbar-notification-container{position:relative}.topbar-notification-badge{position:absolute;top:-5px;right:-5px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:10px;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;animation:pulse 2s infinite;z-index:1001}.topbar-notification-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:350px;max-height:450px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 15px 50px #0003;z-index:1000;overflow:hidden;display:flex;flex-direction:column;animation:dropdownSlideIn .3s cubic-bezier(.4,0,.2,1)}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.notification-header h4{font-size:16px;font-weight:700;color:#1e293b;margin:0}.notification-header button{background:none;border:none;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:5px;transition:color .2s}.notification-header button:hover:not(:disabled){color:#3b82f6}.notification-header button:disabled{opacity:.5;cursor:not-allowed}.notification-list{flex-grow:1;overflow-y:auto;padding:0;list-style:none}.notification-item{display:flex;align-items:center;gap:15px;padding:15px 20px;border-bottom:1px solid #f1f5f9;text-decoration:none;color:inherit;transition:all .2s ease}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#eff6ff;border-left:5px solid #3b82f6;padding-left:15px}.notification-icon{width:35px;height:35px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.notification-icon.approved{background:#10b981}.notification-icon.rejected{background:#ef4444}.notification-icon.pending{background:#f59e0b}.notification-icon.dalam_proses{background:#3b82f6}.notification-icon.verifikasi{background:#667eea}.notification-icon.default{background:#94a3b8}.notification-info{flex-grow:1}.notification-message{font-size:14px;font-weight:500;color:#1e293b;margin:0 0 4px;line-height:1.4}.notification-item.unread .notification-message{font-weight:600}.notification-time{font-size:11px;color:#64748b}.empty-notifications{padding:30px 20px;text-align:center;color:#94a3b8;font-size:14px}.empty-notifications svg{font-size:20px;margin-bottom:10px}.notification-footer{padding:10px 20px;border-top:1px solid #e2e8f0;text-align:center;background:#f8fafc}.notification-footer a{font-size:13px;font-weight:600;color:#3b82f6;text-decoration:none;transition:color .2s}@media (max-width: 768px){.topbar-notification-dropdown{width:300px}}.layout{display:flex;min-height:100vh;background-color:#f9fafb}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb}.loading-spinner{width:48px;height:48px;border:4px solid #ccc;border-top:4px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}.main-content{flex:1;display:flex;flex-direction:column;transition:margin-left .3s ease}.main-content.sidebar-open{margin-left:220px}.main-content.sidebar-closed{margin-left:60px}.page-content{flex:1;padding:24px;background-color:#f9fafb;margin-top:64px}@media (max-width: 1024px){.main-content{margin-left:0!important}}.landing-page-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;min-height:100vh;display:flex;flex-direction:column;padding-top:70px}.landing-navbar{display:flex;justify-content:space-between;align-items:center;padding:15px 50px;background-color:#fff;box-shadow:0 2px 4px #0000000d;position:fixed;top:0;left:0;width:100%;z-index:1000;height:70px}.logo-icon-tutwuri{width:40px;height:45px;-o-object-fit:contain;object-fit:contain}.logo-icon-disdik{width:100px;height:45px;-o-object-fit:contain;object-fit:contain}.navbar-logo-icon{width:40px;height:45px;-o-object-fit:contain;object-fit:contain}.navbar-links .nav-link--service{text-decoration:none;color:#0d6efd;font-weight:500;padding:5px 0;transition:color .2s}.navbar-links .nav-link--service:hover{color:#0b5ed7}.landing-hero-section{position:relative;color:#fff;padding:120px 80px 100px;display:flex;justify-content:space-between;align-items:center;gap:80px;overflow:hidden;background-image:url(/assets/bg-futuristik-9a7Hxp2K.jpg);background-color:#0a4f9d;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a2850f2,#143c78cc);z-index:1}.hero-content{position:relative;z-index:3;max-width:55%;animation:fadeInSlideRight 1s ease-out}.hero-title{font-size:4.5rem;font-weight:900;margin-bottom:10px;background:linear-gradient(135deg,#196ffb,#fff,#aeb4d0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px;text-shadow:0 0 10px rgba(0,0,0,.5),0 0 20px rgba(0,100,255,.3);animation:textGlow 4s infinite alternate ease-in-out}.hero-subtitle{font-size:1.6rem;font-weight:300;margin-bottom:25px;color:#a8c1e4}.hero-description{font-size:1.1rem;line-height:1.7;margin-bottom:40px;color:#e2e8f0}.hero-actions{display:flex;gap:20px}.hero-btn{padding:14px 30px;border-radius:50px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);letter-spacing:.5px;text-transform:uppercase}.hero-btn.primary{background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;border:none;box-shadow:0 10px 25px #3b82f680;transform:perspective(1px) translateZ(0)}.hero-btn.primary:hover{background:linear-gradient(45deg,#1d4ed8,#00478e);transform:translateY(-4px);box-shadow:0 15px 35px #3b82f6b3}.hero-btn.secondary{background-color:transparent;border:2px solid #f97316;color:#f97316}.hero-btn.secondary:hover{background-color:#f97316;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #f9731666}.hero-illustration-container{position:relative;z-index:2;max-width:400px;flex-shrink:0;animation:floatIllustration 4s ease-in-out infinite alternate}.hero-illustration-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 15px 25px rgba(0,0,0,.4))}@keyframes textGlow{0%{text-shadow:0 0 10px rgba(0,100,255,.3),0 0 20px rgba(0,100,255,.1)}to{text-shadow:0 0 15px rgba(0,100,255,.5),0 0 30px rgba(0,100,255,.2)}}@keyframes floatIllustration{0%{transform:translateY(0) scale(1)}to{transform:translateY(-10px) scale(1.02)}}@keyframes fadeInSlideRight{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.circuit-divider-container{position:absolute;bottom:0;left:0;right:0;height:100px;overflow:hidden;z-index:2;pointer-events:none}.circuit-divider-shape{position:absolute;bottom:0;left:0;width:200%;height:250px;background:#fafafa;clip-path:polygon(0% 0%,2% 50%,4% 0%,6% 50%,8% 0%,10% 50%,12% 0%,14% 50%,16% 0%,18% 50%,20% 0%,22% 50%,24% 0%,26% 50%,28% 0%,30% 50%,32% 0%,34% 50%,36% 0%,38% 50%,40% 0%,42% 50%,44% 0%,46% 50%,48% 0%,50% 50%,100% 0,100% 100%,0% 100%);transform:translateY(50%);animation:slideCircuit 20s linear infinite}@keyframes slideCircuit{0%{transform:translate3d(0,50%,0)}to{transform:translate3d(-50%,50%,0)}}.scroll-hidden{opacity:0!important;transform:translateY(30px)!important;transition:opacity .6s ease-out,transform .6s ease-out}.scroll-visible{opacity:1!important;transform:translateY(0)!important}.landing-categories-section{padding:100px 40px;text-align:center;background-color:#fafafa;display:flex;flex-direction:column;align-items:center;margin-top:-100px}.categories-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:60px;position:relative;letter-spacing:.5px}.categories-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#3b82f6,#f97316);border-radius:2px}.categories-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;padding:40px;background-color:#fff;border-radius:16px;box-shadow:0 15px 40px #0000001a;max-width:2200px;width:100%}.service-card{border:none;border-radius:12px;padding:30px 20px;width:300px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0003}.card-icon-wrapper{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fff;border:3px solid;margin-bottom:20px;box-shadow:0 0 15px #0000001a}.card-icon-inner-bg{width:60px;height:60px;border-radius:60%;background-color:#ffffffe6;transition:background-color .3s}.service-card:hover .card-icon-inner-bg{background-color:#e2e8f0}.card-fa-icon{font-size:3.5rem;color:inherit}.service-card h3{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:15px}.card-description{font-size:.95rem;color:#666;min-height:90px;margin-bottom:20px;line-height:1.5;text-align:center}.card-button{text-decoration:none;font-weight:600;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 15px;border-radius:8px;color:#fff;transition:transform .2s,box-shadow .2s;margin-top:auto;width:100%;font-size:.9rem;box-shadow:0 4px 10px #0003}.card-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}@media (max-width: 1200px){.landing-hero-section{padding:100px 50px;gap:50px}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.4rem}.hero-content{max-width:60%}.hero-illustration-container{max-width:300px}.categories-grid{gap:30px}}@media (max-width: 992px){.landing-navbar{padding:15px 30px}.landing-hero-section{flex-direction:column;align-items:center;text-align:center;padding:100px 40px;gap:40px}.hero-content{max-width:100%;order:2}.hero-illustration-container{max-width:350px;order:1;margin-right:0}.hero-title{font-size:3.2rem}.hero-subtitle{font-size:1.3rem}.hero-actions{justify-content:center}.card-description{min-height:auto}}@media (max-width: 768px){.landing-navbar{padding:10px 20px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-illustration-container{display:none}.landing-hero-section{padding:80px 20px 100px}.categories-title{font-size:2rem}.categories-grid{padding:20px}.service-card{width:100%;max-width:350px}}@media (max-width: 480px){.landing-navbar{padding:10px}.hero-title{font-size:2rem;letter-spacing:1px}.hero-subtitle{font-size:1rem}.hero-btn{padding:12px 20px;font-size:.9rem}.hero-actions{flex-direction:column;gap:10px}.categories-title{font-size:1.5rem}}.navbar-links{display:flex;align-items:center;gap:25px;transition:gap .3s ease;z-index:1001}.nav-link{color:#343a40;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);padding:5px 0;position:relative;font-size:1rem}.nav-link:hover{color:#0d6efd;transform:translateY(-2px)}.nav-link:after{content:"";position:absolute;width:0;height:3px;bottom:-5px;left:50%;transform:translate(-50%);background-color:#f97715;transition:width .3s ease-out;border-radius:2px}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{font-weight:800;color:#0d6efd;text-shadow:0 0 5px rgba(13,110,253,.1)}.navbar-links .nav-link--service{font-weight:700;color:#17a2b8}.navbar-links .nav-link--service:hover{color:#0d6efd}.nav-button{background-color:#0d6efd;color:#fff;padding:8px 18px;border-radius:6px;text-decoration:none;font-weight:700;transition:background-color .2s,transform .2s,padding .2s;box-shadow:0 4px 8px #0d6efd33;flex-shrink:0}.nav-button:hover{background-color:#0b5ed7;transform:translateY(-1px)}.nav-toggle-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#343a40;padding:5px;z-index:1002;transition:color .2s}.nav-toggle-btn:hover{color:#0d6efd}.landing-navbar .logo-icon-disdik{display:block}@media (max-width: 992px){.nav-toggle-btn{display:block}.navbar-links{position:fixed;top:70px;right:0;width:150px;height:calc(100vh - 70px);background:#fff;flex-direction:column;align-items:flex-start;padding:20px;box-shadow:-5px 0 15px #0000001a;transform:translate(100%);transition:transform .3s ease-in-out}.navbar-links.open{transform:translate(0)}.nav-link{width:100%;padding:12px 0;font-size:1rem;border-bottom:1px solid #f1f1f1}.nav-link:after{display:none}.nav-button{width:100%;margin-top:15px;text-align:center}}.landing-footer{background-color:#dcddde;color:#343a40;padding:40px 50px 0;margin-top:auto}.footer-main-content{display:flex;justify-content:space-between;gap:30px;padding-bottom:30px;border-bottom:1px solid #dee2e6;max-width:1300px;margin:0 auto;flex-wrap:wrap}.footer-contact{max-width:350px}.contact-header{display:flex;align-items:center;gap:5px;margin-bottom:20px}.footer-logo-garut-logo,.footer-logo-tutwuri-logo{width:40px;height:auto;-o-object-fit:contain;object-fit:contain}.footer-logo-disdik-logo{width:100px;height:auto;-o-object-fit:contain;object-fit:contain}.footer-links-column,.footer-comment-form{width:20%;min-width:200px}.footer-comments{width:25%;min-width:280px;max-height:210px;overflow-y:auto;padding-right:15px}.footer-comments h4{position:sticky;top:-10px;background-color:#dcddde;padding:0 0 10px;z-index:10}.comment-item{padding:10px 0;border-bottom:1px dashed #adb5bd;font-size:.9rem}.comment-item:last-child{border-bottom:none}.comment-author{font-weight:600;display:flex;align-items:center;gap:5px;color:#495057;margin-bottom:3px}.comment-text{color:#6c757d}.comment-date{display:block;font-size:.75rem;color:#adb5bd;margin-top:2px}.footer-comment-form input,.footer-comment-form textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem}.footer-comment-form textarea{resize:vertical;min-height:80px}.comment-publish-btn{background-color:#0d6efd;color:#fff;padding:10px;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:background-color .2s}.footer-copyright{text-align:center;padding:15px 0;font-size:.8rem;color:#343a40;border-top:1px solid #dee2e6}.contact-address-title{font-weight:700;font-size:1rem;margin-bottom:5px}.contact-address-location,.contact-detail-line{font-size:.9rem;color:#555;margin-bottom:8px;line-height:1.4}.contact-address-location{font-weight:600}.phone-number,.email-address{color:#0d6efd}.footer-links-column,.footer-comment-form,.footer-comments{padding:0 15px}.footer-links h4,.footer-comment-form h4,.footer-comments h4{font-size:1.1rem;font-weight:600;margin-bottom:15px;color:#343a40}.footer-links{display:flex;flex-direction:column}.footer-link{color:#343a40;text-decoration:none;font-size:.9rem;margin-bottom:8px;transition:color .2s;display:flex;align-items:center}.footer-link:hover{color:#0d6efd}.footer-comment-form{display:flex;flex-direction:column;max-width:250px}.comment-input,.comment-textarea{padding:10px;margin-bottom:10px;border:1px solid #ced4da;border-radius:4px;background-color:#fff;color:#343a40;font-size:.9rem}.comment-input::-moz-placeholder,.comment-textarea::-moz-placeholder{color:#adb5bd}.comment-input::placeholder,.comment-textarea::placeholder{color:#adb5bd}.comment-textarea{resize:none;height:80px}.comment-publish-btn{background-color:#0d6efd;color:#fff;padding:10px;border:none;border-radius:4px;font-weight:700;transition:background-color .2s}.comment-publish-btn:hover{background-color:#0b5ed7}.footer-comments{max-width:300px}.comment-item{background-color:#fff;border:1px solid #ced4da;padding:10px;border-radius:4px;margin-bottom:10px;box-shadow:0 1px 3px #0000000d}.comment-author{font-weight:700;font-size:.95rem;margin-bottom:5px;color:#343a40;display:flex;align-items:center;gap:5px}.comment-icon-user{font-size:1em;color:#6c757d}.comment-text{font-size:.9rem;color:#495057;margin-left:20px}@media (max-width: 1200px){.footer-main-content{gap:20px;padding:0 20px 30px;justify-content:flex-start}.footer-contact{width:100%;max-width:100%;text-align:center}.contact-header{justify-content:center}.footer-links-column,.footer-comment-form,.footer-comments{width:45%;min-width:unset;padding:0 10px}.footer-comments{order:4}.footer-comment-form{order:3}}@media (max-width: 992px){.footer-links-column,.footer-comment-form,.footer-comments{width:48%}}@media (max-width: 768px){.landing-footer{padding:30px 15px 0}.footer-main-content{flex-direction:column;align-items:center;gap:30px}.footer-contact{width:100%;text-align:center}.footer-contact p{text-align:center}.footer-links-column,.footer-comment-form,.footer-comments{width:100%;max-width:350px;padding:0 10px;text-align:center}.footer-links{align-items:center}.footer-link{justify-content:center}.footer-comments{max-height:none;overflow-y:visible;padding-right:0}.footer-comments h4{position:static;background-color:transparent;padding:0}.comment-text{text-align:left}}@media (max-width: 480px){.landing-footer{padding:20px 10px 0}.footer-main-content{gap:20px}.footer-links-column,.footer-comment-form,.footer-comments{padding:0 5px}}.service-detail-container{padding:30px;max-width:1200px;margin:0 auto}.detail-header-card{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:30px;display:flex;flex-direction:column}.detail-header-card .btn-back{align-self:flex-start;display:flex;align-items:center;gap:8px;background:none;border:none;color:#6c757d;font-size:1rem;cursor:pointer;transition:color .2s;margin-bottom:15px}.detail-header-card .btn-back:hover{color:#0d6efd}.header-title-content{display:flex;align-items:center;gap:15px}.header-icon{font-size:2.5rem}.header-title{font-size:1.8rem;font-weight:700;color:#333}.detail-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}@media (max-width: 992px){.detail-content-grid{grid-template-columns:1fr}}.stage-card{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.card-header{display:flex;align-items:center;gap:10px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #f2f4f8}.card-header-icon{font-size:1.5rem;color:#0d6efd}.card-header h2{font-size:1.4rem;font-weight:600;color:#333}.stages-list{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.stage-item{display:flex;align-items:flex-start;padding:15px;border-radius:6px;background-color:#f7f7f7;box-shadow:0 1px 3px #0000000d;position:relative;border:1px solid #e0e0e0}.stage-number{width:30px;height:30px;min-width:30px;border-radius:50%;background-color:#0d6efd;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1rem;margin-right:15px}.stage-info{flex-grow:1}.stage-info h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:5px}.stage-info p{font-size:.9rem;color:#555;line-height:1.4}.stage-check-icon{color:#28a745;font-size:1.2rem;margin-left:15px}.btn-primary-action{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;border-radius:6px;background-color:#0d6efd;color:#fff;font-weight:600;text-decoration:none;transition:opacity .2s;width:100%;margin-top:10px}.btn-primary-action:hover{opacity:.9}.regulation-card{background-color:#f2f4f8;padding:30px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.regulation-list{display:flex;flex-direction:column;gap:15px}.regulation-item{display:flex;align-items:center;padding:10px;background-color:#fff;border:1px solid #e9ecef;border-radius:4px;box-shadow:0 1px 2px #00000008}.regulation-file-icon{font-size:2rem;color:#dc3545;margin-right:15px}.regulation-info{flex-grow:1}.regulation-title{font-size:1rem;font-weight:600;color:#333;margin-bottom:2px}.regulation-type{font-size:.85rem;color:#6c757d}.btn-download-reg{display:flex;align-items:center;gap:5px;padding:6px 10px;font-size:.9rem;font-weight:500;border:1px solid;border-radius:4px;text-decoration:none;transition:background-color .2s;color:#0d6efd}.btn-download-reg:hover{background-color:var(--button-color, #e6f0ff)}.about-us-page{min-height:100vh;display:flex;flex-direction:column;background-color:#f8f9fa;margin-top:25px}.about-us-container{max-width:1200px;margin:0 auto;padding:30px;flex-grow:1}.landing-navbar{background-color:#fff;box-shadow:0 1px 10px #0000000d;padding:10px 30px;display:flex;justify-content:space-between;align-items:center}.navbar-logo-section{display:flex;align-items:center;gap:5px}.navbar-logo-icon,.logo-icon-tutwuri{width:35px;height:auto;-o-object-fit:contain;object-fit:contain}.logo-icon-disdik{width:90px;height:auto;-o-object-fit:contain;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:20px}.nav-link{color:#495057;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:#0d6efd}.nav-button{background-color:#0d6efd;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:600;transition:background-color .2s}.nav-button:hover{background-color:#0b5ed7}.about-us-header{margin-top:20px;margin-bottom:40px}.about-us-header .btn-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#6c757d;font-size:1rem;cursor:pointer;transition:color .2s;margin-bottom:15px}.about-us-header .btn-back:hover{color:#0d6efd}.header-info{display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.header-info .main-icon{font-size:3.5rem;color:#0d6efd;margin-bottom:15px}.header-info h1{font-size:2.5rem;font-weight:700;color:#343a40;margin-bottom:5px}.header-info p{font-size:1.1rem;color:#6c757d}.overview-section{display:flex;align-items:center;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:40px}.overview-image{flex-basis:30%;text-align:center;padding:0 30px;flex-shrink:0}.overview-image img{max-width:150px;height:auto}.overview-text{flex-basis:70%}.overview-text h2{font-size:1.8rem;font-weight:600;color:#0d6efd;margin-bottom:15px}.overview-text p{font-size:1rem;line-height:1.6;color:#495057;margin-bottom:15px}.btn-primary-about{display:inline-block;padding:10px 25px;background-color:#f97715;color:#fff;border-radius:6px;text-decoration:none;font-weight:600;transition:background-color .2s;margin-top:10px}.btn-primary-about:hover{background-color:#d16611}.principles-section{margin-bottom:40px}.principles-section h2{text-align:center;font-size:2rem;color:#343a40;margin-bottom:30px;font-weight:600}.principles-grid{display:flex;gap:30px;justify-content:center}.principle-card{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 2px 10px #00000014;flex:1;text-align:center}.principle-icon{font-size:3rem;margin-bottom:15px}.principle-card h3{font-size:1.25rem;font-weight:600;color:#343a40;margin-bottom:10px}.principle-card p{font-size:.9rem;color:#6c757d}.contact-section h2{text-align:center;font-size:2rem;color:#343a40;margin-bottom:10px;font-weight:600}.contact-section>p{text-align:center;color:#6c757d;margin-bottom:30px}.map-container-full-width{background-color:#fff;padding:15px;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:30px}.map-address-label{display:flex;align-items:center;gap:10px;font-size:1rem;color:#495057;margin-top:15px;padding-top:10px;border-top:1px solid #e9ecef}.map-address-label .fa-map-marker-alt{color:#dc3545}.contact-details-grid-small{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.contact-item{background-color:#fff;padding:25px;border-radius:10px;box-shadow:0 1px 6px #0000000d;flex:1;text-align:center}.contact-icon{font-size:2rem;color:#0d6efd;margin-bottom:10px}.contact-item h4{font-size:1.1rem;font-weight:600;color:#343a40;margin-bottom:10px}.contact-item p{font-size:.9rem;color:#6c757d;line-height:1.5}@media (max-width: 992px){.about-us-container{padding:20px}.overview-section{flex-direction:column;padding:30px;text-align:center}.overview-image{flex-basis:100%;margin-bottom:30px;padding:0;order:1}.overview-text{flex-basis:100%;order:2}.overview-text h2{font-size:1.5rem}.principles-section h2{font-size:1.8rem}.principles-grid{flex-direction:column;gap:20px}.contact-details-grid-small{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.landing-navbar{padding:10px 15px}.navbar-links{gap:15px}.about-us-header{margin-top:10px;margin-bottom:30px}.header-info{padding:20px}.header-info .main-icon{font-size:3rem}.header-info h1{font-size:2rem}.overview-section{padding:20px}.principles-section h2{font-size:1.5rem}.principle-card{padding:25px}.principle-icon{font-size:2.5rem}.contact-section h2{font-size:1.5rem}.map-container-full-width iframe{height:250px!important}.map-address-label{font-size:.9rem}}@media (max-width: 480px){.about-us-container{padding:10px}.overview-image img{max-width:120px}.overview-text h2{font-size:1.3rem}.btn-primary-about{padding:8px 20px;font-size:.9rem}.principle-card h3{font-size:1.1rem}.contact-item{padding:20px}}.login-page{height:100vh;background:#104085;background-image:url(/assets/bg-futuristik-9a7Hxp2K.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;margin-top:-25px;overflow:hidden}.login-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.login-card{display:flex;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;max-width:1000px;width:90%;margin-top:90px;box-shadow:0 25px 50px #0000004d,0 0 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2);position:relative;z-index:2;animation:slideInUp .8s ease-out}.login-left{flex:1;padding:3rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.features-list{display:flex;flex-direction:column;gap:15px}.feature-item{display:flex;align-items:center;gap:12px;padding:10px 15px;background:#ffffff26;border-radius:10px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.feature-item:hover{background:#ffffff4d;transform:translate(5px)}.feature-icon{font-size:1.2rem;width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;color:#1e40af;font-weight:700}.feature-item span:last-child{color:#000;font-weight:600;font-size:.95rem}.login-right{flex:1;padding:3rem;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-logo{width:100px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.welcome-text{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:2rem;font-weight:500;line-height:1.5}.login-form{width:100%;max-width:350px;display:flex;flex-direction:column;gap:1.2rem}.login-form input{padding:14px 16px;border-radius:12px;border:2px solid #e2e8f0;font-size:1rem;color:#1e293b;background:#f9fafb;transition:all .3s ease;outline:none;font-weight:500}.login-form input::-moz-placeholder{color:#94a3b8;font-weight:400}.login-form input::placeholder{color:#94a3b8;font-weight:400}.login-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;background:#fff;transform:translateY(-1px)}.login-options{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;margin:-.2rem 0 .8rem}.remember-label{display:flex;align-items:center;color:#6b7280;font-weight:500;cursor:pointer;gap:8px}.remember-label input[type=checkbox]{accent-color:#3b82f6;transform:scale(1.1)}.forgot-link{color:#f97316;text-decoration:none;font-weight:600;transition:color .3s ease}.forgot-link:hover{color:#d97706;text-decoration:underline}.login-form button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:16px;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #3b82f666;text-transform:uppercase;letter-spacing:.5px}.login-form button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px #3b82f680;background:linear-gradient(135deg,#1d4ed8,#00478e)}.login-form button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 992px){.login-card{width:95%;max-width:700px;flex-direction:column}.login-left{display:none}.login-right{flex:0 0 100%;padding:3rem 2rem}.login-form{max-width:380px}.login-page{padding:20px}}@media (max-width: 500px){.login-right{padding:2rem 1rem}.login-logo{width:80px}.welcome-text{font-size:.9rem}.login-form{gap:1rem}.login-form button{padding:14px;font-size:1rem}}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{width:100%;padding-right:40px!important}.password-toggle-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;height:24px;width:45px;display:flex;align-items:center;justify-content:center;padding:5px}.register-page{height:100vh;background:#104085;background-image:url(/assets/bg-futuristik-9a7Hxp2K.jpg);background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;margin-top:-25px;overflow:hidden}.register-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0006,#104085cc),radial-gradient(circle at 85% 15%,rgba(255,255,255,.2) 0%,transparent 40%);pointer-events:none;z-index:1}.register-card{display:flex;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;max-width:990px;width:90%;margin-top:90px;box-shadow:0 25px 50px #0000004d,0 0 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2);position:relative;z-index:2;animation:slideInUp .8s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.register-left{flex:1;padding:3rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.system-title{font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 0 15px rgba(255,255,255,.6);letter-spacing:1px;position:relative;z-index:1}.system-subtitle{font-size:1.2rem;font-weight:500;margin-bottom:1.5rem;color:#e0e7ff;line-height:1.5}.system-desc{font-size:1rem;color:#c4d4f7;line-height:1.6;margin-bottom:2rem}.benefits-list{display:flex;flex-direction:column;gap:15px}.benefit-item{display:flex;align-items:center;gap:12px;padding:10px 15px;background:#ffffff26;border-radius:10px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.benefit-item:hover{background:#ffffff4d;transform:translate(5px)}.benefit-icon{font-size:1.2rem;width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;color:#1e40af;font-weight:700}.benefit-item span:last-child{color:#000;font-weight:600;font-size:.95rem}.register-right{flex:1;padding:3rem;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.register-logo{width:100px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 10px rgba(0,0,0,.1))}.welcome-text{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:1.5rem;font-weight:500;line-height:1.5}.register-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.2rem}.input-row{display:flex;gap:12px;width:100%}.input-row input{flex:1;min-width:0}.register-form input{padding:14px 16px;border-radius:12px;border:2px solid #e2e8f0;font-size:1rem;color:#1e293b;background:#f9fafb;transition:all .3s ease;outline:none;font-weight:500}.register-form input::-moz-placeholder{color:#94a3b8;font-weight:400}.register-form input::placeholder{color:#94a3b8;font-weight:400}.register-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626;background:#fff;transform:translateY(-1px)}.terms-agreement{margin:.5rem 0 .8rem}.terms-label{display:flex;align-items:flex-start;gap:10px;color:#6b7280;font-size:.9rem;font-weight:500;cursor:pointer;line-height:1.4}.terms-label input[type=checkbox]{accent-color:#3b82f6;transform:scale(1.1)}.terms-link{color:#f97316;text-decoration:none;font-weight:600;transition:color .3s ease}.terms-link:hover{color:#d97706;text-decoration:underline}.register-form button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:16px;border:none;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 20px #3b82f666;text-transform:uppercase;letter-spacing:.5px}.register-form button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 15px 30px #3b82f680;background:linear-gradient(135deg,#1d4ed8,#00478e)}.register-form button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none;box-shadow:none}.register-text{font-size:.95rem;margin-top:2rem;color:#6b7280;text-align:center;font-weight:500}.register-text a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.register-text a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width: 992px){.register-card{width:95%;max-width:600px;flex-direction:column}.register-left{display:none}.register-right{flex:0 0 100%;padding:3rem 2rem}.register-form{max-width:450px;width:100%}.register-page{padding:20px}.input-row{flex-direction:row;gap:12px}}@media (max-width: 500px){.register-right{padding:1rem}.register-logo{display:none}.welcome-text{font-size:.9rem}.register-form{max-width:90%}.input-row{flex-direction:column;gap:.5rem}.register-form button{padding:10px;font-size:1rem}}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{width:100%;padding-right:40px}.password-toggle-btn{position:absolute;right:10px;background:none;border:none;cursor:pointer;color:#6b7280;height:24px;width:45px;display:flex;align-items:center;justify-content:center;padding:5px}.password-toggle-btn:hover{color:#3b82f6}.forgot-password-page{height:100vh;background:linear-gradient(135deg,#1e40af,#3b82f6,#06b6d4,#0891b2,#1e40af);background-size:400% 400%;animation:gradientShift 8s ease infinite;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.forgot-password-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.2) 0%,transparent 50%);pointer-events:none}.forgot-password-card{display:flex;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;overflow:hidden;max-width:900px;width:90%;box-shadow:0 25px 50px #0003,0 0 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2);position:relative}.forgot-password-left{flex:1;padding:3rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;flex-direction:column;justify-content:center;position:relative;border-right:1px solid rgba(0,0,0,.05)}.forgot-password-left:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,rgba(59,130,246,.05) 50%,transparent 70%);pointer-events:none}.system-title{font-size:3rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#1e40af,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px;position:relative;z-index:1}.system-subtitle{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#374151;line-height:1.5;position:relative;z-index:1}.system-desc{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem;position:relative;z-index:1}.steps-list{display:flex;flex-direction:column;gap:20px;position:relative;z-index:1}.step-item{display:flex;align-items:center;gap:15px;padding:15px 20px;background:#ffffffb3;border-radius:12px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.step-item:hover{background:#3b82f60d;transform:translate(5px);border-color:#3b82f64d}.step-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem;box-shadow:0 4px 12px #3b82f64d}.step-item span:last-child{color:#374151;font-weight:600;font-size:1rem}.forgot-password-right{flex:1;padding:3rem;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center}.forgot-password-logo{width:100px;height:auto;margin-bottom:1.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.forgot-password-right h3{font-size:1.8rem;color:#1f2937;font-weight:700;margin-bottom:.5rem;text-align:center}.forgot-password-text{font-size:1rem;color:#6b7280;text-align:center;margin-bottom:2rem;font-weight:500;line-height:1.5}.message{width:100%;max-width:320px;padding:15px;border-radius:12px;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;text-align:center;line-height:1.4}.message.success{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.3)}.message.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.forgot-password-form{width:100%;max-width:320px;display:flex;flex-direction:column;gap:1.5rem}.forgot-password-form input{padding:14px 16px;border-radius:12px;border:2px solid #e5e7eb;font-size:1rem;color:#374151;background:#ffffffe6;transition:all .3s ease;outline:none;font-weight:500}.forgot-password-form input::-moz-placeholder{color:#9ca3af;font-weight:400}.forgot-password-form input::placeholder{color:#9ca3af;font-weight:400}.forgot-password-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-2px);background:#fff}.forgot-password-form input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.forgot-password-form button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:16px;border:none;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #3b82f64d;text-transform:uppercase;letter-spacing:.5px}.forgot-password-form button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 25px #3b82f666;background:linear-gradient(135deg,#1d4ed8,#1e40af)}.forgot-password-form button:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none;box-shadow:0 4px 12px #9ca3af4d}.success-actions{display:flex;flex-direction:column;gap:15px;width:100%;max-width:320px}.check-email-btn,.try-again-btn{padding:14px 20px;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.check-email-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 8px 20px #10b9814d}.check-email-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #10b98166}.try-again-btn{background:#6b72801a;color:#374151;border:2px solid #e5e7eb}.try-again-btn:hover{background:#6b728033;border-color:#d1d5db;transform:translateY(-2px)}.back-to-login{margin-top:2rem;text-align:center}.back-to-login p{color:#6b7280;font-size:.95rem;font-weight:500}.back-link{color:#3b82f6;background:none;border:none;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.95rem;transition:color .3s ease}.back-link:hover{color:#1d4ed8}.forgot-password-footer{position:absolute;bottom:20px;left:50%;transform:translate(-50%);text-align:center;width:100%}.forgot-password-footer p{color:#fffc;font-size:.85rem;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.2)}@media (max-width: 768px){.forgot-password-card{flex-direction:column;max-width:400px;width:95%}.forgot-password-left{padding:2rem;text-align:center}.system-title{font-size:2.5rem}.steps-list{gap:15px}.step-item{padding:12px 16px}.forgot-password-right{padding:2rem}.forgot-password-form{max-width:100%}}@media (max-width: 480px){.forgot-password-left,.forgot-password-right{padding:1.5rem}.system-title{font-size:2rem}.forgot-password-logo{width:80px}}.reset-password-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.reset-password-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000001a;overflow:hidden;max-width:1000px;width:100%;display:grid;grid-template-columns:1fr 1fr;min-height:600px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reset-password-left{background:linear-gradient(135deg,#4facfe,#00f2fe);padding:40px;color:#fff;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.reset-password-left:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1.5" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');z-index:0}.reset-password-left>*{position:relative;z-index:1}.system-title{font-size:3rem;font-weight:800;margin:0 0 15px;text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:2px}.system-subtitle{font-size:1.2rem;margin:0 0 25px;opacity:.95;line-height:1.4;font-weight:500}.system-desc{font-size:1rem;margin:0 0 30px;opacity:.9;line-height:1.6}.password-tips{background:#ffffff1a;padding:25px;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.password-tips h4{margin:0 0 20px;font-size:1.1rem;font-weight:600}.tip-item{display:flex;align-items:center;margin-bottom:12px;font-size:.9rem}.tip-icon{font-size:1.2rem;margin-right:12px;width:24px;text-align:center}.reset-password-right{padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:#fafafa}.reset-password-logo{width:80px;height:80px;margin-bottom:25px;border-radius:50%;box-shadow:0 8px 25px #0000001a}.reset-password-right h3{font-size:1.8rem;color:#333;margin:0 0 15px;font-weight:600}.reset-password-text{color:#666;margin:0 0 30px;line-height:1.5;font-size:.95rem}.message{padding:15px;border-radius:10px;margin-bottom:20px;font-size:.9rem;font-weight:500;animation:fadeIn .3s ease-out}.message.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.reset-password-form{width:100%;max-width:350px}.input-group{position:relative;margin-bottom:20px}.reset-password-form input{width:100%;padding:15px 18px;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff;box-sizing:border-box}.reset-password-form input:focus{outline:none;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe1a;transform:translateY(-1px)}.reset-password-form input:disabled{background:#f8f9fa;cursor:not-allowed}.reset-password-form input[type=password]{padding-right:50px}.password-strength{margin-top:8px}.strength-indicator{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;font-weight:500}.strength-bar{width:60%;height:4px;background:#e1e5e9;border-radius:2px;overflow:hidden}.strength-fill{height:100%;transition:width .3s ease;border-radius:2px}.strength-indicator.weak span{color:#dc3545}.strength-fill.weak{width:25%;background:#dc3545}.strength-indicator.medium span{color:#ffc107}.strength-fill.medium{width:50%;background:#ffc107}.strength-indicator.strong span{color:#28a745}.strength-fill.strong{width:75%;background:#28a745}.strength-indicator.very-strong span{color:#007bff}.strength-fill.very-strong{width:100%;background:#007bff}.password-match-error{color:#dc3545;font-size:.85rem;margin-top:5px;font-weight:500}.reset-password-form button{width:100%;padding:15px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px}.reset-password-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.reset-password-form button:active:not(:disabled){transform:translateY(0)}.reset-password-form button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.reset-password-form button.loading{opacity:.8}.loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}.success-container{text-align:center;padding:20px}.success-icon{font-size:4rem;margin-bottom:20px;animation:bounce 1s ease-in-out}@keyframes bounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-10px)}80%{transform:translateY(-5px)}}.success-container h4{color:#28a745;margin:0 0 15px;font-size:1.4rem}.success-container p{color:#666;margin-bottom:25px;line-height:1.5}.success-actions{margin-top:20px}.login-now-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.login-now-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #28a7454d}.error-container{text-align:center;padding:40px 20px}.error-icon{font-size:4rem;margin-bottom:20px;opacity:.8}.error-container h3{color:#dc3545;margin:0 0 15px;font-size:1.5rem}.error-message{color:#666;margin-bottom:30px;line-height:1.5}.request-new-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;padding:12px 25px;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:20px}.request-new-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #dc35454d}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center}.loading-container .loading-spinner{width:40px;height:40px;border:3px solid #e1e5e9;border-top-color:#667eea;margin-bottom:20px}.loading-container p{color:#666;font-size:1rem}.back-to-login{margin-top:30px;text-align:center}.back-to-login p{color:#666;margin:0;font-size:.9rem}.back-link{color:#667eea;text-decoration:none;font-weight:600;background:none;border:none;cursor:pointer;font-size:inherit;padding:0;margin:0;transition:color .3s ease}.back-link:hover{color:#5a67d8;text-decoration:underline}.reset-password-footer{margin-top:30px;text-align:center}.reset-password-footer p{color:#fffc;margin:0;font-size:.9rem}@media (max-width: 768px){.reset-password-card{grid-template-columns:1fr;max-width:500px}.reset-password-left{padding:30px 25px;text-align:center}.system-title{font-size:2.5rem}.system-subtitle{font-size:1.1rem}.password-tips{padding:20px}.reset-password-right{padding:30px 25px}.reset-password-form{max-width:100%}}@media (max-width: 480px){.reset-password-page{padding:15px}.system-title{font-size:2rem}.system-subtitle{font-size:1rem}.reset-password-left,.reset-password-right{padding:25px 20px}.reset-password-form input{padding:12px 15px}.reset-password-form button{padding:12px}}*{margin:0;padding:0;box-sizing:border-box}.terms-page-wrapper{min-height:100vh;display:flex;flex-direction:column}.terms-page{min-height:calc(100vh - 120px);background:#104085;background-image:url(/assets/bg-futuristik-9a7Hxp2K.jpg);background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:30px 20px;position:relative}.terms-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0000004d,#104085b3),radial-gradient(circle at 85% 15%,rgba(255,255,255,.2) 0%,transparent 40%);pointer-events:none;z-index:1}.terms-container{max-width:1000px;width:90%;margin:50px auto 0;background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;box-shadow:0 25px 50px #0000004d,0 0 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2);position:relative;z-index:2;overflow:hidden;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.terms-title{text-align:center;padding:1px 40px 15px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-bottom:1px solid #d1d5db}.terms-title h2{font-size:2.5rem;font-weight:800;background:linear-gradient(90deg,#1e40af,#3b82f6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px;margin-bottom:10px}.last-updated{color:#6b7280;font-size:.95rem;font-weight:500}.terms-content-wrapper{padding:1px 10px;max-height:60vh;overflow-y:auto}.terms-content-wrapper::-webkit-scrollbar{width:8px}.terms-content-wrapper::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:4px}.terms-sections{display:flex;flex-direction:column;gap:25px}.terms-section{position:relative;background:#f8fafccc;padding:25px 25px 25px 35px;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;overflow:hidden;box-shadow:0 4px 10px #0000000d}.terms-section:hover{background:#fffffff2;border-color:#3b82f6;box-shadow:0 10px 25px #3b82f626;transform:translateY(-2px)}.terms-section h3{color:#1e293b;font-size:1.4rem;font-weight:700;margin-bottom:15px;display:flex;align-items:center;gap:12px;padding-bottom:10px;border-bottom:2px dashed #e2e8f0}.terms-section:before{content:"";position:absolute;top:0;left:0;width:8px;height:100%;background:linear-gradient(180deg,#3b82f6,#1e40af);border-radius:12px 0 0 12px;transition:width .3s ease}.terms-section:hover:before{width:12px}.section-icon{color:#f97316;font-size:1.25rem}.terms-section p{color:#374151;font-size:1rem;line-height:1.6;margin-bottom:15px;font-weight:500}.terms-section ul{color:#4b5563;font-size:.95rem;line-height:1.6;margin-left:20px;list-style:none}.terms-section li{margin-bottom:8px;position:relative;padding-left:15px}.terms-section li:before{content:"•";color:#3b82f6;font-weight:900;position:absolute;left:0;font-size:1.1rem;line-height:1}.terms-section strong{color:#1f2937;font-weight:600}.contact-info{background:#3b82f60d;padding:20px;border-radius:12px;border:1px solid rgba(59,130,246,.15);margin-top:15px}.terms-footer-content{margin-top:20px;padding:20px;background:#10b9811a;border-radius:12px;border:1px solid rgba(16,185,129,.2);text-align:center}.terms-actions{display:flex;gap:20px;padding:20px 40px;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:center}.accept-btn,.decline-btn{padding:12px 32px;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:180px}.accept-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 8px 20px #3b82f64d}.accept-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f666}.decline-btn{background:#6b72801a;color:#374151;border:1px solid #d1d5db}.decline-btn:hover{background:#6b728033;transform:translateY(-1px)}@media (max-width: 992px){.terms-container{max-width:90%}.terms-title h2{font-size:2rem}.terms-content-wrapper{padding:30px 20px;max-height:60vh}}@media (max-width: 768px){.terms-page{padding:15px 10px;min-height:calc(100vh - 90px)}.terms-title h2{font-size:1.8rem}.terms-content-wrapper{padding:20px 15px;max-height:50vh}.terms-section{padding:20px 20px 20px 30px}.terms-section h3{font-size:1.2rem}.terms-actions{flex-direction:column;padding:15px 20px;gap:10px}.accept-btn,.decline-btn{min-width:100%;font-size:.95rem}}@media (max-width: 480px){.terms-title{padding:20px 15px 10px}.terms-title h2{font-size:1.5rem}.terms-section p,.terms-section ul{font-size:.9rem}}.notfound-page{min-height:calc(100vh - 120px);display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6,#06b6d4,#0891b2,#1e40af);background-size:400% 400%;animation:gradientShift 8s ease infinite;padding:20px}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.notfound-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 25px 50px #0003;padding:40px;max-width:500px;width:90%;text-align:center;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.notfound-icon{font-size:4rem;color:#ef4444;margin-bottom:20px;animation:shake .8s ease-in-out infinite alternate}@keyframes shake{0%{transform:rotate(0)}to{transform:rotate(2deg)}}.notfound-card h1{font-size:2rem;color:#1e293b;margin-bottom:15px}.notfound-message{font-size:1rem;color:#64748b;margin-bottom:25px}.notfound-code{font-size:.9rem;font-weight:700;color:#ef4444;padding:8px 15px;background:#fef2f2;border-radius:8px;display:inline-block;margin-bottom:30px}.notfound-actions{display:flex;flex-direction:column;gap:15px}.btn-back,.btn-home{padding:12px 20px;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none}.btn-back{background:#e2e8f0;color:#374151}.btn-back:hover{background:#cbd5e1;transform:translateY(-2px)}.btn-home{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.btn-home:hover{transform:translateY(-2px);background:linear-gradient(135deg,#1d4ed8,#1e40af)}@media (max-width: 480px){.notfound-card{padding:30px 20px}.notfound-icon{font-size:3rem}.notfound-card h1{font-size:1.5rem}.notfound-actions{gap:10px}.btn-back,.btn-home{font-size:.9rem;padding:14px 15px}}:root{--primary-blue: #007bff;--success-green: #28a745;--warning-orange: #ffc107;--danger-red: #dc3545;--accent-teal: #17a2b8;--text-dark: #343a40;--text-secondary: #6c757d;--bg-light: #f8f9fa;--border-color: #dee2e6;--card-shadow: 0 4px 12px rgba(0, 0, 0, .08);--font-family: "Poppins", sans-serif}.dashboard-container{font-family:var(--font-family);max-width:1200px;margin:2rem auto;padding:1rem;display:flex;flex-direction:column;gap:2rem}.welcome-section{background:linear-gradient(135deg,var(--primary-blue),#3b82f6);color:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 20px #007bff4d}.welcome-section h1{font-size:2rem;font-weight:700;margin:0}.welcome-section p{font-size:1rem;opacity:.9;margin:.5rem 0 0}.quick-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.dashboard-card{background-color:#fff;padding:1rem;border-radius:12px;border:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.dashboard-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow)}.stat-info .stat-title{color:var(--text-secondary);font-size:.9rem;margin:0}.stat-info .stat-value{color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-top:.25rem}.stat-icon{font-size:2rem;opacity:.7}.stat-icon.blue{color:var(--primary-blue)}.stat-icon.orange{color:var(--warning-orange)}.stat-icon.green{color:var(--success-green)}.stat-icon.red{color:var(--danger-red)}.services-section h2{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--primary-blue);display:inline-block}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.service-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background-color:var(--bg-light);border-radius:12px;border:1px solid var(--border-color);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow);border-color:var(--primary-blue)}.service-icon{flex-shrink:0;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;color:#fff}.service-icon.blue{background-color:var(--primary-blue)}.service-icon.green{background-color:var(--success-green)}.service-icon.teal{background-color:var(--accent-teal)}.service-info h3{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:var(--text-dark)}.service-info p{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.5}.recent-activity{background-color:#fff;padding:2rem;border-radius:12px;border:1px solid var(--border-color)}.recent-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.recent-header h2{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin:0}.recent-header a{text-decoration:none;color:var(--primary-blue);font-weight:500;transition:color .2s ease}.recent-header a:hover{color:var(--text-dark)}.activity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.activity-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem;border-radius:8px;border:1px solid var(--border-color);transition:background-color .2s ease;text-decoration:none;color:inherit}.activity-item:hover{background-color:var(--bg-light)}.activity-icon-wrapper{font-size:1.5rem;color:var(--text-secondary)}.activity-details{line-height:1.4}.activity-service-name{font-size:.8rem;color:var(--text-secondary);font-weight:500;margin:0}.activity-title{font-weight:600;color:var(--text-dark);margin:.25rem 0}.activity-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem}.activity-status{display:flex;align-items:center;gap:.3rem;font-weight:500}.activity-status.green{color:var(--success-green)}.activity-status.orange{color:var(--warning-orange)}.activity-status.red{color:var(--danger-red)}.activity-status.gray,.activity-date{color:var(--text-secondary)}.loading-state,.empty-state{text-align:center;padding:2rem;color:var(--text-secondary);background-color:var(--bg-light);border-radius:8px}.empty-state svg{font-size:2rem;margin-bottom:.5rem}@media (max-width: 768px){.welcome-section h1{font-size:1.5rem}.quick-stats{grid-template-columns:repeat(2,1fr)}.stat-title{display:none}.stat-info{margin-right:-28px}.activity-item{grid-template-columns:2fr;gap:.5rem}.activity-meta{flex-wrap:wrap;gap:.5rem 1rem}}:root{--primary-color: #007bff;--success-color: #28a745;--warning-color: #ffc107;--danger-color: #dc3545;--purple-color: #6f42c1;--secondary-color: #6c757d;--light-gray: #f8f9fa;--dark-gray: #343a40;--border-color: #dee2e6;--shadow-color: rgba(0, 0, 0, .05);--font-family: "Poppins", sans-serif}.riwayat-container{font-family:var(--font-family);max-width:1200px;margin:3rem auto;padding:1.5rem}.riwayat-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.riwayat-header h1{font-size:2rem;font-weight:600;color:var(--dark-gray);margin:0}.riwayat-header p{font-size:1rem;color:var(--secondary-color);margin-top:.25rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background-color:var(--light-gray);border-radius:8px;border:1px solid var(--border-color)}.stat-info p{margin:0;color:var(--secondary-color);font-size:.9rem}.stat-info .stat-value{font-size:1.75rem;font-weight:600;color:var(--dark-gray)}.stat-icon{font-size:2.5rem;opacity:.6}.stat-icon.blue{color:var(--primary-color)}.stat-icon.yellow{color:var(--warning-color)}.stat-icon.green{color:var(--success-color)}.stat-icon.red{color:var(--danger-color)}.stat-icon.purple{color:var(--purple-color)}.stat-icon.gray{color:var(--secondary-color)}.filter-container{background-color:var(--light-gray);padding:1rem;border-radius:8px;margin-bottom:2rem}.filter-toggle,.sort-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--border-color);padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s ease;color:var(--dark-gray);background-color:#fff}.filter-container{background-color:var(--light-gray);padding:1rem 1.5rem;border-radius:12px;margin-bottom:2.5rem}.filter-header{display:flex;justify-content:space-between;align-items:center}.filter-toggle,.sort-toggle{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border-color);padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;transition:all .2s ease;color:var(--dark-gray);background-color:#fff;font-weight:500}.filter-toggle:hover,.sort-toggle:hover,.filter-toggle.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.filter-content{margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--border-color);animation:fadeIn .3s ease}.search-box{position:relative;margin-bottom:1rem}.search-box .search-icon{position:absolute;top:50%;left:1rem;transform:translateY(-50%);color:var(--secondary-color)}.search-box input,.filter-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:8px;background-color:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.search-box input{padding-left:2.75rem}.search-box input:focus,.filter-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #007bff26}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.filter-group label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.5rem;color:var(--secondary-color)}.applications-list{display:grid;gap:1.5rem}.app-card{background:#fff;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;box-shadow:var(--shadow-color);transition:transform .2s ease,box-shadow .2s ease}.app-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000012}.app-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.app-info h3{font-size:1.25rem;margin:0 0 .5rem;color:var(--dark-gray)}.app-subtitle{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--secondary-color);margin:0 0 1rem}.app-metadata{border-top:1px solid var(--border-color);padding-top:1rem;margin-top:1rem;font-size:.85rem;color:var(--secondary-color);display:flex;align-items:center;gap:.5rem}.app-actions{display:flex;gap:.75rem}.action-btn{background:none;border:1px solid transparent;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;color:var(--secondary-color)}.action-btn:hover{transform:translateY(-2px)}.view-btn:hover{background-color:#e0e7ff;color:#4338ca}.edit-btn:hover{background-color:#fef3c7;color:#d97706}.delete-btn:hover{background-color:#fee2e2;color:#dc2626}.action-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.action-btn .spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-left-color:var(--primary-color)}.status-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .75rem;border-radius:1rem;font-size:.8rem;font-weight:500}.status-icon{font-size:.9em}.status-badge.waiting{background-color:#e9ecef;color:#495057}.status-badge.processing{background-color:#d1ecf1;color:#0c5460}.status-badge.verifying{background-color:#e2d9f3;color:#492a7e}.status-badge.pending{background-color:#fff3cd;color:#856404}.status-badge.approved{background-color:#d4edda;color:#155724}.status-badge.rejected{background-color:#f8d7da;color:#721c24}.admin-notes{margin-top:1rem;padding:1rem;background-color:#fffbe6;border-left:4px solid var(--warning-color);border-radius:4px}.admin-notes .note-title{font-weight:600;margin:0 0 .25rem}.admin-notes p{margin:0}.empty-state{text-align:center;padding:4rem 1rem;border:2px dashed var(--border-color);border-radius:8px;color:var(--text-secondary)}.empty-icon{font-size:3rem;margin-bottom:1rem}.spinner{border:2px solid rgba(0,0,0,.1);width:14px;height:14px;border-radius:50%;border-left-color:var(--primary-color);animation:spin 1s infinite linear}.loading-skeleton{animation:loading 1.5s infinite}.skeleton-header,.skeleton-filters,.skeleton-card,.skeleton-grid,.skeleton-card-small{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:8px}.skeleton-header{height:80px;margin-bottom:2rem}.skeleton-filters{height:50px;margin-bottom:2rem}.skeleton-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.skeleton-card-small{height:100px}.skeleton-cards{display:grid;gap:1.5rem}.skeleton-card{height:180px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.edit-profile-wrapper{min-height:100vh;background:#f1f5f9;padding:20px;font-family:Inter,sans-serif}.edit-profile-container{max-width:900px;margin:60px auto 70px;background:#fff;border-radius:16px;box-shadow:0 15px 40px #00000026;overflow:hidden;border:1px solid #e2e8f0}.edit-profile-header{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:25px 30px;display:flex;align-items:center;gap:20px;border-bottom:1px solid rgba(255,255,255,.2)}.edit-profile-header h2{font-size:26px;font-weight:700;margin:0}.back-btn{display:flex;align-items:center;gap:8px;background:#fff3;color:#fff;border:none;padding:10px 15px;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.edit-profile-form{padding:40px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.form-group{display:flex;flex-direction:column;margin-bottom:0}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#374151;margin-bottom:8px;font-size:14px;display:flex;align-items:center;gap:6px}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;transition:all .3s ease;background:#f9fafb;color:#374151}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;transform:translateY(-1px);background:#fff}.form-group input:disabled{background:#e2e8f0;cursor:not-allowed;opacity:.7}.profile-image-section{display:flex;flex-direction:column;align-items:center;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #f1f5f9}.profile-image-preview{position:relative;width:130px;height:130px;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.profile-image-preview:hover{transform:scale(1.03)}.profile-image-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.profile-image-preview .initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:52px;font-weight:700}.change-photo-btn{position:absolute;bottom:0;right:0;width:35px;height:35px;background:#f97316;color:#fff;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:14px}.change-photo-btn:hover{background:#d97706;transform:scale(1.15) rotate(5deg)}.save-btn{width:100%;padding:14px 28px;border-radius:10px;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;border:none;background:linear-gradient(45deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 8px 20px #3b82f64d;margin-top:20px}.save-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 30px #3b82f680;background:linear-gradient(45deg,#1d4ed8,#00478e)}.save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.success-message,.error-message{padding:15px;border-radius:8px;margin-bottom:20px;font-size:14px;font-weight:500;text-align:center;border:1px solid}.success-message{background:#d1fae5;color:#065f46;border-color:#a7f3d0}.error-message{background:#fee2e2;color:#991b1b;border-color:#fecaca}@media (max-width: 768px){.edit-profile-wrapper{padding:0}.edit-profile-container{margin:55px 0 0;border-radius:0;min-height:calc(100vh - 55px)}.edit-profile-header{padding:15px;align-items:center}.edit-profile-header h2{font-size:20px}.edit-profile-form{padding:20px}.form-grid{grid-template-columns:1fr;gap:20px}.save-btn{font-size:15px;padding:15px 24px}}@media (max-width: 480px){.back-btn{display:none}.edit-profile-header{justify-content:center}.edit-profile-header h2{font-size:18px}}.izinmem-wrapper{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.izinmem-container{max-width:1200px;margin-top:40px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.izinmem-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.izinmem-spinner-large{width:40px;height:40px;border:3px solid rgba(240,147,251,.3);border-radius:50%;border-top-color:#f093fb;animation:izinmem-spin 1s linear infinite}.izinmem-loading-text{color:#6b7280;font-size:16px;margin:0}.izinmem-header{background:var(--card-accent, #2563eb);color:#fff;padding:30px}.izinmem-header-content{display:flex;align-items:center;gap:30px}.izinmem-back-btn{display:flex;align-items:center;gap:10px;background:#fff3;color:#fff;border:none;padding:12px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.izinmem-back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.izinmem-back-icon{font-size:16px}.izinmem-title-section{display:flex;align-items:center;gap:20px}.izinmem-icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff3;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.izinmem-main-icon{font-size:24px;color:#fff}.izinmem-title-content h1.izinmem-main-title{font-size:32px;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}.izinmem-subtitle{font-size:16px;opacity:.9;margin:0;font-weight:400}.izinmem-form{padding:40px}.izinmem-section{margin-bottom:50px;background:#f8fafc;border-radius:16px;padding:30px;border:1px solid #e2e8f0}.izinmem-section:last-of-type{margin-bottom:0}.izinmem-section-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.izinmem-section-icon-wrapper{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px}.izinmem-section-icon{font-size:20px;color:#fff}.izinmem-section-info h2.izinmem-section-title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1e293b}.izinmem-section-desc{font-size:14px;color:#64748b;margin:0}.izinmem-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;align-items:start}.izinmem-form-group{display:flex;flex-direction:column}.izinmem-form-group.izinmem-full-width{grid-column:1 / -1}.izinmem-label{font-weight:600;color:#374151;margin-bottom:10px;font-size:14px;display:flex;align-items:center;gap:4px}.izinmem-required{color:#ef4444;font-weight:700}.izinmem-input,.izinmem-textarea,.izinmem-select{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;transition:all .3s ease;background:#fff;color:#374151}.izinmem-input:focus,.izinmem-textarea:focus,.izinmem-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #f093fb1a;transform:translateY(-1px)}.izinmem-input.izinmem-error,.izinmem-textarea.izinmem-error,.izinmem-select.izinmem-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.izinmem-textarea{resize:vertical;min-height:80px}.izinmem-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.izinmem-error-message{color:#ef4444;font-size:12px;margin-top:6px;font-weight:500;display:flex;align-items:center;gap:4px}.izinmem-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.izinmem-upload-item{display:flex;flex-direction:column}.izinmem-upload-label{font-weight:600;color:#374151;margin-bottom:12px;font-size:14px;display:flex;align-items:center;gap:4px}.izinmem-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:30px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;position:relative;min-height:140px;display:flex;align-items:center;justify-content:center}.izinmem-upload-area:hover{border-color:#667eea;background:#f093fb05;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.izinmem-upload-area.izinmem-error{border-color:#ef4444;background:#ef444405}.izinmem-upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.izinmem-upload-icon{font-size:32px;color:#9ca3af;transition:color .3s ease}.izinmem-upload-area:hover .izinmem-upload-icon{color:#667eea}.izinmem-upload-text{display:flex;flex-direction:column;gap:4px}.izinmem-upload-primary{font-weight:600;color:#374151;font-size:14px}.izinmem-upload-secondary{font-size:12px;color:#9ca3af}.izinmem-upload-info{display:flex;flex-direction:column;gap:2px}.izinmem-file-types,.izinmem-file-limit{font-size:11px;color:#6b7280}.izinmem-upload-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.izinmem-file-preview{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px;position:relative;transition:all .3s ease}.izinmem-file-preview:hover{border-color:#667eea;box-shadow:0 4px 15px #00000014;transform:translateY(-1px)}.izinmem-file-content{display:flex;align-items:center;gap:15px}.izinmem-file-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.izinmem-file-icon{font-size:16px;color:#fff}.izinmem-file-details{flex:1;display:flex;flex-direction:column;gap:4px}.izinmem-file-name{font-weight:600;color:#374151;font-size:14px;word-break:break-all}.izinmem-file-size{font-size:12px;color:#6b7280}.izinmem-file-status{display:flex;align-items:center}.izinmem-success-icon{font-size:18px;color:#10b981}.izinmem-remove-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;background:#ef4444;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s ease}.izinmem-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.izinmem-actions{display:flex;justify-content:flex-end;gap:20px;padding:30px 40px;background:#f8fafc;border-top:1px solid #e2e8f0;margin:40px -40px -40px}.izinmem-btn{padding:14px 28px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;min-width:140px;justify-content:center;border:2px solid transparent}.izinmem-btn-secondary{background:#fff;color:#6b7280;border-color:#d1d5db}.izinmem-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.izinmem-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.izinmem-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f093fb4d}.izinmem-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.izinmem-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:izinmem-spin 1s linear infinite}@keyframes izinmem-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.izinmem-wrapper{padding:10px}.izinmem-header{padding:20px}.izinmem-header-content{flex-direction:column;align-items:flex-start;gap:20px}.izinmem-title-section{gap:15px}.izinmem-icon-wrapper{width:50px;height:50px}.izinmem-main-icon{font-size:20px}.izinmem-title-content h1.izinmem-main-title{font-size:24px}.izinmem-subtitle{font-size:14px}.izinmem-form{padding:20px}.izinmem-section{padding:20px;margin-bottom:30px}.izinmem-section-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}.izinmem-section-icon-wrapper{width:40px;height:40px}.izinmem-section-icon{font-size:16px}.izinmem-section-info h2.izinmem-section-title{font-size:20px}.izinmem-form-grid,.izinmem-upload-grid{grid-template-columns:1fr;gap:20px}.izinmem-upload-area{padding:20px 15px;min-height:120px}.izinmem-upload-icon{font-size:28px}.izinmem-actions{flex-direction:column;gap:15px;padding:20px;margin-left:-20px;margin-right:-20px;margin-bottom:-20px}.izinmem-btn{width:100%;padding:16px 24px}.izinmem-loading-container{min-height:300px}}@media (max-width: 480px){.izinmem-container{border-radius:0;margin:0}.izinmem-wrapper{padding:0}.izinmem-title-content h1.izinmem-main-title{font-size:20px}.izinmem-form-grid{grid-template-columns:1fr}.izinmem-upload-area{padding:15px 10px;min-height:100px}.izinmem-upload-icon{font-size:24px}.izinmem-upload-primary{font-size:13px}.izinmem-upload-secondary{font-size:11px}.izinmem-loading-container{min-height:250px}}.izinmem-btn:focus-visible,.izinmem-input:focus-visible,.izinmem-textarea:focus-visible,.izinmem-select:focus-visible,.izinmem-upload-area:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media print{.izinmem-wrapper{background:#fff;padding:0}.izinmem-header{background:#667eea;color:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.izinmem-actions{display:none}.izinmem-upload-area{border-style:solid}}.detail-page{padding:2rem 1.5rem;background-color:#f8fafc;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:60px}.detail-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn__icon{font-size:.875rem}.btn--primary{background-color:#3b82f6;color:#fff;border:1px solid #3b82f6}.btn--primary:hover{background-color:#2563eb;box-shadow:0 4px 8px #3b82f64d}.btn--success{background-color:#16a34a;color:#fff;border:1px solid #16a34a}.btn--success:hover{background-color:#15803d;box-shadow:0 4px 8px #16a34a4d}.status-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:1rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;margin:1.5rem}.status-message--error{color:#dc2626}.status-message__content{text-align:center}.status-message__icon{font-size:2rem;color:#dc2626;margin-bottom:.5rem}.status-message__spinner{width:2.5rem;height:2.5rem;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border:2px solid transparent}.status-badge--pending{background-color:#fffbe6;color:#d97706;border-color:#fcd34d}.status-badge--approved{background-color:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.status-badge--rejected{background-color:#fef2f2;color:#ef4444;border-color:#fca5a5}.main-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.main-card__header{padding:1.5rem;border-bottom:1px solid #f1f5f9;background-color:#fafbfc}.main-card__title{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.main-card__title-icon{color:#3b82f6;font-size:1.25rem}.info-section,.documents-section,.admin-notes-card{margin-bottom:1.5rem}.info-section__title,.documents-section__title{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:#1e293b}.info-section__icon,.documents-section__icon{color:#3b82f6}.info-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column}.info-item--full-width{grid-column:1 / -1}.info-item__label{font-size:.875rem;font-weight:500;color:#64748b;margin-bottom:.25rem}.info-item__value{font-size:1rem;font-weight:400;color:#1e293b;margin:0}.documents-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.document-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;transition:all .2s ease-in-out}.document-item:hover{background:#f1f5f9}.document-item__label{font-size:.875rem;font-weight:500;color:#1e293b;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-item__link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#3b82f6;text-decoration:none;transition:color .2s ease}.document-item__link:hover{color:#2563eb}.document-item__file-icon{font-size:1rem;color:#3b82f6}.document-item__download-icon{margin-left:auto;font-size:.75rem}.document-item__status{font-size:.875rem;color:#94a3b8;font-style:italic}.admin-notes-card{background-color:#fffdfa;border-left:4px solid #f97316;border-radius:.5rem;padding:1rem}.admin-notes-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.admin-notes-card__title{margin:0;font-size:1rem;font-weight:600;color:#f97316}.admin-notes-card__icon{color:#f97316}.action-section{margin-top:2rem}.action-section__wrapper{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.alert-box{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.5rem;width:100%}.alert-box--info{background-color:#f0f9ff;border:1px solid #bfdbfe;color:#2563eb}.alert-box--warning{background-color:#fffbeb;border:1px solid #fcd34d;color:#d97706}.alert-box--success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.alert-box__icon{font-size:1.5rem;min-width:1.5rem;align-self:center}.alert-box__content h4{margin:0 0 .25rem;font-size:1rem;font-weight:600}.alert-box__content p{margin:0;font-size:.875rem}@media (max-width: 768px){.detail-page{padding:1rem}.detail-page__header{flex-direction:column;align-items:flex-start;gap:1rem}.btn-back{width:100%;justify-content:center}.main-card__content{padding:1rem}.info-section__grid,.documents-section__grid{grid-template-columns:1fr}.action-section__wrapper{align-items:stretch}}.hereg-wrapper{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.hereg-container{max-width:1200px;margin-top:40px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.hereg-header{background:var(--card-accent, #2563eb);color:#fff;padding:30px}.hereg-header-content{display:flex;align-items:center;gap:30px}.hereg-back-btn{display:flex;align-items:center;gap:10px;background:#fff3;color:#fff;border:none;padding:12px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hereg-back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.hereg-back-icon{font-size:16px}.hereg-title-section{display:flex;align-items:center;gap:20px}.hereg-icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff3;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hereg-main-icon{font-size:24px;color:#fff}.hereg-title-content h1.hereg-main-title{font-size:32px;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}.hereg-subtitle{font-size:16px;opacity:.9;margin:0;font-weight:400}.hereg-form{padding:40px}.hereg-section{margin-bottom:50px;background:#f8fafc;border-radius:16px;padding:30px;border:1px solid #e2e8f0}.hereg-section:last-of-type{margin-bottom:0}.hereg-section-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.hereg-section-icon-wrapper{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px}.hereg-section-icon{font-size:20px;color:#fff}.hereg-section-info h2.hereg-section-title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1e293b}.hereg-section-desc{font-size:14px;color:#64748b;margin:0}.hereg-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;align-items:start}.hereg-form-group{display:flex;flex-direction:column}.hereg-form-group.hereg-full-width{grid-column:1 / -1}.hereg-label{font-weight:600;color:#374151;margin-bottom:10px;font-size:14px;display:flex;align-items:center;gap:4px}.hereg-required{color:#ef4444;font-weight:700}.hereg-input,.hereg-textarea,.hereg-select{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;transition:all .3s ease;background:#fff;color:#374151}.hereg-input:focus,.hereg-textarea:focus,.hereg-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.hereg-input.hereg-error,.hereg-textarea.hereg-error,.hereg-select.hereg-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.hereg-textarea{resize:vertical;min-height:80px}.hereg-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.hereg-error-message{color:#ef4444;font-size:12px;margin-top:6px;font-weight:500;display:flex;align-items:center;gap:4px}.hereg-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.hereg-upload-item{display:flex;flex-direction:column}.hereg-upload-label{font-weight:600;color:#374151;margin-bottom:12px;font-size:14px;display:flex;align-items:center;gap:4px}.hereg-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:30px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;position:relative;min-height:140px;display:flex;align-items:center;justify-content:center}.hereg-upload-area:hover{border-color:#667eea;background:#667eea05;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.hereg-upload-area.hereg-error{border-color:#ef4444;background:#ef444405}.hereg-upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.hereg-upload-icon{font-size:32px;color:#9ca3af;transition:color .3s ease}.hereg-upload-area:hover .hereg-upload-icon{color:#667eea}.hereg-upload-text{display:flex;flex-direction:column;gap:4px}.hereg-upload-primary{font-weight:600;color:#374151;font-size:14px}.hereg-upload-secondary{font-size:12px;color:#9ca3af}.hereg-upload-info{display:flex;flex-direction:column;gap:2px}.hereg-file-types,.hereg-file-limit{font-size:11px;color:#6b7280}.hereg-upload-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.hereg-file-preview{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:20px;position:relative;transition:all .3s ease}.hereg-file-preview:hover{border-color:#667eea;box-shadow:0 4px 15px #00000014;transform:translateY(-1px)}.hereg-file-content{display:flex;align-items:center;gap:15px}.hereg-file-icon-wrapper{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px}.hereg-file-icon{font-size:16px;color:#fff}.hereg-file-details{flex:1;display:flex;flex-direction:column;gap:4px}.hereg-file-name{font-weight:600;color:#374151;font-size:14px;word-break:break-all}.hereg-file-size{font-size:12px;color:#6b7280}.hereg-file-status{display:flex;align-items:center}.hereg-success-icon{font-size:18px;color:#10b981}.hereg-remove-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;background:#ef4444;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s ease}.hereg-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.hereg-actions{display:flex;justify-content:flex-end;gap:20px;padding:30px 40px;background:#f8fafc;border-top:1px solid #e2e8f0;margin:40px -40px -40px}.hereg-btn{padding:14px 28px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;min-width:140px;justify-content:center;border:2px solid transparent}.hereg-btn-secondary{background:#fff;color:#6b7280;border-color:#d1d5db}.hereg-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.hereg-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.hereg-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.hereg-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.hereg-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:hereg-spin 1s linear infinite}@keyframes hereg-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.hereg-wrapper{padding:10px}.hereg-header{padding:20px}.hereg-header-content{flex-direction:column;align-items:flex-start;gap:20px}.hereg-title-section{gap:15px}.hereg-icon-wrapper{width:50px;height:50px}.hereg-main-icon{font-size:20px}.hereg-title-content h1.hereg-main-title{font-size:24px}.hereg-subtitle{font-size:14px}.hereg-form{padding:20px}.hereg-section{padding:20px;margin-bottom:30px}.hereg-section-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}.hereg-section-icon-wrapper{width:40px;height:40px}.hereg-section-icon{font-size:16px}.hereg-section-info h2.hereg-section-title{font-size:20px}.hereg-form-grid,.hereg-upload-grid{grid-template-columns:1fr;gap:20px}.hereg-upload-area{padding:20px 15px;min-height:120px}.hereg-upload-icon{font-size:28px}.hereg-actions{flex-direction:column;gap:15px;padding:20px;margin-left:-20px;margin-right:-20px;margin-bottom:-20px}.hereg-btn{width:100%;padding:16px 24px}}@media (max-width: 480px){.hereg-container{border-radius:0;margin:0}.hereg-wrapper{padding:0}.hereg-title-content h1.hereg-main-title{font-size:20px}.hereg-form-grid{grid-template-columns:1fr}.hereg-upload-area{padding:15px 10px;min-height:100px}.hereg-upload-icon{font-size:24px}.hereg-upload-primary{font-size:13px}.hereg-upload-secondary{font-size:11px}}.hereg-btn:focus-visible,.hereg-input:focus-visible,.hereg-textarea:focus-visible,.hereg-select:focus-visible,.hereg-upload-area:focus-visible{outline:2px solid #667eea;outline-offset:2px}@media print{.hereg-wrapper{background:#fff;padding:0}.hereg-header{background:#667eea;color:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.hereg-actions{display:none}.hereg-upload-area{border-style:solid}}.smf-wrapper{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px;font-family:Poppins,sans-serif}.smf-container{max-width:1200px;margin:40px auto;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.smf-header{background:var(--card-accent, #2563eb);color:#fff;padding:30px}.smf-header-content{display:flex;align-items:center;gap:30px}.smf-back-btn{display:flex;align-items:center;gap:10px;background:#fff3;color:#fff;border:none;padding:12px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.smf-back-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.smf-back-icon{font-size:16px}.smf-title-section{display:flex;align-items:center;gap:20px}.smf-icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#fff3;border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.smf-main-icon{font-size:24px;color:#fff}.smf-title-content h1.smf-main-title{font-size:32px;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}.smf-subtitle{font-size:16px;opacity:.9;margin:0;font-weight:400}.smf-tabs-wrapper{padding:20px 40px 0;background-color:#fff}.smf-tabs{display:flex;gap:10px;border-bottom:2px solid #e2e8f0}.smf-tab-btn{padding:12px 24px;font-size:16px;font-weight:600;border:none;background:none;cursor:pointer;color:#64748b;border-bottom:4px solid transparent;transition:all .3s ease;margin-bottom:-2px}.smf-tab-btn.active{color:#2563eb;border-bottom-color:#2563eb}.smf-tab-btn:disabled{cursor:not-allowed;opacity:.6}.smf-form{padding:40px}.smf-section{margin-bottom:50px;background:#f8fafc;border-radius:16px;padding:30px;border:1px solid #e2e8f0}.smf-section:last-of-type{margin-bottom:0}.smf-section-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.smf-section-icon-wrapper{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#17a2b8,#0d6efd);border-radius:12px}.smf-section-icon{font-size:20px;color:#fff}.smf-section-title{font-size:24px;font-weight:700;margin:0 0 8px;color:#1e293b}.smf-section-desc{font-size:14px;color:#64748b;margin:0}.smf-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;align-items:start}.smf-form-group{display:flex;flex-direction:column}.smf-form-group.smf-full-width{grid-column:1 / -1}.smf-label{font-weight:600;color:#374151;margin-bottom:10px;font-size:14px;display:flex;align-items:center;gap:4px}.smf-required{color:#ef4444;font-weight:700}.smf-input,.smf-textarea,.smf-select{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-family:inherit;transition:all .3s ease;background:#fff;color:#374151}.smf-input:focus,.smf-textarea:focus,.smf-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #17a2b81a;transform:translateY(-1px)}.smf-input.smf-error,.smf-textarea.smf-error,.smf-select.smf-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.smf-textarea{resize:vertical;min-height:80px}.smf-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.smf-error-message{color:#ef4444;font-size:12px;margin-top:6px;font-weight:500}.smf-upload-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:25px}.smf-upload-item{display:flex;flex-direction:column}.smf-upload-label{font-weight:600;color:#374151;margin-bottom:12px;font-size:14px}.smf-upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;position:relative;min-height:120px;display:flex;align-items:center;justify-content:center}.smf-upload-area:hover{border-color:#2563eb;background:#17a2b805}.smf-upload-area.smf-error{border-color:#ef4444;background:#ef444405}.smf-upload-content{display:flex;flex-direction:column;align-items:center;gap:12px}.smf-upload-icon{font-size:28px;color:#9ca3af;transition:color .3s ease}.smf-upload-area:hover .smf-upload-icon{color:#2563eb}.smf-upload-text{display:flex;flex-direction:column;gap:4px}.smf-upload-primary{font-weight:600;color:#374151;font-size:14px}.smf-upload-secondary{font-size:12px;color:#9ca3af}.smf-upload-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.smf-file-preview{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:15px;position:relative;display:flex;align-items:center;transition:all .3s ease}.smf-file-content{display:flex;align-items:center;gap:15px;flex-grow:1;overflow:hidden}.smf-file-icon-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#17a2b8,#0d6efd);border-radius:10px}.smf-file-icon{font-size:16px;color:#fff}.smf-file-details{flex-grow:1;display:flex;flex-direction:column;gap:2px;text-align:left;overflow:hidden}.smf-file-name{font-weight:600;color:#374151;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smf-file-size{font-size:12px;color:#6b7280}.smf-file-status{display:flex;align-items:center;margin-left:10px}.smf-success-icon{font-size:18px;color:#10b981}.smf-remove-btn{flex-shrink:0;margin-left:10px;width:28px;height:28px;background:#ef4444;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .3s ease}.smf-remove-btn:hover{background:#dc2626;transform:scale(1.1)}.smf-actions{display:flex;justify-content:flex-end;gap:20px;padding:30px 40px;background:#f8fafc;border-top:1px solid #e2e8f0;margin:40px -40px -40px}.smf-btn{padding:14px 28px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:10px;justify-content:center;border:2px solid transparent}.smf-btn-secondary{background:#fff;color:#6b7280;border-color:#d1d5db}.smf-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.smf-btn-primary{background:linear-gradient(135deg,#17a2b8,#0d6efd);color:#fff}.smf-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #17a2b84d}.smf-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.smf-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:smf-spin 1s linear infinite}@keyframes smf-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.smf-wrapper{padding:10px}.smf-container{margin:0;border-radius:0}.smf-form,.smf-header{padding:20px}.smf-header-content{flex-direction:column;align-items:flex-start;gap:15px}.smf-title-content h1.smf-main-title{font-size:24px}.smf-subtitle{font-size:14px}.smf-tabs-wrapper{padding:10px 20px 0;overflow-x:auto}.smf-tabs{flex-wrap:nowrap}.smf-tab-btn{flex-shrink:0}.smf-section{padding:20px;margin-bottom:30px}.smf-section-title{font-size:20px}.smf-section-header{flex-direction:column;align-items:flex-start;gap:15px;margin-bottom:20px}.smf-form-grid,.smf-upload-grid{grid-template-columns:1fr;gap:20px}.smf-file-preview{padding:10px}.smf-file-content{gap:10px}.smf-file-name{font-size:13px}.smf-actions{flex-direction:column;gap:15px;padding:20px;margin:30px -20px -20px}.smf-btn{width:100%;padding:15px 24px;font-size:15px}}@media (max-width: 480px){.smf-form,.smf-header{padding:15px}.smf-title-content h1.smf-main-title{font-size:20px}.smf-icon-wrapper{width:40px;height:40px}.smf-main-icon{font-size:18px}.smf-tabs-wrapper{padding:5px 15px 0}.smf-tabs{gap:5px}.smf-tab-btn{padding:10px 15px;font-size:14px}.smf-file-preview{padding:8px}.smf-file-content{gap:8px}.smf-file-icon-wrapper{width:32px;height:32px}.smf-file-name{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-all}.smf-file-status{margin-left:5px}.smf-remove-btn{margin-left:5px;width:24px;height:24px;font-size:10px}.smf-section-header{margin-bottom:15px}.smf-section-title{font-size:18px}.smf-input,.smf-textarea,.smf-select{padding:12px 14px}.smf-actions{padding:15px;margin:30px -15px -15px}.smf-btn{font-size:14px}}body{background-color:#f0f2f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.detail-page{max-width:900px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease-in-out}.detail-page:hover{transform:translateY(-5px)}.detail-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem}.btn-back{display:flex;align-items:center;gap:8px;padding:10px 15px;background-color:#f8f9fa;border:1px solid #ccc;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-back:hover{background-color:#e9ecef;border-color:#aaa}.btn-back__icon{font-size:1.1rem;color:#555}.status-badge{display:flex;align-items:center;padding:8px 16px;border-radius:20px;font-weight:700;color:#fff;gap:8px;text-transform:uppercase;font-size:.85rem}.status-badge--pending,.status-badge--verifikasi{background-color:#ffc107}.status-badge--dalam-proses{background-color:#007bff}.status-badge--approved{background-color:#28a745}.status-badge--rejected{background-color:#dc3545}.status-badge__icon{font-size:1rem}.main-card{background-color:#fdfdfd;border-radius:10px;box-shadow:0 2px 10px #0000000d}.main-card__header{padding:1.5rem;border-bottom:1px solid #e9e9e9}.main-card__title{display:flex;align-items:center;gap:12px;font-size:1.5rem;color:#1a237e;font-weight:600}.main-card__title-icon{color:#1a237e}.main-card__content{padding:1.5rem}.info-section{margin-bottom:2rem}.info-section__title{display:flex;align-items:center;gap:10px;font-size:1.25rem;color:#555;border-left:4px solid #007bff;padding-left:10px;margin-bottom:1.5rem}.info-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{background-color:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #e9e9e9}.info-item__label{display:block;font-size:.9rem;color:#777;margin-bottom:5px;font-weight:500}.info-item__value{font-size:1rem;font-weight:600;color:#333}.documents-section{margin-bottom:2rem}.documents-section__title{display:flex;align-items:center;gap:10px;font-size:1.25rem;color:#555;border-left:4px solid #28a745;padding-left:10px;margin-bottom:1.5rem}.documents-section__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.document-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#eaf6ff;border:1px solid #b3d7ff;border-radius:8px;transition:transform .2s,box-shadow .2s}.document-item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.document-item__label{font-weight:600;color:#004085}.document-item__link{display:flex;align-items:center;gap:5px;color:#007bff;text-decoration:none;font-weight:500;transition:color .2s}.document-item__link:hover{color:#0056b3}.document-item__download-icon{font-size:1.1rem}.admin-notes-card{background-color:#fff3cd;border:1px solid #ffeeba;border-radius:8px;padding:1.5rem;margin-top:2rem}.admin-notes-card__title{display:flex;align-items:center;gap:10px;font-size:1.25rem;color:#856404;margin-bottom:1rem}.admin-notes-card__icon{font-size:1.25rem}.admin-notes-card__content p{margin:0;color:#856404}.action-section{margin-top:2rem;padding-top:2rem;border-top:2px dashed #e0e0e0}.alert-box{display:flex;align-items:flex-start;padding:1.5rem;border-radius:8px;gap:1.5rem;margin-bottom:1.5rem}.alert-box--info{background-color:#d1ecf1;border:1px solid #bee5eb;color:#0c5460}.alert-box--success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-box--warning{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404}.alert-box__icon{font-size:2.5rem;opacity:.7}.alert-box__content h4{margin-top:0;font-size:1.2rem}.alert-box__content p{margin-bottom:0}.upload-file-card{background-color:#f0f8ff;border:1px dashed #b3d7ff;padding:2rem;border-radius:10px;display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem;text-align:center}.upload-file-label{font-weight:700;color:#1a237e;font-size:1.1rem}.file-input-group{display:flex;flex-direction:column;align-items:center;gap:1rem}.file-input-container{width:100%}.file-input-label{display:flex;align-items:center;justify-content:center;padding:15px;border:2px dashed #007bff;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .3s ease;gap:10px;color:#007bff}.file-input-label:hover{background-color:#e6f2ff;border-color:#0056b3}.upload-icon{font-size:1.5rem}.btn{padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;text-align:center;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn--primary{background-color:#007bff;color:#fff;border:none}.btn--primary:hover{background-color:#0056b3}.btn--secondary{background-color:#6c757d;color:#fff;border:none}.btn--secondary:hover{background-color:#5a6268}.btn--success{background-color:#28a745;color:#fff;border:none}.btn--success:hover{background-color:#218838}.status-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;color:#555}.status-message__spinner{border:6px solid #f3f3f3;border-top:6px solid #007bff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:1rem}.status-message--error .status-message__content{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a}.status-message__icon{font-size:3rem;margin-bottom:1rem}@media (max-width: 768px){.detail-page{padding:1rem}.main-card__title{font-size:1.2rem}.info-section__grid{grid-template-columns:1fr}.document-item{flex-direction:column;align-items:flex-start;gap:10px}}.dashboard-container{padding:24px;max-width:1280px;margin:30px auto 0}.loading{animation:pulse 2s infinite}.loading-title{height:32px;width:25%;background:#e5e7eb;border-radius:8px;margin-bottom:24px}.loading-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}.loading-card{height:96px;background:#e5e7eb;border-radius:12px}.welcome-section{background:linear-gradient(to right,#2563eb,#1d4ed8);border-radius:12px;padding:24px;color:#fff;margin-bottom:24px}.welcome-title{font-size:24px;font-weight:700;margin-bottom:8px}.welcome-subtitle{opacity:.9}.stats-grid{display:grid;grid-template-columns:1fr;gap:26px;margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s ease}.stat-card:hover{box-shadow:0 4px 6px #0000001a}.stat-title{font-size:14px;color:#6b7280;margin-bottom:4px}.stat-value{font-size:20px;font-weight:700;color:#111827}.stat-icon{border-radius:8px;padding:12px;margin-left:50px}.status-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:24px}.status-card{background:#fff;border-radius:12px;padding:36px;border:2px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.status-title{font-size:12px;color:#6b7280}.status-value{font-size:18px;font-weight:700;color:#111827}.quick-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}.quick-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.quick-title{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:16px}.quick-content{margin-top:12px}.empty-state{text-align:center;color:#6b7280}.empty-icon{font-size:24px;margin:0 auto 8px;opacity:.5}.empty-text{font-size:14px}.quick-actions{display:flex;flex-direction:column;gap:12px}.quick-link{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;color:#374151;text-decoration:none;transition:background .2s ease}.quick-link:hover{background:#f9fafb}.recent-submissions{display:flex;flex-direction:column;gap:12px;max-height:300px;overflow-y:auto}.recent-item{display:flex;align-items:center;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:all .2s ease}.recent-item:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px)}.recent-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border-radius:8px;margin-right:12px;font-size:16px}.recent-info{flex:1;min-width:0}.recent-title{font-weight:600;font-size:14px;margin:0 0 4px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-subtitle{font-size:12px;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-meta{display:flex;align-items:center;gap:8px}.recent-date{display:flex;align-items:center;gap:4px;font-size:11px}.date-icon{font-size:10px}.view-icon{font-size:14px}.text-blue{color:#2563eb}.text-green{color:#16a34a}.text-purple{color:#9333ea}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 768px){.loading-grid{grid-template-columns:repeat(4,1fr)}.stats-grid,.status-grid,.quick-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){.stats-grid,.status-grid{grid-template-columns:repeat(4,1fr)}}.today-submissions-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.container-wrapper{max-width:1400px;margin-top:30px;display:flex;flex-direction:column;gap:1.5rem}.page-header{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header-left{display:flex;align-items:center;gap:1.5rem;flex:1}.back-button{display:flex;align-items:center;gap:.5rem;color:#6b7280;text-decoration:none;padding:.75rem 1rem;border-radius:12px;transition:all .3s ease;font-weight:500;border:1px solid #e5e7eb;background:#f9fafb}.back-button:hover{color:#374151;background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.page-title{display:flex;align-items:center;gap:1rem}.title-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;box-shadow:0 8px 25px #667eea4d}.title-content h1{margin:0;font-size:2rem;font-weight:700;color:#1f2937;line-height:1.2}.title-content .subtitle{margin:.25rem 0 0;color:#6b7280;font-size:1rem;font-weight:500}.header-actions{display:flex;align-items:center;gap:1rem}.action-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.action-button.refresh{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f64d}.action-button.refresh:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.action-button.export{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}.action-button.export:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.stats-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.stat-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:1.5rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent-color);border-radius:16px 16px 0 0}.stat-card.total:before{background:linear-gradient(135deg,#6366f1,#4f46e5)}.stat-card.izin-memimpin:before{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card.heregistrasi:before{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.pending:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.approved:before{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.rejected:before{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026;border-color:#cbd5e1}.stat-info{display:flex;flex-direction:column;gap:.5rem}.stat-label{font-size:.9rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1}.stat-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:1.4rem;color:#fff;opacity:.9}.stat-card.total .stat-icon{background:linear-gradient(135deg,#6366f1,#4f46e5)}.stat-card.izin-memimpin .stat-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.stat-card.heregistrasi .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.approved .stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.stat-card.rejected .stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.filter-section{background:#fff;border-radius:16px;padding:1.5rem 2rem;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2)}.filter-header{margin-bottom:1.5rem}.filter-title{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;color:#374151}.filter-title svg{color:#6b7280;font-size:1rem}.filter-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.9rem;font-weight:600;color:#374151}.filter-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease;cursor:pointer}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.submissions-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2);overflow:hidden}.submissions-header{padding:2rem 2rem 1rem;border-bottom:2px solid #f1f5f9;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.submissions-title{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;font-weight:700;color:#1e293b}.submissions-title svg{color:#64748b;font-size:1.1rem}.submissions-count{color:#64748b;font-weight:500;margin-left:.5rem}.submissions-content{padding:0}.empty-state{padding:4rem 2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.empty-icon{margin:0 auto 2rem;width:80px;height:80px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#64748b}.empty-title{font-size:1.5rem;font-weight:600;color:#475569;margin:0 0 1rem}.empty-description{font-size:1rem;color:#64748b;line-height:1.6;margin:0}.submissions-list{display:flex;flex-direction:column}.submission-item{padding:2rem;border-bottom:1px solid #f1f5f9;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;gap:2rem}.submission-item:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.submission-item:last-child{border-bottom:none}.submission-main{flex:1;display:flex;flex-direction:column;gap:1.5rem}.submission-header-item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.submission-type{display:flex;align-items:center;gap:.75rem}.type-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff}.submission-item .type-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.submission-item:has(.type-label:contains("Heregistrasi")) .type-icon{background:linear-gradient(135deg,#10b981,#059669)}.type-label{font-size:1.1rem;font-weight:600;color:#1e293b}.status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:25px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-badge.pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #f59e0b}.status-badge.approved{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #10b981}.status-badge.rejected{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid #ef4444}.status-badge.default{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#475569;border:1px solid #cbd5e1}.status-icon{font-size:.9rem}.status-icon.pending{color:#f59e0b}.status-icon.approved{color:#10b981}.status-icon.rejected{color:#ef4444}.status-icon.default{color:#6b7280}.submission-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.85rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:1rem;color:#1e293b;font-weight:500}.submission-actions{display:flex;align-items:center;gap:1rem}.detail-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;box-shadow:0 4px 15px #3b82f64d}.detail-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.loading-skeleton{padding:2rem}.skeleton-header{margin-bottom:2rem}.skeleton-title{width:300px;height:40px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:8px;margin-bottom:1rem}.skeleton-subtitle{width:200px;height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:4px}.skeleton-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.skeleton-stat-card{height:120px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:16px}.skeleton-content{display:flex;flex-direction:column;gap:1rem}.skeleton-item{height:100px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite;border-radius:12px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 1200px){.container-wrapper{max-width:100%;padding:0 1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}}@media (max-width: 768px){.today-submissions-container{padding:1rem}.page-header{padding:1.5rem}.header-top{flex-direction:column;align-items:stretch;text-align:center}.header-left{flex-direction:column;gap:1rem}.page-title{justify-content:center}.title-content h1{font-size:1.5rem}.header-actions{justify-content:center;flex-wrap:wrap}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.stat-card{padding:1rem}.stat-value{font-size:2rem}.filter-controls{grid-template-columns:1fr;gap:1rem}.submissions-header{padding:1.5rem}.submission-item{padding:1.5rem;flex-direction:column;align-items:stretch;gap:1.5rem}.submission-header-item{flex-direction:column;align-items:stretch;gap:1rem}.submission-details{grid-template-columns:1fr;gap:1rem}.submission-actions{justify-content:stretch}.detail-button{justify-content:center;width:100%}}@media (max-width: 480px){.today-submissions-container{padding:.5rem}.container-wrapper{gap:1rem}.page-header,.stats-section,.filter-section,.submissions-section{padding:1rem;border-radius:12px}.title-icon{width:50px;height:50px;font-size:1.2rem}.title-content h1{font-size:1.3rem}.action-button{padding:.5rem 1rem;font-size:.9rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.stat-card{padding:.75rem}.stat-value{font-size:1.5rem}.stat-icon{width:40px;height:40px;font-size:1.1rem}.submission-item{padding:1rem}}@media print{.today-submissions-container{background:#fff;padding:0}.header-actions,.filter-section{display:none}.page-header,.stats-section,.submissions-section{box-shadow:none;border:1px solid #e5e7eb}.submission-item{-moz-column-break-inside:avoid;break-inside:avoid}.detail-button{display:none}}.user-management-container{padding:24px;max-width:1200px;margin-top:30px;background-color:#f8fafc;min-height:100vh}.header-section{background:#2563eb;border-radius:16px;padding:32px;margin-bottom:24px;color:#fff;box-shadow:0 10px 25px #0000001a}.header-content{text-align:center}.page-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:2.5rem;font-weight:700;margin:0 0 8px}.title-icon{font-size:2.2rem;color:#fff}.page-subtitle{font-size:1.1rem;opacity:.9;margin:0;font-weight:300}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.stat-content{display:flex;align-items:center;justify-content:space-between}.stat-info h3{font-size:2.5rem;font-weight:700;margin:0 0 8px;color:#1f2937}.stat-info p{font-size:.9rem;color:#6b7280;margin:0;font-weight:500}.stat-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.controls-section{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.search-box{position:relative;flex:1;max-width:400px}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1rem}.search-input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.control-buttons{display:flex;gap:12px}.btn-export{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#10b981;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-export:hover{background:#059669;transform:translateY(-1px)}.table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;margin-bottom:24px}.users-table{width:100%;border-collapse:collapse}.users-table th{background:#f8fafc;padding:16px;text-align:left;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;font-size:.9rem}.users-table td{padding:16px;border-bottom:1px solid #f3f4f6;color:#1f2937;font-size:.9rem}.users-table tbody tr:hover{background:#f9fafb}.no-data{text-align:center;padding:48px 16px;color:#6b7280;font-style:italic}.action-buttons{display:flex;gap:8px}.btn-view,.btn-edit,.btn-delete{padding:8px;border:none;border-radius:8px;cursor:pointer;font-size:.85rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.btn-view{background:#dbeafe;color:#1d4ed8}.btn-view:hover{background:#bfdbfe}.btn-edit{background:#fef3c7;color:#d97706}.btn-edit:hover{background:#fde68a}.btn-delete{background:#fee2e2;color:#dc2626}.btn-delete:hover{background:#fecaca}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.pagination-btn{padding:10px 16px;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-weight:600;color:#374151}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0}.modal-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#6b7280;padding:4px;border-radius:4px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:24px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:1px solid #e5e7eb}.user-details{display:flex;flex-direction:column;gap:16px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.detail-row:last-child{border-bottom:none}.detail-row strong{color:#374151;font-weight:600}.detail-row span{color:#6b7280;text-align:right}.edit-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#374151;font-size:.9rem}.form-group input{padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.delete-confirmation{text-align:center}.user-info{background:#f9fafb;padding:16px;border-radius:8px;margin:16px 0}.user-info strong{font-size:1.1rem;color:#1f2937}.text-gray{color:#6b7280;font-size:.9rem}.warning-text{color:#dc2626;font-weight:600;font-size:.9rem;margin-top:12px}.btn-primary{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:#5a67d8}.btn-secondary{background:#e5e7eb;color:#374151;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#d1d5db}.btn-danger{background:#dc2626;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-danger:hover{background:#b91c1c}.role-badge{padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.role-badge.admin{background:#fee2e2;color:#dc2626}.role-badge.user{background:#dbeafe;color:#1d4ed8}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}@media (max-width: 1024px){.user-management-container{padding:16px}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.controls-section{flex-direction:column;align-items:stretch;gap:16px}.search-box{max-width:none;flex:none}}@media (max-width: 768px){.page-title{font-size:2rem}.title-icon{font-size:1.8rem}.stats-grid{grid-template-columns:1fr;gap:12px}.stat-card{padding:16px}.stat-info h3{font-size:2rem}.stat-icon{width:50px;height:50px;font-size:1.3rem}.search-input{padding:12px 16px 12px 40px;font-size:.95rem}.control-buttons{flex-wrap:wrap;justify-content:space-between}.btn-export{width:100%;justify-content:center;padding:12px 0}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table{min-width:700px}.users-table th,.users-table td{padding:10px 12px;font-size:.85rem}.action-buttons{flex-wrap:nowrap;gap:4px}.btn-view,.btn-edit,.btn-delete{padding:6px;font-size:.8rem;width:30px;height:30px}.modal-content{margin:0 16px;width:auto}}.admin-izin-memimpin-container{padding:24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:30px}.admin-izin-memimpin--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#475569;font-size:1.2rem}.admin-izin-memimpin__spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.admin-izin-memimpin__spinner--small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white}.admin-izin-memimpin__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:24px}.admin-izin-memimpin__header-content{flex:1}.admin-izin-memimpin__title{display:flex;align-items:center;gap:12px;font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 8px}.admin-izin-memimpin__title-icon{color:#3b82f6;font-size:1.75rem}.admin-izin-memimpin__subtitle{color:#64748b;font-size:1.2rem;margin-left:40px}.admin-izin-memimpin__stats-card{display:inline-flex;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;border:1px solid #e2e8f0}.admin-izin-memimpin__stat-item{display:flex;flex-direction:column;align-items:center;padding:20px 24px;min-width:120px}.admin-izin-memimpin__stat-item:not(:last-child){border-right:1px solid #e2e8f0}.admin-izin-memimpin__stat-number{font-size:2rem;font-weight:700;color:#1e293b;line-height:1}.admin-izin-memimpin__stat-label{font-size:.875rem;color:#64748b;text-align:center;margin-top:4px}.admin-izin-memimpin__action-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:24px;gap:16px}.admin-izin-memimpin__filters{display:flex;align-items:center;gap:12px}.admin-izin-memimpin__filter-icon{color:#64748b;font-size:1.2rem}.admin-izin-memimpin__filter-select,.admin-izin-memimpin__date-input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;color:#374151}.admin-izin-memimpin__custom-dates{display:flex;align-items:center;gap:8px;font-size:1rem;color:#64748b}.admin-izin-memimpin__export-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-izin-memimpin__export-btn:hover{background:#059669}.admin-izin-memimpin__export-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.admin-izin-memimpin__data-summary{margin-bottom:16px;color:#64748b;font-size:1rem}.admin-izin-memimpin__empty-state{text-align:center;padding:80px 24px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.admin-izin-memimpin__empty-icon{font-size:4rem;color:#cbd5e1;margin-bottom:24px}.admin-izin-memimpin__empty-state h3{font-size:1.5rem;color:#1e293b;margin:0 0 8px}.admin-izin-memimpin__empty-state p{color:#64748b;font-size:1.1rem;margin:0}.admin-izin-memimpin__content{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.admin-izin-memimpin__table-header{padding:24px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.admin-izin-memimpin__table-header h2{margin:0;font-size:1.5rem;color:#1e293b;font-weight:600}.admin-izin-memimpin__table-wrapper{overflow-x:auto}.admin-izin-memimpin__table{width:100%;border-collapse:collapse;background:#fff}.admin-izin-memimpin__table thead{background:#f1f5f9}.admin-izin-memimpin__table th{padding:16px 20px;text-align:left;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.admin-izin-memimpin__table-icon{margin-right:8px;color:#64748b}.admin-izin-memimpin__table tbody tr{transition:all .2s ease}.admin-izin-memimpin__table tbody tr:hover{background:#f8fafc}.admin-izin-memimpin__table tbody tr:not(:last-child){border-bottom:1px solid #f1f5f9}.admin-izin-memimpin__cell{padding:20px;vertical-align:middle}.admin-izin-memimpin__cell--applicant-name,.admin-izin-memimpin__cell--school-name{font-weight:600;color:#1e293b}.admin-izin-memimpin__applicant-name,.admin-izin-memimpin__school-name{font-size:1rem;line-height:1.4}.admin-izin-memimpin__cell--jenjang{font-size:.9rem}.admin-izin-memimpin__jenjang-text{background-color:#e0f2fe;color:#0c4a6e;padding:4px 8px;border-radius:4px;font-weight:500;text-transform:capitalize}.admin-izin-memimpin__cell--status{text-align:center}.admin-izin-memimpin__status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.775rem;font-weight:500;text-transform:capitalize;white-space:nowrap}.admin-izin-memimpin__status-dot{width:8px;height:8px;border-radius:50%}.admin-izin-memimpin__status-badge--approved{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-izin-memimpin__status-badge--approved .admin-izin-memimpin__status-dot{background:#22c55e;animation:pulse-green 2s infinite}.admin-izin-memimpin__status-badge--rejected{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-izin-memimpin__status-badge--rejected .admin-izin-memimpin__status-dot{background:#ef4444}.admin-izin-memimpin__status-badge--pending{background:#fef3c7;color:#d97706;border:1px solid #fed7aa}.admin-izin-memimpin__status-badge--pending .admin-izin-memimpin__status-dot{background:#f59e0b;animation:pulse-yellow 2s infinite}.admin-izin-memimpin__cell--date{color:#64748b}.admin-izin-memimpin__date-info{display:flex;flex-direction:column;gap:2px}.admin-izin-memimpin__date-main{font-weight:500;color:#374151}.admin-izin-memimpin__date-time{font-size:.875rem;color:#9ca3af}.admin-izin-memimpin__action-buttons{display:flex;justify-content:center;gap:6px;white-space:nowrap}.admin-izin-memimpin__action-buttons button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1}.admin-izin-memimpin__btn-detail{background:#3b82f6;color:#fff;padding:8px 12px}.admin-izin-memimpin__btn-edit{background:#f59e0b;color:#fff;padding:8px}.admin-izin-memimpin__btn-delete{background:#ef4444;color:#fff;padding:8px}.admin-izin-memimpin__action-buttons button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.admin-izin-memimpin__action-buttons button:active:not(:disabled){transform:translateY(0);filter:brightness(1.05)}.admin-izin-memimpin__action-buttons button:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.admin-izin-memimpin__btn-icon{font-size:.8rem}.admin-izin-memimpin__action-buttons button span{display:none}.admin-izin-memimpin__btn-detail span{display:inline-block;margin-left:4px}@media (min-width: 1024px){.admin-izin-memimpin__action-buttons{gap:8px}.admin-izin-memimpin__action-buttons button{padding:8px 12px}.admin-izin-memimpin__action-buttons button span{display:inline-block;margin-left:4px}}.admin-izin-memimpin__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-izin-memimpin__modal-content{background:#fff;padding:24px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 8px 16px #0003;position:relative}.admin-izin-memimpin__modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px}.admin-izin-memimpin__modal-header h3{font-size:1.5rem;color:#1e293b;margin:0}.admin-izin-memimpin__modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;transition:color .2s}.admin-izin-memimpin__modal-close:hover{color:#1e293b}.admin-izin-memimpin__modal-body{padding-bottom:16px}.admin-izin-memimpin__export-info{display:flex;align-items:center;gap:16px;margin-bottom:16px}.admin-izin-memimpin__excel-icon{font-size:3rem;color:#22c55e}.admin-izin-memimpin__export-details h4{margin:0 0 4px;font-size:1.2rem;color:#1e293b}.admin-izin-memimpin__export-details p{margin:0;color:#64748b}.admin-izin-memimpin__export-note{background:#f1f5f9;border-left:4px solid #3b82f6;padding:12px;border-radius:4px;font-size:.9rem;color:#475569}.admin-izin-memimpin__modal-footer{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e2e8f0;padding-top:16px}.admin-izin-memimpin__btn-cancel{padding:10px 16px;background:#e2e8f0;color:#475569;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.admin-izin-memimpin__btn-cancel:hover{background:#cbd5e1}.admin-izin-memimpin__btn-export{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.admin-izin-memimpin__btn-export:hover{background:#059669}@media (max-width: 768px){.admin-izin-memimpin-container{padding:16px}.admin-izin-memimpin__header{flex-direction:column;gap:20px;align-items:stretch}.admin-izin-memimpin__title{font-size:1.75rem}.admin-izin-memimpin__stats-card{display:grid;grid-template-columns:repeat(2,1fr);width:100%;box-shadow:none;border:1px solid #e2e8f0}.admin-izin-memimpin__stat-item:nth-child(2n){border-right:none}.admin-izin-memimpin__stat-item:nth-child(1),.admin-izin-memimpin__stat-item:nth-child(2){border-bottom:1px solid #e2e8f0}.admin-izin-memimpin__action-bar{flex-direction:column;align-items:stretch}.admin-izin-memimpin__filters{width:100%;justify-content:space-between}.admin-izin-memimpin__export-btn{width:100%;justify-content:center}.admin-izin-memimpin__table-wrapper{font-size:.875rem}.admin-izin-memimpin__table th,.admin-izin-memimpin__cell{padding:12px 16px}.admin-izin-memimpin__btn-detail span{display:none}}@media (max-width: 640px){.admin-izin-memimpin__title{font-size:1.5rem}.admin-izin-memimpin__table th,.admin-izin-memimpin__cell{padding:8px 12px}.admin-izin-memimpin__applicant-name,.admin-izin-memimpin__school-name{font-size:.9rem}.admin-izin-memimpin__status-badge{font-size:.75rem;padding:4px 8px}}.dtl-container{padding:24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:30px}.loading-container,.error-container,.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:16px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin:24px}.error-content h2,.not-found-container h2{color:#dc2626;margin:0 0 8px}.error-content p,.not-found-container p{color:#64748b;text-align:center}.navigation-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.btn-back{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;text-decoration:none;font-weight:500;transition:all .2s ease;cursor:pointer}.btn-back:hover{background:#f8fafc;color:#374151;border-color:#cbd5e1}.btn-icon{font-size:.875rem}.breadcrumb span:not(:last-child):after{content:"";margin-left:8px}.header-card{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;padding:32px;color:#fff;margin-bottom:24px;box-shadow:0 10px 25px #3b82f64d;display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.application-id{display:flex;align-items:center;gap:8px;margin-bottom:16px}.id-label{background:#fff3;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:500}.id-value{font-size:.875rem;font-weight:600}.application-title{display:flex;align-items:center;gap:12px;font-size:1.75rem;color:#fff;font-weight:700;margin:0 0 16px;line-height:1.2}.title-icon{font-size:1.5rem;opacity:.9}.application-meta{display:flex;flex-direction:column;gap:8px}.meta-item{display:flex;align-items:center;gap:8px;font-size:.875rem;opacity:.9}.status-info{display:flex;align-items:center}.status-indicator{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:25px;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.status-indicator.status-approved{background:#22c55e33;color:#fff;border:2px solid rgba(34,197,94,.3)}.status-indicator.status-rejected{background:#ef444433;color:#fff;border:2px solid rgba(239,68,68,.3)}.status-indicator.status-pending{background:#f59e0b33;color:#fff;border:2px solid rgba(245,158,11,.3)}.status-icon{font-size:1rem}.info-card,.documents-card,.sk-card,.admin-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;margin-bottom:24px;overflow:hidden}.card-header{padding:24px;border-bottom:1px solid #f1f5f9;background:#fafbfc;display:flex;justify-content:space-between;align-items:center}.card-header h2{display:flex;align-items:center;gap:12px;margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.section-icon{color:#3b82f6;font-size:1.125rem}.doc-count{background:#eff6ff;color:#2563eb;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500}.info-grid{padding:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.info-item{display:flex;flex-direction:column;gap:6px}.info-item label{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.label-icon{font-size:.75rem;color:#64748b}.info-item value{font-size:1rem;color:#1e293b;line-height:1.4;padding:8px 0}.note-text{background:#f8fafc;padding:12px;border-radius:6px;border-left:4px solid #3b82f6;font-style:italic;color:#64748b}.documents-grid{padding:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.document-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:all .2s ease}.document-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.doc-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#dc2626;color:#fff;border-radius:6px;font-size:1.125rem}.doc-info{flex:1;min-width:0}.doc-info h4{margin:0 0 4px;font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.3}.doc-info p{margin:0;font-size:.75rem;color:#64748b}.btn-preview,.btn-download{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#64748b;cursor:pointer;transition:all .2s ease;font-size:.875rem}.btn-preview:hover{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.btn-download:hover{background:#f0fdf4;color:#16a34a;border-color:#bbf7d0}.sk-content{padding:24px}.sk-item{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:8px}.sk-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#16a34a;color:#fff;border-radius:8px;font-size:1.25rem}.sk-info h4{margin:0 0 4px;font-size:1rem;font-weight:600;color:#166534}.sk-info p{margin:0;font-size:.875rem;color:#15803d}.sk-actions{display:flex;gap:8px}.btn-preview-sk,.btn-download-sk{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid #bbf7d0;border-radius:6px;background:#fff;color:#16a34a;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;text-decoration:none}.btn-preview-sk:hover,.btn-download-sk:hover{background:#f0fdf4;border-color:#86efac}.admin-form{padding:24px}.form-group{margin-bottom:20px}.form-select,.form-textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s ease}.form-textarea{resize:vertical;min-height:100px;font-family:inherit}.upload-area{position:relative;border:2px dashed #cbd5e1;border-radius:8px;padding:24px;text-align:center;background:#f8fafc;transition:all .2s ease}.file-input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-content{display:flex;flex-direction:column;align-items:center;gap:12px;pointer-events:none}.upload-icon{font-size:2rem;color:#94a3b8}.file-name{font-weight:600;color:#1e293b}.upload-title{font-weight:600;color:#374151}.upload-subtitle{font-size:.875rem;color:#64748b}.form-actions{display:flex;justify-content:flex-end;margin-top:24px}.btn-save{display:flex;align-items:center;gap:8px;padding:12px 24px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:160px;justify-content:center}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-approve{background:#16a34a;color:#fff}.btn-approve:hover:not(:disabled){background:#15803d;transform:translateY(-1px);box-shadow:0 4px 8px #16a34a4d}.btn-reject{background:#dc2626;color:#fff}.btn-reject:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 8px #dc26264d}.btn-process{background:#3b82f6;color:#fff}.btn-process:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}@media (max-width: 768px){.dtl-container{padding:16px}.header-card{flex-direction:column;padding:24px;text-align:center}.application-title{font-size:1.5rem}.info-grid,.documents-grid{grid-template-columns:1fr;padding:20px}.document-item{flex-direction:column;align-items:flex-start;gap:12px}.doc-actions{align-self:stretch;justify-content:space-around}.btn-preview,.btn-download{flex:1;height:40px}}@media (max-width: 640px){.navigation-bar{flex-direction:column;align-items:flex-start;gap:12px}.breadcrumb{font-size:.75rem}.sk-item{flex-direction:column;text-align:center;gap:16px}.sk-actions{width:100%;justify-content:space-around}}.admin-hereg-container{padding:24px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:30px}.admin-hereg--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#475569;font-size:1.2rem}.admin-hereg__spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.admin-hereg__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:24px}.admin-hereg__header-content{flex:1}.admin-hereg__title{display:flex;align-items:center;gap:12px;font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 8px}.admin-hereg__title-icon{color:#3b82f6;font-size:1.75rem}.admin-hereg__subtitle{color:#64748b;font-size:1.2rem;margin-left:40px}.admin-hereg__stats-card{display:inline-flex;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;border:1px solid #e2e8f0}.admin-hereg__stat-item{display:flex;flex-direction:column;align-items:center;padding:20px 24px;min-width:120px}.admin-hereg__stat-item:not(:last-child){border-right:1px solid #e2e8f0}.admin-hereg__stat-number{font-size:2rem;font-weight:700;color:#1e293b;line-height:1}.admin-hereg__stat-label{font-size:.875rem;color:#64748b;text-align:center;margin-top:4px}.admin-hereg__action-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:24px;gap:16px}.admin-hereg__filters{display:flex;align-items:center;gap:12px}.admin-hereg__filter-icon{color:#64748b;font-size:1.2rem}.admin-hereg__filter-select,.admin-hereg__date-input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;color:#374151}.admin-hereg__custom-dates{display:flex;align-items:center;gap:8px;font-size:1rem;color:#64748b}.admin-hereg__export-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-hereg__export-btn:hover{background:#059669}.admin-hereg__export-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.admin-hereg__data-summary{margin-bottom:16px;color:#64748b;font-size:1rem}.admin-hereg__empty-state{text-align:center;padding:80px 24px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0}.admin-hereg__empty-icon{font-size:4rem;color:#cbd5e1;margin-bottom:24px}.admin-hereg__empty-state h3{font-size:1.5rem;color:#1e293b;margin:0 0 8px}.admin-hereg__empty-state p{color:#64748b;font-size:1.1rem;margin:0}.admin-hereg__content{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e2e8f0;overflow:hidden}.admin-hereg__table-header{padding:24px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.admin-hereg__table-header h2{margin:0;font-size:1.5rem;color:#1e293b;font-weight:600}.admin-hereg__table-wrapper{overflow-x:auto}.admin-hereg__table{width:100%;border-collapse:collapse;background:#fff}.admin-hereg__table thead{background:#f1f5f9}.admin-hereg__table th{padding:16px 20px;text-align:left;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e2e8f0}.admin-hereg__table-icon{margin-right:8px;color:#64748b}.admin-hereg__table tbody tr{transition:all .2s ease}.admin-hereg__table tbody tr:hover{background:#f8fafc}.admin-hereg__table tbody tr:not(:last-child){border-bottom:1px solid #f1f5f9}.admin-hereg__cell{padding:20px;vertical-align:middle}.admin-hereg__cell--school-name{font-weight:600;color:#1e293b}.admin-hereg__school-name{font-size:1rem;line-height:1.4}.admin-hereg__cell--npsn{font-family:Monaco,Menlo,monospace;font-size:.9rem;color:#64748b}.admin-hereg__npsn-code{background:#f1f5f9;padding:4px 8px;border-radius:4px;border:1px solid #e2e8f0}.admin-hereg__cell--jenjang{font-size:.9rem}.admin-hereg__jenjang-badge{background-color:#e0f2fe;color:#0c4a6e;padding:4px 8px;border-radius:4px;font-weight:500;text-transform:capitalize}.admin-hereg__cell--location{color:#64748b}.admin-hereg__cell--status{text-align:center}.admin-hereg__status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.775rem;font-weight:500;text-transform:capitalize;white-space:nowrap}.admin-hereg__status-dot{width:8px;height:8px;border-radius:50%}.admin-hereg__status-badge--approved{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-hereg__status-badge--approved .admin-hereg__status-dot{background:#22c55e;animation:pulse-green 2s infinite}.admin-hereg__status-badge--rejected{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-hereg__status-badge--rejected .admin-hereg__status-dot{background:#ef4444}.admin-hereg__status-badge--pending{background:#fef3c7;color:#d97706;border:1px solid #fed7aa}.admin-hereg__status-badge--pending .admin-hereg__status-dot{background:#f59e0b;animation:pulse-yellow 2s infinite}@keyframes pulse-green{0%,to{opacity:1}50%{opacity:.5}}@keyframes pulse-yellow{0%,to{opacity:1}50%{opacity:.5}}.admin-hereg__cell--date{color:#64748b}.admin-hereg__date-info{display:flex;flex-direction:column;gap:2px}.admin-hereg__date-main{font-weight:500;color:#374151}.admin-hereg__date-time{font-size:.875rem;color:#9ca3af}.admin-hereg__action-buttons{display:flex;justify-content:center;gap:6px;white-space:nowrap}.admin-hereg__action-buttons button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1}.admin-hereg__btn-detail{background:#3b82f6;color:#fff;padding:8px 12px}.admin-hereg__btn-edit{background:#f59e0b;color:#fff;padding:8px}.admin-hereg__btn-delete{background:#ef4444;color:#fff;padding:8px}.admin-hereg__action-buttons button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.admin-hereg__action-buttons button:active:not(:disabled){transform:translateY(0);filter:brightness(1.05)}.admin-hereg__action-buttons button:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.admin-hereg__btn-icon{font-size:.8rem}.admin-hereg__action-buttons button span{display:none}.admin-hereg__btn-detail span{display:inline-block;margin-left:4px}@media (min-width: 1024px){.admin-hereg__action-buttons{gap:8px}.admin-hereg__action-buttons button{padding:8px 12px}.admin-hereg__action-buttons button span{display:inline-block;margin-left:4px}}.admin-hereg__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-hereg__modal-content{background:#fff;padding:24px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 8px 16px #0003;position:relative}.admin-hereg__modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;padding-bottom:16px;margin-bottom:16px}.admin-hereg__modal-header h3{font-size:1.5rem;color:#1e293b;margin:0}.admin-hereg__modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;transition:color .2s}.admin-hereg__modal-close:hover{color:#1e293b}.admin-hereg__modal-body{padding-bottom:16px}.admin-hereg__export-info{display:flex;align-items:center;gap:16px;margin-bottom:16px}.admin-hereg__excel-icon{font-size:3rem;color:#22c55e}.admin-hereg__export-details h4{margin:0 0 4px;font-size:1.2rem;color:#1e293b}.admin-hereg__export-details p{margin:0;color:#64748b}.admin-hereg__export-note{background:#f1f5f9;border-left:4px solid #3b82f6;padding:12px;border-radius:4px;font-size:.9rem;color:#475569}.admin-hereg__modal-footer{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e2e8f0;padding-top:16px}.admin-hereg__btn-cancel{padding:10px 16px;background:#e2e8f0;color:#475569;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.admin-hereg__btn-cancel:hover{background:#cbd5e1}.admin-hereg__btn-export{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.admin-hereg__btn-export:hover{background:#059669}.admin-hereg__spinner--small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white}@media (max-width: 768px){.admin-hereg-container{padding:16px}.admin-hereg__header{flex-direction:column;gap:20px;align-items:stretch}.admin-hereg__title{font-size:1.75rem}.admin-hereg__stats-card{display:grid;grid-template-columns:repeat(2,1fr);width:100%;box-shadow:none;border:1px solid #e2e8f0}.admin-hereg__stat-item:nth-child(2n){border-right:none}.admin-hereg__stat-item:nth-child(1),.admin-hereg__stat-item:nth-child(2){border-bottom:1px solid #e2e8f0}.admin-hereg__action-bar{flex-direction:column;align-items:stretch}.admin-hereg__filters{width:100%;justify-content:space-between}.admin-hereg__export-btn{width:100%;justify-content:center}.admin-hereg__table-wrapper{font-size:.875rem}.admin-hereg__table th,.admin-hereg__cell{padding:12px 16px}.admin-hereg__btn-detail span{display:none}}@media (max-width: 640px){.admin-hereg__title{font-size:1.5rem}.admin-hereg__table th,.admin-hereg__cell{padding:8px 12px}.admin-hereg__school-name{font-size:.9rem}.admin-hereg__status-badge{font-size:.75rem;padding:4px 8px}}.dtl-container{max-width:1200px;margin-top:30px;padding:24px;background:#f8fafc;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.error-container,.not-found-container{display:flex;align-items:center;justify-content:center;min-height:400px}.error-content{text-align:center;padding:40px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #fecaca;max-width:500px}.error-content h2{color:#dc2626;margin-bottom:16px}.error-content p{color:#64748b;margin-bottom:24px}.navigation-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.btn-back{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#374151;text-decoration:none;font-weight:500;transition:all .2s ease;cursor:pointer;font-size:.9rem}.btn-back:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.breadcrumb{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.875rem}.breadcrumb span:last-child{color:#1e293b;font-weight:500}.header-card,.info-card,.documents-card,.sk-card,.admin-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;margin-bottom:24px;overflow:hidden}.header-card{display:flex;justify-content:space-between;align-items:flex-start;padding:32px;background:linear-gradient(135deg,#3b82f6,#b091cf);color:#fff;border:none}.header-info{flex:1}.application-id{margin-bottom:12px}.id-label{display:block;font-size:.875rem;opacity:.8;margin-bottom:4px}.id-value{font-size:1.1rem;font-weight:600;font-family:Monaco,Menlo,monospace}.application-title{display:flex;align-items:center;gap:15px;font-size:2rem;font-weight:700;margin:0 0 16px;line-height:1.2}.title-icon{font-size:1.75rem;opacity:.9;margin-top:-10px}.application-meta{display:flex;flex-wrap:wrap;gap:16px}.meta-item{display:flex;align-items:center;gap:6px;font-size:.9rem;opacity:.9}.meta-icon{font-size:.875rem}.status-info{align-self:flex-start}.status-indicator{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:25px;font-weight:600;font-size:1rem;white-space:nowrap}.status-approved{background:#22c55e26;color:#fff;border:2px solid rgba(255,255,255,.3)}.status-rejected{background:#ef444426;color:#fff;border:2px solid rgba(255,255,255,.3)}.status-pending{background:#f59e0b26;color:#fff;border:2px solid rgba(255,255,255,.3)}.status-icon{font-size:1.1rem}.card-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #f1f5f9;background:#f8fafc}.card-header h2{display:flex;align-items:center;gap:10px;margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.section-icon{color:#3b82f6;font-size:1.1rem}.doc-count{background:#dbeafe;color:#1e40af;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:500}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;padding:32px}.info-item{display:flex;flex-direction:column;gap:8px}.info-item.full-width{grid-column:1 / -1}.info-item label{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.label-icon{font-size:.75rem;color:#9ca3af}.info-item value{font-size:1rem;color:#1e293b;font-weight:500;line-height:1.5}.npsn-code{font-family:Monaco,Menlo,monospace;background:#f1f5f9;padding:4px 8px;border-radius:4px;display:inline-block;border:1px solid #e2e8f0}.note-text{background:#fffbeb;padding:16px;border-radius:8px;border-left:4px solid #f59e0b;font-style:italic}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:32px}.document-item{display:flex;align-items:center;gap:16px;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}.document-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.doc-icon{width:50px;height:50px;background:#dbeafe;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1e40af;font-size:1.5rem;flex-shrink:0}.doc-info{flex:1}.doc-info h4{margin:0 0 4px;font-size:1rem;font-weight:600;color:#1e293b;line-height:1.3}.doc-info p{margin:0;font-size:.875rem;color:#64748b}.doc-actions{display:flex;gap:8px}.btn-preview,.btn-download{width:40px;height:40px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-preview{background:#dbeafe;color:#1e40af}.btn-preview:hover{background:#bfdbfe;transform:scale(1.05)}.btn-download{background:#dcfce7;color:#166534}.btn-download:hover{background:#bbf7d0;transform:scale(1.05)}.sk-content{padding:32px}.sk-item{display:flex;align-items:center;gap:20px;padding:24px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px}.sk-icon{width:60px;height:60px;background:#fef3c7;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#d97706;font-size:1.75rem;flex-shrink:0}.sk-info{flex:1}.sk-info h4{margin:0 0 6px;font-size:1.1rem;font-weight:600;color:#1e293b}.sk-info p{margin:0;color:#64748b}.sk-actions{display:flex;gap:12px}.btn-preview-sk,.btn-download-sk{display:flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-preview-sk{background:#dbeafe;color:#1e40af}.btn-preview-sk:hover{background:#bfdbfe;transform:translateY(-1px)}.btn-download-sk{background:#dcfce7;color:#166534}.btn-download-sk:hover{background:#bbf7d0;transform:translateY(-1px)}.admin-form{padding:32px}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-size:.875rem;font-weight:600;color:#374151}.form-select,.form-textarea{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff;font-family:inherit}.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px;line-height:1.5}.upload-area{position:relative;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;transition:all .2s ease;cursor:pointer}.upload-area:hover{border-color:#3b82f6;background:#f0f9ff}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:1}.upload-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;gap:12px}.upload-icon{font-size:2.5rem;color:#9ca3af;margin-bottom:8px}.upload-text{display:flex;flex-direction:column;gap:4px}.file-name{font-weight:600;color:#1e293b;font-size:1rem}.file-size{font-size:.875rem;color:#64748b}.upload-title{font-weight:600;color:#374151;font-size:1rem}.upload-subtitle{font-size:.875rem;color:#9ca3af}.form-actions{border-top:1px solid #f1f5f9;padding-top:24px;margin-top:32px}.btn-save{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}.btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-approve{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b98166}.btn-approve:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98180}.btn-reject{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef444466}.btn-reject:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #ef444480}.btn-process{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b66}.btn-process:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b80}.btn-icon{font-size:1.1rem}@media (max-width: 768px){.dtl-container{padding:16px}.navigation-bar{flex-direction:column;align-items:flex-start;gap:12px}.header-card{flex-direction:column;gap:20px;padding:24px}.application-title{font-size:1.5rem}.status-indicator{align-self:flex-start;padding:8px 16px;font-size:.9rem}.info-grid{grid-template-columns:1fr;padding:24px;gap:20px}.documents-grid{grid-template-columns:1fr;padding:24px}.document-item{flex-direction:column;text-align:center;gap:12px}.doc-actions{justify-content:center}.sk-item{flex-direction:column;text-align:center;gap:16px}.sk-actions{justify-content:center;flex-wrap:wrap}.admin-form{padding:24px}.btn-save{width:100%}}@media (max-width: 480px){.btn-back span{display:none}.card-header{padding:20px}.card-header h2{font-size:1.1rem}.upload-content{padding:24px 16px}.btn-preview-sk,.btn-download-sk{flex:1;justify-content:center}}:root{--primary-color: #3b82f6;--secondary-color: #64748b;--success-color: #22c55e;--danger-color: #dc2626;--warning-color: #f59e0b;--bg-light: #f8fafc;--bg-medium: #e2e8f0;--text-color: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)}.admin-mutasi-container{padding:24px;background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-medium) 100%);min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:30px}.admin-mutasi--loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:var(--secondary-color);font-size:1.2rem}.admin-mutasi__spinner{width:40px;height:40px;border:4px solid var(--border-color);border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.admin-mutasi__spinner--small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white}.admin-mutasi__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:24px;flex-wrap:wrap}.admin-mutasi__header-content{flex:1;min-width:300px}.admin-mutasi__title{display:flex;align-items:center;gap:12px;font-size:2rem;font-weight:700;color:var(--text-color);margin:0 0 8px}.admin-mutasi__title-icon{color:var(--primary-color);font-size:1.75rem}.admin-mutasi__subtitle{color:var(--text-muted);font-size:1.2rem;margin-left:40px}.admin-mutasi__stats-card{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--border-color);width:-moz-fit-content;width:fit-content;max-width:600px;flex-shrink:0}.admin-mutasi__stat-item{display:flex;flex-direction:column;align-items:center;padding:16px 12px;text-align:center;box-sizing:border-box;border-bottom:1px solid var(--border-color)}.admin-mutasi__stat-item:nth-child(3n-2){border-right:1px solid var(--border-color)}.admin-mutasi__stat-item:nth-child(3n-1){border-right:1px solid var(--border-color)}.admin-mutasi__stat-item:nth-last-child(-n+3){border-bottom:none}.admin-mutasi__stat-number{font-size:1.6rem;font-weight:700;color:var(--text-color);line-height:1;margin-bottom:4px}.admin-mutasi__stat-label{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:0}.admin-mutasi__action-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:24px;gap:16px}.admin-mutasi__filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-mutasi__filter-icon{color:var(--text-muted);font-size:1.2rem}.admin-mutasi__filter-select,.admin-mutasi__date-input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem;color:#374151}.admin-mutasi__custom-dates{display:flex;align-items:center;gap:8px;font-size:1rem;color:var(--text-muted)}.admin-mutasi__export-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--success-color);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.admin-mutasi__export-btn:hover{background:#059669}.admin-mutasi__export-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.admin-mutasi__data-summary{margin-bottom:16px;color:var(--text-muted);font-size:1rem}.admin-mutasi__empty-state{text-align:center;padding:80px 24px;background:#fff;border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--border-color)}.admin-mutasi__empty-icon{font-size:4rem;color:#cbd5e1;margin-bottom:24px}.admin-mutasi__empty-state h3{font-size:1.5rem;color:var(--text-color);margin:0 0 8px}.admin-mutasi__empty-state p{color:var(--text-muted);font-size:1.1rem;margin:0}.admin-mutasi__content{background:#fff;border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--border-color);overflow:hidden}.admin-mutasi__table-header{padding:24px;border-bottom:1px solid var(--border-color);background:var(--bg-light)}.admin-mutasi__table-header h2{margin:0;font-size:1.5rem;color:var(--text-color);font-weight:600}.admin-mutasi__table-wrapper{overflow-x:auto}.admin-mutasi__table{width:100%;border-collapse:collapse;background:#fff}.admin-mutasi__table thead{background:#f1f5f9}.admin-mutasi__table th{padding:16px 20px;text-align:left;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border-color)}.admin-mutasi__table-icon{margin-right:8px;color:var(--text-muted)}.admin-mutasi__table tbody tr{transition:all .2s ease}.admin-mutasi__table tbody tr:hover{background:var(--bg-light)}.admin-mutasi__table tbody tr:not(:last-child){border-bottom:1px solid #f1f5f9}.admin-mutasi__cell{padding:20px;vertical-align:middle}.admin-mutasi__cell--student-name{font-weight:600;color:var(--text-color)}.admin-mutasi__cell--type{text-align:center}.admin-mutasi__type-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:.775rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.admin-mutasi__type-badge--keluar{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-mutasi__type-badge--masuk{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-mutasi__cell--school-name{font-size:1rem;color:#374151}.admin-mutasi__cell--status{text-align:center}.admin-mutasi__status-info{display:flex;flex-direction:column;align-items:center;gap:4px}.admin-mutasi__status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.775rem;font-weight:500;text-transform:capitalize;white-space:nowrap}.admin-mutasi__status-dot{width:8px;height:8px;border-radius:50%}.admin-mutasi__status-badge--pending{background:#fffbeb;color:#92400e}.admin-mutasi__status-badge--dalam_proses{background:#eff6ff;color:#1e40af}.admin-mutasi__status-badge--verifikasi-akhir{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe}.admin-mutasi__status-badge--approved{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-mutasi__status-badge--rejected{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.admin-mutasi__status-badge--pending .admin-mutasi__status-dot,.admin-mutasi__status-badge--dalam_proses .admin-mutasi__status-dot,.admin-mutasi__status-badge--verifikasi .admin-mutasi__status-dot{background:var(--warning-color)}.admin-mutasi__status-badge--approved .admin-mutasi__status-dot{background:var(--success-color)}.admin-mutasi__status-badge--rejected .admin-mutasi__status-dot{background:var(--danger-color)}.admin-mutasi__cell--date{color:var(--text-muted);font-size:.9rem}.admin-mutasi__date-info{display:flex;flex-direction:column;gap:2px}.admin-mutasi__date-main{font-weight:500;color:#374151}.admin-mutasi__date-time{font-size:.875rem;color:#9ca3af}.admin-mutasi__cell--action{text-align:center}.admin-mutasi__btn-detail{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.admin-mutasi__btn-detail:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.admin-mutasi__btn-detail:active{transform:translateY(0)}.admin-mutasi__btn-icon{font-size:.875rem}.admin-mutasi__action-buttons{display:flex;justify-content:center;gap:6px;white-space:nowrap}.admin-mutasi__action-buttons button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1}.admin-mutasi__btn-detail{background:#3b82f6;color:#fff;padding:8px 12px}.admin-mutasi__btn-edit{background:#f59e0b;color:#fff;padding:8px}.admin-mutasi__btn-delete{background:#ef4444;color:#fff;padding:8px}.admin-mutasi__action-buttons button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.admin-mutasi__action-buttons button:active:not(:disabled){transform:translateY(0);filter:brightness(1.05)}.admin-mutasi__action-buttons button:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.admin-mutasi__btn-icon{font-size:.8rem}.admin-mutasi__action-buttons button span{display:none}.admin-mutasi__btn-detail span{display:inline-block;margin-left:4px}@media (min-width: 1024px){.admin-mutasi__action-buttons{gap:8px}.admin-mutasi__action-buttons button{padding:8px 12px}.admin-mutasi__action-buttons button span{display:inline-block;margin-left:4px}}.admin-mutasi__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-mutasi__modal-content{background:#fff;padding:24px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 8px 16px #0003;position:relative}.admin-mutasi__modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color);padding-bottom:16px;margin-bottom:16px}.admin-mutasi__modal-header h3{font-size:1.5rem;color:var(--text-color);margin:0}.admin-mutasi__modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;transition:color .2s}.admin-mutasi__modal-close:hover{color:var(--text-color)}.admin-mutasi__modal-body{padding-bottom:16px}.admin-mutasi__export-info{display:flex;align-items:center;gap:16px;margin-bottom:16px}.admin-mutasi__excel-icon{font-size:3rem;color:var(--success-color)}.admin-mutasi__export-details h4{margin:0 0 4px;font-size:1.2rem;color:var(--text-color)}.admin-mutasi__export-details p{margin:0;color:var(--text-muted)}.admin-mutasi__export-note{background:#f1f5f9;border-left:4px solid var(--primary-color);padding:12px;border-radius:4px;font-size:.9rem;color:#475569}.admin-mutasi__modal-footer{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid var(--border-color);padding-top:16px}.admin-mutasi__btn-cancel{padding:10px 16px;background:#e2e8f0;color:#475569;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.admin-mutasi__btn-cancel:hover{background:#cbd5e1}.admin-mutasi__btn-export{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:var(--success-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.admin-mutasi__btn-export:hover{background:#059669}@media (max-width: 992px){.admin-mutasi__stats-card{grid-template-columns:repeat(2,1fr);width:100%;max-width:none}.admin-mutasi__stat-item:nth-child(2n){border-right:none}.admin-mutasi__stat-item:nth-child(2n-1){border-right:1px solid var(--border-color)}.admin-mutasi__stat-item:nth-last-child(-n+2){border-bottom:none}.admin-mutasi__stat-item:nth-child(5),.admin-mutasi__stat-item:nth-child(6){border-bottom:none}}@media (max-width: 768px){.admin-mutasi-container{padding:16px}.admin-mutasi__header{flex-direction:column;gap:20px;align-items:stretch}.admin-mutasi__title{font-size:1.75rem}.admin-mutasi__stats-card{grid-template-columns:repeat(2,1fr)}.admin-mutasi__action-bar{flex-direction:column;align-items:stretch}.admin-mutasi__filters{width:100%;flex-wrap:wrap;justify-content:space-between}.admin-mutasi__custom-dates{width:100%;justify-content:space-between;margin-top:8px}.admin-mutasi__export-btn{width:100%;justify-content:center}.admin-mutasi__table-wrapper{font-size:.875rem}.admin-mutasi__table th,.admin-mutasi__cell{padding:12px 16px}.admin-mutasi__btn-detail span{display:none}}@media (max-width: 640px){.admin-mutasi__title{font-size:1.5rem}.admin-mutasi__table th,.admin-mutasi__cell{padding:8px 12px}.admin-mutasi__student-name{font-size:.9rem}.admin-mutasi__status-badge,.admin-mutasi__type-badge{font-size:.75rem;padding:4px 8px}}.admin-detail-loading-container,.admin-detail-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin:24px;gap:16px;color:#64748b;text-align:center}.admin-detail-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found-icon{font-size:3rem;color:#ef4444}.admin-detail-page{padding:2rem;background-color:#f8fafc;min-height:100vh}.admin-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1.25rem;font-size:1rem;color:#334155;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.back-btn:hover{background:#eef1f4;border-color:#cbd5e1}.status-container{font-weight:600}.admin-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem}.admin-status-badge.approved{background-color:#dcfce7;color:#16a34a}.admin-status-badge.rejected{background-color:#fee2e2;color:#dc2626}.admin-status-badge.pending{background-color:#fffbe6;color:#d97706}.admin-detail-card{background-color:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.detail-card-header{padding:1.5rem;border-bottom:1px solid #f1f5f9;background-color:#fafbfc;display:flex;justify-content:space-between;align-items:center}.detail-card-header h2{font-size:1.5rem;margin:0;color:#1e293b}.application-id{font-size:.875rem;color:#64748b;font-weight:500}.detail-card-content{padding:1.5rem}.detail-section{margin-bottom:2rem}.section-title{font-size:1.25rem;color:#334155;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem 2rem}.detail-item{margin-bottom:1rem}.detail-item label{font-size:.875rem;font-weight:600;color:#64748b;display:block;margin-bottom:.25rem}.detail-item p{font-size:1rem;color:#1e293b;margin:0}.documents-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.document-item{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid #e2e8f0}.document-label{font-size:.9rem;color:#334155;font-weight:500}.document-download-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}.document-download-btn:hover{background-color:#2563eb}.no-docs-message{font-style:italic;color:#94a3b8;grid-column:1 / -1}.admin-action-section{border-top:1px dashed #ccc;padding-top:2rem}.admin-form-container{display:grid;grid-template-columns:1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-select,.notes-textarea{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem}.notes-textarea{min-height:100px;resize:vertical}.label-icon{margin-right:.5rem;color:#64748b}.upload-area{display:flex;flex-direction:column;gap:.5rem;border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc}.upload-label{padding:.75rem;cursor:pointer;color:#3b82f6;font-size:.9rem;display:block}.file-input-hidden{display:none}.sk-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#16a34a;text-decoration:none;font-size:.875rem}.action-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.action-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.action-btn:disabled{opacity:.5;cursor:not-allowed}.save-btn{background-color:#3b82f6;color:#fff}.save-btn.status-approved{background-color:#16a34a}.save-btn.status-rejected{background-color:#e74c3c}.mutation-type-label{display:inline-block;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:700;color:#fff;margin-bottom:10px;text-transform:uppercase}.mutation-type-label.in{background-color:#28a745}.mutation-type-label.out{background-color:#dc3545}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.fixed{position:fixed}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.hidden{display:none}.h-12{height:3rem}.min-h-screen{min-height:100vh}.w-12{width:3rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.items-center{align-items:center}.justify-center{justify-content:center}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{border-radius:25px;-webkit-transition:all .3s;transition:all .3s;background-color:#6a737d33}:is():hover{background-color:#6a737d45}::-webkit-scrollbar-corner{display:none}
