:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#13211a;--muted:#5e6c64;--paper:#f5f3ec;--card:#fffffce6;--line:#d9ddd6;--green:#1f6f4a;--green-dark:#174f37;--red:#9d2e2e;--shadow:0 24px 70px #16362721}*{box-sizing:border-box}body{color:var(--ink);background:radial-gradient(circle at 10% 10%,#64a67d2e,#0000 32rem),linear-gradient(135deg,#f8f7f2,#eef3ed);margin:0;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}a{color:inherit}.shell{width:min(1120px,100% - 40px);min-height:100vh;margin:0 auto}.hero-shell,.auth-shell{place-items:center;padding:56px 0;display:grid}.hero-card,.auth-card,.dashboard-card{background:var(--card);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffffbf;border-radius:28px}.hero-card{max-width:760px;padding:clamp(36px,7vw,76px)}.auth-card{width:min(100%,480px);padding:clamp(28px,6vw,48px)}.dashboard-card{padding:clamp(32px,6vw,64px)}.eyebrow{color:var(--green);letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:.75rem;font-weight:800}h1{letter-spacing:-.055em;max-width:13ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,7vw,5.4rem);font-weight:500;line-height:.98}.auth-card h1,.dashboard-card h1{font-size:clamp(2.4rem,5vw,4.2rem)}.lede,.muted{color:var(--muted);line-height:1.7}.lede{max-width:58ch;margin:24px 0 30px;font-size:1.08rem}.muted{margin:12px 0 0}.brand{color:var(--green-dark);letter-spacing:-.02em;margin-bottom:40px;font-weight:800;text-decoration:none;display:inline-block}.auth-form{gap:10px;margin-top:28px;display:grid}.auth-form label{margin-top:10px;font-size:.85rem;font-weight:700}.auth-form input{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#fff;border-radius:12px;outline:none;padding:0 14px}.auth-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #1f6f4a1f}.button-row{grid-template-columns:1fr 1fr;gap:10px;margin-top:20px;display:grid}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:750;text-decoration:none;display:inline-flex}.primary{color:#fff;background:var(--green)}.primary:hover{background:var(--green-dark)}.secondary{border-color:var(--line);color:var(--ink);background:0 0}.notice{border-radius:12px;margin:24px 0 0;padding:12px 14px;font-size:.9rem;line-height:1.45}.notice.error{color:var(--red);background:#fff1f0}.notice.success{color:var(--green-dark);background:#edf8f1}.dashboard-shell{padding:28px 0 72px}.dashboard-nav{justify-content:space-between;align-items:center;min-height:72px;display:flex}.dashboard-nav .brand{margin:0}.dashboard-app-shell{background:#fff;min-height:100vh}.dashboard-app-nav{border-bottom:1px solid var(--line);background:var(--card);min-height:56px;padding:0 clamp(16px,3vw,40px)}.dashboard-app-frame{background:#fff;border:0;width:100%;height:calc(100vh - 56px);display:block}.public-dashboard-frame{height:100vh}.text-button{color:var(--green-dark);cursor:pointer;background:0 0;border:0;padding:8px;font-weight:700}.identity-row{grid-template-columns:1fr 1fr;gap:18px;margin:36px 0 0;display:grid}.identity-row div{border-top:1px solid var(--line);min-width:0;padding-top:18px}.identity-row dt{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:800}.identity-row dd{overflow-wrap:anywhere;margin:8px 0 0}@media (max-width:620px){.shell{width:min(100% - 24px,1120px)}.button-row,.identity-row{grid-template-columns:1fr}.hero-card,.auth-card,.dashboard-card{border-radius:20px}}.import-shell{width:min(1480px,100% - 40px);min-height:100vh;margin:0 auto;padding:0 0 72px}.import-nav{justify-content:space-between;align-items:center;min-height:76px;display:flex}.import-nav .brand{margin:0}.import-hero{justify-content:space-between;align-items:end;gap:32px;padding:58px 0 42px;display:flex}.import-hero h1{max-width:none}.import-lede{max-width:66ch;color:var(--muted);margin:20px 0 0;font-size:1.05rem;line-height:1.65}.import-card{background:#fffffcf0;border:1px solid #fffc;border-radius:24px;padding:clamp(24px,4vw,42px);box-shadow:0 18px 60px #1636271a}.import-section-heading,.import-section-heading>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.import-section-heading>div>span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.import-section-heading h2,.import-issues h2,.import-result h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:500}.import-section-heading p{color:var(--muted);margin:5px 0 0}.import-field-grid{grid-template-columns:.75fr 1fr 2fr;gap:16px;margin:28px 0 20px;display:grid}.import-field-grid label{color:var(--ink);gap:8px;font-size:.82rem;font-weight:800;display:grid}.import-field-grid select,.import-field-grid input[type=file]{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#fff;border-radius:12px;padding:0 14px}.import-field-grid input[type=file]{padding:11px 14px}.import-field-grid small{color:var(--muted);font-weight:500;line-height:1.4}.import-safety-note{color:var(--green-dark);background:#e9f4ed;border-radius:14px;margin:0 0 24px;padding:14px 16px;line-height:1.5}.import-status,.import-issues{background:#edf4ef;border-radius:16px;margin:18px 0;padding:15px 18px;line-height:1.5}.import-status.error,.import-issues{color:#762a23;background:#fff1ef}.import-status.success{color:var(--green-dark);background:#e7f5ec}.import-issues h2{font-size:1.15rem}.import-issues ul{margin:12px 0 0;padding-left:20px}.import-preview{margin-top:20px}.import-count{min-width:56px;height:44px;color:var(--green-dark);background:#e9f4ed;border-radius:999px;place-items:center;display:grid}.import-warnings{color:#6e5611;background:#fff8db;border-radius:12px;margin:20px 0;padding:12px 14px 12px 34px}.import-table-wrap{border:1px solid var(--line);border-radius:14px;max-height:560px;margin:26px -10px 0;overflow:auto}.import-table-wrap table{border-collapse:separate;border-spacing:0;width:100%;min-width:1320px;font-size:.8rem}.bid-time-import-table table{min-width:980px}.roster-import-fields{grid-template-columns:minmax(280px,640px)}.roster-import-table table{min-width:1120px}.roster-import-table .import-changes{white-space:normal;max-width:460px;line-height:1.45}.import-action{text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:.7rem;font-weight:800;display:inline-flex}.import-action.add{color:#fff;background:var(--green)}.import-action.update,.import-action.reactivate{color:#6e5611;background:#fff0b3}.import-action.unchanged{color:var(--muted);background:#edf1ee}.import-table-wrap th{z-index:1;color:#fff;text-align:left;background:#244c38;padding:12px 10px;position:sticky;top:0}.import-table-wrap td{white-space:nowrap;background:#fff;border-top:1px solid #e7eae5;padding:10px}.import-table-wrap tbody tr:nth-child(2n) td{background:#f8faf7}.import-table-wrap td.rdo{color:#8b2d28;background:#fff0ed;font-weight:800}.import-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.button:disabled{cursor:not-allowed;opacity:.5}.import-result{text-align:center;margin-top:20px}.import-result dl{grid-template-columns:repeat(3,1fr);gap:12px;max-width:520px;margin:28px auto;display:grid}.import-result dl.two-column{grid-template-columns:repeat(2,1fr)}.import-result dl div{background:#f0f5f1;border-radius:14px;padding:18px}.import-result dt{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:800}.import-result dd{color:var(--green-dark);margin:6px 0 0;font-family:Georgia,Times New Roman,serif;font-size:2rem}.import-access-shell{place-items:center;display:grid}.import-access-card{width:min(600px,100%)}.import-access-card h1{max-width:none;font-size:clamp(2.5rem,6vw,4.5rem)}.import-access-card .button{margin-top:26px}.faq-admin-shell h1{max-width:none}.faq-admin-stats{grid-template-columns:repeat(2,minmax(120px,1fr));gap:12px;display:grid}.faq-admin-stats div{border:1px solid var(--line);background:#ffffffb3;border-radius:14px;padding:18px}.faq-admin-stats strong{color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:2.2rem;font-weight:500;display:block}.faq-admin-stats span{color:var(--muted);font-size:.85rem;font-weight:800}.faq-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.faq-editor-card,.faq-list-card{gap:18px;display:grid}.faq-list-card{margin-top:20px}.faq-editor-card label,.faq-admin-row label,.faq-field{color:var(--ink);gap:8px;font-size:.82rem;font-weight:800;display:grid}.faq-field-label{display:block}.faq-editor-card input,.faq-editor-card textarea,.faq-admin-row input,.faq-admin-row textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:12px;padding:12px 14px}.faq-editor-card textarea,.faq-admin-row textarea{resize:vertical;line-height:1.5}.html-editor{border:1px solid var(--line);background:#fff;border-radius:12px;font-size:.95rem;font-weight:500;overflow:hidden}.html-editor:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #245f431a}.html-editor-toolbar{border-bottom:1px solid var(--line);background:#f5f8f5;flex-wrap:wrap;gap:5px;padding:7px;display:flex}.html-editor-toolbar button{min-width:34px;color:var(--green-dark);cursor:pointer;font:inherit;background:#fff;border:1px solid #d7dfd8;border-radius:7px;padding:6px 8px;font-size:.76rem;font-weight:800}.html-editor-toolbar button:hover,.html-editor-toolbar button[aria-pressed=true]{border-color:var(--green);background:#e9f4ed}.html-editor-toolbar button:disabled{cursor:not-allowed;opacity:.45}.html-editor-toolbar .html-editor-source-toggle{margin-left:auto}.html-editor-select{min-height:32px;color:var(--green-dark);font:inherit;background:#fff;border:1px solid #d7dfd8;border-radius:7px;padding:4px 26px 4px 8px;font-size:.76rem;font-weight:800}.html-editor-select:disabled{cursor:not-allowed;opacity:.45}.html-editor-color{cursor:pointer;background:#fff;border:1px solid #d7dfd8;border-radius:7px;align-items:center;min-height:32px;padding:4px 7px;color:var(--green-dark)!important;grid-template-columns:none!important;gap:6px!important;font-size:.76rem!important;font-weight:800!important;display:inline-flex!important}.html-editor-color input[type=color]{cursor:pointer;background:0 0;border:0;border-radius:4px;height:22px;width:24px!important;padding:0!important}.html-editor-color:has(input:disabled){cursor:not-allowed;opacity:.45}.html-editor-content,.html-editor-source{width:100%;min-height:150px;color:var(--ink);background:#fff;outline:0;line-height:1.6;display:block;border:0!important;border-radius:0!important;padding:13px 14px!important}.html-editor-content:empty:before{color:#7c8a82;content:attr(data-placeholder);pointer-events:none}.html-editor-content p,.html-editor-content h3,.html-editor-content h4,.html-editor-content blockquote,.html-editor-content ul,.html-editor-content ol{margin:0 0 .75em}.html-editor-content>:last-child{margin-bottom:0}.html-editor-content ul,.html-editor-content ol{padding-left:1.5rem}.html-editor-content li>ul,.html-editor-content li>ol{margin:.35em 0 .2em;font-size:1em}.html-editor-content ul ul{list-style-type:circle}.html-editor-content ul ul ul{list-style-type:square}.html-editor-content ol ol{list-style-type:lower-alpha}.html-editor-content ol ol ol{list-style-type:lower-roman}.html-editor-content blockquote{color:var(--muted);border-left:3px solid #9bb6a7;padding-left:12px}.html-editor-source{resize:vertical;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem}.faq-editor-card small{color:var(--muted);font-weight:500;line-height:1.4}.faq-admin-list{gap:14px;display:grid}.faq-admin-row{border:1px solid var(--line);background:#fff;border-radius:14px;gap:12px;padding:16px;display:grid}.faq-admin-row-actions{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.faq-admin-row-actions>label:not(.faq-checkbox){max-width:110px}.faq-checkbox{grid-template-columns:auto 1fr;align-items:center;min-height:48px;gap:8px!important;display:inline-flex!important}.faq-checkbox input{width:auto}@media (max-width:820px){.import-shell{width:min(100% - 24px,1480px)}.import-hero{flex-direction:column;align-items:flex-start;padding-top:34px}.import-field-grid{grid-template-columns:1fr}.import-section-heading{align-items:flex-start}.faq-admin-grid,.faq-admin-stats{grid-template-columns:1fr}}@media (max-width:560px){.import-nav{flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.import-actions{flex-direction:column;align-items:stretch}.import-result dl{grid-template-columns:1fr}}
