:root{--font-sans: "Outfit", "Inter", system-ui, -apple-system, sans-serif;--bg-primary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #64748b;--color-primary: #143c8c}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.auth-page{width:100%}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f1f5f9;padding:32px 16px}.auth-card{position:relative;width:100%;max-width:420px;background-color:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;transition:box-shadow .5s ease,transform .5s ease}.auth-card:hover{box-shadow:0 30px 80px #0f172a40;transform:translateY(-4px)}.auth-card-body{background-color:#fff;padding:32px 24px}@media(min-width:768px){.auth-card-body{padding:48px 40px}}.auth-header{margin-bottom:24px}.auth-logo{height:40px;width:auto;display:block;margin:0 0 20px}.auth-eyebrow{font-size:11px;font-weight:600;letter-spacing:.25em;color:#143c8c;text-transform:uppercase;margin:0 0 12px}.auth-title{font-size:24px;font-weight:600;color:#0f172a;margin:0 0 8px}@media(min-width:768px){.auth-title{font-size:30px}}.auth-subtitle{font-size:12px;color:#64748b;margin:0 0 32px}.auth-subtitle.has-error{margin-bottom:16px}.auth-notice{margin-bottom:20px;padding:10px 14px;border-radius:12px;border:1px solid #bfdbfe;background-color:#eff6ff;color:#1e40af;font-size:13px;line-height:18px}.auth-error{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px;padding:12px 16px;border-radius:16px;border:1px solid #fde68a;background-color:#fffbeb;color:#78350f;font-size:14px}.auth-error-icon{margin-top:2px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;height:24px;width:24px;border-radius:9999px;background-color:#fef3c7;color:#b45309;font-size:12px;font-weight:800}.auth-error-title{font-weight:700}.auth-error-message{margin-top:2px;font-size:12px;line-height:20px;color:#92400e}.auth-actions{display:flex;flex-direction:column;gap:16px}.auth-provider-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:16px;border:2px solid #f1f5f9;background-color:transparent;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.auth-provider-button:disabled{cursor:progress;opacity:.7}.auth-provider-button:hover:not(:disabled){border-color:#143c8c;background-color:#eff6ff4d}.auth-provider-button:focus-visible{outline:none;border-color:#143c8c;background-color:#eff6ff4d;box-shadow:0 0 0 2px #143c8c66}.auth-provider-left{display:flex;align-items:center;gap:16px;text-align:left}.auth-provider-icon{display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:12px;background-color:#fff7ed}.auth-provider-svg{height:24px;width:24px}.auth-provider-name{font-weight:700;color:#1e293b;font-size:14px;margin:0}.auth-provider-desc{font-size:10px;color:#64748b;font-weight:500;margin:2px 0 0}.auth-provider-arrow{color:#cbd5e1;transition:color .2s ease,transform .2s ease}.auth-provider-button:hover:not(:disabled) .auth-provider-arrow{color:#143c8c;transform:translate(4px)}.panel{display:flex;flex-direction:column;gap:20px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.panel-head h2{font-size:18px;font-weight:700;color:#0f172a;margin:0}.panel-head p{font-size:13px;color:#64748b;margin:4px 0 0;max-width:60ch}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.card+.card{margin-top:4px}.card h3{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 14px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:end}.field{display:flex;flex-direction:column;gap:5px}.field label{font-size:11px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em}.field input,.field select,.field textarea{font:inherit;padding:9px 11px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#143c8c;box-shadow:0 0 0 3px #143c8c1f}.field textarea{min-height:72px;resize:vertical}.btn{font:inherit;font-weight:600;font-size:13px;padding:9px 16px;border-radius:10px;border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease;white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:#143c8c;color:#fff}.btn-primary:hover:not(:disabled){background:#0f2f70}.btn-ghost{background:#fff;border-color:#cbd5e1;color:#334155}.btn-ghost:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.btn-danger{background:#fff;border-color:#fecaca;color:#b91c1c}.btn-danger:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.btn-sm{padding:6px 10px;font-size:12px}.table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:14px}table.data{width:100%;border-collapse:collapse;font-size:13px}table.data th,table.data td{text-align:left;padding:11px 14px;border-bottom:1px solid #f1f5f9;white-space:nowrap}table.data th{background:#f8fafc;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b}table.data tr:last-child td{border-bottom:none}table.data td.mono,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#475569}.row-actions{display:flex;gap:6px;justify-content:flex-end}.pill{display:inline-block;padding:2px 9px;border-radius:9999px;font-size:11px;font-weight:700;background:#eef2ff;color:#4338ca}.pill.published{background:#ecfdf5;color:#047857}.pill.draft{background:#fff7ed;color:#c2410c}.notice{padding:10px 14px;border-radius:10px;font-size:13px}.notice.error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.notice.ok{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857}.notice.muted{background:#f8fafc;border:1px solid #e2e8f0;color:#64748b}.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.spacer{flex:1}.hint{font-size:12px;color:#94a3b8}.link-button{font:inherit;padding:0;border:none;background:none;color:#143c8c;font-weight:600;cursor:pointer;text-align:left}.link-button:hover{text-decoration:underline}.article-content{display:flex;flex-direction:column;gap:12px;padding:8px 2px}.variation{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;background:#fff}.variation-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.article-body{width:100%;box-sizing:border-box;font:inherit;font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word;margin:0;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;background:#fff;color:#1e293b;min-height:96px;resize:vertical}.article-body.read{background:#f8fafc;border-style:dashed;min-height:0}.cell-input{font:inherit;font-size:13px;width:100%;min-width:120px;padding:6px 9px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a}.cell-input:focus{outline:none;border-color:#143c8c;box-shadow:0 0 0 3px #143c8c1f}@keyframes rowFlash{0%{background-color:#dbeafe}to{background-color:transparent}}tr.row-flash>td{animation:rowFlash 2.4s ease-out 1}.ws{min-height:100vh;background:#f1f5f9}.ws-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 28px;background:#fff;border-bottom:1px solid #e2e8f0}.ws-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px;color:#0f172a}.ws-logo{height:26px;width:auto;display:block}.ws-dot{width:9px;height:9px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981}.ws-user{display:flex;align-items:center;gap:14px}.ws-user-name{font-size:13px;color:#475569;font-weight:600}.ws-api-status{font-size:11px;font-weight:700;padding:4px 10px;border-radius:9999px}.ws-api-status.ok{background:#ecfdf5;color:#047857}.ws-api-status.bad{background:#fef2f2;color:#b91c1c}.ws-logout{font:inherit;font-size:13px;font-weight:600;padding:8px 14px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;color:#334155;cursor:pointer}.ws-logout:hover{background:#f8fafc;border-color:#94a3b8}.ws-tabs{display:flex;align-items:center;gap:4px;padding:12px 28px 0;border-bottom:1px solid #e2e8f0;background:#fff;flex-wrap:wrap}.ws-tab{font:inherit;font-size:13px;font-weight:600;padding:10px 16px;border:none;border-bottom:2px solid transparent;background:transparent;color:#64748b;cursor:pointer;margin-bottom:-1px}.ws-tab:hover{color:#0f172a}.ws-tab.active{color:#143c8c;border-bottom-color:#143c8c}.ws-main{width:100%;margin:0;padding:28px 32px;display:flex;flex-direction:column;gap:16px}
