:root{color-scheme:only light;font-family:system-ui,-apple-system,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;line-height:1.5;color:#0f172a;background:#eef1f6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#eef1f6}body{background:#eef1f6}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}h2{font-size:20px;font-weight:700;letter-spacing:-.2px;color:#0f172a}h3{font-size:15px;font-weight:700;color:#0f172a}input,select,textarea{font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:9px 12px;outline:none;transition:border-color .12s ease,box-shadow .12s ease}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb29}input::placeholder,textarea::placeholder{color:#94a3b8}select{cursor:pointer}button{font:inherit;font-weight:600;cursor:pointer;border:1px solid transparent;border-radius:9px;padding:9px 16px;background:#2563eb;color:#fff;transition:background .12s ease,box-shadow .12s ease,opacity .12s ease}button:hover:not(:disabled){background:#1d4ed8}button:active:not(:disabled){transform:translateY(.5px)}button:disabled{background:#cbd5e1;color:#eef1f6;cursor:not-allowed}.k-header{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 20px;border-bottom:1px solid #e2e8f0;background:#fff}.k-header h1{font-size:17px;margin:0;font-weight:800;letter-spacing:-.3px}.k-main-full{width:100%;min-height:calc(100vh - 52px)}.k-page{max-width:1040px;margin:0 auto;padding:28px 20px 80px}.k-card{background:#fff;border:1px solid #e7ebf0;border-radius:14px;padding:22px 24px;box-shadow:0 1px 2px #0f172a0a,0 1px 3px #0f172a08}.k-muted{color:#64748b}.k-table{width:100%;border-collapse:collapse}.k-table thead th{text-align:left;font-size:12px;font-weight:700;color:#64748b;padding:10px 14px;border-bottom:2px solid #e2e8f0;white-space:nowrap}.k-table tbody td{padding:12px 14px;font-size:14px;vertical-align:top;border-bottom:1px solid #e8edf3}.k-table tbody tr:hover{background:#f8fafc}.k-badge{display:inline-block;font-size:12px;font-weight:600;padding:2px 9px;border-radius:999px;background:#eef2ff;color:#3730a3}.btn-ghost,.btn-danger,.btn-warn{background:#fff;padding:6px 12px;font-size:13px;font-weight:600;border-radius:8px}.btn-ghost{color:#334155;border:1px solid #cbd5e1}.btn-ghost:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.btn-danger{color:#dc2626;border:1px solid #fca5a5}.btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.btn-warn{color:#b45309;border:1px solid #fcd34d}.btn-warn:hover:not(:disabled){background:#fffbeb;border-color:#fbbf24}.k-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;padding:8px 12px;border-radius:9px;margin-top:12px}.k-login{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:#f6f8fc}.k-login__brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:56px 56px 48px;color:#fff;background:radial-gradient(120% 120% at 0% 0%,#3b82f6,#3b82f600 55%),radial-gradient(110% 110% at 100% 100%,#6366f1,#6366f100 50%),linear-gradient(135deg,#1e3a8a,#2563eb 55%,#4f46e5)}.k-login__brand:after{content:"";position:absolute;width:460px;height:460px;right:-140px;bottom:-160px;border-radius:50%;background:radial-gradient(circle,#ffffff2e,#fff0 70%);pointer-events:none}.k-login__logo{display:flex;align-items:center;gap:12px;font-size:22px;font-weight:800;letter-spacing:-.4px}.k-login__logo-mark{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;font-size:20px;font-weight:900;color:#2563eb;background:#fff;box-shadow:0 8px 24px #0f172a40}.k-login__hero{position:relative;z-index:1;max-width:420px}.k-login__hero h2{color:#fff;font-size:30px;line-height:1.3;font-weight:800;letter-spacing:-.6px;margin:0 0 14px}.k-login__hero p{margin:0;font-size:15px;line-height:1.7;color:#ffffffd1}.k-login__foot{position:relative;z-index:1;font-size:12.5px;color:#ffffff9e}.k-login__panel{display:flex;align-items:center;justify-content:center;padding:40px 24px}.k-login__form{width:100%;max-width:380px}.k-login__title{font-size:24px;font-weight:800;letter-spacing:-.4px;margin:0 0 6px;color:#0f172a}.k-login__sub{margin:0 0 28px;font-size:14px;color:#64748b}.k-field{margin-bottom:16px}.k-field>label{display:block;font-size:13px;font-weight:600;color:#334155;margin-bottom:6px}.k-login__form input{width:100%;padding:12px 14px;font-size:15px;border-radius:11px}.k-login__submit{width:100%;margin-top:6px;padding:13px 16px;font-size:15px;font-weight:700;border-radius:11px;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 10px 24px -8px #2563eb8c}.k-login__submit:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#4338ca)}.k-login__submit:disabled{background:#cbd5e1;box-shadow:none}@keyframes koneccoSpin{to{transform:rotate(360deg)}}@keyframes koneccoBlink{50%{opacity:0}}@media(max-width:860px){.k-login{grid-template-columns:1fr}.k-login__brand{padding:28px 28px 24px;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px}.k-login__brand:after{display:none}.k-login__hero,.k-login__foot{display:none}}
