@charset "UTF-8";*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:#f6f7f9;color:#2c3e50;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px}h1,h2,h3{margin:0;font-weight:600;color:#2c3e50}a{color:#7f2e8d}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.page-header h2{font-size:18px;display:flex;align-items:center;gap:9px}.page-header h2 i{color:#7f2e8d;font-size:16px}.page-header p{margin:6px 0 0;font-size:13px;color:#6c757d}.btn-main,.btn-ghost{border-radius:6px;font-size:13px;font-weight:600;padding:8px 14px;cursor:pointer;display:inline-flex;align-items:center;gap:7px;border:1px solid transparent;font-family:inherit}.btn-main:disabled,.btn-ghost:disabled{opacity:.55;cursor:default}.btn-main{background:#7f2e8d;color:#fff;text-decoration:none}.btn-main:hover:not(:disabled){background:#6d2678}.btn-ghost{background:#fff;border-color:#e9ecef;color:#2c3e50}.btn-ghost:hover:not(:disabled){background:#f1f3f5}.icon-btn{width:32px;height:32px;border:1px solid #e9ecef;background:#fff;border-radius:6px;cursor:pointer;color:#2c3e50;font-size:12px;flex-shrink:0}.icon-btn:hover:not(:disabled){background:#f1f3f5}.icon-btn:disabled{opacity:.5;cursor:default}.panel{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:18px;box-shadow:0 2px 6px #0000000f}.panel-title{font-size:13px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;color:#6c757d;margin-bottom:12px;display:flex;align-items:center;gap:7px}.panel-title i{color:#7f2e8d}.pill{font-size:11px;font-weight:600;padding:3px 9px;border-radius:20px;background:#f1f3f5;color:#6c757d;white-space:nowrap}.pill.ok{background:#1987541f;color:#198754}.pill.warn{background:#ffc1072e;color:#997404}.pill.err{background:#dc35451f;color:#dc3545}.pill.accent{background:#7f2e8d1f;color:#7f2e8d}.alert-error,.alert-info{border-radius:8px;padding:10px 14px;font-size:13px;display:flex;align-items:flex-start;gap:9px;margin-bottom:14px}.alert-error{background:#dc354514;color:#a52834;border:1px solid rgba(220,53,69,.25)}.alert-info{background:#7f2e8d12;color:#230d41;border:1px solid rgba(127,46,141,.2)}label.field-label{display:block;font-size:13px;font-weight:600;margin-bottom:5px}label.field-label .req{color:#dc3545;margin-left:3px}.field-hint{font-size:12px;color:#6c757d;margin:0 0 6px}input[type=text],input[type=email],input[type=number],textarea,select{width:100%;border:1px solid #e9ecef;border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit;color:#2c3e50;background:#fff}input[type=text]:focus,input[type=email]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border-color:#7f2e8d80;box-shadow:0 0 0 3px #7f2e8d1a}textarea{min-height:84px;resize:vertical}.empty{text-align:center;color:#6c757d;font-size:13px;padding:34px 10px}.empty i{display:block;font-size:26px;margin-bottom:10px;opacity:.5}
