@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{font-family:Montserrat,system-ui,sans-serif;color:#1d1718;background:#fff6ef;font-synthesis:none;--cream: #fff6ef;--cream-strong: #f9e8dc;--surface: #fffdfb;--surface-soft: #fffaf6;--wine: #821d42;--wine-dark: #65132f;--wine-soft: #f5e2e8;--ink: #1d1718;--muted: #786b69;--line: #eadbd4;--shadow: 0 20px 45px rgba(114, 65, 65, .12);--shadow-soft: 0 10px 24px rgba(114, 65, 65, .1)}*{box-sizing:border-box}html{min-width:320px;background:var(--cream)}body{margin:0;min-width:320px;background:radial-gradient(circle at 80% -15%,#fffdfb 0,var(--cream) 42%,#f8e9df 100%)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(130,29,66,.32);outline-offset:3px}a{color:inherit}.icon{display:block;flex:0 0 auto}.content-shell{width:min(100% - 48px,1180px);margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap}.brand-lockup{display:flex;align-items:center;gap:13px}.brand{color:var(--wine);font:600 1.2rem/1 Playfair Display,Georgia,serif;letter-spacing:.05em}.brand-rule{display:block;width:32px;height:1px;background:var(--wine);opacity:.45}.public-page{min-height:100dvh;padding:25px 0 45px}.public-header{display:flex;align-items:center;justify-content:space-between;padding-block:6px 18px}.public-label,.auth-label{color:var(--wine);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.public-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding-block:clamp(38px,8vw,82px) clamp(44px,7vw,76px)}.hero-copy{max-width:710px}.hero-kicker,.section-kicker{margin:0 0 15px;color:var(--wine);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hero-copy h1{max-width:700px;margin:0;font:600 clamp(3rem,8vw,6.5rem)/.92 "Playfair Display",Georgia,serif;letter-spacing:-.055em}.hero-copy>p:last-child{max-width:520px;margin:23px 0 0;color:var(--muted);font-size:clamp(1rem,2vw,1.12rem);line-height:1.6}.hero-stamp{display:grid;width:130px;height:130px;place-items:center;flex:0 0 auto;border:1px solid rgba(130,29,66,.22);border-radius:50%;color:var(--wine);text-align:center;transform:rotate(8deg)}.hero-stamp span{margin-top:-9px;font-size:.8rem;font-weight:600;letter-spacing:.04em;line-height:1.1}.catalog-section{padding-bottom:30px}.catalog-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px;padding-top:23px;border-top:1px solid var(--line)}.catalog-toolbar h2{margin:0;font:600 2.35rem/1 Playfair Display,Georgia,serif;letter-spacing:-.04em}.catalog-toolbar p{margin:8px 0 0;color:var(--muted);font-size:.88rem}.search-control{display:flex;min-width:min(100%,330px);align-items:center;gap:11px;padding:0 17px;border:1px solid var(--line);border-radius:12px;background:var(--surface);color:var(--muted)}.search-control input{width:100%;min-height:48px;border:0;outline:0;background:transparent;color:var(--ink);font-size:.9rem}.search-control input::placeholder{color:#a59894}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{overflow:hidden;border:1px solid rgba(234,219,212,.9);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#eaded5}.product-gallery{display:flex;width:100%;height:100%}.product-gallery.is-scrollable{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery.is-scrollable::-webkit-scrollbar{display:none}.product-gallery img{display:block;width:100%;height:100%;flex:0 0 100%;object-fit:cover;scroll-snap-align:start}.photo-count{position:absolute;right:11px;bottom:11px;padding:5px 8px;border-radius:20px;background:#1d1718b3;color:#fff;font-size:.68rem;font-weight:600}.photo-fallback{display:grid;height:100%;place-content:center;justify-items:center;gap:9px;color:var(--wine);background:linear-gradient(145deg,#f4e9e1,#e9d9d0)}.photo-fallback span{font-size:.72rem;font-weight:600}.product-copy{padding:18px 17px 17px}.product-heading h2{margin:0;font:600 1.33rem/1.1 Playfair Display,Georgia,serif;letter-spacing:-.025em}.product-price{margin:9px 0 0;color:var(--wine);font-size:1.08rem;font-weight:700}.product-description{display:-webkit-box;overflow:hidden;margin:11px 0 0;color:var(--muted);font-size:.8rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.size-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:17px}.size-caption{margin-right:3px;color:var(--muted);font-size:.72rem}.size-chip{min-width:31px;padding:6px 8px;border:1px solid var(--line);border-radius:8px;color:var(--ink);font-size:.72rem;font-weight:600;text-align:center}.whatsapp-button,.primary-button,.secondary-button,.google-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:11px;font-weight:700;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.whatsapp-button{width:100%;margin-top:17px;padding:13px 12px;border:0;background:var(--wine);color:#fff;font-size:.78rem;box-shadow:0 8px 15px #821d4233}.whatsapp-button:hover,.primary-button:hover,.google-button:hover{background:var(--wine-dark);transform:translateY(-1px)}.public-message{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border-radius:12px;font-size:.84rem;line-height:1.45}.public-message strong,.public-message span{display:block}.public-message span{overflow-wrap:anywhere}.public-message div span{margin-top:3px}.error-message{border:1px solid #efd0d0;background:#fff4f1;color:#8b2d38}.success-message{border:1px solid #cfe2d4;background:#f2faf3;color:#28663d}.info-message{border:1px solid #d5dfed;background:#f3f7fc;color:#355477}.catalog-skeleton{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.catalog-skeleton span{display:block;aspect-ratio:4 / 5;border-radius:16px;background:linear-gradient(105deg,#f0e3db 30%,#fff6ef,#f0e3db 70%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{to{background-position:-200% 0}}.empty-state{display:grid;place-items:center;min-height:280px;padding:36px;border:1px dashed #d7c1bb;border-radius:16px;background:#fffdfb8f;text-align:center}.empty-icon{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:var(--wine-soft);color:var(--wine)}.empty-state h2{margin:17px 0 7px;font:600 1.7rem/1.1 Playfair Display,Georgia,serif}.empty-state p{max-width:400px;margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.public-footer{display:flex;justify-content:space-between;gap:20px;padding-top:32px;color:var(--muted);font-size:.75rem}.public-footer span:first-child{color:var(--wine);font-weight:700;letter-spacing:.12em}.auth-page{display:grid;min-height:100dvh;place-items:center;padding:24px}.auth-panel{position:relative;width:min(100%,490px);padding:32px clamp(24px,6vw,52px) 38px;border:1px solid rgba(234,219,212,.9);border-radius:20px;background:#fffdfbe6;box-shadow:var(--shadow)}.auth-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.auth-icon{display:grid;width:56px;height:56px;place-items:center;margin-top:56px;border-radius:16px;background:var(--wine-soft);color:var(--wine)}.auth-panel h1{max-width:360px;margin:24px 0 12px;font:600 clamp(2.7rem,8vw,4.1rem)/.93 "Playfair Display",Georgia,serif;letter-spacing:-.06em}.auth-panel>p{margin:0;color:var(--muted);line-height:1.6}.google-button{width:100%;min-height:56px;margin-top:29px;padding:14px 16px;border:0;background:var(--wine);color:#fff;box-shadow:0 10px 20px #821d4233}.google-button:disabled{opacity:.6}.google-mark{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#fff;color:var(--wine);font-family:Arial,sans-serif;font-weight:700}.google-button .icon{margin-left:auto}.auth-security{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px!important;color:var(--wine)!important;font-size:.75rem}.auth-error{margin-top:22px}.internal-page{min-height:100dvh;background:#fbf1ea}.internal-topbar{display:flex;height:82px;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1320px)/2));border-bottom:1px solid var(--line);background:#fffdfbcc}.internal-brand{display:flex;align-items:center;gap:22px}.internal-context{padding-left:22px;border-left:1px solid var(--line);color:var(--muted);font-size:.82rem}.topbar-actions{display:flex;align-items:center;gap:12px}.icon-button,.user-button{border:1px solid var(--line);background:var(--surface);color:var(--ink)}.icon-button{display:grid;width:43px;height:43px;place-items:center;border-radius:12px}.icon-button:hover{color:var(--wine)}.icon-button:disabled{opacity:.55}.user-button{display:flex;min-height:43px;align-items:center;gap:9px;padding:4px 12px 4px 5px;border-radius:24px}.user-avatar{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:var(--wine);color:#fff;font-size:.8rem;font-weight:700}.user-name{max-width:165px;overflow:hidden;font-size:.77rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.internal-layout{display:grid;grid-template-columns:248px minmax(0,1fr);width:min(100% - 48px,1320px);min-height:calc(100dvh - 82px);margin:auto}.side-nav{padding:37px 20px 30px 0;border-right:1px solid var(--line)}.nav-caption{margin:0 0 15px 13px;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.nav-item{display:flex;width:100%;align-items:center;gap:12px;margin-bottom:6px;padding:13px;border:0;border-radius:12px;background:transparent;color:var(--muted);text-align:left}.nav-item:hover{background:var(--surface-soft);color:var(--ink)}.nav-item.selected{background:var(--wine);color:#fff;box-shadow:0 10px 20px #821d422b}.nav-item>span{display:grid;gap:3px}.nav-item strong{font-size:.82rem}.nav-item small{color:inherit;opacity:.72;font-size:.69rem}.nav-tip{display:flex;align-items:flex-start;gap:9px;margin:46px 10px 0;padding:13px;border:1px solid var(--line);border-radius:12px;color:var(--muted);font-size:.7rem;line-height:1.4}.internal-content{min-width:0;padding:43px clamp(24px,5vw,74px) 100px}.content-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.content-heading h1{margin:0;font:600 clamp(2.2rem,5vw,4.2rem)/.95 "Playfair Display",Georgia,serif;letter-spacing:-.055em}.sync-label{display:flex;align-items:center;gap:7px;margin-bottom:6px;color:var(--muted);font-size:.76rem}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--wine);animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.35}}.internal-content>.public-message{margin-bottom:20px}.home-screen{max-width:930px}.welcome-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.welcome-row h2{margin:0;font:600 clamp(2.25rem,5vw,3.7rem)/.95 "Playfair Display",Georgia,serif;letter-spacing:-.055em}.welcome-row>div>p:last-child{margin:12px 0 0;color:var(--muted);font-size:.9rem}.today-badge{padding:8px 12px;border:1px solid var(--line);border-radius:20px;background:var(--surface);color:var(--wine);font-size:.72rem;font-weight:700}.new-sale-card{display:flex;width:100%;align-items:center;gap:15px;margin-top:30px;padding:19px;border:0;border-radius:16px;background:var(--wine);color:#fff;text-align:left;box-shadow:0 15px 28px #821d4233}.new-sale-card:hover{background:var(--wine-dark);transform:translateY(-2px)}.action-icon{display:grid;width:49px;height:49px;place-items:center;border-radius:13px;background:#ffffff26}.new-sale-card>span:nth-child(2){display:grid;gap:3px}.new-sale-card strong{font:600 1.3rem/1 Playfair Display,Georgia,serif}.new-sale-card small{font-size:.76rem;opacity:.82}.new-sale-card>.icon:last-child{margin-left:auto}.metrics-heading,.list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:38px 0 14px}.metrics-heading h3,.list-heading h3{margin:0;font-size:1rem}.metrics-heading>span,.list-heading p{margin:0;color:var(--muted);font-size:.76rem}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-soft)}.metric-grid article{min-width:0;padding:21px 20px}.metric-grid article+article{border-left:1px solid var(--line)}.metric-icon{display:grid;width:35px;height:35px;place-items:center;margin-bottom:18px;border-radius:10px;background:var(--wine-soft);color:var(--wine)}.metric-grid strong{display:block;overflow:hidden;font-size:clamp(1.15rem,3vw,1.65rem);text-overflow:ellipsis;white-space:nowrap}.metric-grid article>span:last-child{display:block;margin-top:6px;color:var(--muted);font-size:.72rem}.home-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:15px;margin-top:15px}.stock-card,.quick-actions button{display:flex;min-width:0;align-items:center;gap:12px;border:1px solid var(--line);border-radius:15px;background:var(--surface);color:var(--ink);text-align:left}.stock-card{width:100%;padding:18px}.stock-card:hover:not(:disabled){border-color:#c795a4}.stock-card:disabled{cursor:default}.stock-card.has-warning{border-color:#ecc5b7;background:#fff9f1}.stock-icon{display:grid;width:40px;height:40px;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--wine-soft);color:var(--wine)}.has-warning .stock-icon{background:#f8e5d7;color:#a55e38}.stock-card>span:nth-child(2),.quick-actions button>span{display:grid;min-width:0;gap:4px}.stock-card strong,.quick-actions strong{font-size:.82rem}.stock-card small,.quick-actions small{overflow:hidden;color:var(--muted);font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.stock-card>.icon{margin-left:auto;color:var(--muted)}.quick-actions{display:grid;grid-template-columns:1fr;gap:9px}.quick-actions button{width:100%;padding:13px}.quick-actions button:hover{border-color:#c795a4}.quick-actions button>.icon:first-child{color:var(--wine)}.quick-actions button>.icon:last-child{margin-left:auto;color:var(--muted)}.workspace,.product-editor,.inventory-list{padding:28px;border:1px solid var(--line);border-radius:17px;background:var(--surface);box-shadow:var(--shadow-soft)}.workspace{max-width:740px}.workspace-heading{display:flex;align-items:flex-start;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--line)}.workspace-icon{display:grid;width:45px;height:45px;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--wine-soft);color:var(--wine)}.workspace-heading h2,.product-editor h2,.inventory-list h2{margin:0;font:600 1.75rem/1 Playfair Display,Georgia,serif;letter-spacing:-.03em}.workspace-heading p,.product-editor>div p,.inventory-list .list-heading p{margin:7px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5}.form-stack{display:grid;gap:1px}.field-label{display:grid;gap:7px;margin-top:19px;color:#4b4040;font-size:.76rem;font-weight:700}.field-label input,.field-label select,.field-label textarea{width:100%;min-height:49px;border:1px solid var(--line);border-radius:10px;padding:12px 13px;outline:0;background:#fff;color:var(--ink);font-size:.88rem}.field-label input:read-only{background:var(--surface-soft);color:var(--muted)}.field-label textarea{min-height:88px;resize:vertical}.field-help{color:var(--muted);font-size:.7rem;font-weight:400;line-height:1.35}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.primary-button,.secondary-button{min-height:49px;padding:12px 16px;border:0;font-size:.8rem;text-decoration:none}.primary-button{margin-top:23px;background:var(--wine);color:#fff;box-shadow:0 9px 17px #821d422e}.primary-button:disabled{opacity:.55}.secondary-button{border:1px solid var(--line);background:var(--surface-soft);color:var(--wine)}.secondary-button:hover{border-color:#c795a4;background:var(--wine-soft)}.public-message+.public-message{margin-top:10px}.workspace .public-message{margin-top:17px}.list-heading{margin-top:31px}.reservation-list{display:grid;gap:0}.reservation-list article{display:flex;align-items:center;justify-content:space-between;gap:17px;padding:15px 0;border-bottom:1px solid var(--line)}.reservation-main{display:grid;min-width:0;gap:4px}.reservation-main strong{font-size:.87rem}.reservation-main>span:last-child{color:var(--muted);font-size:.72rem}.reservation-status{color:var(--wine);font-size:.65rem!important;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.quiet-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;background:transparent;color:var(--wine);font-size:.74rem;font-weight:700;white-space:nowrap}.quiet-button:hover,.text-button:hover{color:var(--wine-dark);text-decoration:underline}.text-button{color:var(--muted)}.inline-payment{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px}.inline-payment input{width:92px;min-height:36px;border:1px solid var(--line);border-radius:8px;padding:7px;font-size:.78rem}.empty{margin:0;padding:18px;border-radius:10px;background:var(--surface-soft);color:var(--muted);font-size:.8rem;text-align:center}.compact-empty{margin-top:10px}.products-screen{display:grid;gap:22px;max-width:860px}.product-editor{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.product-editor>div:first-child,.product-editor>.upload-zone,.product-editor>.image-preview-grid,.product-editor>.primary-button,.product-editor>.form-status{grid-column:1 / -1}.product-editor>div:first-child{padding-bottom:5px}.product-editor>.field-label:nth-of-type(1),.product-editor>.field-label:nth-of-type(4),.product-editor>.field-label:nth-of-type(5){grid-column:1 / -1}.upload-zone{display:grid;min-height:112px;place-items:center;gap:5px;margin-top:20px;border:1px dashed #c795a4;border-radius:12px;color:var(--wine);text-align:center}.upload-zone input{display:none}.upload-zone strong{font-size:.83rem}.upload-zone span{color:var(--muted);font-size:.7rem}.image-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:12px}.image-preview{position:relative;overflow:hidden;aspect-ratio:4 / 5;border-radius:10px;background:#eaded5}.image-preview img{width:100%;height:100%;object-fit:cover}.image-preview p{padding:10px;color:var(--muted);font-size:.7rem}.image-preview button{position:absolute;top:6px;right:6px;display:grid;width:27px;height:27px;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--wine);font-size:1.1rem}.inventory-list{min-width:0}.count-badge{padding:7px 10px;border-radius:20px;background:var(--wine-soft);color:var(--wine);font-size:.7rem;font-weight:700;white-space:nowrap}.inventory-product{margin-top:15px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.inventory-product-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.inventory-product-heading>div{display:grid;gap:4px}.inventory-product-heading strong{font-size:.87rem}.inventory-product-heading span{color:var(--wine);font-size:.74rem;font-weight:700}.inventory-product-heading>span{color:var(--muted);font-size:.72rem;font-weight:400}.variant-row{display:grid;grid-template-columns:1fr 76px auto;gap:10px;align-items:center;margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.variant-row>span{display:grid;gap:3px;font-size:.78rem}.variant-row>span small{color:var(--muted);font-size:.68rem}.variant-row input{min-width:0;width:100%;min-height:37px;border:1px solid var(--line);border-radius:8px;padding:7px;text-align:center}.share-panel{max-width:740px}.share-preview{display:flex;align-items:center;gap:12px;margin-top:23px;padding:15px;border:1px solid #cfe2d4;border-radius:12px;background:#f5fbf5;color:#28663d}.share-preview-icon{display:grid;width:40px;height:40px;place-items:center;flex:0 0 auto;border-radius:11px;background:#dcefe0}.share-preview>div:nth-child(2){min-width:0}.share-preview strong{display:block;font-size:.8rem}.share-preview p{margin:4px 0 0;color:#5f7966;font-size:.7rem;line-height:1.35}.share-preview>.icon{margin-left:auto}.catalog-share-url{margin:8px 0 0;padding:9px 12px;border-radius:8px;background:var(--surface-soft);color:var(--muted);font:.72rem/1.35 ui-monospace,SFMono-Regular,Consolas,monospace;overflow-wrap:anywhere}.share-actions{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:9px}.share-actions .primary-button{margin-top:23px}.link-button{display:inline-flex}.mobile-nav{display:none}@media(max-width:1080px){.catalog-grid,.catalog-skeleton{grid-template-columns:repeat(3,minmax(0,1fr))}.internal-layout{grid-template-columns:215px minmax(0,1fr)}.user-name{display:none}.user-button{padding-right:7px}}@media(max-width:760px){.content-shell{width:min(100% - 32px,620px)}.public-page{padding-top:17px}.public-header{padding-bottom:9px}.brand{font-size:1.05rem}.public-hero{align-items:flex-start;padding-block:55px 45px}.hero-copy h1{font-size:clamp(3.15rem,16vw,5rem)}.hero-copy>p:last-child{max-width:370px;font-size:.96rem}.hero-stamp{display:none}.catalog-toolbar{display:grid;align-items:stretch;gap:16px}.catalog-toolbar h2{font-size:2.1rem}.search-control{min-width:0}.catalog-grid,.catalog-skeleton{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-copy{padding:14px 12px 13px}.product-heading h2{font-size:1.12rem}.product-price{font-size:.96rem}.product-description{font-size:.72rem}.size-list{margin-top:13px}.size-caption{width:100%;margin-bottom:1px}.whatsapp-button{gap:6px;padding:11px 7px;font-size:.68rem}.public-footer{display:grid;gap:7px;padding-top:23px;font-size:.7rem}.auth-page{padding:16px}.auth-panel{padding:25px 22px 31px}.auth-icon{margin-top:42px}.internal-topbar{height:69px;padding:0 16px}.internal-context{display:none}.internal-layout{display:block;width:100%;min-height:calc(100dvh - 69px)}.side-nav{display:none}.internal-content{padding:31px 16px 100px}.content-heading{align-items:flex-start;margin-bottom:22px}.content-heading h1,.welcome-row h2{font-size:2.75rem}.metric-grid article{padding:15px 11px}.metric-icon{width:30px;height:30px;margin-bottom:13px}.metric-grid strong{font-size:1rem}.metric-grid article>span:last-child{font-size:.65rem}.home-columns{grid-template-columns:1fr}.mobile-nav{position:fixed;z-index:20;right:10px;bottom:10px;left:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:6px;border:1px solid var(--line);border-radius:16px;background:#fffdfbf5;box-shadow:var(--shadow)}.mobile-nav button{display:grid;place-items:center;gap:4px;min-width:0;padding:8px 3px;border:0;border-radius:11px;background:transparent;color:var(--muted);font-size:.61rem}.mobile-nav button.selected{background:var(--wine);color:#fff}.workspace,.product-editor,.inventory-list{padding:20px 16px;border-radius:15px}.workspace-heading h2,.product-editor h2,.inventory-list h2{font-size:1.55rem}.field-row{grid-template-columns:1fr;gap:0}.product-editor{display:block}.product-editor>.field-label{margin-top:17px}.image-preview-grid{grid-template-columns:repeat(4,1fr)}.share-actions{grid-template-columns:1fr}.share-actions .secondary-button{min-height:45px}.share-actions .primary-button{margin-top:19px}}@media(max-width:470px){.catalog-grid,.catalog-skeleton{grid-template-columns:1fr}.product-media{aspect-ratio:4 / 4.7}.product-copy{padding:17px}.product-heading h2{font-size:1.4rem}.product-price{font-size:1.04rem}.whatsapp-button{padding:13px 10px;font-size:.78rem}.hero-copy h1{font-size:3.65rem}.auth-panel h1{font-size:3.15rem}.reservation-list article{align-items:flex-start;flex-direction:column}.inline-payment{width:100%;justify-content:flex-start}.variant-row{grid-template-columns:1fr 62px auto;gap:7px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition:none!important}}.product-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product-heading>div{min-width:0}.product-category{display:inline-block;margin-top:6px;color:var(--muted);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.workspace-wide{max-width:980px}.workspace-heading-action{margin-left:auto;flex:0 0 auto}.compact-action,.compact-button{width:auto;min-height:42px;margin-top:0;padding:10px 13px;font-size:.74rem;box-shadow:none}.back-button{display:inline-flex;align-items:center;gap:7px;margin:0 0 21px;padding:0;border:0;background:transparent;color:var(--wine);font-size:.76rem;font-weight:700}.back-button:hover{color:var(--wine-dark);text-decoration:underline}.list-summary,.inventory-summary{display:grid;grid-template-columns:auto 1fr auto 1fr;align-items:baseline;gap:6px 11px;margin:22px 0 3px;padding:15px 17px;border-radius:12px;background:var(--surface-soft)}.list-summary strong,.inventory-summary strong{color:var(--wine);font-size:1.08rem}.list-summary span,.inventory-summary span{color:var(--muted);font-size:.7rem}.operation-list{display:grid}.operation-row,.reservation-row{display:flex;min-width:0;align-items:center;gap:13px;padding:16px 0;border-bottom:1px solid var(--line)}.operation-icon{display:grid;width:38px;height:38px;place-items:center;flex:0 0 auto;border-radius:11px;background:var(--wine-soft);color:var(--wine)}.operation-main{display:grid;min-width:0;flex:1 1 auto;gap:5px}.operation-main strong{overflow:hidden;font-size:.83rem;text-overflow:ellipsis;white-space:nowrap}.operation-main span,.operation-total span,.reservation-balance span{color:var(--muted);font-size:.7rem;line-height:1.4}.operation-total,.reservation-balance{display:grid;min-width:112px;flex:0 0 auto;gap:4px;text-align:right}.operation-total strong,.reservation-balance strong{color:var(--wine);font-size:.88rem}.reservation-row{align-items:flex-start}.reservation-main{flex:1 1 auto}.reservation-balance{justify-items:end}.reservation-balance .quiet-button{margin-top:4px}.screen-action-row{display:flex;align-items:center;justify-content:space-between;gap:17px}.screen-action-row h2{margin:0;font:600 1.75rem/1 Playfair Display,Georgia,serif;letter-spacing:-.03em}.screen-action-row p{margin:7px 0 0;color:var(--muted);font-size:.82rem;line-height:1.5}.inventory-summary{margin-top:22px}.inventory-summary strong:nth-of-type(2){margin-left:14px}.inventory-product-heading>div>span{color:var(--muted);font-size:.72rem;font-weight:500}.inventory-size-list{display:grid}.variant-row.low-stock{border-color:#ecc5b7}.variant-row.low-stock b{color:#a55e38}.empty-state.compact-empty{display:grid;justify-items:center;gap:7px;padding:29px 19px}.empty-state.compact-empty h3{margin:0;font:600 1.35rem/1 Playfair Display,Georgia,serif}.empty-state.compact-empty p{max-width:430px;margin:0 0 7px;color:var(--muted);font-size:.78rem;line-height:1.5;text-align:center}.empty-state.compact-empty .secondary-button{min-height:43px}.editor-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.editor-intro>div{min-width:0}.editor-note{flex:0 0 auto;padding:7px 9px;border-radius:20px;background:var(--wine-soft);color:var(--wine);font-size:.67rem;font-weight:700;white-space:nowrap}.full-field{grid-column:1 / -1}.category-field{min-width:0}.choice-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.choice-chip{min-height:30px;padding:6px 9px;border:1px solid var(--line);border-radius:20px;background:var(--surface-soft);color:var(--muted);font-size:.66rem;font-weight:600}.choice-chip:hover,.choice-chip.selected{border-color:#c795a4;background:var(--wine-soft);color:var(--wine)}.sizes-editor{margin-top:20px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--surface-soft)}.sizes-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.sizes-editor-heading h3{margin:0;font-size:.87rem}.sizes-editor-heading p{margin:5px 0 0;color:var(--muted);font-size:.7rem;line-height:1.4}.size-presets{margin-top:13px}.size-editor-list{display:grid;gap:0}.size-editor-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 34px;align-items:end;gap:10px;padding-top:7px}.size-editor-row .field-label{margin-top:13px}.remove-size{display:grid;width:34px;height:34px;place-items:center;margin-bottom:7px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--muted)}.remove-size:hover:not(:disabled){border-color:#c795a4;color:var(--wine)}.remove-size:disabled{opacity:.35}.image-size{position:absolute;right:6px;bottom:6px;padding:4px 6px;border-radius:6px;background:#1d1718b8;color:#fff;font-size:.62rem;font-weight:600}.form-status{margin:15px 0 0;color:var(--wine);font-size:.76rem;line-height:1.45}@media(max-width:760px){.internal-topbar{position:sticky;z-index:15;top:0;box-shadow:0 4px 15px #7241410f}.internal-content{padding:24px 12px 116px}.content-heading{gap:10px;margin-bottom:18px}.content-heading h1{max-width:260px;font-size:clamp(2.05rem,10vw,2.7rem)}.section-kicker{margin-bottom:10px;font-size:.64rem}.sync-label{flex:0 0 auto;font-size:.67rem}.welcome-row h2{font-size:clamp(2.3rem,12vw,3.1rem)}.welcome-row>div>p:last-child{max-width:270px;line-height:1.45}.new-sale-card{margin-top:23px;padding:15px}.new-sale-card strong{font-size:1.12rem}.new-sale-card small{font-size:.68rem}.metric-grid article{padding:14px 9px}.metric-grid article>span:last-child{white-space:normal;line-height:1.2}.mobile-nav{right:8px;bottom:max(8px,env(safe-area-inset-bottom));left:8px;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:5px}.mobile-nav button{min-height:53px;padding:7px 1px;font-size:.58rem;letter-spacing:-.015em}.workspace,.product-editor,.inventory-list{padding:18px 14px}.workspace-heading{display:grid;grid-template-columns:43px minmax(0,1fr);align-items:start;gap:11px;padding-bottom:18px}.workspace-heading-action{grid-column:1 / -1;width:100%;margin:3px 0 0}.workspace-heading-action .compact-action{width:100%}.workspace-heading h2{font-size:1.48rem;line-height:1.05}.workspace-heading p{font-size:.74rem}.back-button{margin-bottom:17px}.list-summary,.inventory-summary{grid-template-columns:auto 1fr;gap:5px 10px;margin-top:17px}.list-summary strong:nth-of-type(2),.inventory-summary strong:nth-of-type(2){grid-column:1;margin-left:0}.list-summary span:nth-of-type(2),.inventory-summary span:nth-of-type(2){grid-column:2}.operation-row,.reservation-row{align-items:flex-start;gap:9px;padding:14px 0}.operation-icon{width:34px;height:34px}.operation-main strong{font-size:.78rem;white-space:normal}.operation-main span,.operation-total span,.reservation-balance span{font-size:.66rem}.operation-total,.reservation-balance{min-width:94px}.operation-total strong,.reservation-balance strong{font-size:.8rem}.reservation-row .reservation-balance{justify-items:end}.inline-payment{justify-content:flex-end}.screen-action-row{align-items:flex-start;flex-direction:column}.screen-action-row .compact-action{width:100%}.screen-action-row h2{font-size:1.5rem}.inventory-summary{margin-bottom:2px}.inventory-product{padding:13px}.inventory-product-heading{align-items:flex-start}.inventory-product-heading strong{font-size:.82rem}.inventory-product-heading>span{white-space:nowrap}.variant-row{grid-template-columns:minmax(0,1fr) 64px auto;gap:7px}.variant-row .quiet-button{font-size:.68rem}.editor-intro{display:grid;gap:9px}.editor-note{width:fit-content}.sizes-editor{padding:13px}.sizes-editor-heading{align-items:flex-start;flex-direction:column}.sizes-editor-heading .compact-button{width:100%}.size-editor-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 32px;gap:7px}.remove-size{width:32px}.image-preview-grid{grid-template-columns:repeat(2,1fr);gap:8px}.upload-zone{min-height:106px;padding:12px}.share-actions{gap:7px}}@media(max-width:390px){.user-button{width:41px;height:41px;justify-content:center;padding:4px}.user-button .icon{display:none}.user-avatar{width:31px;height:31px}.topbar-actions{gap:7px}.mobile-nav button{font-size:.54rem}.mobile-nav button .icon{width:17px;height:17px}.operation-total,.reservation-balance{min-width:78px}.variant-row{grid-template-columns:minmax(0,1fr) 57px}.variant-row .quiet-button{grid-column:1 / -1;width:100%;min-height:34px;border:1px solid var(--line);border-radius:8px;background:var(--surface);text-decoration:none}}
