:root{color-scheme:light;--ink:#17212b;--muted:#687480;--line:#d8dee5;--red:#d92d28;--red-dark:#b8201c;--teal:#087f72;--navy:#182633;--soft:#f3f5f7;font-family:"Noto Sans Thai","Leelawadee UI",Tahoma,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#edf0f3}button,input,select{font:inherit}.admin-header{position:sticky;top:0;z-index:10;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px clamp(18px,4vw,56px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.brand img{width:184px;max-height:40px;object-fit:contain}.brand span{display:grid;line-height:1.05}.brand small{margin-top:5px;color:var(--muted);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.admin-header nav{display:flex;align-items:center;gap:8px}.account-pill{max-width:220px;overflow:hidden;padding:7px 11px;color:#43515e;background:#eef1f4;border-radius:999px;font-size:.76rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border:1px solid transparent;border-radius:8px;cursor:pointer;font-weight:850;text-decoration:none}.button-primary{color:white;background:var(--red);box-shadow:0 8px 18px rgba(217,45,40,.18)}.button-primary:hover{background:var(--red-dark)}.button-light{color:var(--ink);background:white;border-color:var(--line)}.button-small{min-height:34px;padding:6px 10px;font-size:.76rem}.button:disabled{opacity:.55;cursor:not-allowed}main{width:min(1400px,calc(100% - 36px));margin:auto;padding:34px 0 70px}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.eyebrow{margin:0 0 6px;color:var(--red);font-size:.75rem;font-weight:900;letter-spacing:.12em}.hero h1{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;letter-spacing:-.04em}.hero p:last-child{margin:8px 0 0;color:var(--muted)}.hero-count{min-width:160px;padding:18px 22px;color:white;background:var(--navy);border-radius:12px}.hero-count span{display:block;font:900 1.8rem/1 Arial}.hero-count small{display:block;margin-top:6px;color:#bec7ce}.layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px;align-items:start}.card{background:white;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 28px rgba(23,33,43,.06)}.create-card{padding:22px;position:sticky;top:94px}.card-head,.list-head>div{display:flex;align-items:center;gap:12px}.step{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;color:var(--red);background:#fde9e7;border-radius:10px;font:900 .8rem Arial}.card h2{margin:0;font-size:1.1rem}.card-head p,.list-head p{margin:3px 0 0;color:var(--muted);font-size:.78rem}.create-card form{display:grid;gap:14px;margin-top:22px}label{display:grid;gap:7px;color:#43515d;font-size:.8rem;font-weight:800}input,select{width:100%;min-height:44px;padding:9px 12px;color:var(--ink);background:white;border:1px solid #cbd3da;border-radius:7px;outline:none}input:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(217,45,40,.11)}.form-message{min-height:20px;margin:0;color:var(--red-dark);font-size:.8rem}.list-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--line)}.list-head>input{max-width:260px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:13px 14px;text-align:left;border-bottom:1px solid #e6eaed;white-space:nowrap}th{color:#56626d;background:#f6f7f8;font-size:.75rem}td{font-size:.84rem}.user-cell strong,.user-cell small{display:block}.user-cell small{margin-top:3px;color:var(--muted)}.role,.status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:.73rem;font-weight:850}.role.admin{color:#8d1e19;background:#fde7e5}.role.user{color:#245369;background:#e7f1f5}.status.active{color:#08675d;background:#dff2ed}.status.inactive{color:#6c747b;background:#eceeef}.row-actions{display:flex;gap:6px}.empty{padding:40px;text-align:center;color:var(--muted)}dialog{width:min(520px,calc(100% - 28px));padding:0;border:0;border-radius:15px;box-shadow:0 30px 90px rgba(14,23,31,.28)}dialog::backdrop{background:rgba(17,28,38,.6);backdrop-filter:blur(2px)}.dialog-card{position:relative;display:grid;gap:14px;padding:28px}.dialog-card h2{margin:-3px 0 5px}.dialog-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:50%;background:#eef1f3;font-size:1.35rem}.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.toast{position:fixed;right:22px;bottom:22px;z-index:30;max-width:360px;padding:12px 16px;color:white;background:var(--navy);border-radius:8px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translateY(0)}[hidden]{display:none!important}@media(max-width:900px){.layout{grid-template-columns:1fr}.create-card{position:static}.account-pill{display:none}}@media(max-width:680px){.admin-header{padding:10px 12px}.brand img{width:132px}.brand span{display:none}.admin-header nav .button{min-height:38px;padding:7px 9px;font-size:.72rem}main{width:min(100% - 20px,1400px);padding-top:20px}.hero{align-items:flex-start}.hero-count{min-width:108px;padding:14px}.list-head{align-items:stretch;flex-direction:column}.list-head>input{max-width:none}.two-cols{grid-template-columns:1fr}}
