:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f8fafc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{max-width:1200px;margin:0 auto;padding:16px}.appShell{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:10;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0}.topbarRow{display:flex;align-items:center;gap:12px}.brand{font-weight:700}.spacer{flex:1}.navLink{padding:8px 10px;border-radius:10px;color:#334155}.navLink.active{background:#e2e8f0;color:#0f172a}.layout{display:grid;grid-template-columns:320px 1fr;gap:16px;align-items:start}@media(max-width:900px){.layout{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 2px #0f172a0f}.cardHeader{padding:12px 14px;border-bottom:1px solid #e2e8f0;font-weight:600}.cardBody{padding:14px}.list{display:flex;flex-direction:column;gap:8px}.listItem{display:flex;gap:10px;align-items:flex-start;padding:10px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;cursor:pointer}.listItem:hover{border-color:#cbd5e1;background:#f8fafc}.listItemTitle{font-weight:600;color:#0f172a}.listItemMeta{font-size:12px;color:#64748b}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:12px}.formRow{display:grid;grid-template-columns:120px 1fr;gap:10px;align-items:center;margin-bottom:10px}@media(max-width:600px){.formRow{grid-template-columns:1fr}}.label{color:#334155;font-size:13px}.input,.select,.textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff}.textarea{min-height:90px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;cursor:pointer}.btn.primary{background:#2563eb;border-color:#1d4ed8;color:#fff}.btn.danger{background:#fee2e2;border-color:#fecaca;color:#991b1b}.btn:disabled{opacity:.6;cursor:not-allowed}.mobileOnly{display:none!important}@media(max-width:900px){.mobileOnly{display:inline-flex!important}}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out,opacity .2s ease-out;opacity:0}.accordion-content.open{max-height:1000px;opacity:1;transition:max-height .5s ease-in,opacity .3s ease-in}.iframeWrap{width:100%;height:calc(100vh - 180px);min-height:520px;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.iframe{width:100%;height:100%;border:0}.toast{padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#334155}.toast.error{border-color:#fecaca;background:#fff1f2;color:#9f1239}.toast.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
