:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background:#f8fafc;color:#0f172a}body{margin:0}.app-shell{max-width:960px;margin:0 auto;padding:16px}.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:8px 0;position:sticky;top:0;background:#f8fafc;z-index:10}.brand{font-weight:800;text-decoration:none;color:#0f172a;font-size:20px}.link{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:600;text-decoration:none}.header-actions{display:flex;align-items:center;gap:12px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 4px 8px #0000000a}.card-header{display:flex;align-items:center;justify-content:space-between}.form{display:flex;flex-direction:column;gap:12px}.form label{display:flex;flex-direction:column;font-weight:600;gap:6px}.form input{padding:10px;border-radius:8px;border:1px solid #e2e8f0}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}button{padding:10px 14px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.error{background:#fef2f2;color:#b91c1c;padding:10px;border-radius:8px;margin:8px 0}.badge{padding:6px 10px;border-radius:10px;font-weight:700;font-size:12px}.badge.success{background:#e0f2fe;color:#0369a1}.badge.warning{background:#fff7ed;color:#c2410c}.badge.muted{background:#e2e8f0;color:#475569}.note{margin-top:12px;padding:10px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;color:#334155}.helper{color:#475569;font-size:14px}.button-link{display:inline-block;padding:10px 12px;border-radius:8px;border:1px solid #2563eb;color:#2563eb;text-decoration:none;font-weight:700}.status-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px;line-height:1.5}.checkbox-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px}.label-row{display:flex;align-items:center;justify-content:space-between;font-weight:700;margin-bottom:6px}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid #cbd5e1;cursor:pointer}.chip.active{background:#dbeafe;border-color:#2563eb}.inline-label{display:flex;flex-direction:column;gap:4px}.section{margin-top:16px}.photo-row{display:flex;align-items:center;gap:12px}.avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0}.avatar.placeholder{display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#475569}.upload-btn{border:1px dashed #cbd5e1;padding:10px 12px;border-radius:8px;cursor:pointer;background:#fff}.secondary{background:#e2e8f0;color:#0f172a}
