:root{--bg:#f6f8fb;--surface:#fff;--ink:#162033;--muted:#64748b;--green:#2563eb;--line:#d9e4f2;--brass:#3b82f6;--danger:#b23a2f;--soft:#eef5ff;--cream:#fff;--on-accent:#fff}*{box-sizing:border-box}html,body{min-height:100%}body{color:var(--ink);background:var(--bg);margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.shell{width:min(100%,1180px);min-height:100vh;margin:0 auto;padding:18px}.admin-shell{width:100%;max-width:none;padding-inline:clamp(18px,4vw,72px)}.topbar{justify-content:space-between;align-items:center;gap:12px;padding-bottom:18px;display:flex}.brand{align-items:center;gap:12px;min-width:0;display:flex}.mark{color:#fffaf2;background:var(--green);border-radius:50%;place-items:center;width:44px;height:44px;font-weight:950;display:grid}.brand strong{font-size:17px;line-height:1.1;display:block}.brand span{color:var(--muted);margin-top:2px;font-size:12px;font-weight:750;display:block}.nav{align-items:center;gap:8px;display:flex;overflow-x:auto}.nav button,.secondary-button,.primary-button{border:1px solid var(--line);min-height:42px;color:var(--green);cursor:pointer;white-space:nowrap;background:#ffffffd1;border-radius:999px;justify-content:center;align-items:center;padding:9px 13px;font-weight:850;display:inline-flex}.nav button[aria-current=page]{color:var(--on-accent);background:var(--green);border-color:var(--green)}.danger-button{color:var(--danger)}.primary-button{width:100%;color:var(--on-accent);background:var(--green);border-color:var(--green);border-radius:8px}.secondary-button{border-radius:8px}.login{gap:18px;max-width:460px;margin:46px auto 0;display:grid}.kicker{color:var(--brass);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:12px;font-weight:950}h1,h2,h3,p{margin:0}h1{color:var(--green);font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1.06}h2{color:var(--green);font-size:25px;line-height:1.15}h3{font-size:17px;line-height:1.2}.muted{color:var(--muted)}.panel,.card{border:1px solid var(--line);background:var(--surface);border-radius:8px}.panel{gap:12px;padding:16px;display:grid}.form{gap:12px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--muted);font-size:13px;font-weight:850}.field input,.field select,.field textarea{border:1px solid var(--line);width:100%;min-height:50px;color:var(--ink);background:#fff;border-radius:8px;padding:10px 12px;font-weight:750}.field textarea{resize:vertical;min-height:150px}.status{color:var(--danger);font-weight:850}.status-ok{color:var(--green)}.hero{gap:8px;margin:18px 0;display:grid}.grid{gap:12px;display:grid}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{gap:6px;padding:14px;display:grid}.metric{color:var(--green);font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:950;line-height:1}.metric-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:900}.section{gap:12px;margin-top:20px;display:grid}.user-detail-panel{margin-top:12px}.section-head{justify-content:space-between;align-items:end;gap:10px;display:flex}.toolbar{align-items:center;gap:8px;display:flex;overflow-x:auto}.toolbar select{border:1px solid var(--line);min-height:42px;color:var(--green);background:#ffffffd1;border-radius:999px;padding:8px 12px;font-weight:850}.list{gap:10px;display:grid}.row{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;padding:12px;display:grid}.row-main{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.row-title{color:var(--green);font-weight:950}.meta{flex-wrap:wrap;gap:6px;display:flex}.pill{border:1px solid var(--line);min-height:28px;color:var(--muted);background:var(--soft);border-radius:999px;align-items:center;padding:4px 9px;font-size:12px;font-weight:850;display:inline-flex}.pill-danger{color:var(--danger);background:#f7e9e5}.chart{grid-template-columns:repeat(7,minmax(26px,1fr));align-items:end;gap:10px;min-height:190px;padding:12px;display:grid}.bar-wrap{grid-template-rows:auto 116px auto;align-items:end;gap:8px;min-width:0;display:grid}.bar-value{color:var(--green);text-align:center;font-size:12px;font-weight:900}.bar-value span{color:var(--muted);font-size:10px;line-height:1.1;display:block}.bar{background:var(--green);border-radius:6px 6px 2px 2px;min-height:6px}.bar-label{color:var(--muted);text-align:center;font-size:11px;font-weight:800}.detail{border:1px solid var(--line);background:var(--soft);border-radius:8px;gap:10px;padding:12px;display:grid}.check-row{min-height:36px;color:var(--green);align-items:center;gap:10px;font-weight:850;display:flex}.check-row input{width:20px;height:20px;accent-color:var(--green)}.unsubscribe-shell{align-items:center;max-width:640px;display:grid}pre{max-height:260px;color:var(--on-accent);background:#162033;border-radius:8px;margin:0;padding:10px;font-size:12px;overflow:auto}@media (min-width:760px){.summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.content-grid{grid-template-columns:1.2fr .8fr;align-items:start}h1{font-size:44px}}@media (max-width:430px){.shell{padding:14px}.topbar{align-items:flex-start}.nav{width:100%;padding-bottom:2px}}
.table-panel{border:1px solid var(--line);background:var(--surface);-webkit-overflow-scrolling:touch;border-radius:8px;overflow:auto hidden}.table-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.pagination-summary,.pagination-page{color:var(--muted);font-size:13px;font-weight:850}.pagination-controls{align-items:center;gap:8px;display:flex}.pagination-button{min-height:34px;padding:6px 12px}.pagination-button:disabled{cursor:not-allowed;opacity:.48}.table-panel-compact{max-height:520px}.data-table{border-collapse:collapse;table-layout:fixed;width:100%}.data-table th:first-child,.data-table td:first-child{width:118px}.data-table th:nth-child(2),.data-table td:nth-child(2),.data-table th:nth-child(4),.data-table td:nth-child(4){width:180px}.data-table th:nth-child(5),.data-table td:nth-child(5),.data-table th:nth-child(6),.data-table td:nth-child(6),.data-table th:nth-child(7),.data-table td:nth-child(7){width:92px}.users-table th:first-child,.users-table td:first-child{width:320px}.users-table th:nth-child(2),.users-table td:nth-child(2){width:160px}.users-table th:nth-child(3),.users-table td:nth-child(3){width:132px}.users-table th:nth-child(4),.users-table td:nth-child(4),.users-table th:nth-child(5),.users-table td:nth-child(5){width:82px}.users-table th:nth-child(6),.users-table td:nth-child(6),.users-table th:nth-child(7),.users-table td:nth-child(7){width:118px}.users-table th:nth-child(8),.users-table td:nth-child(8){width:92px}.data-table th,.data-table td{border-bottom:1px solid var(--line);color:var(--ink);text-align:left;vertical-align:middle;overflow-wrap:normal;padding:10px 12px;font-size:13px}.data-table th{color:var(--muted);background:var(--soft);letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:950}.data-table tr:last-child td{border-bottom:0}.users-table{width:100%;min-width:1120px}.table-strong{color:var(--green);font-weight:950}.table-email{text-overflow:ellipsis;white-space:nowrap;word-break:normal;max-width:320px;overflow:hidden}.table-action{min-height:34px;padding:6px 10px}.primary-button.table-action{color:var(--on-accent)}.table-actions-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.table-actions-row select{border:1px solid var(--line);max-width:132px;min-height:34px;color:var(--green);background:var(--surface);border-radius:8px;padding:5px 8px;font-size:12px;font-weight:850}.feedback-table{min-width:1180px}.feedback-table th:first-child,.feedback-table td:first-child{width:116px}.feedback-table th:nth-child(2),.feedback-table td:nth-child(2){width:240px}.feedback-table th:nth-child(3),.feedback-table td:nth-child(3),.feedback-table th:nth-child(4),.feedback-table td:nth-child(4){width:112px}.feedback-table th:nth-child(6),.feedback-table td:nth-child(6),.feedback-table th:nth-child(7),.feedback-table td:nth-child(7){width:220px}.feedback-message-preview{-webkit-line-clamp:2;color:var(--ink);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feedback-detail-grid{gap:8px;margin:0;display:grid}.feedback-detail-grid div{grid-template-columns:120px minmax(0,1fr);gap:8px;display:grid}.feedback-detail-grid dt{color:var(--muted);font-weight:850}.feedback-detail-grid dd{overflow-wrap:anywhere;min-width:0;margin:0}.table-detail-row td{padding:0}.table-detail-row .detail{border:0;border-radius:0}@media (max-width:700px){.users-table{min-width:396px}.data-table th,.data-table td{padding:9px 8px;font-size:12px}.data-table th:nth-child(4),.data-table td:nth-child(4),.data-table th:nth-child(5),.data-table td:nth-child(5),.data-table th:nth-child(6),.data-table td:nth-child(6){display:none}.data-table th:first-child,.data-table td:first-child{width:78px}.data-table th:nth-child(2),.data-table td:nth-child(2){width:118px}.data-table th:nth-child(7),.data-table td:nth-child(7){width:74px}.table-action{min-height:32px;padding:5px 8px}.feedback-table{min-width:430px}.feedback-table th:nth-child(2),.feedback-table td:nth-child(2),.feedback-table th:nth-child(4),.feedback-table td:nth-child(4),.feedback-table th:nth-child(6),.feedback-table td:nth-child(6){display:none}.feedback-table th:nth-child(5),.feedback-table td:nth-child(5){width:156px}.feedback-table th:nth-child(7),.feedback-table td:nth-child(7){width:136px}.users-table th:nth-child(2),.users-table td:nth-child(2),.users-table th:nth-child(3),.users-table td:nth-child(3),.users-table th:nth-child(4),.users-table td:nth-child(4),.users-table th:nth-child(5),.users-table td:nth-child(5),.users-table th:nth-child(6),.users-table td:nth-child(6){display:none}.users-table th:first-child,.users-table td:first-child{width:220px}.users-table th:nth-child(7),.users-table td:nth-child(7){width:82px;display:table-cell}.users-table th:nth-child(8),.users-table td:nth-child(8){width:74px}.table-email{max-width:220px}.table-toolbar{flex-direction:column;align-items:stretch}.pagination-controls{justify-content:space-between}.pagination-button{flex:1}}
.mailing-panel{gap:16px;display:grid}.mailing-tabs{flex-wrap:wrap;gap:8px;display:flex}.mailing-tabs button{border:1px solid var(--line);min-height:44px;color:var(--green);background:var(--surface);border-radius:999px;padding:8px 18px;font-weight:950}.mailing-tabs button[aria-current=page]{color:var(--on-accent);background:var(--green);border-color:var(--green)}.mailing-editor{gap:16px;max-width:none;display:grid}.mailing-composer{width:100%}.mailing-form-grid{gap:14px;display:grid}.mailing-form-grid textarea{min-height:260px}.mailing-form-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;display:grid}.mailing-form-actions .primary-button,.mailing-form-actions .secondary-button{width:100%}.mailing-list-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.mailings-table th:first-child,.mailings-table td:first-child{width:auto}.mailings-table th:nth-child(2),.mailings-table td:nth-child(2){width:110px}.mailings-table th:nth-child(3),.mailings-table td:nth-child(3){width:132px}.mailings-table th:nth-child(4),.mailings-table td:nth-child(4),.mailings-table th:nth-child(5),.mailings-table td:nth-child(5){width:92px}.mailings-table th:nth-child(6),.mailings-table td:nth-child(6){width:126px}.mailings-table th:nth-child(7),.mailings-table td:nth-child(7){width:190px}.mailings-table th:nth-child(8),.mailings-table td:nth-child(8){width:116px}.mailings-table th:nth-child(9),.mailings-table td:nth-child(9){width:210px}.mailing-actions{flex-wrap:wrap;gap:8px;display:flex}.mailing-actions .primary-button,.mailing-actions .secondary-button{width:auto}.mailing-detail{align-self:start}.compact-row{padding:10px}@media (max-width:700px){.mailing-form-actions{grid-template-columns:1fr}.mailing-list-head{flex-direction:column;align-items:stretch}.mailings-table th:nth-child(5),.mailings-table td:nth-child(5),.mailings-table th:nth-child(6),.mailings-table td:nth-child(6),.mailings-table th:nth-child(7),.mailings-table td:nth-child(7){display:none}.mailings-table th:nth-child(2),.mailings-table td:nth-child(2),.mailings-table th:nth-child(3),.mailings-table td:nth-child(3){width:92px;display:table-cell}.mailings-table th:nth-child(4),.mailings-table td:nth-child(4){width:58px;display:table-cell}.mailings-table th:nth-child(8),.mailings-table td:nth-child(8){width:74px}.mailings-table th:nth-child(9),.mailings-table td:nth-child(9){width:96px}}
