@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#f8fafc;color:#1e293b;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:#0d9488;text-decoration:none}a:hover{text-decoration:underline}input,button,select{font-family:inherit;font-size:.9375rem;padding:10px 14px;border-radius:10px;border:1px solid #e2e8f0;transition:border-color .2s,box-shadow .2s}input,select{background:#fff;color:#1e293b}input:focus,select:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d94881f}input::placeholder{color:#94a3b8}button{background:#fff;color:#475569;border:1px solid #e2e8f0;cursor:pointer;font-weight:500;transition:background .2s,border-color .2s,color .2s}button:hover{background:#f1f5f9;border-color:#cbd5e1}button.primary{background:#0d9488;color:#fff;border-color:#0d9488}button.primary:hover{background:#0f766e;border-color:#0f766e}button.danger{background:#fff;color:#dc2626;border-color:#fecaca}button.danger:hover{background:#fef2f2;border-color:#f87171}.app{max-width:1100px;margin:0 auto;padding:32px}.card{background:#fff;border-radius:16px;padding:28px;margin-bottom:24px;box-shadow:0 1px 3px #0000000f;border:1px solid #f1f5f9}.card h1{margin-top:0;font-size:1.5rem;font-weight:700;color:#0f172a}.card h2{margin-top:0;font-size:1.25rem;font-weight:600;color:#0f172a}table{width:100%;border-collapse:collapse;font-size:.9375rem}th,td{text-align:left;padding:14px 16px;border-bottom:1px solid #f1f5f9}th{color:#64748b;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.02em}tbody tr:hover{background:#f8fafc}tbody tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:5px 12px;border-radius:999px;font-size:.8125rem;font-weight:500}.badge.ok{background:#d1fae5;color:#065f46}.badge.pending{background:#fed7aa;color:#9a3412}.flex{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.mt{margin-top:16px}.mb{margin-bottom:12px}.login-page{min-height:100vh}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#f0fdfa,#f8fafc,#f1f5f9)}.login-card{width:100%;max-width:400px;background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 24px #0000000f,0 0 1px #0000000a;border:1px solid #e2e8f0;position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0d9488,#14b8a6)}.login-card h1{font-size:1.75rem;margin-bottom:8px;color:#0f172a}.login-card .sub{color:#64748b;margin-bottom:28px;font-size:.9375rem}.login-card label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:6px}.login-card .hint{font-size:.8125rem;color:#94a3b8;margin-top:20px;line-height:1.5}.dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.dash-header h1{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.dash-tabs{display:flex;gap:6px;margin-bottom:24px;padding:4px;background:#f1f5f9;border-radius:12px;width:fit-content}.dash-tabs button{padding:10px 20px;border-radius:8px;border:none;background:transparent;color:#64748b;font-weight:500}.dash-tabs button:hover{background:#e2e8f0;color:#475569}.dash-tabs button.primary{background:#fff;color:#0d9488;box-shadow:0 1px 2px #0000000d}.dash-tabs button.primary:hover{background:#fff;color:#0f766e}.form-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-bottom:16px}.form-row label{display:block;font-size:.8125rem;font-weight:500;color:#64748b;margin-bottom:6px}.form-row select{min-width:140px}.chart-wrap{height:320px;margin-top:16px}.msg-success{color:#059669;font-size:.9375rem}.msg-error{color:#dc2626;font-size:.9375rem}
