
.rc-shop-public,.rc-shop-management,.rc-shop-card{font-family:'DM Sans',system-ui,sans-serif;box-sizing:border-box}.rc-shop-public *,.rc-shop-management *,.rc-shop-card *{box-sizing:border-box}
.rc-shop-public{--shop-accent:#f4b400;--shop-on-accent:#15171a;background:#faf9f6;color:#191b1a;line-height:1.6}.rc-shop-public a{color:inherit;text-decoration:none}.rc-shop-public h1,.rc-shop-public h2,.rc-shop-public h3{color:inherit;line-height:1.12;letter-spacing:-.035em}.rc-shop-public-nav{max-width:1280px;margin:auto;padding:24px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px}.rc-shop-brand{display:flex;align-items:center;gap:12px;font-size:19px}.rc-shop-brand img{max-width:100px;max-height:48px;object-fit:contain}.rc-shop-public-nav nav{display:flex;align-items:center;gap:24px;font-size:14px}
.rc-shop-button{display:inline-flex!important;align-items:center;justify-content:center;padding:13px 22px;border:0;border-radius:10px;background:var(--shop-accent,#f4b400);color:var(--shop-on-accent,#161817)!important;font:inherit;font-weight:700;text-decoration:none!important;cursor:pointer;min-height:44px;gap:8px}.rc-shop-button.secondary{background:#eceeea;color:#20251f!important}.rc-shop-button:hover{filter:brightness(.94)}.rc-shop-button:focus-visible,.rc-shop-public a:focus-visible{outline:3px solid #16866a;outline-offset:4px}
.rc-shop-hero{max-width:1280px;margin:24px auto 64px;padding:32px 40px;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:64px}.rc-shop-eyebrow{font-size:11px;letter-spacing:.16em;font-weight:800;display:block;margin-bottom:18px}.rc-shop-hero h1{font-size:clamp(40px,5.6vw,76px);margin:0 0 24px;max-width:650px}.rc-shop-hero p{font-size:18px;max-width:490px;color:#63665e;margin-bottom:30px}.rc-shop-hero-note{display:block;font-size:12px;color:#65685f;margin-top:20px}.rc-shop-hero-image{aspect-ratio:1/.95;background:#e9ebe3;border-radius:26px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:28px;padding:0}.rc-shop-hero-image img{width:100%;height:100%;object-fit:cover}.rc-shop-hero-image strong{padding:20px;text-align:center;font-size:22px}
.rc-shop-section{max-width:1280px;margin:0 auto;padding:36px 40px 48px;scroll-margin-top:20px}.rc-shop-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.rc-shop-heading h2{font-size:clamp(26px,3vw,38px);margin:0}.rc-shop-heading h3{margin:0}.rc-shop-heading p{color:#687064}.rc-shop-heading>a{font-size:14px;font-weight:700;white-space:nowrap}.rc-shop-category-grid,.rc-shop-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.rc-shop-category{border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px #00000006}.rc-shop-category img{width:100%;aspect-ratio:1.3;object-fit:cover;display:block}.rc-shop-category>div:last-child{padding:20px}.rc-shop-category h3{font-size:21px;margin:0 0 10px}.rc-shop-category span{font-size:12px;color:#676c62}.rc-shop-category-placeholder{display:grid;place-items:center;aspect-ratio:1.3;background:#e9ebe3}.rc-shop-product img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;background:#eee}.rc-shop-product small{display:block;margin:12px 0 7px;color:#71776d}.rc-shop-product h3{font-size:16px;margin:0 0 12px}.rc-shop-product strong{font-size:17px}.rc-shop-how{margin-top:32px;background:#eaece3;border-radius:24px;padding:48px 40px}.rc-shop-how h2{font-size:38px;margin:0}.rc-shop-how ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;counter-reset:steps;list-style:none;padding:0;margin:36px 0}.rc-shop-how li{font-size:15px}.rc-shop-how li:before{counter-increment:steps;content:counter(steps,decimal-leading-zero);display:block;font-size:32px;font-weight:800;color:#69765c;margin-bottom:12px}.rc-shop-footer{max-width:1280px;margin:36px auto 0;padding:40px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px}.rc-shop-footer div{display:flex;gap:20px;font-size:14px}.rc-shop-footer small{width:100%;font-size:12px;color:#72766e}
.rc-shop-card{background:var(--rc-card-bg,#fff);color:var(--rc-text,#20241f);border:1px solid #dfe4dd;border-radius:16px;padding:24px;margin-bottom:20px}.rc-shop-card h2,.rc-shop-card h3{margin-top:0}.rc-shop-form{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rc-shop-form label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}.rc-shop-form input:not([type=checkbox]),.rc-shop-form textarea,.rc-shop-period input{width:100%;border:1px solid #cfd6cb;border-radius:9px;padding:12px;font:inherit;color:#20241f;background:white}.rc-shop-form textarea{min-height:140px}.rc-shop-form .rc-shop-check{flex-direction:row;align-items:center}.rc-shop-check input{width:18px;height:18px}.rc-shop-upload{display:flex;gap:8px}.rc-shop-form>p{grid-column:1/-1}.rc-shop-welcome{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px;background:#eaf0df;border:1px solid #dce5cf;border-radius:18px;margin-bottom:22px;color:#243020}.rc-shop-welcome h2{font-size:30px;letter-spacing:-.03em;margin:0 0 12px}.rc-shop-welcome p{margin:0;color:#59664f}.rc-shop-welcome .rc-shop-eyebrow{margin-bottom:10px}.rc-shop-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.rc-shop-kpis .rc-shop-card{margin:0;padding:22px}.rc-shop-kpis span{display:block;font-size:12px;min-height:32px;color:#677361}.rc-shop-kpis strong{display:block;font-size:clamp(22px,2.5vw,34px);letter-spacing:-.03em;margin-top:10px;overflow-wrap:anywhere}.rc-shop-note{font-size:12px;color:#677361;margin:12px 0 24px}.rc-shop-two{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.rc-shop-period{display:flex;gap:12px;align-items:end;flex-wrap:wrap;margin:0 0 22px}.rc-shop-period label{font-size:12px;display:grid;gap:6px}.rc-shop-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.rc-shop-shortcuts a{text-decoration:none!important;color:inherit!important}.rc-shop-shortcuts h3{font-size:18px}.rc-shop-shortcuts p{font-size:14px;color:#687260;margin:0;line-height:1.6}.rc-shop-table-wrap{overflow:auto}.rc-shop-card table{width:100%;border-collapse:collapse;font-size:13px}.rc-shop-card th,.rc-shop-card td{padding:12px 8px;text-align:left;border-bottom:1px solid #e7ebe4}.rc-shop-card th{color:#6e7867;font-weight:500}.rc-shop-status-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:13px;margin-bottom:14px}.rc-shop-status-row progress{width:100%;height:8px;accent-color:#738e4f}
.rc-shop-sidebar{display:flex!important;flex-direction:column!important;gap:4px!important;overflow-y:auto}.rc-shop-sidebar .rc-shop-nav-link{display:flex!important;align-items:center;gap:12px!important;padding:12px 14px!important;min-height:44px}.rc-shop-sidebar .rc-nav-label{display:inline!important}.rc-shop-sidebar .rc-nav-icon{display:inline-flex;flex-shrink:0}.rc-shop-sidebar .is-active{background:#ebf1df!important;color:#24391b!important;border-radius:10px}.rc-menu-drawer__body .rc-nav-label{display:inline!important}
@media(max-width:900px){.rc-shop-public-nav{padding:20px}.rc-shop-public-nav nav{gap:14px}.rc-shop-public-nav nav>a:not(.rc-shop-button){display:none}.rc-shop-hero{gap:28px;padding:20px;margin:8px auto 24px}.rc-shop-category-grid,.rc-shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-shop-section{padding:28px 20px}.rc-shop-how{border-radius:0}.rc-shop-how ol{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-shop-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.rc-shop-two{grid-template-columns:1fr}.rc-shop-sidebar{flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;max-width:100vw;justify-content:flex-start!important}.rc-shop-sidebar .rc-shop-nav-link{flex:0 0 auto!important;white-space:nowrap;flex-direction:column;gap:3px!important;padding:8px 12px!important}.rc-shop-sidebar .rc-nav-label{font-size:10px!important}.rc-shop-sidebar .rc-nav-icon svg{width:18px;height:18px}.rc-shop-shortcuts{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.rc-shop-hero{grid-template-columns:1fr;gap:24px}.rc-shop-hero h1{font-size:43px}.rc-shop-hero-image{aspect-ratio:1.35}.rc-shop-brand{font-size:15px}.rc-shop-brand img{max-width:60px}.rc-shop-public-nav .rc-shop-button{padding:10px 13px;font-size:12px}.rc-shop-heading{align-items:flex-start;flex-direction:column;gap:10px}.rc-shop-heading h2{font-size:29px}.rc-shop-category-grid,.rc-shop-product-grid{gap:14px}.rc-shop-category>div:last-child{padding:14px}.rc-shop-category h3{font-size:18px}.rc-shop-footer{padding:24px}.rc-shop-footer div{flex-wrap:wrap}.rc-shop-form{grid-template-columns:1fr}.rc-shop-welcome{padding:24px;flex-direction:column;align-items:flex-start}.rc-shop-welcome h2{font-size:26px}.rc-shop-shortcuts{grid-template-columns:1fr}.rc-shop-card{padding:18px}.rc-shop-kpis .rc-shop-card{padding:16px}.rc-shop-upload{flex-wrap:wrap}.rc-shop-how ol{gap:24px}.rc-shop-period label{flex:1;min-width:110px}}
