:root{--space-1:0.5rem;--space-2:0.75rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--radius:0.9rem;--touch:44px;--fg:#2e3822;--fg-muted:#5c6349;--bg:#eae3ce;--surface:#f7f3e7;--bg-subtle:#e2dbc4;--border:#d8cfb4;--accent:#3d4a2a;--accent-fg:#f7f3e7;--danger:#a3301f;--shadow-card:0 2px 10px rgba(46,56,34,0.08);--maxw:480px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fg);background:var(--bg-subtle);line-height:1.5;-webkit-font-smoothing:antialiased}.container{max-width:var(--maxw);margin:0 auto;padding:var(--space-4) var(--space-3);min-height:100dvh;background:var(--bg)}.stack{gap:var(--space-3)}.stack,.stack-tight{display:flex;flex-direction:column}.stack-tight{gap:var(--space-1)}h1{font-size:1.5rem;margin:0 0 var(--space-2)}h2{font-size:1.15rem;margin:0 0 var(--space-1)}p{margin:0}.muted{color:var(--fg-muted);font-size:.9rem}.field{display:flex;flex-direction:column;gap:var(--space-1)}.field>label{font-weight:600;font-size:.95rem}.field>input,.field>select,.field>textarea{width:100%;min-height:var(--touch);padding:var(--space-2);font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg)}.field>input:focus,.field>textarea:focus{outline:2px solid var(--accent);outline-offset:1px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:var(--touch);padding:var(--space-2) var(--space-4);font-size:1rem;font-weight:600;border:1px solid transparent;border-radius:var(--radius);background:var(--accent);color:var(--accent-fg);cursor:pointer;text-decoration:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--bg);color:var(--fg);border-color:var(--border)}.btn-full{width:100%}.link{color:var(--accent);font-weight:600}.form-error{color:var(--danger);border:1px solid var(--danger);border-radius:var(--radius);background:#fef3f2}.form-error,.notice{font-size:.95rem;padding:var(--space-2)}.notice{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-subtle)}.checkbox-field{display:flex;align-items:flex-start;gap:var(--space-2);padding:var(--space-1) 0;min-height:var(--touch);cursor:pointer}.checkbox-field input[type=checkbox]{width:1.35rem;height:1.35rem;min-width:1.35rem;margin-top:.15rem;accent-color:var(--accent)}.checkbox-title{font-weight:600}.consent-scope{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);background:var(--bg)}.section-progress{display:flex;flex-wrap:wrap;gap:var(--space-1)}.section-dot{font-size:.75rem;padding:.25rem .6rem;border-radius:1rem;background:var(--bg-subtle);color:var(--fg-muted);border:1px solid var(--border)}.section-dot.current{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.section-dot.done{background:#dbe7db;color:var(--accent);border-color:#dbe7db}.question{padding-bottom:var(--space-3);border-bottom:1px solid var(--bg-subtle)}.question-title{font-weight:600;margin-bottom:var(--space-2)}.required-mark{color:var(--danger)}.options-list{flex-direction:column}.option-row,.options-list{display:flex;gap:var(--space-2)}.option-row{align-items:flex-start;padding:var(--space-2);min-height:var(--touch);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);cursor:pointer}.option-row.selected{border-color:var(--accent);background:#f0f4f0}.option-row input[type=checkbox],.option-row input[type=radio]{width:1.25rem;height:1.25rem;min-width:1.25rem;margin-top:.1rem;accent-color:var(--accent)}.option-row.other-row{flex-direction:column}.other-check{display:flex;align-items:center;gap:var(--space-2);cursor:pointer}.other-field{width:100%;min-height:var(--touch);margin-top:var(--space-2);padding:var(--space-2);font-size:1rem;border:1px solid var(--border);border-radius:var(--radius)}.scale{flex-direction:column}.scale,.scale-buttons{display:flex;gap:var(--space-1)}.scale-buttons button{flex:1 1;min-height:var(--touch);font-size:1rem;font-weight:600;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg);cursor:pointer}.scale-buttons button.active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.scale-ends{display:flex;justify-content:space-between;font-size:.8rem}.answer-textarea{width:100%;padding:var(--space-2);font-size:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg);resize:vertical}.day-header,.wizard-nav{display:flex;gap:var(--space-2)}.day-header{align-items:center;justify-content:space-between}.day-nav{min-width:var(--touch);min-height:var(--touch);font-size:1.5rem;line-height:1;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg);cursor:pointer}.day-nav:disabled{opacity:.4;cursor:not-allowed}.day-label{text-align:center;display:flex;flex-direction:column;gap:2px;text-transform:capitalize}.chips{display:flex;flex-wrap:wrap;gap:var(--space-1)}.chip{min-height:var(--touch);padding:var(--space-2) var(--space-3);font-size:.95rem;border:1px solid var(--border);border-radius:1.5rem;background:var(--bg);color:var(--fg);cursor:pointer}.chip.active{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.time-input{min-height:var(--touch);padding:var(--space-2);font-size:1rem;color:var(--fg)}.meal-card,.time-input{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.meal-card{padding:var(--space-3)}.meal-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--space-2)}.meal-time{color:var(--fg-muted);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.body-status{margin-top:var(--space-1);padding-top:var(--space-2);border-top:1px solid var(--bg-subtle);display:flex;flex-direction:column;gap:var(--space-1);align-items:flex-start}.body-values{display:flex;flex-wrap:wrap;gap:var(--space-3)}.body-value{font-size:.9rem}.meal-actions{display:flex;gap:var(--space-4);margin-top:var(--space-1)}.link-button{background:none;border:none;padding:0;font:inherit;font-size:.9rem;font-weight:600;color:var(--accent);cursor:pointer}.link-button.danger{color:var(--danger)}.link-button:disabled{opacity:.55;cursor:not-allowed}.form-card{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);background:var(--bg-subtle)}.scale-field{display:flex;flex-direction:column;gap:var(--space-1)}.scale-field-label{font-weight:600}.registro-footer{margin-top:var(--space-4);text-align:center}.app-shell{min-height:100dvh}.app-header{display:flex;align-items:center;justify-content:space-between;max-width:var(--maxw);margin:0 auto;padding:var(--space-2) var(--space-3);background:var(--bg);border-bottom:1px solid var(--bg-subtle)}.app-title{font-weight:700}.app-shell .container{min-height:auto;padding-bottom:calc(64px + var(--space-4))}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--bg);border-top:1px solid var(--border)}.bottom-nav-inner{max-width:var(--maxw);margin:0 auto;display:flex}.nav-tab{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--space-1) 0;min-height:56px;justify-content:center;text-decoration:none;color:var(--fg-muted);font-size:.7rem}.nav-tab.active{color:var(--accent);font-weight:700}.nav-icon{font-size:1.25rem;line-height:1}.espelho-line{color:var(--accent)}.espelho-line-head{display:flex;justify-content:space-between;align-items:baseline;color:var(--fg)}.sparkline{display:block;color:var(--accent)}.count-bars{display:flex;flex-direction:column;gap:var(--space-1)}.count-bar-row{display:grid;grid-template-columns:6.5rem 1fr 2rem;align-items:center;grid-gap:var(--space-2);gap:var(--space-2)}.count-bar-label{font-size:.9rem}.count-bar-track{background:var(--bg-subtle);border-radius:1rem;height:.75rem;overflow:hidden}.count-bar-fill{display:block;height:100%;background:var(--accent)}.count-bar-value{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.9rem}.foods-two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--space-3);gap:var(--space-3)}.foods-two-col h3{font-size:1rem;margin:0}.word-list{margin:var(--space-1) 0 0;padding-left:1.1rem}.word-list li{margin-bottom:2px}.add-question,.question-list{display:flex;flex-direction:column;gap:var(--space-2)}.question-list{list-style:none;margin:0;padding:0}.question-item{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-2);padding:var(--space-2);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg)}.question-item.done .question-check span{text-decoration:line-through;color:var(--fg-muted)}.question-check{display:flex;align-items:flex-start;gap:var(--space-2);cursor:pointer}.question-check input[type=checkbox]{width:1.25rem;height:1.25rem;min-width:1.25rem;margin-top:.15rem;accent-color:var(--accent)}.metodo-lead{font-size:1.1rem;line-height:1.6}.placeholder-box{border:2px dashed var(--border);border-radius:var(--radius);padding:var(--space-4);background:var(--bg-subtle);color:var(--fg-muted)}.app-shell{background:var(--bg)}.consent-scope,.form-card,.meal-card,.option-row,.question-item{background:var(--surface)}.form-card,.meal-card{box-shadow:var(--shadow-card)}.app-logo{height:26px;width:auto;display:block}.brand-mark{display:flex;justify-content:center;padding-bottom:var(--space-2)}.brand-mark img{height:34px;width:auto}.app-header{background-color:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cg fill='%23556b2f' fill-opacity='0.10'%3E%3Cellipse cx='30' cy='34' rx='13' ry='9' transform='rotate(-20 30 34)'/%3E%3Cellipse cx='96' cy='24' rx='10' ry='7' transform='rotate(15 96 24)'/%3E%3Cellipse cx='116' cy='96' rx='14' ry='10' transform='rotate(-10 116 96)'/%3E%3Cellipse cx='55' cy='104' rx='9' ry='7' transform='rotate(25 55 104)'/%3E%3Cellipse cx='78' cy='66' rx='7' ry='5'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:90px 90px;border-bottom:1px solid var(--border)}