:root{--bg: #ffffff;--bg-soft: #f5f5f4;--surface: #fbfbfa;--border: rgba(0, 0, 0, .09);--border-strong: rgba(0, 0, 0, .16);--text: #1d1d1f;--text-dim: #6e6e73;--text-faint: #98989d;--accent: #1b4332;--accent-soft: #d8f3dc;--accent-bright: #2d6a4f;--clay: #b5651d;--error: #c0392b;--forest: var(--accent);--gold: var(--accent-bright);--moss: var(--text-dim);--moss-soft: var(--text-faint);--ink: var(--text);--paper-line: var(--border);--parchment: var(--bg);--parchment-deep: var(--surface);--glass: var(--surface);--border-glass: var(--border);--border-glow: var(--accent-bright);--accent-glow: rgba(45, 106, 79, .18);--font-display: "Manrope", -apple-system, system-ui, sans-serif;--font-body: "Inter", -apple-system, system-ui, sans-serif}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);font-family:var(--font-body);background:var(--bg)}body:before{content:none}.logo{display:flex;align-items:center;gap:.5rem}.logo__text{font-family:var(--font-display);font-weight:700;font-size:1.25rem;letter-spacing:-.01em;color:var(--text)}.eyebrow{display:block;font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-bright);margin-bottom:.4rem}.gold-divider{display:flex;align-items:center;gap:.6rem;margin:1.75rem 0 1.25rem}.gold-divider:before,.gold-divider:after{content:"";flex:1;height:1px;background:var(--border)}.gold-divider__mark{width:6px;height:6px;background:var(--accent-bright);border-radius:50%;flex-shrink:0}.app,.hub{max-width:640px;margin:0 auto;padding:0 1.25rem 4rem;position:relative}.app h2{font-family:var(--font-display);font-weight:700;color:var(--text);margin-top:0;letter-spacing:-.015em}.app h3{font-family:var(--font-display);font-weight:600;color:var(--text);font-size:.95rem}.app__subtitle{color:var(--text-dim);margin:.5rem 0 1.75rem;font-size:1rem;line-height:1.5}.app__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-top:1.85rem}.app__nav{display:flex;gap:.4rem;flex-wrap:wrap}.app__nav button{background:var(--surface);border:1px solid var(--border);color:var(--text-dim);border-radius:980px;padding:.45rem .95rem;cursor:pointer;font-size:.78rem;font-weight:500;font-family:var(--font-body);transition:border-color .2s ease,color .2s ease,background-color .2s ease}.app__nav button:hover{border-color:var(--border-strong);color:var(--text);background:var(--bg-soft)}.app--auth{display:flex;flex-direction:column;align-items:center;max-width:640px;margin:0 auto;padding:0 1.25rem 4rem}.app__loading{text-align:center;margin-top:3rem;color:var(--text-dim)}.app__error{color:var(--error);background:#fdf0ee;border:1px solid #f3d5cf;border-radius:10px;padding:.65rem .9rem;font-size:.88rem}.dropzone{border:1.5px dashed var(--border-strong);background:var(--surface);border-radius:20px;padding:4rem 1.25rem;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.dropzone:hover{border-color:var(--accent-bright);background:var(--bg);transform:translateY(-2px)}.dropzone--active{border-color:var(--accent-bright);background:var(--accent-soft)}.dropzone--disabled{opacity:.45;cursor:not-allowed;transform:none}.dropzone__text{font-family:var(--font-display);font-weight:600;font-size:1.2rem;color:var(--text);margin:0 0 .35rem}.dropzone__hint{font-size:.82rem;color:var(--text-faint)}.image-uploader__error{color:var(--error);margin-top:.5rem;font-size:.85rem}.image-preview{background:var(--surface);border-radius:20px;padding:.85rem;border:1px solid var(--border)}.image-preview__img{max-width:100%;border-radius:14px;margin-bottom:.75rem;display:block}.image-preview__remove{background:none;border:none;color:var(--accent-bright);font-size:.85rem;font-weight:500;cursor:pointer;padding:0}.btn-primary{background:var(--accent);color:#fff;border:none;border-radius:980px;padding:.85rem 2rem;font-size:.95rem;font-family:var(--font-body);font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.btn-primary:hover:not(:disabled){background:var(--accent-bright);transform:translateY(-1px)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;transform:none}.diagnostic-result{margin-top:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:22px;overflow:hidden}.diagnostic-result h2,.diagnostic-result h3,.diagnostic-result>p,.diagnostic-result>ul,.diagnostic-result>ol{padding-left:1.6rem;padding-right:1.6rem}.diagnostic-result h2{padding-top:1.75rem;margin-bottom:.2rem;font-size:1.5rem}.diagnostic-result h3{text-transform:uppercase;font-size:.72rem;letter-spacing:.08em;font-family:var(--font-body);font-weight:700;color:var(--accent-bright);margin-top:1.5rem;margin-bottom:.5rem}.diagnostic-result__source{color:var(--text-dim);font-size:.88rem}.diagnostic-result ul,.diagnostic-result ol{padding-bottom:.5rem;margin-top:0}.diagnostic-result li{margin-bottom:.5rem;line-height:1.6;font-size:.94rem;color:var(--text)}.diagnostic-result ol:last-of-type{padding-bottom:1.75rem}.diagnostic-result__fiche-link{background:none;border:none;padding:0;color:var(--accent-bright);text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit}.auth-form,.profile-form{display:flex;flex-direction:column;gap:.6rem;max-width:380px;width:100%;margin-top:2rem;background:var(--surface);padding:2rem;border:1px solid var(--border);border-radius:22px}.auth-form h2{margin-top:0}.auth-form label,.profile-form label{font-size:.78rem;font-weight:500;color:var(--text-dim);margin-top:.4rem}.auth-form input,.profile-form input,.profile-form select{padding:.75rem .85rem;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:12px;font-family:var(--font-body);font-size:.95rem;transition:border-color .15s ease}.auth-form input:focus,.profile-form input:focus,.profile-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.auth-form__error,.profile-form__error{color:var(--error);font-size:.85rem}.auth-form__switch{background:none;border:none;color:var(--accent-bright);cursor:pointer;font-size:.85rem;font-weight:500;margin-top:.5rem;text-align:left;padding:0}.profile-form__hint{font-size:.86rem;color:var(--text-dim);margin-top:-.2rem;line-height:1.5}.profile-form__checkbox{display:flex;align-items:flex-start;gap:.5rem;font-size:.86rem;color:var(--text-dim)}.history{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:1.6rem;margin-top:1rem}.history__list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.55rem;margin:0}.history__item{display:flex;gap:.75rem;align-items:center;border:1px solid var(--border);border-radius:16px;padding:.65rem;background:var(--bg);transition:border-color .15s ease}.history__item:hover{border-color:var(--border-strong)}.history__thumb{width:52px;height:52px;object-fit:cover;border-radius:12px}.history__title{margin:0;font-weight:700;font-family:var(--font-display);color:var(--text)}.history__date{margin:0;font-size:.76rem;color:var(--text-faint)}.history__empty{color:var(--text-dim)}.paywall{max-width:380px;margin:2rem auto;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:28px;padding:2.75rem 2rem}.paywall h2{font-size:1.5rem}.paywall__price{font-family:var(--font-display);font-size:2.75rem;font-weight:800;color:var(--text);margin:.5rem 0 1.5rem;letter-spacing:-.02em}.paywall__price span{font-size:.95rem;font-weight:500;font-family:var(--font-body);color:var(--text-dim)}.paywall__features{list-style:none;padding:0;text-align:left;margin-bottom:1.75rem}.paywall__features li{padding:.65rem 0;border-bottom:1px solid var(--border);font-size:.9rem;color:var(--text-dim);display:flex;align-items:center}.paywall__features li:before{content:"";width:6px;height:6px;background:var(--accent-bright);border-radius:50%;margin-right:.7rem;flex-shrink:0}.paywall__hint{font-size:.78rem;color:var(--text-faint);margin-top:1.1rem}.product-suggestion{display:flex;align-items:center;gap:10px;margin:.55rem 1.6rem .9rem;padding:.65rem .9rem;background:var(--accent-soft);border:1px solid #b7e4c7;border-radius:14px;text-decoration:none;color:var(--text);max-width:380px;transition:transform .15s ease}.product-suggestion:hover{transform:translateY(-1px)}.product-suggestion__image{width:38px;height:38px;object-fit:cover;border-radius:8px;flex-shrink:0}.product-suggestion__info{flex:1;min-width:0}.product-suggestion__name{margin:0;font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-suggestion__price{margin:0;font-size:.8rem;color:var(--text-dim)}.product-suggestion__cta{font-size:.75rem;font-weight:600;color:var(--accent);white-space:nowrap;flex-shrink:0}.fiche-library{background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:1.75rem;margin-top:.5rem}.fiche-library__tabs{display:flex;gap:.4rem;margin:.5rem 0 1.3rem;flex-wrap:wrap}.fiche-library__tab{background:var(--bg);border:1px solid var(--border);color:var(--text-dim);border-radius:980px;padding:.42rem .95rem;font-size:.8rem;font-weight:500;cursor:pointer;font-family:var(--font-body);transition:all .15s ease}.fiche-library__tab--active{background:var(--accent);border-color:var(--accent);color:#fff}.fiche-library__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.fiche-library__item{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:.8rem 1.1rem;font-family:var(--font-display);font-weight:600;font-size:.97rem;color:var(--text);cursor:pointer;transition:border-color .15s ease}.fiche-library__item:hover{border-color:var(--border-strong)}.fiche-library__item-row{display:flex;align-items:center;gap:.6rem}.fiche-library__thumb{width:48px;height:48px;object-fit:cover;border-radius:10px;flex-shrink:0;border:1px solid var(--border)}.fiche-library__arrow{color:var(--accent-bright);font-family:var(--font-body)}.fiche-library__back{background:none;border:none;color:var(--accent-bright);cursor:pointer;font-size:.85rem;font-weight:500;padding:0;margin-bottom:1rem}.fiche-library__content{white-space:pre-line;line-height:1.7;font-size:.93rem;color:var(--text-dim)}.fiche-library__image{width:100%;height:220px;object-fit:cover;border-radius:16px;border:1px solid var(--border);margin:.75rem 0 1.25rem;display:block}.hub{max-width:100%;margin:0;padding:0}.hub__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;max-width:1100px;margin:0 auto}.hub__header button{background:transparent;border:1px solid var(--border);color:var(--text-dim);border-radius:980px;padding:.45rem .95rem;cursor:pointer;font-size:.78rem;font-family:var(--font-body)}.hub__brand{font-family:var(--font-display);font-weight:700;font-size:1.1rem;color:var(--text)}.hub__hero{position:relative;width:100%;height:min(78vh,640px);min-height:420px;background:linear-gradient(180deg,#0000000d,#0000008c),url(/images/hero-lawn.jpg) center / cover no-repeat,linear-gradient(160deg,#1b4332,#2d6a4f);display:flex;align-items:flex-end;padding:0 1.5rem 3.5rem}.hub__hero-content{max-width:1100px;margin:0 auto;width:100%}.hub__hero-eyebrow{display:block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffd9;margin-bottom:.6rem}.hub__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,6vw,4.2rem);line-height:1.02;letter-spacing:-.03em;color:#fff;margin:0 0 .75rem;max-width:14ch}.hub__hero-sub{font-size:1.05rem;color:#ffffffd1;max-width:42ch;line-height:1.5;margin:0}.hub__section{max-width:1100px;margin:0 auto;padding:3.5rem 1.5rem 4rem}.hub__cards{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 680px){.hub__cards{grid-template-columns:1fr 1fr}}.hub__card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:2rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;font-family:var(--font-body)}.hub__card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000014;border-color:var(--border-strong)}.hub__card--soon{opacity:.75}.hub__card-icon{margin-bottom:1rem;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);border-radius:14px}.hub__card-title{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--text);margin-bottom:.4rem;letter-spacing:-.01em}.hub__card-desc{font-size:.92rem;color:var(--text-dim);margin-bottom:1rem;line-height:1.55}.hub__card-status{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);border:1px solid var(--border);border-radius:980px;padding:.3rem .7rem}.hub__card-status--active{color:var(--accent);border-color:var(--accent-soft);background:var(--accent-soft)}.coming-soon{max-width:640px;margin:2rem auto 0;padding:0 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:22px;padding:1.75rem}.coming-soon__text{color:var(--text-dim);line-height:1.6;font-size:.94rem}.coming-soon__hint{font-size:.8rem;color:var(--text-faint)}.hub-logo{display:flex;align-items:center;gap:.55rem}.hub-logo__text{font-family:var(--font-display);font-weight:700;font-size:1.05rem;letter-spacing:-.01em;color:var(--text)}.hub-logo__ring{stroke:var(--accent);fill:none}.hub-logo__leaf{fill:var(--accent)}.hub-logo__vein{stroke:var(--bg)}.hub-logo__dot{fill:var(--accent)}.hub__hero-logo .hub-logo__ring,.hub__hero-logo .hub-logo__leaf,.hub__hero-logo .hub-logo__dot{fill:#fff;stroke:#fff}.hub__hero-logo .hub-logo__ring{fill:none}.hub__hero-logo .hub-logo__vein{stroke:var(--accent-bright)}.hub__hero-logo .hub-logo__text{color:#fff;font-size:1.2rem}.hub__hero-logo{margin-bottom:1.5rem}.brand-logo{display:flex;align-items:center;gap:.5rem}.brand-logo__text{display:flex;flex-direction:column;line-height:1}.brand-logo__mon{font-family:var(--font-display);font-size:.62rem;font-weight:600;letter-spacing:.08em;color:var(--text-dim)}.brand-logo__name{font-family:var(--font-display);font-size:1.05rem;font-weight:800;letter-spacing:.02em;color:var(--text)}.hub__hero-logo .brand-logo__mon,.hub__hero-logo .brand-logo__name{color:#fff}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-around;padding:0 .5rem;padding-bottom:env(safe-area-inset-bottom);z-index:100;box-shadow:0 -4px 20px #0000000f}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;color:var(--text-faint);cursor:pointer;padding:.4rem .6rem;border-radius:12px;transition:color .15s ease;font-family:var(--font-body)}.bottom-nav__item span{font-size:.65rem;font-weight:500}.bottom-nav__item--active{color:var(--accent)}.bottom-nav__action{width:54px;height:54px;background:var(--accent);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px #1b433259;transition:transform .2s ease,box-shadow .2s ease;margin-bottom:8px}.bottom-nav__action:hover{transform:scale(1.08);box-shadow:0 6px 22px #1b433273}.app-with-nav{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.hub__header{padding:calc(env(safe-area-inset-top) + .6rem) 1.25rem .5rem;background:#fff;border-bottom:1px solid var(--border)}.hub__signout{background:none;border:1px solid var(--border);color:var(--text-dim);border-radius:980px;padding:.4rem .85rem;cursor:pointer;font-size:.76rem;font-family:var(--font-body)}.hub__hero{height:min(52vh,380px);min-height:260px;background:linear-gradient(180deg,#00000014,#00000094),url(/images/hero-lawn.jpg) center / cover no-repeat,linear-gradient(160deg,#1b4332,#2d6a4f);display:flex;align-items:flex-end;padding:0 1.25rem 1.75rem}.hub__hero-logo{margin-bottom:1rem}.hub__hero-content{width:100%}.hub__title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,5vw,2.4rem);line-height:1.1;letter-spacing:-.025em;color:#fff;margin:.5rem 0 .6rem}.hub__hero-sub{font-size:.92rem;color:#ffffffd1;line-height:1.5;margin:0;max-width:38ch}.hub__section{padding:1.5rem 1.25rem;max-width:640px;margin:0 auto}.hub__section-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin:0 0 1rem}.hub__cards{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.hub__card{position:relative;display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:none;border-radius:20px;padding:1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-family:var(--font-body);min-height:160px;overflow:hidden}.hub__card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #00000024}.hub__card--gazon{background:linear-gradient(145deg,#1b4332,#2d6a4f)}.hub__card--piscine{background:linear-gradient(145deg,#1a5276,#2e86c1)}.hub__card-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.hub__card-icon--gazon,.hub__card-icon--piscine{background:#ffffff2e}.hub__card-label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb3}.hub__card-title{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:#fff;display:block;margin:.1rem 0 .25rem}.hub__card-sub{font-size:.76rem;color:#ffffffbf;display:block}.hub__card-badge{position:absolute;top:.85rem;right:.85rem;background:#fff3;color:#fff;font-size:.62rem;font-weight:700;letter-spacing:.04em;border-radius:6px;padding:.2rem .45rem}.app__header,.hub__header{display:flex;justify-content:space-between;align-items:center;padding:calc(env(safe-area-inset-top) + .6rem) 1.25rem .5rem;margin-bottom:0;background:var(--bg);z-index:10;border-bottom:1px solid var(--border)}.app__nav-back{background:none;border:1px solid var(--border);color:var(--text-dim);border-radius:980px;padding:.35rem .75rem;cursor:pointer;font-size:.74rem;font-family:var(--font-body)}.pool-quick-access{margin-top:1rem}.pool-quick-access__title{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin:0 0 .75rem}.pool-quick-access__item{display:flex;align-items:center;gap:.85rem;width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem 1.1rem;margin-bottom:.6rem;cursor:pointer;transition:border-color .15s ease,transform .15s ease;font-family:var(--font-body)}.pool-quick-access__item:hover{border-color:#2e86c1;transform:translateY(-1px)}.pool-quick-access__icon{font-size:1.4rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#eaf4fb;border-radius:10px}.pool-quick-access__text{flex:1;min-width:0}.pool-quick-access__label{margin:0;font-weight:600;font-family:var(--font-display);color:var(--text);font-size:.95rem}.pool-quick-access__desc{margin:0;font-size:.78rem;color:var(--text-dim);margin-top:.1rem}.pool-quick-access__arrow{color:#2e86c1;font-size:1rem;flex-shrink:0}.pool-value-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.pool-value-label{font-weight:600;color:var(--text);text-transform:uppercase;font-size:.78rem;letter-spacing:.04em}.pool-value-val{color:#2e86c1;font-weight:700;font-family:var(--font-display)}.hub__hero-brand{display:flex;flex-direction:column;margin-bottom:1rem;background:#00000059;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:10px;padding:.5rem .85rem;display:inline-flex;align-self:flex-start}.hub__hero-brand-top{font-family:var(--font-display);font-size:.65rem;font-weight:600;letter-spacing:.12em;color:#ffffffd9;text-transform:uppercase}.hub__hero-brand-name{font-family:var(--font-display);font-size:1.4rem;font-weight:800;letter-spacing:.02em;color:#fff;line-height:1}.hub__hero{flex-direction:column;justify-content:space-between;align-items:center}.hub__hero-top{display:flex;justify-content:center;align-items:center;padding-top:1.5rem;width:100%}.hub__hero-brand-sky{display:flex;flex-direction:column;align-items:center;gap:.3rem}.hub__hero-brand-sky .brand-logo{flex-direction:column;gap:.4rem}.hub__hero-brand-sky .brand-logo__text{display:flex;flex-direction:column;align-items:center}.hub__hero-brand-sky .brand-logo__mon{color:#ffffffe6;font-size:.7rem;letter-spacing:.14em}.hub__hero-brand-sky .brand-logo__name{color:#fff;font-size:1.6rem;font-weight:800;letter-spacing:.04em;text-shadow:0 2px 8px rgba(0,0,0,.25)}.hub__hero-content{width:100%;padding-bottom:1.5rem}.diag-badge{display:inline-block;font-size:.76rem;font-weight:600;padding:.3rem .75rem;border-radius:980px;margin-bottom:.25rem}.diag-badge--champignon{background:#f3e8ff;color:#7c3aed}.diag-badge--maladie_fongique{background:#fef3c7;color:#92400e}.diag-badge--mauvaise_herbe{background:#dcfce7;color:#166534}.diag-badge--secheresse{background:#fff7ed;color:#c2410c}.diag-badge--urine_animal{background:#fef9c3;color:#854d0e}.diag-badge--carence{background:#f0fdf4;color:#15803d}.diag-badge--mousse{background:#ecfdf5;color:#065f46}.diag-badge--autre{background:var(--bg-soft);color:var(--text-dim)}.diag-produit-slot{display:flex;align-items:center;gap:.6rem;margin-top:.5rem;padding:.55rem .85rem;background:var(--surface);border:1px dashed var(--border);border-radius:10px;font-size:.82rem}.diag-produit-slot__label{font-weight:600;color:var(--text-dim);font-size:.74rem;text-transform:uppercase;letter-spacing:.04em}.diag-produit-slot__type{font-weight:600;color:var(--accent);text-transform:capitalize;flex:1}.diag-produit-slot__soon{font-size:.72rem;color:var(--text-faint);font-style:italic}.diag-disclaimer{margin:.5rem 1.5rem 1.5rem;padding:.75rem 1rem;background:var(--bg-soft);border:1px solid var(--border);border-radius:10px}.diag-disclaimer p{margin:0;font-size:.74rem;color:var(--text-faint);line-height:1.5}.hub__carousel-wrap{overflow:hidden;position:relative;padding:1rem 1.25rem 0}.hub__carousel{display:flex;gap:1rem;transition:transform .35s cubic-bezier(.25,.46,.45,.94);cursor:grab;-webkit-user-select:none;user-select:none}.hub__carousel:active{cursor:grabbing}.hub__card-full{flex:0 0 calc(100% + -0rem);min-height:420px;border-radius:24px;border:none;cursor:pointer;display:flex;align-items:flex-end;padding:0;overflow:hidden;position:relative;transition:transform .2s ease}.hub__card-full:hover{transform:translateY(-4px)}.hub__card-full-content{padding:2rem 1.75rem;display:flex;flex-direction:column;align-items:flex-start;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.45) 0%,transparent 100%)}.hub__card-full-icon{width:56px;height:56px;background:#ffffff2e;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.hub__card-full-label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffbf;margin-bottom:.2rem}.hub__card-full-title{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:.3rem}.hub__card-full-sub{font-size:.88rem;color:#fffc;margin-bottom:1.25rem}.hub__card-full-badge{position:absolute;top:1.25rem;right:1.25rem;background:#fff3;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.04em;border-radius:8px;padding:.25rem .55rem}.hub__card-full-cta{font-size:.88rem;font-weight:600;color:#fff;background:#fff3;border-radius:980px;padding:.4rem 1rem}.hub__dots{display:flex;justify-content:center;gap:.5rem;margin:1rem 0 0}.hub__dot{width:8px;height:8px;border-radius:50%;background:var(--border);border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease;padding:0}.hub__dot--active{background:var(--accent);transform:scale(1.3)}.hub__hint{text-align:center;font-size:.74rem;color:var(--text-faint);margin:.75rem 0 0}.dashboard-home{padding:.75rem 0 1rem}.dashboard-home__title{margin:0 0 .25rem;font-size:1.75rem}.dashboard-actions{display:flex;flex-direction:column;gap:.6rem;margin-top:1rem}.dashboard-action{display:flex;align-items:center;gap:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem 1.1rem;cursor:pointer;text-align:left;font-family:var(--font-body);transition:border-color .15s ease,transform .15s ease;width:100%}.dashboard-action:hover{border-color:var(--border-strong);transform:translateY(-1px)}.dashboard-action--primary{background:var(--accent);border-color:var(--accent)}.dashboard-action--primary .dashboard-action__label,.dashboard-action--primary .dashboard-action__desc,.dashboard-action--primary .dashboard-action__arrow{color:#fff}.dashboard-action--primary .dashboard-action__icon{background:#fff3}.dashboard-action__icon{font-size:1.3rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);border-radius:12px;flex-shrink:0}.dashboard-action__label{margin:0;font-weight:700;font-family:var(--font-display);color:var(--text);font-size:.97rem}.dashboard-action__desc{margin:.1rem 0 0;font-size:.78rem;color:var(--text-dim)}.dashboard-action__arrow{margin-left:auto;color:var(--accent);font-size:1rem;flex-shrink:0}.dashboard-notifs{margin-top:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.25rem}.dashboard-notifs__title{font-weight:700;font-family:var(--font-display);color:var(--text);font-size:.95rem;margin:0 0 .85rem}.dashboard-notif__empty{display:flex;flex-direction:column;gap:.5rem}.dashboard-notif__empty p{margin:0;font-size:.86rem;color:var(--text-dim)}.dashboard-notif__hint{font-size:.78rem!important;color:var(--text-faint)!important}.btn-notif-enable{background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent);border-radius:10px;padding:.5rem 1rem;font-size:.84rem;font-weight:600;cursor:pointer;font-family:var(--font-body);margin-top:.25rem;width:fit-content}.diag-ia-screen{padding:.5rem 0}.diag-ia-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.diag-ia-status{text-align:center;color:var(--text-dim);margin-top:1.5rem;font-size:.95rem}.hub__card-full{position:relative;justify-content:space-between;flex-direction:column;align-items:stretch;padding:0}.hub__card-logo{display:flex;justify-content:center;padding-top:2rem;padding-bottom:1rem}.hub__card-logo .brand-logo{flex-direction:column;align-items:center;gap:.3rem}.hub__card-logo .brand-logo__mon{color:#ffffffd9;font-size:.65rem;letter-spacing:.12em}.hub__card-logo .brand-logo__name{color:#fff;font-size:1.5rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hub__card-full-tagline{font-size:.86rem;color:#ffffffd9;margin-bottom:1.25rem;font-style:italic}.hub__card-full{flex:0 0 100%;min-height:200px!important;border-radius:20px!important;padding:0!important;flex-direction:column;justify-content:flex-end;align-items:stretch}.hub__card-full-content{padding:1.5rem!important}.hub__card-full-tagline,.hub__card-logo{display:none}.hub__carousel-container{position:relative;overflow:hidden;cursor:grab;border-radius:24px;min-height:280px}.hub__carousel-container:active{cursor:grabbing}.hub__slide{position:absolute;top:0;left:0;width:100%;height:100%;transition:transform .42s cubic-bezier(.25,.46,.45,.94),opacity .42s ease;opacity:0;pointer-events:none;transform:translate(100%)}.hub__slide--active{opacity:1;pointer-events:auto;transform:translate(0);position:relative}.hub__slide--prev{transform:translate(-100%)}.hub__slide--next{transform:translate(100%)}.hub__card-v2{width:100%;min-height:280px;border:none;border-radius:24px;padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;cursor:pointer;text-align:left;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000002e;transition:transform .2s ease,box-shadow .2s ease}.hub__card-v2:hover{transform:translateY(-3px);box-shadow:0 14px 40px #00000038}.hub__card-v2:before{content:"";position:absolute;top:-60px;right:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 70%);pointer-events:none}.hub__card-v2-badge{position:absolute;top:1.25rem;right:1.25rem;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;border-radius:8px;padding:.2rem .55rem;border:1px solid rgba(255,255,255,.25)}.hub__card-v2-icon{width:56px;height:56px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hub__card-v2-body{display:flex;flex-direction:column;gap:.15rem;flex:1}.hub__card-v2-label{font-size:.62rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3}.hub__card-v2-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:#fff;letter-spacing:-.02em;line-height:1}.hub__card-v2-sub{font-size:.8rem;font-weight:600;color:#ffffffbf;text-transform:uppercase;letter-spacing:.04em;margin-top:.2rem}.hub__card-v2-desc{font-size:.86rem;color:#ffffffb3;line-height:1.5;margin:.75rem 0 0}.hub__card-v2-footer{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1.25rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.hub__card-v2-cta{font-size:.85rem;font-weight:600;color:#fff}.hub__card-v2-arrow{font-size:1.1rem;color:#ffffffd9}.hub__peek-wrap{overflow:hidden;cursor:grab;padding:.5rem 0 .75rem;margin:0 -.5rem;border-radius:28px}.hub__peek-wrap:active{cursor:grabbing}.hub__peek-track{display:flex;gap:1rem;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform;padding:0 1.25rem}.hub__peek-item{flex:0 0 82%;transition:opacity .45s ease}.hub__peek-item--active{flex:0 0 82%}.hub__card-v2{border-radius:28px!important;width:100%;height:300px;min-height:300px;border:none;padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;cursor:pointer;text-align:left;position:relative;overflow:hidden;box-shadow:0 10px 36px #0003;transition:box-shadow .2s ease}.hub__card-v2:hover{box-shadow:0 14px 44px #00000040}.hub__card-glow{position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;filter:blur(40px);pointer-events:none}.dropzone,.image-preview,.diagnostic-result,.auth-form,.profile-form,.history,.paywall,.fiche-library,.coming-soon,.pool-quick-access__item,.dashboard-action,.dashboard-notifs{border-radius:24px!important}.fiche-library__item,.history__item,.history__thumb,.diag-badge,.diag-produit-slot,.diag-disclaimer,.btn-notif-enable,.hub__card,.hub__card-full{border-radius:16px!important}.fiche-library__tab,.hub__card-status,.hub__dot{border-radius:980px!important}input,select,.btn-primary{border-radius:14px!important}.app__nav-back,.hub__signout,.hub__card-v2-cta{border-radius:980px!important}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000;z-index:200;pointer-events:none;transition:background-color .35s ease}.drawer-overlay--visible{background:#00000073;pointer-events:auto}.drawer{position:fixed;top:0;left:0;bottom:0;width:78vw;max-width:300px;background:var(--bg);z-index:201;transform:translate(-100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:4px 0 24px #0000001f;border-radius:0 28px 28px 0;overflow:hidden;padding-top:env(safe-area-inset-top)}.drawer--open{transform:translate(0)}.drawer__header{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.25rem 1.25rem}.drawer__avatar{width:46px;height:46px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.drawer__user{flex:1;min-width:0}.drawer__user-name{margin:0;font-weight:700;font-family:var(--font-display);color:var(--text);font-size:.95rem}.drawer__user-email{margin:0;font-size:.75rem;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drawer__close{background:var(--bg-soft);border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:.85rem;color:var(--text-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer__divider{height:1px;background:var(--border);margin:.25rem 1.25rem}.drawer__nav{display:flex;flex-direction:column;padding:.5rem .75rem;flex:1;overflow-y:auto}.drawer__item{display:flex;align-items:center;gap:.85rem;background:none;border:none;padding:.85rem .75rem;border-radius:14px;cursor:pointer;font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--text);text-align:left;width:100%;transition:background-color .15s ease}.drawer__item:hover{background:var(--bg-soft)}.drawer__item-icon{font-size:1.15rem;width:28px;text-align:center;flex-shrink:0}.drawer__item-badge{margin-left:auto;font-size:.65rem;font-weight:600;background:var(--accent-soft);color:var(--accent);border-radius:980px;padding:.15rem .5rem}.drawer__item--danger{color:#c0392b}.drawer__footer{padding:.5rem .75rem 1.5rem}.drawer__version{text-align:center;font-size:.72rem;color:var(--text-faint);margin:.75rem 0 0}.hub__hamburger{background:none;border:none;cursor:pointer;padding:.3rem;display:flex;flex-direction:column;gap:5px;border-radius:8px}.hub__hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s ease}.hub__cards-viewport{overflow:hidden;border-radius:24px;position:relative}.hub__cards-track{display:flex;gap:.75rem;transition:transform .42s cubic-bezier(.25,.46,.45,.94);padding:.25rem 0 .5rem}.hub__card-slot{flex:0 0 85%;min-width:0}.hub__swipe-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;touch-action:pan-x}.hub__swipe-layer[ontouchstart]{pointer-events:auto}.boutique{padding:.5rem 0 5rem}.boutique__header{display:flex;align-items:center;justify-content:space-between;padding:0 0 .5rem}.boutique__cart-btn{background:var(--accent);color:#fff;border:none;border-radius:980px;padding:.3rem .85rem;font-size:.82rem;font-weight:600;cursor:pointer;font-family:var(--font-body)}.boutique__tabs{display:flex;gap:8px;margin-bottom:1.25rem;padding:0 .25rem}.boutique__tab{padding:8px 18px;border-radius:980px;border:1px solid var(--border);background:var(--surface);color:var(--text-dim);font-size:.85rem;cursor:pointer;font-family:var(--font-body);transition:all .2s}.boutique__tab--active{background:#1b4332;color:#fff;border-color:#1b4332}.boutique__tab--piscine{background:#1a5276;border-color:#1a5276}.boutique__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.boutique__card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:.9rem;display:flex;flex-direction:column;gap:6px}.boutique__card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2px}.boutique__badge{font-size:.6rem;font-weight:700;padding:3px 8px;border-radius:980px;background:#e8f5e9;color:#1b4332}.boutique__badge--pro{background:#e3f2fd;color:#1a5276}.boutique__card-name{font-weight:600;font-size:.85rem;color:var(--text);line-height:1.3;font-family:var(--font-display);margin:0}.boutique__card-sub{font-size:.72rem;color:var(--text-dim);margin:0}.boutique__card-price{font-size:1rem;font-weight:700;color:var(--text);margin:0}.boutique__add{width:100%;padding:6px;border-radius:8px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text);font-size:.78rem;cursor:pointer;font-family:var(--font-body);transition:all .15s;margin-top:2px}.boutique__add:hover{border-color:var(--accent);color:var(--accent)}.boutique__add--added{background:#e8f5e9;border-color:#1b4332;color:#1b4332}
