:root{
  --lk-bg:#f6f7fb;
  --lk-surface:#ffffff;
  --lk-surface-2:#f1f3fa;
  --lk-ink:#12172f;
  --lk-muted:#70778f;
  --lk-line:#e4e7f1;
  --lk-primary:#5953e9;
  --lk-primary-2:#7569f3;
  --lk-primary-soft:#eeedff;
  --lk-blue:#2f6fed;
  --lk-green:#13a66b;
  --lk-amber:#ea9b16;
  --lk-red:#e34b56;
  --lk-orange:#e77a22;
  --lk-radius-xl:28px;
  --lk-radius-lg:22px;
  --lk-radius-md:17px;
  --lk-shadow:0 18px 48px rgba(24,34,72,.10);
  --lk-shadow-soft:0 8px 28px rgba(24,34,72,.07);
  --lk-safe-bottom:max(18px, env(safe-area-inset-bottom));
}

*{box-sizing:border-box}
html:has(.lookii-app),body:has(.lookii-app){margin:0;background:var(--lk-bg);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}
body.lookii-shell{min-height:100vh;height:auto!important;overflow-x:hidden!important;overflow-y:auto!important;position:static!important;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--lk-ink);background:var(--lk-bg);-webkit-font-smoothing:antialiased}
.lookii-shell-wrap{min-height:100vh;height:auto;overflow:visible}
body.lookii-shell #wpadminbar{display:none!important}
body.lookii-shell.admin-bar{margin-top:0!important}

.lookii-app{position:relative;width:min(100%,560px);min-height:100svh;height:auto;margin:0 auto;background:var(--lk-bg);color:var(--lk-ink);touch-action:pan-y;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
.lookii-app button,.lookii-app input,.lookii-app select,.lookii-app textarea{font:inherit}
.lookii-app button,.lookii-app a{-webkit-tap-highlight-color:transparent}
.lookii-app button{cursor:pointer}
.lookii-app [hidden]{display:none!important}

.lk-screen{display:none;min-height:100svh;padding:24px 18px calc(106px + var(--lk-safe-bottom));animation:lkFade .22s ease both}
.lookii-app[data-view="splash"] [data-screen="splash"],
.lookii-app[data-view="login"] [data-screen="login"],
.lookii-app[data-view="register"] [data-screen="register"],
.lookii-app[data-view="forgot"] [data-screen="forgot"],
.lookii-app[data-view="onboarding"] [data-screen="onboarding"],
.lookii-app[data-view="home"] [data-screen="home"],
.lookii-app[data-view="map"] [data-screen="map"],
.lookii-app[data-view="create"] [data-screen="create"],
.lookii-app[data-view="echo"] [data-screen="echo"],
.lookii-app[data-view="alerts"] [data-screen="alerts"],
.lookii-app[data-view="profile"] [data-screen="profile"],
.lookii-app[data-view="public-profile"] [data-screen="public-profile"],
.lookii-app[data-view="territories"] [data-screen="territories"]{display:block}
@keyframes lkFade{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}

.lk-eyebrow{display:block;color:#7b8196;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.lk-wordmark{font-size:34px;font-weight:950;letter-spacing:.08em;color:#202a6b;line-height:1}
.lk-wordmark span{color:var(--lk-primary)}
.lk-wordmark--mini{font-size:18px}

/* Signature LOOKII controls */
.lk-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:54px;padding:0 18px;border:1px solid var(--lk-line);border-radius:18px;background:#fff;color:var(--lk-ink);font-weight:850;text-decoration:none;box-shadow:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}
.lk-btn:active{transform:scale(.985)}
.lk-btn--primary{border:0;color:#fff;background:linear-gradient(135deg,var(--lk-primary),var(--lk-primary-2));box-shadow:0 14px 30px rgba(89,83,233,.25)}
.lk-btn--soft{background:#fff;color:#28305f}
.lk-btn--signature{justify-content:space-between;padding-left:20px;padding-right:13px}
.lk-btn--signature>i{position:relative;display:block;width:39px;height:32px;border-radius:13px;background:rgba(255,255,255,.18)}
.lk-btn--soft.lk-btn--signature>i{background:var(--lk-primary-soft)}
.lk-btn--signature>i:before,.lk-btn--signature>i:after{content:"";position:absolute;top:50%;width:6px;height:6px;margin-top:-3px;border-radius:50%;background:currentColor}
.lk-btn--signature>i:before{left:11px}.lk-btn--signature>i:after{right:11px}
.lk-btn:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}

.lk-icon-btn{position:relative;width:46px;height:46px;border:1px solid var(--lk-line);border-radius:17px;background:#fff;color:#313960;font-size:20px;font-weight:900;box-shadow:var(--lk-shadow-soft)}
.lk-icon-btn--notice i{position:absolute;right:8px;top:7px;width:8px;height:8px;border:2px solid #fff;border-radius:50%;background:var(--lk-red)}

/* App bars */
.lk-appbar{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}
.lk-appbar h1{margin:3px 0 6px;font-size:25px;line-height:1.12;letter-spacing:-.03em}
.lk-appbar--single{align-items:center}
.lk-location-pill{display:inline-flex;gap:7px;max-width:250px;padding:7px 10px;border:0;border-radius:999px;background:transparent;color:var(--lk-ink);font-size:13px}
.lk-location-pill span{color:#ef5a49}.lk-location-pill i{font-style:normal;color:#989db0}.lk-location-pill b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* Hero */







.lk-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:18px 0 11px}
.lk-section-head h2{margin:3px 0 0;font-size:18px;letter-spacing:-.025em}.lk-section-head button{border:0;background:transparent;color:var(--lk-primary);font-size:12px;font-weight:900}.lk-section-head>span{display:grid;place-items:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:11px;font-weight:900}.lk-section-head--compact{margin-top:14px}

/* Territories */
.lk-territory-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(108px,1fr);gap:10px;overflow-x:auto;padding:2px 1px 7px;scrollbar-width:none;scroll-snap-type:x proximity}
.lk-territory-strip::-webkit-scrollbar{display:none}
.lk-territory-card{position:relative;min-height:95px;padding:14px 12px;border:1px solid var(--lk-line);border-radius:20px;background:#fff;text-align:left;box-shadow:0 8px 22px rgba(30,39,86,.05);scroll-snap-align:start}
.lk-territory-card__icon{display:grid;place-items:center;width:31px;height:31px;margin-bottom:9px;border-radius:11px;background:#f0f1f7;color:#4d5572;font-weight:900}.lk-territory-card b{display:block;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.lk-territory-card small{display:block;margin-top:3px;color:var(--lk-muted);font-size:10px}.lk-territory-card.is-active{border-color:#c9c7ff;background:linear-gradient(180deg,#fff,#f7f6ff);box-shadow:0 10px 26px rgba(89,83,233,.11)}.lk-territory-card.is-active:after{content:"";position:absolute;right:10px;top:10px;width:7px;height:7px;border-radius:50%;background:var(--lk-primary);box-shadow:0 0 0 4px var(--lk-primary-soft)}.lk-territory-card--nearby>span{background:#edf7ff;color:var(--lk-blue)}

/* Filters */
.lk-filter-row{display:flex;gap:7px;overflow-x:auto;margin:16px 0 18px;padding:2px 0;scrollbar-width:none}.lk-filter-row::-webkit-scrollbar{display:none}.lk-filter-row button{flex:0 0 auto;min-height:34px;padding:0 13px;border:1px solid var(--lk-line);border-radius:999px;background:#fff;color:#6f768a;font-size:11px;font-weight:800}.lk-filter-row button.is-active{border-color:var(--lk-primary);background:var(--lk-primary-soft);color:var(--lk-primary)}

/* Echo cards */
.lk-feed{display:grid;gap:10px}
.lk-feed--compact{gap:8px}.lk-feed--compact .lk-echo-card{min-height:72px;padding:10px}.lk-feed--compact .lk-echo-visual{width:48px;height:48px;border-radius:15px}.lk-feed--compact .lk-echo-card h3{font-size:13px}
.lk-echo-card{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) 12px;gap:11px;align-items:center;min-height:86px;padding:12px;border:1px solid var(--lk-line);border-radius:21px;background:#fff;box-shadow:0 8px 24px rgba(24,34,72,.055);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;outline:none}
.lk-echo-card:active{transform:scale(.99)}.lk-echo-card:focus-visible{box-shadow:0 0 0 3px rgba(89,83,233,.22)}
.lk-echo-card.is-amplified{border-color:#aaa4ff;box-shadow:0 0 0 1px rgba(98,88,239,.18),0 10px 28px rgba(70,61,190,.13)}.lk-echo-card.is-amplified:before{content:"";position:absolute;inset:-1px;z-index:0;border-radius:inherit;pointer-events:none;box-shadow:inset 3px 0 0 #655cf0}.lk-echo-card.is-amplified>*{position:relative;z-index:1}
.lk-echo-visual{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#f4f5f9;font-size:26px;overflow:hidden}.lk-echo-visual img{width:100%;height:100%;object-fit:cover}.lk-tone-violet .lk-echo-visual{background:#f1efff}.lk-tone-slate .lk-echo-visual{background:#eef2f5}.lk-tone-green .lk-echo-visual,.lk-tone-emerald .lk-echo-visual{background:#ecf9f2}.lk-tone-amber .lk-echo-visual{background:#fff7e5}.lk-tone-blue .lk-echo-visual{background:#edf4ff}.lk-tone-red .lk-echo-visual{background:#fff0f1}.lk-tone-grey .lk-echo-visual{background:#f2f3f5}
.lk-echo-copy{min-width:0}.lk-echo-title-row{display:flex;align-items:flex-start;gap:8px}.lk-echo-title-row h3{min-width:0;flex:1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;letter-spacing:-.015em}.lk-echo-title-row time{flex:0 0 auto;color:#989eaf;font-size:10px}.lk-echo-copy p{margin:5px 0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#73798d;font-size:11px}
.lk-echo-meta{display:flex;align-items:center;gap:8px}.lk-echo-amplified-badge{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:0 7px;border:1px solid #c8c4ff;border-radius:999px;background:linear-gradient(135deg,#f4f2ff,#ebe8ff);color:#5148cf;font-size:8px;font-weight:950;white-space:nowrap}.lk-echo-amplified-badge b{font-size:8px}.lk-status{display:inline-flex;align-items:center;gap:5px;min-height:22px;padding:0 8px;border-radius:999px;font-size:9px;font-weight:900}.lk-status i{width:5px;height:5px;border-radius:50%;background:currentColor}.lk-status--new{background:#fff5dd;color:#bc7210}.lk-status--confirmed{background:#eaf9f1;color:#0c8557}.lk-status--resolved{background:#edf4ff;color:#2d66c9}.lk-status--contested{background:#fff0e8;color:#cc6323}.lk-status--moderation{background:#fff0f2;color:#cf4052}.lk-status--archived{background:#eff1f5;color:#687085}
.lk-echo-signal{color:#989eaf;font-size:9px;font-weight:800}.lk-echo-chevron{color:#c4c7d2;font-size:22px}


/* Splash */
.lk-screen--splash{display:flex!important;flex-direction:column;justify-content:center;min-height:100svh;padding:42px 28px;background:linear-gradient(180deg,#fff 0%,#fbfbff 62%,#f2f1ff 100%)}
.lookii-app:not([data-view="splash"]) .lk-screen--splash{display:none!important}
.lk-splash-orb{position:relative;width:78px;height:78px;margin-bottom:26px;border-radius:28px;background:linear-gradient(135deg,#25295f,#665cf0);box-shadow:0 20px 36px rgba(68,59,173,.24)}.lk-splash-orb i{position:absolute;top:31px;width:11px;height:11px;border-radius:50%;background:#fff}.lk-splash-orb i:first-child{left:24px}.lk-splash-orb i:last-child{right:24px}
.lk-screen--splash h1{margin:22px 0 28px;font-size:36px;line-height:1.04;letter-spacing:-.055em}.lk-promise-list{display:grid;gap:9px;margin-bottom:30px}.lk-promise-list article{display:flex;align-items:center;gap:12px;padding:11px 12px;border:1px solid #ebeaf7;border-radius:17px;background:rgba(255,255,255,.72)}.lk-promise-list article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--lk-primary-soft);color:var(--lk-primary);font-weight:900}.lk-promise-list b,.lk-promise-list small{display:block}.lk-promise-list b{font-size:13px}.lk-promise-list small{margin-top:2px;color:var(--lk-muted);font-size:10px}.lk-splash-note{display:block;margin-top:13px;text-align:center;color:#8a90a4}

/* Map — LOOKII 4.2.26 : radar kilométrique canonique */
.lk-map-page{padding-bottom:calc(98px + env(safe-area-inset-bottom))}
.lk-map-page__header{margin-bottom:10px}.lk-map-page__context{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:2px 0 10px;padding:12px 14px;border:1px solid var(--lk-line);border-radius:20px;background:linear-gradient(135deg,#fff,#f8f8ff);box-shadow:var(--lk-shadow-soft)}
.lk-map-page__context small{display:block;color:#7c8297;font-size:8px;font-weight:950;letter-spacing:.12em}.lk-map-page__context h1{margin:3px 0 2px;font-size:20px;line-height:1.04;letter-spacing:-.035em}.lk-map-page__context p{margin:0;color:var(--lk-muted);font-size:9px}.lk-map-page__count{display:grid;place-items:center;min-width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,#292f73,#665cf0);color:#fff;font-size:15px;font-weight:950;box-shadow:0 10px 24px rgba(89,83,233,.18)}
.lk-radius-control{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:0 0 10px}.lk-radius-control button{min-height:38px;border:1px solid #e1e3ee;border-radius:13px;background:#fff;color:#73798f;font-size:10px;font-weight:950}.lk-radius-control button.is-active{border-color:#7067f7;background:linear-gradient(135deg,#2d3278,#655cf0);color:#fff;box-shadow:0 8px 20px rgba(89,83,233,.18)}
.lk-map-toggle{display:grid;grid-template-columns:1fr 1fr;gap:4px;width:190px;margin:0 auto 10px;padding:3px;border:1px solid rgba(222,225,237,.95);border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(24,34,72,.06)}.lk-map-toggle button{height:32px;border:0;border-radius:999px;background:transparent;color:#777e92;font-size:10px;font-weight:950}.lk-map-toggle button.is-active{background:var(--lk-primary);color:#fff}
.lk-radar-map{position:relative;width:100%;height:56svh;min-height:420px;max-width:100%;overflow:hidden;border:1px solid var(--lk-line);border-radius:24px;background:linear-gradient(145deg,#edf5eb 0%,#f7f3e8 48%,#e8f1ff 100%);touch-action:pan-y;box-shadow:0 14px 34px rgba(27,36,70,.08)}
.lk-radar-map.leaflet-container{min-height:420px;background:#eef2ff}.lk-map-fallback[hidden]{display:none!important}.leaflet-popup-content .lk-map-popup-open{margin-top:8px;border:0;border-radius:999px;background:#5b4df5;color:white;font-weight:800;padding:8px 12px;cursor:pointer}
.lk-map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(75,91,130,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(75,91,130,.07) 1px,transparent 1px);background-size:44px 44px}.lk-map-road{position:absolute;height:24px;border-top:1px solid rgba(255,255,255,.9);border-bottom:1px solid rgba(194,201,219,.65);background:rgba(255,255,255,.72);transform-origin:left center}.lk-map-road--a{width:130%;left:-10%;top:42%;transform:rotate(-19deg)}.lk-map-road--b{width:110%;left:4%;top:68%;transform:rotate(16deg)}.lk-map-road--c{width:96%;left:20%;top:24%;transform:rotate(58deg)}
.lk-map-city{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.8);font-size:14px;font-weight:950;box-shadow:0 6px 18px rgba(34,44,79,.09)}.lk-map-self{position:absolute;left:53%;top:51%;width:22px;height:22px;border:4px solid #fff;border-radius:50%;background:var(--lk-blue);box-shadow:0 0 0 8px rgba(47,111,237,.16),0 6px 18px rgba(47,111,237,.28)}
.lk-map-panel{margin:10px 0 0;padding:12px 0 0;border-top:1px solid #eceef5;background:transparent}.lk-map-panel-handle{display:none}.lk-map-panel--nearby .lk-feed{margin-top:8px}.lk-map-loading{display:flex;align-items:center;justify-content:center;gap:10px;min-height:74px;color:#6e758d;font-size:10px}.lk-map-loading span{width:18px;height:18px;border:2px solid #d9dbec;border-top-color:var(--lk-primary);border-radius:50%;animation:lk-spin .8s linear infinite}@keyframes lk-spin{to{transform:rotate(360deg)}}
.lk-native-map{position:absolute;inset:0;overflow:hidden;background:#e8edf4;cursor:grab}.lk-native-map.is-dragging{cursor:grabbing}.lk-native-map-tiles,.lk-native-map-markers{position:absolute;inset:0}.lk-native-map-tile{position:absolute;width:256px;height:256px;max-width:none;user-select:none;pointer-events:none}.lk-native-map-radius{position:absolute;left:50%;top:50%;z-index:2;border:1.5px solid rgba(89,83,233,.55);border-radius:50%;background:rgba(89,83,233,.08);transform:translate(-50%,-50%);pointer-events:none}.lk-native-map-center{position:absolute;z-index:5;left:50%;top:50%;display:grid;place-items:center;width:34px;height:34px;border:3px solid #fff;border-radius:50%;background:linear-gradient(135deg,#272d70,#685ff3);color:#fff;font-size:16px;transform:translate(-50%,-50%);box-shadow:0 0 0 7px rgba(89,83,233,.15),0 8px 20px rgba(37,41,85,.24);pointer-events:none}
.lk-native-map-marker{position:absolute;z-index:4;display:grid;place-items:center;width:34px;height:34px;border:3px solid #fff;border-radius:13px;background:#fff;font-size:15px;transform:translate(-50%,-100%);box-shadow:0 7px 18px rgba(38,48,81,.22)}.lk-native-map-marker.is-amplified{z-index:5;border-color:#f6f4ff;box-shadow:0 0 0 6px rgba(101,92,240,.20),0 9px 22px rgba(54,48,160,.26)}.lk-native-map-marker.is-focus{z-index:6;width:43px;height:43px;border-radius:16px;box-shadow:0 0 0 7px rgba(89,83,233,.16),0 10px 24px rgba(38,48,81,.25)}.lk-native-map-marker.is-focus.is-amplified{box-shadow:0 0 0 8px rgba(101,92,240,.24),0 12px 28px rgba(46,41,142,.30)}
.lk-native-map-controls{position:absolute;z-index:7;right:10px;top:10px;display:grid;gap:5px}.lk-native-map-controls button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #dfe2ec;border-radius:12px;background:rgba(255,255,255,.93);color:#39405e;font-size:18px;font-weight:900;box-shadow:0 6px 18px rgba(34,42,72,.10)}.lk-native-map-status{position:absolute;z-index:7;left:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(22,27,55,.78);color:#fff;font-size:8px;font-weight:850;backdrop-filter:blur(8px)}.lk-native-map-attribution{position:absolute;z-index:7;right:7px;bottom:5px;font-size:7px}.lk-native-map-attribution a{color:#454b64;background:rgba(255,255,255,.82);padding:2px 4px;border-radius:4px}
.lk-leaflet-pin-wrap{background:none!important;border:0!important}.lk-leaflet-pin{display:grid;place-items:center;width:34px;height:34px;border:3px solid #fff;border-radius:13px;background:#fff;box-shadow:0 8px 20px rgba(38,48,81,.22);font-size:15px}.lk-leaflet-pin.is-amplified{border-color:#f6f4ff;box-shadow:0 0 0 6px rgba(101,92,240,.20),0 9px 22px rgba(54,48,160,.26)}.lk-leaflet-pin.is-focus{width:42px;height:42px;border-radius:16px;box-shadow:0 0 0 7px rgba(89,83,233,.16),0 10px 26px rgba(38,48,81,.26)}.lk-leaflet-pin.is-focus.is-amplified{box-shadow:0 0 0 8px rgba(101,92,240,.24),0 12px 28px rgba(46,41,142,.30)}
.lk-map-list-mode [data-radar-map]{display:none!important}.lk-map-list-mode .lk-map-panel{margin-top:0;border-top:0;padding-top:0}
@media(max-width:520px){.lk-radar-map{height:53svh;min-height:390px}.leaflet-control-zoom a{width:42px!important;height:42px!important;line-height:42px!important}.lk-radius-control{gap:5px}.lk-radius-control button{min-height:36px;font-size:9px}}
.lk-reply-resonance{display:inline-flex;align-items:center;gap:6px;border:1px solid #e5e7f5;background:#fff;color:#596079;border-radius:999px;padding:7px 10px;font-weight:800;cursor:pointer}.lk-reply-resonance span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#f0efff;color:#5b4df5}.lk-reply-resonance em{font-style:normal;font-size:12px}.lk-reply-resonance.is-active{background:#f0efff;border-color:#8176ff;color:#3f35c8;box-shadow:0 8px 24px rgba(91,77,245,.14)}.lk-pref-list,.lk-pref-signature{display:grid;gap:8px;margin:16px 0}.lk-pref-list label,.lk-pref-signature label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid #e7e9f4;border-radius:16px;background:#fff}.lk-pref-list input,.lk-pref-signature input{width:22px;height:22px;accent-color:#5b4df5}.lk-public-profile-hero{overflow:hidden}.lk-public-profile-hero:before{content:"";display:block;height:9px;background:linear-gradient(90deg,#0e2b64,#5b4df5,#7f6bff)}.lk-public-profile-hero .lk-public-profile-avatar{box-shadow:0 16px 36px rgba(14,43,100,.16)}

/* Flow / create */
.lk-flowbar{display:grid;grid-template-columns:45px 1fr 45px;align-items:center;gap:10px;margin-bottom:22px}.lk-flowbar>button{width:42px;height:42px;border:1px solid var(--lk-line);border-radius:15px;background:#fff;color:var(--lk-ink);font-size:22px;font-weight:800}.lk-flowbar>span{justify-self:end;color:#8b90a2;font-size:11px;font-weight:900}.lk-flowbar>div h1{margin:2px 0 0;font-size:21px}.lk-flow-progress{height:5px;overflow:hidden;border-radius:999px;background:#e6e8f1}.lk-flow-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lk-primary),var(--lk-primary-2));transition:width .25s ease}
.lk-create-stage h1{margin:4px 0 8px;font-size:31px;line-height:1.05;letter-spacing:-.05em}.lk-create-stage>p{margin:0 0 20px;color:var(--lk-muted);font-size:13px;line-height:1.5}.lk-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin:18px 0 22px}.lk-category-card{position:relative;min-height:108px;padding:15px;border:1px solid var(--lk-line);border-radius:22px;background:#fff;text-align:left;box-shadow:0 7px 22px rgba(24,34,72,.045)}.lk-category-card>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:15px;background:#f3f4f8;font-size:22px}.lk-category-card>b{font-size:14px}.lk-category-card>i{position:absolute;right:13px;top:13px;width:10px;height:10px;border:2px solid #d8dbe6;border-radius:50%}.lk-category-card.is-selected{border:2px solid var(--lk-primary);padding:14px;background:#faf9ff;box-shadow:0 10px 26px rgba(89,83,233,.11)}.lk-category-card.is-selected>i{border:3px solid #fff;background:var(--lk-primary);box-shadow:0 0 0 2px var(--lk-primary)}
.lk-tone-violet.lk-category-card>span{background:#f1efff}.lk-tone-slate.lk-category-card>span{background:#eef2f5}.lk-tone-green.lk-category-card>span,.lk-tone-emerald.lk-category-card>span{background:#eaf9f1}.lk-tone-amber.lk-category-card>span{background:#fff6df}.lk-tone-blue.lk-category-card>span{background:#edf4ff}.lk-tone-red.lk-category-card>span{background:#fff0f1}.lk-tone-grey.lk-category-card>span{background:#f0f1f4}
.lk-field{display:block;margin:13px 0}.lk-field>span{display:block;margin:0 0 7px 3px;color:#70778b;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.lk-field input,.lk-field select,.lk-field textarea{width:100%;min-height:54px;padding:0 15px;border:1px solid var(--lk-line);border-radius:17px;background:#fff;color:var(--lk-ink);outline:none}.lk-field textarea{min-height:125px;padding:14px 15px;resize:vertical;line-height:1.45}.lk-field input:focus,.lk-field select:focus,.lk-field textarea:focus{border-color:#aaa6ff;box-shadow:0 0 0 3px rgba(89,83,233,.12)}
.lk-choice-list{display:grid;gap:9px;margin:16px 0 20px}.lk-choice-row{display:grid;grid-template-columns:42px minmax(0,1fr) 18px;align-items:center;gap:12px;width:100%;min-height:64px;padding:8px 14px;border:1px solid var(--lk-line);border-radius:17px;background:#fff;text-align:left;font-weight:850}.lk-choice-row .lk-choice-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--lk-primary-soft);color:var(--lk-primary)}.lk-choice-row .lk-choice-icon .lk-sub-icon-svg{width:25px;height:25px}.lk-choice-row>b{font-size:14px;line-height:1.2}.lk-choice-row>i{color:#7d8498;font-style:normal;font-size:20px}.lk-choice-row.is-selected{border-color:var(--lk-primary);background:#faf9ff}.lk-choice-list--blue .lk-choice-icon{background:#edf4ff;color:#2769d8}.lk-choice-list--slate .lk-choice-icon{background:#eef2f5;color:#4f6280}.lk-choice-list--amber .lk-choice-icon{background:#fff5d9;color:#b77900}.lk-choice-list--green .lk-choice-icon{background:#eaf9f1;color:#17865c}.lk-choice-list--emerald .lk-choice-icon{background:#e9f8ef;color:#188253}.lk-choice-list--violet .lk-choice-icon{background:#f0edff;color:#6754df}.lk-choice-list--grey .lk-choice-icon{background:#f0f1f4;color:#5e6575}
.lk-create-location{display:grid;gap:9px;margin:14px 0;padding:12px;border:1px solid #e4e6f1;border-radius:21px;background:linear-gradient(145deg,#fff,#fafaff);box-shadow:0 10px 26px rgba(34,42,75,.05)}.lk-create-location>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.lk-create-location>header small{display:block;color:#7f8598;font-size:8px;font-weight:950;letter-spacing:.12em}.lk-create-location>header h2{margin:2px 0 0;font-size:17px;letter-spacing:-.025em}.lk-create-location>header>span{padding:5px 8px;border-radius:999px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:7px;font-weight:950}.lk-create-location__selected{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;border:1px solid #e6e7f0;border-radius:15px;background:#fff}.lk-create-location__selected>i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#efefff;color:var(--lk-primary);font-style:normal;font-size:18px}.lk-create-location__selected b,.lk-create-location__selected small{display:block}.lk-create-location__selected b{font-size:11px;line-height:1.25}.lk-create-location__selected small{margin-top:2px;color:var(--lk-muted);font-size:7.5px}.lk-create-location__selected button{border:0;background:transparent;color:var(--lk-primary);font-size:8px;font-weight:950}.lk-field--location{margin:0}.lk-create-location__modes{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.lk-create-location__modes>button{display:grid;justify-items:center;align-content:center;min-height:72px;padding:7px 5px;border:1px solid #e2e4ee;border-radius:14px;background:#fff;color:#515971;text-align:center}.lk-create-location__modes>button>span{display:grid;place-items:center;width:29px;height:29px;margin-bottom:4px;border-radius:10px;background:#f1f0ff;color:var(--lk-primary);font-size:15px}.lk-create-location__modes b,.lk-create-location__modes small{display:block}.lk-create-location__modes b{font-size:8px;line-height:1.15}.lk-create-location__modes small{margin-top:2px;color:#8a90a3;font-size:6.5px;line-height:1.2}.lk-location-results{display:grid;gap:6px;margin:10px 0 16px}.lk-location-results>small{padding:12px;color:var(--lk-muted);text-align:center}.lk-location-result{display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:9px;width:100%;padding:9px;border:1px solid #e4e6ef;border-radius:14px;background:#fff;text-align:left}.lk-location-result>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--lk-primary-soft);color:var(--lk-primary)}.lk-location-result b,.lk-location-result small{display:block}.lk-location-result b{font-size:10px}.lk-location-result small{margin-top:2px;color:var(--lk-muted);font-size:8px}.lk-location-result>i{color:#9ba0b1;font-style:normal}.lk-location-picker-map{position:relative;height:300px;margin:12px 0;overflow:hidden;border:1px solid #dfe2ed;border-radius:20px;background:#edf2f7;touch-action:none}.lk-location-picker-map .lk-native-map-tiles{position:absolute;inset:0}.lk-location-picker-map .lk-native-map-attribution{z-index:6}.lk-location-picker-pin{position:absolute;z-index:4;left:50%;top:50%;display:grid;place-items:center;width:42px;height:42px;border:3px solid #fff;border-radius:50%;background:linear-gradient(135deg,#293071,#675df0);color:#fff;font-size:18px;transform:translate(-50%,-50%);box-shadow:0 0 0 8px rgba(89,83,233,.15),0 10px 24px rgba(31,37,80,.26);pointer-events:none}.lk-location-picker-status{position:absolute;z-index:5;left:50%;bottom:9px;transform:translateX(-50%);padding:6px 9px;border-radius:999px;background:rgba(18,24,52,.78);color:#fff;font-size:7px;font-weight:850;white-space:nowrap;backdrop-filter:blur(8px)}.lk-location-picker-error{position:absolute;z-index:7;inset:50% auto auto 50%;width:min(260px,calc(100% - 32px));padding:16px;border:1px solid #e4e7f1;border-radius:18px;background:rgba(255,255,255,.96);text-align:center;transform:translate(-50%,-50%);box-shadow:0 16px 36px rgba(25,34,72,.16)}.lk-location-picker-error[hidden]{display:none!important}.lk-location-picker-error b,.lk-location-picker-error small{display:block}.lk-location-picker-error small{margin:5px 0 10px;color:var(--lk-muted);font-size:10px}.lk-location-picker-error button{border:0;border-radius:12px;background:var(--lk-primary);color:#fff;padding:9px 13px;font-weight:900}
.lk-photo-drop{position:relative;display:grid;place-items:center;min-height:240px;padding:20px;border:1px dashed #cdd1df;border-radius:24px;background:linear-gradient(180deg,#fff,#f9faff);text-align:center;overflow:hidden}.lk-photo-drop input{position:absolute;inset:0;opacity:0;cursor:pointer}.lk-photo-drop span{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 10px;border-radius:21px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:28px}.lk-photo-drop b,.lk-photo-drop small{display:block}.lk-photo-drop small{margin-top:6px;color:var(--lk-muted)}.lk-photo-drop img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.lk-photo-drop.has-image:after{content:"Changer la photo";position:absolute;right:12px;bottom:12px;padding:8px 10px;border-radius:999px;background:rgba(20,24,47,.76);color:#fff;font-size:10px;font-weight:900;backdrop-filter:blur(8px)}
.lk-cert{display:flex;align-items:flex-start;gap:10px;margin:15px 0;padding:13px;border:1px solid #cfeee1;border-radius:17px;background:#f0fbf6;color:#285d49;font-size:11px;line-height:1.45}.lk-cert input{margin-top:2px;accent-color:var(--lk-green)}
.lk-create-summary{display:grid;gap:9px;margin:15px 0}.lk-create-summary article{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--lk-line);border-radius:18px;background:#fff}.lk-create-summary article>span{display:grid;place-items:center;width:39px;height:39px;border-radius:14px;background:var(--lk-primary-soft);font-size:20px}.lk-create-summary b,.lk-create-summary small{display:block}.lk-create-summary small{margin-top:2px;color:var(--lk-muted);font-size:10px}
.lk-auth-wall{display:flex;min-height:68svh;flex-direction:column;justify-content:center;text-align:center}.lk-auth-mark{position:relative;width:76px;height:76px;margin:0 auto 22px;border-radius:26px;background:linear-gradient(135deg,#25295f,#655cf0);box-shadow:0 18px 40px rgba(89,83,233,.24)}.lk-auth-mark i{position:absolute;top:31px;width:10px;height:10px;border-radius:50%;background:#fff}.lk-auth-mark i:first-child{left:23px}.lk-auth-mark i:last-child{right:23px}.lk-auth-wall h1{margin:6px 0 10px;font-size:30px;letter-spacing:-.045em}.lk-auth-wall p{margin:0 auto 22px;max-width:360px;color:var(--lk-muted);line-height:1.55}

/* Echo detail */



.lk-confidence-strip{display:flex;align-items:center;gap:10px;margin:12px 0;padding:12px 13px;border-radius:18px;background:#fff;border:1px solid var(--lk-line)}.lk-confidence-strip>span{display:grid;place-items:center;width:36px;height:36px;border-radius:13px;background:var(--lk-primary-soft);color:var(--lk-primary);font-weight:900}.lk-confidence-strip div{min-width:0;flex:1}.lk-confidence-strip b,.lk-confidence-strip small{display:block}.lk-confidence-strip small{margin-top:3px;color:var(--lk-muted);font-size:10px;line-height:1.35}



/* Alerts */


/* Profile */
.lk-profile-card{padding:20px 16px;border:1px solid var(--lk-line);border-radius:27px;background:linear-gradient(180deg,#fff 0%,#fbfbff 100%);text-align:center;box-shadow:var(--lk-shadow-soft)}.lk-avatar{position:relative;display:grid;place-items:center;width:78px;height:78px;margin:0 auto 11px;border-radius:27px;background:linear-gradient(135deg,#dfe7ff,#cbc8ff);color:#313970;font-size:24px;font-weight:950}.lk-avatar i{position:absolute;right:-2px;bottom:-2px;width:21px;height:21px;border:4px solid #fff;border-radius:50%;background:var(--lk-green)}.lk-profile-card h2{margin:0 0 7px;font-size:22px}.lk-profile-card>p{margin:8px auto 12px;max-width:330px;color:var(--lk-muted);font-size:12px}.lk-trust-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#edf4ff;color:#2f64c4;font-size:10px}.lk-trust-badge span{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff}.lk-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:16px}.lk-stat-grid article{padding:11px 4px;border-radius:15px;background:#f6f7fb}.lk-stat-grid b,.lk-stat-grid small{display:block}.lk-stat-grid b{font-size:16px}.lk-stat-grid small{margin-top:3px;color:var(--lk-muted);font-size:8px;line-height:1.2}

/* Territories settings */
.lk-territory-block{margin:12px 0;padding:16px;border:1px solid var(--lk-line);border-radius:24px;background:#fff;box-shadow:var(--lk-shadow-soft)}.lk-territory-block>small{color:#7f8598;font-size:9px;font-weight:900;letter-spacing:.13em}.lk-territory-block--home>div{display:flex;align-items:center;gap:11px;margin-top:11px}.lk-territory-block--home>div>span,.lk-toggle-row>div>span{display:grid;place-items:center;width:45px;height:45px;border-radius:16px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:20px}.lk-territory-block--home>div>div{min-width:0;flex:1}.lk-territory-block--home b,.lk-territory-block--home small{display:block}.lk-territory-block--home small{margin-top:3px;color:var(--lk-muted);font-size:10px}.lk-territory-block--home button{border:0;background:transparent;color:var(--lk-primary);font-size:11px;font-weight:900}
.lk-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0 6px}.lk-toggle-row>div{display:flex;align-items:center;gap:11px}.lk-toggle-row b,.lk-toggle-row small{display:block}.lk-toggle-row small{max-width:250px;margin-top:3px;color:var(--lk-muted);font-size:10px;line-height:1.35}
.lk-switch input{display:none}.lk-switch span{position:relative;display:block;width:50px;height:29px;border-radius:999px;background:#d2d5df;transition:.2s}.lk-switch span:before{content:"";position:absolute;left:4px;top:4px;width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.18);transition:.2s}.lk-switch input:checked+span{background:var(--lk-primary)}.lk-switch input:checked+span:before{left:25px}
.lk-watched-row{display:grid;grid-template-columns:38px 1fr 34px;align-items:center;gap:10px;min-height:60px;padding:8px 0;border-bottom:1px solid #eef0f5}.lk-watched-row>span{display:grid;place-items:center;width:36px;height:36px;border-radius:13px;background:#f1f3f8;color:#687089}.lk-watched-row b,.lk-watched-row small{display:block}.lk-watched-row small{margin-top:2px;color:var(--lk-muted);font-size:9px}.lk-watched-row button{width:32px;height:32px;border:0;border-radius:11px;background:#f4f5f8;color:#7c8294;font-size:18px}
.lk-empty-inline{display:flex;align-items:center;gap:11px;padding:12px;border:1px dashed #d7dae5;border-radius:17px;background:#fafbfc}.lk-empty-inline>span{display:grid;place-items:center;width:37px;height:37px;border-radius:13px;background:#f0f1f7}.lk-empty-inline b,.lk-empty-inline small{display:block}.lk-empty-inline small{margin-top:3px;color:var(--lk-muted);font-size:10px}

/* Bottom navigation */
.lookii-app[data-view="splash"] .lk-bottom-nav,.lookii-app[data-view="login"] .lk-bottom-nav,.lookii-app[data-view="register"] .lk-bottom-nav,.lookii-app[data-view="forgot"] .lk-bottom-nav,.lookii-app[data-view="onboarding"] .lk-bottom-nav,.lookii-app[data-view="create"] .lk-bottom-nav,.lookii-app[data-view="echo"] .lk-bottom-nav,.lookii-app[data-view="territories"] .lk-bottom-nav{display:none}

/* Empty states */
.lk-empty-state{padding:50px 20px;text-align:center}.lk-empty-state--small{padding:28px 18px;border:1px dashed #d9dce7;border-radius:22px;background:#fafbfc}.lk-empty-orb{position:relative;width:58px;height:58px;margin:0 auto 14px;border-radius:20px;background:var(--lk-primary-soft)}.lk-empty-orb i{position:absolute;top:24px;width:7px;height:7px;border-radius:50%;background:var(--lk-primary)}.lk-empty-orb i:first-child{left:17px}.lk-empty-orb i:last-child{right:17px}.lk-empty-state h2,.lk-empty-state h3{margin:0 0 6px}.lk-empty-state p{margin:0;color:var(--lk-muted);font-size:12px}

/* Toast & sheet */
.lk-toast{position:fixed;z-index:90;left:50%;bottom:calc(95px + env(safe-area-inset-bottom));width:min(calc(100% - 36px),500px);padding:13px 15px;border-radius:17px;background:#161b34;color:#fff;text-align:center;font-size:12px;font-weight:800;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:.22s ease;box-shadow:0 18px 40px rgba(21,27,52,.25)}.lk-toast.is-show{opacity:1;transform:translate(-50%,0)}
.lk-sheet-backdrop{position:fixed;z-index:100;inset:0;background:rgba(15,20,44,.36);backdrop-filter:blur(2px)}
.lk-sheet{position:fixed;z-index:101;left:50%;bottom:0;width:min(100%,560px);max-height:82svh;padding:12px 18px calc(18px + env(safe-area-inset-bottom));overflow:auto;border-radius:28px 28px 0 0;background:#fff;transform:translateX(-50%);box-shadow:0 -20px 60px rgba(19,25,55,.22);animation:lkSheet .24s ease both}@keyframes lkSheet{from{transform:translate(-50%,20px);opacity:.4}to{transform:translate(-50%,0);opacity:1}}
.lk-sheet-handle{width:40px;height:4px;margin:0 auto 17px;border-radius:99px;background:#d4d7e1}.lk-sheet h2{margin:0 0 5px;font-size:23px;letter-spacing:-.035em}.lk-sheet>p{margin:0 0 15px;color:var(--lk-muted);font-size:12px}.lk-sheet-search{position:relative;margin:12px 0}.lk-sheet-search input{width:100%;height:53px;padding:0 44px 0 15px;border:1px solid var(--lk-line);border-radius:17px;background:#f9fafc;outline:none}.lk-sheet-search span{position:absolute;right:15px;top:16px;color:#858b9c}.lk-city-results{display:grid;gap:8px}.lk-city-result{display:flex;align-items:center;gap:11px;width:100%;min-height:60px;padding:9px 10px;border:1px solid var(--lk-line);border-radius:17px;background:#fff;text-align:left}.lk-city-result>span{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:var(--lk-primary-soft);color:var(--lk-primary)}.lk-city-result div{min-width:0;flex:1}.lk-city-result b,.lk-city-result small{display:block}.lk-city-result small{margin-top:3px;color:var(--lk-muted);font-size:9px}.lk-sheet-actions{display:grid;gap:8px;margin-top:12px}

/* Desktop frame */
@media (min-width:700px){
  body.lookii-shell{padding:24px}
  .lookii-app{min-height:calc(100svh - 48px);border:1px solid #e0e3ef;border-radius:34px;box-shadow:0 26px 80px rgba(28,36,75,.14)}
  .lk-screen{min-height:calc(100svh - 48px)}
  .lk-bottom-nav{bottom:28px}
  .lk-toast{bottom:112px}
  .lk-screen--splash{min-height:calc(100svh - 48px)}
}

@media (max-width:380px){
  .lk-screen{padding-left:14px;padding-right:14px}
  .lk-appbar h1{font-size:22px}
  
  .lk-territory-strip{grid-auto-columns:100px}.lk-territory-card{min-height:90px;padding:12px 10px}
  .lk-category-grid{gap:8px}.lk-category-card{min-height:102px}
  .lk-bottom-nav{grid-template-columns:1fr 1fr 66px 1fr 1fr}
}

@media (prefers-reduced-motion:reduce){
  .lk-screen,.lk-sheet{animation:none}.lk-btn,.lk-echo-card,.lk-toast,.lk-flow-progress i{transition:none}
}
.lk-onboarding-card{display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:11px;width:100%;min-height:64px;margin:2px 0 14px;padding:10px 12px;border:1px solid #d9d7ff;border-radius:20px;background:linear-gradient(135deg,#faf9ff,#efeeff);text-align:left;color:var(--lk-ink)}.lk-onboarding-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:#fff;color:var(--lk-primary);font-size:19px}.lk-onboarding-card b,.lk-onboarding-card small{display:block}.lk-onboarding-card small{margin-top:3px;color:var(--lk-muted);font-size:10px}.lk-onboarding-card>i{color:var(--lk-primary);font-size:20px;font-style:normal}


/* LOOKII 4.0.2 — Identity, onboarding and territorial profile */
.lk-brand-logo img{height:auto}.lk-brand-logo--hero{width:min(190px,52vw);margin:0 auto 6px}.lk-brand-logo--hero img{max-height:72px}.lk-brand-logo--compact{width:min(122px,36vw)}.lk-brand-logo--compact img{max-height:42px}.lk-brand-logo--standard{width:160px}.lk-wordmark--hero{font-size:40px;text-align:center}.lk-wordmark--compact{font-size:20px}.lk-splash-brand{display:flex;justify-content:center;min-height:50px;margin-bottom:4px}
.lk-link-btn{display:block;width:100%;padding:11px 8px;border:0;background:transparent;color:var(--lk-primary);font-size:12px;font-weight:900;text-align:center}.lk-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}

.lk-screen--auth,.lk-screen--onboarding{padding-bottom:28px;background:linear-gradient(180deg,#fff 0%,#f9f9fe 56%,#f2f2fb 100%)}
.lk-auth-topbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;min-height:58px;margin-bottom:20px}.lk-auth-topbar>button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--lk-line);border-radius:15px;background:#fff;color:var(--lk-ink);font-size:20px}.lk-auth-topbar .lk-brand-logo,.lk-auth-topbar .lk-wordmark{justify-self:center}.lk-auth-topbar>span{justify-self:end}
.lk-auth-card{padding:22px 18px;border:1px solid var(--lk-line);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:var(--lk-shadow)}.lk-auth-card h1{margin:7px 0 8px;font-size:31px;line-height:1.03;letter-spacing:-.05em}.lk-auth-card>p{margin:0 0 18px;color:var(--lk-muted);font-size:12px;line-height:1.55}.lk-auth-card form{display:grid;gap:10px}.lk-auth-remember{display:flex;align-items:center;gap:9px;padding:2px 1px 5px;color:var(--lk-muted);font-size:10px}.lk-auth-remember input{accent-color:var(--lk-primary)}.lk-auth-divider{display:flex;align-items:center;gap:10px;margin:14px 0}.lk-auth-divider:before,.lk-auth-divider:after{content:"";height:1px;flex:1;background:var(--lk-line)}.lk-auth-divider span{color:#9196a7;font-size:9px;font-weight:800}.lk-auth-message{min-height:0;margin-top:10px;padding:0;border-radius:14px;font-size:11px;font-weight:800}.lk-auth-message.is-error,.lk-auth-message.is-success{padding:10px 12px}.lk-auth-message.is-error{background:#fff0f1;color:#b42f3b}.lk-auth-message.is-success{background:#eaf9f2;color:#13774f}

.lk-onboarding-step-label{color:var(--lk-primary);font-size:11px;font-weight:900}.lk-onboarding-progress{height:4px;margin:-8px 0 24px;border-radius:999px;background:#e7e8f3;overflow:hidden}.lk-onboarding-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lk-primary),var(--lk-primary-2));transition:width .25s ease}.lk-onboarding-stage{padding:4px 0}.lk-onboarding-stage h1{margin:8px 0 8px;font-size:34px;line-height:1.02;letter-spacing:-.055em}.lk-onboarding-stage>p{margin:0 0 18px;color:var(--lk-muted);font-size:12px;line-height:1.55}.lk-onboarding-city-card{display:grid;grid-template-columns:52px 1fr 22px;align-items:center;gap:12px;width:100%;min-height:78px;margin:0 0 10px;padding:12px;border:1px solid #dfe1ec;border-radius:22px;background:#fff;text-align:left;color:var(--lk-ink);box-shadow:var(--lk-shadow-soft)}.lk-onboarding-city-card>span{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:24px}.lk-onboarding-city-card b,.lk-onboarding-city-card small{display:block}.lk-onboarding-city-card b{font-size:15px}.lk-onboarding-city-card small{margin-top:4px;color:var(--lk-muted);font-size:10px}.lk-onboarding-city-card>i{color:var(--lk-primary);font-size:22px;font-style:normal}.lk-onboarding-city-card.is-selected{border-color:#c9c6ff;box-shadow:0 12px 30px rgba(89,83,233,.10)}.lk-onboarding-watched{display:grid;gap:8px;margin-bottom:10px}.lk-onboarding-ready{text-align:center}.lk-ready-mark{position:relative;width:84px;height:84px;margin:12px auto 18px;border-radius:29px;background:linear-gradient(135deg,#ecebff,#dcd9ff)}.lk-ready-mark i{position:absolute;top:37px;width:9px;height:9px;border-radius:50%;background:var(--lk-primary)}.lk-ready-mark i:first-child{left:25px}.lk-ready-mark i:last-child{right:25px}.lk-onboarding-ready h1{margin:8px 0}.lk-onboarding-ready>p{max-width:390px;margin:0 auto 18px}.lk-onboarding-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:16px 0}.lk-onboarding-summary article{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid var(--lk-line);border-radius:18px;background:#fff;text-align:left}.lk-onboarding-summary article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--lk-primary-soft);color:var(--lk-primary)}.lk-onboarding-summary small,.lk-onboarding-summary b{display:block}.lk-onboarding-summary small{color:var(--lk-muted);font-size:8px}.lk-onboarding-summary b{margin-top:2px;font-size:11px}

.lk-home-anchor{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;width:100%;min-height:62px;margin:2px 0 14px;padding:9px 11px;border:1px solid #e0e2ee;border-radius:20px;background:#fff;text-align:left;color:var(--lk-ink);box-shadow:var(--lk-shadow-soft)}.lk-home-anchor>span{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:19px}.lk-home-anchor small,.lk-home-anchor b{display:block}.lk-home-anchor small{color:var(--lk-muted);font-size:8px;font-weight:900;letter-spacing:.11em}.lk-home-anchor b{margin-top:2px;font-size:14px}.lk-home-anchor>i{padding:6px 8px;border-radius:10px;background:#f4f3ff;color:var(--lk-primary);font-size:9px;font-style:normal;font-weight:900}

.lk-appbar--profile{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:9px}.lk-appbar--profile>div{text-align:left}.lk-icon-btn--back{font-size:19px}
.lk-profile-home-card{display:grid;grid-template-columns:50px 1fr 20px;align-items:center;gap:11px;width:100%;min-height:72px;padding:10px 12px;border:1px solid var(--lk-line);border-radius:22px;background:#fff;color:var(--lk-ink);text-align:left;box-shadow:var(--lk-shadow-soft)}.lk-profile-home-card>span{display:grid;place-items:center;width:50px;height:50px;border-radius:17px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:23px}.lk-profile-home-card b,.lk-profile-home-card small{display:block}.lk-profile-home-card b{font-size:15px}.lk-profile-home-card small{margin-top:3px;color:var(--lk-muted);font-size:9px}.lk-profile-home-card>i{color:var(--lk-primary);font-size:22px;font-style:normal}
.lk-profile-territories{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(105px,1fr);gap:8px;overflow-x:auto;padding:1px 1px 4px;scrollbar-width:none}.lk-profile-territories::-webkit-scrollbar{display:none}.lk-profile-territories button{display:flex;min-height:92px;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:12px;border:1px solid var(--lk-line);border-radius:20px;background:#fff;color:var(--lk-ink);text-align:left;box-shadow:var(--lk-shadow-soft)}.lk-profile-territories button>span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:auto;border-radius:12px;background:#f1f2f8;color:#666e89}.lk-profile-territories b,.lk-profile-territories small{display:block}.lk-profile-territories b{max-width:100%;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lk-profile-territories small{margin-top:2px;color:var(--lk-muted);font-size:8px}.lk-profile-territories .lk-profile-territory-add{border-style:dashed;background:#fafaff}.lk-profile-territories .lk-profile-territory-add>span{background:var(--lk-primary-soft);color:var(--lk-primary)}
.lk-activity-feed{display:grid;gap:8px}.lk-activity-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;width:100%;min-height:66px;padding:9px 10px;border:1px solid var(--lk-line);border-radius:19px;background:#fff;color:var(--lk-ink);text-align:left;box-shadow:var(--lk-shadow-soft)}.lk-activity-row>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#f1f2fa;color:var(--lk-primary);font-weight:900}.lk-activity-row small,.lk-activity-row b,.lk-activity-row em{display:block}.lk-activity-row small{color:var(--lk-primary);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.lk-activity-row b{margin-top:2px;font-size:12px}.lk-activity-row em{margin-top:2px;color:var(--lk-muted);font-size:8px;font-style:normal}.lk-activity-row time{color:var(--lk-muted);font-size:9px}

@media (max-width:420px){
  .lk-auth-card{padding:20px 15px}.lk-auth-card h1,.lk-onboarding-stage h1{font-size:30px}.lk-brand-logo--hero{width:min(170px,55vw)}
  .lk-stat-grid{grid-template-columns:repeat(2,1fr)}.lk-stat-grid small{font-size:9px}.lk-profile-card{padding:18px 13px}
}
.lk-welcome-visual{position:relative;overflow:hidden;width:100%;min-height:120px;margin:14px 0 10px;border-radius:24px;background:linear-gradient(180deg,#eef5ff 0%,#f8f5ff 65%,#f3efe9 100%)}.lk-welcome-visual img{display:block;width:100%;height:100%;max-height:210px;object-fit:cover}.lk-welcome-visual--auth{min-height:92px;margin:0 0 12px;border-radius:22px}.lk-welcome-visual--default:after{content:"";position:absolute;left:-10%;right:-10%;bottom:-28px;height:82px;border-radius:50%;background:#d8e5c9}.lk-welcome-visual--default>b{position:absolute;z-index:3;left:0;right:0;bottom:24px;height:5px;background:rgba(74,86,121,.12)}.lk-sun{position:absolute;right:30px;top:18px;width:26px;height:26px;border-radius:50%;background:#ffd56d;box-shadow:0 0 0 8px rgba(255,213,109,.18)}.lk-house{position:absolute;z-index:2;bottom:27px;width:48px;height:44px;border-radius:5px 5px 2px 2px;background:#fff;box-shadow:0 8px 18px rgba(42,55,87,.10)}.lk-house:before{content:"";position:absolute;left:6px;top:-22px;width:36px;height:36px;background:inherit;transform:rotate(45deg);border-radius:4px}.lk-house:after{content:"";position:absolute;left:20px;bottom:0;width:10px;height:22px;border-radius:4px 4px 0 0;background:#b6a2f4}.lk-house--1{left:30px;background:#fff3e6}.lk-house--2{left:104px;width:56px;height:52px;background:#eef3ff}.lk-house--3{left:190px;background:#f8edff}.lk-tree{position:absolute;z-index:3;bottom:28px;width:14px;height:44px;border-radius:8px;background:#8d765d}.lk-tree:before{content:"";position:absolute;left:-13px;top:-22px;width:40px;height:40px;border-radius:50%;background:#81b78e}.lk-tree--1{left:250px}.lk-tree--2{right:35px}.lk-splash-note+.lk-welcome-visual{margin-top:10px}

/* LOOKII 4.0.2 — Brand defaults, territorial coherence and thumb-first dock */
.lk-location-pill{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:6px;max-width:280px;padding:6px 9px}
.lk-location-pill em{color:#8c91a4;font-size:8px;font-style:normal;font-weight:950;letter-spacing:.11em}
.lk-location-pill b{font-size:13px}

.lk-brand-logo--hero{width:min(178px,50vw)}
.lk-brand-logo--hero img{max-height:58px}
.lk-brand-logo--compact{width:min(118px,34vw)}
.lk-brand-logo--compact img{max-height:35px}
.lk-brand-logo--standard{width:min(160px,42vw)}



/* LOOKII 4.0.3 — visible brand/account zone and factual Echo thread */

.lk-brand-logo--app{width:102px}.lk-brand-logo--app img{max-height:29px}.lk-brand-logo--account{width:114px}.lk-brand-logo--account img{max-height:34px}
.lk-account-sheet-brand{display:flex;justify-content:center;margin:0 0 12px}.lk-account-sheet-brand img{display:block;width:auto;max-width:150px;max-height:46px;object-fit:contain}.lk-account-sheet-brand b{font-size:26px;color:var(--lk-primary)}.lk-btn--danger-soft{display:flex;align-items:center;justify-content:center;min-height:48px;border:1px solid #f0d7dc!important;background:#fff5f6!important;color:#b44350!important;text-decoration:none;font-weight:900}




.lk-reply{display:grid;grid-template-columns:36px 1fr;gap:9px;padding:10px 0;border-top:1px solid #eef0f5}.lk-reply:first-child{border-top:0}.lk-reply.is-moderation{padding:10px;border:1px dashed #e8caa7;border-radius:16px;background:#fffaf3}.lk-reply p{margin:5px 0 6px;color:#343a55;font-size:11px;line-height:1.5;overflow-wrap:anywhere}
/* v4.0.4 — Hero émotionnel dynamique selon la taille du territoire */



.lk-hero-environment{opacity:.96}
.lk-hero-environment span{position:absolute;display:block}
.lk-env-sun{right:24px;top:18px;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.18);box-shadow:0 0 0 14px rgba(255,255,255,.05)}
.lk-env-hill{left:-8%;bottom:-34px;width:74%;height:100px;border-radius:50% 50% 0 0;background:rgba(255,255,255,.10);transform:rotate(-4deg)}
.lk-env-hill--b{left:35%;bottom:-46px;width:82%;height:120px;background:rgba(7,15,54,.16);transform:rotate(4deg)}
.lk-env-building{bottom:0;border-radius:5px 5px 0 0;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.lk-env-building:after{content:"";position:absolute;left:7px;right:7px;top:12px;height:5px;border-radius:2px;background:rgba(255,255,255,.34);box-shadow:0 15px 0 rgba(255,255,255,.23),0 30px 0 rgba(255,255,255,.18)}
.lk-env-building--1{right:132px;width:34px;height:72px}.lk-env-building--2{right:92px;width:31px;height:96px}.lk-env-building--3{right:52px;width:34px;height:124px}.lk-env-building--4{right:10px;width:36px;height:82px}
.lk-env-road{left:44%;bottom:-18px;width:120px;height:72px;border-radius:50% 50% 0 0;border-left:11px solid rgba(255,255,255,.13);transform:rotate(8deg)}
.lk-env-tree{bottom:13px;width:18px;height:38px;border-radius:55% 55% 40% 40%;background:rgba(255,255,255,.20)}
.lk-env-tree:after{content:"";position:absolute;left:8px;bottom:-12px;width:3px;height:16px;background:rgba(255,255,255,.18)}
.lk-env-tree--1{right:130px}.lk-env-tree--2{right:104px;transform:scale(.8)}

.lk-hero-card--village{background:linear-gradient(135deg,#234c5c 0%,#3a6d68 52%,#7aa66c 100%);box-shadow:0 20px 38px rgba(31,79,74,.22)}
.lk-hero-card--village .lk-env-building--1{right:116px;width:54px;height:39px;border-radius:6px 6px 0 0;transform:skewX(-7deg)}
.lk-hero-card--village .lk-env-building--1:before{content:"";position:absolute;left:-4px;right:-4px;top:-17px;height:24px;background:rgba(255,255,255,.22);clip-path:polygon(50% 0,100% 100%,0 100%)}
.lk-hero-card--village .lk-env-building--2{right:58px;width:47px;height:33px;border-radius:6px 6px 0 0}.lk-hero-card--village .lk-env-building--2:before{content:"";position:absolute;left:-4px;right:-4px;top:-15px;height:22px;background:rgba(255,255,255,.18);clip-path:polygon(50% 0,100% 100%,0 100%)}
.lk-hero-card--village .lk-env-building--3,.lk-hero-card--village .lk-env-building--4{display:none}.lk-hero-card--village .lk-env-sun{background:rgba(255,223,151,.28)}

.lk-hero-card--bourg{background:linear-gradient(135deg,#1b244f 0%,#3b3b7d 53%,#655ce7 100%);box-shadow:0 20px 38px rgba(40,42,104,.22)}
.lk-hero-card--bourg .lk-env-building--3,.lk-hero-card--bourg .lk-env-building--4{display:none}.lk-hero-card--bourg .lk-env-building--1{height:55px;width:46px;right:112px}.lk-hero-card--bourg .lk-env-building--2{height:70px;width:42px;right:62px}

.lk-hero-card--ville{background:linear-gradient(135deg,#173d63 0%,#285f8f 48%,#4a7fe0 100%);box-shadow:0 20px 38px rgba(29,78,127,.25)}
.lk-hero-card--ville .lk-env-hill{opacity:.25}.lk-hero-card--ville .lk-env-building{background:rgba(255,255,255,.20)}

.lk-hero-card--grande-ville{background:linear-gradient(135deg,#151932 0%,#352a63 48%,#744fc8 100%);box-shadow:0 22px 42px rgba(44,31,91,.28)}
.lk-hero-card--grande-ville .lk-env-building--1{height:98px}.lk-hero-card--grande-ville .lk-env-building--2{height:132px}.lk-hero-card--grande-ville .lk-env-building--3{height:158px}.lk-hero-card--grande-ville .lk-env-building--4{height:118px}.lk-hero-card--grande-ville .lk-env-hill,.lk-hero-card--grande-ville .lk-env-tree{display:none}.lk-hero-card--grande-ville .lk-env-sun{width:34px;height:34px;background:rgba(209,196,255,.20)}


/* LOOKII 4.0.6 — Accueil territorial 2.0 */
.lk-brand-home-link{line-height:0}.lk-brand-home-link:focus-visible{outline:3px solid rgba(91,78,245,.25);outline-offset:5px;border-radius:10px}

.lk-location-pill{transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.lk-location-pill:hover,.lk-location-pill:focus-visible{transform:translateY(-1px);background:#fff;box-shadow:0 10px 24px rgba(24,31,72,.10)}.lk-location-pill i{transition:transform .2s ease}.lk-location-pill:hover i{transform:translateY(2px)}
.lk-radar-choice-list .lk-choice-row.is-active{border-color:#6658f5;background:linear-gradient(135deg,#f4f1ff,#fff);box-shadow:0 8px 24px rgba(92,76,235,.10)}

.lk-env-sky-glow{right:-40px;top:-80px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.24),rgba(255,255,255,0) 68%)}
.lk-env-cloud{height:12px;border-radius:999px;background:rgba(255,255,255,.12)}.lk-env-cloud:before,.lk-env-cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.lk-env-cloud:before{width:22px;height:22px;left:9px;top:-10px}.lk-env-cloud:after{width:17px;height:17px;right:9px;top:-7px}.lk-env-cloud--1{width:62px;right:46px;top:44px}.lk-env-cloud--2{width:45px;right:144px;top:72px;opacity:.55}
.lk-env-river{left:52%;right:-20%;bottom:-18px;height:56px;border-radius:50% 30% 0 0;transform:rotate(-7deg);background:linear-gradient(180deg,rgba(151,222,255,.22),rgba(255,255,255,.04));border-top:1px solid rgba(255,255,255,.22)}
.lk-env-building--5{right:12px;width:34px;height:64px}.lk-env-church,.lk-env-townhall,.lk-env-tower{bottom:29px;background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.lk-env-church{right:105px;width:25px;height:63px;border-radius:4px 4px 0 0}.lk-env-church:before{content:"";position:absolute;left:5px;top:-31px;width:15px;height:35px;background:rgba(255,255,255,.18);clip-path:polygon(50% 0,100% 100%,0 100%)}
.lk-env-townhall{right:67px;width:52px;height:42px;border-radius:7px 7px 0 0}.lk-env-townhall:before{content:"";position:absolute;left:-4px;right:-4px;top:-16px;height:18px;background:rgba(255,255,255,.14);clip-path:polygon(50% 0,100% 100%,0 100%)}
.lk-env-tower{right:75px;width:33px;height:118px;border-radius:9px 9px 0 0}.lk-env-tower:before{content:"";position:absolute;left:8px;right:8px;top:12px;height:30px;background:repeating-linear-gradient(90deg,rgba(255,255,255,.18) 0 3px,transparent 3px 7px)}
.lk-env-tree--3{right:176px;bottom:26px}.lk-env-lamp{bottom:28px;width:3px;height:38px;background:rgba(255,255,255,.20);border-radius:3px}.lk-env-lamp:before{content:"";position:absolute;width:11px;height:7px;left:-4px;top:-2px;border-radius:6px 6px 2px 2px;background:rgba(255,231,157,.42);box-shadow:0 0 16px rgba(255,226,140,.32)}.lk-env-lamp--1{right:48px}.lk-env-lamp--2{right:156px;opacity:.7}
.lk-hero-card--village{background:linear-gradient(138deg,#184254 0%,#356b61 53%,#8eae6b 100%)}.lk-hero-card--village .lk-env-townhall,.lk-hero-card--village .lk-env-tower,.lk-hero-card--village .lk-env-building--3,.lk-hero-card--village .lk-env-building--4,.lk-hero-card--village .lk-env-building--5,.lk-hero-card--village .lk-env-lamp{display:none}.lk-hero-card--village .lk-env-church{display:block}.lk-hero-card--village .lk-env-road{background:linear-gradient(90deg,transparent,rgba(255,245,215,.25),transparent)}
.lk-hero-card--bourg{background:linear-gradient(138deg,#252456 0%,#4a438e 55%,#786ae9 100%)}.lk-hero-card--bourg .lk-env-church,.lk-hero-card--bourg .lk-env-townhall{display:block}.lk-hero-card--bourg .lk-env-tower,.lk-hero-card--bourg .lk-env-building--4,.lk-hero-card--bourg .lk-env-building--5{display:none}
.lk-hero-card--ville{background:linear-gradient(138deg,#133e67 0%,#2a6e9d 52%,#4f91e7 100%)}.lk-hero-card--ville .lk-env-church{display:none}.lk-hero-card--ville .lk-env-townhall{display:block}.lk-hero-card--ville .lk-env-tower{display:none}.lk-hero-card--ville .lk-env-building{background:rgba(255,255,255,.19)}
.lk-hero-card--grande-ville{background:linear-gradient(138deg,#17172f 0%,#3b286a 48%,#7d4cca 100%)}.lk-hero-card--grande-ville .lk-env-church,.lk-hero-card--grande-ville .lk-env-townhall,.lk-hero-card--grande-ville .lk-env-hill,.lk-hero-card--grande-ville .lk-env-tree{display:none}.lk-hero-card--grande-ville .lk-env-tower{display:block}.lk-hero-card--grande-ville .lk-env-building--1{height:105px}.lk-hero-card--grande-ville .lk-env-building--2{height:140px}.lk-hero-card--grande-ville .lk-env-building--3{height:166px}.lk-hero-card--grande-ville .lk-env-building--4{height:128px}.lk-hero-card--grande-ville .lk-env-building--5{height:92px}

.lk-screen[data-screen="home"]{padding-top:12px}
@media(max-width:420px){.lk-screen[data-screen="home"]{padding-top:8px}}

/* ============================================================
   LOOKII Core 4.0.7 — Trust, Notifications & Mobile Polish
   ============================================================ */
.lookii-app .lk-screen{padding-top:max(8px,env(safe-area-inset-top));padding-bottom:112px}
.lookii-app .lk-screen[data-screen="home"]{padding-top:max(4px,env(safe-area-inset-top))}



.lk-brand-home-link{min-width:44px;min-height:44px;padding:0;border:0;background:transparent}
.lk-brand-logo{display:block;line-height:0}
.lk-brand-logo img{display:block;width:auto;max-width:100%;object-fit:contain}
.lk-brand-logo--app img{height:34px;max-width:148px}
.lk-brand-logo--mini img{height:28px;max-width:128px}
.lk-brand-logo--compact img{height:36px;max-width:158px}

.lk-location-pill{min-height:44px}
.lk-icon-btn,.lk-flowbar>button,.lk-appbar button{min-width:44px;min-height:44px}

/* Hero illustrations: dedicated vector scenes, not generic decorative circles. */




.lk-hero-environment{position:absolute;z-index:1;opacity:1;pointer-events:none;overflow:hidden}
.lk-hero-art{object-fit:cover;filter:saturate(.96) contrast(1.03)}

.lk-hero-environment:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,31,71,.72) 0%,rgba(20,31,71,.43) 49%,rgba(20,31,71,.02) 82%);z-index:2}
.lk-hero-card--village .lk-hero-environment:after{background:linear-gradient(90deg,rgba(26,63,65,.84) 0%,rgba(35,79,70,.52) 51%,rgba(47,99,78,.02) 84%)}
.lk-hero-card--bourg .lk-hero-environment:after{background:linear-gradient(90deg,rgba(31,60,84,.84) 0%,rgba(38,74,101,.5) 53%,rgba(48,92,123,.02) 84%)}
.lk-hero-card--ville .lk-hero-environment:after{background:linear-gradient(90deg,rgba(25,48,85,.85) 0%,rgba(35,70,114,.47) 54%,rgba(51,92,139,.02) 84%)}
.lk-hero-card--grande-ville .lk-hero-environment:after{background:linear-gradient(90deg,rgba(31,27,84,.87) 0%,rgba(67,48,132,.5) 53%,rgba(100,76,183,.02) 84%)}


/* Signature bottom navigation: coherent outline icons and robust tap targets. */
.lk-bottom-nav>button{min-width:44px;min-height:58px;border-radius:18px;transition:transform .18s ease,background .18s ease,color .18s ease}
.lk-bottom-nav>button:not(.lk-nav-create):active{transform:scale(.94)}
.lk-bottom-nav>button:not(.lk-nav-create).is-active{background:linear-gradient(180deg,rgba(91,84,237,.12),rgba(91,84,237,.035));color:var(--lk-primary)}
.lk-nav-icon{position:relative;width:24px;height:24px;display:grid!important;place-items:center}
.lk-nav-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.lk-bottom-nav>button.is-active .lk-nav-icon:after{content:"";position:absolute;left:50%;bottom:-7px;width:14px;height:3px;border-radius:99px;background:currentColor;transform:translateX(-50%)}
.lk-nav-unread{position:absolute;right:-8px;top:-7px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:#e93248;color:#fff;font-size:9px;font-style:normal;font-weight:900;box-shadow:0 0 0 3px #fff}
.lk-nav-unread[hidden]{display:none!important}

/* Sub-screens share a branded, navigable header. */










/* Echo report transparency. */





/* Notifications and the unique Echo pulse ribbon. */
.lk-echo-pulse{position:fixed;z-index:90;top:calc(10px + env(safe-area-inset-top));left:50%;display:grid;grid-template-columns:46px minmax(0,1fr) 22px;align-items:center;gap:10px;width:min(calc(100% - 24px),520px);padding:10px 12px;border:1px solid rgba(110,95,242,.26);border-radius:20px;background:rgba(255,255,255,.97);color:#171b3c;text-align:left;transform:translate(-50%,0);box-shadow:0 20px 55px rgba(40,37,103,.25);backdrop-filter:blur(18px);animation:lkPulseIn .42s cubic-bezier(.2,.8,.2,1)}
.lk-echo-pulse[hidden]{display:none!important}.lk-echo-pulse.is-hiding{opacity:0;transform:translate(-50%,-18px);transition:.3s ease}
.lk-echo-pulse-mark,.lk-notification-orbit,.lk-alert-orbit{position:relative;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#edeaff,#f7f6ff);color:#5c54eb}
.lk-echo-pulse-mark{width:46px;height:46px}.lk-echo-pulse-mark i,.lk-notification-orbit i,.lk-alert-orbit i{position:absolute;border:1.5px solid currentColor;border-radius:50%;opacity:.32;animation:lkOrbit 2.2s infinite ease-out}.lk-echo-pulse-mark i:first-child{width:22px;height:22px}.lk-echo-pulse-mark i:nth-child(2){width:34px;height:34px;animation-delay:.6s}.lk-echo-pulse-mark:after{content:"••";font-weight:950;letter-spacing:1px}
.lk-echo-pulse-copy{min-width:0;display:grid;gap:1px}.lk-echo-pulse-copy small{font-size:8px;font-weight:950;letter-spacing:.12em;color:#6c63ea}.lk-echo-pulse-copy b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lk-echo-pulse-copy em{font-size:10px;color:#747b94;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-style:normal}.lk-echo-pulse-arrow{font-size:24px;color:#7770ef}
@keyframes lkPulseIn{from{opacity:0;transform:translate(-50%,-25px) scale(.96)}to{opacity:1;transform:translate(-50%,0) scale(1)}}
@keyframes lkOrbit{0%{transform:scale(.55);opacity:.55}75%,100%{transform:scale(1.2);opacity:0}}
.lk-notification-feed{display:grid;gap:10px;margin:14px 0 18px}
.lk-notification-card{display:grid;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:11px;width:100%;min-height:86px;padding:12px 13px;border:1px solid #e1e5f0;border-radius:22px;background:#fff;color:#171b3c;text-align:left;box-shadow:0 8px 25px rgba(28,35,74,.06)}
.lk-notification-card.is-unread{border-color:#b7b1ff;background:linear-gradient(145deg,#f8f7ff,#fff);box-shadow:0 11px 30px rgba(91,84,237,.13)}
.lk-notification-orbit{width:48px;height:48px}.lk-notification-orbit i:first-child{width:22px;height:22px}.lk-notification-orbit i:nth-child(2){width:36px;height:36px;animation-delay:.7s}.lk-notification-orbit b{font-size:13px;letter-spacing:1px;z-index:2}
.lk-notification-card>div{min-width:0}.lk-notification-card small{display:block;margin-bottom:3px;font-size:8px;font-weight:950;letter-spacing:.09em;color:#665eea}.lk-notification-card h3{margin:0 0 3px;font-size:14px;line-height:1.2}.lk-notification-card p{margin:0;font-size:11px;line-height:1.35;color:#737a92}.lk-notification-card em{display:block;margin-top:5px;font-size:9px;color:#9298aa;font-style:normal}.lk-notification-chevron{font-size:23px;color:#a6abbc}
.lk-alert-orbit{width:42px;height:42px}.lk-alert-orbit i:first-child{width:18px;height:18px}.lk-alert-orbit i:nth-child(2){width:30px;height:30px;animation-delay:.5s}

/* Feed text should wrap intentionally rather than accidentally truncate on alerts. */


@media (max-width:420px){
  .lookii-app .lk-screen{padding-left:14px;padding-right:14px}
  
  .lk-brand-logo--app img{height:30px;max-width:138px}
  
  
  .lk-bottom-nav{height:78px}.lk-bottom-nav>button{min-height:60px}
  
}


/* ============================================================
   LOOKII Core 4.0.8 — Mobile Stability, Public Profile & Photo Hero
   ============================================================ */
:root{
  --lk-safe-top:max(0px,env(safe-area-inset-top));
  --lk-safe-bottom:max(18px,env(safe-area-inset-bottom));
}
html:has(.lookii-app),body:has(.lookii-app){min-height:100%;overscroll-behavior-y:auto}
body.lookii-shell{padding-top:0!important;margin-top:0!important}
body.lookii-shell #wpadminbar,.lookii-shell-wrap #wpadminbar{display:none!important}
.lookii-shell-wrap{min-height:100svh;padding-top:var(--lk-safe-top)}
.lookii-app{min-height:calc(100svh - var(--lk-safe-top));padding-top:0;overflow-x:clip;overflow-y:visible;overscroll-behavior-y:auto}
.lookii-app .lk-screen{padding-top:max(10px,var(--lk-safe-top));scroll-padding-top:var(--lk-safe-top)}
.lookii-app .lk-screen[data-screen="home"]{padding-top:max(8px,var(--lk-safe-top))}
/* Safety net only: JS removes duplicate docks at source inside each app instance. */
.lookii-app [data-lookii-bottom-nav]~[data-lookii-bottom-nav]{display:none!important}

.lk-appbar--home-v408{display:block;margin-bottom:12px}






/* The hero now uses the user-approved 12-image territorial pack. */

.lk-hero-environment{inset:0}
.lk-hero-art{position:absolute;inset:0;display:none;width:100%;height:100%}
.lk-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.92) contrast(1.02) brightness(.86)}
.lk-hero-card--village .lk-hero-art--village,
.lk-hero-card--bourg .lk-hero-art--bourg,
.lk-hero-card--ville .lk-hero-art--ville,
.lk-hero-card--grande-ville .lk-hero-art--grande-ville{display:block}
.lk-hero-environment:after{background:linear-gradient(90deg,rgba(11,21,48,.90) 0%,rgba(17,33,63,.72) 42%,rgba(17,33,63,.22) 72%,rgba(17,33,63,.05) 100%)}





/* Echo detail: compact brand and public author affordance. */

.lk-author-link{display:inline;padding:0;border:0;background:transparent;color:var(--lk-primary);font:inherit;font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}

/* Profile becomes a citizen identity card, not just a stats table. */
.lk-profile-card{position:relative;overflow:hidden;padding-top:0}
.lk-profile-cover{position:relative;height:96px;margin:0 -1px 0;border-radius:inherit;border-bottom-left-radius:30px;border-bottom-right-radius:30px;overflow:hidden;background:linear-gradient(135deg,#171f52,#5a53e8 68%,#8c7cff);color:#fff}
.lk-profile-cover:before,.lk-profile-cover:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.20);border-radius:50%}
.lk-profile-cover:before{width:145px;height:145px;right:-35px;top:-70px}.lk-profile-cover:after{width:80px;height:80px;right:36px;top:24px}
.lk-profile-cover b{position:absolute;left:18px;bottom:15px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.lk-avatar--profile{position:relative;margin:-42px auto 10px;border:5px solid #fff;box-shadow:0 12px 30px rgba(27,37,84,.18)}
.lk-avatar--profile img{width:100%;height:100%;border-radius:50%;object-fit:cover}
.lk-avatar-edit{position:absolute;right:-4px;bottom:-2px;display:grid;place-items:center;width:32px;height:32px;border:3px solid #fff;border-radius:50%;background:var(--lk-primary);color:#fff;font-size:17px;font-weight:950;box-shadow:0 8px 16px rgba(89,83,233,.24)}
.lk-profile-city{margin:-3px 0 8px;color:var(--lk-muted)}

/* Public contributor profile */
.lk-public-profile-hero{position:relative;margin-top:8px;padding:0 18px 20px;border:1px solid var(--lk-line);border-radius:28px;background:#fff;text-align:center;box-shadow:var(--lk-shadow-soft)}
.lk-public-profile-cover{height:112px;margin:0 -18px 0;background:linear-gradient(145deg,#182153,#5a53e8 64%,#8f83ff);position:relative;overflow:hidden}
.lk-public-profile-cover:before,.lk-public-profile-cover:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.22);border-radius:50%}.lk-public-profile-cover:before{width:170px;height:170px;right:-40px;top:-85px}.lk-public-profile-cover:after{width:95px;height:95px;right:30px;top:36px}
.lk-public-profile-avatar{position:relative;z-index:2;width:92px;height:92px;margin:-46px auto 10px;border:5px solid #fff;border-radius:50%;background:#10285f;color:#fff;display:grid;place-items:center;font-size:32px;font-weight:950;overflow:hidden;box-shadow:0 14px 30px rgba(23,32,79,.20)}
.lk-public-profile-avatar img{width:100%;height:100%;object-fit:cover}
.lk-public-profile-hero h2{margin:0;font-size:26px}.lk-public-profile-hero>p{margin:5px 0 10px;color:var(--lk-muted);font-size:12px}
.lk-public-trust{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:11px;font-weight:900}
.lk-public-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:17px}.lk-public-profile-stats article{padding:11px 4px;border-radius:16px;background:#f6f7fb}.lk-public-profile-stats b{display:block;font-size:18px}.lk-public-profile-stats small{font-size:9px;color:var(--lk-muted)}

@media(max-width:420px){
  
  
  .lk-public-profile-stats{grid-template-columns:repeat(2,1fr)}
}


/* ============================================================
   LOOKII Core 4.0.8.1 — P0 Studio scroll hotfix
   The simulated phone owns its own vertical scroll surface.
   ============================================================ */
html:has(body.lookii-studio-preview){min-height:100%;height:auto!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}
body.lookii-studio-preview{min-height:100%!important;height:auto!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}
body.lookii-studio-preview .lookii-shell-wrap{
  position:relative;
  width:100%;
  height:auto!important;
  min-height:100svh!important;
  overflow:visible!important;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-y:auto;
  touch-action:pan-y;
}
body.lookii-studio-preview .lookii-app{min-height:100svh;height:auto!important;overflow-x:clip!important;overflow-y:visible!important}
body.lookii-studio-preview .lk-screen{min-height:100svh;height:auto;}

/* v4.0.8.2 — Scroll safety: the document remains scrollable unless a real LOOKII sheet is visibly open. */
html.lk-scroll-locked,body.lk-scroll-locked{overflow:hidden!important;overscroll-behavior:none!important}
body.lookii-shell:not(.lk-scroll-locked),body.lookii-studio-preview:not(.lk-scroll-locked){overflow-y:auto!important;touch-action:pan-y!important}

/* v4.1.0 — Carte réelle, Résonner, préférences et profils */

@media(max-width:520px){.lk-radar-map.leaflet-container{min-height:64vh}.leaflet-control-zoom a{width:42px!important;height:42px!important;line-height:42px!important}.lk-reply-resonance{min-height:44px}}



/* v4.1.1 — Carte interactive autonome, sans dépendance à un CDN JavaScript. */

.lk-native-map{position:absolute;inset:0;overflow:hidden;background:#dde7ef;touch-action:none;cursor:grab;user-select:none}
.lk-native-map.is-dragging{cursor:grabbing}
.lk-native-map-tiles,.lk-native-map-markers{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.lk-native-map-tile{position:absolute;width:256px;height:256px;max-width:none!important;object-fit:cover;pointer-events:none;user-select:none}
.lk-native-map-markers{z-index:4}
.lk-native-map-marker{position:absolute;display:grid;place-items:center;width:46px;height:46px;min-width:46px;min-height:46px;border:3px solid #fff;border-radius:18px;background:#fff;transform:translate(-50%,-100%);box-shadow:0 10px 24px rgba(24,34,72,.24);pointer-events:auto;cursor:pointer}
.lk-native-map-marker span{font-size:21px;line-height:1}
.lk-native-map-controls{position:absolute;z-index:8;right:12px;top:12px;display:grid;gap:7px}
.lk-native-map-controls button{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(210,217,230,.95);border-radius:16px;background:rgba(255,255,255,.96);color:var(--lk-ink);font-size:20px;font-weight:900;box-shadow:0 9px 22px rgba(24,34,72,.13);cursor:pointer}
.lk-native-map-status{position:absolute;z-index:7;left:12px;bottom:12px;max-width:calc(100% - 110px);padding:8px 11px;border-radius:999px;background:rgba(14,28,64,.82);color:#fff;font-size:11px;font-weight:850;backdrop-filter:blur(8px)}
.lk-native-map-attribution{position:absolute;z-index:7;right:8px;bottom:7px;padding:3px 6px;border-radius:6px;background:rgba(255,255,255,.88);font-size:9px}.lk-native-map-attribution a{color:#2d3956;text-decoration:none}
.lk-map-toggle button{min-height:44px;padding:0 18px}

.lk-feed--compact .lk-echo-card{min-height:80px}
.lk-feed--compact [data-open-echo]{min-width:44px;min-height:44px}
.lk-brand-home-link{pointer-events:auto}
.lk-avatar-source-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}
.lk-avatar-source{display:flex;min-height:122px;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:16px;border:1px solid var(--lk-line);border-radius:20px;background:#fff;text-align:left;color:var(--lk-ink);cursor:pointer}
.lk-avatar-source span{font-size:27px}.lk-avatar-source b{font-size:15px}.lk-avatar-source small{color:var(--lk-muted);font-size:11px}


/* ============================================================
   LOOKII Core 4.1.2 — Profil humain, Amplifier, Notifications 2.0
   ============================================================ */

/* Un seul dock officiel. Toute ancienne navigation est supprimée en JS. */
.lk-bottom-dock--official{position:fixed;z-index:70;left:50%;bottom:calc(10px + var(--lk-safe-bottom));transform:translateX(-50%)}

/* Profil 4.1.2 : carte d'identité locale plus humaine et action photo évidente. */
.lk-avatar-change-label{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:0 11px;border:1px solid #d9dcf0;border-radius:999px;color:#5049d2;font-weight:900;box-shadow:0 8px 20px rgba(31,38,93,.08);cursor:pointer;transition:.18s ease}.lk-avatar-change-label:hover{transform:translateY(-2px);border-color:#9d96ff;box-shadow:0 12px 26px rgba(91,84,237,.16)}.lk-avatar-change-label span{font-size:14px}
.lk-stat-grid--profile{grid-template-columns:repeat(4,minmax(0,1fr))}.lk-stat-grid--profile article{padding:13px 5px;border:1px solid #eceef6;background:#f8f9fc}.lk-stat-grid--profile b{font-size:18px}.lk-stat-grid--profile small{font-size:9px}

/* Fil : le texte utilisateur devient du contenu principal, lisible sur téléphone. */
.lk-reply{grid-template-columns:42px minmax(0,1fr);gap:11px;padding:14px 0;border-top:1px solid #e9ecf3}.lk-reply p{margin:7px 0 10px;color:#292f49;font-size:15px;line-height:1.52}


/* Amplifier : signature LOOKII en ondes, différente d'un Like. */

@keyframes lkAmplifyWave{0%{transform:scale(.58);opacity:.7}100%{transform:scale(1.35);opacity:0}}

/* Notifications 2.0 : vraies non-lues, archivage et signature transparente LOOKII. */
.lk-notification-tools{display:flex;flex-wrap:wrap;gap:8px;margin:-3px 0 10px}.lk-notification-tools button{min-height:40px;padding:0 12px;border:1px solid #e0e3ef;border-radius:999px;background:#fff;color:#565e78;font-size:11px;font-weight:900;cursor:pointer}.lk-notification-tools button:hover{border-color:#aaa3ff;background:#f6f4ff;color:#4d43cc}
.lk-notification-card{position:relative;display:block;min-height:0;padding:0}.lk-notification-open{display:grid;grid-template-columns:48px minmax(0,1fr) 18px;align-items:center;gap:11px;width:100%;min-height:92px;padding:13px 42px 13px 13px;border:0;border-radius:22px;background:transparent;color:inherit;text-align:left;cursor:pointer}.lk-notification-open>div{min-width:0}.lk-notification-open small{display:block;margin-bottom:3px;font-size:10px;font-weight:950;letter-spacing:.08em;color:#665eea}.lk-notification-open h3{margin:0 0 3px;font-size:15px;line-height:1.25}.lk-notification-open p{margin:0;font-size:13px;line-height:1.42;color:#656d87}.lk-notification-open em{display:block;margin-top:5px;font-size:10px;color:#9298aa;font-style:normal}.lk-notification-archive{position:absolute;right:9px;top:9px;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:11px;background:transparent;color:#a0a6b8;font-size:20px;cursor:pointer}.lk-notification-archive:hover{background:#f0efff;color:#5a52df}
.lk-echo-pulse{background:rgba(255,255,255,.91);border-color:rgba(105,94,238,.22);box-shadow:0 22px 60px rgba(40,37,103,.22);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}

@media(max-width:520px){
    .lk-reply p{font-size:15px}
  .lk-notification-tools button{flex:1 1 auto}.lk-notification-open{min-height:96px}.lk-notification-open p{font-size:13px}
}


/* LOOKII 4.1.3 — dock officiel unique, visuel thumb-first inspiré de la v4.1.1 validée */
.lk-bottom-nav.lk-bottom-dock--official{
  position:fixed;z-index:70;left:50%;bottom:calc(10px + env(safe-area-inset-bottom));
  display:grid!important;grid-template-columns:1fr 1fr 96px 1fr 1fr;align-items:center;
  width:min(calc(100% - 18px),590px);height:86px;padding:5px 10px 7px;
  border:1px solid rgba(220,225,240,.96);border-radius:34px;
  background:rgba(255,255,255,.965);transform:translateX(-50%);backdrop-filter:blur(20px) saturate(1.08);
  box-shadow:0 20px 54px rgba(26,36,79,.18),0 2px 0 rgba(255,255,255,.86) inset;isolation:isolate
}
.lk-bottom-nav.lk-bottom-dock--official>button{
  min-width:44px;min-height:62px;height:62px;padding:4px 2px;border:0;border-radius:20px;background:transparent;
  color:#0e204f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease
}
.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create):active{transform:scale(.95)}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-icon{width:29px;height:29px}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-icon svg{width:26px;height:26px;stroke-width:2.05}
.lk-bottom-nav.lk-bottom-dock--official>button small{font-size:10px;font-weight:900;line-height:1.05;color:inherit}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create{
  position:relative;z-index:3;width:88px;height:88px;min-height:88px;margin:-28px auto 0;border-radius:50%;
  background:linear-gradient(150deg,#0f75f7 0%,#0865e9 52%,#263ee7 100%);color:#fff;
  box-shadow:0 16px 32px rgba(15,100,236,.38),0 0 0 7px rgba(255,255,255,.96),0 0 0 8px rgba(214,220,240,.70)
}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 38px rgba(15,100,236,.44),0 0 0 7px rgba(255,255,255,.97),0 0 0 8px rgba(214,220,240,.76)}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create:active{transform:scale(.96)}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create .lk-nav-create-plus{font-size:34px;font-weight:300;line-height:.8}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create small{font-size:12px;font-weight:950;color:#fff}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create>i:before,.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create>i:after{top:13px;width:5px;height:5px;background:rgba(255,255,255,.72)}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create>i:before{left:27px}.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create>i:after{right:27px}
.lk-bottom-nav.lk-bottom-dock--official .lk-nav-unread{min-width:20px;height:20px;right:-9px;top:-7px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#ef243d;color:#fff;font-size:10px;line-height:16px;font-style:normal;font-weight:950;text-align:center}

.lookii-app[data-view="splash"] .lk-bottom-nav,.lookii-app[data-view="login"] .lk-bottom-nav,.lookii-app[data-view="register"] .lk-bottom-nav,.lookii-app[data-view="forgot"] .lk-bottom-nav,.lookii-app[data-view="onboarding"] .lk-bottom-nav,.lookii-app[data-view="create"] .lk-bottom-nav,.lookii-app[data-view="echo"] .lk-bottom-nav,.lookii-app[data-view="territories"] .lk-bottom-nav,.lookii-app[data-view="public-profile"] .lk-bottom-nav{display:none!important}
.lookii-app[data-view="home"] .lk-bottom-nav,.lookii-app[data-view="map"] .lk-bottom-nav,.lookii-app[data-view="alerts"] .lk-bottom-nav,.lookii-app[data-view="profile"] .lk-bottom-nav{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}

@media(max-width:400px){
  .lk-bottom-nav.lk-bottom-dock--official{grid-template-columns:1fr 1fr 84px 1fr 1fr;height:82px;padding-left:7px;padding-right:7px;border-radius:30px}
  .lk-bottom-nav.lk-bottom-dock--official .lk-nav-create{width:80px;height:80px;min-height:80px;margin-top:-23px}
  .lk-bottom-nav.lk-bottom-dock--official>button small{font-size:9px}
  .lk-bottom-nav.lk-bottom-dock--official .lk-nav-create small{font-size:11px}
}

/* Logo LOOKII : aucune carte blanche imposée, lien natif vers l'accueil */
.lk-brand-home-link{display:inline-flex;align-items:center;justify-content:flex-start;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit;text-decoration:none!important;cursor:pointer;touch-action:manipulation}
.lk-brand-home-link:hover{transform:none!important;background:transparent!important;box-shadow:none!important}
.lk-brand-home-link .lk-brand-logo,.lk-brand-home-link picture,.lk-brand-home-link img{display:block;background:transparent!important;box-shadow:none!important}
.lk-brand-home-link img{object-fit:contain}

/* Profil 4.1.3 : plus humain, photo réellement modifiable, gabarit propre */
.lk-avatar.lk-avatar--profile{width:106px;height:106px;margin:0;border:6px solid #fff;border-radius:50%;background:#102459;box-shadow:0 15px 34px rgba(20,35,83,.18);overflow:visible}
.lk-avatar.lk-avatar--profile img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;display:block}
.lk-avatar.lk-avatar--profile>span{font-size:34px;color:#fff}
.lk-avatar.lk-avatar--profile>i{right:1px;bottom:4px;width:25px;height:25px;border:4px solid #fff;background:linear-gradient(135deg,#5750ea,#7968ff)}
.lk-avatar-change-label{min-height:40px;padding:0 12px;border-color:#d8dbef;background:#fff;color:#3f48c9;font-size:11px;box-shadow:0 8px 18px rgba(42,52,116,.10)}
.lk-stat-grid--profile{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px}.lk-stat-grid--profile article{padding:13px 8px;border:1px solid #eef0f7;border-radius:17px;background:#f7f8fc;text-align:center}.lk-stat-grid--profile b{font-size:20px}.lk-stat-grid--profile small{font-size:10px;color:#777f96}
.lk-profile-radar-panel{padding:10px;border-radius:22px}
/* Éditeur avatar tactile 512x512 */
.lk-avatar-editor-shell{position:relative;width:min(100%,360px);aspect-ratio:1;margin:12px auto 14px;border-radius:50%;overflow:hidden;background:#edf0f7;box-shadow:0 14px 36px rgba(26,37,83,.16)}
.lk-avatar-editor-shell canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab}.lk-avatar-editor-shell canvas:active{cursor:grabbing}
.lk-avatar-editor-mask{position:absolute;inset:0;border:6px solid rgba(255,255,255,.96);border-radius:50%;box-shadow:0 0 0 999px rgba(12,20,48,.24);pointer-events:none}
.lk-avatar-zoom{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:10px;margin:8px 0 12px}.lk-avatar-zoom span{font-size:11px;font-weight:900;color:#626980}.lk-avatar-zoom input{width:100%;accent-color:var(--lk-primary)}
.lk-avatar-editor-tools{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}
.lk-link-btn--danger{color:#c23d55!important}

/* Le dock ne doit jamais recouvrir la fin des listes */
.lookii-app[data-view="home"] .lk-screen[data-screen="home"],.lookii-app[data-view="map"] .lk-screen[data-screen="map"],.lookii-app[data-view="alerts"] .lk-screen[data-screen="alerts"],.lookii-app[data-view="profile"] .lk-screen[data-screen="profile"]{padding-bottom:calc(122px + env(safe-area-inset-bottom))!important}


/* v4.1.4 — Studio sans fausse scrollbar visible */
body.lookii-studio-preview::-webkit-scrollbar,.lookii-studio-preview *::-webkit-scrollbar{width:0!important;height:0!important;background:transparent!important}.lookii-studio-preview{scrollbar-width:none!important}

/* v4.1.4 — création d'Écho : cartes centrées, tap unique */
.lk-category-grid{align-items:stretch}.lk-category-card{display:flex!important;flex-direction:column;align-items:center;justify-content:center;text-align:center!important;gap:10px;min-height:112px;padding:16px 12px!important}.lk-category-card>span{margin:0!important;width:48px!important;height:48px!important;border-radius:17px}.lk-category-card>b{font-size:15px;line-height:1.15}.lk-category-card>i{display:none!important}.lk-category-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(24,34,72,.08)}.lk-category-card:active{transform:scale(.975)}.lk-auto-next-hint{margin:-6px 0 0!important;color:#7a8094;font-size:12px;text-align:center}

/* v4.1.4 — icône notifications LOOKII */

/* v4.1.4 — dock plus souple au toucher */
.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create){padding-top:6px;transform-origin:center}.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create).is-active{box-shadow:inset 0 0 0 1px rgba(47,105,248,.08)}.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create{transform-origin:center bottom}.lk-bottom-nav.lk-bottom-dock--official .lk-nav-create:hover{transform:translateY(-5px) scale(1.025)}

/* v4.1.4 — profil public / contributeur local */
.lk-public-local-card{position:relative;margin:8px 0 18px;padding:18px;border:1px solid var(--lk-line);border-radius:30px;background:linear-gradient(180deg,#fff,#fafbff);box-shadow:var(--lk-shadow-soft);overflow:hidden}.lk-public-local-card:before{content:"";position:absolute;inset:0 0 auto;height:96px;background:radial-gradient(circle at 80% 10%,rgba(91,84,235,.28),transparent 34%),linear-gradient(135deg,#0e2b64,#5b54eb);opacity:.96}.lk-public-local-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;color:#fff}.lk-public-mini-brand{display:flex;align-items:center;gap:8px}.lk-public-mini-brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:12px;background:rgba(255,255,255,.14)}.lk-public-mini-brand small{font-size:10px;font-weight:950;letter-spacing:.16em}.lk-more-btn{border:0;background:rgba(255,255,255,.18);color:#fff;border-radius:15px;width:42px;height:42px;font-weight:950}.lk-public-identity-row{position:relative;z-index:2;display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:end;margin-top:30px}.lk-public-profile-avatar--new{width:96px;height:96px;margin:0;border:5px solid #fff}.lk-public-identity-row h2{margin:0 0 3px;font-size:27px;letter-spacing:-.04em}.lk-public-identity-row p{margin:0 0 8px;color:#737b90;font-size:12px}.lk-public-trust--new{display:inline-flex;align-items:center;border-radius:999px;background:#f0efff;color:#4b42dc;padding:8px 11px;font-weight:950;font-size:11px}.lk-public-confidence{margin:18px 0 12px;padding:14px;border-radius:20px;background:#f6f8ff;border:1px solid #eceefd}.lk-public-confidence{display:grid;grid-template-columns:1fr;gap:9px}.lk-public-confidence small{font-weight:950;letter-spacing:.14em;color:#777f96;font-size:10px}.lk-public-confidence b{display:block;font-size:15px}.lk-public-confidence>span{height:8px;border-radius:999px;background:#e8ebf7;overflow:hidden}.lk-public-confidence>span i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#29c987,#5b54eb)}.lk-public-badges{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.lk-public-badges span{display:inline-flex;align-items:center;gap:6px;border:1px solid #e8eaf5;background:#fff;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:850}.lk-public-badges i{font-style:normal;color:#5b54eb}.lk-public-profile-stats--new{grid-template-columns:repeat(4,1fr);margin-top:14px}.lk-public-actions{display:grid;grid-template-columns:1.4fr .9fr .9fr;gap:8px;margin-top:14px}.lk-public-actions .lk-btn{min-height:44px}.lk-direct-limit-note{font-size:12px;color:#747c91}.lk-emoji-row{display:flex;gap:8px;margin:8px 0 12px}.lk-emoji-row button{width:40px;height:38px;border:1px solid #e4e7f2;border-radius:14px;background:#fff}.lk-photo-mini{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px dashed #cfd5eb;border-radius:18px;padding:13px 14px;margin:12px 0;background:#fafbff}.lk-photo-mini input{max-width:180px}.lk-btn--ghost{background:#fff;border:1px solid #e6e8f2;color:#19223f}
@media (max-width:420px){.lk-public-identity-row{grid-template-columns:82px 1fr;gap:12px}.lk-public-profile-avatar--new{width:82px;height:82px}.lk-public-actions{grid-template-columns:1fr}.lk-public-profile-stats--new{grid-template-columns:repeat(2,1fr)}}

/* LOOKII 4.1.5 — consolidation confiance, densité mobile et Écho direct */
.lookii-app[data-view="direct"] [data-screen="direct"]{display:block}
.lookii-app[data-view="direct"] .lk-bottom-nav{display:none!important}
body.lookii-studio-preview,body.lookii-studio-preview html{scrollbar-width:none!important}
body.lookii-studio-preview::-webkit-scrollbar,body.lookii-studio-preview *::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
body.lookii-studio-preview .lookii-app{max-width:none;width:100%}






.lk-home-identity{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e6e8f2;border-radius:20px;background:linear-gradient(135deg,#fff 0%,#fafaff 100%);box-shadow:0 8px 22px rgba(29,38,80,.05)}
.lk-home-greeting{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:5px;min-width:0}
.lk-home-greeting small{grid-column:1/-1;color:#858ba1;font-size:8px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.lk-home-greeting h1{margin:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;letter-spacing:-.04em}
.lk-home-greeting>span{font-size:17px}
.lk-location-pill--home{min-height:44px;max-width:180px;border-radius:15px;background:#f2f3ff;border-color:#dedfff;box-shadow:none}
.lk-location-pill--home>div{min-width:0;text-align:left}
.lk-location-pill--home em,.lk-location-pill--home b{display:block}
.lk-location-pill--home b{max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}

.lk-places-preview{display:grid;grid-template-columns:1fr 44px;align-items:center;gap:12px;margin:11px 0 18px;padding:13px 14px;border:1px solid #e2e5f3;border-radius:20px;background:linear-gradient(135deg,#f7f8ff,#fff);box-shadow:0 8px 22px rgba(29,38,80,.04)}
.lk-places-preview small,.lk-places-preview b,.lk-places-preview p{display:block;margin:0}
.lk-places-preview small{color:var(--lk-primary);font-size:8px;font-weight:950;letter-spacing:.11em}
.lk-places-preview b{margin-top:3px;font-size:13px}
.lk-places-preview p{margin-top:4px;color:var(--lk-muted);font-size:9px;line-height:1.45}
.lk-places-preview>span{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:23px}

.lk-sub-icon-svg{display:block;width:26px;height:26px}
.lk-icon-emoji{display:grid;place-items:center;width:100%;height:100%;font-size:24px}
.lk-choice-icon{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;min-width:46px;border-radius:15px!important;background:#f3f5fb!important;color:#33406d!important}
.lk-choice-row[data-danger="1"] .lk-choice-icon{background:#fff1f1!important;color:#d84959!important}
.lk-category-card>span .lk-sub-icon-svg{width:30px;height:30px}

.lk-media-picker{position:relative;display:grid;grid-template-columns:46px 1fr 34px;align-items:center;gap:11px;min-height:72px;margin:12px 0;padding:11px 12px;border:1.5px dashed #cbd2e8;border-radius:19px;background:linear-gradient(135deg,#fff,#f8f9ff);cursor:pointer}
.lk-media-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}
.lk-media-picker-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:23px}
.lk-media-picker b,.lk-media-picker small{display:block}.lk-media-picker b{font-size:13px}.lk-media-picker small{margin-top:3px;color:var(--lk-muted);font-size:9px}.lk-media-picker>i{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#fff;border:1px solid #e3e6f2;color:var(--lk-primary);font-size:20px;font-style:normal}
.lk-direct-photo-preview{display:flex;margin:8px 0;border:1px solid #e5e8f2;border-radius:15px;background:#fff}
.lk-direct-photo-preview img{width:54px;height:54px}.lk-direct-photo-preview b,.lk-direct-photo-preview small{display:block}.lk-direct-photo-preview b{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.lk-direct-photo-preview small{margin-top:3px;color:var(--lk-muted);font-size:9px}
.lk-direct-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}


.lk-direct-settings-btn{width:44px;height:44px;border:1px solid var(--lk-line);border-radius:14px;background:#fff;color:#5f6680;font-weight:950}
.lk-direct-messages{display:flex;min-height:380px;max-height:calc(100svh - 260px);flex-direction:column;overflow-y:auto;scrollbar-width:none}.lk-direct-messages::-webkit-scrollbar{display:none}
.lk-direct-message{display:flex;flex-direction:column}.lk-direct-message>small{margin:4px 5px 0;color:#969caf;font-size:8px}.lk-direct-message>small button{padding:0;border:0;background:none;color:#a44d59;font-size:8px;text-decoration:underline}
.lk-direct-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px 44px;align-items:end;gap:7px;border-radius:20px}
.lk-direct-composer textarea{max-height:110px;padding:11px 12px;border:0;outline:0;resize:none}.lk-direct-composer>button{width:44px;height:44px;border:0;border-radius:15px;background:linear-gradient(135deg,var(--lk-primary),#6f65f3);color:#fff;font-size:18px}.lk-direct-photo-action{position:relative;display:grid;width:42px;height:42px;border:1px solid #e1e4ef;border-radius:14px;background:#f8f9fd;color:var(--lk-primary);cursor:pointer}.lk-direct-photo-action input{position:absolute;inset:0;opacity:0}.lk-direct-photo-action span{font-size:22px}.lk-direct-composer .lk-direct-photo-preview{grid-column:1/-1;margin:0}
.lk-direct-locked{padding:12px;border-radius:16px;background:#fff1f3;color:#ad4454;font-size:11px;font-weight:800;text-align:center}
.lk-direct-setting-toggle{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px 0;padding:14px;border:1px solid var(--lk-line);border-radius:18px;background:#fafbff}.lk-direct-setting-toggle b,.lk-direct-setting-toggle small{display:block}.lk-direct-setting-toggle b{font-size:12px}.lk-direct-setting-toggle small{margin-top:3px;color:var(--lk-muted);font-size:9px}.lk-direct-setting-toggle input{width:22px;height:22px}

@media (max-width:420px){
  .lk-home-identity{grid-template-columns:minmax(0,1fr) minmax(116px,150px);padding:10px}
  .lk-home-greeting h1{max-width:130px;font-size:18px}
  .lk-location-pill--home{max-width:150px}
  .lk-direct-share-grid{grid-template-columns:1fr}
  .lk-places-preview p{font-size:8px}
}

/* v4.1.5 — uploads photo plus nets et tactiles */


.lk-photo-drop--v415{position:relative;min-height:190px;border:1.5px dashed #c8cee4!important;border-radius:24px!important;background:linear-gradient(145deg,#fff,#f7f8ff)!important;box-shadow:0 10px 28px rgba(30,38,80,.06);overflow:hidden}
.lk-photo-empty-v415{display:flex!important;min-height:190px;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:22px;text-align:center}
.lk-photo-camera-mark{position:relative;display:grid!important;place-items:center!important;width:62px!important;height:62px!important;margin:0 0 7px!important;border-radius:21px!important;background:linear-gradient(135deg,#e9e8ff,#e4f0ff)!important;color:var(--lk-primary)!important}
.lk-photo-camera-mark:before{content:"";width:30px;height:22px;border:2px solid currentColor;border-radius:7px}
.lk-photo-camera-mark:after{content:"";position:absolute;width:9px;height:9px;border:2px solid currentColor;border-radius:50%}
.lk-photo-camera-mark i{position:absolute;top:17px;left:17px;width:10px;height:4px;border-radius:4px 4px 0 0;background:currentColor}
.lk-photo-empty-v415 b{font-size:15px}.lk-photo-empty-v415 small{max-width:260px;color:var(--lk-muted);font-size:10px;line-height:1.45}.lk-photo-empty-v415 em{display:inline-flex;margin-top:8px;padding:9px 13px;border-radius:13px;background:#fff;border:1px solid #dfe3f0;color:var(--lk-primary);font-size:10px;font-style:normal;font-weight:900}
.lk-photo-drop--v415.has-image{min-height:240px}.lk-photo-drop--v415.has-image img{width:100%;height:240px;object-fit:cover}.lk-photo-change-chip{position:absolute;right:10px;bottom:10px;padding:8px 10px;border-radius:12px;background:rgba(255,255,255,.92);color:#31395a;font-size:9px;font-weight:900;box-shadow:0 5px 18px rgba(20,28,60,.18)}
.lk-avatar-source-grid--v415{gap:9px}.lk-avatar-source-grid--v415 .lk-avatar-source{position:relative;min-height:150px;align-items:center;justify-content:flex-start;padding:14px;text-align:center;border-color:#e0e4f0;background:linear-gradient(145deg,#fff,#f8f9ff)}
.lk-source-visual{position:relative;display:grid!important;place-items:center!important;width:54px!important;height:54px!important;margin:0 auto 4px;border-radius:18px!important;background:var(--lk-primary-soft)!important;color:var(--lk-primary)!important}
.lk-avatar-source--camera .lk-source-visual:before{content:"";width:27px;height:20px;border:2px solid currentColor;border-radius:6px}.lk-avatar-source--camera .lk-source-visual:after{content:"";position:absolute;width:8px;height:8px;border:2px solid currentColor;border-radius:50%}.lk-avatar-source--camera .lk-source-visual i{position:absolute;top:14px;left:14px;width:10px;height:4px;border-radius:4px 4px 0 0;background:currentColor}
.lk-avatar-source--library .lk-source-visual:before{content:"";width:28px;height:23px;border:2px solid currentColor;border-radius:6px}.lk-avatar-source--library .lk-source-visual:after{content:"";position:absolute;left:17px;bottom:15px;width:20px;height:12px;background:linear-gradient(135deg,transparent 45%,currentColor 46% 54%,transparent 55%),linear-gradient(45deg,transparent 45%,currentColor 46% 54%,transparent 55%)}
.lk-avatar-source-grid--v415 .lk-avatar-source b{font-size:12px}.lk-avatar-source-grid--v415 .lk-avatar-source small{color:var(--lk-muted);font-size:9px}.lk-avatar-source-grid--v415 .lk-avatar-source em{margin-top:auto;padding:7px 10px;border-radius:10px;background:#fff;border:1px solid #e2e5f0;color:var(--lk-primary);font-size:9px;font-style:normal;font-weight:900}

/* LOOKII 4.1.6 — P0 anti-navigation fantôme.
   Sur la page immersive, tout bouton + Écho orphelin est masqué par défaut ;
   seul celui qui vit dans le dock officiel peut être visible. */
body.lookii-shell .lk-nav-create{display:none!important}
body.lookii-shell [data-lookii-dock="official"] .lk-nav-create{display:flex!important}
body.lookii-shell [data-lookii-app]~[data-lookii-app]{display:none!important}

/* v4.1.7 — header accueil respirant, raccourci Écho direct et bibliothèque de décors */















.lk-home-alert-shortcut{position:relative;display:grid;place-items:center;width:46px;height:46px;border:1px solid #e2e5f0;border-radius:16px;background:#fff;color:#273056;box-shadow:0 7px 20px rgba(29,38,80,.06)}
.lk-home-alert-shortcut>span{font-size:21px}.lk-home-alert-shortcut>i{position:absolute;right:8px;top:7px;width:7px;height:7px;border:2px solid #fff;border-radius:50%;background:var(--lk-red)}

.lk-home-identity--wide{width:100%;grid-template-columns:minmax(0,1fr) minmax(150px,1.15fr);gap:12px;min-height:76px;padding:12px 14px;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#fbfbff 55%,#f3f2ff 100%);box-shadow:0 10px 26px rgba(29,38,80,.065)}
.lk-home-identity--wide .lk-home-greeting{min-width:0}
.lk-home-identity--wide .lk-home-greeting small{display:block;margin-bottom:4px;color:#838aa1;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.lk-home-identity--wide .lk-home-greeting>div{display:flex;align-items:center;gap:6px;min-width:0}
.lk-home-identity--wide .lk-home-greeting h1{max-width:none;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px;line-height:1.08;letter-spacing:-.035em}
.lk-home-identity--wide .lk-home-greeting>div>span{flex:0 0 auto;font-size:18px}
.lk-home-identity--wide .lk-location-pill--home{display:grid;grid-template-columns:31px minmax(0,1fr) 14px;align-items:center;gap:8px;width:100%;max-width:none;min-height:52px;padding:8px 9px;border:1px solid #dfe0fb;border-radius:17px;background:rgba(242,243,255,.92)}
.lk-home-identity--wide .lk-radar-pin{display:grid;place-items:center;width:31px;height:31px;border-radius:11px;background:#fff;color:#5a54df;font-size:17px;box-shadow:0 4px 12px rgba(77,72,192,.08)}
.lk-home-identity--wide .lk-location-pill--home em{margin-bottom:2px;color:#8c88a8;font-size:7px;font-style:normal;font-weight:950;letter-spacing:.13em}
.lk-home-identity--wide .lk-location-pill--home b{max-width:100%;font-size:12px;line-height:1.18}


.lk-hero-card--campagne .lk-hero-art--campagne,
.lk-hero-card--village .lk-hero-art--village,
.lk-hero-card--bourg .lk-hero-art--bourg,
.lk-hero-card--ville .lk-hero-art--ville,
.lk-hero-card--grande-ville .lk-hero-art--grande-ville,
.lk-hero-card--metropole .lk-hero-art--metropole,
.lk-hero-card--bord-de-mer .lk-hero-art--bord-de-mer,
.lk-hero-card--bord-eau .lk-hero-art--bord-eau,
.lk-hero-card--riviere .lk-hero-art--riviere,
.lk-hero-card--lac .lk-hero-art--lac,
.lk-hero-card--canal .lk-hero-art--canal,
.lk-hero-card--port .lk-hero-art--port,
.lk-hero-card--foret .lk-hero-art--foret,
.lk-hero-card--montagne .lk-hero-art--montagne,
.lk-hero-card--vignoble .lk-hero-art--vignoble,
.lk-hero-card--plaine-agricole .lk-hero-art--plaine-agricole{display:block}
.lk-hero-card--campagne .lk-hero-environment:after{background:linear-gradient(90deg,rgba(32,50,39,.90) 0%,rgba(53,75,58,.68) 44%,rgba(53,75,58,.12) 82%)}
.lk-hero-card--metropole .lk-hero-environment:after{background:linear-gradient(90deg,rgba(25,25,63,.92) 0%,rgba(52,48,100,.62) 48%,rgba(78,71,137,.08) 86%)}
.lk-hero-card--bord-de-mer .lk-hero-environment:after{background:linear-gradient(90deg,rgba(18,52,69,.91) 0%,rgba(30,80,97,.62) 48%,rgba(30,80,97,.08) 86%)}
.lk-hero-card--bord-eau .lk-hero-environment:after{background:linear-gradient(90deg,rgba(39,42,84,.91) 0%,rgba(65,70,120,.62) 48%,rgba(65,70,120,.08) 86%)}
.lk-hero-card--riviere .lk-hero-environment:after,.lk-hero-card--canal .lk-hero-environment:after,.lk-hero-card--lac .lk-hero-environment:after{background:linear-gradient(90deg,rgba(22,55,67,.91) 0%,rgba(42,87,96,.62) 48%,rgba(42,87,96,.08) 86%)}
.lk-hero-card--port .lk-hero-environment:after{background:linear-gradient(90deg,rgba(20,48,69,.92) 0%,rgba(35,76,102,.62) 48%,rgba(35,76,102,.08) 86%)}
.lk-hero-card--foret .lk-hero-environment:after{background:linear-gradient(90deg,rgba(18,48,31,.93) 0%,rgba(36,79,51,.65) 48%,rgba(36,79,51,.08) 86%)}
.lk-hero-card--montagne .lk-hero-environment:after{background:linear-gradient(90deg,rgba(32,48,63,.92) 0%,rgba(69,87,103,.60) 48%,rgba(69,87,103,.08) 86%)}
.lk-hero-card--vignoble .lk-hero-environment:after,.lk-hero-card--plaine-agricole .lk-hero-environment:after{background:linear-gradient(90deg,rgba(45,55,28,.92) 0%,rgba(82,92,48,.62) 48%,rgba(82,92,48,.08) 86%)}


.lk-hero-scene-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}
.lk-hero-scene-choice{position:relative;overflow:hidden;min-height:116px;padding:0;border:1px solid #e1e4ef;border-radius:19px;background:#fff;color:var(--lk-ink);text-align:left;box-shadow:0 7px 20px rgba(28,36,76,.055)}
.lk-hero-scene-choice img{display:block;width:100%;height:72px;object-fit:cover;filter:saturate(.92) contrast(1.02)}
.lk-hero-scene-choice>span{display:block;padding:8px 30px 9px 10px}.lk-hero-scene-choice b,.lk-hero-scene-choice small{display:block}.lk-hero-scene-choice b{font-size:11px}.lk-hero-scene-choice small{margin-top:2px;color:var(--lk-muted);font-size:8px}
.lk-hero-scene-choice>i{position:absolute;right:8px;bottom:12px;display:grid;place-items:center;width:21px;height:21px;border-radius:8px;background:#f1f2f7;color:#737b95;font-size:10px;font-style:normal;font-weight:900}
.lk-hero-scene-choice.is-active{border-color:#bbb7ff;box-shadow:0 0 0 2px rgba(89,83,233,.1),0 8px 22px rgba(89,83,233,.10)}
.lk-hero-scene-choice.is-active>i{background:var(--lk-primary);color:#fff}

@media(max-width:420px){
  .lk-home-identity--wide{grid-template-columns:minmax(0,1fr) minmax(142px,1.1fr);gap:9px;padding:11px 12px}
  .lk-home-identity--wide .lk-home-greeting h1{font-size:20px}
  .lk-home-identity--wide .lk-location-pill--home{min-height:50px}
}
/* Neutralise l'ancien style de badge appliqué historiquement à tous les <i> du raccourci direct. */




/* P0 4.1.8 — le thème historique Lookii-THEME possède son propre dock `.lk22-bottom`
   et son ancien bouton `.lk22-plus`. Ils ne doivent jamais coexister avec LOOKII Core. */
body.lookii-shell .lk22-bottom,
body.lookii-shell .lk22-plus,
.lookii-app ~ .lk22-bottom,
.lookii-app .lk22-bottom,
.lookii-app .lk22-plus{display:none!important;visibility:hidden!important;pointer-events:none!important}

/* LOOKII 4.1.9 — temporalité signature */
.lk-time-signature{--time-accent:#2563eb;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;position:relative;margin:12px 0;padding:11px 13px 14px;border:1px solid #e3e9f4;border-radius:18px;background:linear-gradient(135deg,#fff,#f7f9ff);box-shadow:0 9px 24px rgba(25,41,84,.07);overflow:hidden}.lk-time-signature.is-compact{margin:9px 0 0;padding:7px 9px 9px;border-radius:13px;gap:7px}.lk-time-ring{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:conic-gradient(var(--time-accent) var(--lk-time-progress),#e8edf7 0);position:relative}.lk-time-ring:after{content:"";position:absolute;inset:4px;border-radius:50%;background:#fff}.lk-time-ring span{position:relative;z-index:1;color:var(--time-accent);font-size:16px;font-weight:900}.lk-time-copy{min-width:0;display:grid;gap:1px}.lk-time-copy small{font-size:8px;letter-spacing:.1em;font-weight:900;color:#76819a}.lk-time-copy b{font-size:12px;line-height:1.2;color:#101a39}.lk-time-track{position:absolute;left:0;right:0;bottom:0;height:4px;background:#e8edf7}.lk-time-track em{display:block;height:100%;background:linear-gradient(90deg,var(--time-accent),#67a3ff);border-radius:999px;transition:width .5s ease}.lk-time-signature--watch{--time-accent:#f59e0b}.lk-time-signature--urgent{--time-accent:#f97316}.lk-time-signature--critical,.lk-time-signature--expired{--time-accent:#dc2626}.lk-time-signature--expired{opacity:.72}.lk-time-signature.is-compact .lk-time-ring{width:28px;height:28px}.lk-time-signature.is-compact .lk-time-copy small{display:none}.lk-time-signature.is-compact .lk-time-copy b{font-size:10px}.lk-event-temporal-card{margin:14px 0;padding:15px;border:1px solid #dbe5fb;border-radius:20px;background:linear-gradient(135deg,#f7f9ff,#fff)}.lk-event-temporal-card>small{font-size:9px;font-weight:900;letter-spacing:.12em;color:#2563eb}.lk-event-temporal-card h3{margin:4px 0 10px;font-size:16px}.lk-event-temporal-card p{margin:8px 0 0;color:#707b94;font-size:11px}.lk-event-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.lk-direct-message-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;padding-top:6px;border-top:1px solid rgba(130,145,180,.18);font-size:9px}.lk-direct-message-meta span{opacity:.72}.lk-direct-message-meta button{border:0;background:transparent;color:#2563eb;font:inherit;font-weight:900;padding:4px 0}.lk-echo-card .lk-time-signature{grid-column:1/-1}.lk-echo-copy .lk-time-signature{max-width:260px}@media(max-width:420px){.lk-event-date-grid{grid-template-columns:1fr}.lk-time-signature.is-compact .lk-time-copy b{font-size:9px}}


/* LOOKII 4.1.11 — signature visuelle Écho direct */








/* LOOKII 4.1.12 — Hero vivant, jauge inversée, dock actif et Places Lab */





.lk-live-transmitter{position:relative;display:block;width:28px;height:22px}
.lk-live-transmitter i,.lk-live-transmitter b,.lk-live-transmitter em{position:absolute;left:2px;top:8px;border:1.8px solid rgba(255,255,255,.92);border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(0deg);transform-origin:left center;animation:lkLiveWave 2.1s ease-out infinite}
.lk-live-transmitter i{width:7px;height:7px;animation-delay:0s}.lk-live-transmitter b{width:13px;height:13px;top:5px;animation-delay:.18s}.lk-live-transmitter em{width:20px;height:20px;top:1px;animation-delay:.36s}
.lk-live-transmitter:before{content:"";position:absolute;left:1px;top:9px;width:5px;height:5px;border-radius:50%;background:#6fffc3;box-shadow:0 0 0 4px rgba(111,255,195,.14),0 0 14px rgba(111,255,195,.78);animation:lkLivePulse 1.7s ease-in-out infinite}
@keyframes lkLiveWave{0%{opacity:.15;transform:scale(.72)}45%{opacity:1}100%{opacity:0;transform:scale(1.12)}}
@keyframes lkLivePulse{0%,100%{transform:scale(.9);opacity:.75}50%{transform:scale(1.22);opacity:1}}
.lk-time-signature.is-pulsing{animation:lkTimePulse 1.8s ease-in-out infinite;box-shadow:0 0 0 0 rgba(220,38,38,.16),0 9px 24px rgba(25,41,84,.07)}
@keyframes lkTimePulse{0%,100%{box-shadow:0 0 0 0 rgba(220,38,38,.08),0 9px 24px rgba(25,41,84,.07)}50%{box-shadow:0 0 0 7px rgba(220,38,38,.08),0 13px 30px rgba(220,38,38,.12)}}
@media (prefers-reduced-motion:reduce){.lk-time-signature.is-pulsing,.lk-live-transmitter i,.lk-live-transmitter b,.lk-live-transmitter em,.lk-live-transmitter:before{animation:none!important}}
.lk-places-module{margin:14px 0 18px;padding:14px;border:1px solid #e2e8f5;border-radius:22px;background:linear-gradient(145deg,#fff,#f7f9ff);box-shadow:0 10px 30px rgba(26,42,83,.065)}
.lk-places-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lk-places-head small{font-size:8px;letter-spacing:.14em;font-weight:950;color:#6d63ea}.lk-places-head h2{margin:2px 0 2px;font-size:20px;letter-spacing:-.035em}.lk-places-head p{max-width:255px;margin:0;color:#69748e;font-size:10px;line-height:1.35}.lk-places-head button{display:flex;align-items:center;gap:4px;min-height:36px;padding:0 10px;border:1px solid #dce4f3;border-radius:13px;background:#fff;color:#2868ed;font-size:10px;font-weight:900}.lk-places-head button span{font-size:16px}
.lk-place-type-strip{display:grid;grid-auto-flow:column;grid-auto-columns:88px;gap:8px;margin:12px -2px 10px;padding:2px;overflow-x:auto;scrollbar-width:none}.lk-place-type-strip::-webkit-scrollbar{display:none}.lk-place-type-tile{min-height:86px;padding:9px 7px;border:1px solid #e1e7f1;border-radius:17px;background:#fff;color:#15203f;text-align:left;box-shadow:0 5px 14px rgba(24,40,83,.045)}.lk-place-type-tile span{display:grid;place-items:center;width:33px;height:33px;margin-bottom:8px;border-radius:11px;background:#f2f5ff;font-size:18px}.lk-place-type-tile b{display:block;font-size:9px;line-height:1.12}
.lk-place-live-sample{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:14px;background:#f7f9fc}.lk-place-live-sample>span{font-size:12px}.lk-place-live-sample .is-green{color:#16a34a}.lk-place-live-sample div{min-width:0;flex:1}.lk-place-live-sample b,.lk-place-live-sample small{display:block}.lk-place-live-sample b{font-size:10px}.lk-place-live-sample small{margin-top:1px;color:#7c879e;font-size:8px}.lk-place-live-sample i{color:#6d63ea;font-style:normal}
.lk-place-signal-preview-list{display:grid;gap:8px;margin:14px 0}.lk-place-signal-preview,.lk-place-confidence-preview{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #e1e7f3;border-radius:16px;background:#fff}.lk-place-signal-preview>span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#f2f5ff;color:#2a67ec;font-weight:900}.lk-place-signal-preview b,.lk-place-signal-preview small,.lk-place-confidence-preview b,.lk-place-confidence-preview small{display:block}.lk-place-signal-preview b,.lk-place-confidence-preview b{font-size:11px}.lk-place-signal-preview small,.lk-place-confidence-preview small{margin-top:2px;color:#7a859c;font-size:9px}.lk-place-confidence-preview>span{color:#16a34a}
@media(max-width:420px){.lk-place-type-strip{grid-auto-columns:82px}}

/* v4.1.27 — photo mobile universelle : caméra et galerie séparées, même pipeline de traitement. */
.lk-photo-drop--v427{display:flex!important;flex-direction:column;align-items:stretch;gap:14px;min-height:0!important;padding:16px!important;overflow:visible!important}
.lk-photo-drop--v427.has-image{min-height:0!important}
.lk-photo-preview-v427{position:relative;overflow:hidden;width:100%;min-height:220px;border-radius:18px;background:#eef1f8;aspect-ratio:4/3}
.lk-photo-preview-v427 img{position:absolute!important;inset:0;width:100%!important;height:100%!important;object-fit:cover!important}
.lk-photo-ready-badge{position:absolute!important;right:10px;bottom:10px;width:auto!important;height:auto!important;margin:0!important;padding:8px 10px;border-radius:999px!important;background:rgba(20,24,47,.78)!important;color:#fff!important;font-size:10px!important;font-weight:900!important;backdrop-filter:blur(8px)}
.lk-photo-source-grid{display:grid;grid-template-columns:1fr;gap:10px}
.lk-photo-intro-v435{display:grid;gap:4px;padding:4px 2px 2px;text-align:left}.lk-photo-intro-v435 b{font-size:15px}.lk-photo-intro-v435 small{color:var(--lk-muted);font-size:10px;line-height:1.4}.lk-photo-source{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:13px;min-height:84px;padding:12px 14px;border:1px solid #dfe3f0;border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(30,38,80,.055);appearance:none;-webkit-appearance:none;color:var(--lk-text);font:inherit;text-align:left;cursor:pointer}
.lk-photo-source:active{transform:scale(.985)}
.lk-photo-source input{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.lk-photo-source-icon{display:grid!important;place-items:center!important;flex:0 0 42px;width:42px!important;height:42px!important;margin:0!important;border-radius:14px!important;background:var(--lk-primary-soft)!important;color:var(--lk-primary)!important;font-size:20px!important}
.lk-photo-source>span:last-child{display:block;min-width:0}
.lk-photo-source b,.lk-photo-source small{display:block}
.lk-photo-source b{font-size:14px;line-height:1.2;color:var(--lk-text)}
.lk-photo-source small{margin-top:4px;font-size:10px;line-height:1.3;color:var(--lk-muted)}
.lk-photo-source-icon .lk-signature-svg{width:36px;height:36px}
.lk-photo-source--camera{border-color:rgba(87,83,235,.22);background:linear-gradient(145deg,#fff,#f6f5ff)}
@media (max-width:380px){.lk-photo-source-grid{grid-template-columns:1fr}.lk-photo-source{min-height:68px}}



/* v4.1.29 — inputs photo natifs persistants hors du rendu de l'étape 3. */
.lk-photo-native-inputs{position:fixed!important;left:-10000px!important;top:0!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:.001!important;pointer-events:none!important}
.lk-photo-native-inputs input{position:absolute!important;width:1px!important;height:1px!important;opacity:.001!important}

/* Pull-to-refresh applicatif iOS : le document reste scrollable mais le rebond natif ne concurrence plus le geste LOOKII. */
html.lk-ios-pull-refresh-enabled,html.lk-ios-pull-refresh-enabled body.lookii-shell{overscroll-behavior-y:none}
/* Pull-to-refresh applicatif iOS : visible uniquement pendant le geste. */
.lk-pull-refresh{--lk-pull:0px;position:fixed;z-index:2147482000;left:50%;top:calc(env(safe-area-inset-top,0px) + 8px);display:flex;align-items:center;gap:8px;min-height:38px;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(34,40,74,.16);color:var(--lk-ink);font-size:13px;line-height:1;opacity:0;pointer-events:none;transform:translate(-50%,calc(-54px + var(--lk-pull)));transition:opacity .16s ease,transform .16s ease}
.lk-pull-refresh.is-visible,.lk-pull-refresh.is-refreshing{opacity:1}
.lk-pull-refresh.is-ready{color:var(--lk-primary)}
.lk-pull-refresh__spinner{width:16px;height:16px;border:2px solid rgba(91,79,232,.22);border-top-color:var(--lk-primary);border-radius:50%;transform:rotate(calc(var(--lk-pull) * 3deg))}
.lk-pull-refresh.is-refreshing .lk-pull-refresh__spinner{animation:lk-pull-spin .7s linear infinite}
@keyframes lk-pull-spin{to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.lk-pull-refresh{transition:none}.lk-pull-refresh.is-refreshing .lk-pull-refresh__spinner{animation:none}}


/* LOOKII 4.1.32 — Écho direct signature, compact, temporel et mobile-first */
.lk-signature-svg{display:inline-grid;place-items:center;width:24px;height:24px;flex:0 0 24px;color:currentColor}.lk-signature-svg svg{display:block;width:100%;height:100%;overflow:visible}.lk-signature-svg .lk-svg-line,.lk-signature-svg .lk-svg-wave{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.lk-signature-svg .lk-svg-wave{stroke-width:1.55;opacity:.72}
.lk-direct-photo-action{display:grid!important;place-items:center}.lk-direct-native-input{position:fixed!important;left:-9999px!important;top:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.lk-direct-source-sheet{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.lk-direct-source-sheet>button{display:grid;justify-items:center;gap:8px;min-height:132px;padding:16px 10px;border:1px solid #e1e5f1;border-radius:21px;background:linear-gradient(145deg,#fff,#f7f8ff);color:#171f3a;text-align:center}.lk-direct-source-sheet .lk-signature-svg{width:42px;height:42px;padding:8px;border-radius:14px;background:#efefff;color:#554de3}.lk-direct-source-sheet b,.lk-direct-source-sheet small{display:block}.lk-direct-source-sheet b{font-size:13px}.lk-direct-source-sheet small{margin-top:3px;color:#7a8296;font-size:9px}
.lk-photo-drop--v427{padding:14px!important}
@media(max-width:420px){.lk-direct-messages{max-height:calc(100svh - 245px);padding-bottom:82px}.lk-direct-composer{grid-template-columns:minmax(0,1fr) 42px 44px}.lk-photo-source{min-height:82px}}


/* LOOKII 4.1.33 — médias isolés, Écho direct plus lisible, précisions avec photo */

.lk-direct-messages{padding-inline:4px}
@keyframes lkDirectPulse{50%{opacity:.28;transform:scale(.75)}}
.lk-direct-composer{display:block;border-radius:22px}
.lk-direct-composer-row{display:grid;align-items:end;gap:7px}
.lk-direct-composer textarea{padding:12px 13px;line-height:1.35}
.lk-direct-composer-row>button{display:grid;place-items:center;border:0;background:linear-gradient(135deg,var(--lk-primary),#6f65f3);color:#fff;font-size:19px}
.lk-direct-photo-action .lk-signature-svg{width:25px;height:25px}
.lk-direct-photo-preview{display:grid;grid-template-columns:62px minmax(0,1fr) 34px;align-items:center;gap:10px;margin:0 0 8px;padding:8px;border-radius:16px;background:#f3f4ff;border:1px solid #dfe1fb}
.lk-direct-photo-preview img{width:62px;height:62px;border-radius:12px;object-fit:cover}.lk-direct-photo-preview span{display:grid;gap:2px}.lk-direct-photo-preview b{font-size:13px}.lk-direct-photo-preview small{color:#707991;font-size:11px}.lk-direct-photo-preview button{width:34px;height:34px;border:0;border-radius:11px;background:#fff;color:#6d7287;font-size:20px}


.lk-reply-compose-actions{display:flex;align-items:center;gap:7px}


.lk-media-viewer{display:grid;place-items:center;max-height:70svh;overflow:auto;border-radius:18px;background:#10131d}.lk-media-viewer img{display:block;max-width:100%;max-height:68svh;object-fit:contain}
@media(max-width:420px){.lk-direct-composer-row{grid-template-columns:minmax(0,1fr) 46px 48px}}
@media(prefers-reduced-motion:reduce){}

/* LOOKII Core 4.2.0 — moteur de création d'Écho / contrat média */
.lk-photo-drop--v420{position:relative;overflow:hidden}
.lk-photo-drop--v420.is-processing{pointer-events:none}
.lk-media-processing{display:grid;gap:6px;margin:12px 0 0;padding:12px 14px;border:1px solid rgba(79,70,229,.16);border-radius:16px;background:linear-gradient(135deg,rgba(238,242,255,.96),rgba(248,250,255,.98));text-align:left}
.lk-media-processing>span{display:block;width:100%;height:5px;border-radius:999px;background:linear-gradient(90deg,#5b5bea 0 35%,#a7a7f6 35% 58%,#5b5bea 58% 100%);background-size:220% 100%;animation:lk-media-progress 1.3s linear infinite}
.lk-media-processing b,.lk-media-processing small,.lk-media-error b,.lk-media-error small{display:block}
.lk-media-processing b{font-size:14px;color:#18213d}.lk-media-processing small{color:#737b92;font-size:11px;line-height:1.45}
.lk-media-error{display:grid;gap:4px;margin:12px 0 0;padding:12px 14px;border:1px solid #f0c7c7;border-radius:16px;background:#fff6f6;text-align:left}
.lk-media-error b{color:#a72d3b;font-size:14px}.lk-media-error small{color:#8a5660;font-size:11px;line-height:1.45}
.lk-media-contract{display:flex;align-items:flex-start;gap:12px;margin:12px 0;padding:13px 14px;border:1px solid #e2e8f3;border-radius:18px;background:#fff}
.lk-media-contract>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:13px;background:#eef2ff;color:#5a5bea}
.lk-media-contract svg{width:22px;height:22px}.lk-media-contract b,.lk-media-contract small{display:block}.lk-media-contract b{color:#18213d;font-size:13px}.lk-media-contract small{margin-top:3px;color:#747d93;font-size:10.5px;line-height:1.45}
.lk-review-media.has-photo{display:grid!important;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px}
.lk-review-media.has-photo img{width:76px;height:76px;border-radius:16px;object-fit:cover;border:1px solid #e5e8f2}
.lk-review-media.has-photo div{text-align:left}.lk-review-media.has-photo b,.lk-review-media.has-photo small{display:block}.lk-review-media.has-photo small{margin-top:4px}
@keyframes lk-media-progress{to{background-position:-220% 0}}
@media (prefers-reduced-motion:reduce){.lk-media-processing>span{animation:none}}

/* 4.2.3 — aperçu photo transactionnel visible sur mobile */
.lk-photo-drop--v420.has-image{display:grid;grid-template-columns:minmax(0,1fr);width:100%}
.lk-photo-drop--v420.has-image .lk-photo-preview-v427{justify-self:stretch;align-self:stretch}
.lk-photo-drop--v420.has-image .lk-photo-source-grid{width:100%}


/* ============================================================
   LOOKII Core 4.2.6 — Accueil : surveillance locale allégée
   Un seul bloc parent pour territoires + lieux fréquentés.
   Portée volontairement limitée à l'accueil.
   ============================================================ */
































@media(max-width:380px){
  
  
  
  
}
.lk-direct-composer{position:sticky;bottom:calc(8px + env(safe-area-inset-bottom));z-index:20;padding:7px;border:1px solid #e1e4ef;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(23,34,77,.12)}
.lk-direct-composer textarea{border-radius:15px;background:#f8f9fc}
.lk-direct-composer-row>button{border-radius:15px}

@media(max-width:420px){
}

@media(max-width:360px){
  
  
  
  
  
}


/* 4.2.13 — contrats finaux de dimensionnement et de priorité visuelle.
   La marque reste prioritaire, le nom de commune ne doit jamais être rogné,
   et Écho direct reste léger, temporaire et sans logique d'appel. */

/* HOME APPBAR — single final sizing contract; old v415/v417/v428 widths are neutralised by scope + cascade. */












/* HERO — never clip the first/last glyph of the city; reserve the right column for target controls. */










/* ============================================================
   LOOKII Core 4.2.16 — accueil supérieur et navigation locale canoniques
   Contrats autonomes : header sans héritage du flex générique, Hero
   protégé, signature Écho direct LOOKII et filtres locaux sur rail horizontal.
   ============================================================ */

/* HEADER HOME — contrat autonome : aucune dépendance à .lk-appbar. */
.lk-appbar--home-primary{
  display:block;
  width:100%;
  margin:0 0 10px;
  padding:0;
}
.lk-home-primary-topline{
  display:grid;
  grid-template-columns:minmax(0,1fr) 54px 54px;
  align-items:center;
  gap:7px;
  width:100%;
  min-height:64px;
  margin:0 0 6px;
}
.lk-home-primary-brand{
  position:relative;
  z-index:8;
  display:flex;
  align-items:center;
  width:100%;
  max-width:196px;
  height:62px;
  min-width:0;
}
.lk-home-primary-brand .lk-brand-home-link{
  display:flex;
  align-items:center;
  width:100%;
  height:62px;
  min-height:62px;
  padding:0;
  pointer-events:auto;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}
.lk-home-primary-brand .lk-brand-logo,
.lk-home-primary-brand picture{
  display:block;
  width:100%;
}
.lk-home-primary-brand img{
  display:block;
  width:100%;
  height:auto;
  max-width:196px;
  max-height:62px;
  object-fit:contain;
  object-position:left center;
  pointer-events:none;
}
.lk-home-primary-actions{display:contents}
.lk-home-primary-action{
  position:relative;
  display:grid;
  grid-template-rows:28px 13px;
  place-items:center;
  width:54px;
  min-width:54px;
  height:54px;
  min-height:54px;
  padding:5px 3px 4px;
  border:1px solid #e0e4f0;
  border-radius:16px;
  background:linear-gradient(160deg,#fff 0%,#f8f9ff 60%,#f3f6ff 100%);
  color:#121c3e;
  box-shadow:0 6px 16px rgba(27,38,82,.06);
  touch-action:manipulation;
}
.lk-home-primary-action--direct{
  overflow:hidden;
  border-color:#d8e1ff;
  background:
    radial-gradient(circle at 24% 20%,rgba(255,255,255,.98) 0 20%,transparent 21%),
    linear-gradient(150deg,#ffffff 0%,#f3f7ff 48%,#f0edff 100%);
  box-shadow:0 7px 18px rgba(42,70,171,.09),inset 0 0 0 1px rgba(255,255,255,.7);
}
.lk-home-primary-action--direct:before{
  content:"";
  position:absolute;
  left:-13px;
  top:-12px;
  width:43px;
  height:43px;
  border:1px solid rgba(30,105,255,.10);
  border-radius:50%;
  box-shadow:0 0 0 7px rgba(92,81,235,.035),0 0 0 14px rgba(30,105,255,.025);
  pointer-events:none;
}
.lk-home-primary-action--gps{
  background:linear-gradient(160deg,#fff 0%,#fafaff 58%,#f3f1ff 100%);
}
.lk-home-primary-action-icon{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  margin:0;
  border-radius:9px;
  background:linear-gradient(145deg,#eef3ff,#f4f1ff);
  color:#4f55e7;
  box-shadow:inset 0 0 0 1px rgba(74,82,214,.08);
}
.lk-home-primary-action-icon svg{
  display:block;
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lk-home-primary-direct-mark{
  position:relative;
  z-index:1;
  width:30px;
  height:30px;
  border-radius:50%;
  background:radial-gradient(circle at 34% 28%,#fff 0 25%,#eef5ff 26% 62%,#ece9ff 100%);
  color:#1769ff;
  box-shadow:inset 0 0 0 1px rgba(50,91,230,.10),0 4px 10px rgba(47,83,205,.10);
}
.lk-home-primary-direct-mark svg{width:23px;height:23px;overflow:visible}
.lk-home-primary-direct-mark .lk-direct-mark-eye{stroke:#315eea;stroke-width:1.65}
.lk-home-primary-direct-mark .lk-direct-mark-source{fill:#6258ed;stroke:#fff;stroke-width:1.1}
.lk-home-primary-direct-mark .lk-direct-mark-wave{stroke:#1769ff;stroke-width:1.8}
.lk-home-primary-action>b{
  position:relative;
  z-index:1;
  display:block;
  max-width:50px;
  margin:0;
  overflow:visible;
  color:#111a3a;
  font-size:7.9px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.02em;
  white-space:nowrap;
}
.lk-home-primary-action--direct>b{color:#143b91}
.lk-appbar--home-primary .lk-home-identity--wide{
  min-height:58px;
  padding:7px 9px;
  border-radius:19px;
}
.lk-appbar--home-primary .lk-home-greeting small{font-size:8px}
.lk-appbar--home-primary .lk-home-greeting h1{margin:2px 0 0;font-size:20px;line-height:1.05}
.lk-appbar--home-primary .lk-location-pill--home{
  min-height:44px;
  padding:5px 8px;
  border-radius:15px;
}
.lk-appbar--home-primary .lk-location-pill--home b{
  display:-webkit-box;
  max-width:100%;
  overflow:hidden;
  text-overflow:clip;
  white-space:normal;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
  line-height:1.04;
}

/* HERO HOME — texte protégé, cible primaire compacte, édition secondaire hors carte. */
.lk-home-hero-wrap{
  position:relative;
  margin:4px 0 22px;
}
.lk-home-hero-card{
  position:relative;
  isolation:isolate;
  height:136px;
  min-height:136px;
  margin:0;
  padding:15px 16px;
  overflow:hidden;
  border-radius:24px;
  background:#18234f;
  color:#fff;
  box-shadow:0 18px 36px rgba(31,35,87,.18);
  transition:background .45s ease,box-shadow .45s ease;
}
.lk-home-hero-copy{
  position:relative;
  z-index:3;
  width:calc(100% - 56px);
  max-width:none;
  min-width:0;
  padding-left:2px;
  text-shadow:0 2px 18px rgba(0,0,0,.22);
}
.lk-home-hero-copy>small{
  display:block;
  color:#d9d6ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
}
.lk-home-hero-copy h2{
  max-width:100%;
  margin:4px 0 3px;
  overflow:visible;
  line-height:1;
}
.lk-home-hero-city{
  display:block;
  width:100%;
  max-width:100%;
  overflow:visible;
  color:#fff;
  font-size:min(var(--lk-hero-city-size,32px),8vw);
  font-weight:900;
  line-height:.98;
  letter-spacing:-.045em;
  white-space:normal;
  text-wrap:balance;
  hyphens:auto;
}
.lk-home-hero-live{
  display:flex;
  align-items:center;
  gap:8px;
  margin:2px 0 5px;
  color:#fff;
}
.lk-home-hero-live strong{
  font-size:10px;
  letter-spacing:.16em;
  font-weight:950;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}
.lk-home-hero-copy p{
  width:calc(100% + 48px);
  max-width:none;
  margin:0;
  color:#f1f4ff;
  font-size:clamp(8.2px,2.45vw,10px);
  line-height:1.15;
  white-space:nowrap;
}
.lk-home-radar-target{
  position:absolute;
  z-index:4;
  right:12px;
  top:11px;
  display:grid;
  place-items:center;
  width:42px;
  min-width:42px;
  height:42px;
  min-height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.34);
  border-radius:50%;
  background:rgba(255,255,255,.16);
  color:#fff;
  backdrop-filter:blur(10px);
  box-shadow:0 8px 22px rgba(4,12,40,.20),inset 0 0 0 1px rgba(255,255,255,.10);
}
.lk-home-radar-target svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lk-home-hero-edit{
  position:absolute;
  z-index:5;
  right:10px;
  bottom:-7px;
  display:grid;
  place-items:center;
  width:30px;
  min-width:30px;
  height:30px;
  min-height:30px;
  padding:0;
  border:1px solid #dfe3ef;
  border-radius:50%;
  background:#fff;
  color:#5754df;
  box-shadow:0 7px 18px rgba(23,34,77,.16);
}
.lk-home-hero-edit svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

@media(max-width:420px){
  .lk-home-primary-topline{grid-template-columns:minmax(0,1fr) 54px 54px;gap:7px;min-height:64px}
  .lk-home-primary-brand{max-width:190px;height:62px}
  .lk-home-primary-brand .lk-brand-home-link{height:62px;min-height:62px}
  .lk-home-primary-brand img{max-width:190px;max-height:62px}
  .lk-home-hero-card{height:134px;min-height:134px}
  .lk-home-hero-city{font-size:min(var(--lk-hero-city-size,29px),7.8vw)}
}
@media(max-width:360px){
  .lk-home-primary-topline{grid-template-columns:minmax(0,1fr) 50px 50px;gap:6px;min-height:61px}
  .lk-home-primary-brand{max-width:170px;height:59px}
  .lk-home-primary-brand .lk-brand-home-link{height:59px;min-height:59px}
  .lk-home-primary-brand img{max-width:170px;max-height:59px}
  .lk-home-primary-action{width:50px;min-width:50px;height:52px;min-height:52px;border-radius:15px}
  .lk-home-primary-action>b{max-width:46px;font-size:7.5px}
  .lk-home-primary-action-icon{width:26px;height:26px}
}

/* ECHO LIST HOME — cartes denses conservées ; header/filtres définis par le contrat canonique 4.2.19. */
.lk-feed--home-echoes{
  gap:6px;
  padding-bottom:8px;
}
.lk-feed--home-echoes .lk-echo-card{
  grid-template-columns:64px minmax(0,1fr);
  gap:9px;
  min-height:82px;
  padding:8px 9px;
  border-color:#e4e7ef;
  border-radius:18px;
  box-shadow:0 7px 20px rgba(24,34,72,.05);
}
.lk-feed--home-echoes .lk-echo-chevron{display:none}
.lk-feed--home-echoes .lk-echo-visual{
  position:relative;
  width:64px;
  height:64px;
  overflow:visible;
  border-radius:16px;
  font-size:25px;
}
.lk-feed--home-echoes .lk-echo-visual img{
  display:block;
  width:64px;
  height:64px;
  border-radius:16px;
  object-fit:cover;
  overflow:hidden;
}
.lk-feed--home-echoes .lk-echo-fallback-icon{
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:16px;
  background:inherit;
}
.lk-echo-category-badge{display:none}
.lk-feed--home-echoes .lk-echo-category-badge{
  position:absolute;
  left:-4px;
  bottom:-5px;
  z-index:2;
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border:3px solid #fff;
  border-radius:50%;
  background:#687085;
  color:#fff;
  font-size:12px;
  line-height:1;
  box-shadow:0 5px 12px rgba(20,30,65,.14);
}
.lk-feed--home-echoes .lk-tone-red .lk-echo-category-badge{background:#ef5a49}
.lk-feed--home-echoes .lk-tone-amber .lk-echo-category-badge{background:#f59e0b}
.lk-feed--home-echoes .lk-tone-blue .lk-echo-category-badge{background:#2f6fed}
.lk-feed--home-echoes .lk-tone-green .lk-echo-category-badge,
.lk-feed--home-echoes .lk-tone-emerald .lk-echo-category-badge{background:#53b94c}
.lk-feed--home-echoes .lk-tone-violet .lk-echo-category-badge{background:#7157e8}
.lk-feed--home-echoes .lk-tone-slate .lk-echo-category-badge{background:#667085}

.lk-feed--home-echoes .lk-echo-copy{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto 24px;
  column-gap:6px;
  row-gap:0;
  align-items:center;
  min-width:0;
}
.lk-feed--home-echoes .lk-echo-title-row{
  grid-column:1/-1;
  align-items:center;
  gap:7px;
  min-width:0;
}
.lk-feed--home-echoes .lk-echo-title-row h3{
  font-size:13.5px;
  line-height:1.1;
  letter-spacing:-.025em;
}
.lk-feed--home-echoes .lk-echo-title-row time{
  font-size:9px;
  white-space:nowrap;
}
.lk-feed--home-echoes .lk-echo-copy>p{
  grid-column:1/-1;
  margin:1px 0 2px;
  color:#717a91;
  font-size:9.4px;
}
.lk-feed--home-echoes .lk-echo-meta{
  grid-column:1/2;
  min-width:0;
  gap:4px;
  overflow:hidden;
  white-space:nowrap;
}
.lk-feed--home-echoes .lk-status{
  flex:0 0 auto;
  min-height:20px;
  padding:0 6px;
  font-size:8px;
}
.lk-feed--home-echoes .lk-echo-signal{
  flex:0 0 auto;
  color:#8d94a8;
  font-size:8px;
}
.lk-feed--home-echoes .lk-time-signature.is-compact{
  grid-column:2/3;
  justify-self:end;
  width:82px;
  min-height:24px;
  margin:0;
  padding:2px 4px 5px;
  gap:4px;
  border-radius:10px;
  background:linear-gradient(135deg,#fff,#f7f9ff);
  box-shadow:none;
}
.lk-feed--home-echoes .lk-time-signature.is-compact .lk-time-ring{width:16px;height:16px}
.lk-feed--home-echoes .lk-time-signature.is-compact .lk-time-ring:after{inset:2px}
.lk-feed--home-echoes .lk-time-signature.is-compact .lk-time-ring span{font-size:9px}
.lk-feed--home-echoes .lk-time-signature.is-compact .lk-time-copy{overflow:hidden}
.lk-feed--home-echoes .lk-time-signature.is-compact .lk-time-copy b{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:7.2px;
  line-height:1.05;
}
.lk-feed--home-echoes .lk-time-signature.is-compact .lk-time-track{height:2px}

@media(max-width:380px){
  .lk-home-echo-section-head h2{font-size:20px}
  
  .lk-feed--home-echoes .lk-echo-card{grid-template-columns:60px minmax(0,1fr);gap:8px;min-height:78px;padding:7px 8px}
  .lk-feed--home-echoes .lk-echo-visual,
  .lk-feed--home-echoes .lk-echo-visual img,
  .lk-feed--home-echoes .lk-echo-fallback-icon{width:60px;height:60px}
  .lk-feed--home-echoes .lk-echo-title-row h3{font-size:13px}
  .lk-feed--home-echoes .lk-time-signature.is-compact{width:78px}
  .lk-feed--home-echoes .lk-status{padding:0 5px}
}

/* ============================================================
   LOOKII Core 4.2.18 — CONTRATS CANONIQUES DE FINITION
   Une seule source de vérité pour le fil Écho direct, les tuiles
   territoriales, la respiration des Échos, le dock et la puce
   non-lue Écho direct. Aucun contrat ciblé historique ne subsiste.
   ============================================================ */

.lk-home-primary-badge{position:absolute;right:5px;top:4px;display:grid;place-items:center;width:8px;height:8px;min-width:8px;padding:0;border:1px solid rgba(93,85,231,.18);border-radius:999px;background:rgba(93,85,231,.06);color:transparent;font-size:0;font-style:normal;font-weight:950;box-shadow:none;pointer-events:none;transition:width .18s ease,height .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}
.lk-home-primary-badge.has-unread{width:18px;height:18px;min-width:18px;padding:0 4px;border-color:#fff;background:linear-gradient(145deg,#1769ff,#6258ed);color:#fff;font-size:8px;box-shadow:0 0 0 3px rgba(89,83,235,.13),0 4px 10px rgba(35,83,219,.24);animation:lkDirectUnreadPulse 2.6s ease-in-out infinite}
@keyframes lkDirectUnreadPulse{0%,72%,100%{transform:scale(1);box-shadow:0 0 0 3px rgba(89,83,235,.10),0 4px 10px rgba(35,83,219,.20)}82%{transform:scale(1.12);box-shadow:0 0 0 7px rgba(89,83,235,.08),0 6px 14px rgba(35,83,219,.25)}}

/* Profil — contrat canonique compact et transversal 4.2.20. */
.lk-page--profile{padding-bottom:104px}
.lk-page-header--profile{margin-bottom:10px}
.lk-profile-overview{position:relative;margin:0 0 18px;padding:0 12px 12px;border:1px solid #e3e7f0;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfbff);box-shadow:0 9px 28px rgba(24,34,72,.05);overflow:hidden}
.lk-profile-overview__cover{position:relative;height:68px;margin:0 -12px;padding:12px 16px;overflow:hidden;background:radial-gradient(circle at 86% 24%,rgba(255,255,255,.22),transparent 24%),linear-gradient(135deg,#17245b 0%,#3b46d8 58%,#7365f2 100%);color:#fff}
.lk-profile-overview__cover small,.lk-profile-overview__cover b{position:relative;z-index:2;display:block}.lk-profile-overview__cover small{font-size:8px;font-weight:950;letter-spacing:.12em;color:#d8d6ff}.lk-profile-overview__cover b{margin-top:3px;font-size:14px;line-height:1.05}.lk-profile-overview__cover>span{position:absolute;right:15px;top:10px;width:46px;height:46px;border-radius:16px;background:rgba(255,255,255,.10)}.lk-profile-overview__cover>span i{position:absolute;inset:8px;border:1px solid rgba(255,255,255,.24);border-radius:50%}.lk-profile-overview__cover>span i+ i{inset:15px}
.lk-profile-overview__identity{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:11px;margin-top:-20px;padding:0 3px}
.lk-profile-avatar-stack{position:relative;width:78px;height:78px}.lk-profile-avatar-stack .lk-avatar--profile{width:78px;height:78px;margin:0;border:4px solid #fff;border-radius:25px;box-shadow:0 11px 28px rgba(31,38,93,.18)}
.lk-profile-avatar-edit{position:absolute;right:-3px;bottom:-2px;display:grid;place-items:center;width:27px;height:27px;padding:0;border:3px solid #fff;border-radius:50%;background:#fff;color:#5754df;box-shadow:0 6px 14px rgba(23,34,77,.16)}.lk-profile-avatar-edit svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lk-profile-overview__copy{min-width:0;padding-top:19px}.lk-profile-overview__copy h2{margin:0 0 2px;font-size:24px;line-height:1;letter-spacing:-.035em}.lk-profile-overview__copy p{margin:0 0 6px;color:#737b91;font-size:10px}.lk-profile-overview__copy .lk-trust-badge{padding:5px 8px;font-size:8px}.lk-profile-overview__copy>small{display:block;margin-top:5px;color:#8a91a5;font-size:8.5px}
.lk-profile-overview__guest{margin:8px 0 0;color:#737b91;font-size:10px}
.lk-profile-impact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:10px;overflow:hidden;border:1px solid #e6e8f2;border-radius:15px;background:#e6e8f2}.lk-profile-impact article{min-width:0;padding:8px 3px;background:#fafbff;text-align:center}.lk-profile-impact b,.lk-profile-impact small{display:block}.lk-profile-impact b{font-size:16px;line-height:1}.lk-profile-impact small{margin-top:3px;overflow:hidden;color:#7b8298;font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}
.lk-section-head--profile{margin:18px 0 8px}.lk-section-head--profile h2{font-size:18px}.lk-section-head--profile button{min-height:28px;padding:0 2px;font-size:9px}
.lk-profile-territory-panel{padding:8px;border:1px solid #e3e7f0;border-radius:20px;background:linear-gradient(145deg,#fff,#fafbff);box-shadow:0 7px 22px rgba(24,34,72,.04)}
.lk-territory-strip--profile{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(126px,1fr);gap:7px;overflow-x:auto;overflow-y:hidden;padding:0 0 2px;scrollbar-width:none}.lk-territory-strip--profile::-webkit-scrollbar{display:none}
.lk-profile-setting-row{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 10px;border:1px solid #e3e7f0;border-radius:18px;background:#fff;color:#141d3b;text-align:left;box-shadow:0 7px 22px rgba(24,34,72,.04)}.lk-profile-setting-row__icon{position:relative;display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:linear-gradient(145deg,#f0f6ff,#eeeaff);color:#1568f0}.lk-profile-setting-row__icon i{width:8px;height:8px;border-radius:50%;background:#5b54eb;box-shadow:0 0 0 6px rgba(91,84,235,.10),0 0 0 12px rgba(91,84,235,.05)}.lk-profile-setting-row b,.lk-profile-setting-row small{display:block}.lk-profile-setting-row b{font-size:11px}.lk-profile-setting-row small{margin-top:2px;color:#7b8397;font-size:8.5px;line-height:1.3}.lk-profile-setting-row em{color:#5b54eb;font-size:20px;font-style:normal}
.lk-profile-account-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:7px;margin:10px 0 18px;padding:9px 10px;border:1px solid #e3e7f0;border-radius:18px;background:#fff}.lk-profile-account-row div{min-width:0}.lk-profile-account-row small,.lk-profile-account-row b{display:block}.lk-profile-account-row small{color:#6d63ea;font-size:7px;font-weight:950;letter-spacing:.1em}.lk-profile-account-row b{margin-top:2px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.lk-profile-account-row button,.lk-profile-account-row a{min-height:30px;padding:0 8px;border:1px solid #e0e4ef;border-radius:10px;background:#fafbff;color:#4e58c9;text-decoration:none;font-size:8px;font-weight:900}.lk-profile-account-row a{display:inline-flex;align-items:center;color:#a44b57;background:#fff7f8;border-color:#f1dfe2}
.lk-section-head--activity{align-items:end}.lk-activity-feed--profile{gap:6px}.lk-activity-feed--profile .lk-activity-row{min-height:58px;padding:7px 9px;border-radius:16px}.lk-activity-feed--profile .lk-activity-row>span{width:36px;height:36px;border-radius:12px}.lk-activity-feed--profile:not(.is-expanded) .lk-activity-row:nth-child(n/**/+5){display:none}
@media(max-width:360px){.lk-profile-impact small{font-size:7px}.lk-profile-account-row{grid-template-columns:minmax(0,1fr) auto}.lk-profile-account-row a{grid-column:1/-1;justify-self:stretch;justify-content:center}}

/* Territoires accueil — carte minimale à badge superposé, sans ligne basse. */
.lk-territory-strip--home{margin-top:7px;padding:0 0 2px;gap:7px;grid-auto-columns:minmax(126px,1fr);overflow-y:visible}
.lk-territory-strip--home .lk-territory-card,.lk-territory-strip--profile .lk-territory-card{position:relative;display:grid;grid-template-columns:25px minmax(0,1fr);align-items:end;column-gap:7px;height:52px;min-height:52px;padding:20px 8px 4px;border-radius:14px;text-align:left;box-shadow:0 4px 12px rgba(30,39,86,.035);overflow:hidden}
.lk-territory-strip--home .lk-territory-card__icon,.lk-territory-strip--profile .lk-territory-card__icon{display:grid;place-items:center;width:25px;height:25px;margin:0;border-radius:8px;background:#f1f4fb;color:#5b6480;font-size:11px}
.lk-territory-strip--home .lk-territory-card__copy,.lk-territory-strip--profile .lk-territory-card__copy{display:grid;align-content:center;min-width:0}
.lk-territory-strip--home .lk-territory-card b,.lk-territory-strip--profile .lk-territory-card b{display:-webkit-box;max-width:none;min-height:0;overflow:hidden;white-space:normal;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:10px;line-height:1.02}
.lk-territory-strip--home .lk-territory-card.is-active:after,.lk-territory-strip--profile .lk-territory-card.is-active:after{right:6px;top:6px;width:6px;height:6px;box-shadow:0 0 0 3px var(--lk-primary-soft)}
.lk-territory-card__badge{position:absolute;z-index:2;left:7px;top:4px;display:inline-flex;align-items:center;gap:3px;height:16px;padding:0 6px;border:1px solid rgba(105,111,145,.10);border-radius:999px;background:rgba(255,255,255,.96);color:#687087;font-size:7px;font-weight:950;line-height:1;box-shadow:0 3px 8px rgba(32,42,79,.07);pointer-events:none;white-space:nowrap}
.lk-territory-card__badge svg{width:9px;height:9px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.lk-territory-card__badge--home{background:#f3efff;color:#6a53e8}
.lk-territory-card__badge--watched{background:#effaf4;color:#15935d}
.lk-territory-card__badge--gps{background:#edf7ff;color:#1769df}
.lk-territory-card__badge--watched svg{animation:lkTerritoryWatchBreath 3.8s ease-in-out infinite;transform-origin:center}
.lk-territory-card__badge--gps svg{animation:lkTerritoryGpsSignal 3.2s ease-in-out infinite;transform-origin:center}
.lk-local-surveillance-hint{display:flex;align-items:center;gap:6px;margin:7px 2px 0;color:#7c8499;font-size:7.5px;line-height:1.2}
.lk-local-surveillance-hint i{display:block;width:6px;height:6px;border-radius:50%;background:var(--lk-primary);box-shadow:0 0 0 3px var(--lk-primary-soft)}
@keyframes lkTerritoryWatchBreath{0%,72%,100%{opacity:.78;transform:scale(1)}82%{opacity:1;transform:scale(1.14)}}
@keyframes lkTerritoryGpsSignal{0%,68%,100%{opacity:.78;transform:scale(1)}78%{opacity:1;transform:scale(1.18)}88%{opacity:.86;transform:scale(1.04)}}

/* Échos accueil — trois niveaux visuels distincts et filtres réellement ventilés. */
.lk-home-echo-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:9px;margin:18px 0 16px}
.lk-home-echo-section-head>div{min-width:0}
.lk-home-echo-section-head small{display:flex;align-items:center;gap:6px;color:#2b3355;font-size:9px;font-weight:900;letter-spacing:.04em}
.lk-home-echo-section-head small i{display:block;width:7px;height:7px;border-radius:50%;background:#1769ff;box-shadow:0 0 0 4px rgba(23,105,255,.09)}
.lk-home-echo-section-head h2{max-width:100%;margin:10px 0 0;overflow:visible;color:#111a39;font-size:clamp(18px,5.1vw,22px);line-height:1.02;letter-spacing:-.045em;white-space:nowrap}
.lk-home-echo-context{margin:5px 0 0;color:#7b849a;font-size:8px;line-height:1.25;font-weight:700;letter-spacing:0}
.lk-echo-head-actions button.is-active{padding:5px 8px;border-radius:999px;background:var(--lk-primary-soft);color:var(--lk-primary)}
.lk-filter-row--echoes.lk-filter-row--distances{margin:0 0 15px}

.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create){position:relative;background:transparent;color:#0e204f;isolation:isolate}
.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create)::before{content:"";position:absolute;z-index:-1;left:50%;top:50%;width:calc(100% - 10px);max-width:62px;height:54px;border-radius:17px;background:transparent;transform:translate(-50%,-50%);transition:background .18s ease,box-shadow .18s ease}
.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create):hover{transform:translateY(-2px);color:#2266ef}
.lk-bottom-nav.lk-bottom-dock--official>button:not(.lk-nav-create):hover::before{background:linear-gradient(180deg,rgba(52,105,246,.09),rgba(89,83,233,.025))}
.lk-bottom-nav.lk-bottom-dock--official>button.is-active:not(.lk-nav-create){background:transparent;color:#1769f1;box-shadow:none}
.lk-bottom-nav.lk-bottom-dock--official>button.is-active:not(.lk-nav-create)::before{background:linear-gradient(180deg,rgba(49,111,248,.14),rgba(49,111,248,.04));box-shadow:inset 0 0 0 1px rgba(47,105,248,.08),0 5px 14px rgba(34,95,220,.07)}

.lk-direct-conversation-head{display:grid;grid-template-columns:38px 44px minmax(0,1fr) 38px;align-items:center;gap:8px;min-height:58px;margin:0 0 8px;padding:5px 2px 8px;border-bottom:1px solid #eceff5;position:static}
.lk-direct-conversation-head>button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:13px;background:#f7f8fc;color:#17203d}
.lk-direct-conversation-head>.lk-direct-avatar{width:44px;height:44px;border-radius:14px}
.lk-direct-conversation-head>div{min-width:0}.lk-direct-conversation-head>div b,.lk-direct-conversation-head>div small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lk-direct-conversation-head>div b{font-size:14px;line-height:1.1}.lk-direct-conversation-head>div small{margin-top:3px;color:#7e879c;font-size:9px}.lk-direct-conversation-head>button .lk-signature-svg{width:20px;height:20px}
.lk-direct-thread-keepbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:42px;margin:0 0 9px;padding:5px 6px 5px 8px;border:1px solid #e1e2f7;border-radius:14px;background:linear-gradient(90deg,#f8f6ff,#fff);box-shadow:none}
.lk-direct-thread-keepbar>div{display:flex;align-items:center;min-width:0;gap:7px}.lk-direct-thread-keepbar>div>.lk-signature-svg{width:26px;height:26px;padding:5px;border-radius:9px;background:#ece9ff;color:#514ce6}.lk-direct-thread-keepbar>div>span{min-width:0}.lk-direct-thread-keepbar b,.lk-direct-thread-keepbar small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lk-direct-thread-keepbar b{font-size:10px}.lk-direct-thread-keepbar small{margin-top:1px;color:#7d8599;font-size:8px}.lk-direct-thread-keepbar>button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:30px;padding:0 8px;border:1px solid #d7d5f8;border-radius:10px;background:#fff;color:#4e49d6;font-size:9px;font-weight:900}.lk-direct-thread-keepbar>button .lk-signature-svg{width:16px;height:16px}.lk-direct-thread-keepbar.is-saved{border-color:#cbe8dc;background:linear-gradient(90deg,#f4fff9,#fff)}.lk-direct-thread-keepbar.is-saved>button{color:#167b58}
.lk-direct-messages{display:flex;flex-direction:column;gap:8px;padding:2px 4px 84px}
.lk-direct-message{display:flex;flex-direction:column;width:fit-content;max-width:min(80%,420px);margin:0}
.lk-direct-message.is-mine{align-self:flex-end;margin-left:auto}.lk-direct-message.is-theirs{align-self:flex-start;margin-right:auto}
.lk-direct-bubble{display:block;width:fit-content;max-width:100%;min-width:0;min-height:0;padding:9px 11px 7px;border-radius:16px;background:#f1f2f8;color:#17203d;box-shadow:none}
.lk-direct-message.is-mine .lk-direct-bubble{border:1px solid rgba(255,255,255,.12);border-bottom-right-radius:6px;background:linear-gradient(135deg,#5e54e8,#493fe0);color:#fff}
.lk-direct-message.is-theirs .lk-direct-bubble{border:1px solid #e2e4ef;border-bottom-left-radius:6px;background:#f5f6fa;color:#17203d}
.lk-direct-bubble p{margin:0;color:inherit;font-size:15px;line-height:1.28;letter-spacing:-.006em}.lk-direct-bubble img{display:block;width:min(100%,320px);max-height:340px;margin-top:7px;border-radius:13px;object-fit:cover}.lk-direct-bubble>a{display:block;margin-top:6px;color:inherit;font-size:11px;font-weight:800}
.lk-direct-life{display:inline-flex;align-items:center;gap:4px;margin-top:5px;color:#8b6a20;font-size:8.5px;line-height:1}.lk-direct-life>span:first-child{font-size:10px;opacity:.8}.lk-direct-life>div{display:inline-flex;align-items:center}.lk-direct-life.is-watch{color:#9b6500}.lk-direct-life.is-urgent{color:#c55a0a}.lk-direct-life.is-critical{color:#c9283f}.lk-direct-message.is-mine .lk-direct-life{color:rgba(255,255,255,.78)}.lk-direct-life.is-saved{display:inline-flex;align-items:center;gap:4px;color:#19815d;font-size:8.5px}.lk-direct-life.is-saved .lk-signature-svg{width:14px;height:14px}.lk-direct-life.is-sending{display:inline-flex;align-items:center;gap:6px;color:#737b93;font-size:9px}.lk-direct-life-pulse{width:6px;height:6px;border-radius:50%;background:currentColor;animation:lkDirectPulse 1.1s ease-in-out infinite}
.lk-direct-message-foot{display:flex;align-items:center;gap:5px;margin:3px 4px 0;color:#9299ac;font-size:9px;line-height:1}.lk-direct-message.is-mine .lk-direct-message-foot{justify-content:flex-end}.lk-direct-message-foot>button{display:grid;place-items:center;width:20px;height:20px;padding:0;border:0;background:transparent;color:#8e95a9}.lk-direct-message-foot .lk-signature-svg{width:15px;height:15px}.lk-direct-read{display:grid;place-items:center;color:#8d95aa}.lk-direct-read.is-seen{color:#4f5bea}.lk-direct-read .lk-signature-svg{width:16px;height:16px}

@media(max-width:380px){.lk-territory-strip--home{grid-auto-columns:minmax(118px,1fr)}.lk-direct-message{max-width:84%}.lk-direct-thread-keepbar small{display:none}.lk-direct-thread-keepbar{min-height:38px}.lk-direct-bubble p{font-size:14.5px}}
@media(prefers-reduced-motion:reduce){.lk-home-primary-badge.has-unread,.lk-direct-life-pulse{animation:none}}

/* ============================================================
   LOOKII Core 4.2.17 — STANDARD UI CANONIQUE TRANSVERSAL
   Accueil, Écho direct et Alertes partagent désormais les mêmes
   contrats de page, en-tête, filtres, états, listes et densité.
   Aucun correctif d'empilement : les anciens contrats ciblés ont
   été retirés avant l'introduction de cette source de vérité unique.
   ============================================================ */

:root{
  --lk-page-gap:10px;
  --lk-page-radius:18px;
  --lk-page-control-h:42px;
  --lk-page-compact-h:72px;
  --lk-page-shadow:0 7px 22px rgba(24,34,72,.055);
}

/* Standard de page intérieure */
.lk-page-header{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:9px;min-height:52px;margin:0 0 10px}
.lk-page-header__icon{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--lk-line);border-radius:14px;background:#fff;color:#202948;font-size:18px;font-weight:900;box-shadow:var(--lk-page-shadow)}
.lk-page-header__identity{display:flex;min-width:0;align-items:center;gap:9px}
.lk-page-header__identity .lk-brand-home-link{flex:0 0 auto;width:auto;min-width:70px}
.lk-page-header__identity .lk-brand-logo--mini img{display:block;width:auto;height:22px;max-width:88px}
.lk-page-header__identity>div{min-width:0}
.lk-page-header__identity small{display:block;color:#7d8499;font-size:8px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}
.lk-page-header__identity h1{margin:2px 0 0;color:#121a39;font-size:23px;line-height:1;letter-spacing:-.045em}
.lk-page-intro{margin:0 0 10px}.lk-page-intro p{margin:0;color:#737b91;font-size:11px;line-height:1.4}
.lk-page-intro--compact{margin-top:-2px}

/* Standard boutons segmentés / filtres principaux */
.lk-segmented{display:grid;gap:6px;margin:0 0 10px;padding:3px;border:1px solid #e6e8f1;border-radius:15px;background:#f3f5fa}
.lk-segmented--3,.lk-segmented--direct{grid-template-columns:repeat(3,minmax(0,1fr))}
.lk-segmented button{min-width:0;min-height:36px;padding:0 7px;border:0;border-radius:11px;background:transparent;color:#6d758c;font-size:9px;font-weight:900;white-space:nowrap}
.lk-segmented button.is-active{background:#fff;color:#4f49df;box-shadow:0 4px 12px rgba(36,43,83,.08)}

/* Standard bandeau d'état */
.lk-status-strip{display:grid;grid-template-columns:34px minmax(0,1fr) 9px;align-items:center;gap:9px;min-height:54px;margin:0 0 10px;padding:8px 10px;border:1px solid #e2e3fa;border-radius:16px;background:linear-gradient(135deg,#f8f7ff,#f1f1ff)}
.lk-status-strip__icon{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#fff}
.lk-status-strip__icon:before{content:"";width:16px;height:16px;border:2px solid #8179ee;border-radius:50%;box-shadow:0 0 0 4px rgba(89,83,233,.09)}
.lk-status-strip b,.lk-status-strip small{display:block}.lk-status-strip b{font-size:12px}.lk-status-strip small{margin-top:2px;color:#727b92;font-size:9px;line-height:1.3}
.lk-status-strip>em{width:8px;height:8px;border-radius:50%;background:var(--lk-green);box-shadow:0 0 0 4px rgba(19,166,107,.11)}

/* Accueil — surveillance locale réellement compacte */
.lk-local-surveillance-panel{margin:10px 0 12px;padding:10px;border:1px solid #e3e7f0;border-radius:20px;background:linear-gradient(145deg,#fff,#fafbff);box-shadow:0 7px 22px rgba(24,34,72,.04)}
.lk-local-surveillance-panel .lk-section-head--local{align-items:flex-end;margin:0 0 6px}
.lk-local-surveillance-panel .lk-section-head--local small{color:#7f8598;font-size:7.5px;font-weight:900;letter-spacing:.11em}
.lk-local-surveillance-panel .lk-section-head--local h2{margin-top:1px;font-size:17px;line-height:1.02}
.lk-local-surveillance-panel .lk-section-head--local button{min-height:28px;padding:0 2px;font-size:10px}
.lk-territory-strip--home{margin-top:5px;padding:0 0 2px;gap:6px;grid-auto-columns:minmax(102px,1fr)}
.lk-local-surveillance-divider{height:1px;margin:6px 0;background:#e8ebf3}
.lk-places-module--integrated{margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.lk-places-module--integrated .lk-places-head{align-items:center;gap:7px}
.lk-places-module--integrated .lk-places-head small{font-size:7px;letter-spacing:.12em}
.lk-places-module--integrated .lk-places-head h2{margin:1px 0 0;font-size:17px;line-height:1.02}
.lk-places-module--integrated .lk-places-head button{min-height:28px;padding:0 7px;border-color:#e5e9f2;border-radius:9px;background:#fbfcff;color:#3268d8;font-size:8px;box-shadow:none}
.lk-places-module--integrated .lk-places-head button span{font-size:13px}
.lk-place-type-strip--home{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:row;gap:5px;margin:9px 0 8px;padding:0;overflow:visible}
.lk-place-type-strip--home .lk-place-type-tile{min-width:0;min-height:56px;padding:5px 3px;border-radius:12px;text-align:center;box-shadow:0 3px 10px rgba(24,40,83,.03)}
.lk-place-type-strip--home .lk-place-type-tile span{width:24px;height:24px;margin:0 auto 3px;border-radius:8px;font-size:14px}
.lk-place-type-strip--home .lk-place-type-tile b{display:-webkit-box;min-height:17px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:7.5px;line-height:1.04;text-align:center}
.lk-place-live-sample--slim{min-height:23px;gap:6px;padding:3px 5px;border-top:1px solid #edf0f5;border-radius:0;background:transparent}
.lk-place-live-sample--slim>span{font-size:9px}.lk-place-live-sample--slim>small{min-width:0;flex:1;overflow:hidden;color:#7c879e;font-size:7.5px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.lk-place-live-sample--slim i{flex:0 0 auto;font-size:11px}

/* Accueil — la distance est le filtre rapide principal. Les thèmes et états restent derrière « Filtrer ». */
.lk-filter-row--echoes.lk-filter-row--distances{display:flex;align-items:center;gap:8px;width:100%;max-width:100%;margin:0 0 15px;padding:0;overflow:visible}
.lk-filter-row--distances>button{display:inline-flex;flex:1 1 0;min-width:0;min-height:36px;align-items:center;justify-content:center;gap:4px;padding:0 6px;border:1px solid #dfe3ed;border-radius:13px;background:#fff;color:#222b4a;font-size:8.2px;font-weight:900;box-shadow:0 3px 10px rgba(26,36,76,.025);white-space:nowrap}
.lk-filter-row--distances>button span{display:grid;place-items:center;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:#f1f3f8;color:#697189;font-size:7px;font-weight:950}
.lk-filter-row--distances>button.is-active{border-color:#1769ff;background:#1769ff;color:#fff;box-shadow:0 7px 16px rgba(23,105,255,.17)}
.lk-filter-row--distances>button.is-active>span{background:rgba(255,255,255,.20);color:#fff}
.lk-echo-filter-section{margin-top:16px}.lk-echo-filter-section>small{display:block;margin:0 0 7px;color:#6b63e5;font-size:8px;font-weight:950;letter-spacing:.12em}.lk-echo-filter-section .lk-choice-list{margin:0}.lk-echo-filter-actions{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:8px;margin-top:16px}.lk-echo-filter-actions .lk-btn{margin:0;min-height:44px}

/* Écho direct — page de service, pas landing marketing */
.lk-page-header--direct{grid-template-columns:42px minmax(0,1fr) 42px;margin-bottom:6px}
.lk-page-header__identity--direct{justify-self:start}
.lk-direct-page-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(145deg,#f0efff,#fff);color:#514ce6;box-shadow:inset 0 0 0 1px #dfddff}
.lk-direct-page-mark svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.lk-direct-panel{min-height:120px}
.lk-direct-list{display:grid;gap:7px}
.lk-direct-thread-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:68px;padding:8px 10px;border:1px solid var(--lk-line);border-radius:17px;background:#fff;color:var(--lk-ink);text-align:left;box-shadow:var(--lk-page-shadow)}
.lk-direct-thread-row.is-unread{border-color:#c9c7ff;background:linear-gradient(135deg,#fff,#f7f6ff)}
.lk-direct-avatar{display:grid;place-items:center;width:48px;height:48px;overflow:hidden;border-radius:15px;background:#f1f2fa;color:#5b56e7;font-size:14px;font-weight:950}.lk-direct-avatar img{width:100%;height:100%;object-fit:cover}.lk-direct-avatar span{display:grid;place-items:center;width:100%;height:100%}
.lk-direct-thread-row div{min-width:0}.lk-direct-thread-row b,.lk-direct-thread-row p,.lk-direct-thread-row small{display:block}.lk-direct-thread-row b{font-size:13px}.lk-direct-thread-row p{margin:2px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#616a82;font-size:11px}.lk-direct-thread-row small{margin-top:2px;color:#969caf;font-size:9px}
.lk-direct-thread-row>i{display:grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:99px;background:var(--lk-primary);color:#fff;font-size:8px;font-style:normal;font-weight:950}.lk-direct-thread-row>em{color:#9ca2b3;font-size:20px;font-style:normal}
.lk-direct-empty{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:72px;padding:12px;border:1px dashed #dcdfea;border-radius:17px;background:#fafbfe}.lk-direct-empty>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#f0efff;color:#5b56e7;font-weight:900}.lk-direct-empty b,.lk-direct-empty small{display:block}.lk-direct-empty b{font-size:12px}.lk-direct-empty small{margin-top:2px;color:#7b8398;font-size:9px;line-height:1.35}
.lk-screen[data-screen="direct"].is-thread-open .lk-page-header,.lk-screen[data-screen="direct"].is-thread-open .lk-page-intro,.lk-screen[data-screen="direct"].is-thread-open .lk-segmented--direct{display:none}

/* Alertes — même carte Écho que l'accueil, densité de veille */
.lk-page--alerts .lk-segmented{margin-bottom:8px}
.lk-notification-feed--compact{margin-bottom:8px}

.lk-echo-list--alerts{gap:7px;padding-bottom:8px}
.lk-echo-list--alerts>.lk-section-head{margin:10px 0 7px}
.lk-echo-list--alerts .lk-echo-card{grid-template-columns:60px minmax(0,1fr);gap:9px;min-height:78px;padding:8px;border-radius:17px}
.lk-echo-list--alerts .lk-echo-visual{position:relative;width:60px;height:60px;overflow:visible;border-radius:15px}
.lk-echo-list--alerts .lk-echo-visual img{display:block;width:60px;height:60px;border-radius:15px;object-fit:cover;overflow:hidden}
.lk-echo-list--alerts .lk-echo-category-badge{position:absolute;left:-4px;bottom:-4px;z-index:2;display:grid;place-items:center;width:24px;height:24px;border:3px solid #fff;border-radius:50%;background:#687085;color:#fff;font-size:11px;box-shadow:0 4px 10px rgba(20,30,65,.13)}
.lk-echo-list--alerts .lk-echo-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto 22px;column-gap:5px;align-items:center;min-width:0}
.lk-echo-list--alerts .lk-echo-title-row{grid-column:1/-1;min-width:0}
.lk-echo-list--alerts .lk-echo-title-row h3{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lk-echo-list--alerts .lk-echo-copy>p{grid-column:1/-1;margin:1px 0 2px;font-size:9px}
.lk-echo-list--alerts .lk-echo-meta{grid-column:1/2;min-width:0;gap:4px;overflow:hidden;white-space:nowrap}.lk-echo-list--alerts .lk-status{min-height:19px;padding:0 6px;font-size:8px}.lk-echo-list--alerts .lk-echo-signal{font-size:8px}.lk-echo-list--alerts .lk-echo-chevron{display:none}
.lk-echo-list--alerts .lk-time-signature.is-compact{grid-column:2/3;justify-self:end;width:82px;min-height:22px;margin:0;padding:2px 4px 5px;gap:4px;border-radius:10px;background:linear-gradient(135deg,#fff,#f7f9ff);box-shadow:none}
.lk-echo-list--alerts .lk-time-signature.is-compact .lk-time-ring{width:16px;height:16px}.lk-echo-list--alerts .lk-time-signature.is-compact .lk-time-ring:after{inset:2px}.lk-echo-list--alerts .lk-time-signature.is-compact .lk-time-copy{overflow:hidden}.lk-echo-list--alerts .lk-time-signature.is-compact .lk-time-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7.2px;line-height:1.05}.lk-echo-list--alerts .lk-time-signature.is-compact .lk-time-copy small{display:none}.lk-echo-list--alerts .lk-time-signature.is-compact .lk-time-track{height:2px}

@media(max-width:380px){
  .lk-page-header{grid-template-columns:40px minmax(0,1fr) 40px;gap:7px}.lk-page-header__icon{width:40px;height:40px}
  .lk-page-header__identity .lk-brand-home-link{min-width:62px}.lk-page-header__identity .lk-brand-logo--mini img{max-width:76px}
  .lk-filter-row--echoes.lk-filter-row--distances{gap:6px}.lk-filter-row--distances>button{padding:0 4px;font-size:7.6px}
  .lk-territory-strip--home{grid-auto-columns:minmax(98px,1fr)}
}

@media(prefers-reduced-motion:reduce){.lk-territory-card__badge--watched svg,.lk-territory-card__badge--gps svg{animation:none}}



.lk-profile-my-echoes{margin:0 0 18px}.lk-profile-echo-counts{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.lk-profile-echo-counts button{min-height:52px;border:1px solid var(--lk-line);border-radius:15px;background:#fff}.lk-profile-echo-counts b,.lk-profile-echo-counts small{display:block}.lk-profile-echo-counts b{font-size:17px}.lk-profile-echo-counts small{margin-top:2px;color:var(--lk-muted);font-size:8px}.lk-profile-echo-preview{display:grid;gap:6px;margin-top:8px}.lk-profile-echo-preview>button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid var(--lk-line);border-radius:14px;background:#fff;text-align:left}.lk-profile-echo-preview b,.lk-profile-echo-preview small{display:block}.lk-profile-echo-preview b{font-size:10px}.lk-profile-echo-preview small{margin-top:2px;color:var(--lk-muted);font-size:8px}.lk-profile-echo-preview span{color:var(--lk-primary);font-size:18px}

/* LOOKII Core 4.2.26 — Fiche Écho mobile + mini-carte + pilotage compact */
.lk-screen--echo{padding-top:max(8px,var(--lk-safe-top,8px))}.lk-echo-page-header{display:grid;grid-template-columns:46px minmax(0,1fr) 46px;align-items:center;gap:8px;margin:0 0 10px}.lk-echo-page-header__action{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--lk-line);border-radius:16px;background:#fff;color:var(--lk-ink);font-size:20px;font-weight:950;box-shadow:var(--lk-shadow-soft)}.lk-echo-page-header__brand{display:flex;align-items:center;justify-content:center;min-width:0}.lk-echo-page-header__brand .lk-brand-home-link{display:flex;align-items:center;justify-content:center;min-width:0}.lk-echo-page-header__brand .lk-brand-logo--echo{display:block;line-height:0}.lk-echo-page-header__brand .lk-brand-logo--echo img{display:block;width:auto;height:50px;max-width:214px;object-fit:contain}
.lk-echo-view{display:grid;gap:11px}.lk-echo-view__hero{position:relative;min-height:292px;overflow:hidden;border:1px solid rgba(255,255,255,.32);border-radius:26px;background:#20284b;box-shadow:0 16px 38px rgba(25,34,78,.15);isolation:isolate}.lk-echo-view__media{position:absolute;inset:0;background:#222a4d}.lk-echo-view__media img{display:block;width:100%;height:100%;object-fit:cover}.lk-echo-view__photo-open{position:absolute;right:11px;bottom:11px;z-index:4;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(255,255,255,.55);border-radius:14px;background:rgba(14,20,45,.58);color:#fff;font-size:18px;font-weight:950;backdrop-filter:blur(12px);box-shadow:0 7px 18px rgba(0,0,0,.18)}
.lk-echo-view__media--illustrated{display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,#202b67 0%,#5f5bed 100%)}.lk-echo-view__media--illustrated:before,.lk-echo-view__media--illustrated:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.lk-echo-view__media--illustrated:before{width:250px;height:250px;right:-82px;top:-84px;box-shadow:0 0 0 38px rgba(255,255,255,.04),0 0 0 78px rgba(255,255,255,.025)}.lk-echo-view__media--illustrated:after{width:165px;height:165px;left:-54px;bottom:-60px;box-shadow:0 0 0 28px rgba(255,255,255,.035)}.lk-echo-view__illustration{position:absolute;right:10%;top:50%;z-index:1;display:grid;justify-items:center;gap:6px;color:#fff;text-align:center;opacity:.92;transform:translateY(-50%)}.lk-echo-view__illustration i{display:grid;place-items:center;width:72px;height:72px;border:1px solid rgba(255,255,255,.26);border-radius:24px;background:rgba(255,255,255,.13);font-size:38px;font-style:normal;box-shadow:0 16px 40px rgba(0,0,0,.14);backdrop-filter:blur(12px)}.lk-echo-view__illustration b{font-size:12px}.lk-echo-view__illustration small{color:rgba(255,255,255,.72);font-size:8px}
.lk-echo-view__veil{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(11,16,39,.94) 0%,rgba(11,16,39,.76) 48%,rgba(11,16,39,.13) 84%),linear-gradient(0deg,rgba(7,12,31,.76) 0%,rgba(7,12,31,0) 62%)}.lk-echo-view__hero-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;min-height:292px;padding:15px;color:#fff}.lk-echo-view__hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.lk-echo-view__category,.lk-echo-view__useful{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 9px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(255,255,255,.91);color:#242a51;font-size:8px;font-weight:950;backdrop-filter:blur(10px)}.lk-echo-view__category i{font-style:normal;font-size:13px}.lk-echo-view__hero-copy{max-width:94%;padding-right:2px}.lk-echo-view__hero-copy h1{margin:0 0 7px;color:#fff;font-size:31px;line-height:1.02;letter-spacing:-.05em;text-shadow:0 2px 14px rgba(0,0,0,.30)}.lk-echo-view__location{margin:0 0 7px;color:rgba(255,255,255,.90);font-size:10px;font-weight:850}.lk-echo-view__author{display:flex;align-items:center;gap:7px;margin-bottom:9px}.lk-echo-view__author>span{display:grid;place-items:center;width:28px;height:28px;overflow:hidden;border:2px solid rgba(255,255,255,.82);border-radius:10px;background:#d9dcf2;color:#303865;font-size:8px;font-weight:950}.lk-echo-view__author>span img{width:100%;height:100%;object-fit:cover}.lk-echo-view__author p{margin:0;color:rgba(255,255,255,.83);font-size:8px}.lk-echo-view__author-link{padding:0;border:0;background:transparent;color:#fff;font:inherit;font-weight:950}.lk-echo-view__hero-status{display:flex;align-items:center;gap:7px;flex-wrap:wrap;padding-right:48px}.lk-echo-view__hero-status .lk-status{min-height:31px;padding:0 10px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.10)}.lk-echo-view__amplified{display:inline-flex;align-items:center;gap:5px;min-height:31px;padding:0 10px;border:1px solid rgba(213,209,255,.72);border-radius:999px;background:linear-gradient(135deg,rgba(99,88,239,.94),rgba(72,64,194,.94));color:#fff;box-shadow:0 0 0 4px rgba(118,106,255,.12),0 8px 22px rgba(30,25,102,.20);font-size:8px;font-weight:950;backdrop-filter:blur(10px)}.lk-echo-view__amplified i{font-style:normal;font-size:11px}.lk-echo-view.is-amplified .lk-echo-view__hero{border-color:#aaa4ff;box-shadow:0 0 0 1px rgba(98,88,239,.18),0 14px 38px rgba(56,47,168,.18)}.lk-echo-view__time{display:grid;grid-template-columns:auto auto;align-items:center;gap:5px;min-height:31px;padding:0 9px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(20,26,57,.64);color:#fff;font-size:8px;font-weight:950;backdrop-filter:blur(10px)}.lk-echo-view__time>i{font-style:normal}.lk-echo-view__time .lk-time-track{grid-column:1/-1;width:100%;height:2px;margin-top:-5px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.16)}.lk-echo-view__time .lk-time-track em{display:block;height:100%;background:#fff}
.lk-echo-view__layout{display:grid;gap:10px}.lk-echo-view__column{min-width:0}.lk-echo-view__card,.lk-echo-view__location-card{border:1px solid var(--lk-line);border-radius:19px;background:#fff;box-shadow:0 9px 26px rgba(27,35,70,.05)}.lk-echo-view__fact-location{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(132px,.82fr);gap:8px;align-items:stretch}.lk-echo-view__fact-location.is-long{grid-template-columns:1fr}.lk-echo-view__fact{min-height:0;padding:12px}.lk-echo-view__fact header{display:flex;align-items:center;justify-content:space-between;gap:8px}.lk-echo-view__fact header small,.lk-echo-view__location-card header small{color:#7b8195;font-size:7.5px;font-weight:950;letter-spacing:.12em}.lk-echo-view__fact header button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:9px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:14px}.lk-echo-view__fact>p{margin:7px 0 0;color:#2e354f;font-size:12px;line-height:1.46}.lk-echo-view__fact-modified{display:block;margin-top:7px;color:#827caa;font-size:7px;font-weight:800}.lk-echo-view__location-card{display:grid;grid-template-rows:auto 1fr auto;min-height:132px;padding:8px;overflow:hidden}.lk-echo-view__location-card header{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:6px}.lk-echo-view__location-card header>span{color:#696f87;font-size:7px;font-weight:850}.lk-echo-view__location-card>button{display:flex;align-items:center;justify-content:space-between;gap:5px;width:100%;margin-top:6px;padding:7px 6px;border:0;border-radius:10px;background:#f3f2ff;color:#514bd3;font-size:7.5px;font-weight:950;text-align:left}.lk-echo-mini-map{position:relative;min-height:76px;overflow:hidden;border-radius:11px;background:#edf2f7}.lk-echo-mini-map__tiles,.lk-echo-mini-map__pins{position:absolute;inset:0}.lk-echo-mini-map__tiles img{position:absolute;width:256px;height:256px;max-width:none;pointer-events:none}.lk-echo-mini-map__radius{position:absolute;left:50%;top:50%;border:1px solid rgba(89,83,233,.55);border-radius:50%;background:rgba(89,83,233,.08);transform:translate(-50%,-50%)}.lk-echo-mini-map__pins i{position:absolute;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#655cf0;transform:translate(-50%,-50%);box-shadow:0 3px 8px rgba(44,48,92,.28)}.lk-echo-mini-map__pins i.is-amplified{z-index:2;box-shadow:0 0 0 4px rgba(101,92,240,.24),0 4px 10px rgba(44,48,92,.32)}.lk-echo-mini-map__pins i.is-current{width:13px;height:13px;background:#1f2a70;box-shadow:0 0 0 5px rgba(89,83,233,.16)}.lk-echo-mini-map__pins i.is-current.is-amplified{box-shadow:0 0 0 6px rgba(101,92,240,.28),0 5px 12px rgba(35,39,100,.34)}.lk-echo-mini-map__focus{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:20px;height:20px;border:2px solid #fff;border-radius:50%;background:#2c3275;color:#fff;font-size:9px;transform:translate(-50%,-50%);box-shadow:0 0 0 5px rgba(89,83,233,.14)}.lk-echo-mini-map>small{position:absolute;right:4px;bottom:2px;padding:1px 3px;border-radius:4px;background:rgba(255,255,255,.75);color:#596078;font-size:5px}
.lk-echo-view__owner,.lk-echo-view__community{padding:12px}.lk-echo-view__owner{border-color:#dedcff;background:linear-gradient(145deg,#faf9ff,#f2f0ff)}.lk-echo-view__owner header small,.lk-echo-view__community header small{display:block;color:#716bd7;font-size:7.5px;font-weight:950;letter-spacing:.12em}.lk-echo-view__owner header h2,.lk-echo-view__community header h2{margin:3px 0 0;font-size:14px;letter-spacing:-.025em}.lk-echo-view__owner-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.lk-echo-view__owner-grid>button{min-height:42px;border:1px solid #dedff0;border-radius:13px;background:#fff;color:#50586f;font-size:9px;font-weight:950}.lk-echo-view__owner-grid>button.is-primary{border-color:#6058e9;background:linear-gradient(135deg,#2f3578,#665cf0);color:#fff}.lk-echo-view__owner-grid>button.is-resolve{border-color:#cce8db;background:#effaf5;color:#32705a}.lk-echo-view__owner-more{margin-top:7px;border:1px solid #e0def8;border-radius:13px;background:#fff;overflow:hidden}.lk-echo-view__owner-more summary{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:0 10px;color:#5b55c7;font-size:9px;font-weight:950;cursor:pointer;list-style:none}.lk-echo-view__owner-more summary::-webkit-details-marker{display:none}.lk-echo-view__owner-more>div{display:grid;gap:1px;border-top:1px solid #ecebf8}.lk-echo-view__owner-more>div button{min-height:38px;padding:0 10px;border:0;background:#fff;color:#555d74;text-align:left;font-size:8.5px;font-weight:850}.lk-echo-view__owner-more>div button.is-danger{color:#b14c5d}.lk-echo-view__signals{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:8px}.lk-echo-view__signals span{padding:5px 7px;border-radius:999px;background:#f5f6fa;color:#666e85;font-size:7px}.lk-echo-view__community-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.lk-echo-view__community-grid>button{display:grid;grid-template-columns:29px minmax(0,1fr);align-items:center;gap:7px;min-height:55px;padding:7px;border:1px solid #e2e4ed;border-radius:13px;background:#fff;text-align:left}.lk-echo-view__community-grid>button>span{display:grid;place-items:center;width:29px;height:29px;border-radius:10px;background:#f3f4f8;font-weight:950}.lk-echo-view__community-grid b,.lk-echo-view__community-grid small{display:block}.lk-echo-view__community-grid b{font-size:8.5px}.lk-echo-view__community-grid small{margin-top:2px;color:#858b9e;font-size:6.5px;line-height:1.25}.lk-echo-view__quick{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:7px}.lk-echo-view__quick button{min-height:36px;border:1px solid #e3e5ed;border-radius:11px;background:#fff;color:#636b82;font-size:8px;font-weight:900}.lk-echo-view__report{display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;margin-top:8px;padding:9px;border:1px solid #f0d9d9;border-radius:13px;background:#fff8f8}.lk-echo-view__report>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#fff0f0;color:#b64d5d;font-weight:950}.lk-echo-view__report b,.lk-echo-view__report small{display:block}.lk-echo-view__report b{font-size:9px}.lk-echo-view__report small{margin-top:2px;color:#8a6f74;font-size:7px}.lk-echo-view__report.is-hidden{display:none}
.lk-echo-thread{padding:12px;border:1px solid var(--lk-line);border-radius:19px;background:#fff;box-shadow:0 9px 26px rgba(27,35,70,.05)}.lk-echo-thread__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.lk-echo-thread__head small{display:block;color:#716bd7;font-size:7.5px;font-weight:950;letter-spacing:.12em}.lk-echo-thread__head h2{margin:3px 0 0;font-size:14px}.lk-echo-thread__head>span{display:grid;place-items:center;min-width:28px;height:28px;padding:0 6px;border-radius:10px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:9px;font-weight:950}.lk-echo-thread__rule{margin:5px 0 8px;color:#858b9e;font-size:7px;line-height:1.35}.lk-echo-thread__composer{padding:8px;border:1px solid #e0e2eb;border-radius:14px;background:#fbfcff}.lk-echo-thread__composer textarea{width:100%;min-height:62px;padding:6px;border:0;background:transparent;color:#303650;font:inherit;font-size:11px;line-height:1.4;resize:vertical;outline:none}.lk-echo-thread__composer footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.lk-echo-thread__composer footer>small{color:#9399aa;font-size:7px}.lk-echo-thread__composer footer>div{display:flex;align-items:center;gap:6px}.lk-echo-thread__camera{display:grid;place-items:center;width:36px;height:36px;border:1px solid #dfe2f0;border-radius:11px;background:#fff;color:var(--lk-primary)}.lk-echo-thread__camera .lk-signature-svg{width:20px;height:20px}.lk-echo-thread__send{min-height:36px;padding:0 13px;border:0;border-radius:11px;background:linear-gradient(135deg,#2f3475,var(--lk-primary));color:#fff;font-size:9px;font-weight:950;box-shadow:0 8px 18px rgba(89,83,233,.18)}.lk-echo-thread__context{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;padding:6px 7px;border-radius:10px;background:var(--lk-primary-soft);color:#514bd3;font-size:8px}.lk-echo-thread__context button{display:grid;place-items:center;width:22px;height:22px;border:0;border-radius:7px;background:#fff;color:#6d68da;font-size:14px}.lk-echo-thread__photo-preview{display:grid;grid-template-columns:50px minmax(0,1fr) 28px;align-items:center;gap:7px;margin-bottom:6px;padding:6px;border:1px solid #e0e1f7;border-radius:12px;background:#f4f4ff}.lk-echo-thread__photo-preview img{width:50px;height:50px;border-radius:9px;object-fit:cover}.lk-echo-thread__photo-preview span{display:grid;gap:2px}.lk-echo-thread__photo-preview b{font-size:10px}.lk-echo-thread__photo-preview small{color:#737b91;font-size:8px}.lk-echo-thread__photo-preview button{width:28px;height:28px;border:0;border-radius:8px;background:#fff;color:#6c7185;font-size:16px}.lk-echo-thread__list{display:grid;margin-top:7px}.lk-echo-thread__list:empty{margin-top:0}.lk-echo-thread__item{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;padding:9px 0;border-top:1px solid #eceef4}.lk-echo-thread__item:first-child{border-top:0}.lk-echo-thread__item.is-moderation{margin-top:7px;padding:9px;border:1px dashed #e7c89e;border-radius:13px;background:#fffaf3}.lk-echo-thread__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eef0f7;color:#3c4466;font-size:8px;font-weight:950}.lk-echo-thread__message{min-width:0}.lk-echo-thread__meta{display:flex;align-items:center;justify-content:space-between;gap:7px}.lk-echo-thread__meta>div{display:flex;align-items:center;gap:5px;min-width:0}.lk-echo-thread__meta b{font-size:10px}.lk-echo-thread__meta>div span{padding:3px 5px;border-radius:999px;background:var(--lk-primary-soft);color:var(--lk-primary);font-size:6px;font-weight:950}.lk-echo-thread__meta time{color:var(--lk-muted);font-size:7px}.lk-echo-thread__reply-to{display:block;margin-top:2px;color:var(--lk-primary);font-size:7px;font-weight:850}.lk-echo-thread__message>p{margin:5px 0 6px;color:#303650;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.lk-echo-thread__photo{display:block;width:100%;max-width:320px;margin:6px 0 3px;padding:0;border:0;border-radius:12px;background:transparent;overflow:hidden}.lk-echo-thread__photo img{display:block;width:100%;max-height:270px;object-fit:cover}.lk-echo-thread__actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.lk-echo-thread__actions>button{min-height:32px;padding:0 6px;border:0;background:transparent;color:#6d748b;font-size:8px;font-weight:900}.lk-echo-thread__more{min-width:32px;border:1px solid #e8eaf2!important;border-radius:9px!important;background:#fff!important;letter-spacing:1px}.lk-echo-thread__amplify{display:inline-flex;align-items:center;gap:5px!important;padding:3px 7px 3px 4px!important;border:1px solid #e2e4f1!important;border-radius:999px!important;background:#fff!important;color:#596079!important}.lk-echo-thread__amplify>span{position:relative;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#efefff;color:#5b54ed}.lk-echo-thread__amplify>span i{position:absolute;border:1.4px solid currentColor;border-radius:50%;opacity:.35}.lk-echo-thread__amplify>span i:first-child{width:12px;height:12px}.lk-echo-thread__amplify>span i:nth-child(2){width:19px;height:19px}.lk-echo-thread__amplify>span b{width:5px;height:5px;border-radius:50%;background:currentColor}.lk-echo-thread__amplify strong,.lk-echo-thread__amplify em{font-size:8px}.lk-echo-thread__amplify em{font-style:normal;color:#777e94}.lk-echo-thread__amplify.is-active{border-color:#8176ff!important;background:#f1efff!important;color:#4339c5!important}.lk-echo-thread__moderation{color:#aa6b23;font-size:7px;font-weight:850}.lk-echo-thread__empty{display:flex;align-items:center;gap:7px;margin-top:7px;padding:8px 9px;border:1px dashed #d9dce8;border-radius:12px;background:#fafbfe}.lk-echo-thread__empty>span{color:var(--lk-primary);font-size:10px;font-weight:950;letter-spacing:2px}.lk-echo-thread__empty p{margin:0;color:#737a90;font-size:7.5px}.lk-echo-thread__empty b{color:#4f566d}.lk-echo-thread__login{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:6px;padding:9px;border:1px solid var(--lk-line);border-radius:13px;background:#fafbff}.lk-echo-thread__login b,.lk-echo-thread__login small{display:block}.lk-echo-thread__login b{font-size:9px}.lk-echo-thread__login small{margin-top:2px;color:var(--lk-muted);font-size:7px}.lk-echo-thread__login button{min-height:32px;padding:0 8px;border:1px solid #dbdcf6;border-radius:9px;background:#fff;color:var(--lk-primary);font-size:7px;font-weight:900}
.lk-extension-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.lk-extension-options button{min-height:48px;border:1px solid #e0e2ef;border-radius:14px;background:#fff;color:#545c74;font-size:12px;font-weight:950}.lk-extension-options button.is-selected{border-color:#7168f4;background:#f1efff;color:#433bc6;box-shadow:0 0 0 2px rgba(89,83,233,.10)}.lk-extension-preview{margin:-2px 0 12px;padding:9px 10px;border-radius:12px;background:#f7f7fc;color:#686f86;font-size:9px;text-align:center}
.lk-echo-statement-editor{display:grid;gap:7px;margin:14px 0 10px}.lk-echo-statement-editor>span{font-size:10px;font-weight:900}.lk-echo-statement-editor textarea{width:100%;min-height:116px;padding:12px;border:1px solid #daddeb;border-radius:15px;background:#fff;color:var(--lk-ink);font:inherit;font-size:14px;line-height:1.5;resize:vertical}.lk-echo-statement-editor>small{justify-self:end;color:var(--lk-muted);font-size:9px}.lk-echo-statement-warning{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:9px;padding:10px;border:1px solid #e2e2f7;border-radius:15px;background:#f7f6ff}.lk-echo-statement-warning>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#ebe9ff;color:var(--lk-primary);font-size:17px}.lk-echo-statement-warning b,.lk-echo-statement-warning small{display:block}.lk-echo-statement-warning b{font-size:10px}.lk-echo-statement-warning small{margin-top:3px;color:#767d92;font-size:8px;line-height:1.4}.lk-sheet-actions--inline{grid-template-columns:1fr 1fr}
.lk-echo-media-modal[hidden]{display:none}.lk-echo-media-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:max(52px,env(safe-area-inset-top)) 14px max(34px,env(safe-area-inset-bottom));background:rgba(5,8,20,.94);backdrop-filter:blur(10px);opacity:0;transition:opacity .18s ease}.lk-echo-media-modal.is-open{opacity:1}.lk-echo-media-modal figure{display:grid;justify-items:center;gap:10px;width:min(100%,920px);max-height:100%;margin:0}.lk-echo-media-modal img{display:block;max-width:100%;max-height:calc(100svh - 120px);object-fit:contain;border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.42);touch-action:pan-x pan-y pinch-zoom}.lk-echo-media-modal figcaption{max-width:86vw;color:rgba(255,255,255,.78);font-size:10px;text-align:center}.lk-echo-media-modal__close{position:fixed;top:max(12px,env(safe-area-inset-top));right:14px;z-index:2;display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.26);border-radius:15px;background:rgba(255,255,255,.12);color:#fff;font-size:26px;backdrop-filter:blur(10px)}body.lk-echo-media-open{overflow:hidden}
@media(max-width:420px){.lk-echo-page-header{grid-template-columns:44px minmax(0,1fr) 44px;gap:7px}.lk-echo-page-header__action{width:44px;height:44px}.lk-echo-page-header__brand .lk-brand-logo--echo img{height:46px;max-width:198px}.lk-echo-view__hero,.lk-echo-view__hero-content{min-height:284px}.lk-echo-view__hero-content{padding:14px}.lk-echo-view__hero-copy h1{font-size:29px}.lk-echo-view__community-grid>button{min-height:54px}}

@media(max-width:380px){.lk-echo-amplified-badge{padding:0 6px;font-size:7.5px}.lk-echo-view__amplified{min-height:29px;padding:0 8px;font-size:7.5px}}
@media(max-width:350px){.lk-echo-page-header{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px}.lk-echo-page-header__action{width:40px;height:40px}.lk-echo-page-header__brand .lk-brand-logo--echo img{height:39px;max-width:162px}.lk-echo-view__hero,.lk-echo-view__hero-content{min-height:275px}.lk-echo-view__hero-copy h1{font-size:26px}.lk-echo-view__fact-location{grid-template-columns:1fr}.lk-echo-view__owner-grid{grid-template-columns:1fr}.lk-echo-view__community-grid{grid-template-columns:1fr}.lk-echo-view__hero-status{padding-right:0}.lk-echo-view__photo-open{right:9px;bottom:9px}}
@media(min-width:760px){.lookii-app[data-view="echo"]{width:min(100%,920px)}.lk-screen--echo{padding-left:22px;padding-right:22px}.lk-echo-view__layout{grid-template-columns:1fr 1fr}.lk-echo-view__column--thread{grid-column:1/-1}.lk-echo-view__community-grid{grid-template-columns:repeat(4,1fr)}.lk-echo-view__community-grid>button{display:grid;justify-items:center;text-align:center;align-content:center}.lk-echo-view__hero,.lk-echo-view__hero-content{min-height:320px}}
@media(min-width:1080px){.lookii-app[data-view="echo"]{width:min(100%,1180px)}.lk-screen--echo{padding-left:28px;padding-right:28px}.lk-echo-view__hero,.lk-echo-view__hero-content{min-height:350px}.lk-echo-view__hero-copy{max-width:62%}.lk-echo-view__hero-copy h1{font-size:44px}.lk-echo-view__layout{grid-template-columns:minmax(0,.95fr) minmax(0,.88fr) minmax(0,1.28fr);align-items:start}.lk-echo-view__column--thread{grid-column:auto}.lk-echo-thread{position:sticky;top:18px}.lk-echo-view__community-grid{grid-template-columns:1fr 1fr}.lk-echo-view__community-grid>button{display:flex;justify-items:initial;text-align:left;align-content:initial}}
@media(prefers-reduced-motion:reduce){.lk-echo-view__time .lk-time-track em,.lk-echo-media-modal{transition:none}.lk-echo-thread__amplify>span i{animation:none!important}.lk-map-loading span{animation:none}}
