:root {
  --ink: #142b28;
  --muted: #637572;
  --paper: #f4f1e9;
  --card: #fffdf8;
  --line: #d7ddd4;
  --green: #176a5b;
  --mint: #c8e1d4;
  --orange: #ef794d;
  --amber: #ebc267;
  --shadow: 0 20px 70px rgba(22, 51, 43, .12);
  --mono: "DM Mono", monospace;
  --sans: "Noto Sans SC", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 14px/1.65 var(--sans); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.topbar { height: 82px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(4vw, 28px); border-bottom: 1px solid rgba(20,43,40,.12); background: rgba(244,241,233,.92); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 17px; letter-spacing: -.04em; line-height: 1.06; }
.brand small { display: block; margin-top: 5px; color: var(--muted); letter-spacing: .12em; font: 9px var(--mono); }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50% 50% 50% 5px; background: var(--green); color: white; font: 700 17px Georgia, serif; transform: rotate(-12deg); }
.topbar nav { display: flex; gap: 25px; margin-left: auto; margin-right: 30px; font-size: 13px; color: #3a4f4a; }
.topbar nav a { transition: color .18s ease; }
.topbar nav a:hover { color: var(--green); }
.nav-user { display: flex; gap: 13px; align-items: center; }
.member-name { color: var(--green); font-weight: 700; font-size: 13px; }
.login-nav, .link-button { border: 0; background: transparent; color: var(--green); padding: 7px 0; font-weight: 700; }
.login-nav { border: 1px solid var(--green); padding: 8px 17px; border-radius: 99px; }

main { min-height: calc(100vh - 82px); }
.hero { min-height: 470px; padding: 78px max(7vw, 36px) 64px; background: var(--ink); color: #f8f5ee; display: grid; grid-template-columns: minmax(0, 1.1fr) 330px; gap: 70px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 16%, rgba(92,183,144,.23), transparent 29%), linear-gradient(116deg, transparent 70%, rgba(239,121,77,.13)); pointer-events: none; }
.hero > * { position: relative; }
.hero-kicker, .eyebrow { color: var(--orange); font: 10px var(--mono); letter-spacing: .16em; text-transform: uppercase; margin: 0 0 15px; }
.hero h1 { margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: 1.12; letter-spacing: -.065em; max-width: 720px; }
.hero h1 em { color: var(--amber); font-family: Georgia, "Noto Serif SC", serif; font-weight: 400; }
.hero > div > p:not(.hero-kicker) { max-width: 495px; margin: 26px 0 30px; color: #bfcbc3; font-size: 15px; }
.primary { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 12px 20px; min-height: 46px; color: white; background: var(--orange); font-weight: 700; border-radius: 2px; transition: transform .16s ease, background .16s ease; }
.primary:hover { background: #d96138; transform: translateY(-2px); }
.primary:active { transform: scale(.97); }
.primary span { font-size: 18px; }
.hero aside { min-height: 330px; padding: 28px; align-self: center; display: flex; flex-direction: column; background: #f3b859; color: var(--ink); position: relative; overflow: hidden; }
.hero aside p { margin: 0; font: 10px var(--mono); letter-spacing: .15em; }
.hero aside b { margin: 13px 0 0; font: 500 155px/.75 Georgia, serif; letter-spacing: -.13em; z-index: 1; }
.hero aside span { position: relative; z-index: 1; max-width: 170px; font-weight: 700; }
.dot-grid { position: absolute; width: 260px; height: 180px; bottom: -30px; right: -70px; opacity: .4; background-image: radial-gradient(var(--ink) 1.2px, transparent 1.2px); background-size: 12px 12px; transform: rotate(-15deg); }

.market { max-width: 1420px; margin: -1px auto 0; display: grid; grid-template-columns: 285px minmax(0, 1fr); padding: 46px max(4vw, 28px) 85px; gap: 46px; }
.member-shelf { align-self: start; position: sticky; top: 110px; padding: 24px 17px 15px; background: var(--card); border: 1px solid var(--line); box-shadow: 7px 7px 0 #d3e2d8; }
.shelf-head { padding: 0 8px 17px; border-bottom: 1px solid var(--line); }
.shelf-head p { margin: 0; color: var(--green); font: 10px var(--mono); letter-spacing: .14em; }
.shelf-head h2 { margin: 3px 0 0; font-size: 20px; letter-spacing: -.05em; }
.empty-owned { min-height: 236px; display: flex; flex-direction: column; text-align: center; justify-content: center; align-items: center; color: var(--muted); padding: 10px 8px; }
.empty-owned > span { color: var(--orange); font: 38px/.8 Georgia, serif; margin-bottom: 16px; }
.empty-owned strong { color: var(--ink); font-size: 13px; }
.empty-owned p { margin: 5px 0 13px; font-size: 12px; }
.empty-owned button, .empty-owned a { border: 0; background: var(--mint); color: #17483d; padding: 7px 13px; font-weight: 700; font-size: 12px; }
.owned-item { display: flex; gap: 10px; padding: 15px 4px; border-bottom: 1px solid var(--line); transition: background .16s ease; }
.owned-item:hover { background: #f4f8f2; }
.owned-item > div { flex: 0 0 38px; width: 38px; height: 49px; display: grid; place-items: center; background: var(--cover); color: white; font: 10px Georgia, serif; transform: rotate(-2deg); }
.owned-item span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.owned-item strong { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 12px; line-height: 1.45; }
.owned-item small { color: var(--green); font-size: 10px; }
.shelf-note { margin-top: 16px; padding: 13px 8px 2px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.shelf-note strong { color: var(--ink); }
.shelf-note p { margin: 4px 0 0; }
.catalog-top, .section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.catalog-top h2, .how h2, .compliance h2, .section-head h2 { margin: 0; color: var(--ink); font-size: clamp(25px, 3vw, 35px); letter-spacing: -.07em; line-height: 1.2; }
.cart-trigger button { border: 1px solid var(--ink); background: transparent; padding: 9px 13px; font-size: 12px; font-weight: 700; }
.cart-trigger b { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 5px; background: var(--orange); color: white; font: 10px var(--mono); border-radius: 50%; }
.filters { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0 24px; }
.filter { border: 1px solid var(--line); border-radius: 99px; padding: 8px 12px; color: #4f625e; background: var(--card); font-size: 12px; transition: .15s ease; }
.filter b { margin-left: 4px; color: var(--muted); font: 10px var(--mono); }
.filter.active, .filter:hover { background: var(--green); border-color: var(--green); color: white; }
.filter.active b, .filter:hover b { color: #d6ece1; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.product { background: var(--card); border: 1px solid var(--line); min-width: 0; transition: transform .2s ease, box-shadow .2s ease; }
.product:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(20,43,40,.1); }
.cover { min-height: 165px; padding: 15px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--cover); color: white; }
.cover::after { content: ""; width: 120px; height: 120px; right: -35px; bottom: -48px; position: absolute; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,255,255,.08), 0 0 0 36px rgba(255,255,255,.06); }
.cover span { font: 10px var(--mono); letter-spacing: .16em; opacity: .8; }
.cover strong { margin: auto 0 0; position: relative; z-index: 1; font: 36px/.9 Georgia, "Noto Serif SC", serif; letter-spacing: -.12em; }
.cover i { position: absolute; right: 15px; top: 14px; color: rgba(255,255,255,.75); font: 10px var(--mono); }
.product-body { padding: 16px; }
.product-body .eyebrow { margin-bottom: 7px; color: var(--green); font-size: 9px; }
.product h3 { min-height: 48px; margin: 0; font-size: 15px; line-height: 1.55; }
.product-body > p:not(.eyebrow) { min-height: 43px; margin: 6px 0 13px; color: var(--muted); font-size: 12px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 11px; border-top: 1px solid var(--line); }
.product-bottom > strong { color: var(--orange); font: 700 17px var(--mono); letter-spacing: -.07em; }
.add-cart, .tiny { border: 0; padding: 7px 9px; background: #e7efe8; color: var(--green); font-weight: 700; font-size: 11px; }
.add-cart:hover, .tiny:hover { background: var(--mint); }

.how { padding: 72px max(7vw, 36px); background: #d5e7da; }
.how > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 32px; border-top: 1px solid rgba(20,43,40,.2); }
.how article { padding: 22px 25px 12px 0; border-right: 1px solid rgba(20,43,40,.2); }
.how article:not(:first-child) { padding-left: 25px; }
.how article:last-child { border: 0; }
.how b { color: var(--orange); font: 25px Georgia, serif; }
.how h3 { margin: 16px 0 4px; font-size: 15px; }
.how p { margin: 0; color: #536964; font-size: 12px; }
.compliance { padding: 85px max(10vw, 35px); background: #f8f6f1; text-align: center; }
.compliance h2 { max-width: 650px; margin: 0 auto; font-size: clamp(28px, 4vw, 48px); letter-spacing: -.07em; }
.compliance > p:last-child { max-width: 730px; margin: 22px auto 0; color: var(--muted); font-size: 14px; }

footer { min-height: 100px; display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 22px max(4vw,28px); background: var(--ink); color: #aabbb2; font-size: 11px; }
footer strong { color: white; margin-right: 14px; }
footer span { color: #aabbb2; }

.modal, .cart-modal { border: 0; padding: 0; color: var(--ink); background: var(--card); box-shadow: var(--shadow); }
.modal { width: min(760px, calc(100vw - 30px)); }
.modal::backdrop, .cart-modal::backdrop { background: rgba(13,36,31,.65); backdrop-filter: blur(4px); }
.modal[open] { display: grid; grid-template-columns: .85fr 1fr; animation: modal-in .22s var(--ease-out, ease-out); }
.modal-close { z-index: 2; position: absolute; top: 12px; right: 14px; width: 29px; height: 29px; border: 0; border-radius: 50%; background: transparent; color: var(--muted); font-size: 22px; line-height: 1; }
.modal-close:hover { background: #edf1eb; color: var(--ink); }
.auth-side { min-height: 430px; padding: 38px 34px; display: flex; flex-direction: column; color: white; background: var(--green); }
.auth-side .brand-mark { background: var(--amber); color: var(--ink); }
.auth-side > p { margin: 30px 0 11px; color: var(--mint); font: 10px var(--mono); letter-spacing: .17em; }
.auth-side h2 { margin: 0; font-size: 28px; line-height: 1.35; letter-spacing: -.06em; }
.auth-side small { margin-top: auto; color: #b7d5c7; font-size: 11px; }
.auth-main { padding: 36px 32px; }
.auth-tabs { display: flex; gap: 16px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.auth-tabs button, .login-mode button { border: 0; background: transparent; padding: 0 0 10px; color: var(--muted); font-weight: 700; }
.auth-tabs button.active { color: var(--green); box-shadow: inset 0 -2px 0 var(--green); }
.auth-main h3 { margin: 0; font-size: 22px; letter-spacing: -.05em; }
.auth-main > section > p { margin: 4px 0 18px; color: var(--muted); font-size: 12px; }
label { display: block; color: #445954; font-size: 12px; font-weight: 700; }
input, textarea, select { width: 100%; margin-top: 5px; padding: 10px 11px; outline: none; color: var(--ink); background: #fbfaf6; border: 1px solid var(--line); border-radius: 1px; transition: border .16s ease, box-shadow .16s ease; }
textarea { min-height: 70px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,106,91,.1); }
.auth-main label { margin-top: 12px; }
.input-row { display: flex; gap: 5px; }
.input-row input { min-width: 0; }
.input-row button { flex: 0 0 auto; margin-top: 5px; border: 1px solid var(--green); background: transparent; color: var(--green); padding: 0 8px; font-size: 11px; font-weight: 700; }
.login-mode { display: flex; gap: 12px; margin-top: 16px; }
.login-mode button.active { color: var(--orange); box-shadow: inset 0 -1px 0 var(--orange); }
.full { width: 100%; margin-top: 18px; }
.auth-tip { margin: 12px 0 0; color: var(--muted); font-size: 10px; }

.cart-modal { width: min(490px, calc(100vw - 30px)); padding: 31px; }
.cart-modal h2 { margin: 0 0 14px; font-size: 26px; letter-spacing: -.06em; }
.cart-items { max-height: 295px; overflow: auto; border-top: 1px solid var(--line); }
.empty-cart { padding: 30px 0; margin: 0; color: var(--muted); text-align: center; }
.cart-line { display: grid; grid-template-columns: 1fr auto 22px; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-line strong { display: block; font-size: 13px; }
.cart-line small { display: block; color: var(--muted); font-size: 10px; }
.cart-line span { color: var(--orange); font: 700 13px var(--mono); }
.cart-line button { border: 0; background: transparent; color: var(--muted); font-size: 20px; }
.cart-total { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; }
.cart-total span { color: var(--muted); }
.cart-total strong { font: 700 22px var(--mono); color: var(--orange); }
.payment-choice { margin-top: 4px; }
.cart-hint { margin: 12px 0 0; color: var(--muted); font-size: 10px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 26px; max-width: calc(100vw - 30px); padding: 11px 16px; color: white; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.22); font-size: 12px; opacity: 0; transform: translate(-50%, 15px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.success { background: var(--green); }.toast.error { background: #a63f36; }.toast.warn { background: #916719; }

.resource-page { max-width: 1000px; margin: 0 auto; padding: 54px max(4vw,28px) 90px; }
.back { display: inline-block; margin-bottom: 33px; color: var(--green); font-weight: 700; font-size: 13px; }
.resource-hero { display: grid; grid-template-columns: 210px 1fr; gap: 40px; align-items: center; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.cover.large { min-height: 260px; padding: 22px; box-shadow: 9px 9px 0 rgba(20,43,40,.12); }
.cover.large strong { font-size: 54px; }.cover.large::after { width: 180px; height: 180px; }
.resource-hero h1 { margin: 0; font-size: clamp(29px, 4vw, 45px); letter-spacing: -.07em; line-height: 1.2; }
.resource-hero > div > p:not(.eyebrow) { color: var(--muted); margin: 14px 0; }
.rights { padding: 11px 13px; background: #eaf2ec; color: #426057; font-size: 11px; }
.resource-list { padding: 48px 0; }
.resource-list h2 { margin: 0 0 19px; font-size: 27px; letter-spacing: -.06em; }
.resource-link { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 18px 20px; margin-top: 10px; background: var(--card); border: 1px solid var(--line); }
.resource-link span { color: var(--green); font: 10px var(--mono); letter-spacing: .14em; }
.resource-link h3 { margin: 4px 0 0; font-size: 15px; }.resource-link p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.resource-link > div:last-child { display: flex; gap: 7px; }.resource-link a, .resource-link button { border: 0; background: var(--green); color: white; padding: 8px 10px; font-size: 11px; font-weight: 700; white-space: nowrap; }.resource-link button { background: #e8efe9; color: var(--green); }
.delivery-empty { padding: 25px; background: #fff4df; color: #6c5a38; }.delivery-empty p { margin-bottom: 0; font-size: 12px; }
.access-notice { padding: 17px 20px; color: #50645e; background: #e2ece4; border-left: 4px solid var(--green); font-size: 12px; }.access-notice p { margin: 5px 0 0; }
.restricted { max-width: 760px; padding: 100px max(5vw, 30px); margin: 0 auto; }.restricted h1 { font-size: clamp(31px, 5vw, 50px); letter-spacing: -.07em; line-height: 1.25; }.restricted .primary { margin-top: 10px; }

.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 240px minmax(0,1fr); background: #eef0ec; }
.admin-nav { padding: 25px 16px; color: #c9d8d0; background: var(--ink); display: flex; flex-direction: column; }
.brand.compact { color: white; font-size: 15px; padding: 0 8px 30px; }.brand.compact small { color: #9db9aa; }
.admin-nav > p { padding: 0 9px; margin: 0 0 8px; color: #7fa597; font: 10px var(--mono); letter-spacing: .15em; }
.admin-nav-link { width: 100%; border: 0; background: transparent; padding: 11px 9px; color: #c9d8d0; text-align: left; font-size: 13px; }.admin-nav-link:hover, .admin-nav-link.active { background: rgba(200,225,212,.13); color: white; }.admin-nav-link.active { border-left: 2px solid var(--orange); }
.admin-bottom { margin-top: auto; padding: 14px 9px 0; border-top: 1px solid rgba(255,255,255,.15); color: #8ca79a; font-size: 11px; }.admin-bottom strong { color: white; font-size: 12px; }
.admin-main { padding: 39px max(4vw,30px) 70px; }.admin-main > header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }.admin-main > header h1 { margin: 0; font-size: 34px; letter-spacing: -.07em; }.outline-button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--green); color: var(--green); background: transparent; padding: 9px 13px; font-weight: 700; font-size: 12px; }.outline-button:hover { background: var(--green); color: white; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }.stat-grid article, .admin-card { background: var(--card); border: 1px solid var(--line); }.stat-grid article { padding: 17px; }.stat-grid p { margin: 0; color: var(--muted); font-size: 12px; }.stat-grid strong { display: block; margin-top: 7px; color: var(--green); font: 700 27px var(--mono); letter-spacing: -.1em; }
.admin-card { margin-top: 18px; padding: 23px; }.admin-card.two { display: grid; grid-template-columns: 1fr .9fr; gap: 25px; }.admin-card h2 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.06em; }.admin-card h3 { margin: 0 0 14px; font-size: 17px; letter-spacing: -.04em; }.check-list { margin: 0; padding-left: 17px; color: #4d625c; font-size: 12px; }.check-list li { margin: 8px 0; }.security-panel { align-self: stretch; padding: 25px; background: var(--green); color: white; }.security-panel p { color: var(--mint); font: 10px var(--mono); letter-spacing: .14em; }.security-panel h3 { margin: 10px 0; font-size: 21px; line-height: 1.4; }.security-panel span { color: #c6ddd3; font-size: 12px; }
.forms-grid, .integration-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 20px; }.forms-grid .admin-card { margin: 0; }.forms-grid form, .integration-grid form, .settings-form form { display: flex; flex-direction: column; gap: 10px; }.forms-grid label { margin: 0; }.split { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.forms-grid hr { width: 100%; border: 0; border-top: 1px solid var(--line); margin: 7px 0; }.form-hint { padding: 8px; margin: 0; color: #786337; background: #fff2d5; font-size: 11px; }.forms-grid .primary, .settings-form .primary { align-self: start; min-height: 39px; }.table-wrap { overflow: auto; padding: 0; }.table-wrap table { width: 100%; min-width: 700px; border-collapse: collapse; font-size: 12px; }.table-wrap th { padding: 12px 16px; color: var(--muted); background: #f3f5f1; text-align: left; font-weight: 700; }.table-wrap td { padding: 12px 16px; border-top: 1px solid var(--line); }.role, .status { display: inline-block; padding: 2px 6px; border-radius: 99px; font: 10px var(--mono); }.role.admin { background: #efddc0; color: #805715; }.role.member { background: #e1eee4; color: var(--green); }.status.active, .status.paid { background: #e1eee4; color: var(--green); }.status.suspended, .status.cancelled { background: #f5dfdc; color: #a4453c; }.status.pending { background: #fff0cf; color: #8d6515; }.table-note { padding: 0 16px 14px; margin: 0; color: var(--muted); font-size: 11px; }.integration-grid { grid-template-columns: 1fr 1fr; }.integration-grid .admin-card { margin: 0; }.integration-tag { display: inline-block; margin-bottom: 12px; color: var(--orange); font: 10px var(--mono); letter-spacing: .15em; }.integration-grid p { min-height: 84px; color: var(--muted); font-size: 12px; }.integration-grid .outline-button { align-self: start; margin-top: 6px; }.warning-card { margin-top: 18px; padding: 16px 19px; background: #fff0d9; color: #755b2a; border-left: 4px solid var(--amber); }.warning-card p { margin: 5px 0 0; font-size: 12px; }.settings-form { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.settings-form .admin-card { margin: 0; }.settings-form form { gap: 12px; }.settings-form textarea { min-height: 110px; }

@keyframes modal-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 1050px) { .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.hero { grid-template-columns: 1fr 260px; gap: 25px; }.how > div { grid-template-columns: repeat(2,1fr); }.how article:nth-child(3) { padding-left: 0; }.how article:nth-child(2) { border-right: 0; }.admin-card.two { grid-template-columns: 1fr; }.stat-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 760px) { .topbar { height: 65px; padding: 0 18px; }.brand { font-size: 14px; }.brand small, .topbar nav { display: none; }.brand-mark { width: 31px; height: 31px; }.nav-user { margin-left: auto; }.hero { min-height: 0; padding: 55px 25px 35px; grid-template-columns: 1fr; }.hero aside { min-height: 190px; width: 100%; }.hero aside b { font-size: 100px; }.market { grid-template-columns: 1fr; padding: 27px 18px 55px; gap: 29px; }.member-shelf { position: static; }.empty-owned { min-height: 150px; }.catalog-top { align-items: start; }.product-grid { grid-template-columns: 1fr; }.cover { min-height: 140px; }.how { padding: 48px 25px; }.how > div { grid-template-columns: 1fr; }.how article, .how article:not(:first-child) { padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(20,43,40,.2); }.how article:last-child { border-bottom: 0; }.compliance { padding: 55px 25px; } footer { display: block; text-align: center; } footer div + div { margin-top: 8px; }.modal[open] { grid-template-columns: 1fr; }.auth-side { display: none; }.auth-main { padding: 31px 22px; }.cart-modal { padding: 27px 20px; }.resource-page { padding: 35px 22px 60px; }.resource-hero { grid-template-columns: 1fr; gap: 24px; }.cover.large { width: 165px; min-height: 210px; }.cover.large strong { font-size: 44px; }.resource-link { align-items: flex-start; flex-direction: column; }.resource-link > div:last-child { width: 100%; }.resource-link a, .resource-link button { flex: 1; text-align: center; }.admin-shell { display: block; }.admin-nav { min-height: auto; padding: 16px; }.brand.compact { padding-bottom: 15px; }.admin-nav > p, .admin-bottom { display: none; }.admin-nav-link { display: inline-block; width: auto; padding: 8px; font-size: 11px; }.admin-main { padding: 29px 18px 55px; }.admin-main > header h1 { font-size: 29px; }.stat-grid, .forms-grid, .integration-grid, .settings-form { grid-template-columns: 1fr; }.section-head { align-items: start; }.forms-grid .admin-card { margin-top: 0; }.integration-grid .admin-card { margin-top: 0; }.integration-grid p { min-height: auto; }.settings-form .admin-card { margin-top: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

.text-action { margin: 12px 0 0; border: 0; background: transparent; color: var(--green); font-size: 11px; font-weight: 700; text-decoration: underline; }
.integration-config { display: grid; gap: 13px; max-width: 960px; }
.integration-config h4 { margin: 8px 0 0; font-size: 13px; color: var(--green); }
.config-title { display: block; }
.config-title h3 { margin-bottom: 5px; }
.config-title > p { margin: 0 0 15px; color: var(--muted); font-size: 12px; }
.integration-config .primary { justify-self: start; }
.secret-state { display: block; margin-top: 7px; color: #637572; font-size: 11px; }
.template-library { max-width: 1200px; }
.template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.template-form { padding: 16px; border: 1px solid var(--line); background: #fbfaf6; }
.template-head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.template-head strong { font-size: 14px; }
.template-head small { color: var(--muted); font: 9px var(--mono); }
.template-form > label, .template-form .split { margin-top: 9px; }
.template-form .tiny { margin-top: 10px; }
@media (max-width: 760px) { .template-grid { grid-template-columns: 1fr; } .template-head { display: block; } .template-head small { display: block; margin-top: 3px; } }
