.adminAuthPage{min-height:100vh;background:radial-gradient(circle at 10% 10%,#ffe6d4 0%,#ffe6d4 20%,transparent 50%),linear-gradient(140deg,#f4ede4,#f8f4ef,#f2ebe2);display:grid;place-items:center;padding:32px 20px}.adminAuthCard{width:min(520px,100%);border-radius:20px;background:#fff;box-shadow:0 16px 42px #30201029;padding:28px}.adminAuthEyebrow{margin:0;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#9c5a3a}.adminAuthCard h1{margin:6px 0 0;font-family:Song Myung,serif;font-size:clamp(32px,5vw,46px);line-height:1.03}.adminAuthLead{margin:14px 0 0;color:#5f5f5f}.adminAuthForm{margin-top:20px;display:flex;flex-direction:column;gap:10px}.adminAuthForm label,.adminUsersForm label{font-weight:600;font-size:14px}.adminAuthForm input,.adminAuthForm textarea,.adminMediaForm input,.adminMediaForm textarea,.adminUsersForm input,.adminUsersForm textarea{width:100%;border:1px solid #d7d2cc;border-radius:10px;padding:12px 14px;font:inherit;box-sizing:border-box}.adminAuthForm input:focus,.adminAuthForm textarea:focus,.adminMediaForm input:focus,.adminMediaForm textarea:focus,.adminUsersForm input:focus,.adminUsersForm textarea:focus{border-color:#cf5a54;outline:2px solid rgba(207,90,84,.18);outline-offset:1px}.adminAuthForm button,.adminMediaForm button,.adminTopBar__actions button,.adminMediaListItem__actions button{border:1px solid #cf5a54;background:#cf5a54;color:#fff;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.adminButtonRow{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:4px}.adminSecondaryButton{border-color:#d7d2cc;background:transparent;color:#5a5a5a}.adminSecondaryButton:hover{border-color:#bcb7b1;background:#f7f3ef;color:#333}.adminAuthForm button:hover,.adminMediaForm button:hover,.adminTopBar__actions button:hover,.adminMediaListItem__actions button:hover{border-color:#b84d47;background:#b84d47}.adminAuthForm button:disabled,.adminMediaForm button:disabled,.adminTopBar__actions button:disabled,.adminMediaListItem__actions button:disabled{opacity:.65;cursor:wait}.adminNotice{margin-top:20px;padding:12px;border-radius:12px;font-size:14px}.adminNotice p{margin:0 0 10px}.adminNotice--error{background:#fff1ee;border:1px solid #f2bbb5}.adminState{margin-top:16px;margin-bottom:0;font-size:14px}.adminState--error{color:#942b1f}.adminState--success{color:#155f1f}.adminAuthFootnote{margin:20px 0 0}.adminAuthFootnote a,.adminTopBar__actions a{color:#cf5a54;font-weight:700}.adminShell{min-height:100vh;background:linear-gradient(180deg,#f8f5f1,#f5efe8);display:grid;grid-template-columns:260px 1fr}.adminSidebar{border-right:1px solid #e7ddd2;background:#ffffffd1;padding:18px 14px;display:flex;flex-direction:column;gap:16px;height:100vh;position:sticky;top:0}.adminSidebar__brand{padding:8px 10px;border-radius:14px;background:#fffc;border:1px solid #efe4d9}.adminSidebar__eyebrow{margin:0;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#9c5a3a}.adminSidebar__title{margin:6px 0 0;font-family:Song Myung,serif;font-size:22px;line-height:1.1}.adminSidebar__nav{display:flex;flex-direction:column;gap:6px}.adminSidebarLink{display:inline-flex;align-items:center;gap:10px;border-radius:12px;padding:10px 12px;color:#3d3d3d;text-decoration:none;border:1px solid transparent;font-weight:600}.adminSidebarLink:hover{background:#fff;border-color:#eaded2}.adminSidebarLink--active{background:#fff;border-color:#cf5a54;color:#9c2f2a}.adminSidebarLink--secondary{font-weight:700;color:#cf5a54}.adminSidebar__footer{margin-top:auto;display:flex;flex-direction:column;gap:10px;padding:10px;border-top:1px solid #efe4d9}.adminSidebar__email{margin:0;font-size:13px;color:#6a6a6a;overflow:hidden;text-overflow:ellipsis}.adminSidebar__footer button{border:1px solid #cf5a54;background:#cf5a54;color:#fff;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600}.adminSidebar__footer button:hover{border-color:#b84d47;background:#b84d47}.adminPage{padding:26px 18px 46px}.adminTopBar{max-width:1160px;margin:0 auto 20px;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px}.adminTopBar h1{margin:6px 0 0;font-family:Song Myung,serif;font-size:clamp(32px,4.3vw,52px);line-height:1.05}.adminTopBar p{margin:10px 0 0;color:#575757;max-width:62ch}.adminTopBar__eyebrow{margin:0;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#9c5a3a}.adminTopBar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.adminTopBar__actions span{font-size:14px;color:#6a6a6a}.adminMediaLayout{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:18px}.adminCard{background:#fff;border-radius:18px;border:1px solid #e7ddd2;box-shadow:0 8px 24px #3c291614;padding:18px}.adminCard__header h2{margin:0;font-size:24px}.adminCard__header p{margin:6px 0 0;color:#626262}.adminMediaForm{margin-top:16px;display:grid;grid-template-columns:1fr;gap:10px}.adminHint{margin:-4px 0 6px;font-size:12px;color:#6a6a6a;text-align:right}.adminMediaForm label{font-weight:600;font-size:14px}.adminMediaPreview{margin-top:6px;border-radius:12px;overflow:hidden;border:1px solid #e6ddd2;max-width:280px}.adminMediaPreview img{display:block;width:100%;height:200px;object-fit:cover}.adminCheckboxRow{--admin-checkbox-border: #d3c5b6;--admin-checkbox-surface: #fffdfa;--admin-checkbox-fill: #cf5a54;--admin-checkbox-fill-strong: #b84d47;display:inline-flex;align-items:center;gap:10px;font-weight:600;color:#4a3a2f;cursor:pointer;-webkit-user-select:none;user-select:none}.adminCheckboxRow input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:0;padding:0;border:1.5px solid var(--admin-checkbox-border);border-radius:5px;background:linear-gradient(180deg,#ffffff 0%,var(--admin-checkbox-surface) 100%);box-shadow:inset 0 1px #ffffffe6,0 1px 2px #53341e24;display:inline-grid;place-content:center;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease,transform .14s ease;flex-shrink:0}.adminCheckboxRow input[type=checkbox]:after{content:"";width:4px;height:9px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) scale(0);transform-origin:center;transition:transform .12s ease}.adminCheckboxRow input[type=checkbox]:hover{border-color:#c39a82;box-shadow:inset 0 1px #ffffffe6,0 2px 4px #53341e29}.adminCheckboxRow input[type=checkbox]:focus,.adminCheckboxRow input[type=checkbox]:focus-visible{outline:none;border-color:var(--admin-checkbox-fill);box-shadow:0 0 0 3px #cf5a5433,inset 0 1px #ffffffe6}.adminCheckboxRow input[type=checkbox]:checked{border-color:var(--admin-checkbox-fill-strong);background:linear-gradient(180deg,var(--admin-checkbox-fill) 0%,var(--admin-checkbox-fill-strong) 100%);box-shadow:0 1px 2px #4b1e1a33}.adminCheckboxRow input[type=checkbox]:checked:after{transform:rotate(45deg) scale(1)}.adminCheckboxRow input[type=checkbox]:active{transform:scale(.96)}.adminCheckboxRow input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}.adminCheckboxRow input[type=checkbox]:checked+.adminUsersToggleLabel{color:#9c2f2a;font-weight:700}.adminMediaList{list-style:none;margin:14px 0 0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}.adminMediaListItem{border:1px solid #e9ded2;border-radius:12px;background:#fffdfa;padding:10px;display:grid;grid-template-columns:88px 1fr;gap:12px}.adminMediaListItem img{width:88px;height:88px;object-fit:cover;border-radius:8px}.adminMediaListItem__content h3{margin:0;font-size:18px;line-height:1.2}.adminMediaListItem__content p{margin:6px 0;color:#4f4f4f}.adminMediaListItem__content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#cf5a54;font-weight:600;text-decoration:none}.adminMediaListItem__content a:hover{text-decoration:underline}.adminMediaListItem__content small{color:#6d6d6d}.adminMediaListItem__actions{grid-column:1 / -1;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.adminMediaListItem__actions .adminDangerButton{border-color:#912b2b;background:#912b2b}.adminMediaListItem__actions .adminDangerButton:hover{border-color:#6e2020;background:#6e2020}.adminDashboardGrid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:18px}.adminKpiGrid{display:grid;grid-template-columns:1fr;gap:12px}.adminKpiCard{background:#fff;border:1px solid #e7ddd2;border-radius:18px;box-shadow:0 8px 24px #3c291614;padding:18px}.adminKpiCard__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.adminKpiLabel{margin:0;font-size:13px;color:#6b6b6b;font-weight:700}.adminSoonBadge{border:1px solid #eaded2;background:#fffdfa;color:#9c5a3a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.adminKpiValue{margin:10px 0 0;font-size:34px;line-height:1.05;font-family:Song Myung,serif}.adminKpiHelper{margin:10px 0 0;color:#626262}.adminPlaceholderCard{padding:18px}.adminPlaceholderContent{margin-top:14px;display:grid;gap:10px}.adminPlaceholderRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid #efe4d9;background:#fffdfa;font-weight:600;color:#3f3f3f}.adminPlaceholderNote{margin:8px 0 0;color:#9c5a3a;font-weight:700}.adminUsersLayout{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:18px}.adminUsersForm{margin-top:16px;display:grid;grid-template-columns:1fr;gap:10px}.adminUsersLabel{margin:6px 0 0;font-weight:700;font-size:14px}.adminUsersScreenGrid{display:grid;grid-template-columns:1fr;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #e9ded2;background:#fffdfa}.adminUsersFootnote{margin:14px 0 0;color:#626262;font-size:13px}.adminUsersTable{margin-top:16px;border-radius:14px;overflow:hidden;border:1px solid #e9ded2;background:#fffdfa}.adminUsersTable__head,.adminUsersTable__row{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(0,.6fr)) minmax(0,.7fr);gap:10px;align-items:center;padding:12px}.adminUsersTable__head{background:#fff;border-bottom:1px solid #e9ded2;font-weight:800;color:#5a3a2a;font-size:13px}.adminUsersTable__row{border-bottom:1px solid #efe4d9;background:transparent}.adminUsersTable__row:last-child{border-bottom:none}.adminUsersEmail{font-weight:700;overflow:hidden;text-overflow:ellipsis}.adminUsersSelfTag{display:inline-block;margin-left:10px;padding:4px 10px;border-radius:999px;border:1px solid #eaded2;background:#fff;color:#9c5a3a;font-size:12px;font-weight:800}.adminUsersToggleLabel{font-size:13px;color:#5a5a5a}.adminUsersActions{display:flex;justify-content:flex-end}.adminToast{position:fixed;top:18px;right:18px;z-index:1000;width:min(420px,calc(100vw - 36px));border-radius:14px;border:1px solid #e7ddd2;background:#fff;box-shadow:0 18px 48px #3020102e;padding:12px 12px 12px 14px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start}.adminToast__message{margin:0;font-size:14px;color:#2f2f2f;font-weight:700}.adminToast__close{border:1px solid transparent;background:transparent;border-radius:10px;width:36px;height:36px;display:grid;place-items:center;font-size:18px;line-height:1;color:#6a6a6a}.adminToast__close:hover{border-color:#e7ddd2;background:#fffdfa;color:#2f2f2f}.adminToast--success{border-color:#155f1f47;background:linear-gradient(180deg,#fff,#f3fbf5)}.adminToast--error{border-color:#942b1f47;background:linear-gradient(180deg,#fff,#fff1ee)}.adminToast--info{border-color:#9c5a3a47;background:linear-gradient(180deg,#fff,#fff7f1)}@media(min-width:860px){.adminPage{padding:32px 24px 56px}.adminDashboardGrid{grid-template-columns:1fr;gap:20px}.adminKpiGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.adminUsersLayout{grid-template-columns:minmax(340px,.9fr) minmax(0,1.4fr);gap:20px;align-items:start}.adminUsersScreenGrid{grid-template-columns:1fr 1fr}.adminMediaLayout{grid-template-columns:minmax(320px,.95fr) minmax(0,1.4fr);gap:20px}.adminCard{padding:24px}.adminMediaListItem{grid-template-columns:110px 1fr auto;align-items:start}.adminMediaListItem img{width:110px;height:110px}.adminMediaListItem__actions{grid-column:auto;align-self:start}}@media(max-width:859px){.adminShell{grid-template-columns:1fr}.adminSidebar{position:static;height:auto}}.storePage,.storeAdminPage{--store-bg: #f3f3f3;--store-surface: #ffffff;--store-border: #d3d3d3;--store-ink: #111111;--store-muted: #5d5d5d;--store-purple: #887bec;--store-purple-hover: #7b6fe0;--store-coral: #c95b5f;--store-coral-hover: #b85256;min-height:100vh;background:var(--store-bg);color:var(--store-ink)}.storePage__main,.storeAdminPage__main{width:100%;max-width:1340px;margin:0 auto;padding:108px 16px 48px;box-sizing:border-box}.storeHero,.storeAdminIntro{background:var(--store-surface);border:1px solid var(--store-border);padding:28px}.storeHero__eyebrow,.storeAdminIntro__eyebrow{margin:0;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6a6a6a}.storeHero h1,.storeAdminIntro h1{margin:10px 0 8px;font-family:Song Myung,serif;font-weight:400;font-size:clamp(34px,6vw,56px);line-height:1.1;color:#111}.storeHero p,.storeAdminIntro p{margin:0;max-width:64ch;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;line-height:1.55;color:#4b4b4b}.storeHero__meta,.storeAdminIntro__links{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.storeHero__meta span,.storeHero__meta a,.storeAdminIntro__links a,.storeAdminIntro__links span{display:inline-flex;align-items:center;height:34px;padding:0 12px;border-radius:17px;border:1px solid #d2d2d2;background:#fff;color:#111;text-decoration:none;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500}.storeAdminIntro__links button{height:34px;padding:0 14px;border-radius:17px;border:0;background:var(--store-coral);color:#fff;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600}.storeAdminIntro__links button:hover{background:var(--store-coral-hover)}.storeToolbar{margin:20px 0 24px;padding:14px;border:1px solid var(--store-border);background:#fff;display:grid;gap:10px}.storeToolbar__searchLabel{display:grid;gap:6px;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#696969}.storeToolbar__search{width:100%;box-sizing:border-box;height:42px;border-radius:6px;border:1px solid #cfcfcf;background:#fff;color:#111;padding:0 12px;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px}.storeToolbar__search:focus{outline:2px solid rgba(136,123,236,.25);border-color:#9c90f0}.storeToolbar__chips{display:flex;flex-wrap:wrap;gap:8px}.storeChip{height:34px;padding:0 12px;border-radius:17px;border:1px solid #d2d2d2;background:#fff;color:#111;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500}.storeChip--active{border-color:var(--store-purple);background:#efedff;color:#2f2778}.storeSection{margin-top:28px}.storeSection__header{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--store-border);display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px}.storeSection__header h2{margin:0;font-family:Song Myung,serif;font-size:clamp(30px,4.2vw,48px);font-weight:400;line-height:1.08;color:#000}.storeSection__header span{margin:0;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6a6a6a}.storeGrid{display:grid;gap:14px}.storeCard{border:1px solid var(--store-border);background:#fff;display:grid;grid-template-columns:250px minmax(0,1fr)}.storeCard__media{aspect-ratio:4 / 3;border-right:1px solid var(--store-border);background:#ececec}.storeCard__media img{width:100%;height:100%;object-fit:cover}.storeCard__placeholder{width:100%;height:100%;display:grid;place-items:center;font-family:Song Myung,serif;font-size:56px;color:#6b6b6b}.storeCard__body{padding:14px 16px;display:grid;gap:8px;align-content:start}.storeCard__flag{width:fit-content;display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:12px;border:1px solid #d8cff8;background:#efedff;color:#4e439f;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.storeCard__body h3{margin:0;font-family:Song Myung,serif;font-size:clamp(28px,3.4vw,38px);font-weight:400;line-height:1.1;color:#111}.storeCard__subtitle{margin:0;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5f5f5f}.storeCard__description{margin:0;max-width:76ch;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;color:#4b4b4b;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.storeCard__footer{margin-top:6px;padding-top:10px;border-top:1px solid var(--store-border);display:flex;gap:12px;align-items:end;justify-content:space-between}.storeCard__footer strong{display:block;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:23px;font-weight:600;color:#111}.storeCard__footer p{margin:0;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6d6d6d}.storeCard__footer a{width:172px;height:46px;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--store-purple);background:var(--store-purple);color:#fff;text-decoration:none;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600}.storeCard__footer a:hover{background:var(--store-purple-hover);border-color:var(--store-purple-hover)}.storeState{margin:14px 0;padding:11px 12px;border:1px solid var(--store-border);background:#fff;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#3f3f3f}.storeState--error{border-color:#e4b2b2;background:#fff5f5;color:#8f2f2f}.storeState--success{border-color:#b7d8be;background:#f3fff5;color:#266c3b}.storeEmpty{border:1px dashed var(--store-border);background:#fff;padding:20px}.storeEmpty--tight{margin-top:14px}.storeEmpty h2{margin:0 0 8px;font-family:Song Myung,serif;font-size:clamp(28px,4vw,40px);font-weight:400;color:#111}.storeEmpty p{margin:0;font-family:Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;color:#505050}.storeEmpty code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;border:1px solid #dddddd;background:#f8f8f8;padding:1px 5px}.storeAdminLayout{margin-top:18px;display:grid;grid-template-columns:minmax(250px,330px) minmax(0,1fr);gap:14px}.storeAdminList,.storeAdminFormWrap{border:1px solid var(--store-border);background:#fff;padding:14px}.storeAdminList header,.storeAdminFormWrap header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.storeAdminList h2,.storeAdminFormWrap h2{margin:0;font-family:Song Myung,serif;font-size:clamp(28px,3.2vw,36px);font-weight:400;color:#111}.storeAdminList header button{height:34px;padding:0 12px;border-radius:17px;border:1px solid var(--store-purple);background:#efedff;color:#3e367d;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700}.storeAdminFormWrap header p{margin:0;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#6a6a6a}.storeAdminList ul{margin:0;padding:0;list-style:none;display:grid;gap:8px;max-height:68vh;overflow:auto}.storeAdminList__item{width:100%;text-align:left;border:1px solid #d7d7d7;background:#fff;padding:9px;display:grid;gap:4px}.storeAdminList__item--active{border-color:var(--store-purple);background:#efedff}.storeAdminList__item span{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#111}.storeAdminList__item small{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#626262}.storeAdminForm{display:grid;gap:9px}.storeAdminForm label{display:grid;gap:6px;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#555}.storeAdminForm input,.storeAdminForm textarea{width:100%;box-sizing:border-box;border:1px solid #cfcfcf;background:#fff;min-height:40px;padding:8px 11px;color:#111;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;text-transform:none;letter-spacing:normal}.storeAdminForm textarea{min-height:132px;resize:vertical}.storeAdminForm input:focus,.storeAdminForm textarea:focus{outline:2px solid rgba(136,123,236,.25);border-color:#9c90f0}.storeAdminForm__split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.storeAdminForm__checks{display:flex;align-items:center;gap:14px}.storeAdminForm__checks label{display:inline-flex;align-items:center;gap:7px;font-size:12px}.storeAdminForm__checks input[type=checkbox]{width:16px;height:16px;min-height:16px;padding:0}.storeAdminForm__actions{margin-top:6px;display:flex;gap:8px}.storeAdminForm__actions button{height:40px;padding:0 14px;border-radius:20px;font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.storeAdminForm__actions button[type=submit]{border:2px solid var(--store-purple);background:var(--store-purple);color:#fff}.storeAdminForm__actions button[type=submit]:hover{border-color:var(--store-purple-hover);background:var(--store-purple-hover)}.storeAdminForm__actions button[type=button]{border:1px solid #d7d7d7;background:#fff;color:#444}.storeAdminForm__actions button[type=button]:hover{border-color:#c5c5c5}@media(max-width:1080px){.storeCard{grid-template-columns:200px minmax(0,1fr)}.storeAdminLayout{grid-template-columns:1fr}.storeAdminList ul{max-height:260px}}@media(max-width:760px){.storePage__main,.storeAdminPage__main{width:calc(100% - 20px);padding-top:92px;padding-left:10px;padding-right:10px}.storeHero,.storeAdminIntro,.storeToolbar,.storeAdminList,.storeAdminFormWrap{padding:16px}.storeCard{grid-template-columns:1fr}.storeCard__media{aspect-ratio:16 / 9;border-right:0;border-bottom:1px solid var(--store-border)}.storeCard__body h3{font-size:clamp(26px,7vw,34px)}.storeCard__description{line-clamp:4;-webkit-line-clamp:4}.storeCard__footer{flex-direction:column;align-items:flex-start}.storeCard__footer a{width:100%}.storeAdminForm__split{grid-template-columns:1fr}.storeAdminForm__actions{flex-wrap:wrap}}
