:root{--flo-warm-white:#f5f2ee;--flo-teal:#5d8f93;--flo-teal-light:#8db5b9;--flo-apricot:#e8a06a;--flo-dark:#4a4748;--flo-wine:#77153c;--flo-surface:#fff;--flo-surface-soft:#ece7e0;--flo-border:#ddd5ca;--flo-success-bg:#eef4f0;--flo-warn-bg:#fbeee1;--flo-danger-bg:#f7e6ec;--font-heading:"Poppins", "Lato", system-ui, sans-serif;--font-body:"Lato", system-ui, sans-serif;--radius-lg:28px;--radius-md:18px;--radius-sm:12px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{background:var(--flo-warm-white);color:var(--flo-dark);font-family:var(--font-body);-webkit-tap-highlight-color:transparent;margin:0;padding:0}body{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-heading);margin:0 0 .4em;font-weight:600;line-height:1.25}p{margin:0 0 1em;line-height:1.5}button,input,select,textarea{font-family:inherit}a{color:var(--flo-wine)}#root{flex-direction:column;min-height:100vh;display:flex}.flo-app{background:var(--flo-warm-white);flex-direction:column;width:100%;max-width:480px;min-height:100vh;margin:0 auto;display:flex;position:relative}.flo-screen{padding:20px 20px calc(24px + env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:16px;display:flex}.flo-screen-parent{max-width:720px}.flo-header{align-items:center;gap:12px;padding:16px 20px 0;display:flex}.flo-header h1{flex:1;margin:0;font-size:1.05rem}.flo-header-companion{flex-shrink:0;width:auto;height:48px;display:block}.flo-back{background:var(--flo-surface);border:1px solid var(--flo-border);cursor:pointer;width:40px;height:40px;color:var(--flo-dark);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.flo-back:focus-visible,button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--flo-teal);outline-offset:2px}.flo-eyebrow{color:var(--flo-teal);letter-spacing:.02em;text-transform:uppercase;font-size:.8rem;font-weight:700}.flo-title{font-size:1.5rem}.flo-subtitle{color:var(--flo-dark);opacity:.75;font-size:.95rem}.flo-note{background:var(--flo-surface);border:1px solid var(--flo-border);border-radius:var(--radius-md);color:var(--flo-dark);opacity:.85;padding:14px 16px;font-size:.88rem}.flo-note.warn{background:var(--flo-warn-bg);border-color:#0000}.flo-disclaimer{color:var(--flo-dark);opacity:.6;text-align:center;padding:4px 8px;font-size:.78rem}.flo-btn{font-size:1rem;font-weight:700;font-family:var(--font-heading);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:56px;padding:16px 24px;transition:transform 80ms,filter .15s;display:flex}.flo-btn:active{transform:scale(.98)}.flo-btn:disabled{opacity:.45;cursor:not-allowed}.flo-btn-primary{background:var(--flo-teal);color:#fff}.flo-btn-primary:hover{filter:brightness(1.05)}.flo-btn-secondary{background:var(--flo-surface);color:var(--flo-dark);border:2px solid var(--flo-border)}.flo-btn-apricot{background:var(--flo-apricot);color:#fff}.flo-btn-ghost{color:var(--flo-teal);background:0 0;min-height:auto;padding:10px 12px}.flo-btn-wine{background:var(--flo-wine);color:#fff}.flo-btn-block{width:100%}.flo-card{background:var(--flo-surface);border-radius:var(--radius-lg);padding:20px;box-shadow:0 1px 2px #4a47480f}.flo-card-flat{background:var(--flo-surface);border-radius:var(--radius-md);border:1px solid var(--flo-border);padding:16px}.flo-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.flo-choice-grid.cols-1{grid-template-columns:minmax(0,1fr)}.flo-choice-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flo-choice-card{overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;background:var(--flo-surface);border:2px solid var(--flo-border);border-radius:var(--radius-md);cursor:pointer;text-align:center;min-width:0;min-height:96px;font-family:var(--font-heading);color:var(--flo-dark);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px 10px;font-size:.92rem;font-weight:600;display:flex}.flo-choice-card .icon{justify-content:center;align-items:center;height:44px;font-size:2rem;line-height:1;display:flex}.flo-choice-card .icon img{object-fit:contain;width:auto;max-width:64px;height:100%}.flo-choice-card.selected{border-color:var(--flo-teal);background:var(--flo-success-bg);color:var(--flo-teal)}.flo-choice-card.big{min-height:140px;font-size:1.1rem}.flo-choice-card.big .icon{height:64px;font-size:2.8rem}.flo-choice-card.big .icon img{max-width:88px}.flo-kid-tile{border-radius:var(--radius-lg);min-height:160px;font-size:1.4rem}.flo-kid-tile .icon{height:76px}.flo-kid-tile .icon img{max-width:96px}.flo-pill-row{flex-wrap:wrap;gap:8px;display:flex}.flo-pill{border:2px solid var(--flo-border);background:var(--flo-surface);cursor:pointer;color:var(--flo-dark);border-radius:999px;padding:10px 16px;font-size:.88rem}.flo-pill.selected{border-color:var(--flo-teal);background:var(--flo-teal);color:#fff}.flo-field{flex-direction:column;gap:6px;display:flex}.flo-field label{font-size:.9rem;font-weight:700}.flo-input,.flo-select,.flo-textarea{border:2px solid var(--flo-border);border-radius:var(--radius-sm);background:var(--flo-surface);color:var(--flo-dark);padding:12px 14px;font-size:1rem}.flo-textarea{resize:vertical;min-height:90px}.flo-spacer{flex:1}.flo-progress{gap:6px;padding:0 20px;display:flex}.flo-progress .dot{background:var(--flo-border);border-radius:999px;flex:1;height:6px}.flo-progress .dot.done{background:var(--flo-teal)}.flo-companions{justify-content:center;gap:18px;margin:6px 0;font-size:3.2rem;display:flex}.flo-placeholder-figure{background:var(--flo-surface-soft);border:2px dashed var(--flo-teal-light);width:84px;height:84px;color:var(--flo-teal);border-radius:50%;justify-content:center;align-items:center;font-size:2.2rem;display:flex}.flo-logo-placeholder{font-family:var(--font-heading);color:var(--flo-teal);letter-spacing:.02em;border:2px dashed var(--flo-teal-light);border-radius:var(--radius-sm);padding:6px 14px;font-size:.85rem;font-weight:700;display:inline-block}.flo-timeline{flex-direction:column;gap:10px;display:flex}.flo-timeline-item{background:var(--flo-surface);border-radius:var(--radius-md);border:1px solid var(--flo-border);gap:12px;padding:12px 14px;display:flex}.flo-timeline-time{color:var(--flo-teal);font-weight:700;font-family:var(--font-heading);min-width:54px}.flo-tag{background:var(--flo-surface-soft);color:var(--flo-dark);border-radius:999px;margin:2px 4px 0 0;padding:3px 10px;font-size:.74rem;display:inline-block}.flo-tabs{gap:6px;padding-bottom:4px;display:flex;overflow-x:auto}.flo-tab{background:var(--flo-surface);border:none;border:1px solid var(--flo-border);cursor:pointer;color:var(--flo-dark);font-size:.85rem;font-family:var(--font-heading);border-radius:999px;flex-shrink:0;padding:9px 14px}.flo-tab.active{background:var(--flo-teal);color:#fff;border-color:var(--flo-teal)}.flo-badge{font-size:.76rem;font-weight:700;font-family:var(--font-heading);border-radius:999px;align-items:center;gap:6px;padding:4px 12px;display:inline-flex}.flo-badge.too_little_data{background:var(--flo-surface-soft);color:var(--flo-dark)}.flo-badge.no_pattern{background:var(--flo-success-bg);color:var(--flo-teal)}.flo-badge.possible_tendency{background:var(--flo-warn-bg);color:var(--flo-apricot)}.flo-badge.recurring_pattern{background:var(--flo-danger-bg);color:var(--flo-wine)}.flo-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.flo-stat{background:var(--flo-surface);border-radius:var(--radius-md);border:1px solid var(--flo-border);padding:14px}.flo-stat .num{font-family:var(--font-heading);color:var(--flo-teal);font-size:1.5rem;font-weight:700}.flo-stat .label{opacity:.75;font-size:.78rem}.flo-list{flex-direction:column;gap:8px;display:flex}.flo-list-row{background:var(--flo-surface);border:1px solid var(--flo-border);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.flo-kid-mode .flo-choice-card{border-width:3px}.flo-fab-row{background:linear-gradient(to top, var(--flo-warm-white) 60%, transparent);gap:10px;padding-top:20px;display:flex;position:sticky;bottom:0}.flo-checkbox-row{background:var(--flo-surface);border:1px solid var(--flo-border);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:12px 14px;display:flex}.flo-trendbar{background:var(--flo-surface-soft);-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:999px;height:10px;overflow:hidden}.flo-trendbar-fill{background:var(--flo-teal);border-radius:999px 0 0 999px;height:100%}.flo-barchart{flex-direction:column;gap:8px;display:flex}.flo-barrow{grid-template-columns:minmax(90px,auto) 1fr 24px;align-items:center;gap:8px;font-size:.85rem;display:grid}.flo-barrow-track{background:var(--flo-surface-soft);-webkit-print-color-adjust:exact;print-color-adjust:exact;border-radius:999px;height:12px;overflow:hidden}.flo-barrow-fill{background:var(--flo-apricot);border-radius:999px;height:100%}.flo-barrow-value{text-align:right;font-weight:700;font-family:var(--font-heading);color:var(--flo-dark)}.flo-saved-hero{justify-content:center;display:flex;position:relative}.flo-saved-sparkle{font-size:1.6rem;animation:1.4s ease-in-out infinite flo-sparkle-pop;position:absolute}.flo-saved-sparkle-1{animation-delay:0s;top:-6px;left:18%}.flo-saved-sparkle-2{font-size:1.3rem;animation-delay:.3s;top:10px;right:16%}.flo-saved-sparkle-3{font-size:1.2rem;animation-delay:.6s;bottom:4px;left:8%}@keyframes flo-sparkle-pop{0%,to{opacity:.7;transform:scale(.85)rotate(-6deg)}50%{opacity:1;transform:scale(1.15)rotate(6deg)}}.flo-top-finding{background:var(--flo-warn-bg);border-radius:var(--radius-lg);-webkit-print-color-adjust:exact;print-color-adjust:exact;padding:20px}.flo-top-finding.empty{background:var(--flo-success-bg)}@media print{body{background:#fff}.flo-no-print{display:none!important}.flo-app{max-width:none}}
