:root{--bg: #000;--fg: #fff;--accent: #2ec5a8;--danger: #ff6b6b;--muted: rgba(255, 255, 255, .7);color-scheme:dark}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;width:100%}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden;-webkit-font-smoothing:antialiased}.screen{position:relative;width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:999px;padding:.95rem 1.6rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .05s ease,opacity .15s ease}.btn:active{transform:scale(.97)}.btn--primary{background:var(--accent);color:#042b22}.btn--secondary{background:#ffffff24;color:var(--fg)}.camera-screen{background:#000}.camera-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.camera-status{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);text-align:center;color:var(--muted)}.frame-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.frame-guide{position:absolute;top:13%;right:13%;bottom:13%;left:13%;border:2.5px dashed rgba(255,255,255,.8);border-radius:1.5rem;box-shadow:0 0 6px #00000073}.frame-hint{position:absolute;left:0;right:0;bottom:calc(8.5rem + env(safe-area-inset-bottom,0px));margin:0 auto;max-width:24rem;padding:0 1.5rem;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.8)}.frame-hint-main{margin:0;font-size:.9rem;line-height:1.4;color:var(--fg)}.frame-hint-tip{margin:.4rem 0 0;font-size:.78rem;line-height:1.35;color:var(--muted)}.camera-notices{position:absolute;top:calc(1rem + env(safe-area-inset-top,0px));left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;max-width:90%}.camera-notice{background:#0000008c;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.45rem .9rem;font-size:.8rem;color:var(--muted);text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.camera-controls{position:absolute;left:0;right:0;bottom:calc(2rem + env(safe-area-inset-bottom,0px));display:flex;align-items:center;justify-content:center}.camera-switch-button{position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);background:#00000080;border:1px solid rgba(255,255,255,.25);color:var(--fg);border-radius:999px;padding:.6rem .9rem;font-size:.82rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.camera-switch-button:active{transform:translateY(-50%) scale(.96)}.camera-switch-button:disabled{opacity:.4;cursor:default}.screen-flash-toggle{position:absolute;top:calc(1rem + env(safe-area-inset-top,0px));left:1rem;background:#00000080;border:1px solid rgba(255,255,255,.25);color:var(--fg);border-radius:999px;padding:.5rem .85rem;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.screen-flash-toggle.is-on{background:#2ec5a8d9;color:#042b22;border-color:transparent}.screen-flash-toggle:disabled{opacity:.5;cursor:default}.screen-flash{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:9999}.batch-screen{justify-content:flex-start;align-items:stretch;gap:.6rem;overflow-y:auto;padding:calc(1rem + env(safe-area-inset-top,0px)) .75rem calc(1.5rem + env(safe-area-inset-bottom,0px));background:#0b0b0b}.batch-screen>*{flex-shrink:0}.batch-title{margin:0;text-align:center;font-size:1.1rem}.batch-progress{margin:0;text-align:center;color:var(--muted);font-size:.9rem}.batch-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.batch-table{width:100%;border-collapse:collapse;font-size:.74rem;font-variant-numeric:tabular-nums}.batch-table th,.batch-table td{padding:.3rem .4rem;text-align:right;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.08)}.batch-table th{color:#ffffff73;text-transform:uppercase;font-size:.66rem}.batch-table th:first-child,.batch-table td:first-child{text-align:left}.batch-name{max-width:9rem;overflow:hidden;text-overflow:ellipsis}.batch-row--error td{color:var(--danger)}.batch-row--segbad td{color:#e0a82e}.batch-row--total td{border-top:1px solid rgba(255,255,255,.25);font-weight:700}.batch-subtitle{margin:.2rem 0 0;text-align:center;font-size:.9rem;color:#ffffffbf}.batch-screen .analyze-actions{align-self:center}.gallery-upload{position:absolute;top:calc(1rem + env(safe-area-inset-top,0px));right:1rem;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;z-index:5}.gallery-upload-button{background:#00000080;border:1px solid rgba(255,255,255,.25);color:var(--fg);border-radius:999px;padding:.5rem .85rem;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.capture-button{width:74px;height:74px;border-radius:50%;background:#fff;border:4px solid rgba(255,255,255,.45);box-shadow:0 0 0 2px #00000059;cursor:pointer;transition:transform .05s ease,opacity .15s ease}.capture-button:active{transform:scale(.92)}.capture-button:disabled{opacity:.4;cursor:default}.gallery-pick-button{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);width:46px;height:46px;display:grid;place-items:center;background:#00000080;border:1px solid rgba(255,255,255,.25);color:var(--fg);border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.gallery-pick-button svg{width:22px;height:22px;display:block}.gallery-pick-button:active{transform:translateY(-50%) scale(.96)}.gallery-pick-button:disabled{opacity:.4;cursor:default}.camera-error-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.review-upload-note{margin:0;text-align:center;border-radius:12px;padding:.7rem 1rem;font-size:.85rem;line-height:1.4;color:#7a6266;background:#faf3f4;border:1px solid #ecdcdf}.review-screen{background:#fbf2f1;color:#4a3338;padding:calc(1rem + env(safe-area-inset-top,0px)) 1rem calc(1.5rem + env(safe-area-inset-bottom,0px));gap:1rem}.review-title{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.3rem;color:#4a3338;text-align:center}.review-image-wrap{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.review-image{max-width:100%;max-height:100%;border-radius:14px;object-fit:contain;border:1px solid #f0dad8}.review-banner{text-align:center;border-radius:12px;padding:.8rem 1rem;font-size:.95rem;line-height:1.35}.review-banner--ok{background:#f4dde1;color:#8a4a5c}.review-banner--error{background:#fae3d4;color:#9a5a3a}.review-controls{display:flex;gap:.75rem}.review-controls .proto-btn{flex:1}.legal-page{background:#fbf2f1;color:#4a3338;align-items:center;justify-content:flex-start;overflow-y:auto;padding:calc(1.5rem + env(safe-area-inset-top,0px)) 1.1rem calc(2.5rem + env(safe-area-inset-bottom,0px))}.legal-back{width:100%;max-width:42rem;margin:0 auto 1rem;color:#8a4a5c;font-size:.9rem;font-weight:600;text-decoration:none}.legal-doc{width:100%;max-width:42rem;margin:0 auto}.legal-doc h1{margin:0 0 .5rem;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.7rem;line-height:1.2;color:#4a3338}.legal-doc h2{margin:1.8rem 0 .5rem;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.25rem;color:#4a3338}.legal-doc h3{margin:1.2rem 0 .4rem;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.05rem;color:#8a4a5c}.legal-doc p{margin:0 0 .85rem;font-size:.95rem;line-height:1.6}.legal-doc ul{margin:0 0 .95rem;padding-left:1.2rem}.legal-doc li{margin:0 0 .3rem;font-size:.95rem;line-height:1.5}.legal-doc strong{font-weight:600;color:#4a3338}.proto-feedback{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin:.5rem 0 .25rem}.proto-feedback-pergunta{margin:0;font-size:.9rem;color:#7a6266;text-align:center}.proto-feedback-sub{margin:-.35rem 0 0;font-size:.78rem;color:#998083;text-align:center}.proto-feedback-botoes{display:flex;gap:.75rem}.proto-feedback-voto{width:48px;height:48px;display:grid;place-items:center;font-size:1.3rem;line-height:1;background:#f4dde1;border:1px solid #e2c9ce;border-radius:999px;cursor:pointer;transition:transform .05s ease,background .15s ease}.proto-feedback-voto:active{transform:scale(.94)}.proto-feedback-voto:disabled{opacity:.5;cursor:default}.proto-feedback-obrigado{margin:0;font-size:.9rem;font-weight:600;color:#8a4a5c;text-align:center}.proto-feedback-erro{margin:0;font-size:.82rem;color:#9a5a3a;text-align:center}.camera-error,.done-screen{align-items:center;justify-content:center;text-align:center;gap:1rem;padding:2rem 1.5rem calc(2rem + env(safe-area-inset-bottom,0px))}.camera-error-title,.done-title{margin:0;font-size:1.4rem}.camera-error-text,.done-text{margin:0;max-width:30rem;color:var(--muted);line-height:1.5}.done-image{max-width:100%;max-height:55vh;border-radius:14px;object-fit:contain}.analyze-screen{align-items:center;justify-content:center;gap:1rem;padding:calc(1.5rem + env(safe-area-inset-top,0px)) 1rem calc(1.5rem + env(safe-area-inset-bottom,0px));background:#0b0b0b}.analyze-title{margin:0;font-size:1.3rem;text-align:center}.analyze-text{margin:0;max-width:30rem;color:var(--muted);text-align:center;line-height:1.5}.analyze-image-wrap{flex:1;min-height:0;width:100%;display:flex;align-items:center;justify-content:center}.analyze-image{max-width:100%;max-height:100%;border-radius:14px;object-fit:contain}.debug-readout{margin:0;font-size:.95rem;color:var(--muted);text-align:center}.debug-readout strong{color:var(--fg)}.analyze-suggestion{margin:0;max-width:30rem;text-align:center;font-size:.9rem;line-height:1.4;color:#ffd479;background:#ffc4001f;border:1px solid rgba(255,196,0,.3);border-radius:12px;padding:.7rem 1rem}.analyze-screen--debug{justify-content:flex-start;gap:.6rem;overflow-y:auto}.analyze-screen--debug>*{flex-shrink:0}.analyze-screen--debug .analyze-image-wrap{flex:none;width:100%}.analyze-screen--debug .analyze-image{max-height:38vh}.debug-mini{margin:0;max-width:32rem;text-align:center;font-size:.78rem;line-height:1.35;color:var(--muted);font-variant-numeric:tabular-nums}.analyze-label{margin:.2rem 0 0;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#ffffff73}.seg-control{display:flex;width:100%;max-width:28rem;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.seg-control-btn{flex:1;padding:.5rem .4rem;background:#ffffff0f;color:var(--muted);border:none;font-size:.82rem;font-weight:600;cursor:pointer}.seg-control-btn+.seg-control-btn{border-left:1px solid rgba(255,255,255,.15)}.seg-control-btn.is-active{background:var(--accent);color:#042b22}.history-toggle{width:100%;max-width:28rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);color:var(--fg);border-radius:10px;padding:.55rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer}.history-panel{width:100%;max-width:28rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.history-list{width:100%;display:flex;flex-direction:column;gap:2px}.history-row{display:flex;padding:.3rem .2rem;border-radius:6px;background:#ffffff0a;font-size:.74rem;color:var(--fg);font-variant-numeric:tabular-nums}.history-row span{flex:1;text-align:center}.history-row--head{background:transparent;color:#ffffff73;text-transform:uppercase;font-size:.66rem;letter-spacing:.03em}.analyze-actions{display:flex;gap:.75rem;width:100%;max-width:28rem}.analyze-actions .btn{flex:1}.spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(255,255,255,.2);border-top-color:var(--accent);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.proto-screen{color-scheme:light;background:#fbf2f1;color:#4a3338;align-items:center;justify-content:flex-start;gap:1rem;overflow-y:auto;padding:calc(1.75rem + env(safe-area-inset-top,0px)) 1.1rem calc(1.75rem + env(safe-area-inset-bottom,0px))}.proto-screen>*{flex-shrink:0}.proto-header,.proto-card,.proto-footer,.proto-photo-wrap,.proto-actions{width:100%;max-width:30rem}.proto-screen--center{justify-content:center;text-align:center;gap:1.1rem}.proto-entry{background:radial-gradient(135% 70% at 50% -10%,rgba(176,102,122,.1),transparent 60%),linear-gradient(180deg,#fdf6f5,#fbf2f1 45%,#f3dce0)}.proto-steps{list-style:none;width:100%;max-width:30rem;margin:0 auto;padding:0;display:flex;flex-direction:column;gap:.85rem;text-align:left}.proto-step{display:flex;align-items:center;gap:.8rem}.proto-step-num{flex:none;width:2rem;height:2rem;display:grid;place-items:center;border-radius:999px;background:#f4dde1;color:#8a4a5c;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1rem}.proto-step-text{margin:0;font-size:.95rem;line-height:1.35;color:#4a3338}.proto-free-badge{align-self:center;padding:.3rem .85rem;border-radius:999px;background:#f4dde1;color:#8a4a5c;font-size:.8rem;font-weight:600;line-height:1.2}.proto-entry-blog{position:absolute;top:calc(1rem + env(safe-area-inset-top,0px));right:1.1rem;color:#8a4a5c;font-size:.9rem;font-weight:600;text-decoration:none;z-index:2}.proto-header{text-align:center;margin-top:.5rem}.proto-title{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.5rem;line-height:1.25;color:#4a3338}.proto-subtitle{margin:.4rem auto 0;max-width:26rem;font-size:.92rem;line-height:1.45;color:#998083}.proto-photo-wrap{display:flex;justify-content:center}.proto-photo{max-width:100%;max-height:30vh;border-radius:16px;object-fit:contain;border:1px solid #f0dad8}.proto-mirror{position:relative;display:inline-block;overflow:hidden;border-radius:16px;max-width:100%}.proto-mirror .proto-photo{display:block}.proto-scan{position:absolute;left:0;right:0;top:0;height:30%;pointer-events:none;background:linear-gradient(to bottom,#fff0,#ffffff8c,#fff0);animation:proto-scan-sweep 2s linear infinite}@keyframes proto-scan-sweep{0%{transform:translateY(-110%)}to{transform:translateY(440%)}}.proto-mirror-caption{position:absolute;left:0;right:0;bottom:0;margin:0;padding:.55rem .75rem calc(.55rem + env(safe-area-inset-bottom,0px));font-size:.85rem;color:#fffdfc;text-align:center;background:linear-gradient(to top,#4a333880,#4a333800)}@media (prefers-reduced-motion: reduce){.proto-scan{animation:none;opacity:0}}.proto-card{background:#fffdfc;border:1px solid #f0e4e2;border-radius:16px;padding:1.1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 1px 2px #4a33380a}.proto-card-title{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.18rem;color:#4a3338}.proto-card-desc{margin:-.2rem 0 0;font-size:.86rem;line-height:1.45;color:#998083}.proto-spectrum{position:relative;padding:.55rem 0}.proto-bands{display:flex;gap:4px;height:14px}.proto-band{flex:1;border-radius:7px}.proto-gradient{height:14px;border-radius:7px;background:linear-gradient(90deg,#7b8cb0,#c99a6a,#b0667a)}.proto-axis-labels{display:flex;justify-content:space-between;margin-top:.3rem}.proto-axis-label{font-size:.72rem;line-height:1.3;color:#998083}.proto-marker{position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:#fffdfc;border:3px solid #8a4a5c;box-shadow:0 0 0 3px #b0667a2e;transform:translate(-50%,-50%);transition:left .4s ease}.proto-labels{display:flex;gap:4px}.proto-label{flex:1;text-align:center;font-size:.72rem;line-height:1.3;color:#998083}.proto-label.is-active{color:#8a4a5c;font-weight:500}.proto-readout{margin:0;font-size:.9rem;line-height:1.45;color:#4a3338;text-align:center}.proto-readout strong{color:#8a4a5c;font-weight:600}.proto-provisional{margin:0;text-align:center;font-size:.72rem;color:#b9a3a5;font-style:italic}.proto-note{margin:0;background:#f7ebef;color:#6e3b4c;border-radius:12px;padding:.7rem .85rem;font-size:.84rem;line-height:1.45}.proto-guide{margin-top:.2rem;padding-top:.85rem;border-top:1px solid #f0e4e2;display:flex;flex-direction:column;gap:.5rem}.proto-guide-summary{margin:0;font-size:.8rem;line-height:1.45;color:#998083}.proto-guide-toggle{align-self:flex-start;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;font:inherit;font-size:.8rem;font-weight:600;color:#8a4a5c;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.proto-guide-toggle:active{opacity:.7}.proto-guide-detail{display:flex;flex-direction:column;gap:.7rem;margin-top:.15rem}.proto-guide-dir{display:flex;flex-direction:column;gap:.35rem}.proto-guide-dir-title{margin:0;font-size:.86rem;font-weight:600;color:#8a4a5c}.proto-guide-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.proto-guide-item{font-size:.82rem;line-height:1.4;color:#4a3338}.proto-guide-class{font-weight:500}.proto-guide-inci{color:#998083}.proto-guide-tradeoff{display:block;margin-top:.1rem;font-size:.74rem;font-style:italic;color:#b9a3a5}.proto-evi{display:inline-block;font-size:.66rem;padding:1px 7px;border-radius:999px;white-space:nowrap;vertical-align:1px}.proto-evi--forte{background:#e8f0ea;color:#3f6b52}.proto-evi--moderada{background:#f3ece2;color:#8a6a3f}.proto-pending{display:flex;align-items:center;gap:.6rem;color:#998083;font-size:.88rem}.proto-pending-text{margin:0;color:#998083;font-size:.88rem;line-height:1.45}.proto-footer{margin:.4rem auto 0;text-align:center;font-size:.85rem;line-height:1.5;color:#998083}.proto-banner{display:flex;align-items:flex-start;gap:.5rem;margin:0 0 .75rem;padding:.6rem .75rem;background:#faf3f4;border:1px solid #ecdcdf;border-radius:10px}.proto-banner-text{flex:1;margin:0;font-size:.82rem;line-height:1.45;color:#7a6266}.proto-banner-close{flex:none;padding:.1rem .25rem;border:none;background:none;cursor:pointer;font-size:1.1rem;line-height:1;color:#998083}.proto-actions{display:flex;gap:.75rem;justify-content:center}.proto-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:999px;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .05s ease,opacity .15s ease}.proto-btn:active{transform:scale(.97)}.proto-btn--solid{background:#8a4a5c;color:#fffdfc;border:none}.proto-btn--ghost{background:transparent;color:#8a4a5c;border:1px solid #e2c9ce}.proto-pulse{width:40px;height:40px;border-radius:50%;background:#b0667a;opacity:.5;animation:proto-pulse 1.2s ease-in-out infinite}.proto-pulse--sm{width:20px;height:20px}@keyframes proto-pulse{0%,to{transform:scale(.8);opacity:.35}50%{transform:scale(1.05);opacity:.6}}.proto-reco{width:100%;max-width:30rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.4rem}.proto-reco-cta{width:100%;text-align:center;line-height:1.3}.proto-reco-neutral{margin:0;max-width:26rem;text-align:center;font-size:.78rem;line-height:1.4;color:#998083}.proto-rec-group{display:flex;flex-direction:column;gap:.45rem}.proto-rec-group-title{margin:0;font-size:.9rem;font-weight:600;color:#8a4a5c}.proto-rec-group--cuidado{background:#f7ebef;border-left:3px solid #8a4a5c;border-radius:10px;padding:.7rem .85rem}.proto-rec-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}.proto-rec-item{display:flex;flex-direction:column;gap:.15rem}.proto-rec-label{font-size:.9rem;font-weight:600;color:#4a3338}.proto-rec-motivo{margin:0;font-size:.82rem;line-height:1.45;color:#6e3b4c}.proto-rec-detalhe{margin:.25rem 0 0;padding-left:1.05rem;display:flex;flex-direction:column;gap:.3rem}.proto-rec-detalhe-item{font-size:.78rem;line-height:1.4;color:#998083}.proto-rec-notas{margin:.2rem 0 0;padding:.7rem 0 0;list-style:none;display:flex;flex-direction:column;gap:.4rem;border-top:1px solid #f0e4e2}.proto-rec-nota{font-size:.8rem;line-height:1.45;color:#6e3b4c}.proto-rec-nota--alerta{color:#8a4a5c;font-weight:500}.proto-rec-empty{margin:0;font-size:.84rem;line-height:1.45;color:#998083}.proto-rec-refazer{align-self:flex-start}.proto-prod-magro{margin:0;font-size:.84rem;line-height:1.45;color:#998083}.proto-prod-chips{display:flex;gap:.45rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:.1rem 0 .2rem;padding-bottom:.15rem}.proto-prod-chips::-webkit-scrollbar{display:none}.proto-prod-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:.8rem;font-weight:600;color:#4a3338;background:#fffdfc;border:1px solid #e2c9ce;border-radius:999px;padding:.35rem .8rem;transition:background .15s ease,border-color .15s ease,color .15s ease}.proto-prod-chip--ativo{background:#8a4a5c;border-color:#8a4a5c;color:#fffdfc}.proto-prod-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.proto-prod-chip-dot--bastante{background:#8a4a5c}.proto-prod-chip-dot--em_parte{background:#cfa3b1}.proto-prod-chip-dot--pouco{background:#ddc9cf}.proto-prod-chip--ativo .proto-prod-chip-dot--bastante{background:#fffdfc}.proto-prod-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}.proto-prod-card{display:flex;flex-direction:column;gap:.15rem;background:#fffdfc;border:1px solid #f0e4e2;border-radius:12px;padding:.7rem .85rem}.proto-prod-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.proto-prod-marca{font-size:.92rem;font-weight:600;color:#8a4a5c}.proto-prod-nome{margin:0;font-size:.88rem;line-height:1.35;color:#4a3338}.proto-prod-cat{margin:0;font-size:.74rem;color:#998083}.proto-prod-selo{flex-shrink:0;font-size:.68rem;font-weight:600;white-space:nowrap;padding:2px 9px;border-radius:999px}.proto-prod-selo--bastante{background:#8a4a5c;color:#fffdfc}.proto-prod-selo--em_parte{background:#f7ebef;color:#8a4a5c;border:1px solid #e2c9ce}.proto-prod-selo--pouco{background:transparent;color:#998083;border:1px solid #e9dcde}.proto-prod-fallback{margin:.5rem 0 0;font-size:.78rem;color:#998083;text-align:center}.proto-quiz-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.1rem;background:#4a333873;color-scheme:light;overscroll-behavior:contain;animation:proto-quiz-fade-in .18s ease}.proto-quiz-modal{position:relative;width:100%;max-width:30rem;max-height:88vh;overflow-y:auto;overscroll-behavior:contain;background:#fbf2f1;color:#4a3338;border-radius:20px;padding:1.6rem 1.25rem calc(1.3rem + env(safe-area-inset-bottom,0px));box-shadow:0 14px 44px #4a333847;animation:proto-quiz-card-rise .22s ease}.proto-quiz-close{position:absolute;top:.7rem;right:.7rem;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#998083;font-size:1.4rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.proto-quiz-close:hover,.proto-quiz-close:active{background:#f0e4e2;color:#4a3338}.proto-quiz-stepper{display:flex;align-items:center;justify-content:center;margin:.5rem 0 1.3rem}.proto-quiz-dot{width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.8rem;font-weight:600;background:#fffdfc;color:#b9a3a5;border:1.5px solid #e2c9ce;transition:background .2s ease,color .2s ease,border-color .2s ease}.proto-quiz-dot.is-current{background:#8a4a5c;color:#fffdfc;border-color:#8a4a5c}.proto-quiz-dot.is-done{color:#8a4a5c;border-color:#8a4a5c}.proto-quiz-connector{width:30px;height:2px;flex-shrink:0;background:#e2c9ce;transition:background .2s ease}.proto-quiz-connector.is-filled{background:#8a4a5c}.proto-quiz-step{animation:proto-quiz-step-in-fwd .25s ease}.proto-quiz-step--back{animation-name:proto-quiz-step-in-back}.proto-quiz-step-title{margin:0 0 .8rem;font-family:Georgia,Times New Roman,serif;font-weight:600;font-size:1.25rem;text-align:center;color:#4a3338}.proto-quiz-step-sub{margin:-.4rem 0 .9rem;text-align:center;font-size:.82rem;line-height:1.4;color:#998083}.proto-quiz-options{display:flex;flex-direction:column;gap:.6rem}.proto-quiz-option{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;background:#fffdfc;border:1.5px solid #f0e4e2;border-radius:14px;padding:1rem 1.1rem;font:inherit;font-size:.95rem;color:#4a3338;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .05s ease}.proto-quiz-option:active{transform:scale(.99)}.proto-quiz-option.is-selected{border-color:#8a4a5c;background:#faf0f2;box-shadow:0 0 0 3px #b0667a2e}.proto-quiz-nav{display:flex;justify-content:space-between;gap:.75rem;margin-top:1.3rem}.proto-quiz-nav .proto-btn:disabled{opacity:.4;cursor:default}.proto-quiz-clima{display:flex;flex-direction:column;justify-content:center;gap:.6rem;min-height:6rem}.proto-quiz-clima--center{align-items:center;text-align:center}.proto-quiz-clima-actions{display:flex;flex-direction:column;gap:.6rem}.proto-quiz-clima-actions .proto-btn{width:100%}.proto-quiz-clima .proto-btn:disabled{opacity:.4;cursor:default}.proto-quiz-clima-feedback{margin:.6rem 0 0;font-size:.95rem;line-height:1.45;color:#4a3338}.proto-quiz-clima-feedback strong{color:#8a4a5c;font-weight:600}@keyframes proto-quiz-fade-in{0%{opacity:0}to{opacity:1}}@keyframes proto-quiz-card-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes proto-quiz-step-in-fwd{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes proto-quiz-step-in-back{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: reduce){.proto-quiz-overlay,.proto-quiz-modal,.proto-quiz-step,.proto-quiz-step--back,.proto-quiz-clima .proto-pulse{animation:none}}
