*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;background:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}.screen-nexr{flex:1;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:#fff}.screen-content{flex:1;padding:20px 20px 32px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.screen-content-no-cta{padding-bottom:32px}.header-nexr{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;padding-top:calc(14px + env(safe-area-inset-top));background:#fff;border-bottom:1px solid #f0f0f0}.header-nexr-back{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-left:-8px;border-radius:8px;font-size:22px;color:#000}.header-nexr-back:active{background:#f5f5f5}.header-nexr-logo{font-size:18px;font-weight:900;letter-spacing:-.04em;color:#000}.header-nexr-spacer{width:40px}.h1-nexr{font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px;color:#000;line-height:1.25}.h2-nexr{font-size:18px;font-weight:700;letter-spacing:-.01em;margin:0 0 6px;color:#000}.subtitle-nexr{font-size:14px;color:#666;margin:0 0 28px;line-height:1.5}.logo-nexr{font-size:36px;font-weight:900;letter-spacing:-.04em;color:#000;line-height:1}.form-nexr{display:flex;flex-direction:column;gap:18px}.field-nexr{display:flex;flex-direction:column}.label-nexr{font-size:13px;font-weight:600;color:#000;margin-bottom:8px}.input-nexr{width:100%;min-height:52px;padding:14px 16px;font-size:16px;border:1px solid #e0e0e0;border-radius:12px;background:#fafafa;color:#000;outline:none;transition:border-color .15s,background .15s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-nexr:focus{border-color:#000;background:#fff}.input-nexr::placeholder{color:#aaa}.input-wrap-nexr{position:relative}.input-icon-right{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#888;font-size:20px;border-radius:8px}.input-icon-right:active{background:#f0f0f0}.help-nexr{font-size:12px;color:#888;margin-top:6px;line-height:1.4}.error-nexr{font-size:13px;color:#d00;margin-top:-6px;padding:10px 14px;background:#fff0f0;border-radius:10px;border:1px solid #f5d0d0}.btn-nexr{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;padding:14px 18px;border-radius:12px;font-size:16px;font-weight:600;border:1px solid transparent;transition:opacity .15s,background .15s}.btn-nexr-primary{background:#000;color:#fff}.btn-nexr-primary:active{opacity:.85}.btn-nexr-primary:disabled{background:#d4d4d4;color:#fff}.btn-nexr-secondary{background:#fff;color:#000;border-color:#000}.btn-nexr-secondary:active{background:#f5f5f5}.btn-nexr-ghost{background:transparent;color:#000;min-height:auto;padding:10px 12px;width:auto;border-radius:8px}.btn-nexr-ghost:active{background:#f5f5f5}.cta-sticky{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #f0f0f0;padding:12px 20px;padding-bottom:calc(12px + env(safe-area-inset-bottom));z-index:10}.toggle-nexr{display:flex;background:#f5f5f5;border-radius:12px;padding:4px;margin-bottom:4px}.toggle-nexr button{flex:1;padding:12px 16px;border-radius:8px;font-weight:600;font-size:14px;color:#666;transition:all .15s}.toggle-nexr button.active{background:#000;color:#fff}.footer-hoxus{padding:18px 20px;padding-bottom:calc(18px + env(safe-area-inset-bottom));text-align:center;font-size:12px;color:#999;border-top:1px solid #f0f0f0}.footer-hoxus a{color:#000;font-weight:600}.footer-hoxus a:active{opacity:.5}.footer-link-nexr{text-align:center;margin-top:14px;font-size:14px;color:#666}.footer-link-nexr a{color:#000;font-weight:600}.spinner-nexr{width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.card-nexr{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:20px;margin-bottom:14px}.galeria-produto{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.galeria-produto::-webkit-scrollbar{display:none}.galeria-produto-slide{flex:0 0 100%;scroll-snap-align:start;aspect-ratio:1 / 1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.galeria-produto-slide img{width:100%;height:100%;object-fit:cover}.galeria-produto-dots{display:flex;justify-content:center;gap:6px;padding:10px 0}.galeria-produto-dot{width:6px;height:6px;border-radius:999px;background:#d4d4d4;transition:width .15s,background .15s}.galeria-produto-dot.active{width:18px;background:#000}.bottom-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:50;animation:fade-in .18s ease-out}.bottom-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:20px 20px 0 0;z-index:51;max-height:85vh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom);animation:slide-up .22s cubic-bezier(.2,.8,.2,1)}.bottom-sheet-handle{display:flex;justify-content:center;padding:10px 0 6px}.bottom-sheet-handle:before{content:"";width:36px;height:4px;border-radius:999px;background:#d4d4d4}.bottom-sheet-header{padding:4px 20px 14px;border-bottom:1px solid #f0f0f0}.bottom-sheet-title{font-size:17px;font-weight:700;color:#000}.bottom-sheet-subtitle{font-size:13px;color:#888;margin-top:2px}.bottom-sheet-body{flex:1;overflow-y:auto;padding:8px 0}.bottom-sheet-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 20px;background:#fff;text-align:left}.bottom-sheet-item:active{background:#f5f5f5}.bottom-sheet-item.selected{background:#fafafa}.bottom-sheet-item-info{flex:1;min-width:0}.bottom-sheet-item-nome{font-size:15px;font-weight:600;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-sheet-item-sub{font-size:12px;color:#888;margin-top:2px}.bottom-sheet-star{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#d4d4d4;border-radius:8px;flex-shrink:0}.bottom-sheet-star.active{color:#fbbf24}.bottom-sheet-star:active{background:#f0f0f0}.bottom-sheet-footer{padding:12px 20px 16px;border-top:1px solid #f0f0f0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(-110%);opacity:0}to{transform:translateY(0);opacity:1}}.bottom-nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #f0f0f0;display:flex;padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:5}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px;color:#999;font-size:11px;font-weight:600}.bottom-nav-item i{font-size:22px}.bottom-nav-item.active{color:#000}
