:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#0d6cf2;text-decoration:inherit}html,body{margin:0 auto;padding:0;height:100%;background-color:#f9fafb}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;background-color:#0d6cf2;color:#fff}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#f9fafb}button{background-color:#0d6cf2}}#root{height:100%}#App{margin:0 auto;text-align:center;height:100%}#Home{height:100%;background:#fff;display:flex;justify-content:center;align-items:center;padding:0 1.5rem}#Home .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}#Home .title{color:#0d6cf2;font-size:2.8rem;font-weight:800;letter-spacing:2px}#Home .description{font-size:1.2rem;color:#555}#Home .btn-section{background-color:#0d6cf2;border-radius:1rem;margin-top:.8rem;transition:.25s ease;box-shadow:0 4px 12px #0d6cf240}#Home .btn-section:hover{background-color:#0b5cd4;transform:translateY(-2px)}#Home .login-btn{color:#fff;padding:.9rem 2.4rem;font-size:1.1rem;font-weight:600}@media(max-width:480px){#Home .title{font-size:2.2rem}#Home .login-btn{padding:.85rem 2rem;font-size:1rem}}#Header{background-color:#fff;border-bottom:1px solid #e5e7eb;width:100%}#Header .container{display:flex;justify-content:space-between;align-items:center;height:12vh;max-height:12vh;padding:0 1.5rem}#Header .title-user{display:flex;flex-direction:column;justify-content:center}#Header .title-user h1{font-size:2rem;font-weight:700;color:#0d6cf2;margin:0;padding:0;letter-spacing:1px}#Header .title-user .user-name{color:#555;font-size:.95rem;margin-top:.35rem}#Header .logout-btn{display:flex;align-items:center;gap:.4rem;background-color:#f3f4f6;border:1px solid #d1d5db;color:#333;padding:.6rem 1rem;border-radius:.5rem;font-size:.95rem;cursor:pointer;transition:all .2s ease}#Header .logout-btn:hover{background-color:#e5e7eb;border-color:#c5c7cb;transform:translateY(-2px)}#Header .logout-btn svg{width:18px;height:18px}#Requests{min-height:100vh;background-color:#f3f4f6}#Requests .Header{background-color:#fff}#Requests>.container{max-width:960px;margin:0 auto;padding:2rem 1.5rem 3rem}#Requests .admin-school-section{width:100%;background-color:#fff;border-radius:.9rem;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a0f}#Requests .admin-school-section>div{padding:1.5rem 1.8rem}#Requests .admin-school-section h2{font-size:1.6rem;font-weight:700;margin-bottom:1.2rem}#Requests .request-list{list-style:none;margin:0;padding:0}#Requests .request-item+.request-item{border-top:1px solid #e5e7eb}#Requests .request-card{display:flex;align-items:center;justify-content:space-between;padding:1.1rem .4rem;text-decoration:none;color:inherit;transition:background-color .15s ease}#Requests .request-card:hover{background-color:#f9fafb}#Requests .request-main{display:flex;justify-content:space-between;align-items:flex-start;flex:1;gap:2rem}#Requests .request-left{display:flex;flex-direction:column;gap:.25rem}#Requests .request-name{font-size:1.05rem;font-weight:700;color:#111827}#Requests .request-sub{font-size:.9rem;color:#6b7280}#Requests .request-right{text-align:right;font-size:.9rem;color:#4b5563;display:flex;flex-direction:column;gap:.25rem}#Requests .request-info{white-space:nowrap}#Requests .status-badge{margin-left:1.5rem;padding:.35rem .9rem;border-radius:9999px;font-size:.85rem;font-weight:600;white-space:nowrap}#Requests .status-pending{background-color:#facc15;color:#78350f}#Requests .status-approved{background-color:#22c55e;color:#064e3b}#Requests .status-etc{background-color:#e5e7eb;color:#374151}#Requests .no-permission{margin-top:3rem;text-align:center;font-size:1.1rem;color:#6b7280}.search-select-field{width:100%;text-align:left;display:flex;flex-direction:column;gap:.4rem}.search-select-label{font-size:.9rem;color:#374151;font-weight:500}.search-select-trigger{width:calc(100% - .8rem);padding:.7rem 0rem .7rem .8rem;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.95rem;color:#111827;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.search-select-trigger:hover{background-color:#e5e7eb}.search-select-overlay{position:fixed;inset:0;background-color:#0f172a73;display:flex;justify-content:center;align-items:center;z-index:50}.search-select-dialog{width:100%;max-width:480px;background-color:#fff;border-radius:.9rem;box-shadow:0 20px 40px #0f172a4d;padding:1.2rem 1.3rem 1.3rem;display:flex;flex-direction:column;gap:.8rem}.search-select-header{display:flex;justify-content:space-between;align-items:center}.search-select-title{font-size:1rem;font-weight:600;color:#111827}.search-select-close{border:none;background:transparent;font-size:1.1rem;cursor:pointer;color:#6b7280}.search-select-input{width:100%;padding:.6rem .7rem;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease}.search-select-input:focus{outline:none;border-color:#0d6cf2;box-shadow:0 0 0 2px #0d6cf22e;background-color:#fff}.search-select-list{max-height:260px;overflow-y:auto;margin-top:.3rem;display:flex;flex-direction:column;gap:.25rem}.search-select-item{width:calc(100%,-.6rem);padding:.55rem .6rem;border-radius:.45rem;background-color:#f3f4f6;color:#111827;font-size:.95rem;cursor:pointer;border:1px solid #e5e7eb;transition:background-color .15s ease,border-color .15s ease}.search-select-item:hover{background-color:#e5e7eb;border-color:#d1d5db}.search-select-empty{padding:.6rem .4rem;font-size:.9rem;color:#6b7280}#Register{max-width:480px;margin:3rem auto;padding:2rem;background-color:#fff;border-radius:.9rem;box-shadow:0 8px 20px #0f172a0f}#Register form{display:flex;flex-direction:column;gap:1rem}#Register label{font-size:.9rem;margin-bottom:.35rem;display:block;color:#374151;font-weight:500}#Register input,#Register select{width:calc(100% - .8rem);padding:.7rem 0rem .7rem .8rem;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}#Register input:focus,#Register select:focus{border-color:#2563eb;background-color:#fff;box-shadow:0 0 0 3px #2563eb2e;outline:none}#Register button{margin-top:.8rem;padding:.75rem;background-color:#2563eb;color:#fff;border:none;border-radius:.45rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}#Register button:hover{background-color:#1e50c3}#Register .err{color:#dc2626;margin-top:.3rem;font-weight:500}#Register .field-group{display:flex;flex-direction:column}#Login{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1.5rem;background:#f3f4f6}#Login .login-section{width:100%;max-width:420px;border-radius:1rem;padding:2rem 2.2rem;background-color:#fff;box-shadow:0 10px 25px #00000014;text-align:left}#Login .header-section>.title{font-weight:800;font-size:2rem;color:#0d6cf2;letter-spacing:1px;margin-bottom:.3rem;text-align:center}#Login .header-section>.description{color:#6b7280;font-size:.95rem;text-align:center;margin-bottom:1.8rem}#Login .login-form form{width:100%}#Login .login-form div{width:100%;padding-bottom:1rem}#Login .login-form label{display:block;text-align:left;padding:0 0 .4rem;font-size:.9rem;color:#374151;font-weight:500}#Login .login-form input{border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;width:calc(100% - .7rem);padding:.65rem 0rem .65rem .7rem;display:block;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}#Login .login-form input:focus{outline:none;border-color:#0d6cf2;box-shadow:0 0 0 2px #0d6cf22e;background-color:#fff}#Login .login-btn{background-color:#0d6cf2;width:100%;border:none;border-radius:.6rem;padding:.75rem 1rem;margin-top:.25rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:background-color .18s ease,transform .12s ease,box-shadow .18s ease}#Login .login-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb4d}#Login .login-btn:active{transform:translateY(0);box-shadow:none}#Login .login-form .register-link{padding:1rem 0 .2rem;text-align:center;font-size:.9rem}#Login .register-link a{color:#0d6cf2;text-decoration:none;font-weight:500}#Login .register-link a:hover{text-decoration:underline}#Login .err{margin-top:.75rem;font-size:.9rem;color:#dc2626;text-align:center}@media(max-width:480px){#Login{padding:1rem}#Login .login-section{padding:1.6rem 1.5rem}#Login .header-section>.title{font-size:1.8rem}}#UserInfo{min-height:100vh;background-color:#f3f4f6}#UserInfo .Header{background-color:#fff}#UserInfo>.container{max-width:900px;margin:0 auto;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.8rem}#UserInfo h2{font-size:1.8rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.4rem}#UserInfo .user-card{background-color:#fff;border-radius:1rem;border:1px solid #e5e7eb;padding:1.8rem 2rem;box-shadow:0 10px 25px #0f172a0f;font-size:.95rem;color:#374151;display:flex;flex-direction:column;gap:.45rem}#UserInfo .user-card p:first-of-type{font-size:1.1rem;font-weight:700;color:#111827;margin-bottom:.4rem}#UserInfo .user-card p{margin:0}#UserInfo h3{margin-top:1.4rem;font-size:1.1rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.3rem}#UserInfo ul{margin-top:.5rem;padding-left:0;list-style:none}#UserInfo li{margin-bottom:.35rem}#UserInfo li:before{content:"📄";margin-right:.4rem;font-size:.9rem}#UserInfo a{color:#0d6cf2;text-decoration:none;font-weight:500}#UserInfo a:hover{text-decoration:underline}#UserInfo .error-msg{color:#dc2626;font-weight:500;margin-top:1rem}#Error{min-height:100vh;background-color:#f3f4f6}#Error .Header{background-color:#fff}#Error .Error-Content{margin-top:3rem;padding:2rem;max-width:600px;margin-left:auto;margin-right:auto;background-color:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0f172a0f;text-align:center;font-size:1.15rem;font-weight:600;color:#374151;display:flex;flex-direction:column;gap:1rem}#Error .Error-Content:before{content:"⚠️";font-size:3rem}#Dashboard{min-height:100vh;background-color:#f3f4f6}#Dashboard .header{background-color:#fff}#Dashboard>.container{max-width:960px;margin:0 auto;padding:2.5rem 1.5rem 3rem}#Dashboard .page-description{margin-bottom:1.5rem}#Dashboard .page-description .title{font-size:1.8rem;font-weight:700;color:#111827;margin-bottom:.3rem}#Dashboard .page-description .description{font-size:.95rem;color:#6b7280}#Dashboard .menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:stretch}#Dashboard .menu-card{cursor:pointer;border-radius:.9rem;border:1px solid #e5e7eb;background-color:#fff;box-shadow:0 8px 20px #0f172a0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#Dashboard .menu-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0f172a1f;border-color:#d1d5db}#Dashboard .card-container{padding:1.25rem 1.4rem;display:flex;flex-direction:column;gap:.6rem;height:100%}#Dashboard .card-container>div:first-child{display:flex;align-items:center;gap:.6rem}#Dashboard .menu-icon{width:1.7rem;height:1.7rem;color:#0d6cf2}#Dashboard .card-title{font-weight:600;font-size:1.1rem;color:#111827}#Dashboard .card-description{font-size:.95rem;color:#6b7280;line-height:1.4}#Search{min-height:100vh;background-color:#f3f4f6}#Search .header{background-color:#fff}#Search>.container{max-width:800px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem;align-items:stretch}#Search .select-section{background-color:#fff;border-radius:.9rem;border:1px solid #e5e7eb;padding:1.2rem 1.4rem;box-shadow:0 8px 20px #0f172a0f}#Search .select-section form{display:flex;gap:.75rem}#Search .select-section input{flex:1;box-sizing:border-box;border-radius:.45rem;border:1px solid #d1d5db;background-color:#f9fafb;padding:.6rem .7rem;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}#Search .select-section input:focus{outline:none;border-color:#0d6cf2;box-shadow:0 0 0 2px #0d6cf22e;background-color:#fff}#Search .select-section button{padding:.6rem 1.1rem;border-radius:.6rem;border:none;background-color:#0d6cf2;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .18s ease,transform .12s ease,box-shadow .18s ease}#Search .select-section button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb47}#Search .select-section button:active{transform:translateY(0);box-shadow:none}#Search .result-section{margin-top:.5rem}#Search .result-section p{font-size:.95rem;color:#6b7280}#Search .error-msg{color:#dc2626;font-weight:500}#Search .user-info{margin-top:.5rem;background-color:#fff;border-radius:.9rem;border:1px solid #e5e7eb;padding:1.4rem 1.6rem;box-shadow:0 8px 20px #0f172a0f}#Search .user-info h3{margin-bottom:.8rem;font-size:1.2rem;font-weight:700}#Search .user-info ul{margin:0 0 1rem;padding-left:1rem;font-size:.95rem;color:#374151}#Search .user-info li{margin-bottom:.35rem}#Search .detail-btn{display:inline-block;margin-top:.4rem;padding:.55rem 1rem;border-radius:.6rem;background-color:#0d6cf2;color:#fff;font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .18s ease,transform .12s ease,box-shadow .18s ease}#Search .detail-btn:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 6px 14px #2563eb47}
