*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f8fafc;color:#0f172a}button,input,select,textarea{font:inherit}button{cursor:pointer}textarea{resize:vertical}.app-shell{max-width:1200px;margin:0 auto;padding:24px}.topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.eyebrow{margin:0 0 6px;font-size:12px;letter-spacing:.08em;color:#475569}.topbar h1{margin:0;font-size:32px}.subtitle{margin:8px 0 0;color:#475569}.actions{display:flex;gap:10px;flex-wrap:wrap}.primary,.ghost{border-radius:14px;padding:12px 18px;border:1px solid #cbd5e1;background:white}.primary{background:#0f172a;color:#fff;border-color:#0f172a}.ghost{color:#0f172a}.tiny{padding:8px 12px;border-radius:10px}.status-card{margin-bottom:20px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.full-span{grid-column:1/-1}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section-head h2{margin:0;font-size:20px}.empty-state{padding:18px;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b;background:#f8fafc}.list-stack,.notice-stack,.consent-stack{display:flex;flex-direction:column;gap:10px}.list-row,.notice-row,.consent-row{width:100%;display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;text-align:right}.list-row .title,.notice-row .title{display:block;font-weight:700}.list-row .meta,.notice-row .meta,.consent-row .meta{display:block;color:#64748b;font-size:14px;margin-top:4px}.detail-grid{display:grid;gap:12px}.detail-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.detail-actions{display:flex;gap:10px;flex-wrap:wrap}.stacked-form{display:grid;gap:12px}.stacked-form label{display:grid;gap:8px;font-weight:600;color:#334155}.stacked-form input,.stacked-form select,.stacked-form textarea{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #cbd5e1;background:#fff}.pill{display:inline-flex;padding:4px 10px;border-radius:999px;background:#e2e8f0;color:#0f172a;font-size:13px}.success{background:#dcfce7;color:#166534}.warning{background:#fef3c7;color:#92400e}.danger{background:#fee2e2;color:#991b1b}.muted{color:#64748b}.inline-list{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.auth-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.auth-method-card{display:grid;gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc}.auth-method-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}@media (max-width: 900px){.grid,.auth-method-grid{grid-template-columns:1fr}.topbar,.auth-method-header{flex-direction:column}}
