*{box-sizing:border-box}:root{font-family:Noto Sans,Roboto,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background-color:#f0f0f0}body{margin:0}button{cursor:pointer}form{display:flex;flex-direction:column;align-items:flex-start;gap:16px}input:read-only{background-color:#f0f0f0}table{width:100%;border-collapse:collapse;font-family:Arial,sans-serif}table th,table td{padding:6px;border:1px solid #ddd3;text-align:left;font-size:.875rem}table th{background-color:#333;font-weight:700;color:#fff}table tr:nth-child(2n){background-color:#f9f9f9}table tbody tr:hover{background-color:#eee}table a{text-decoration:none;color:#000}._header_p0lju_1{position:sticky;top:0;z-index:10;display:flex;justify-content:center;width:100%;border-bottom:1px solid rgba(255,215,0,.28);background:linear-gradient(135deg,#2b2b2b,#171717 58%,#101010);box-shadow:0 10px 28px #00000029}._content_p0lju_13{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:100%;max-width:1280px;padding:8px 24px;gap:20px}._logoLink_p0lju_23{display:inline-flex;align-items:center;width:fit-content;text-decoration:none}._logoFrame_p0lju_30{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(105,89,0,.38);border-radius:8px;background-color:#10101055;box-shadow:inset 0 0 0 1px #fff9}._logo_p0lju_23{display:block;width:auto;height:36px}._nav_p0lju_48{display:flex;align-items:center;justify-content:center;min-width:0;gap:8px}._navLink_p0lju_56,._logoutButton_p0lju_57{all:unset;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border:1px solid transparent;border-radius:8px;font-size:.875rem;font-weight:700;color:#ffffffdb;cursor:pointer;transition-duration:.18s;transition-property:background-color,border-color,color,box-shadow}._navLink_p0lju_56{gap:7px;text-decoration:none}._navLink_p0lju_56:hover,._navLink_p0lju_56:focus-visible{border-color:#ffd70047;background-color:#ffffff14;color:#fff}._active_p0lju_86{border-color:#ffd700b8;background-color:gold;color:#171717;box-shadow:0 8px 20px #ffd70029}._active_p0lju_86:hover,._active_p0lju_86:focus-visible{background-color:#ffe45c;color:#171717}._account_p0lju_99{display:flex;align-items:center;justify-content:flex-end;min-width:0;gap:10px}._userBadge_p0lju_107{display:inline-flex;align-items:center;min-width:0;max-width:220px;height:38px;padding:0 10px 0 6px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background-color:#ffffff14;color:#fff;gap:8px}._avatar_p0lju_121{display:inline-flex;align-items:center;justify-content:center;flex:0 0 26px;width:26px;height:26px;border-radius:8px;background-color:gold;font-size:.75rem;font-weight:800;color:#171717}._userName_p0lju_135{overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:700}._logoutButton_p0lju_57{gap:7px;background-color:#ffffff14}._logoutButton_p0lju_57:hover,._logoutButton_p0lju_57:focus-visible{border-color:#ffd70061;background-color:#ffd70021;color:#fff}@media (max-width: 980px){._content_p0lju_13{grid-template-columns:auto 1fr}._nav_p0lju_48{grid-column:1 / -1;grid-row:2;justify-content:flex-start;overflow-x:auto;padding-bottom:4px}._account_p0lju_99{justify-self:end}}@media (max-width: 640px){._content_p0lju_13{padding:10px 14px;gap:10px}._logoFrame_p0lju_30{width:56px;height:56px}._logo_p0lju_23{height:48px}._navLink_p0lju_56,._logoutButton_p0lju_57{min-height:36px;padding:0 10px;font-size:.8125rem}._userBadge_p0lju_107{display:none}}#layout{display:grid;grid-template-areas:"header" "main" "footer";gap:1rem 2rem}header{grid-area:header}main{grid-area:main;width:1280px;margin:auto;padding:16px;border:1px solid #ddd;border-radius:8px;background-color:#fff;box-shadow:0 2px 6px #0000001a}footer{grid-area:footer}.title{margin-top:0;font-size:1.75rem}#search{padding:8px 12px;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a}#search::placeholder{color:#999}.required{color:#e50000}.input-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.input-container{display:flex;flex-direction:column}.input-container label{padding-left:12px;font-size:14px;font-weight:500}.input-container input,.input-container select,.table-input{padding:8px 12px;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a}.btn{display:flex;align-items:center;justify-content:center;height:30px;padding:6px 16px;border:1px solid #FFD700;border-radius:8px;background-color:gold;font-size:.875rem;font-weight:500;color:#000;transition-duration:.2s;transition-property:background-color}.btn:hover{background-color:#fff}.submit-btn{display:flex;align-items:center;justify-content:center;margin-top:16px;padding:12px 36px;background-color:gold;border:1px solid #FFD700;border-radius:4px;font-size:.875rem;font-weight:500}.link-btn{display:flex;align-items:center;justify-content:center;padding:3px 12px;border:1px solid #FFD700;border-radius:3px;background-color:gold;text-decoration:none;font-size:.875rem;font-weight:500;color:#000;transition-duration:.2s;transition-property:background-color}.link-btn:hover{background-color:#fff}.table-btn{all:unset;display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:pointer}.table-input-btn{all:unset;display:flex;align-items:center;justify-content:center;width:34.92px;height:34.92px;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer}.tabs{display:flex;width:100%;border-bottom:1px solid #dee2e6;margin-bottom:16px}.tab{display:block;min-width:150px;margin-bottom:-1px;padding:.5rem 1rem;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;text-align:center;cursor:pointer;border-bottom:1px solid #dee2e6}.tab:hover{color:#495057;border-color:#eef0f2;border-bottom:1px solid #dee2e6}.tab.active,.tab.active:hover{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.tab-content{width:100%;max-height:100%;display:none}.tab-content.active{display:block}
