:root{--bg: #ffffff;--surface: #ffffff;--text: #0f0f10;--muted: #6b6b6f;--border: rgba(15, 15, 16, .14);--border-soft: rgba(40, 40, 40, .062);--border-strong: rgba(15, 15, 16, .22);--overlay: rgba(0, 0, 0, .55);--primary: #25583a;--primary-hover: #254a35;--primary-soft: rgba(31, 61, 43, .08);--primary-light: #254a35;--button: var(--primary);--button-text: #ffffff;--input-bg: #ffffff;--input-border: rgba(15, 15, 16, .18);--input-border-focus: rgba(31, 61, 43, .5);--shadow: 0 20px 60px rgba(0, 0, 0, .18);--radius-lg: 14px;--radius-md: 10px;--focus: rgba(31, 61, 43, .35);--badge-bg: #eef2ff;--badge-text: #1e40af;--badge-secondary-bg-hover: #e0e7ff;--badge-primary-bg: #409a67;--badge-primary-text: #ffffff;--badge-primary-bg-hover: #35e37b;--badge-danger-bg: rgb(254, 226, 226);--badge-danger-text: #b40000;--badge-danger-border: #ffbdbd;--hairline: rgba(15, 15, 16, .08);--soft: rgba(15, 15, 16, .04);--ring: rgba(31, 61, 43, .22);--alert-ok-bg: rgba(81, 202, 154, .15);--alert-ok-border: rgba(0, 200, 120, .35);--alert-ok-text: var(--text)}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--field-height: 38px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;min-width:320px;display:block;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font:inherit}h1{font-size:3.2em;line-height:1.1}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:var(--primary-hover)}button{background-color:#f9f9f9}}.ph{padding-bottom:70px;background:var(--bg)}.phInner{width:100%;margin:0 auto;padding:0;box-sizing:border-box;display:flex;flex-direction:column;gap:26px}.phHero{position:relative;border-radius:calc(var(--radius-lg) + 10px);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:clamp(18px,3vw,30px)}.phHeroLeft{display:grid;gap:12px;align-content:start;padding-right:0}.phKicker{display:flex;gap:10px;flex-wrap:wrap}.phPill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#1f3d2b14;color:var(--text);border:1px solid rgba(31,61,43,.14);font-weight:800;font-size:13px}.phPillSoft{background:#00000008;border-color:var(--border);opacity:.95}.phH1{margin:0;font-size:clamp(34px,4.2vw,52px);line-height:1.04;letter-spacing:-.03em;color:var(--text);max-width:15ch}.phLead{margin:0;font-size:18px;line-height:1.65;color:var(--text);opacity:.88;max-width:56ch}.phCtas{display:flex;gap:10px;flex-wrap:wrap;margin-top:2px}.phBtn{padding:11px 14px;border-radius:12px;border:1px solid var(--border);text-decoration:none;color:var(--text);background:#ffffffb3;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.phBtn:hover{transform:translateY(-1px);box-shadow:0 16px 40px #0000001a;border-color:var(--border-strong)}.phBtn:active{transform:translateY(0);box-shadow:0 10px 26px #0000001a}.phBtnPrimary{background:var(--button);color:var(--button-text);border-color:#00000014}.phBtnPrimary:hover{background:var(--primary-hover)}.phBtnGhost{background:transparent}.phTrustRow{display:flex;flex-wrap:wrap;gap:12px 16px;margin-top:6px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.phTrustItem{display:inline-flex;align-items:center;gap:8px;color:var(--text);opacity:.86;font-size:13px;font-weight:700}.phHeroRight{position:relative;display:grid;align-items:center;min-height:320px}.phHeroArt{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.phHeroImgWrap{position:relative;border-radius:18px;border:1px solid rgba(0,0,0,.1);box-shadow:0 22px 70px #0000001a;overflow:hidden;background:transparent;min-height:0;aspect-ratio:3 / 4;transform:translateZ(0);will-change:transform;backface-visibility:hidden}.phHeroImgWrap.isLoading{opacity:0;transform:translateY(10px) scale(.99);pointer-events:none}.phHeroImgWrap.isLoaded{opacity:1;transform:translateY(0) scale(1);animation:phIn .52s cubic-bezier(.2,.8,.2,1) both;animation-delay:var(--d, 0ms)}@keyframes phIn{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.phHeroImg{width:100%;height:100%;object-fit:cover;display:block;transform:translateZ(0);backface-visibility:hidden}.phHeroImgWrap:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,#fff0 40%,#0000001f)}@media(hover:hover){.phHeroImgWrap.isLoaded{transition:transform .22s ease,box-shadow .22s ease}.phHeroImgWrap.isLoaded:hover{transform:translateY(-4px);box-shadow:0 30px 90px #00000024}}@media(max-width:980px){.phHeroArt{grid-template-columns:1fr;gap:14px}.phHeroImgWrap{aspect-ratio:16 / 9}}@media(max-width:980px){.phHeroImg{min-height:220px}}.phTriptych{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.phArtCard{border-radius:16px;border:1px solid rgba(0,0,0,.1);background:#ffffffb8;box-shadow:0 18px 60px #00000014;overflow:hidden;display:grid;grid-template-rows:1fr auto;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);min-height:230px}.phArtImg{position:relative;min-height:160px;background:linear-gradient(135deg,#0000000d,#00000005)}.phArtImg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 30%,#ffffff8c,#fff0 55%),linear-gradient(135deg,#1f3d2b2e,#0000000a);opacity:.95}.phArt1:after{background:radial-gradient(circle at 25% 30%,#ffffff8c,#fff0 55%),linear-gradient(135deg,#1f3d2b38,#0000000a)}.phArt2:after{background:radial-gradient(circle at 30% 35%,#ffffff8c,#fff0 60%),linear-gradient(135deg,#14287829,#0000000a)}.phArt3:after{background:radial-gradient(circle at 30% 35%,#ffffff8c,#fff0 60%),linear-gradient(135deg,#8c3c2824,#0000000a)}@media(max-width:980px){.phTriptych{grid-template-columns:1fr}.phArtCard{min-height:240px}}.phBlob{inset:-15% -20%;filter:blur(10px);will-change:transform,opacity;transform:translateZ(0)}.phGallery{position:relative;height:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px}.phCard{border-radius:16px;border:1px solid rgba(0,0,0,.1);background:#ffffffb8;box-shadow:0 18px 60px #00000014;overflow:hidden;display:grid;grid-template-rows:1fr auto;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.phCardTall{grid-row:span 2}.phCardWide{grid-column:span 2}.phImg{position:relative;min-height:130px;background:linear-gradient(135deg,#0000000d,#00000005)}.phImg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 25% 30%,#ffffff8c,#fff0 55%),linear-gradient(135deg,#1f3d2b2e,#0000000a);opacity:.9}.phImg1:after{background:radial-gradient(circle at 25% 30%,#ffffff8c,#fff0 55%),linear-gradient(135deg,#1f3d2b38,#0000000a)}.phImg2:after{background:radial-gradient(circle at 30% 35%,#ffffff8c,#fff0 60%),linear-gradient(135deg,#14287829,#0000000a)}.phImg3:after{background:radial-gradient(circle at 30% 35%,#ffffff8c,#fff0 60%),linear-gradient(135deg,#8c3c2824,#0000000a)}.phImg4:after{background:radial-gradient(circle at 20% 35%,#ffffff8c,#fff0 60%),linear-gradient(135deg,#409a6738,#0000000a)}.phMeta{padding:10px 12px;border-top:1px solid rgba(0,0,0,.06);display:grid;gap:2px}.phMetaTitle{font-weight:900;font-size:13px;color:var(--text)}.phMetaSub{font-weight:700;font-size:12px;color:var(--muted)}.phSection{display:grid;gap:12px;margin-top:2px}.phSectionHead{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.phSectionTitle{font-weight:950;font-size:16px;color:var(--text)}.phSectionTitleLg{font-weight:950;font-size:22px;letter-spacing:-.02em;color:var(--text)}.phTip{opacity:.7;font-size:13px;color:var(--muted)}.phCategoryWrap{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.phCategoryWrap>*{width:max-content;max-width:none}@media(min-width:981px){.phCategoryWrap{overflow-x:visible}.phCategoryWrap>*{width:100%}}.phSteps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.phStep{border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 16px 50px #0000000d;padding:14px;display:grid;gap:10px}.phStepIcon{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#1f3d2b1a;border:1px solid rgba(31,61,43,.14);color:var(--primary)}.phStepTitle{font-weight:950;color:var(--text);margin:0}.phStepText{color:var(--muted);line-height:1.55;font-weight:650;font-size:13px}.phQuotes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.phQuote{border-radius:var(--radius-lg);box-shadow:0 16px 50px #0000000d;padding:14px;display:grid;gap:10px}.phQuoteText{color:var(--text);font-weight:700;line-height:1.65;opacity:.92}.phQuoteMeta{color:var(--muted);font-weight:750;font-size:12px}.phArtistCard{margin-top:4px;padding:18px;border-radius:calc(var(--radius-lg) + 6px);box-shadow:0 18px 60px #0000000f}.phArtistTitle{font-weight:1000;font-size:18px;color:var(--text)}.phArtistText{opacity:.85;line-height:1.6;color:var(--text);font-weight:650}.phArtistBullets{display:grid;gap:8px;margin-top:4px}.phArtistBullet{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-weight:750;font-size:13px}.phArtistRight{display:grid;align-content:start;justify-items:start;gap:10px}.phTinyNote{color:var(--muted);font-size:12px;font-weight:700;opacity:.9;margin-top:8px}@media(max-width:980px){.phHero{grid-template-columns:1fr}.phHeroRight{min-height:300px}.phSteps{grid-template-columns:repeat(2,minmax(0,1fr))}.phQuotes,.phArtistCard{grid-template-columns:1fr}}@media(max-width:560px){.phPill{font-size:12px}.phBtn{width:100%}.phTrustRow{gap:10px}.phSteps{grid-template-columns:1fr}}.phBtn,.phBtn:visited,.phBtn:hover,.phBtn:focus,.phBtn:focus-visible,.phBtn:active{color:var(--text)}.phBtnPrimary,.phBtnPrimary:visited,.phBtnPrimary:hover,.phBtnPrimary:focus,.phBtnPrimary:focus-visible,.phBtnPrimary:active{color:var(--button-text)}.phBtnGhost,.phBtnGhost:visited,.phBtnGhost:hover,.phBtnGhost:focus,.phBtnGhost:focus-visible,.phBtnGhost:active{color:var(--text)}.mpCats{position:sticky;z-index:10;background:var(--bg);border-bottom:1px solid var(--border)}.mpCatsInner{width:var(--container);margin:0 auto;padding:12px 0;display:flex;gap:10px;overflow-x:auto}.mpChip{appearance:none;border:none;background:none;padding:9px 14px;cursor:pointer;font-weight:700;color:var(--text);white-space:nowrap;transition:transform .12s ease,background .12s ease,border-color .12s ease}.mpChip:hover{transform:translateY(-1px);border-color:var(--border-strong)}.mpChip.isActive{background:#11111412;border-color:var(--border-strong);border-radius:12px}.appLoader{min-height:100vh;display:grid;place-items:center;background:var(--bg);padding:24px}.appLoaderCard{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:16px;background:var(--surface);border:1px solid var(--border-soft);box-shadow:0 10px 28px #0000000f}.appLoaderSpinner{width:30px;height:30px;border-radius:999px;border:3px solid rgba(16,16,15,.16);border-top-color:var(--primary-hover);animation:pmsSpin .8s linear infinite}@keyframes pmsSpin{to{transform:rotate(360deg)}}.appLoaderTitle{font-weight:950}.appLoaderSub{margin-top:4px;font-size:14px;color:var(--muted)}.custom-main{width:100%;box-sizing:border-box;padding-inline:clamp(16px,4vw,28px);padding-bottom:24px}.siteMain{flex:1}.custom-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:14px 20px;border-bottom:1px solid var(--border);background:var(--bg);column-gap:12px}.custom-leftNav{display:flex;align-items:center;gap:8px;min-width:0;white-space:nowrap}.custom-ordersLink{white-space:nowrap}.labelFull{display:inline}.labelShort{display:none}.custom-brand{justify-self:center;text-decoration:none;color:var(--text);font-weight:900;letter-spacing:-.02em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-nav{justify-self:end;display:flex;align-items:center;gap:8px;min-width:0}.custom-userLink{display:inline-flex;align-items:center;gap:8px}.custom-userIcon{display:block;opacity:.9;transform:translateY(1px)}.custom-userName{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:6px}.custom-topLink{all:unset;cursor:pointer;font-weight:800;font-size:14px;color:var(--muted);text-decoration:none}.custom-topLink:hover,.custom-topLink.active{color:var(--text)}.custom-topLink.top-strong{font-size:15.5px;font-weight:900;color:var(--text)}.custom-sep{opacity:.35;font-weight:700;-webkit-user-select:none;user-select:none}.custom-topLink.as-button{background:none;border:none;padding:0}.custom-userLink svg{opacity:.9;position:relative;top:2px}.artist-waiting-banner{position:sticky;top:56px;z-index:19;display:flex;align-items:center;gap:10px;padding:10px 20px;border-bottom:1px solid var(--border);background:#ffc8501f;color:var(--text)}.artist-waiting-text{font-size:13.5px;font-weight:700;color:var(--text);opacity:.95}.artist-waiting-link{margin-left:auto;text-decoration:none;font-weight:900;font-size:13px;color:var(--text);opacity:.9}.artist-waiting-link:hover{opacity:1;text-decoration:underline}.artist-waiting-link.as-button{background:transparent;border:0;padding:0;cursor:pointer;color:inherit;text-decoration:underline;font:inherit}.artist-waiting-link.as-button:disabled{opacity:.6;cursor:default;text-decoration:none}.custom-brandFull{display:inline}.custom-brandShort{display:none}@media(max-width:520px){.custom-nav .custom-topLink.top-strong,.custom-nav .custom-userLink{font-size:13px;font-weight:800}.custom-userName{display:none}.custom-header{padding:12px 14px}.custom-leftNav{gap:6px}.custom-leftNav .custom-topLink{font-size:12.5px;font-weight:900}.custom-sep{opacity:.25}.labelFull{display:none}.labelShort{display:inline}}@media(max-width:380px){.custom-brandFull{display:none}.custom-brandShort{display:inline}.custom-brand strong{font-size:14px}}.siteFooter{border-top:1px solid var(--border-soft);background:var(--bg)}.siteFooterInner{width:100%;padding:24px 20px 40px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.siteFooterBrand{justify-self:start;font-weight:900;font-size:16px;color:var(--text);opacity:.9;white-space:nowrap}.siteFooterNav{justify-self:center;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:700;color:var(--muted)}.siteFooterLegal{justify-self:end;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;font-size:14px;font-weight:700;color:var(--muted)}.siteFooterNav a,.siteFooterLegal a{color:inherit;text-decoration:none}.siteFooterNav a:hover,.siteFooterLegal a:hover{color:var(--text);text-decoration:underline}.siteFooterDot{opacity:.35;-webkit-user-select:none;user-select:none}.siteFooterLinkBtn{all:unset;cursor:pointer;color:inherit;font:inherit}.siteFooterLinkBtn:hover{color:var(--text);text-decoration:underline}@media(max-width:820px){.siteFooterInner{grid-template-columns:1fr;gap:8px;text-align:center}.siteFooterBrand,.siteFooterNav{justify-self:center}.siteFooterLegal{justify-self:center;justify-content:center}}.custom-modalOverlay{position:fixed;inset:0;background:var(--overlay);display:grid;place-items:center;padding:24px;z-index:50}.custom-modalDialog{width:min(420px,100%);background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow);padding:18px;outline:none;position:relative}.custom-modalTitle{margin:0 0 12px;font-size:20px;letter-spacing:-.01em;color:var(--text);padding-right:44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-modalClose{position:absolute;top:10px;right:10px;height:32px;width:32px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;font-size:22px;line-height:0}.custom-modalClose:hover{border-color:var(--border-strong)}.custom-modalBody,.custom-auth{display:grid;gap:12px}.custom-authTabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:12px;overflow:hidden}.custom-authTab{background:transparent;border:0;padding:10px 12px;cursor:pointer;color:var(--muted);font-weight:600}.custom-authTab.isActive{background:#1111140f;color:var(--text)}.custom-authHeader{display:grid;gap:4px;padding-top:2px}.custom-authTitle{font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--text)}.custom-authSub{font-size:13px;color:var(--muted);line-height:1.4}.custom-authForm{display:grid;gap:10px;margin-top:4px}.custom-field{display:grid;gap:6px;font-size:12px;color:var(--muted)}.custom-field input{width:100%;padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);outline:none}.custom-field input:focus{border-color:var(--input-border-focus);box-shadow:0 0 0 4px var(--focus)}.custom-primaryBtn{width:100%;padding:11px 12px;border-radius:var(--radius-md);border:1px solid var(--button);background:var(--button);color:var(--button-text);font-weight:700;cursor:pointer}.custom-primaryBtn:disabled{opacity:.7;cursor:default}.custom-error{border:1px solid var(--border);background:#00000008;padding:10px 12px;border-radius:var(--radius-md);color:var(--text);font-size:13px}.custom-authFooter{text-align:center;font-size:13px;color:var(--muted);margin-top:2px}.custom-linkBtn{border:0;background:transparent;color:var(--text);font-weight:700;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:3px}.custom-passwordRow{display:flex;justify-content:flex-end;margin-top:-2px}.custom-passwordToggle{background:transparent;border:0;padding:0;cursor:pointer;font-size:12px;font-weight:700;color:var(--muted)}.custom-passwordToggle:hover{color:var(--text)}.pms-select-root{width:100%}.pms-select-button{width:100%;height:var(--field-height);display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;padding:0 12px;border-radius:var(--radius-md);border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);cursor:pointer;text-align:left;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.pms-select-button:hover{border-color:var(--border-strong)}.pms-select-button:focus,.pms-select-button:focus-visible{outline:none;border-color:var(--input-border-focus);box-shadow:0 0 0 4px var(--focus)}.pms-select-value.is-placeholder{color:var(--muted)}.pms-select-caret{opacity:.7}.pms-select-popover{z-index:50;max-width:95vw;background:var(--surface);border:1px solid var(--input-border);border-radius:12px;box-shadow:var(--shadow);padding:6px}.pms-select-header{padding:6px;border-bottom:1px solid var(--input-border)}.pms-select-list{list-style:none;margin:0;padding:4px;max-height:280px;overflow:auto}.pms-select-option{padding:8px 10px;border-radius:10px;cursor:pointer}.pms-select-option:hover{background:#00000008}.pms-select-option.is-active{background:var(--primary-soft)}.pms-select-option.is-selected{font-weight:700}.pms-select-option.is-disabled{opacity:.45;pointer-events:none}.pms-nat-item{display:flex;align-items:center;gap:8px;line-height:1}.pms-nat-flag{width:18px;height:12px;border-radius:2px;object-fit:cover;box-shadow:inset 0 0 0 1px #0000000f;flex:0 0 auto}.pms-nat-section{font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:700;padding:6px 10px 4px;background:var(--primary-soft);color:var(--text);position:sticky;top:0;z-index:1;border-radius:8px}.pms-nat-emojiFlag{font-size:16px;line-height:1;display:inline-block;font-family:"Segoe UI Emoji","Noto Color Emoji","Apple Color Emoji",system-ui,-apple-system,Segoe UI,sans-serif}.pms-nat-searchWrap{padding:8px}.pms-nat-search{width:100%;border-radius:8px;padding:8px 10px;font-size:14px;outline:none;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text)}.checkbox{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text);position:relative}.checkbox:has(.checkbox-input:disabled){opacity:.55;cursor:not-allowed}.checkbox-input{position:absolute;opacity:0;pointer-events:none}.checkbox:before{content:"";width:18px;height:18px;flex-shrink:0;border-radius:6px;border:1px solid var(--input-border);background:var(--input-bg);display:inline-flex;align-items:center;justify-content:center;position:relative;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.checkbox:hover:before{border-color:var(--border-strong)}.checkbox-input:focus-visible+.checkbox-label,.checkbox-input:focus-visible~.checkbox-label{outline:none}.checkbox-input:focus-visible+.checkbox-label,.checkbox:has(.checkbox-input:focus-visible):before{box-shadow:0 0 0 3px var(--focus)}.checkbox:has(.checkbox-input:checked):before{background:var(--primary-light);border-color:var(--primary-light)}.checkbox:has(.checkbox-input:checked):after{content:"";position:absolute;left:9px;top:50%;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg);pointer-events:none}.checkbox-label{font-size:14px;line-height:1.4}.checkbox.small:before{width:16px;height:16px}.checkbox.small .checkbox-label{font-size:13px}.custom-btn{appearance:none;border-radius:var(--radius-md);padding:10px 14px;font-weight:850;border:1px solid var(--border);background:transparent;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease}.custom-btn:active{transform:translateY(1px)}.custom-btn:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus)}.custom-btn.primary{background:var(--button);border-color:var(--button);color:var(--button-text)}.custom-btn.primary:hover{filter:brightness(1.05)}.custom-btn.secondary{color:var(--text)}.custom-btn.secondary:hover{background:#0000000a;border-color:var(--border-strong)}.custom-btn.ghost{border-color:transparent;background:transparent;color:var(--muted)}.custom-btn.ghost:hover{background:#0000000a;color:var(--text)}.custom-btn:disabled{opacity:.65;cursor:default;transform:none}.legal_page{min-height:100vh;background:var(--bg);color:var(--text);padding:28px 14px 60px}.legal_wrap{max-width:900px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg, 16px);padding:22px 20px;box-shadow:0 10px 28px #0000000f}.legal_header{margin-bottom:20px}.legal_h1{margin:0 0 8px;font-size:34px;line-height:1.1;letter-spacing:-.2px}.legal_h2{margin:0 0 8px;font-size:18px;line-height:1.35}.legal_h3{margin:14px 0 6px;font-size:15px;line-height:1.4}.legal_meta{margin:0;color:var(--muted);line-height:1.5}.legal_section{margin-top:18px}.legal_p{margin:0 0 10px;line-height:1.6}.legal_ul{margin:0 0 12px 20px;padding:0;line-height:1.6}.legal_li{margin-bottom:6px}.legal_footer{margin-top:26px;padding-top:14px;border-top:1px solid var(--border)}.legal_small{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.custom-mpGrid{margin:0 auto;width:100%;padding:24px 0 36px;display:grid;grid-template-columns:340px 1fr;gap:24px}@media(max-width:980px){.custom-mpGrid{grid-template-columns:1fr}}.custom-filters{position:sticky;top:110px;align-self:start;height:fit-content}@media(max-width:980px){.custom-filters{position:static}}.custom-filterCard{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:16px;box-shadow:0 16px 50px #0000000f;display:grid;gap:14px}.custom-filterTitle{font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.custom-filterGroup{display:grid;gap:8px}.custom-filterLabel{font-size:12px;color:var(--muted)}.custom-filterGroup input[type=range]{width:100%}.custom-filterGroup select{padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--input-border);background:var(--input-bg);color:var(--text)}.custom-radioList{display:grid;gap:10px}.custom-radioRow{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:none;background:transparent;padding:6px 0;cursor:pointer;color:var(--text);font-weight:700}.custom-radioText{font-size:14px}.custom-radioDot{width:14px;height:14px;border-radius:999px;border:2px solid rgba(17,17,20,.35);background:transparent;flex:0 0 14px}.custom-radioRow.isActive .custom-radioDot{border-color:#49494be6;background:#49494be6;box-shadow:inset 0 0 0 3px #fff}.custom-radioRow:hover .custom-radioDot{border-color:#11111499}.custom-filterGroup input[type=range]{width:100%;accent-color:var(--primary-hover)}.custom-mediumList{display:grid;gap:8px}.custom-mediumItem{text-align:left;border:1px solid var(--border);background:transparent;padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:800;color:var(--text)}.custom-mediumItem.isActive{background:#11111412;border-color:var(--border-strong)}.custom-secondaryBtn{border:1px solid var(--border);background:transparent;padding:10px 12px;border-radius:var(--radius-md);cursor:pointer;font-weight:800;color:var(--text)}.custom-results{display:flex;flex-direction:column;min-height:calc(100vh - 160px)}.custom-pager{margin-top:auto;padding-top:34px;display:flex;align-items:center;justify-content:center;gap:12px}.custom-pagerMeta{min-width:120px;text-align:center;color:var(--muted);font-size:13px;font-weight:700}.custom-resultsHeader{display:flex;align-items:baseline;justify-content:space-between;margin:6px 0 14px}.custom-resultsTitle{font-size:22px;font-weight:950;letter-spacing:-.02em;color:var(--text)}.custom-resultsMeta{color:var(--muted);font-size:13px}.custom-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}@media(max-width:980px){.custom-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.custom-cards{grid-template-columns:1fr}}.custom-card{margin:0;display:block}.custom-card{display:inline-block;width:100%;margin:0 0 18px;break-inside:avoid;border-radius:18px;overflow:hidden;background:var(--surface);cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease;box-shadow:0 10px 30px #0000000a}.custom-card:hover{transform:translateY(-3px);border-color:var(--border-strong);box-shadow:0 18px 55px #00000014}.custom-cardImg{position:relative;width:100%;padding:10px;background:#fff}.custom-cardImgEl{display:block;width:100%;height:auto;max-height:520px;object-fit:contain;background:transparent}.custom-cardImgPlaceholder{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#00000014,#00000005)}.custom-cardBody{position:relative;background:var(--surface);padding:16px;display:grid;gap:8px}.custom-cardTitle{font-weight:950;font-size:16px;letter-spacing:-.02em;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:10px}.custom-cardMeta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:12px}.custom-cardTag{margin-top:6px;display:inline-flex;width:fit-content;border:1px solid var(--border);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;color:var(--text);background:#fff9}.custom-offerChips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.mp-empty{border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 16px 50px #0000000f;padding:22px}.mp-emptyInner{max-width:520px}.mp-emptyTitle{font-size:18px;font-weight:950;letter-spacing:-.02em;color:var(--text);margin-bottom:8px}.mp-emptyText{color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:10px}.mp-emptyKicker{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:var(--text);margin-top:6px}.mp-emptyIcon{font-size:16px;line-height:1}.mp-emptyTextStrong{margin-top:6px;font-weight:900;color:var(--text)}.mp-emptyActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.mp-primaryBtn{border:1px solid transparent;background:var(--button);color:var(--button-text);padding:10px 12px;border-radius:var(--radius-md);cursor:pointer;font-weight:900}.mp-primaryBtn:hover{background:var(--primary-hover)}.custom-pill{appearance:none;border:1px solid var(--border);background:transparent;color:var(--text);padding:7px 12px;border-radius:999px;font-weight:700;font-size:13px;line-height:1;letter-spacing:-.01em;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .14s ease,border-color .14s ease,color .14s ease,transform 80ms ease,box-shadow .14s ease}.custom-pill:hover{background:var(--primary-soft);border-color:var(--border-strong)}.custom-pill:active{transform:translateY(1px)}.custom-pill:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus)}.custom-pill.active{background:var(--primary-soft);border-color:#1f3d2b52;color:var(--primary);box-shadow:inset 0 0 0 1px #1f3d2b14}.custom-pill.active:hover{border-color:#1f3d2b6b;background:#1f3d2b1a}.custom-pill:disabled{cursor:not-allowed;opacity:.55;color:var(--muted);background:transparent}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1;font-weight:700;padding:6px 10px;border-radius:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:default;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background .15s ease,color .15s ease,filter .15s ease}.badge:hover:not(:disabled){filter:brightness(.97)}.badge--secondary{border:none;background:var(--badge-bg);color:var(--badge-text)}.badge--secondary:hover:not(:disabled){background:var(--badge-secondary-bg-hover)}.badge--primary{border:none;background:var(--badge-primary-bg);color:var(--badge-primary-text);font-weight:800;cursor:pointer}.badge--primary:hover:not(:disabled){background:var(--badge-primary-bg-hover);filter:none}.badge--danger{background:var(--badge-danger-bg);color:var(--badge-danger-text);border:1px solid var(--badge-danger-border)}.badge:disabled{opacity:.55;cursor:not-allowed}.card{background:var(--surface);border-radius:var(--radius-lg);padding:14px;box-shadow:0 10px 28px #0000000f}.myuser-layout{display:grid;grid-template-columns:240px 1fr;gap:24px;padding:24px;max-width:1200px;margin:0 auto}.myuser-sidebar{background:#fff;border-radius:12px;padding:16px;border:1px solid #eee}.myuser-title{margin:0 0 12px;font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#777}.myuser-nav{display:flex;flex-direction:column;gap:6px}.myuser-nav a,.myuser-nav a:hover,.myuser-nav a:focus-visible,.myuser-nav a.active{cursor:pointer;color:var(--primary)}.myuser-nav a,.myuser-navItem{padding:8px 10px;border-radius:8px;text-decoration:none;color:#333;font-size:14px;text-align:left;background:none;border:none;cursor:pointer}.myuser-nav a.active{background:#f2f4f7;font-weight:600}.myuser-nav a.highlight{color:#0f766e;font-weight:600}.myuser-content{background:#fff;border-radius:12px;padding:24px;border:1px solid #eee}.myuser-navSection{display:flex;flex-direction:column;gap:6px}.myuser-navSection+.myuser-navSection{margin-top:14px;padding-top:14px;border-top:1px solid #eee}.myuser-sectionTitle{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#777;margin-bottom:4px}.myuser-navSectionBottom{margin-top:18px;padding-top:14px;border-top:1px solid #eee}.myuser-logout{display:flex;align-items:center;gap:8px;background:transparent;border:0;padding:0;margin-left:8px;cursor:pointer;color:var(--muted);font-weight:600}.myuser-logout:hover{color:var(--text)}@media(max-width:768px){.myuser-layout{grid-template-columns:1fr}.myuser-sidebar{order:1}.myuser-content{order:2}}.custom-text{color:var(--text);margin:0;padding:0}.custom-text.muted{color:var(--muted)}.custom-text.h1{font-size:34px;font-weight:900;letter-spacing:-.03em;line-height:1.15}.custom-text.h2{font-size:22px;font-weight:900;letter-spacing:-.02em}.custom-text.body{font-size:14px;line-height:1.6}.custom-text.small{font-size:13px;line-height:1.5}.acc-wrap{display:flex;flex-direction:column;gap:16px}.acc-title{margin:0}.acc-avatarRow{display:flex;align-items:center;gap:16px;margin-top:6px}.acc-avatarCircle{width:130px;height:130px;border-radius:50%;overflow:hidden;background:#0000000f;border:1px solid rgba(0,0,0,.1);display:grid;place-items:center}.acc-avatarImg{width:100%;height:100%;object-fit:cover}.acc-uploadCol{display:flex;flex-direction:column;gap:8px}.acc-hint{font-size:13px;color:var(--muted)}.acc-error{font-size:13px;color:#b00020}.acc-infoCard{margin-top:4px;padding:18px}.acc-infoRow{display:grid;grid-template-columns:130px 1fr;gap:14px;align-items:baseline;padding:10px 0}.acc-infoRow+.acc-infoRow{border-top:1px solid rgba(0,0,0,.06)}.acc-infoLabel{font-size:13px!important;font-weight:900;color:var(--muted);letter-spacing:.02em}.acc-infoValue{font-size:15px!important;font-weight:800;color:var(--text);min-width:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:560px){.acc-avatarRow{flex-direction:column;align-items:flex-start}.acc-infoRow{grid-template-columns:1fr;gap:6px}}.ba-wrap{display:flex;flex-direction:column;gap:14px}.ba-header{display:flex;flex-direction:column;gap:6px}.ba-title{margin:0;font-size:22px;color:var(--text)}.ba-subtitle{margin:0;color:var(--muted)}.ba-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:14px}@media(max-width:900px){.ba-grid{grid-template-columns:1fr}}.ba-spanFull{grid-column:1 / -1}.ba-card{background:var(--surface);border-radius:var(--radius-lg);padding:14px;box-shadow:0 10px 28px #0000000f}.ba-cardHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.ba-cardTitle{margin:0;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.ba-pill{font-size:12px;padding:6px 10px;border-radius:999px;background:var(--primary-soft);color:var(--primary);border:1px solid rgba(31,61,43,.18)}.ba-check{display:grid;grid-template-columns:20px 1fr;gap:10px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid var(--border)}.ba-check .icon{display:flex;align-items:flex-start;margin-top:2px}.ba-check .content{display:grid;gap:2px}.ba-checklist{list-style:none;padding:0;margin:0;display:grid;gap:10px}.ba-check{display:grid;grid-template-columns:18px 1fr;gap:10px;padding:12px;border-radius:var(--radius-md);border:1px solid var(--border);background:transparent}.ba-check .icon{display:flex;align-items:center;justify-content:center;margin-top:1px}.ba-check.ok .icon{color:#2ecc71}.ba-check.bad .icon{color:#e74c3c}.ba-check.info .icon{color:#f1c40f}.ba-check .content{display:grid;gap:4px}.ba-check .custom-text{margin:0}.ba-checkTitle{font-weight:800}.ba-checkHint{line-height:1.4}.ba-note{margin-top:10px;font-size:13px;color:var(--muted)}.ba-form{display:flex;flex-direction:column;gap:12px}.ba-label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--text)}.ba-radioGroup{display:grid;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.ba-radio{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.ba-radio input[type=radio]{width:16px;height:16px}.ba-radioText{font-weight:650}.ba-optional{color:var(--muted);font-weight:600;margin-left:6px;font-size:12px}.ba-input,.ba-textarea{border:1px solid var(--input-border);background:var(--input-bg);border-radius:var(--radius-md);padding:10px 12px;color:var(--text);outline:none}.ba-input:focus,.ba-textarea:focus{border-color:var(--input-border-focus);box-shadow:0 0 0 4px var(--focus)}.ba-row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:620px){.ba-row2{grid-template-columns:1fr}}.ba-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.ba-btn{border:none;border-radius:var(--radius-md);padding:11px 12px;font-weight:800;cursor:pointer;background:var(--button);color:var(--button-text);transition:transform .06s ease,background .15s ease}.ba-btn:hover{background:var(--primary-hover)}.ba-btn:active{transform:translateY(1px)}.ba-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.ba-muted{font-size:13px;color:var(--muted)}.ba-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.ba-block{display:grid;gap:6px;margin-top:8px}.ba-checkRow{display:flex;align-items:center}.ba-help{margin-left:0;line-height:1.35}.ba-inlineLink{color:var(--text);font-weight:800;text-decoration:underline;text-underline-offset:3px;font-size:12px}.ba-inlineLink:hover{color:var(--primary-hover)}.custom-field{display:grid;gap:6px}.custom-label{font-size:12px;font-weight:750;color:var(--muted)}.custom-input{width:100%;padding:11px 12px;border-radius:var(--radius-md);border:1px solid var(--input-border);background:var(--input-bg);color:var(--text);outline:none;transition:border-color .12s ease,box-shadow .12s ease}.custom-input:focus{border-color:var(--input-border-focus);box-shadow:0 0 0 4px var(--focus)}.custom-input::placeholder{color:#0f0f1059}.baf-card{display:grid;gap:8px}.baf-kicker{letter-spacing:.08em;text-transform:uppercase}.baf-list{display:grid;gap:8px}.baf-item{display:grid;grid-template-columns:18px 1fr;gap:10px;padding:6px 0;align-items:flex-start}.baf-icon{display:flex;align-items:center;justify-content:center;color:var(--primary);margin-top:2px}.baf-text{line-height:1.45}.baf-note{margin-top:2px}.pf-wrap{display:grid;gap:16px}.pf-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--border-soft);background:var(--surface);border-radius:var(--radius-lg);box-shadow:0 16px 50px #0000000f}.pf-head>div:first-child{min-width:0}.pf-info{margin-top:8px;display:flex;align-items:flex-start;gap:8px;line-height:1.35;max-width:720px}.pf-infoIcon{margin-top:2px;flex-shrink:0;opacity:.85}.pf-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}.pf-btnInner{display:inline-flex;align-items:center;gap:8px}.pf-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c14;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.pf-grid{column-count:3;column-gap:16px}@media(max-width:1100px){.pf-grid{column-count:2}}@media(max-width:640px){.pf-grid{column-count:1}}.pf-tile{display:inline-block;width:100%;margin:0 0 16px;break-inside:avoid;position:relative;overflow:hidden;border-radius:14px;border:1px solid var(--border);background:transparent;box-shadow:0 10px 30px #0000000a;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.pf-tile img{display:block;width:100%;height:auto;object-fit:contain}.pf-tile.isCover{border-color:#16a34a99;box-shadow:0 18px 55px #00000014,0 0 0 3px #16a34a2e}.pf-del{position:absolute;top:1px;right:1px;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#00000073;color:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .12s ease,background .12s ease,opacity .12s ease;opacity:.95;z-index:2}.pf-del:hover{background:#0009}.pf-del:active{transform:translateY(1px)}.pf-del:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus)}.pf-tileActions{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;z-index:2;opacity:1}.pf-coverBtn{appearance:none;border:1px solid rgba(255,255,255,.22);background:#00000073;color:#fff;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:900;cursor:pointer;transition:transform .12s ease,background .12s ease,opacity .12s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}.pf-coverBtn:hover{background:#0009;transform:translateY(-1px)}.pf-coverBtn:disabled{cursor:default;opacity:.7;transform:none}.pf-badge{position:absolute;left:10px;top:10px;z-index:2;border:1px solid rgba(255,255,255,.22);background:#16a34ad9;color:#fff;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900;letter-spacing:.01em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.pf-tileActions,.pf-badge,.pf-del{transition:opacity .14s ease}.admin-wrap{max-width:980px;margin:0 auto;padding:20px 14px;display:grid;gap:14px}.admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}@media(max-width:760px){.admin-head{flex-direction:column;align-items:stretch}}.admin-tabs{display:flex;gap:8px;flex-wrap:wrap}.admin-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.admin-empty{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-lg);padding:16px}.admin-list{display:grid;gap:10px}.admin-row{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-lg);padding:12px;display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}@media(max-width:760px){.admin-row{grid-template-columns:1fr}}.admin-main{display:grid;gap:2px}.admin-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.admin-btnInner{display:inline-flex;align-items:center;gap:8px}.custom-textarea{resize:vertical;min-height:120px}.custom-input{height:var(--field-height)}.mo2-wrap{display:flex;flex-direction:column;gap:18px}.mo2-header{display:flex;flex-direction:column;gap:10px}.mo2-titleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.mo2-titleCol{display:flex;flex-direction:column;gap:6px}.mo2-actions{display:flex;align-items:center;gap:10px}@media(max-width:720px){.mo2-titleRow{flex-direction:column}}.mo2-section{display:flex;flex-direction:column;gap:12px}.mo2-sectionHead{display:flex;align-items:center;justify-content:space-between;gap:14px}@media(max-width:720px){.mo2-sectionHead{flex-direction:column;align-items:flex-start}}.mo2-sectionTitle{display:flex;flex-direction:column;gap:2px}.mo2-h3{font-weight:900;margin:0}.mo2-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.mo2-list{display:grid;gap:10px}.mo2-item{display:grid;grid-template-columns:1fr auto;gap:14px;padding:14px;border-radius:16px;background:var(--surface);box-shadow:0 10px 28px #0000000f}@media(max-width:720px){.mo2-item{grid-template-columns:1fr}}.mo2-itemMain{display:grid;gap:4px}.mo2-itemTitle{font-weight:950}.mo2-itemDesc{line-height:1.45}.mo2-itemMeta{display:grid;gap:6px;justify-items:end;align-content:start;min-width:200px}.mo2-itemBtns{display:flex;gap:6px;margin-top:6px}@media(max-width:720px){.mo2-itemMeta{justify-items:start}}.mo2-priceRow{display:flex;align-items:center;justify-content:flex-end;gap:8px;width:100%}.mo2-price{font-weight:950;font-size:15px;padding:6px 10px;border-radius:999px;color:var(--primary);border:1px solid rgba(31,61,43,.18)}.mo2-metaRow{display:inline-flex;gap:8px;color:var(--muted);font-size:13px}.mo2-formCard{background:var(--surface);border-radius:var(--radius-lg);padding:14px;box-shadow:0 10px 28px #0000000f}.mo2-form{display:flex;flex-direction:column;gap:12px}.mo2-row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}@media(max-width:720px){.mo2-row3{grid-template-columns:1fr}}.mo2-textarea{resize:vertical;min-height:120px}.mo2-actionsRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px}.mo2-optional{color:var(--muted);font-weight:700;margin-left:6px;font-size:12px}.mo2-checkRow{display:grid;grid-template-columns:12px 1fr;gap:10px;align-items:start}.mo2-dot{width:10px;height:10px;margin-top:4px;border-radius:999px;background:#0000002e}.mo2-dot.ok{background:#2ecc71e6}.mo2-variantsTable{display:grid;gap:8px}.mo2-variantsHead,.mo2-variantsRow{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:8px;align-items:center}.mo2-variantsHead{font-size:12px;color:var(--muted);font-weight:800;padding:0 2px}.mo2-vInput{width:100%;padding:10px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:transparent;color:var(--text)}@media(max-width:720px){.mo2-variantsHead{display:none}.mo2-variantsRow{grid-template-columns:1fr 1fr;grid-auto-rows:auto}.mo2-variantsRow>:nth-child(1){grid-column:1 / -1}.mo2-variantsRow>:nth-child(5){grid-column:2 / 3;justify-self:end}}.mo2-itemVariants{grid-column:1 / -1;margin-top:6px}.mo2-variantSub{line-height:1.3}.mo2-variantGrid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.mo2-variantChip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:#00000008}.mo2-variantChipMain{display:grid;gap:2px;min-width:0}.mo2-variantChipLabel{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mo2-variantChipSub{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mo2-variantChipBtns{display:flex;gap:6px;flex:0 0 auto}@media(max-width:720px){.mo2-variantGrid{grid-template-columns:1fr}}.mo2-variantActions{margin-top:10px;display:flex;justify-content:flex-start;gap:10px}.custom-pillsSection{display:grid;gap:10px}.custom-pillsRow{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.custom-pillsLabel{font-weight:700}.custom-select{width:100%;height:var(--field-height);padding:0 44px 0 12px;border-radius:var(--radius-md);border:1px solid var(--input-border);background-color:var(--input-bg);color:var(--text);font:inherit;font-size:14px;line-height:1.1;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.custom-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'%3E%3Cpath fill='%236b6b6f' d='M5.6 7.8a1 1 0 0 1 1.4 0L10 10.8l3-3a1 1 0 1 1 1.4 1.4l-3.7 3.7a1 1 0 0 1-1.4 0L5.6 9.2a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px}.custom-select:hover{border-color:var(--border-strong)}.custom-select:focus,.custom-select:focus-visible{border-color:var(--input-border-focus);box-shadow:0 0 0 4px var(--focus)}.custom-select:disabled{opacity:.55;cursor:not-allowed}.custom-select option:disabled{color:var(--muted)}.eom-wrap{display:grid;gap:12px}.eom-row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}@media(max-width:520px){.eom-row3{grid-template-columns:1fr}}.eom-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.eom-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.mad-wrap{display:grid;gap:14px}.mad-head{display:grid;gap:4px}.mad-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:14px}.mad-row{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.mad-col{min-width:240px;flex:1 1 240px;display:grid;gap:4px}.mad-title{font-weight:750}.mad-actions{display:flex;gap:10px;align-items:center}.mad-badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--border);color:var(--muted);background:transparent;font-weight:700;font-size:12px}.mad-badge.ok{border-color:#1f3d2b40;color:var(--primary);background:var(--primary-soft)}.mad-alert{border:1px solid rgba(200,0,0,.18);background:#c800000f;color:var(--text);border-radius:var(--radius-md);padding:10px 12px}.mad-alert.ok{background:var(--alert-ok-bg);border-color:var(--alert-ok-border);color:var(--alert-ok-text)}.mad-form{display:flex;flex-direction:column;gap:12px}.mad-field{display:flex;flex-direction:column;gap:6px}.mad-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:720px){.mad-grid2{grid-template-columns:1fr}}.ad2-wrap{display:flex;flex-direction:column;gap:18px;padding-top:10px;width:var(--container);margin:0 auto;padding-bottom:42px}.ad2-header{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f}.ad2-titleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}@media(max-width:720px){.ad2-titleRow{flex-direction:column}}.ad2-titleCol{display:flex;flex-direction:column;gap:10px;min-width:0}.ad2-titleTop{display:flex;gap:12px;align-items:center}.ad2-avatar{width:102px;height:102px;border-radius:999px;overflow:hidden;flex:0 0 auto;background:#0000000d}.ad2-avatar img{width:100%;height:100%;object-fit:cover;display:block}.ad2-avatarFallback{width:100%;height:100%;background:linear-gradient(135deg,#0000001f,#0000000a)}.ad2-titleText{display:flex;flex-direction:column;gap:4px;min-width:0}.ad2-metaLine{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ad2-igRow{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:2px}.ad2-igLabel{letter-spacing:.02em}.ad2-igLink{font-size:13px;font-weight:900;color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;line-height:1.2}.ad2-igLink:hover{border-bottom-color:#1f3d2b59}.ad2-igLink:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus);border-radius:8px}.ad2-pill{font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px;border:1px solid rgba(31,61,43,.18);color:var(--primary);background:#1f3d2b0f}.ad2-pill.closed{border-color:#e74c3c38;color:#e74c3cf2;background:#e74c3c14}.ad2-actions{display:flex;gap:10px;align-items:center}.ad2-bio{line-height:1.5;white-space:pre-wrap}.ad2-grid{display:grid;grid-template-columns:1fr 340px;gap:18px}@media(max-width:980px){.ad2-grid{grid-template-columns:1fr}}.ad2-main{display:flex;flex-direction:column;gap:18px}.ad2-section{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f;display:flex;flex-direction:column;gap:12px}.ad2-sectionHead{display:flex;align-items:center;justify-content:space-between;gap:14px}.ad2-sectionTitle{display:flex;flex-direction:column;gap:2px}.ad2-h3{font-weight:900;margin:0}.ad2-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.ad2-pfGrid{column-count:5;column-gap:6px}@media(max-width:1100px){.ad2-pfGrid{column-count:2}}@media(max-width:640px){.ad2-pfGrid{column-count:1}}.ad2-pfTile{appearance:none;border:0;background:transparent;padding:0;display:inline-block;width:100%;margin:0 0 10px;break-inside:avoid;border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .14s ease,opacity .14s ease}.ad2-pfTile:hover{transform:translateY(-1px);opacity:.98}.ad2-pfTile:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus)}.ad2-pfTile img{display:block;width:100%;height:auto;object-fit:contain}.ad2-list{display:grid;gap:10px}.ad2-item{display:grid;grid-template-columns:1fr auto;gap:14px;padding:14px;border-radius:16px;background:#00000005}@media(max-width:720px){.ad2-item{grid-template-columns:1fr}}.ad2-itemMain{display:grid;gap:6px;min-width:0}.ad2-itemTitle{font-weight:950}.ad2-itemDesc{line-height:1.45}.ad2-metaRow{display:inline-flex;gap:8px;color:var(--muted);font-size:13px;flex-wrap:wrap}.ad2-chips{display:flex;flex-wrap:wrap;gap:8px}.ad2-chip{font-size:12px;font-weight:850;padding:6px 10px;border-radius:999px;background:#0000000a;color:var(--text)}.ad2-itemMeta{display:grid;gap:10px;justify-items:end;align-content:start;min-width:220px}@media(max-width:720px){.ad2-itemMeta{justify-items:start;min-width:0}}.ad2-price{font-weight:950;font-size:15px;padding:6px 10px;border-radius:999px;color:var(--primary);border:1px solid rgba(31,61,43,.18);background:#1f3d2b0f;width:fit-content}.ad2-from{margin-left:6px;opacity:.7;font-weight:900;font-size:12px}.ad2-priceNote{display:inline-flex;align-items:center;gap:8px;justify-self:end}@media(max-width:720px){.ad2-priceNote{justify-self:start}}.ad2-tooltip{position:relative;display:inline-flex;align-items:center;cursor:help;outline:none}.ad2-infoIcon{width:16px;height:16px;color:var(--muted)}.ad2-tooltipBubble{position:absolute;right:0;top:calc(100% + 8px);width:260px;max-width:min(320px,85vw);padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--surface);box-shadow:0 18px 60px #0000001f;font-size:12px;line-height:1.4;color:var(--text);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .14s ease,transform .14s ease;z-index:20}.ad2-tooltip:hover .ad2-tooltipBubble,.ad2-tooltip:focus .ad2-tooltipBubble,.ad2-tooltip:focus-visible .ad2-tooltipBubble{opacity:1;transform:translateY(0);pointer-events:auto}.ad2-tooltip:focus-visible .ad2-infoIcon{box-shadow:0 0 0 4px var(--focus);border-radius:8px}.ad2-itemBtns{display:flex;gap:8px;flex-wrap:wrap}.ad2-variants{grid-column:1 / -1;margin-top:6px}.ad2-variantGrid{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}@media(max-width:720px){.ad2-variantGrid{grid-template-columns:1fr}}.ad2-variantChip{padding:10px 12px;border-radius:14px;background:#00000008}.ad2-variantMain{display:grid;gap:2px;min-width:0}.ad2-variantLabel{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad2-variantSub{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ad2-side{position:sticky;top:110px;align-self:start;height:fit-content}@media(max-width:980px){.ad2-side{position:static}}.ad2-sideCard{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f;display:grid;gap:12px}.ad2-sideRow{display:grid;gap:4px}.custom-ad{padding-top:10px}.custom-adContainer{width:var(--container);margin:0 auto;padding:0 0 42px;display:grid;gap:18px}.custom-adHero{position:relative;border-radius:18px;overflow:hidden;border:1px solid var(--border);background:#fff;box-shadow:0 16px 50px #0000000f;min-height:240px}.custom-adHeroImg{width:100%;height:340px;object-fit:cover;display:block}.custom-adHeroPlaceholder{height:340px;background:linear-gradient(135deg,#00000014,#00000005)}.custom-adHeroOverlay{position:absolute;left:0;right:0;bottom:0;padding:18px;background:linear-gradient(to top,#00000094,#0003,#0000);color:#fff}.custom-adTitleRow{display:flex;align-items:center;justify-content:space-between;gap:14px}.custom-adTitle{font-size:26px;font-weight:950;letter-spacing:-.02em}.custom-adBadge{border-radius:999px;padding:8px 12px;font-weight:900;font-size:12px;border:1px solid rgba(255,255,255,.28);background:#00000038;white-space:nowrap}.custom-adBadge.isOpen{background:#10b47842;border-color:#10b4786b}.custom-adBadge.isClosed{background:#f05a5a38;border-color:#f05a5a61}.custom-adMetaRow{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px;font-size:13px;opacity:.95}.custom-adGrid{display:grid;grid-template-columns:1fr 340px;gap:24px}@media(max-width:980px){.custom-adGrid{grid-template-columns:1fr}}.custom-adMain{display:grid;gap:18px}.custom-adSection{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:16px;box-shadow:0 10px 30px #0000000a;display:grid;gap:12px}.custom-adSectionHeader{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.custom-adSectionTitle{font-size:14px;font-weight:950;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.custom-adSectionMeta{color:var(--muted);font-size:13px}.custom-adBio{color:var(--text);line-height:1.55;white-space:pre-wrap}.custom-adEmpty{color:var(--muted);font-size:14px}.custom-adPortfolio{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media(max-width:980px){.custom-adPortfolio{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.custom-adPortfolio{grid-template-columns:repeat(2,1fr)}}.ad2-pfMore{display:flex;justify-content:center;padding-top:6px}.custom-adPortItem{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;padding:10px;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.custom-adPortItem:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:0 18px 55px #00000014}.custom-adPortImg{width:100%;height:130px;object-fit:contain;display:block}.custom-adServices{display:grid;gap:12px}.custom-adServiceCard{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:14px;display:grid;gap:10px}.custom-adServiceTop{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.custom-adServiceTitle{font-weight:950;font-size:16px;letter-spacing:-.02em;color:var(--text)}.custom-adServicePrice{font-weight:950;font-size:14px;color:var(--text);white-space:nowrap}.custom-adServiceMeta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--muted);font-size:12px}.custom-adServiceChips{display:flex;flex-wrap:wrap;gap:8px}.custom-adServiceDesc{color:var(--text);opacity:.95;font-size:13px;line-height:1.5;white-space:pre-wrap}.custom-adServiceActions{display:flex;gap:10px;flex-wrap:wrap}.custom-primaryBtn{border:1px solid var(--border);background:#11111412;padding:10px 12px;border-radius:var(--radius-md);cursor:pointer;font-weight:900;color:var(--text)}.custom-adSide{position:sticky;top:110px;align-self:start;height:fit-content}@media(max-width:980px){.custom-adSide{position:static}}.custom-adSideCard{border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:16px;box-shadow:0 16px 50px #0000000f;display:grid;gap:14px}.custom-adSideTitle{font-size:13px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.custom-adSideRow{display:grid;gap:6px}.custom-adSideLabel{font-size:12px;color:var(--muted)}.custom-adSideValue{font-weight:900;color:var(--text)}.custom-adError{padding:12px 14px;border:1px solid rgba(240,90,90,.35);background:#f05a5a1a;border-radius:14px;color:var(--text);font-weight:800}.custom-adSkeletonHero{height:340px;border-radius:18px;border:1px solid var(--border);background:#0000000f}.custom-adSkeletonRow{height:16px;border-radius:10px;background:#0000000f}.custom-adSkeletonRow.short{width:55%}.custom-adSkeletonGrid{height:220px;border-radius:16px;border:1px solid var(--border);background:#0000000f}.custom-adServicePriceFrom{font-size:12px;font-weight:900;opacity:.75;margin-right:6px;text-transform:uppercase;letter-spacing:.04em}.custom-adServicePriceMissing{font-size:12px;font-weight:900;opacity:.7}.custom-adVariants,.custom-adVariantList{display:grid;gap:8px}.custom-adVariantRow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:baseline;border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:#00000005}.custom-adVariantLabel{font-size:13px;font-weight:900;color:var(--text)}.custom-adVariantPrice{font-size:13px;font-weight:950;color:var(--text);white-space:nowrap}.ad2-kv{display:flex;align-items:baseline;gap:8px}.ad2-k{flex:0 0 auto}.ad2-v{font-weight:900}.osv-wrap{display:grid;gap:12px}.osv-title{font-weight:950;margin:0}.osv-list{display:grid;gap:8px}.osv-row{appearance:none;border:1px solid var(--border);background:transparent;border-radius:14px;padding:12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background .12s ease,border-color .12s ease,transform .12s ease;text-align:left}.osv-row:hover{background:#00000008;border-color:var(--border-strong)}.osv-row:active{transform:translateY(1px)}.osv-row:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus)}.osv-left{min-width:0;display:grid;gap:2px}.osv-label{font-weight:950;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.osv-sub{font-size:12px;color:var(--muted)}.osv-price{font-weight:950;color:var(--text);white-space:nowrap}.osv-actions{display:flex;justify-content:flex-end}.on-wrap{width:var(--container);margin:0 auto;padding:12px 0 42px;display:grid;gap:14px}.on-head{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f;display:grid;gap:6px}.on-title{margin:0;font-weight:950}.on-info{background:#359b5e1d;border-radius:var(--radius-lg);padding:14px 16px;box-shadow:0 10px 28px #0000000a;display:grid;gap:10px}.on-infoContent{display:grid;gap:14px;padding-left:12px;padding-bottom:10px;padding-top:6px}.on-infoTitle{margin:0;font-weight:950}.on-infoStepTitle{font-weight:900;margin:0}.on-infoText{margin:0}.on-infoList{margin:0;padding-left:18px;display:grid;gap:8px}.on-infoList li{font-size:13px;line-height:1.45;color:var(--text)}.on-card{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f;display:grid;gap:14px}.on-field{display:grid;gap:8px}.on-label{font-weight:900;margin:0}.on-actions{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.on-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:800}.custom-inlineLink{color:var(--text);font-weight:800;text-decoration:underline;text-underline-offset:3px}.custom-inlineLink:hover{color:var(--primary-hover)}.on-terms .custom-inlineLink{font-size:12px;font-weight:700}.on-terms .custom-inlineLink:hover{color:var(--primary-hover)}.order-wrap{width:var(--container);margin:0 auto;padding:10px 0 42px;display:grid;gap:14px}.order-head{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f}.order-headRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-title{margin:0;font-weight:950}.order-grid{display:grid;grid-template-columns:1fr 540px;gap:18px}@media(max-width:980px){.order-grid{grid-template-columns:1fr}}.order-main{display:grid;gap:18px}.order-side{position:sticky;top:110px;align-self:start;height:fit-content}@media(max-width:980px){.order-side{position:static}}.order-addrRow{display:flex;align-items:baseline;gap:12px;margin-top:6px}.order-card{background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f;display:grid;gap:12px}.order-h3{font-weight:950;margin:0}.order-kv{display:flex;align-items:baseline;gap:8px}.order-k{flex:0 0 auto}.order-v{font-weight:950}.order-alert{border:1px solid rgba(231,76,60,.45);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px;font-weight:800}.order-alert.warn{border-color:#f1c40f73;background:#f1c40f1f}.order-ok{font-weight:950}.order-payBlock{display:grid;gap:10px;padding-top:6px;border-top:1px solid var(--border)}.order-uploadRow{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.order-fileBtn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#0000000a;cursor:pointer;font-weight:900}.order-skeletonRow{height:16px;border-radius:10px;background:#0000000f}.order-skeletonRow.short{width:55%}.order-actionsRow{margin-top:12px;display:grid;gap:12px}.order-revBox{display:grid;gap:8px}.order-shipBlock{display:flex;flex-direction:column;gap:8px;margin-top:12px}.order-input{padding:8px 10px;border-radius:6px;border:1px solid #ddd;font-size:14px}.order-textarea{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;resize:vertical}.order-imgHero{width:100%}.order-imgHeroInner{border-radius:16px;overflow:hidden;border:none;background:transparent}.order-imgHeroInner img{width:100%;height:auto;display:block;cursor:pointer;object-fit:contain;max-height:520px}.order-imgHeroPlaceholder{display:grid;place-items:center;color:var(--muted);font-size:13px;font-weight:900}.order-shipInfo{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.orderMessages{display:grid;gap:12px}.orderMessages-head{display:flex;align-items:center;justify-content:space-between}.orderMessages-title{font-weight:950;margin:0}.orderMessages-list{display:grid;gap:10px;max-height:320px;overflow:auto;padding-right:4px}.orderMessages-row{display:flex;justify-content:flex-start}.orderMessages-row.isMine{justify-content:flex-end}.orderMessages-bubble{max-width:92%;border:1px solid rgba(0,0,0,.08);background:#00000008;border-radius:14px;padding:10px 12px}.orderMessages-row.isMine .orderMessages-bubble{background:#0000000f}.orderMessages-meta{display:block;margin-bottom:6px;font-weight:800;font-size:12px}.orderMessages-body{white-space:pre-wrap;word-break:break-word;font-size:14px}.orderMessages-compose{display:grid;gap:10px;padding-top:10px;border-top:1px solid var(--border)}.mo-orders-wrap{display:flex;flex-direction:column;gap:18px}.mo-orders-header{display:flex;flex-direction:column;gap:10px}.mo-orders-titleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.mo-orders-titleCol{display:flex;flex-direction:column;gap:6px}.mo-orders-actions{display:flex;align-items:center;gap:10px}@media(max-width:720px){.mo-orders-titleRow{flex-direction:column}}.mo-orders-section{display:flex;flex-direction:column;gap:12px}.mo-orders-sectionHead{display:flex;align-items:center;justify-content:space-between;gap:14px}@media(max-width:720px){.mo-orders-sectionHead{flex-direction:column;align-items:flex-start}}.mo-orders-sectionTitle{display:flex;flex-direction:column;gap:2px}.mo-orders-h3{font-weight:900;margin:0}.mo-orders-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.mo-orders-card{background:var(--surface);border-radius:var(--radius-lg);padding:14px;box-shadow:0 10px 28px #0000000f}.mo-orders-list{display:grid;gap:10px}.mo-orders-item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px;padding:14px;border-radius:16px;background:var(--surface);box-shadow:0 10px 28px #0000000f}.mo-orders-bottomRow{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px}@media(max-width:720px){.mo-orders-item{grid-template-columns:1fr}}.mo-orders-itemMain{display:grid;gap:6px;min-width:0}.mo-orders-itemTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.mo-orders-itemTitle{font-weight:950;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mo-orders-itemSub{line-height:1.45}.mo-orders-itemMeta{display:grid;gap:10px;justify-items:end;align-content:start;min-width:220px}@media(max-width:720px){.mo-orders-itemMeta{justify-items:start;min-width:0}}.mo-orders-price{font-weight:950;font-size:15px;padding:6px 10px;border-radius:999px;color:var(--primary);border:1px solid rgba(31,61,43,.18)}.mo-orders-status{display:inline-flex;align-items:center;width:fit-content;justify-self:start;font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#00000008;white-space:nowrap}.mo-orders-status--ok{border-color:#2ecc7159;background:#2ecc7114}.mo-orders-status--bad{border-color:#e74c3c59;background:#e74c3c14}.mo-orders-status--progress{border-color:#3498db59;background:#3498db14}.mo-orders-statusRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.mo-orders-actionsRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px}.mao-orders-wrap{display:flex;flex-direction:column;gap:18px}.mao-orders-header{display:flex;flex-direction:column;gap:10px}.mao-orders-titleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.mao-orders-titleCol{display:flex;flex-direction:column;gap:6px}.mao-orders-actions{display:flex;align-items:center;gap:10px}@media(max-width:720px){.mao-orders-titleRow{flex-direction:column}}.mao-orders-section{display:flex;flex-direction:column;gap:12px}.mao-orders-sectionHead{display:flex;align-items:center;justify-content:space-between;gap:14px}@media(max-width:720px){.mao-orders-sectionHead{flex-direction:column;align-items:flex-start}}.mao-orders-sectionTitle{display:flex;flex-direction:column;gap:2px}.mao-orders-h3{font-weight:900;margin:0}.mao-orders-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.mao-orders-card{background:var(--surface);border-radius:var(--radius-lg);padding:14px;box-shadow:0 10px 28px #0000000f}.mao-orders-list{display:grid;gap:10px}.mao-orders-item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px;padding:14px;border-radius:16px;background:var(--surface);box-shadow:0 10px 28px #0000000f}.mao-orders-bottomRow{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:12px}.mao-orders-openInline{margin-left:auto;padding:4px 6px;font-weight:600}@media(max-width:720px){.mao-orders-item{grid-template-columns:1fr}}.mao-orders-itemMain{display:grid;gap:6px;min-width:0}.mao-orders-itemTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.mao-orders-itemTitle{font-weight:950;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mao-orders-itemSub{line-height:1.45}.mao-orders-itemMeta{display:grid;gap:10px;justify-items:end;align-content:start;min-width:220px}@media(max-width:720px){.mao-orders-itemMeta{justify-items:start;min-width:0}}.mao-orders-price{font-weight:950;font-size:15px;padding:6px 10px;border-radius:999px;color:var(--primary);border:1px solid rgba(31,61,43,.18)}.mao-orders-status{display:inline-flex;align-items:center;width:fit-content;justify-self:start;font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#00000008;white-space:nowrap}.mao-orders-status--ok{border-color:#2ecc7159;background:#2ecc7114}.mao-orders-status--bad{border-color:#e74c3c59;background:#e74c3c14}.mao-orders-status--progress{border-color:#3498db59;background:#3498db14}.mao-orders-actionsRow{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:2px}.so-wrap{display:flex;justify-content:center}.so-card{width:100%;max-width:620px;background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:0 10px 28px #0000000f;display:grid;gap:14px}.so-actions{display:flex;gap:10px;align-items:center}.so-alert{border:1px solid rgba(231,76,60,.5);background:#e74c3c1a;color:var(--text);padding:10px 12px;border-radius:var(--radius-md);font-size:13px}.set-wrap{display:grid;gap:14px}.set-head{display:grid;gap:4px}.set-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:14px}.set-card.danger{border-color:#c8000038}.set-row{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.set-col{min-width:260px;flex:1 1 260px;display:grid;gap:4px}.set-title{font-weight:750}.set-actions{display:flex;gap:10px;align-items:center}.set-alert{border:1px solid rgba(200,0,0,.18);background:#c800000f;color:var(--text);border-radius:var(--radius-md);padding:10px 12px}.set-alert.ok{border-color:#00c87859}.set-form{display:flex;flex-direction:column;gap:12px}.set-field{display:flex;flex-direction:column;gap:6px}.set-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:720px){.set-grid2{grid-template-columns:1fr}}.set-legal{margin-top:24px;padding-top:12px;border-top:1px solid var(--border-soft);display:flex;justify-content:center;align-items:center;gap:8px;font-size:13px;color:var(--muted)}.set-legal a{color:inherit;text-decoration:none;font-weight:700}.set-legal a:hover{color:var(--primary-hover);text-decoration:underline}.set-legal .dot{opacity:.4;-webkit-user-select:none;user-select:none}.ahw-wrap{display:flex;flex-direction:column;gap:14px}.ahw-header{display:flex;flex-direction:column;gap:6px}.ahw-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:900px){.ahw-grid{grid-template-columns:1fr}}.ahw-spanFull{grid-column:1 / -1}.ahw-card{display:grid;gap:10px}.ahw-kicker{letter-spacing:.08em;text-transform:uppercase}.ahw-grid{align-items:start}.ahw-list{display:grid;gap:10px}.ahw-row{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:flex-start}.ahw-icon{display:flex;align-items:center;justify-content:center;margin-top:2px;color:var(--primary)}.ahw-rowBody{display:grid;gap:2px}.ahw-rowTitle{font-weight:900}.ahw-rowText{line-height:1.45}.ahw-note{margin-top:2px}.ahw-steps{display:grid;gap:10px}.ahw-step{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:flex-start}.ahw-stepNum{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--primary);background:var(--primary-soft);border:1px solid rgba(31,61,43,.18)}.ahw-stepBody{display:grid;gap:2px}.ahw-stepTitle{font-weight:900}.ahw-stepText{line-height:1.45}.ahw-bullets{display:grid;gap:12px}.ahw-bullet{display:grid;grid-template-columns:10px 1fr;gap:10px;align-items:flex-start}.ahw-dot{width:6px;height:6px;border-radius:999px;margin-top:7px;background:var(--primary)}.ahw-bulletText{line-height:1.45}.ahw-soft{margin-top:2px;padding-top:10px;border-top:1px solid var(--border-soft)}.ahw-message{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:flex-start}.ahw-messageIcon{display:flex;align-items:center;justify-content:center;margin-top:2px;color:var(--primary)}.ahw-messageText{line-height:1.45}
