.disco-banner{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 14px;padding:10px 16px calc(10px + env(safe-area-inset-top));background:var(--invite-bg);color:var(--invite-fg);box-shadow:var(--shadow-sm)}.disco-banner__text{font-size:13.5px;font-weight:600;line-height:1.3}.disco-banner__actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.disco-banner__sep{color:var(--invite-fg);opacity:.5}.disco-banner__cta{padding:7px 14px;border-radius:var(--r-pill);background:var(--accent);color:var(--sur-accent);font-size:13px;font-weight:700;white-space:nowrap}.disco-banner__cta:hover{filter:brightness(1.05)}.disco-banner__link{color:var(--invite-fg);font-size:13px;font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.disco-banner__link:hover{color:#fff}.disco-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171a80;display:flex;align-items:flex-end;justify-content:center;animation:fade-in .2s ease}.disco-sheet{width:100%;max-width:var(--app-max);background:var(--bg);border-radius:var(--r-xl) var(--r-xl) 0 0;padding:12px 22px calc(24px + env(safe-area-inset-bottom));text-align:center;animation:disco-sheet-up .25s cubic-bezier(.2,.8,.2,1)}@keyframes disco-sheet-up{0%{transform:translateY(100%)}to{transform:none}}.disco-sheet__emoji{display:block;font-size:34px;margin:6px 0}.disco-sheet__title{margin-bottom:6px}.disco-sheet__sub{font-size:14.5px;line-height:1.5;margin-bottom:18px}.disco-sheet__login{margin-top:10px}.disco-sheet__dismiss{display:block;width:100%;margin-top:14px;padding:8px;color:var(--text-muted);font-size:14px;font-weight:600}.disco-sheet__dismiss:hover{color:var(--text)}.disco-banner__link-hint{font-size:12.5px;color:var(--invite-fg);opacity:.8}@media (max-width: 640px){.disco-banner__link-hint{display:none}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;justify-content:center;padding:0 14px calc(14px + env(safe-area-inset-bottom));pointer-events:none}@media (min-width: 768px){.bottom-nav{display:none}}.bottom-nav__inner{pointer-events:auto;width:100%;max-width:440px;display:flex;justify-content:space-between;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:10px 6px 12px;box-shadow:var(--shadow-md)}.nav-item{display:flex;flex-direction:column;align-items:center;gap:5px;color:var(--text-faint);flex:1;padding:4px 0;transition:color .15s ease}.nav-item__circle{display:grid;place-items:center;width:28px;height:28px;transition:color .18s ease,transform .18s ease}.nav-item__label{font-size:11px;font-weight:600;transition:color .18s ease;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-item--active,.nav-item--active .nav-item__circle{color:var(--accent)}.sidebar{display:none}@media (min-width: 768px){.sidebar{display:flex;flex-direction:column;gap:8px;position:sticky;top:0;align-self:flex-start;height:100dvh;width:72px;flex:0 0 72px;padding:22px 12px;background:var(--surface);border-right:1px solid var(--border)}.sidebar__brand{display:flex;align-items:center;gap:12px;padding:6px;margin-bottom:16px}.sidebar__logo{width:40px;height:40px;border-radius:12px;flex:0 0 auto}.sidebar__name{display:none;font-family:var(--font-serif);font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--forest)}.sidebar__nav{display:flex;flex-direction:column;gap:6px}.side-item{display:flex;align-items:center;gap:14px;padding:12px;border-radius:var(--r-md);color:var(--text-muted);font-weight:600;font-size:15px;transition:background .15s ease,color .15s ease}.side-item__icon{display:grid;place-items:center;flex:0 0 auto}.side-item__label{display:none}.side-item:hover{background:var(--bg);color:var(--text)}.side-item--active,.side-item--active:hover{background:var(--accent);color:var(--sur-accent)}.sidebar__create{display:flex;align-items:center;gap:12px;margin-top:auto;padding:13px;border-radius:var(--r-md);background:var(--biv-ember-action);color:var(--sur-accent);font-weight:600;font-size:15px;justify-content:center;transition:transform .12s ease}.sidebar__create:active{transform:scale(.97)}}@media (min-width: 1024px){.sidebar{width:220px;flex:0 0 220px;padding:24px 16px}.sidebar__name{display:block}.side-item{padding:13px 16px}.side-item__label{display:block}.sidebar__create{justify-content:flex-start;padding:14px 18px}}.plaunch{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--biv-ember-100);border-bottom:1px solid var(--biv-ember);color:var(--text)}.plaunch__text{flex:1;margin:0;font-size:13.5px;line-height:1.45}.plaunch__link{color:var(--biv-ember-700, var(--accent));font-weight:700;white-space:nowrap}.plaunch__link:hover{text-decoration:underline}.plaunch__close{flex:none;display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:var(--r-sm);background:transparent;color:var(--text-muted);cursor:pointer}.plaunch__close:hover{background:#d9662c29;color:var(--text)}.majbar{position:fixed;z-index:60;left:14px;right:14px;bottom:calc(var(--nav-h) + env(safe-area-inset-bottom));display:flex;align-items:center;gap:12px;padding:10px 10px 10px 14px;background:var(--invert-bg);color:var(--invert-fg);border-radius:var(--r-md);box-shadow:var(--shadow-lg);animation:majbar-entree .24s ease-out}.majbar__text{flex:1;font-size:13.5px;line-height:1.4}.majbar__btn{flex:none;min-height:44px;padding:0 16px;border:0;border-radius:var(--r-sm);background:var(--biv-ember);color:var(--sur-accent);font:inherit;font-size:13.5px;font-weight:700;cursor:pointer}.majbar__btn:hover{background:var(--biv-ember-action)}@media (min-width: 768px){.majbar{right:auto;bottom:20px;left:20px;max-width:380px}}@keyframes majbar-entree{0%{opacity:0;transform:translateY(8px)}}@media (prefers-reduced-motion: reduce){.majbar{animation:none}}.guestgate{display:flex;align-items:center;justify-content:center;min-height:60dvh}.guestgate__card{width:100%;max-width:420px;padding:32px 24px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.guestgate__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--accent-soft);color:var(--accent);margin-bottom:4px}.guestgate__title{margin:0;text-wrap:balance}.guestgate__text{margin:0 0 8px;font-size:15px;line-height:1.5;max-width:34ch}.guestgate__card .btn{min-height:46px}.gmig-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#14171a8c;display:flex;align-items:center;justify-content:center;padding:20px;animation:fade-in .2s ease}.gmig{width:100%;max-width:420px;background:var(--surface);border-radius:20px;box-shadow:var(--shadow-lg, 0 24px 60px rgba(20, 17, 12, .35));padding:28px 24px 20px;text-align:center;display:flex;flex-direction:column;gap:10px}.gmig__icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 4px;border-radius:50%;background:var(--accent-soft);color:var(--accent)}.gmig__title{margin:0;text-wrap:balance}.gmig__text{margin:0 0 8px;color:var(--text-muted);font-size:15px;line-height:1.5}.gmig__erreur{margin:0 0 4px}.gmig .btn{min-height:46px}.gmig__note{margin:4px 0 0;line-height:1.4}.googleauth{display:flex;flex-direction:column;align-items:stretch}.googleauth__gis{display:flex;justify-content:center}.googleauth__gis:not(:empty){margin-bottom:2px}.googleauth__gis>div{width:100%!important;max-width:100%}.googleauth__gis iframe{margin:0 auto!important}.auth{min-height:100dvh;background:var(--bg);display:flex;align-items:center;justify-content:center;padding:28px 22px calc(28px + env(safe-area-inset-bottom))}.auth__inner{width:100%;max-width:380px;animation:fade-in .3s ease}.auth__brand{text-align:center;margin-bottom:30px}.auth__logo{width:64px;height:64px;border-radius:18px;margin:0 auto 16px;box-shadow:var(--shadow-md)}.auth__brand .h1{margin-bottom:6px}.auth__form{margin-bottom:18px}.auth__form .btn{margin-top:6px}.auth__error{color:#e0566b;background:#e0566b1a;border-radius:var(--r-sm);padding:10px 12px;font-weight:600}.auth__hint{text-align:center;margin-bottom:14px}.auth__from-lp{display:flex;align-items:center;gap:9px;margin:-10px 0 22px;padding:11px 14px;border-radius:12px;background:var(--biv-ember-100);border:1px solid var(--accent);color:var(--biv-ember-700);font-size:14px;font-weight:600}.auth__from-lp svg{flex:0 0 auto;color:var(--accent)}.auth__switch{text-align:center;color:var(--text-muted)}.auth__guest{display:block;width:100%;margin-top:6px;padding:12px;min-height:44px;background:none;border:none;color:var(--text-muted);font:inherit;font-size:14px;font-weight:600;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.auth__guest:hover{color:var(--accent)}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:48px;border-radius:var(--r-md);background:#fff;border:1px solid #dadce0;color:#3c4043;font-size:15px;font-weight:600;transition:background .15s ease,box-shadow .15s ease}.google-btn:hover{background:#f7f8f8;box-shadow:var(--shadow-sm)}.google-btn:disabled{opacity:.6;cursor:not-allowed}.google-btn__logo{flex:0 0 auto}.auth__divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--text-muted);font-size:13px}.auth__divider:before,.auth__divider:after{content:"";flex:1;height:1px;background:var(--border, rgba(33, 37, 41, .12))}.feedback__tabs{display:flex;gap:4px;background:var(--surface);border-radius:var(--r-pill);padding:4px;margin-bottom:18px}.feedback__tab{flex:1;padding:10px 12px;border-radius:var(--r-pill);font-size:13px;font-weight:600;color:var(--text-muted);transition:background .15s ease,color .15s ease}.feedback__tab--on{background:var(--invert-bg);color:var(--invert-fg)}.feedback__label{display:block;margin:0 0 8px 2px;font-weight:600}.feedback__cats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.feedback__textarea{width:100%;resize:vertical;min-height:110px;line-height:1.45;font-family:inherit}.feedback__counter{text-align:right;margin-top:6px}.feedback__send{margin-top:16px}.feedback__thanks{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:32px 16px 20px}.feedback__thanks-emoji{font-size:44px;line-height:1}.coming{margin-top:32px}.coming__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.coming__mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--accent-soft);color:var(--accent);flex:0 0 auto}.coming__rail{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.coming__rail::-webkit-scrollbar{height:6px}.coming__rail::-webkit-scrollbar-thumb{background:#21252926;border-radius:var(--r-pill)}.coming__card{position:relative;flex:0 0 230px;scroll-snap-align:start;display:flex;flex-direction:column;background:#d9662c0f;border:1px solid rgba(217,102,44,.16);border-radius:var(--r-lg);padding:16px}.coming__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--surface);color:var(--forest);margin-bottom:12px}.coming__title{font-size:15px;font-weight:700;line-height:1.25;margin-bottom:6px}.coming__desc{font-size:13px;line-height:1.45;color:var(--text-muted)}.coming__suggest{display:inline-flex;align-items:center;min-height:44px;gap:7px;margin-top:14px;color:var(--accent);font-size:14px;font-weight:600}.coming__suggest:hover{text-decoration:underline}.coming--news .coming__mark--news{background:var(--biv-ember-100);color:var(--biv-ember-700)}.coming__card--news{background:var(--biv-ember-100);border-color:var(--biv-ember)}.coming__badge{position:absolute;top:10px;right:10px;padding:3px 9px;border-radius:var(--r-pill);background:var(--biv-ember);color:var(--sur-accent);font-size:11px;font-weight:700;letter-spacing:.02em}.coming__icon--news{background:var(--biv-ember);color:var(--sur-accent)}.coming__cta{display:inline-flex;align-items:center;min-height:44px;gap:4px;margin-top:auto;padding-top:12px;color:var(--biv-ember-700, var(--accent));font-size:14px;font-weight:700}.coming__cta:hover{text-decoration:underline}.installios{position:relative;display:flex;align-items:center;gap:12px;max-width:420px;margin:18px auto 0;padding:12px 40px 12px 12px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .08));text-align:left}.installios__icone{flex:none;border-radius:11px}.installios__texte{min-width:0}.installios__titre{display:block;font-size:14.5px;color:var(--text)}.installios__pas{margin:2px 0 0;font-size:13px;line-height:1.45;color:var(--text-muted)}.installios__pas em{font-style:normal;font-weight:600;color:var(--text)}.installios__pas svg{vertical-align:-2px}.installios__fermer{position:absolute;top:8px;right:8px;display:flex;padding:4px;border:0;border-radius:var(--r-sm, 6px);background:none;color:var(--text-faint);cursor:pointer}.installios__fermer:hover{color:var(--text)}.landing{background:var(--bg);color:var(--text);min-height:100vh}.btn--lg{padding:14px 28px;font-size:16px;border-radius:var(--r-pill)}.lp-brand{display:inline-flex;align-items:center;gap:10px}.lp-brand__logo{width:34px;height:34px}.lp-brand__name{font-family:var(--font-serif);font-weight:600;font-size:22px;letter-spacing:-.01em}.lp-hero{position:relative;min-height:420px;display:flex;flex-direction:column;padding:0 20px 40px;isolation:isolate;overflow:hidden}@media (min-width: 720px){.lp-hero{min-height:580px;padding-bottom:56px}}.lp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:68% center;z-index:-2}.lp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(to bottom,#141e148c,#141e1459 60%,#141e14a6)}.lp-hero__overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top right,#101810b8,#10181066 50%,#10181000 78%)}@media (min-width: 720px){.lp-hero__overlay:after{background:linear-gradient(to top right,#1018109e,#10181047 45%,#10181000 72%)}}.lp-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 0;color:#fff}.lp-nav .lp-brand__name{color:#fff}.lp-nav__right{display:flex;align-items:center;gap:18px}.lp-nav__link{color:#fff;font-weight:600;font-size:15px;opacity:.92;transition:opacity .15s ease}.lp-nav__link:hover{opacity:1;text-decoration:underline;text-underline-offset:4px}.lp-nav__login{color:#fff;font-weight:600;font-size:15px;padding:8px 16px;border-radius:var(--r-pill);border:1.5px solid rgba(255,255,255,.5);transition:background .15s ease}.lp-nav__login:hover{background:#ffffff24}.lp-hero__content{margin-top:auto;max-width:620px;color:#fff}.lp-hero__title{font-family:var(--font-serif);font-weight:600;font-size:clamp(38px,8vw,64px);line-height:1.04;letter-spacing:-.02em;margin-bottom:18px;text-shadow:0 2px 24px rgba(0,0,0,.3)}.lp-hero__sub{font-size:clamp(16px,2.4vw,19px);line-height:1.5;color:#ffffffeb;max-width:52ch;margin-bottom:28px}.lp-hero__cta{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.lp-hero__signin{color:#fff;font-weight:600;font-size:15px;text-decoration:underline;text-underline-offset:4px}.lp-play{display:inline-flex;align-items:center}.lp-play img{display:block;width:auto}.lp-play--hero img{height:48px}.lp-play--footer img{height:40px}.lp-hero__cta .lp-play--hero{margin-top:4px;flex-basis:100%}.lp-footer__android{display:flex;align-items:center;gap:12px;justify-content:center}.lp-footer__android>span{white-space:nowrap}.lp-hero__explore{display:inline-flex;align-items:center;padding:13px 22px;border-radius:var(--r-pill);border:1.5px solid rgba(255,255,255,.7);background:#ffffff14;color:#fff;font-weight:600;font-size:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-hero__explore:hover{background:#ffffff29;border-color:#fff}.lp-body{max-width:1080px;margin:0 auto;padding:0 20px;position:relative}.lp-section{padding:56px 0;position:relative;z-index:1}.lp-h2{font-family:var(--font-serif);font-weight:600;font-size:clamp(26px,4vw,36px);line-height:1.12;letter-spacing:-.02em;text-align:center;margin-bottom:36px}.lp-body{--lp-gutter: 12px}@media (min-width: 720px){.lp-body{--lp-gutter: 16px}}.lp-pillars{display:grid;grid-template-columns:1fr;gap:var(--lp-gutter);margin-bottom:var(--lp-gutter)}@media (min-width: 720px){.lp-pillars{grid-template-columns:1fr 1fr}}.lp-pillar{padding:28px 26px}.lp-pillar__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--r-lg, 16px);background:var(--accent-soft);color:var(--accent);margin-bottom:16px}.lp-pillar__title{font-family:var(--font-serif);font-weight:600;font-size:22px;margin-bottom:8px}.lp-pillar__desc{color:var(--text-muted);line-height:1.55;font-size:15px}.lp-lp-hint{display:flex;align-items:center;gap:10px;margin-top:16px;padding:11px 13px;border-radius:12px;background:var(--biv-ember-100);border:1px solid var(--accent);color:var(--on-ember);font-size:14px;line-height:1.4;transition:filter .15s ease}.lp-lp-hint:hover{filter:brightness(.98)}.lp-lp-hint svg{flex:0 0 auto;color:var(--accent)}.lp-lp-hint strong{color:var(--biv-ember-700)}.lp-phones{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:22px}.lp-phone{display:flex;flex-direction:column;align-items:center;gap:12px;width:200px;max-width:70vw}.lp-phone__cap{font-size:14px;font-weight:600;color:var(--text-muted)}.lp-screen{width:100%;display:block;border-radius:26px;border:6px solid var(--text);background:var(--bg);box-shadow:var(--shadow-lg, 0 18px 50px rgba(20, 17, 12, .22))}@media (min-width: 720px){.lp-phone--center{margin-bottom:28px}}.lp-who{text-align:center}.lp-who__text{max-width:60ch;margin:0 auto 24px;color:var(--text-muted);font-size:17px;line-height:1.6}.lp-who__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.lp-tag{padding:8px 16px;border-radius:var(--r-pill);background:var(--moss-bg);color:var(--forest);font-weight:600;font-size:14px}.lp-final{text-align:center;background:var(--forest);color:#fff;border-radius:var(--r-xl);padding:48px 28px}.lp-final__title{font-family:var(--font-serif);font-weight:600;font-size:clamp(26px,4vw,34px);margin-bottom:12px}.lp-final__sub{color:#ffffffe0;font-size:16px;line-height:1.5;max-width:46ch;margin:0 auto 26px}.lp-footer{border-top:1px solid var(--border);padding:36px 20px}.lp-footer__inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.lp-brand--footer .lp-brand__name{color:var(--forest)}.lp-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:22px}.lp-footer__links a{color:var(--text-muted);font-weight:500;font-size:15px}.lp-footer__links a:hover{color:var(--accent)}@media (min-width: 720px){.lp-footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.lp-pillar__new{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:12px 14px;border-radius:var(--r-md);background:var(--biv-ember-100);border:1px solid var(--biv-ember);font-size:13.5px;line-height:1.5;color:var(--text-muted)}.lp-pillar__new strong{color:var(--text)}.lp-brand,.lp-nav__link,.lp-nav__login,.lp-hero__signin,.lp-footer__links a{display:inline-flex;align-items:center;min-height:44px}.lp-detect{margin-top:16px;padding:14px;border-radius:var(--r-md);background:var(--biv-ember-100);border:1px solid var(--biv-ember)}.lp-detect__head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.lp-detect__title{margin:0;font-size:16px;font-weight:700;line-height:1.25}.lp-detect__desc{margin:0 0 14px;font-size:14.5px;line-height:1.5;color:var(--text)}.lp-detect__svg{display:block;width:100%;height:auto;border-radius:12px}.lp-trail{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.lp-trail__svg{position:absolute;top:0;left:-68px;width:60px;height:100%;pointer-events:none;display:none}.lp-trail__reveal{stroke-dasharray:1;stroke-dashoffset:calc(1 - var(--avancee, 0))}@media (min-width: 1180px){.lp-trail__svg{display:block}}@media (prefers-reduced-motion: reduce){.lp-trail__reveal{stroke-dashoffset:0}}.lp-features{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--lp-gutter)}@media (min-width: 720px){.lp-features{grid-template-columns:repeat(4,minmax(0,1fr))}}.lp-feature{background:var(--biv-surface);border:1px solid var(--biv-border, var(--border));border-radius:var(--r-lg, 16px);padding:18px 16px}.lp-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:color-mix(in srgb,var(--forest) 14%,transparent);color:var(--forest);margin-bottom:12px}.lp-feature__title{font-size:15px;font-weight:650;line-height:1.3;margin:0 0 6px;color:var(--text)}.lp-feature__desc{margin:0;font-size:13.5px;line-height:1.5;color:var(--text-muted, var(--muted))}.errb{min-height:100dvh;display:grid;place-items:center;padding:24px;background:var(--bg, #f1e8d6);color:var(--text, #2a2018)}.errb__carte{width:100%;max-width:420px;padding:28px 24px;border:1px solid var(--border, #e0d4bf);border-radius:16px;background:var(--surface, #fbf6ec);text-align:center}.errb__emoji{display:block;font-size:34px;margin-bottom:12px}.errb__titre{margin:0 0 10px;font-size:21px;font-weight:700;line-height:1.25;text-wrap:balance}.errb__texte{margin:0 0 22px;font-size:15px;line-height:1.55;color:var(--text-muted, #6b5847)}.errb__actions{display:flex;flex-direction:column;gap:10px}.errb__detail{margin-top:20px;text-align:left;font-size:13px;color:var(--text-faint, #998774)}.errb__detail summary{cursor:pointer;padding:4px 0}.errb__detail code{display:block;margin-top:8px;padding:10px 12px;border-radius:8px;background:var(--sunken, #e9dec9);color:var(--text, #2a2018);font-size:12.5px;line-height:1.5;overflow-wrap:anywhere}:root{--biv-cream: #f1e8d6;--biv-surface: #fbf6ec;--biv-sunken: #e9dec9;--biv-forest: #2e4a3a;--biv-forest-600: #223a2d;--biv-pine-300: #3f6450;--biv-ember: #d9662c;--biv-ember-action: #c2571f;--biv-ember-700: #a8481a;--biv-ember-100: #f6e0cf;--biv-moss: #7b8c57;--bg: var(--biv-cream);--surface: var(--biv-surface);--sunken: var(--biv-sunken);--text: #2a2018;--text-muted: #6b5847;--text-faint: #998774;--accent: var(--biv-ember-action);--accent-soft: rgba(217, 102, 44, .12);--forest: var(--biv-forest);--border: #e0d4bf;--border-strong: #cdbda1;--invert-bg: var(--text);--invert-fg: var(--surface);--status-ready: #4e7c3f;--status-planning: #b7860f;--status-idea: #3f6e69;--success: #4e7c3f;--success-bg: #e3edd6;--warning: #b7860f;--warning-bg: #f7ebc9;--error: #b23a29;--error-bg: #f4dad3;--info: #3f6e69;--info-bg: #dce9e6;--moss: #7b8c57;--moss-bg: #e8ebdc;--invite-bg: #2c4a39;--invite-fg: #f1e8d6;--sur-accent: #ffffff;--marque-google: #ea4335;--marque-ign: #003189;--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 24px;--r-pill: 999px;--shadow-sm: 0 1px 2px rgba(58, 42, 28, .07);--shadow-md: 0 8px 24px -16px rgba(58, 42, 28, .4);--shadow-lg: 0 16px 36px -18px rgba(58, 42, 28, .45);--app-max: 460px;--nav-h: 84px;--on-ember: #5a4a3a;--cat-couchage: #2e4a3a;--cat-vetements: #7b8c57;--cat-nutrition: #d9662c;--cat-hydratation: #3f6e69;--cat-navigation: #a8481a;--cat-securite: #b23a29;--cat-documents: #c08a3e;--cat-electronique: #6f6257;--cat-autre: #998774;--font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-serif: "Fraunces", Georgia, "Times New Roman", serif}@media (prefers-color-scheme: dark){:root{--bg: #14110c;--surface: #1f1a12;--sunken: #292116;--text: #ece3d1;--text-muted: #b3a48d;--text-faint: #93836b;--accent: #e07a40;--accent-soft: rgba(224, 122, 64, .16);--forest: #79a98c;--border: #322819;--border-strong: #43361f;--invert-bg: var(--text);--invert-fg: var(--bg);--status-ready: #82b86c;--success: #82b86c;--success-bg: #243a2a;--status-planning: #e2b24a;--warning: #e2b24a;--warning-bg: #3a2f17;--status-idea: #5e938c;--info: #5e938c;--info-bg: #223a37;--error: #e08a72;--error-bg: #3a221c;--moss: #9aab73;--moss-bg: #2b3220;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 8px 24px -14px rgba(0, 0, 0, .6);--shadow-lg: 0 16px 36px -16px rgba(0, 0, 0, .7);--biv-cream: #14110c;--biv-surface: #1f1a12;--biv-sunken: #292116;--biv-ember: #e58a55;--biv-ember-action: #e58a55;--biv-ember-700: #f2a878;--biv-ember-100: #3d2617;--biv-forest: #79a98c;--biv-forest-600: #8fbb9f;--biv-pine-300: #6d977f;--biv-moss: #9aab73;--cat-couchage: #6fa287;--cat-vetements: #a3b578;--cat-nutrition: #e58a55;--cat-hydratation: #5e938c;--cat-navigation: #d98a5e;--cat-securite: #e08a72;--cat-documents: #dcae63;--cat-electronique: #a3927f;--cat-autre: #b3a48d;--on-ember: #e8d2be;--invite-bg: #22382c;--invite-fg: #eadfca;--sur-accent: #14110c;--marque-google: #f08b81;--marque-ign: #8aa6d8}.trek-card__img,.trek-detail__img{filter:brightness(.86) saturate(.95)}}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none}#root{min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;color:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}img{display:block;max-width:100%}.layout,.layout__main{min-height:100dvh}@media (min-width: 768px){.layout{display:flex;align-items:stretch}.layout__main{flex:1;min-width:0}}.page{padding:20px 20px calc(var(--nav-h) + 24px);animation:fade-in .25s ease}.page--flush{padding:0;animation:fade-in .25s ease}@media (min-width: 768px){.page{max-width:720px;margin:0 auto;padding:34px 28px 56px}}@media (min-width: 1024px){.page{max-width:860px;padding:40px 32px 64px}}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}h1,h2,.h1,.h2{font-family:var(--font-serif)}.h1{font-size:28px;font-weight:600;letter-spacing:-.01em;line-height:1.15}.h2{font-size:22px;font-weight:600;letter-spacing:-.01em;line-height:1.2}.h3{font-size:18px;font-weight:700;line-height:1.3}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.small{font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:15px;border-radius:var(--r-md);padding:14px 22px;transition:transform .12s ease,opacity .12s ease,background .12s ease}.btn:active{transform:scale(.97)}.btn--primary,.btn--accent{background:var(--biv-ember-action);color:var(--sur-accent)}.btn--primary:hover,.btn--accent:hover{background:var(--biv-ember-700)}.btn--secondary{background:transparent;color:var(--forest);border:1.5px solid var(--forest)}.btn--ghost{background:var(--sunken);color:var(--text)}.btn--block{width:100%}.btn--sm{padding:7px 12px;font-size:13px;gap:5px;flex:0 0 auto;min-height:44px}@media (prefers-color-scheme: dark){.btn--primary,.btn--accent{background:var(--accent);color:#14110c}.btn--primary:hover,.btn--accent:hover{background:#e98a55}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:5px 11px;border-radius:var(--r-pill);background:var(--accent-soft);color:var(--biv-ember-700);white-space:nowrap}.badge .dot{width:7px;height:7px;border-radius:50%;background:currentColor}.badge--ready{color:var(--success);background:var(--success-bg)}.badge--planning{color:var(--warning);background:var(--warning-bg)}.badge--idea{color:var(--info);background:var(--info-bg)}.badge--completed{color:#fff;background:#6b7280}.badge--completed .dot{display:none}.avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--accent-soft)}.chips{display:flex;gap:10px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;padding:9px 16px;border-radius:var(--r-pill);font-size:14px;font-weight:600;background:var(--surface);color:var(--text-muted);border:1px solid var(--border);transition:all .15s ease}.chip--active{background:var(--forest);color:var(--biv-surface);border-color:var(--forest)}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:13px;font-weight:600;color:var(--text-muted)}.input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:14px 16px;font-size:15px;box-shadow:var(--shadow-sm);transition:border-color .15s ease}.input::placeholder{color:var(--text-faint)}.input:focus{outline:none;border-color:var(--forest)}.row{display:flex;align-items:center}.between{justify-content:space-between}.gap-sm{gap:8px}.gap{gap:14px}.col{display:flex;flex-direction:column}.stack>*+*{margin-top:14px}.section-title{display:flex;align-items:baseline;justify-content:space-between;margin:22px 0 14px}.link{color:var(--text-muted);font-weight:600;font-size:14px;text-decoration:underline;text-underline-offset:3px}.spinner{width:22px;height:22px;border:2.5px solid var(--accent-soft);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}.spinner--sm{width:16px;height:16px;border-width:2px}.username-field{position:relative}.username-field .input{width:100%;padding-right:40px}.username-field__indicator{position:absolute;top:50%;right:12px;transform:translateY(-50%);display:grid;place-items:center}.username-field--available .input{border-color:var(--success)}.username-field--available .username-field__indicator{color:var(--success)}.username-field--taken .input,.username-field--invalid .input{border-color:var(--error)}.username-field--taken .username-field__indicator,.username-field--invalid .username-field__indicator{color:var(--error)}.username-field__hint{margin-top:6px}.username-field__ok{color:var(--success);font-weight:600}.username-field__err{color:var(--error);font-weight:600}.round-btn{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .12s ease}.round-btn:active{transform:scale(.92)}.round-btn--light{background:var(--surface)}.round-btn--sm{width:44px;height:44px;background:var(--sunken);border:none}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#14171a73;display:flex;align-items:flex-end;justify-content:center;animation:fade-in .2s ease}.sheet{width:100%;max-width:var(--app-max);background:var(--bg);border-radius:var(--r-xl) var(--r-xl) 0 0;padding:12px 20px calc(24px + env(safe-area-inset-bottom));max-height:75dvh;overflow-y:auto;animation:sheet-up .28s cubic-bezier(.2,.8,.2,1)}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:none}}.sheet__handle{width:44px;height:5px;border-radius:var(--r-pill);background:#2125292e;margin:0 auto 14px}.sheet__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.center-screen{min-height:100dvh;display:grid;place-items:center}
