*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;background:linear-gradient(135deg,#1c0e38,#2d1b4e)}#app{width:100%;height:100%}@keyframes floatMap{0%{transform:translate(0) translateY(0)}50%{transform:translate(-5px) translateY(-3px)}to{transform:translate(0) translateY(0)}}.world-map{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.08;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><path d="M200,300 Q250,250 300,300 T400,300" stroke="%23999" stroke-width="1" fill="none"/><path d="M400,200 Q450,150 500,200 T600,200" stroke="%23999" stroke-width="1" fill="none"/><path d="M100,500 Q150,450 200,500 T300,500" stroke="%23999" stroke-width="1" fill="none"/><circle cx="600" cy="400" r="50" stroke="%23999" stroke-width="1" fill="none"/><path d="M800,300 L850,350 L800,400 Z" stroke="%23999" stroke-width="1" fill="none"/><path d="M900,150 Q950,100 1000,150 T1100,150" stroke="%23999" stroke-width="1" fill="none"/><path d="M150,150 L200,100 L250,150 L200,200 Z" stroke="%23999" stroke-width="1" fill="none"/></svg>');background-size:500px 500px;background-repeat:repeat;pointer-events:none;z-index:0;animation:floatMap 20s ease-in-out infinite}.texture{position:fixed;top:0;left:0;width:100%;height:100%;opacity:.03;background-image:repeating-linear-gradient(90deg,transparent,transparent 2px,rgba(0,0,0,.1) 2px,rgba(0,0,0,.1) 4px),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.1) 2px,rgba(0,0,0,.1) 4px);pointer-events:none;z-index:1}.auth-screen{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y proximity;scroll-padding:22px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:radial-gradient(circle at 20% 20%,rgba(0,245,212,.35) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,190,11,.25) 0%,transparent 50%),linear-gradient(135deg,#c2410c,#ea580c);z-index:1000;padding:max(20px,env(safe-area-inset-top)) 20px max(20px,env(safe-area-inset-bottom))}.auth-box{background:linear-gradient(160deg,#2d1b4eeb,#1c0e38f5);border-radius:24px;padding:30px;width:100%;max-width:420px;max-height:none;margin:auto 0;scroll-snap-align:center;scroll-snap-stop:always;box-shadow:0 20px 60px #9d4edd73,inset 0 1px #ffffff14;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1)}.auth-box h1{text-align:center;font-size:32px;margin-bottom:8px;color:#ffbe0b;font-weight:800}.auth-box>p{text-align:center;color:#fff;font-size:14px;margin-bottom:25px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.auth-tab{padding:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffa6;font-weight:700;font-size:13px;border-radius:12px;cursor:pointer;transition:all .3s}.auth-tab.active{background:linear-gradient(135deg,#f97316,#c2410c);color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #f9731673;border-color:transparent}.auth-form{display:flex;flex-direction:column;gap:12px}.auth-form input{padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;font-size:14px;font-family:inherit;transition:all .3s;background:#ffffff0f;color:#fff}.auth-form input::placeholder{color:#ffffff73}.auth-form input:focus{outline:none;border-color:#ffb703;background:#ffffff1a;box-shadow:0 0 0 4px #00f5d42e;transform:translateY(-2px)}.avatar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:15px 0}.avatar-btn{padding:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;border-radius:12px;font-size:28px;cursor:pointer;transition:all .2s}.avatar-btn.selected{border-color:#ffb703;background:linear-gradient(135deg,#00f5d42e,#9d4edd2e);transform:scale(1.08);box-shadow:0 0 0 4px #00f5d41f}.checkbox-wrapper{display:flex;align-items:center;gap:8px;margin:12px 0}.checkbox-wrapper input{width:18px;height:18px;cursor:pointer}.checkbox-wrapper label{font-size:13px;color:#ffffffc7;cursor:pointer}.auth-btn{padding:14px;background:linear-gradient(135deg,#ffb703,#f59e0b);color:#0b0030;border:none;border-radius:12px;font-weight:800;font-size:14px;letter-spacing:.3px;cursor:pointer;transition:all .3s;margin-top:10px;box-shadow:0 8px 24px #00f5d466,inset 0 1px #ffffff4d}.auth-btn:active{transform:scale(.98)}.auth-hint{text-align:center;font-size:12px;color:#ffffff8c;margin-top:15px}.app-screen{width:100%;height:100%;display:flex;flex-direction:column;position:relative;z-index:10}.header{background:linear-gradient(135deg,#f97316,#c2410c);color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 6px 20px #9d4edd59;z-index:100}.header-title{font-size:18px;font-weight:800;cursor:pointer}.header-right{display:flex;align-items:center;gap:10px;font-size:13px}.user-avatar{font-size:24px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff40;border-radius:50%;backdrop-filter:blur(10px)}.nav-tabs{display:grid;grid-template-columns:repeat(4,1fr);background:linear-gradient(to bottom,#fff1df,#ffe0be);border-bottom:2px solid #e8e8e8;padding:0;box-shadow:0 2px 8px #0000000d}.nav-tab{padding:12px 8px;border:none;background:transparent;color:#666;font-weight:700;font-size:11px;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s;position:relative}.nav-tab.active{color:#f97316;border-bottom-color:#f97316}.nav-tab:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#F97316,transparent);opacity:0;transition:opacity .3s}.nav-tab.active:after{opacity:1}.content{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;-webkit-overflow-scrolling:touch;min-height:0}.page{display:none;width:100%;padding-bottom:30px}.page.active{display:block;width:100%;min-height:100%}.map-page.active{display:flex;flex-direction:row}.page::-webkit-scrollbar{width:8px}.page::-webkit-scrollbar-track{background:linear-gradient(to bottom,#f0f0f0,#fff)}.page::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#f97316,#ffb703);border-radius:4px}.accueil-page{padding:20px 15px;background:linear-gradient(to bottom,#fff1df,#ffd4a3);width:100%}.accueil-header{text-align:center;margin-bottom:25px;padding:15px 0}.accueil-header h1{font-size:28px;background:linear-gradient(135deg,#f97316,#c2410c,#ffb703);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:5px;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.05)}.accueil-header p{color:#666;font-size:14px;font-weight:500}.mini-map-box{width:100%;height:280px;border-radius:16px;overflow:hidden;margin-bottom:30px;box-shadow:0 8px 24px #f9731633;border:3px solid #F97316;cursor:pointer;transition:all .3s;position:relative}.mini-map-box:active{transform:translateY(-4px);box-shadow:0 12px 32px #f973164d}#mini-map{width:100%;height:100%}.leaflet-container{background:#eef0ed}.leaflet-tile-pane{filter:saturate(.72) contrast(.98) brightness(1.03)}.section-title{font-size:16px;font-weight:800;color:#333;margin-bottom:15px;padding:0 0 10px;border-bottom:3px solid #F97316;position:relative}.section-title:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#f97316,#ffb703,#f9731600);animation:slideIn .6s ease-out}@keyframes slideIn{0%{width:0}to{width:100%}}.spots-container{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:25px}@media(min-width:600px){.spots-container{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.spots-container{grid-template-columns:repeat(3,1fr)}}.spot-card{background:linear-gradient(135deg,#fff1df,#ffe0be);border-radius:14px;padding:16px;box-shadow:0 4px 12px #00000014;border:2px solid transparent;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,border-color .22s ease;cursor:pointer;content-visibility:auto;contain-intrinsic-size:auto 230px;contain:layout paint style}.spot-card:active{border-color:#f97316;box-shadow:0 8px 20px #f9731633;transform:translateY(-3px)}.spot-emoji{font-size:40px;margin-bottom:10px}@media(hover:hover){.spot-card:hover .spot-emoji{animation:bounce 2s ease-in-out infinite}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.spot-name{font-size:14px;font-weight:800;color:#333;margin-bottom:3px}.spot-type{font-size:11px;color:#f97316;text-transform:uppercase;font-weight:700;margin-bottom:6px;letter-spacing:.5px}.spot-desc{font-size:12px;color:#666;margin-bottom:12px;line-height:1.5}.spot-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e0e0e0}.spot-votes{font-size:13px;font-weight:800;color:#f97316}.spot-btn{padding:7px 14px;background:linear-gradient(135deg,#f97316,#ffb703);color:#fff;border:none;border-radius:8px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 3px 8px #f9731633}.spot-btn:active{background:linear-gradient(135deg,#ea580c,#fb923c);transform:scale(.95)}.map-page{display:flex!important;flex-direction:column!important;min-height:auto}.map-main{width:100%}.map-list{width:100%;padding:0 12px 18px}.map-sidebar{display:block;width:100%;background:linear-gradient(to bottom,#fff1df,#ffe0be);border-bottom:2px solid #e8e8e8;overflow-y:visible;padding:12px;z-index:10;flex-shrink:0}@media(min-width:900px){.map-page{flex-direction:row!important}.map-sidebar{width:320px;height:100%;border-bottom:none;border-right:2px solid #e8e8e8;padding:15px;overflow-y:auto}.map-main{flex:1;min-width:0}.map-list{width:320px;height:100%;padding:15px;overflow-y:auto;border-left:2px solid #e8e8e8;background:linear-gradient(to bottom,#fff,#f7f4ee);flex-shrink:0}}.sidebar-title{font-size:14px;font-weight:800;color:#333;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.create-btn{width:100%;padding:12px;background:linear-gradient(135deg,#f97316,#ffb703);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;margin-bottom:15px;transition:all .3s;box-shadow:0 4px 12px #f9731633}.create-btn:active{transform:scale(.98)}.create-btn:disabled{opacity:.5;cursor:not-allowed}.form-box{background:linear-gradient(135deg,#fff1df,#ffe0be);border:2px solid #FFF3E6;border-radius:10px;padding:12px;margin-bottom:15px;box-shadow:0 2px 8px #f973161a}.form-box h3{font-size:13px;font-weight:800;margin-bottom:10px;color:#333}.form-box input,.form-box select,.form-box textarea{width:100%;padding:10px;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:8px;font-size:12px;font-family:inherit;background:#fffc;transition:all .2s}.form-box input:focus,.form-box select:focus,.form-box textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.form-box textarea{resize:vertical;min-height:70px}.emoji-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:8px}.emoji-btn{padding:8px;border:2px solid #e0e0e0;background:#fffc;border-radius:8px;font-size:18px;cursor:pointer;transition:all .2s}.emoji-btn.selected{border-color:#f97316;background:linear-gradient(135deg,#fff3e6,#fff1df)}.map-container{width:100%;height:clamp(300px,46vh,390px);max-width:600px;background:#fff;position:relative;border:3px solid #F97316;margin:10px auto 14px;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px #0000001a}@media(min-width:900px){.map-container{height:750px;max-width:none;width:calc(100% - 20px);margin:10px}}#map{width:100%;height:100%}.map-hint{position:absolute;bottom:15px;left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:12px 24px;border-radius:20px;font-size:12px;z-index:20;font-weight:700;white-space:nowrap;box-shadow:0 4px 16px #00000040}.spot-panel{position:fixed;left:50%;right:auto;bottom:16px;transform:translate(-50%);width:calc(100% - 28px);max-width:360px;background:linear-gradient(135deg,#fff1df,#ffe0be);border-radius:18px;padding:18px;box-shadow:0 18px 48px #0000003d;border:2px solid #F97316;z-index:2100;overflow-y:auto;max-height:72vh}@media(min-width:900px){.spot-panel{inset:118px 24px auto auto;transform:none;width:320px;max-height:calc(100vh - 140px);overflow-y:auto}}.spot-panel-close{position:absolute;top:8px;right:8px;background:none;border:none;font-size:20px;cursor:pointer;font-weight:700}.spot-panel h2{font-size:16px;font-weight:800;margin-bottom:10px;color:#333}.spot-panel p{font-size:12px;color:#666;margin-bottom:8px;line-height:1.5}.people-box{background:linear-gradient(135deg,#fff3e6,#fff1df);border:2px solid #F97316;border-radius:10px;padding:12px;text-align:center;margin:10px 0;box-shadow:0 2px 8px #f973161a}.people-count{font-size:20px;font-weight:800;color:#f97316}.vote-btns{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px}.vote-btn{padding:10px;border:2px solid #e0e0e0;background:#fffc;color:#333;border-radius:8px;font-weight:700;font-size:12px;cursor:pointer;transition:all .2s}.vote-btn.active{background:linear-gradient(135deg,#f97316,#ffb703);color:#fff;border-color:#f97316;box-shadow:0 3px 8px #f9731633}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:linear-gradient(135deg,#fff1df,#ffe0be);border-radius:20px;padding:25px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;border:3px solid #F97316;position:relative;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;font-weight:700;color:#f97316;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:active{transform:scale(.9)}.modal-emoji{font-size:56px;text-align:center;margin-bottom:15px;animation:bounce 2s infinite}.modal-name{font-size:18px;font-weight:800;color:#333;text-align:center;margin-bottom:8px}.modal-type{font-size:12px;color:#333;text-transform:uppercase;font-weight:700;text-align:center;margin-bottom:12px;letter-spacing:.5px}.modal-btn.active{background:linear-gradient(135deg,#4caf50,#66bb6a)}.contact-page{padding:25px 15px;min-height:100%;justify-content:center;align-items:center;background:linear-gradient(to bottom,#fff1df,#ffe0be)}.contact-page.active{display:flex}.contact-box{background:linear-gradient(135deg,#fff1df,#ffe0be);border-radius:16px;padding:25px;width:100%;max-width:450px;box-shadow:0 8px 24px #0000001a;border:2px solid #F97316}.contact-box h1{font-size:24px;font-weight:800;color:#333;margin-bottom:5px}.contact-box>p{color:#666;font-size:13px;margin-bottom:20px;line-height:1.45}.contact-form{display:flex;flex-direction:column;gap:12px}.contact-form input,.contact-form select,.contact-form textarea{padding:12px;border:2px solid #e0e0e0;border-radius:10px;font-size:13px;font-family:inherit;background:linear-gradient(to bottom,#fafafa,#fff);transition:all .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 4px #f973161a}.contact-form textarea{min-height:100px;resize:vertical}.contact-btn{padding:12px;background:linear-gradient(135deg,#f97316,#ffb703);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #f9731633}.contact-btn:active{transform:scale(.98)}.contact-success{display:none;margin-bottom:16px;padding:12px;border-radius:12px;border:2px solid rgba(31,111,120,.24);background:#eff8f7;color:#1f6f78;font-size:13px;font-weight:800;line-height:1.35}.contact-success.visible{display:block}.contact-meta{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:12px}@media(min-width:640px){.contact-meta{grid-template-columns:1fr 1fr}}.account-page{padding:15px;background:linear-gradient(to bottom,#fff1df,#ffe0be)}.account-title{font-size:22px;font-weight:800;color:#333;margin-bottom:15px}.account-section{background:linear-gradient(135deg,#fff1df,#ffe0be);border-radius:12px;padding:15px;margin-bottom:15px;border:2px solid #e8e8e8;box-shadow:0 2px 8px #0000000d}.account-section h3{font-size:13px;font-weight:800;color:#333;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.account-label{font-size:12px;font-weight:700;color:#f97316;margin-bottom:4px}.account-form{display:flex;flex-direction:column;gap:10px}.account-form input{padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:12px;font-family:inherit;background:linear-gradient(to bottom,#fafafa,#fff);transition:all .2s}.account-form input:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.account-btn{padding:10px;background:linear-gradient(135deg,#f97316,#ffb703);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:12px;cursor:pointer;transition:all .2s;box-shadow:0 3px 8px #f9731633}.account-btn:active{transform:scale(.97)}:root{--ink: #22313A;--muted: #63727A;--paper: #FBF7EF;--surface: #FFFFFF;--surface-soft: #F3EEE5;--primary: #1F6F78;--primary-dark: #164E58;--accent: #F26B5E;--accent-soft: #FFE2DC;--line: #DED8CF;--shadow: rgba(31, 58, 67, .14)}body{background:var(--paper);color:var(--ink)}.auth-screen,.header{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);box-shadow:0 8px 24px #164e583d}.auth-box,.spot-card,.form-box,.modal-box,.spot-panel,.contact-box,.account-section{background:var(--surface);border-color:var(--line);box-shadow:0 10px 28px var(--shadow)}.nav-tabs,.map-sidebar{background:linear-gradient(to bottom,#fff,var(--surface-soft));border-color:var(--line)}.accueil-page,.contact-page,.account-page{background:linear-gradient(to bottom,var(--paper),#EFE9DE)}.auth-box h1,.accueil-header h1{background:none;-webkit-text-fill-color:var(--primary-dark);color:var(--primary-dark);text-shadow:none}.auth-tab{background:var(--surface-soft);color:var(--muted)}.auth-tab.active,.auth-btn,.spot-btn,.create-btn,.modal-btn,.contact-btn,.account-btn,.vote-btn.active{background:linear-gradient(135deg,var(--accent),#F58B71);color:#fff;box-shadow:0 6px 16px #f26b5e38}.auth-form input:focus,.form-box input:focus,.form-box select:focus,.form-box textarea:focus,.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.account-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #1f6f781f}.avatar-btn.selected,.emoji-btn.selected{border-color:var(--accent);background:var(--accent-soft)}.nav-tab.active,.spot-type,.spot-votes,.people-count,.modal-votes-count,.account-label{color:var(--primary)}.nav-tab.active,.section-title,.mini-map-box,.map-container,.people-box{border-color:var(--accent)}.section-title:after,.nav-tab:after{background:linear-gradient(90deg,var(--accent),var(--primary),transparent)}.mini-map-box,.map-container{box-shadow:0 10px 28px #1f6f7829}.people-box,.map-hint{background:#22313ae0}.leaflet-tile-pane{filter:saturate(.82) contrast(.98) brightness(1.02)}.spot-card{position:relative}.community-card{border-color:#f26b5e61}.fixed-card{opacity:.94}.spot-badge{display:inline-flex;align-items:center;width:fit-content;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.4px;text-transform:uppercase;margin-bottom:9px}.spot-badge.community{color:#8e2f26;background:var(--accent-soft);border:1px solid rgba(242,107,94,.38)}.spot-badge.fixed{color:var(--primary-dark);background:#e7f1f0;border:1px solid rgba(31,111,120,.22)}.spot-badge.mini{display:inline-flex;margin:0 0 6px;padding:3px 7px;font-size:9px}.spot-meta{color:var(--muted);font-size:11px;font-weight:700;margin:2px 0 10px}.empty-community{background:#ffffffbd;border:2px dashed rgba(242,107,94,.35);border-radius:12px;color:var(--muted);font-size:13px;font-weight:700;line-height:1.45;margin-bottom:22px;padding:16px;text-align:center}.community-item{box-shadow:0 4px 14px #f26b5e1f}.fixed-item{opacity:.9}@media(max-width:899px){.map-page{display:block!important}.map-main{position:relative;z-index:120;background:linear-gradient(to bottom,var(--paper),rgba(251,247,239,.96));padding:8px 0 6px;border-bottom:1px solid rgba(222,216,207,.9);box-shadow:0 10px 22px #1f3a431a}.map-main.is-stuck{position:fixed;top:var(--map-sticky-top, 104px);left:0;right:0;width:100%}.map-main.is-stuck+.map-list{padding-top:calc(var(--map-sticky-height, 340px) + 18px)}.map-main.is-stuck .map-container{height:clamp(260px,38vh,340px);margin-top:0;margin-bottom:0}.map-list{padding-top:12px}}@media(max-width:599px){.accueil-page{padding:16px 12px}.accueil-page .section-title{font-size:14px;margin-bottom:12px}.accueil-page .spots-container{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:24px}.accueil-page .spot-card{aspect-ratio:1 / 1.08;border-radius:12px;padding:8px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;box-shadow:0 5px 14px #1f3a431a}.accueil-page .community-card{border-color:#f26b5e6b;background:linear-gradient(160deg,#fff,#ffede8)}.accueil-page .fixed-card{border-color:#1f6f783d;background:linear-gradient(160deg,#fff,#eef7f6)}.accueil-page .spot-badge,.accueil-page .spot-type,.accueil-page .category-chip,.accueil-page .spot-desc,.accueil-page .spot-meta,.accueil-page .spot-footer{display:none}.accueil-page .spot-emoji{font-size:30px;line-height:1;margin-bottom:8px;animation:none}.accueil-page .spot-name{width:100%;color:var(--ink);font-size:11px;line-height:1.15;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow-wrap:anywhere}}.spot-wizard{width:100%;max-width:460px;align-self:start}.map-sidebar .spot-wizard{margin-inline:auto}.spot-wizard .secondary-btn,.spot-wizard-actions .secondary-btn{min-height:50px;border:1px solid rgba(255,138,31,.34);border-radius:16px;background:linear-gradient(135deg,#ff8a1f24,#ffb70314);color:var(--primary);font-weight:950;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.spot-wizard .secondary-btn:active,.spot-wizard-actions .secondary-btn:active{transform:scale(.98)}.quick-when-box input[type=date],.quick-when-box input[type=time],.quick-when-box input[type=number],.quick-when-box select{min-height:46px!important;height:46px!important;padding-block:0!important;font-size:16px!important;line-height:1!important;border-radius:14px!important}.time-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.chat-call-btn{min-height:36px;padding:0 12px;border:1px solid rgba(255,138,31,.35);border-radius:999px;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#241004;font-weight:950;cursor:pointer;box-shadow:0 10px 24px #e85d042e}.chat-call-btn.compact{min-height:32px;padding-inline:10px;font-size:12px}.incoming-call-banner{position:fixed;z-index:9000;left:50%;top:calc(12px + env(safe-area-inset-top));width:min(92vw,520px);transform:translate(-50%);display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:12px;border:1px solid rgba(255,138,31,.36);border-radius:20px;background:#1f1108f0;color:#fff7ed;box-shadow:0 22px 50px #00000061;animation:callSlideIn .18s cubic-bezier(.16,1,.3,1)}.incoming-call-banner strong,.incoming-call-banner span{display:block}.incoming-call-banner strong{font-weight:950}.incoming-call-banner span{color:#fff7edc2;font-size:12px;font-weight:850}.incoming-call-banner button,.call-controls button{min-height:38px;border:1px solid rgba(255,138,31,.32);border-radius:14px;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#241004;font-weight:950;cursor:pointer}.incoming-call-banner .danger-lite,.call-controls .danger-lite{background:#fff7ed1a;color:#fff7ed}.call-overlay{position:fixed;inset:0;z-index:8900;display:grid;place-items:end center;padding:20px;pointer-events:none}.call-card{pointer-events:auto;width:min(92vw,380px);display:grid;justify-items:center;gap:8px;padding:18px;border:1px solid rgba(255,138,31,.36);border-radius:24px;background:#1f1108f0;color:#fff7ed;box-shadow:0 22px 50px #00000057}.call-card strong{font-size:18px;font-weight:950;text-align:center}.call-card span{color:#fff7edbd;font-size:12px;font-weight:850}.call-pulse{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#241004;font-size:28px;animation:callPulse 1.15s ease-in-out infinite}.call-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:8px}.call-audio-mount{width:1px;height:1px;overflow:hidden;opacity:0}.call-message{align-items:center}.call-bubble-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ff8a1f2e;color:var(--primary);font-weight:950}.call-join-btn{margin-top:8px;min-height:34px;width:fit-content;border:1px solid rgba(255,138,31,.36);border-radius:999px;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#241004;font-weight:950;cursor:pointer}@keyframes callPulse{0%,to{transform:scale(1);box-shadow:0 0 #ff8a1f57}50%{transform:scale(1.04);box-shadow:0 0 0 12px #ff8a1f00}}@keyframes callSlideIn{0%{opacity:0;transform:translate(-50%,-8px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}body.theme-light .nav-tab.active,body.theme-light .home-action.primary,body.theme-light .auth-btn,body.theme-light .create-btn,body.theme-light .account-btn,body.theme-light .contact-btn{background:linear-gradient(135deg,#f9731633,#ffb70324)!important;color:#241004!important;border-color:#ea580c57!important}body.theme-light .chat-message.mine p{background:linear-gradient(145deg,#ff8a1f,#ffbe70)!important;color:#241004!important}body.theme-light .chat-message:not(.mine):not(.system) p{background:linear-gradient(145deg,#c2410c,#7c2d12)!important;color:#fff7ed!important}@media(min-width:900px){.map-page{grid-template-columns:minmax(320px,.78fr) minmax(480px,1.45fr) minmax(300px,.88fr);align-items:start}.map-main{order:1}.map-list{order:2}.map-sidebar{order:3}.map-sidebar,.map-main{position:sticky;top:12px;align-self:start}}.activity-sheet-overlay{position:fixed;inset:0;z-index:7200;display:grid;place-items:center;padding:clamp(12px,3vw,28px);background:#0b0603b8;backdrop-filter:blur(12px);overflow:hidden;overscroll-behavior:contain}.activity-sheet{position:relative!important;inset:auto!important;transform:none!important;width:min(700px,94vw)!important;max-width:min(700px,94vw)!important;height:auto!important;min-height:0!important;max-height:min(88svh,860px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding:clamp(18px,3vw,28px)!important;margin:0!important;border-radius:26px!important;border:1px solid rgba(255,138,31,.26)!important;background:linear-gradient(155deg,#1f1108fa,#140a05fa)!important;box-shadow:0 28px 80px #00000075!important}.activity-sheet-close,.spot-panel-close.activity-sheet-close{position:sticky!important;top:0!important;float:right!important;display:grid!important;place-items:center!important;width:40px!important;height:40px!important;border-radius:14px!important;background:#ff8a1f24!important;color:#fff7ed!important;border:1px solid rgba(255,138,31,.26)!important;z-index:10!important;margin-bottom:8px!important;flex-shrink:0!important}.activity-sheet-headline{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.activity-status{width:fit-content;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,138,31,.22);background:#ff8a1f1a;color:var(--primary);font-size:12px;font-weight:950}.activity-status.live{background:#22c55e21;color:#35d07f;border-color:#22c55e47}.activity-status.ended{background:#94a3b81f;color:var(--muted)}.people-count,.spot-votes,.spot-item-capacity{font-size:clamp(12px,.9vw,15px)!important}.chat-link-btn{background:#ff8a1f1a!important;color:var(--primary)!important}.chat-call-btn.is-disabled{opacity:.68;filter:grayscale(.28);box-shadow:none}body.theme-light .activity-sheet{background:linear-gradient(155deg,#fff1e4fa,#ffd3bef5)!important;color:#271306!important}body.theme-light .activity-sheet-close,body.theme-light .spot-panel-close.activity-sheet-close{background:#f9731629!important;color:#7c2d12!important}@media(max-width:599px){.activity-sheet-overlay{align-items:end;place-items:end center;padding:0;overflow:hidden}.activity-sheet{width:100vw!important;max-width:100vw!important;height:min(88svh,820px)!important;max-height:88svh!important;min-height:0!important;overflow-y:auto!important;border-radius:24px 24px 0 0!important;padding:18px!important;margin:0!important}.spot-wizard .create-btn,.spot-wizard .secondary-btn,.spot-wizard-actions .secondary-btn{min-height:46px!important;border-radius:15px!important}}.map-sidebar,.spot-wizard,.spot-stepper,.quick-emoji-grid,.spot-address-row,.quick-when-box{min-width:0;max-width:100%;box-sizing:border-box}.spot-step,.emoji-btn{min-width:0}.quick-emoji-grid{overflow:hidden}@media(max-width:599px){.map-sidebar{width:100%;overflow-x:hidden!important}.quick-emoji-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.quick-emoji-grid .emoji-btn{min-height:46px!important;border-radius:15px!important}}@media(max-width:599px){.spot-wizard{max-width:none;gap:10px}.quick-form-head h3{font-size:18px}.spot-step{min-height:46px}.spot-step b{width:22px;height:22px}.quick-when-box{padding:9px}.time-row{gap:8px}.quick-when-box input[type=date],.quick-when-box input[type=time],.quick-when-box input[type=number],.quick-when-box select{min-height:44px!important;height:44px!important;font-size:16px!important}.incoming-call-banner{grid-template-columns:1fr;top:calc(8px + env(safe-area-inset-top))}.call-overlay{padding:12px}}:root{--ink: #FFF8EE;--muted: #C8BECB;--paper: #171219;--surface: rgba(36, 28, 40, .92);--surface-soft: rgba(47, 37, 53, .86);--primary: #F97316;--primary-dark: #C2410C;--accent: #FF6B5E;--accent-soft: rgba(255,107,94,.16);--gold: #FFD166;--line: rgba(255,255,255,.12);--shadow: rgba(0,0,0,.36)}body{background:linear-gradient(145deg,#171219,#221724 48%,#171219);color:var(--ink);color-scheme:dark}.world-map{opacity:.045;filter:invert(1) sepia(.3) saturate(1.5)}.texture{opacity:.055;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:28px 28px}.auth-screen{background:linear-gradient(145deg,#171219,#2b1a2e 54%,#171219)}.auth-box,.spot-card,.form-box,.modal-box,.spot-panel,.contact-box,.account-section{background:linear-gradient(145deg,#271e2bf5,#1b161ff5);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 46px #0000005c;backdrop-filter:blur(14px)}.header{background:#171219db;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 12px 30px #00000042;backdrop-filter:blur(18px)}.header-title{color:var(--ink);letter-spacing:0}.user-avatar{background:linear-gradient(135deg,#f9731638,#ffb7032e);box-shadow:inset 0 0 0 1px #ffffff24}.nav-tabs{background:#171219eb;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px #00000038;backdrop-filter:blur(18px)}.nav-tab{color:#fff8ee9e;font-size:12px}.nav-tab.active{color:var(--primary);border-bottom-color:var(--accent)}.nav-tab:after{background:linear-gradient(90deg,transparent,var(--accent),var(--primary),transparent)}.accueil-page,.contact-page,.account-page,.map-sidebar,.map-list{background:linear-gradient(180deg,#171219fa,#221924fa)}.map-main{background:linear-gradient(to bottom,#171219f5,#171219e6)}.auth-box h1,.accueil-header h1,.contact-box h1,.account-title{color:var(--ink);-webkit-text-fill-color:var(--ink);text-shadow:0 0 24px rgba(249,115,22,.18)}.auth-box>p,.accueil-header p,.contact-box>p,.spot-desc,.spot-panel p,.section-title,.sidebar-title,.form-box h3,.account-section h3{color:var(--ink)}.section-title{border-bottom-color:#ffffff1f}.section-title:after{height:2px;background:linear-gradient(90deg,var(--accent),var(--gold),var(--primary),transparent)}.auth-form input,.form-box input,.form-box select,.form-box textarea,.contact-form input,.contact-form select,.contact-form textarea,.account-form input{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:var(--ink);box-shadow:inset 0 1px #ffffff0a}.auth-form input::placeholder,.form-box input::placeholder,.form-box textarea::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder,.account-form input::placeholder{color:#fff8ee73}.auth-form input:focus,.form-box input:focus,.form-box select:focus,.form-box textarea:focus,.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.account-form input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #f9731621;transform:none}.auth-tab{background:#ffffff14;color:#fff8eea3}.auth-tab.active,.auth-btn,.spot-btn,.create-btn,.modal-btn,.contact-btn,.account-btn,.vote-btn.active{background:linear-gradient(135deg,var(--accent),#FF8A63);color:#171219;box-shadow:0 10px 24px #ff6b5e47}.spot-btn,.create-btn,.modal-btn,.contact-btn,.account-btn{font-weight:900}.mini-map-box,.map-container{border-color:#ff6b5ed1;box-shadow:0 18px 44px #00000057,0 0 0 1px #ffffff0f}.spot-name,.modal-name,.spot-panel h2,.account-value,.contact-form select{color:var(--ink)}.spot-type,.spot-votes,.people-count,.modal-votes-count,.account-label{color:var(--primary)}.community-card{background:linear-gradient(150deg,#2d2330fa,#221925fa);border-color:#ff6b5e6b}.fixed-card{background:linear-gradient(150deg,#231f27fa,#1a171efa);border-color:#ffb7033d}.spot-badge.community{color:#171219;background:linear-gradient(135deg,var(--accent),#FF9A72);border-color:#ffffff1f}.spot-badge.fixed{color:#102521;background:linear-gradient(135deg,var(--primary),#FFD166);border-color:#ffffff1f}.spot-meta,.auth-hint,.account-label,.people-box,.modal-votes,.contact-success{background:#f973161a;border-color:#f9731647}.empty-community{background:#ffffff0f;border-color:#ff6b5e5c;color:var(--muted)}.emoji-btn,.avatar-btn{background:#ffffff14;border-color:#ffffff1f}.emoji-btn.selected,.avatar-btn.selected{background:#ff6b5e2e;border-color:var(--accent);box-shadow:0 0 0 4px #ff6b5e1a}.spot-item{box-shadow:0 10px 22px #0000002e}.map-hint{background:#171219e0;color:var(--ink);border:1px solid rgba(255,255,255,.1)}.leaflet-tile-pane{filter:saturate(.9) contrast(1.02) brightness(.96)}.contact-success{color:var(--primary)}.spot-item{background:linear-gradient(145deg,#261e2afa,#1c1720fa)!important;border-color:#ffffff1f!important;color:var(--ink)}.spot-item.community-item{border-color:#ff6b5e6b!important}.spot-item.fixed-item{border-color:#ffb70338!important}.spot-item strong{color:var(--ink)}@media(max-width:599px){.accueil-page .community-card{background:linear-gradient(160deg,#352633fa,#241c28fa)}.accueil-page .fixed-card{background:linear-gradient(160deg,#231f27fa,#1c181ffa)}.accueil-page .spot-name{color:var(--ink)}}:root{--ink: #FFF6D8;--muted: #C9BEA3;--paper: #131313;--surface: rgba(30, 29, 27, .96);--surface-soft: rgba(42, 39, 33, .92);--primary: #FFCC33;--primary-dark: #E7A90F;--accent: #FB923C;--accent-soft: rgba(255, 204, 51, .16);--coral: #FF6B5E;--line: rgba(255, 246, 216, .14);--shadow: rgba(0, 0, 0, .42)}body{background:linear-gradient(135deg,#101010,#1b1a18 48%,#111)}.world-map{opacity:.035;filter:sepia(1) saturate(1.2) hue-rotate(350deg)}.texture{opacity:.06;background-image:linear-gradient(rgba(255,204,51,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(251,146,60,.035) 1px,transparent 1px)}.brand-lockup{display:inline-flex;align-items:center;justify-content:center;gap:10px}.brand-lockup-header{gap:8px}.brand-lockup-header .brand-mark{width:30px;height:30px;font-size:10px}.brand-lockup-header .brand-word{font-size:20px}.auth-screen{background:linear-gradient(145deg,#111,#24211a 54%,#111)}.auth-box,.spot-card,.form-box,.modal-box,.spot-panel,.contact-box,.account-section,.mini-map-box,.map-container{border-radius:8px;background:linear-gradient(145deg,var(--surface),rgba(20,20,19,.96));border:1px solid var(--line);box-shadow:0 18px 44px var(--shadow)}.auth-box>p,.accueil-header p,.contact-box>p{color:var(--muted)}.header,.nav-tabs{background:#101010e6;border-color:#ffcc3324}.header{padding:12px 14px}.nav-tab{color:#fff6d894}.accueil-page,.contact-page,.account-page,.map-sidebar,.map-list{background:linear-gradient(180deg,#131313fa,#1d1b17fa)}.map-main{background:linear-gradient(to bottom,#131313f5,#131313e6)}.accueil-header{margin-bottom:18px;padding-top:6px}.home-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:520px;margin:16px auto 12px}.home-stats div,.account-stats div{min-width:0;padding:10px 8px;border:1px solid rgba(255,204,51,.16);border-radius:8px;background:#ffffff0b;text-align:center}.home-stats strong,.account-stats strong{display:block;color:var(--primary);font-size:20px;font-weight:950;line-height:1}.home-stats span,.account-stats span{display:block;margin-top:4px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.home-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-width:360px;margin:0 auto}.home-action{min-height:42px;border:1px solid rgba(255,204,51,.28);border-radius:8px;color:var(--primary);background:#ffcc3314;font-weight:900;cursor:pointer}.home-action.primary,.auth-tab.active,.auth-btn,.spot-btn,.create-btn,.modal-btn,.contact-btn,.account-btn{background:linear-gradient(135deg,var(--primary),#FFE07B);color:#151515;box-shadow:0 10px 24px #ffcc3338}.mini-map-box{border-color:#ffcc33b8}.mini-map-cta{position:absolute;right:12px;bottom:12px;z-index:500;padding:8px 10px;border-radius:8px;color:#151515;background:var(--primary);font-size:11px;font-weight:900;box-shadow:0 8px 18px #00000042}.section-title{color:var(--ink);border-bottom-color:#ffcc333d}.section-title-spaced{margin-top:20px}.community-card{border-color:#ffcc3361}.fixed-card{border-color:#ffb7033d}.spot-badge.community{color:#161616;background:linear-gradient(135deg,var(--primary),#FFE07B);border-color:#fc33}.spot-badge.fixed{color:#102521;background:linear-gradient(135deg,var(--accent),#A7F6E6)}.form-label,.form-helper,.form-ok{display:block;font-size:11px;font-weight:800;margin-bottom:8px}.avatar-label{display:block;margin:10px 0 8px;color:var(--primary);font-size:12px;font-weight:900}.map-list-title{margin-top:8px}.form-helper,.spot-item-creator{color:var(--muted)}.create-btn-main{margin-top:10px;margin-bottom:0;font-size:12px}.spot-item{padding:10px;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease;background:linear-gradient(145deg,#22201dfa,#161615fa)!important;border:1px solid rgba(255,246,216,.12)!important}.spot-item.selected{background:linear-gradient(145deg,#ffcc3329,#1e1d1bfa)!important;border-color:#ffcc33b8!important}.spot-item strong{display:block;font-size:12px;font-weight:900}.spot-item-creator,.spot-item-capacity{margin-top:4px;font-size:10px;font-weight:800}.people-box,.modal-votes,.contact-success{background:#ffcc331a;border-color:#ffcc3347}.modal-btn.active,.spot-btn.active,.vote-btn.active{background:linear-gradient(135deg,var(--accent),#A7F6E6);color:#111;border-color:transparent}.modal-btn.danger,.vote-btn.danger{margin-top:8px;background:#ff6b5e1a;color:#ffb2aa;border:1px solid rgba(255,107,94,.36);box-shadow:none}.spot-btn:disabled,.modal-btn:disabled,.vote-btn:disabled{cursor:not-allowed;opacity:.55;filter:saturate(.45);transform:none}.contact-pills{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 18px}.contact-pills span{padding:7px 9px;border-radius:8px;background:#ffcc331a;color:var(--primary);font-size:11px;font-weight:900}.account-title{color:var(--primary);-webkit-text-fill-color:var(--primary)}.account-hero{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:14px;border:1px solid rgba(255,204,51,.18);border-radius:8px;background:#ffffff0b}.account-avatar-large{width:76px;height:76px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#ffcc331f;font-size:30px}.account-name{color:var(--ink);font-size:18px;font-weight:950}.account-email{margin-top:3px;color:var(--muted);font-size:12px;font-weight:700;overflow-wrap:anywhere}.account-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.account-spot-list{display:grid;gap:8px}.account-spot-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;width:100%;padding:10px;border:1px solid rgba(255,246,216,.12);border-radius:8px;background:#ffffff0b;color:var(--ink);text-align:left;cursor:pointer}.account-spot-row strong{min-width:0;font-size:12px;overflow-wrap:anywhere}.account-spot-row em{color:var(--primary);font-size:10px;font-style:normal;font-weight:900;white-space:nowrap}.account-empty{padding:12px;border:1px dashed rgba(255,204,51,.32);border-radius:8px;color:var(--muted);font-size:12px;font-weight:800;cursor:pointer}@media(max-width:599px){.brand-lockup-header .brand-word,.home-stats strong{font-size:18px}.home-action{min-height:40px;font-size:12px}.accueil-page .community-card{background:linear-gradient(160deg,#2c271dfa,#1c1b19fa);border-color:#ffcc3357}.accueil-page .fixed-card{background:linear-gradient(160deg,#1f221ffa,#191918fa)}.mini-map-cta{left:12px;right:12px;text-align:center}}.avatar-face{--skin: #B9754F;--hair: #171717;--shirt: #FFCC33;--accent-shirt: rgba(255,255,255,.24);position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;background:linear-gradient(145deg,#ffffff1a,#ffffff08);border:1px solid rgba(255,246,216,.16);overflow:hidden;flex:0 0 auto}.avatar-face svg{display:block;width:100%;height:100%}.avatar-eye.left{left:7px}.avatar-eye.right{right:7px}.avatar-mini{width:32px;height:32px;border-radius:8px}.avatar-mini .avatar-head{top:5px;width:19px;height:19px}.avatar-chat{width:28px;height:28px}.avatar-profile{width:68px;height:68px;border-radius:14px}.avatar-profile .avatar-head{top:10px;width:38px;height:38px}.avatar-profile .avatar-shirt{width:52px;height:28px}.avatar-option-face{width:52px;height:52px}.avatar-btn{display:flex;align-items:center;justify-content:center;min-height:64px;padding:6px}.avatar-studio-page{display:grid;gap:14px;padding:16px}.avatar-studio-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#ff6a0029,#ffcc3314)}.avatar-studio-preview .avatar-face{width:126px;height:126px;border-radius:26px;box-shadow:0 22px 44px #00000047}.avatar-studio-copy h1{margin:0 0 6px;color:var(--ink);font-size:22px;font-weight:950;letter-spacing:0}.avatar-studio-copy p{margin:0;color:var(--muted);font-weight:800;line-height:1.45}.avatar-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.avatar-choice{min-height:44px;border:1px solid var(--line);border-radius:12px;background:var(--card-2);color:var(--ink);font-size:12px;font-weight:950;cursor:pointer}.avatar-choice.active{border-color:var(--primary);background:#ff6a0029;box-shadow:0 0 0 3px #ff6a001a}.avatar-swatch{width:100%;min-height:44px;border-radius:12px;border:1px solid var(--line);cursor:pointer;box-shadow:inset 0 1px #ffffff2e}.avatar-swatch.active{outline:3px solid var(--primary);outline-offset:2px}.avatar-studio-actions{display:flex;gap:10px;flex-wrap:wrap}.avatar-studio-actions button,.avatar-builder-entry{min-height:44px;padding:0 14px;border:1px solid rgba(255,106,0,.32);border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--gold));color:#1e1108;font-size:13px;font-weight:950;cursor:pointer}.avatar-studio-actions .secondary{background:var(--card-2);color:var(--ink);border-color:var(--line)}.user-avatar{border:0;cursor:pointer}.notif-btn{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 10px;border:1px solid rgba(255,204,51,.24);border-radius:8px;background:#ffcc3314;color:var(--primary);font-size:11px;font-weight:900;cursor:pointer}.notif-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.notif-btn .notif-count{position:absolute;top:-7px;right:-6px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--coral);color:#fff;font-size:10px}.notifications-panel{position:fixed;top:68px;right:12px;width:min(360px,calc(100% - 24px));max-height:420px;overflow-y:auto;z-index:2400;padding:12px;border:1px solid rgba(255,204,51,.2);border-radius:8px;background:#141413fa;box-shadow:0 22px 50px #0000007a;animation:panelPop .15s cubic-bezier(.2,.9,.2,1)}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;color:var(--ink)}.panel-head button,.quick-actions button,.chat-form button,.rating-form button,.request-row button{border:1px solid rgba(255,204,51,.2);border-radius:8px;background:#ffcc331a;color:var(--primary);font-size:11px;font-weight:900;cursor:pointer}.notification-item{display:block;width:100%;margin-bottom:8px;padding:10px;border:1px solid rgba(255,246,216,.1);border-radius:8px;background:#ffffff0a;color:var(--ink);text-align:left;cursor:pointer;transform:translateZ(0);transition:transform .12s ease,border-color .12s ease,background .12s ease}.notification-item:active{transform:scale(.985)}.notification-item.unread{border-color:#ffcc3370;background:#ffcc331a}@keyframes panelPop{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-item span,.notification-item small{display:block}.notification-item small{margin-top:4px;color:var(--muted);line-height:1.35}.explore-controls{display:grid;gap:8px;margin:12px 0 16px}.explore-controls input,.explore-controls select{width:100%;min-height:42px;padding:10px;border:1px solid rgba(255,246,216,.14);border-radius:8px;background:#ffffff12;color:var(--ink);font:inherit;font-weight:800}.control-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.member-strip{display:flex;align-items:center;gap:5px;min-height:32px;margin:8px 0}.member-strip button,.member-row,.creator-card{border:0;background:transparent;color:inherit;cursor:pointer}.avatar-open{border:0;background:transparent;padding:0;margin:0;line-height:0;cursor:pointer;border-radius:999px}.avatar-open:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.member-more,.member-empty,.empty-mini{color:var(--muted);font-size:11px;font-weight:800}.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:10px 0}.quick-actions button{min-height:34px}.creator-card{display:flex;align-items:center;gap:10px;width:100%;margin:10px 0;padding:10px;border:1px solid rgba(255,204,51,.16);border-radius:8px;background:#ffffff0b;text-align:left}.creator-card strong,.creator-card small{display:block}.creator-card small{margin-top:3px;color:var(--muted);font-size:11px}.detail-section{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,246,216,.1)}.detail-section h3{margin-bottom:8px;color:var(--primary);font-size:12px;font-weight:950;text-transform:uppercase}.member-row,.request-row{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;width:100%;margin-bottom:7px;padding:8px;border-radius:8px;background:#ffffff0b;text-align:left}.request-row{grid-template-columns:auto 1fr auto auto}.request-row button{padding:7px 8px}.danger-lite{color:#ffb2aa!important;border-color:#ff6b5e4d!important;background:#ff6b5e14!important}.locked-chat,.blocked-box{margin-top:10px;padding:10px;border:1px solid rgba(255,204,51,.22);border-radius:8px;background:#ffcc3314;color:var(--muted);font-size:12px;font-weight:800;line-height:1.4}.chat-messages{display:grid;gap:8px;max-height:210px;overflow-y:auto;padding-right:4px}.chat-message{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start}.chat-message p{margin:0;padding:8px 10px;border-radius:8px;background:#ffffff0e}.chat-message.mine p{background:#ffcc331f}.chat-message.pending{opacity:.72}.chat-message.pending p{position:relative}.chat-message.pending p:after{content:"";display:inline-block;width:5px;height:5px;margin-left:6px;border-radius:999px;background:currentColor;opacity:.62;animation:pendingPulse .78s ease-in-out infinite alternate}@keyframes pendingPulse{0%{transform:scale(.75);opacity:.35}to{transform:scale(1.25);opacity:.82}}.chat-message strong,.chat-message span{display:block}.chat-message strong{color:var(--primary);font-size:10px}.chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.chat-form input,.rating-form input,.rating-form select{min-height:38px;padding:9px;border:1px solid rgba(255,246,216,.14);border-radius:8px;background:#ffffff12;color:var(--ink);font:inherit;font-size:16px}.chat-form button,.rating-form button{padding:0 12px}.rating-summary{display:grid;gap:5px;margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:800}.rating-form{display:grid;gap:8px;margin-bottom:10px}.review-list{display:grid;gap:7px}.review-item{padding:8px;border-radius:8px;background:#ffffff0b}.review-item strong,.review-item span{display:block;font-size:11px}.review-item span{margin-top:3px;color:var(--muted)}.profile-modal h2{margin-bottom:4px;color:var(--ink)}.modal-box{max-height:calc(100vh - 32px);overflow-y:auto}.profile-head{display:flex;gap:12px;align-items:center;margin-bottom:14px}.profile-head p,.account-rating{color:var(--muted);font-size:12px;font-weight:800}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.profile-stats div{padding:10px 8px;border-radius:8px;background:#ffffff0b;text-align:center}.profile-stats strong{display:block;color:var(--primary);font-size:18px}.profile-stats span{color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}.badge-list{display:flex;flex-wrap:wrap;gap:8px}.badge-list span{padding:8px 10px;border-radius:8px;background:#ffcc331a;color:var(--primary);font-size:11px;font-weight:950}.timeline-list{display:grid;gap:8px}.timeline-item{display:flex;justify-content:space-between;gap:10px;padding:10px;border:1px solid rgba(255,246,216,.1);border-radius:8px;background:#ffffff0b;color:var(--ink);text-align:left;cursor:pointer}.timeline-item small{color:var(--muted);white-space:nowrap}.cluster-marker{display:flex;align-items:center;justify-content:center;border-radius:999px;background:#ffcc33f0;border:3px solid #fff;color:#111;box-shadow:0 10px 24px #00000047;font-weight:950}.cluster-marker span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media(max-width:599px){.header-right{gap:6px}.notif-btn{width:36px;padding:0;justify-content:center;color:#f7fbff}.notif-btn:before{content:none}.notif-label{display:none}.quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.request-row{grid-template-columns:auto 1fr}.request-row button{grid-column:span 1}.control-row{grid-template-columns:1fr}}:root{--ink: #080A0B;--muted: #607987;--paper: #EAF6FB;--surface: rgba(248, 252, 254, .96);--surface-soft: #DCEAF0;--primary: #0A0C0D;--primary-dark: #000000;--accent: #6E98AA;--accent-soft: rgba(110, 152, 170, .14);--coral: #D85C4A;--line: rgba(8, 10, 11, .12);--shadow: rgba(42, 75, 90, .18)}body,html{background:radial-gradient(circle at 8% 8%,rgba(255,255,255,.78),transparent 32%),linear-gradient(180deg,#eaf6fb,#ddeef5);color:var(--ink);color-scheme:light}.world-map{opacity:.045;filter:none}.texture{opacity:.18;background-image:linear-gradient(rgba(8,10,11,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(8,10,11,.035) 1px,transparent 1px)}.auth-screen,.accueil-page,.contact-page,.account-page,.chat-page,.map-sidebar,.map-list,.map-main{background:radial-gradient(circle at top left,rgba(255,255,255,.8),transparent 36%),linear-gradient(180deg,#eaf6fb,#dceaf0)}.auth-box,.spot-card,.form-box,.modal-box,.spot-panel,.contact-box,.account-section,.mini-map-box,.map-container,.notifications-panel{background:var(--surface);border:2px solid var(--ink);border-radius:12px;box-shadow:7px 7px #080a0b1a,0 18px 44px var(--shadow)}.header,.nav-tabs{background:#eaf6fbeb;border-color:#080a0b24;color:var(--ink);box-shadow:0 10px 28px #2a4b5a1f}.header{min-height:74px}.brand-logo{display:block;object-fit:contain;filter:none}.brand-logo-auth{width:min(360px,92%);max-height:190px;margin:0 auto 10px}.brand-logo-header{width:152px;height:54px;object-position:left center}.brand-logo-home{width:min(430px,96%);max-height:220px;margin:0 auto 8px}.brand-mark,.auth-box>p,.accueil-header p,.contact-box>p,.spot-desc,.spot-panel p,.modal-desc,.spot-meta{color:var(--muted)}.auth-tab,.logout-btn,.notif-btn,.home-action,.panel-head button,.quick-actions button,.chat-form button,.rating-form button,.request-row button,.language-switcher button{border:2px solid var(--ink);background:#f8fcfe;color:var(--ink);box-shadow:3px 3px #080a0b1a}.auth-tab.active,.auth-btn,.spot-btn,.create-btn,.modal-btn,.contact-btn,.account-btn,.vote-btn.active,.home-action.primary,.language-switcher button.active{background:var(--ink);color:#f8fcfe;border-color:var(--ink);box-shadow:4px 4px #080a0b29}.nav-tab{color:var(--muted)}.nav-tab.active{color:var(--ink);border-bottom-color:var(--ink)}.nav-tab:after,.section-title:after{background:linear-gradient(90deg,var(--ink),var(--accent),transparent)}.spot-badge.community,.spot-badge.fixed{color:var(--ink);background:#dceaf0;border:2px solid var(--ink)}.spot-type,.spot-votes,.people-count,.modal-votes-count,.account-label,.detail-label,.people-label,.form-label,.form-ok,.spot-item-capacity{color:#1d5369}.explore-controls input,.explore-controls select,.auth-form input,.form-box input,.form-box textarea,.form-box select,.contact-form input,.contact-form select,.contact-form textarea,.account-form input,.chat-form input,.rating-form input,.rating-form select{background:#f8fcfe;color:var(--ink);border:2px solid rgba(8,10,11,.18)}.explore-controls input::placeholder,.auth-form input::placeholder,.form-box input::placeholder,.form-box textarea::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder,.chat-form input::placeholder,.rating-form input::placeholder{color:#080a0b6b}.spot-item{background:#f8fcfe!important;border:2px solid rgba(8,10,11,.16)!important;color:var(--ink);box-shadow:4px 4px #080a0b14}.spot-item.selected{border-color:var(--ink)!important;background:#dceaf0!important}.people-box,.modal-votes,.contact-success,.home-stats div,.account-stats div,.profile-stats div,.calendar-day,.language-switcher{display:inline-grid;grid-template-columns:repeat(3,auto);gap:5px;align-items:center}.language-switcher button{min-width:30px;min-height:28px;padding:4px 7px;border-radius:8px;font-size:10px;font-weight:950;cursor:pointer}.calendar-section{margin-top:20px;padding-bottom:18px}.calendar-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,1fr);gap:10px;overflow-x:auto;padding-bottom:8px}.calendar-day{min-height:150px;padding:12px;border-radius:12px}.calendar-day strong{display:block;margin-bottom:8px;color:var(--ink);font-size:13px;font-weight:950;text-transform:uppercase}.calendar-day button{display:block;width:100%;margin-top:6px;padding:7px;border:1px solid rgba(8,10,11,.13);border-radius:8px;background:#ffffffc2;color:var(--ink);text-align:left;font-size:11px;font-weight:850;cursor:pointer}.recurrence-badge{display:inline-flex;margin:8px 0;padding:7px 9px;border:2px solid var(--ink);border-radius:8px;background:#dceaf0;color:var(--ink);font-size:11px;font-weight:950}.chat-page{min-height:100%;padding:18px 14px}.general-chat-messages{max-height:280px}.avatar-style-hijab .avatar-eye,[dir=rtl] .calendar-day button,[dir=rtl] .chat-spot-head,[dir=rtl] .spot-item,[dir=rtl] .account-spot-row,[dir=rtl] .timeline-item{text-align:right}[dir=rtl] .header-title{direction:ltr}@media(max-width:599px){.header{min-height:68px}.brand-logo-header{width:104px;height:44px}.brand-logo-home{max-height:170px}.header-right .language-switcher{display:none}.nav-tabs{grid-template-columns:repeat(5,1fr)}.nav-tab{padding-left:4px;padding-right:4px;font-size:10px}}:root{--ink: #F7FBFF;--muted: #AAB7C4;--paper: #07111E;--surface: rgba(15, 31, 46, .96);--surface-soft: #102235;--primary: #00D1B2;--primary-dark: #00A891;--accent: #FFB703;--accent-soft: rgba(0, 209, 178, .14);--coral: #FF5A5F;--line: rgba(255, 255, 255, .14);--shadow: rgba(0, 0, 0, .42)}body,html{background:radial-gradient(circle at 12% 0%,rgba(0,209,178,.22),transparent 34%),radial-gradient(circle at 95% 10%,rgba(255,183,3,.18),transparent 30%),radial-gradient(circle at 50% 100%,rgba(255,90,95,.13),transparent 34%),linear-gradient(180deg,#07111e,#0b1828 48%,#07111e);color:var(--ink);color-scheme:dark}.auth-screen,.accueil-page,.contact-page,.account-page,.chat-page,.map-sidebar,.map-list,.map-main{background:radial-gradient(circle at 12% 0%,rgba(0,209,178,.12),transparent 30%),linear-gradient(180deg,#07111efa,#0c1b2bfa)}.auth-box,.spot-card,.form-box,.modal-box,.spot-panel,.contact-box,.account-section,.mini-map-box,.map-container,.notifications-panel,.header,.nav-tabs{background:#07111ee6;border-color:#ffffff1a;color:var(--ink);box-shadow:0 10px 28px #0000004d;backdrop-filter:blur(18px)}.brand-logo{background:transparent;border:0;border-radius:0;padding:0;height:auto;max-width:100%;box-shadow:none;filter:drop-shadow(0 14px 28px rgba(0,0,0,.32))}.brand-logo-auth{width:min(270px,78%);max-height:none}.brand-logo-header{width:88px;height:64px;object-fit:contain}.brand-logo-home{width:min(340px,84%);max-height:none;margin-top:6px}.auth-box>p,.accueil-header p,.contact-box>p,.spot-desc,.spot-panel p,.modal-desc,.spot-meta,.empty-mini,.account-empty{color:var(--muted)}.section-title,.sidebar-title,.form-box h3,.account-section h3,.account-title,.contact-box h1{color:var(--ink);-webkit-text-fill-color:var(--ink)}.auth-tab,.logout-btn,.notif-btn,.home-action,.panel-head button,.quick-actions button,.chat-form button,.rating-form button,.request-row button,.language-switcher button,.friend-row button{border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:var(--ink);box-shadow:none}.auth-tab.active,.auth-btn,.spot-btn,.create-btn,.modal-btn,.contact-btn,.account-btn,.vote-btn.active,.home-action.primary,.language-switcher button.active{background:linear-gradient(135deg,var(--primary),#7FF4E2);color:#05131a;border-color:transparent;box-shadow:0 10px 24px #00d1b238}.nav-tab{color:#f7fbff9e}.nav-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.nav-tab:after,.section-title:after{background:linear-gradient(90deg,var(--primary),var(--accent),transparent)}.spot-badge.community{color:#05131a;background:linear-gradient(135deg,var(--primary),#7FF4E2);border-color:transparent}.spot-badge.fixed{color:#1a1200;background:linear-gradient(135deg,var(--accent),#FFD166);border-color:transparent}.spot-type,.spot-votes,.people-count,.modal-votes-count,.account-label,.detail-label,.people-label,.form-label,.form-ok,.spot-item-capacity{color:var(--primary)}.explore-controls input,.explore-controls select,.auth-form input,.form-box input,.form-box textarea,.form-box select,.contact-form input,.contact-form select,.contact-form textarea,.account-form input,.chat-form input,.rating-form input,.rating-form select,.friend-search-input{background:#ffffff14;color:var(--ink);border:1px solid rgba(255,255,255,.14)}.explore-controls input::placeholder,.auth-form input::placeholder,.form-box input::placeholder,.form-box textarea::placeholder,.contact-form input::placeholder,.contact-form textarea::placeholder,.chat-form input::placeholder,.rating-form input::placeholder,.friend-search-input::placeholder{color:#f7fbff6b}.spot-item{background:linear-gradient(145deg,#102235fa,#091624fa)!important;border:1px solid rgba(255,255,255,.12)!important;color:var(--ink);box-shadow:0 10px 22px #0000002e}.spot-item.selected{border-color:#00d1b2b8!important;background:linear-gradient(145deg,#00d1b229,#102235fa)!important}.people-box,.modal-votes,.contact-success,.home-stats div,.account-stats div,.profile-stats div,.calendar-day{background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.language-switcher{position:relative;display:inline-flex;z-index:2600}.language-current{min-width:42px;min-height:34px}.language-menu{position:absolute;top:calc(100% + 7px);right:0;display:grid;gap:6px;min-width:64px;padding:7px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#07111efa;box-shadow:0 18px 34px #0000005c}[dir=rtl] .language-menu{right:auto;left:0}.accueil-header{position:relative;padding-top:12px}.calendar-day button,.chat-spot-head,.friend-row,.friend-search-input{width:100%;min-height:42px;padding:10px;border-radius:8px;font:inherit;font-weight:800;margin-bottom:10px}.friend-results,.private-chat-box{display:grid;gap:10px}.friend-row{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:10px}.friend-row span,.friend-row strong,.friend-row small{display:block;min-width:0}.friend-row small{color:var(--muted);overflow-wrap:anywhere}.friend-row button{min-height:34px;padding:0 10px;border-radius:8px;font-weight:900}.friend-row button:disabled{opacity:.55;cursor:not-allowed}.private-chat-messages{max-height:220px}.nav-tabs{grid-template-columns:repeat(5,1fr)}.settings-link{width:fit-content;min-height:34px;padding:8px 11px;border:1px solid rgba(0,209,178,.24);border-radius:8px;background:#00d1b21a;color:var(--primary);font:inherit;font-size:12px;font-weight:950;cursor:pointer}.contact-back-link{margin-bottom:14px}.calendar-open-link{margin-top:8px}.calendar-page{min-height:100%;padding:18px 14px 26px}.calendar-intro{margin:-8px 0 14px;color:var(--muted);font-size:13px;font-weight:800;line-height:1.4}.calendar-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:9px;margin-bottom:16px}.calendar-date-card,.calendar-day-link{display:grid;gap:7px;width:100%;min-height:84px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff0f;color:var(--ink);text-align:left;font:inherit;cursor:pointer}.calendar-date-card.active,.calendar-day-link:active{border-color:#00d1b29e;background:#00d1b221}.calendar-date-card strong,.calendar-day-link strong{color:var(--ink);font-size:12px;font-weight:950;text-transform:uppercase}.calendar-date-card span,.calendar-day-link span{color:var(--primary);font-size:18px;font-weight:950}.calendar-day-link span{font-size:12px}.calendar-day-link em{display:block;color:var(--muted);font-size:11px;font-style:normal;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-panel{padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(145deg,#102235f5,#081422f5);box-shadow:0 18px 44px var(--shadow)}.calendar-panel h3{margin-bottom:10px;color:var(--primary);font-size:14px;font-weight:950;text-transform:capitalize}.calendar-activity-list{display:grid;gap:9px}.calendar-group-title{margin:8px 0 2px;color:var(--primary);font-size:12px;font-weight:950;letter-spacing:0;text-transform:uppercase}.calendar-activity{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;width:100%;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff12;color:var(--ink);text-align:left;font:inherit;cursor:pointer}.calendar-activity strong{font-size:13px;font-weight:950;min-width:0}.calendar-activity em{color:var(--primary);font-size:11px;font-style:normal;font-weight:900;white-space:nowrap}.friend-row{grid-template-columns:auto minmax(0,1fr) auto auto}.time-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.birthdate-fields{display:grid;grid-template-columns:minmax(64px,.75fr) minmax(64px,.75fr) minmax(88px,1fr);gap:10px;width:100%;max-width:100%;overflow:hidden}.birthdate-fields input{text-align:center;font-weight:900;min-width:0;width:100%;height:52px;padding:8px 10px;font-size:16px;margin-bottom:0}.time-row input[type=time]{height:38px;min-height:38px;padding:4px 8px;margin-bottom:8px;font-size:14px;font-weight:900;line-height:1;text-align:center}.blocked-auth-box h1{margin-top:8px;color:var(--ink);-webkit-text-fill-color:var(--ink)}.blocked-auth-visual{position:relative;width:120px;height:120px;margin:10px auto 4px;border-radius:28px;background:radial-gradient(circle at 35% 30%,#ff5a5feb,#ff5a5f1f 58%),linear-gradient(145deg,#ffffff1a,#ffffff08);border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 48px #00000057}.blocked-auth-visual:before{content:"";position:absolute;inset:28px;border:10px solid #F7FBFF;border-radius:50%}.blocked-auth-visual:after{content:"";position:absolute;left:31px;right:31px;top:55px;height:11px;border-radius:999px;background:#f7fbff;transform:rotate(-24deg)}.vote-btn:not(.active):not(:disabled),.spot-btn:not(.active):not(:disabled){background:linear-gradient(135deg,var(--accent),var(--coral));color:#07111e;border-color:transparent;box-shadow:0 12px 28px #ff5a5f3d}.recurrence-badge{background:#00d1b221;color:#7ff4e2;border:1px solid rgba(0,209,178,.42);box-shadow:none}.privacy-card{display:grid;gap:12px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(145deg,#102235f5,#081422f5);box-shadow:0 18px 44px var(--shadow);margin-bottom:14px}.privacy-card section{padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.privacy-card section:last-child{padding-bottom:0;border-bottom:0}.privacy-card h3{margin-bottom:5px;color:var(--primary);font-size:13px;font-weight:950}.privacy-card p{color:var(--muted);font-size:13px;font-weight:750;line-height:1.55}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.memory-photo{position:relative;display:block;width:100%;aspect-ratio:1;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff0f;color:var(--ink);cursor:pointer}.memory-photo img,.chat-photo{display:block;width:100%;height:100%;object-fit:cover}.memory-photo span{position:absolute;left:6px;right:6px;bottom:6px;padding:4px 6px;border-radius:7px;background:#07111eb8;color:#fff;font-size:9px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-photo{max-height:180px;border-radius:8px;margin:4px 0 6px;cursor:zoom-in}.chat-photo-btn{display:block;width:min(100%,260px);padding:0;border:0;background:transparent;cursor:zoom-in}.photo-viewer{position:fixed;inset:0;z-index:3600;display:flex;align-items:center;justify-content:center;padding:22px;background:#0a0604eb;backdrop-filter:blur(14px);animation:photoViewerIn .16s ease-out}.photo-viewer img{display:block;max-width:min(100%,980px);max-height:86vh;object-fit:contain;border-radius:14px;box-shadow:0 28px 80px #0000008c}.photo-viewer-close{position:fixed;top:max(18px,env(safe-area-inset-top));right:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:#ffffff1f;color:#fff;font-size:26px;font-weight:900;cursor:pointer}@keyframes photoViewerIn{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.photo-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;margin-top:8px;padding:8px 11px;border:1px solid rgba(0,209,178,.24);border-radius:8px;background:#00d1b21a;color:var(--primary);font-size:12px;font-weight:950;cursor:pointer}.photo-action input{display:none}.today-preview,.today-list{display:grid;gap:9px}.today-spot-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:11px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:linear-gradient(145deg,#102235f5,#081422f5);color:var(--ink);text-align:left;cursor:pointer;box-shadow:0 12px 28px #0000002e}.today-spot-row.live{border-color:#00d1b270;box-shadow:0 12px 30px #00d1b221}.today-emoji{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#ffffff14;font-size:22px}.today-spot-row strong,.today-spot-row em{display:block;min-width:0}.today-spot-row strong{font-size:13px;font-weight:950}.today-spot-row em{color:var(--muted);font-size:11px;font-style:normal;font-weight:850}.today-spot-row b{color:var(--primary);font-size:11px;font-weight:950}.profile-info-card{display:grid;gap:6px;margin-top:12px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0f}.profile-info-card span,.profile-info-card p,.profile-info-card small{color:var(--muted);font-size:12px;font-weight:800;line-height:1.45}.profile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.interest-grid{display:flex;flex-wrap:wrap;gap:7px}.interest-chip input{display:none}.interest-chip span{display:inline-flex;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff12;color:var(--muted);font-size:11px;font-weight:950;cursor:pointer}.interest-chip input:checked+span{border-color:#00d1b285;background:#00d1b229;color:var(--primary)}.onboarding-box{max-width:460px}.onboarding-box h2{margin-top:8px;color:var(--ink);font-size:22px;font-weight:950;text-align:center}.onboarding-box p{margin:8px 0 14px;color:var(--muted);font-size:13px;font-weight:800;text-align:center;line-height:1.45}.onboarding-form,.profile-settings-form{display:grid;gap:10px}.onboarding-form input,.onboarding-form textarea,.profile-settings-form input,.profile-settings-form textarea{width:100%;padding:12px;border:1px solid rgba(255,246,216,.14);border-radius:10px;background:#ffffff12;color:var(--ink);font:inherit;font-weight:800}.onboarding-form input::placeholder,.onboarding-form textarea::placeholder,.profile-settings-form input::placeholder,.profile-settings-form textarea::placeholder{color:#c8d4e294}.onboarding-form textarea,.profile-settings-form textarea{min-height:78px;resize:vertical}.memory-card{display:grid;gap:5px}.memory-report{border:1px solid rgba(255,90,95,.26);border-radius:8px;background:#ff5a5f1a;color:#ffb4b4;font-size:9px;font-weight:950;padding:5px;cursor:pointer}@media(max-width:599px){.brand-logo-home{width:min(250px,72%);max-height:none}.friend-row{grid-template-columns:auto 1fr}.friend-row button{grid-column:1 / -1}.nav-tabs{grid-template-columns:repeat(5,1fr)}.calendar-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.calendar-date-card{min-height:62px;padding:7px 4px;border-radius:9px;text-align:center;display:grid;grid-template-rows:24px 1fr;align-items:center;justify-items:center}.calendar-date-card strong{font-size:9px;line-height:1.1;width:100%;min-width:0;min-height:24px;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:normal}.calendar-date-card span{font-size:15px;line-height:1;align-self:center}.calendar-activity{grid-template-columns:1fr}.calendar-activity em{white-space:normal}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.spot-type,.modal-type,.spot-item-creator,.spot-meta,.spot-desc,.spot-detail p,.calendar-activity em,.map-list .spot-item-creator{color:#bfd0de!important}.spot-detail .detail-label{color:var(--primary)!important}.nav-tabs{grid-template-columns:repeat(6,1fr)}.theme-toggle strong,.theme-light .theme-switch:after{transform:translate(24px);background:#07111e}.theme-light{--ink: #06111F;--muted: #526275;--paper: #F2F7FA;--surface: rgba(255,255,255,.96);--surface-soft: rgba(232,241,246,.94);--primary: #082338;--primary-dark: #020910;--accent: #89CFE3;--accent-soft: #DFF5FB;--coral: #111111;--line: rgba(6,17,31,.12);--shadow: rgba(6,17,31,.14);background:linear-gradient(180deg,#f8fcfe,#e5f1f7);color:var(--ink)}.theme-light .header,.theme-light .nav-tabs{background:#f8fcfee0;border-color:#06111f1a;box-shadow:0 10px 28px #06111f1a}.theme-light .auth-screen{background:radial-gradient(circle at 18% 18%,rgba(137,207,227,.34),transparent 42%),radial-gradient(circle at 82% 78%,rgba(6,17,31,.1),transparent 44%),linear-gradient(135deg,#f8fcfe,#e5f1f7)}.theme-light .accueil-page,.theme-light .contact-page,.theme-light .account-page,.theme-light .map-sidebar,.theme-light .map-list{background:radial-gradient(circle at top left,rgba(137,207,227,.22),transparent 34%),linear-gradient(180deg,#f8fcfe,#e7f2f7)}.theme-light .map-main{background:linear-gradient(to bottom,#f8fcfef5,#e5f1f7eb)}.theme-light .auth-box,.theme-light .spot-card,.theme-light .form-box,.theme-light .modal-box,.theme-light .spot-panel,.theme-light .contact-box,.theme-light .account-section,.theme-light .calendar-panel,.theme-light .privacy-card,.theme-light .today-spot-row,.theme-light .notifications-panel,.theme-light .map-container,.theme-light .calendar-date-card,.theme-light .calendar-day-link,.theme-light .calendar-activity,.theme-light .account-empty,.theme-light .timeline-item,.theme-light .account-spot-row,.theme-light .friend-row,.theme-light .private-thread,.theme-light .chat-spot-card,.theme-light .chat-spot-head,.theme-light .emoji-btn,.theme-light .notification-item,.theme-light .profile-info-card{background:#ffffffeb;border-color:#06111f1f;box-shadow:0 18px 46px #06111f1a}.theme-light .spot-card{background:linear-gradient(160deg,#fffffff5,#e8f6fbf5)}.theme-light .community-card{background:linear-gradient(160deg,#fffffffa,#e8f6fbeb);border-color:#06111f1f}.theme-light .fixed-card{background:linear-gradient(160deg,#fffffffa,#f4f9fcf2);border-color:#89cfe385}.theme-light .auth-box h1,.theme-light .accueil-header h1,.theme-light .contact-box h1,.theme-light .account-title,.theme-light .section-title,.theme-light .sidebar-title,.theme-light .form-box h3,.theme-light .account-section h3,.theme-light .modal-name,.theme-light .spot-name,.theme-light .spot-item strong,.theme-light .today-spot-row strong,.theme-light .calendar-activity strong,.theme-light .account-name{color:#06111f!important;-webkit-text-fill-color:#06111F!important;text-shadow:none}.theme-light .brand-logo-home{filter:drop-shadow(0 14px 32px rgba(6,17,31,.12))}.theme-light .auth-box>p,.theme-light .accueil-header p,.theme-light .contact-box>p,.theme-light .spot-type,.theme-light .modal-type,.theme-light .spot-item-creator,.theme-light .spot-meta,.theme-light .spot-desc,.theme-light .spot-detail p,.theme-light .calendar-activity em,.theme-light .chat-spot-head em,.theme-light .calendar-intro,.theme-light .profile-info-card p,.theme-light .profile-info-card span,.theme-light .account-email,.theme-light .account-rating{color:#526275!important}.theme-light .detail-label,.theme-light .spot-votes,.theme-light .people-count,.theme-light .modal-votes-count,.theme-light .account-label,.theme-light .people-label,.theme-light .form-label,.theme-light .form-ok,.theme-light .spot-item-capacity,.theme-light .today-spot-row b{color:#082338!important}.theme-light input,.theme-light select,.theme-light textarea,.theme-light .explore-controls input,.theme-light .explore-controls select,.theme-light .chat-form input{background:#ffffffdb;border-color:#06111f24;color:#06111f}.theme-light input::placeholder,.theme-light textarea::placeholder{color:#526275ad}.theme-light .nav-tab,.theme-light .logout-btn,.theme-light .notif-btn,.theme-light .language-current,.theme-light .settings-link,.theme-light .theme-toggle{color:#06111f}.theme-light .nav-tab.active{color:#082338;border-bottom-color:#082338}.theme-light .spot-badge.fixed,.theme-light .spot-badge.community{color:#06111f;background:#89cfe3;border-color:#06111f1f}.theme-light .vote-btn:not(.active):not(:disabled),.theme-light .spot-btn:not(.active):not(:disabled),.theme-light .create-btn,.theme-light .home-action.primary,.theme-light .auth-btn,.theme-light .account-btn,.theme-light .contact-btn{background:linear-gradient(135deg,#06111f,#12344d);color:#f8fcfe;border-color:transparent;box-shadow:0 14px 30px #06111f2e}.theme-light .recurrence-badge,.theme-light .photo-action,.theme-light .interest-chip input:checked+span{background:#89cfe347;color:#082338;border-color:#0823382e}.theme-light .member-empty,.theme-light .member-more,.theme-light .empty-mini,.theme-light .account-empty,.theme-light .timeline-item small,.theme-light .account-spot-row em,.theme-light .chat-message p span,.theme-light .notification-item small{color:#526275}.theme-light .chat-message p,.theme-light .review-item,.theme-light .rating-summary span{background:#e8f1f6eb;color:#06111f}.theme-light .world-map,.theme-light~.world-map{opacity:.04}@media(min-width:900px){.map-page.active{align-items:flex-start;min-height:max(100%,100vh)}.map-sidebar,.map-main{position:sticky;top:0;align-self:flex-start;max-height:calc(100vh - 118px)}.map-sidebar{overflow-y:auto}.map-main{min-height:calc(100vh - 118px);display:flex;align-items:flex-start}.map-main .map-container{width:100%;height:min(720px,calc(100vh - 138px));margin-bottom:0}.map-list{height:auto;min-height:calc(100vh - 118px);overflow-y:visible}}@media(max-width:599px){.nav-tabs{grid-template-columns:repeat(5,1fr)}.account-section{overflow:hidden}.account-avatar-grid,.auth-form .avatar-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%}.account-avatar-grid .avatar-btn,.auth-form .avatar-grid .avatar-btn{width:100%;min-width:0;min-height:58px;padding:4px;border-radius:12px;overflow:hidden}.account-avatar-grid .avatar-option-face,.auth-form .avatar-grid .avatar-option-face{width:44px;height:44px}.account-avatar-grid .avatar-option-face .avatar-head,.auth-form .avatar-grid .avatar-option-face .avatar-head{top:7px;width:22px;height:22px}.account-avatar-grid .avatar-option-face .avatar-shirt,.auth-form .avatar-grid .avatar-option-face .avatar-shirt{width:30px;height:18px}.avatar-studio-page{padding:12px;gap:12px}.avatar-studio-hero{grid-template-columns:1fr;justify-items:center;text-align:center;padding:14px}.avatar-studio-preview .avatar-face{width:112px;height:112px}.avatar-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.accueil-page .spot-card{justify-content:center;gap:2px;padding:7px 4px}.accueil-page .spot-emoji{order:1;font-size:24px;margin-bottom:1px}.accueil-page .spot-name{order:2;display:-webkit-box!important;min-height:20px;margin:1px 0 3px;color:#f7fbff!important;font-size:9px;line-height:1.08;font-weight:950;letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:center}.accueil-page .member-strip{order:3;width:100%;min-height:18px;margin:0;justify-content:center;gap:3px}.accueil-page .member-strip button{width:18px;height:18px}.accueil-page .member-empty,.accueil-page .member-more{color:var(--primary)!important;font-size:10px;line-height:1;font-weight:950}.accueil-page .spot-type,.accueil-page .spot-desc,.accueil-page .spot-meta,.accueil-page .spot-footer{display:none!important}}.theme-light .accueil-page .spot-card,.theme-light .accueil-page .community-card,.theme-light .accueil-page .fixed-card{background:linear-gradient(160deg,#fffffffa,#e1f3f9f5)!important;border-color:#08233829!important;box-shadow:0 14px 34px #06111f1f!important}.theme-light .accueil-page .spot-name,.theme-light .accueil-page .spot-card .spot-name{color:#06111f!important;-webkit-text-fill-color:#06111F!important;text-shadow:none!important}.theme-light .accueil-page .member-empty,.theme-light .accueil-page .member-more,.theme-light .accueil-page .spot-votes{color:#082338!important;opacity:1!important}.theme-light .accueil-page .spot-badge,.theme-light .spot-badge.fixed,.theme-light .spot-badge.community{background:#89cfe3!important;color:#06111f!important;border-color:#0823381f!important;box-shadow:0 8px 18px #0823381f!important}body.theme-light .accueil-page .spot-card,body.theme-light .accueil-page .spot-card.fixed-card,body.theme-light .accueil-page .spot-card.community-card,body.theme-light .spot-item,body.theme-light .chat-spot-card,body.theme-light .calendar-activity,body.theme-light .today-spot-row{background:linear-gradient(160deg,#fff,#eaf7fb)!important;color:#06111f!important;border-color:#08233829!important}body.theme-light .spot-card *,body.theme-light .spot-item *,body.theme-light .calendar-activity *,body.theme-light .today-spot-row *,body.theme-light .chat-spot-card *{text-shadow:none!important}body.theme-light .spot-card .spot-name,body.theme-light .spot-item strong,body.theme-light .chat-spot-head strong,body.theme-light .calendar-activity strong,body.theme-light .today-spot-row strong{color:#06111f!important;-webkit-text-fill-color:#06111F!important;opacity:1!important}body.theme-light .spot-card .spot-meta,body.theme-light .spot-card .spot-desc,body.theme-light .spot-card .spot-type,body.theme-light .spot-item-creator,body.theme-light .spot-item-capacity,body.theme-light .calendar-activity em,body.theme-light .chat-spot-head em{color:#33465a!important;opacity:1!important}body.theme-light .modal-close,body.theme-light .spot-panel-close{background:#06111f14!important;color:#06111f!important;border-color:#06111f1f!important}.intro-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 16px}.intro-step{padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff12;text-align:center;display:flex;align-items:center;justify-content:center;min-height:48px}.intro-step strong{display:block;color:var(--ink);font-size:12px;font-weight:950;margin-bottom:0}.intro-step span{display:none;color:var(--muted);font-size:10px;font-weight:800;line-height:1.35}.auth-notice{margin:10px 0;padding:10px;border:1px solid rgba(0,209,178,.26);border-radius:10px;background:#00d1b21a;color:var(--primary);font-size:12px;font-weight:850;line-height:1.45}.category-chip{display:inline-flex;align-items:center;gap:5px;width:fit-content;padding:6px 8px;border-radius:999px;background:#89cfe329;color:var(--primary);border:1px solid rgba(137,207,227,.24);font-size:10px;font-weight:950}@media(max-width:599px){.intro-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0 14px}.intro-step{min-height:44px;padding:8px 5px;border-radius:10px}.intro-step strong{font-size:10px;line-height:1.1}}.explore-controls .control-row{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:599px){.explore-controls .control-row{grid-template-columns:1fr}}@media(max-height:760px),(max-width:599px){.auth-screen{align-items:flex-start;justify-content:flex-start}.auth-box{margin:0 auto}}.content{scroll-snap-type:none;scroll-behavior:auto;overscroll-behavior-y:contain;overscroll-behavior-x:contain;touch-action:pan-y pinch-zoom;transform:translateZ(0);-webkit-overflow-scrolling:touch}.page.active{scroll-snap-align:start;animation:pageSnapIn 105ms cubic-bezier(.16,1,.3,1);will-change:transform,opacity;backface-visibility:hidden}.content.page-pressing .page.active{transform:translate3d(var(--drag-x, 0),0,0) scale(.997);transition:transform 70ms cubic-bezier(.16,1,.3,1)}.content.swipe-left .page.active{animation-name:pageSnapLeft}.content.swipe-right .page.active{animation-name:pageSnapRight}.content.page-pop .page.active{animation-name:pageSnapIn}@keyframes pageSnapIn{0%{opacity:.96;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes pageSnapLeft{0%{opacity:.97;transform:translate(32px) scale(.996)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes pageSnapRight{0%{opacity:.97;transform:translate(-32px) scale(.996)}to{opacity:1;transform:translate(0) scale(1)}}button,.spot-card,.today-spot-row,.calendar-date-card,.calendar-activity,.spot-item,.account-spot-row,.chat-list-item,.notification-item,.home-action,.mini-map-box,.emoji-btn,.avatar-btn,.member-row,.creator-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button.is-tapping:not(.nav-tab),.spot-card.is-tapping,.today-spot-row.is-tapping,.calendar-date-card.is-tapping,.calendar-activity.is-tapping,.spot-item.is-tapping,.account-spot-row.is-tapping,.chat-list-item.is-tapping,.notification-item.is-tapping,.home-action.is-tapping,.mini-map-box.is-tapping,.emoji-btn.is-tapping,.avatar-btn.is-tapping,.member-row.is-tapping,.creator-card.is-tapping{transform:translateY(1px) scale(.985);filter:brightness(1.08);transition:transform 70ms cubic-bezier(.16,1,.3,1),filter 70ms ease}@media(max-width:599px){.page.active{animation-duration:95ms}}@media(prefers-reduced-motion:reduce){.page.active{animation:none}button.is-tapping:not(.nav-tab),.spot-card.is-tapping,.today-spot-row.is-tapping,.calendar-date-card.is-tapping,.calendar-activity.is-tapping,.spot-item.is-tapping,.account-spot-row.is-tapping,.chat-list-item.is-tapping,.notification-item.is-tapping,.home-action.is-tapping,.mini-map-box.is-tapping,.emoji-btn.is-tapping,.avatar-btn.is-tapping,.member-row.is-tapping,.creator-card.is-tapping{transform:none;filter:none}}.auth-box{display:flex;flex-direction:column}.auth-box .language-switcher{align-self:flex-end;margin:0 0 16px}.auth-box>p{margin-bottom:22px;line-height:1.45}.auth-secondary-link{margin:18px auto 0;display:block;padding:10px 14px}body.theme-dark{--ink: #FFF8F0;--muted: #D7B99E;--paper: #160D08;--surface: rgba(34, 20, 12, .96);--surface-soft: rgba(47, 27, 15, .92);--primary: #FF6A00;--primary-dark: #C44500;--accent: #FFD166;--accent-soft: rgba(255, 106, 0, .16);--coral: #FF3D54;--line: rgba(255, 202, 146, .18);--shadow: rgba(0, 0, 0, .44);background:radial-gradient(circle at 18% 10%,rgba(255,106,0,.22),transparent 34%),linear-gradient(145deg,#160d08,#261308 52%,#0f0906);color:var(--ink);color-scheme:dark}body.theme-dark .auth-screen,body.theme-dark .accueil-page,body.theme-dark .contact-page,body.theme-dark .account-page,body.theme-dark .map-sidebar,body.theme-dark .map-list{background:radial-gradient(circle at 18% 12%,rgba(255,106,0,.24),transparent 36%),radial-gradient(circle at 86% 80%,rgba(255,209,102,.12),transparent 34%),linear-gradient(145deg,#160d08,#25130a 56%,#0f0906)}body.theme-dark .header,body.theme-dark .nav-tabs{background:#160d08e6;border-color:#ffca9229;box-shadow:0 14px 34px #00000052;backdrop-filter:blur(18px)}body.theme-dark .auth-box,body.theme-dark .spot-card,body.theme-dark .form-box,body.theme-dark .modal-box,body.theme-dark .spot-panel,body.theme-dark .contact-box,body.theme-dark .account-section,body.theme-dark .calendar-panel,body.theme-dark .privacy-card,body.theme-dark .today-spot-row,body.theme-dark .notifications-panel,body.theme-dark .map-container,body.theme-dark .calendar-date-card,body.theme-dark .calendar-day-link,body.theme-dark .calendar-activity,body.theme-dark .account-empty,body.theme-dark .timeline-item,body.theme-dark .account-spot-row,body.theme-dark .friend-row,body.theme-dark .private-thread,body.theme-dark .chat-spot-card,body.theme-dark .chat-spot-head,body.theme-dark .emoji-btn,body.theme-dark .notification-item,body.theme-dark .profile-info-card{background:linear-gradient(155deg,#27170ef5,#160d08f5);border-color:#ffca922b;box-shadow:0 18px 46px #00000061;color:var(--ink)}body.theme-dark .auth-box h1,body.theme-dark .accueil-header h1,body.theme-dark .contact-box h1,body.theme-dark .account-title,body.theme-dark .section-title,body.theme-dark .sidebar-title,body.theme-dark .form-box h3,body.theme-dark .account-section h3,body.theme-dark .modal-name,body.theme-dark .spot-name,body.theme-dark .spot-item strong,body.theme-dark .today-spot-row strong,body.theme-dark .calendar-activity strong,body.theme-dark .account-name{color:#fff8f0!important;-webkit-text-fill-color:#FFF8F0!important}body.theme-dark .auth-box>p,body.theme-dark .accueil-header p,body.theme-dark .contact-box>p,body.theme-dark .spot-meta,body.theme-dark .spot-desc,body.theme-dark .spot-detail p,body.theme-dark .calendar-activity em,body.theme-dark .chat-spot-head em,body.theme-dark .calendar-intro,body.theme-dark .profile-info-card p,body.theme-dark .profile-info-card span,body.theme-dark .account-email,body.theme-dark .account-rating{color:#d7b99e!important}body.theme-dark .spot-type,body.theme-dark .spot-votes,body.theme-dark .people-count,body.theme-dark .modal-votes-count,body.theme-dark .account-label,body.theme-dark .people-label,body.theme-dark .form-label,body.theme-dark .form-ok,body.theme-dark .spot-item-capacity,body.theme-dark .today-spot-row b{color:#ff8a1f!important}body.theme-dark .auth-tab,body.theme-dark .language-current,body.theme-dark .settings-link,body.theme-dark .logout-btn,body.theme-dark .notif-btn,body.theme-dark .theme-toggle,body.theme-dark .spot-btn:not(.active):not(:disabled),body.theme-dark .vote-btn:not(.active):not(:disabled){background:#ffffff0f;color:#fff8f0;border-color:#ffca922e}body.theme-dark .auth-tab.active,body.theme-dark .auth-btn,body.theme-dark .create-btn,body.theme-dark .home-action.primary,body.theme-dark .modal-btn,body.theme-dark .contact-btn,body.theme-dark .account-btn,body.theme-dark .spot-btn.active,body.theme-dark .vote-btn.active{background:linear-gradient(135deg,#ff6a00,#ff8a1f);color:#fff;border-color:transparent;box-shadow:0 14px 30px #ff6a0047}body.theme-dark input,body.theme-dark select,body.theme-dark textarea,body.theme-dark .explore-controls input,body.theme-dark .explore-controls select,body.theme-dark .chat-form input{background:#160d08c7;border-color:#ffca922e;color:#fff8f0}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:#d7b99eb8}body.theme-dark .spot-badge.fixed{background:linear-gradient(135deg,#ffd166,#ffb703);color:#2d1706;border-color:#ffd1665c}body.theme-dark .spot-badge.community{background:#ff6a002e;color:#ffd7b3;border-color:#ff6a005c}body.theme-dark .recurrence-badge,body.theme-dark .photo-action,body.theme-dark .interest-chip input:checked+span,body.theme-dark .category-chip{background:#ffd16629;color:#ffd166;border-color:#ffd16647}body.theme-dark .brand-logo{filter:drop-shadow(0 18px 34px rgba(255,106,0,.22))}body.theme-dark .leaflet-tile-pane{filter:saturate(.9) contrast(1.02) brightness(.94) sepia(.08)}body.theme-light,.theme-light{--ink: #211108;--muted: #735640;--paper: #FFF7ED;--surface: rgba(255, 255, 255, .96);--surface-soft: rgba(255, 236, 214, .94);--primary: #E85D04;--primary-dark: #9A3412;--accent: #FFB703;--accent-soft: #FFE8CC;--coral: #0F766E;--line: rgba(154, 52, 18, .14);--shadow: rgba(154, 52, 18, .13);background:linear-gradient(180deg,#fff9f1,#ffecd7);color:var(--ink);color-scheme:light}body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .map-sidebar,body.theme-light .map-list{background:radial-gradient(circle at 18% 12%,rgba(255,106,0,.18),transparent 36%),radial-gradient(circle at 84% 78%,rgba(255,183,3,.18),transparent 34%),linear-gradient(180deg,#fff9f1,#ffecd7)}body.theme-light .header,body.theme-light .nav-tabs{background:#fff9f1e6;border-color:#9a34121f;box-shadow:0 12px 30px #9a34121a;backdrop-filter:blur(18px)}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .notifications-panel,body.theme-light .map-container,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .emoji-btn,body.theme-light .notification-item,body.theme-light .profile-info-card{background:#fffffff0;border-color:#9a341224;box-shadow:0 18px 46px #9a34121c;color:#211108}body.theme-light .spot-card{background:linear-gradient(160deg,#fffffffa,#fff0ddf5)}body.theme-light .community-card{background:linear-gradient(160deg,#fffffffa,#ffe4ccf5);border-color:#e85d0447}body.theme-light .fixed-card{background:linear-gradient(160deg,#fffffffa,#fff7edf5);border-color:#ffb7036b}body.theme-light .auth-box h1,body.theme-light .accueil-header h1,body.theme-light .contact-box h1,body.theme-light .account-title,body.theme-light .section-title,body.theme-light .sidebar-title,body.theme-light .form-box h3,body.theme-light .account-section h3,body.theme-light .modal-name,body.theme-light .spot-name,body.theme-light .spot-item strong,body.theme-light .today-spot-row strong,body.theme-light .calendar-activity strong,body.theme-light .account-name{color:#211108!important;-webkit-text-fill-color:#211108!important;text-shadow:none}body.theme-light .auth-box>p,body.theme-light .accueil-header p,body.theme-light .contact-box>p,body.theme-light .spot-type,body.theme-light .modal-type,body.theme-light .spot-item-creator,body.theme-light .spot-meta,body.theme-light .spot-desc,body.theme-light .spot-detail p,body.theme-light .calendar-activity em,body.theme-light .chat-spot-head em,body.theme-light .calendar-intro,body.theme-light .profile-info-card p,body.theme-light .profile-info-card span,body.theme-light .account-email,body.theme-light .account-rating{color:#735640!important}body.theme-light .detail-label,body.theme-light .spot-votes,body.theme-light .people-count,body.theme-light .modal-votes-count,body.theme-light .account-label,body.theme-light .people-label,body.theme-light .form-label,body.theme-light .form-ok,body.theme-light .spot-item-capacity,body.theme-light .today-spot-row b{color:#e85d04!important}body.theme-light .auth-tab,body.theme-light .language-current,body.theme-light .settings-link,body.theme-light .logout-btn,body.theme-light .notif-btn,body.theme-light .theme-toggle,body.theme-light .spot-btn:not(.active):not(:disabled),body.theme-light .vote-btn:not(.active):not(:disabled){background:#ffffffb8;color:#211108;border-color:#9a341224}body.theme-light .auth-tab.active,body.theme-light .auth-btn,body.theme-light .create-btn,body.theme-light .home-action.primary,body.theme-light .modal-btn,body.theme-light .contact-btn,body.theme-light .account-btn,body.theme-light .spot-btn.active,body.theme-light .vote-btn.active{background:linear-gradient(135deg,#e85d04,#ff8a1f);color:#fff;border-color:transparent;box-shadow:0 14px 30px #e85d0438}body.theme-light input,body.theme-light select,body.theme-light textarea,body.theme-light .explore-controls input,body.theme-light .explore-controls select,body.theme-light .chat-form input{background:#ffffffe0;border-color:#9a341229;color:#211108}body.theme-light input::placeholder,body.theme-light textarea::placeholder{color:#735640b3}body.theme-light .spot-badge.fixed{background:linear-gradient(135deg,#ffd166,#ffb703);color:#2d1706;border-color:#9a34121f}body.theme-light .spot-badge.community{background:#ffe4cc;color:#8a3000;border-color:#e85d043d}body.theme-light .recurrence-badge,body.theme-light .photo-action,body.theme-light .interest-chip input:checked+span,body.theme-light .category-chip{background:#ffb70333;color:#9a3412;border-color:#9a341229}body.theme-light .chat-message p,body.theme-light .review-item,body.theme-light .rating-summary span{background:#ffecd6f0;color:#211108}body.theme-light .brand-logo{filter:drop-shadow(0 12px 26px rgba(232,93,4,.18))}.intro-steps{grid-template-columns:repeat(3,minmax(0,1fr))!important}.intro-step span{display:none!important}.intro-step{text-align:center;align-items:center;justify-content:center}.auth-secondary-link{margin-top:22px}body.theme-dark .fixed-card,body.theme-dark .spot-item.fixed-item,body.theme-dark .calendar-activity.fixed{background:linear-gradient(155deg,#30220dfa,#180e07fa)!important;border-color:#ffd1668a!important;box-shadow:0 18px 46px #ffb70314,0 18px 46px #00000057!important}body.theme-dark .community-card,body.theme-dark .spot-item.community-item,body.theme-dark .calendar-activity.community{background:linear-gradient(155deg,#391807fa,#1a0c07fa)!important;border-color:#ff6a0094!important;box-shadow:0 18px 46px #ff6a001f,0 18px 46px #00000057!important}body.theme-dark .spot-badge.fixed{background:linear-gradient(135deg,#ffd166,#ffb703)!important;color:#2d1706!important;border-color:#ffd1668a!important}body.theme-dark .spot-badge.community{background:linear-gradient(135deg,#ff6a00,#ff8a1f)!important;color:#fff!important;border-color:#ff6a0080!important}body.theme-dark .spot-meta,body.theme-dark .spot-desc,body.theme-dark .spot-type,body.theme-dark .spot-item-creator,body.theme-dark .spot-item-capacity,body.theme-dark .calendar-activity em,body.theme-dark .chat-spot-head em,body.theme-dark .today-spot-row em,body.theme-dark .calendar-day-link em{color:#ffbf86!important;-webkit-text-fill-color:#FFBF86!important;opacity:1!important}body.theme-light .fixed-card,body.theme-light .spot-item.fixed-item,body.theme-light .calendar-activity.fixed{background:linear-gradient(155deg,#fff,#fff3c4)!important;border-color:#ffb7038c!important}body.theme-light .community-card,body.theme-light .spot-item.community-item,body.theme-light .calendar-activity.community{background:linear-gradient(155deg,#fff,#ffe3c7)!important;border-color:#e85d046b!important}body.theme-light .spot-badge.fixed{background:linear-gradient(135deg,#ffd166,#ffb703)!important;color:#2d1706!important;border-color:#9a34121f!important}body.theme-light .spot-badge.community{background:linear-gradient(135deg,#e85d04,#ff8a1f)!important;color:#fff!important;border-color:#e85d0438!important}body.theme-light .spot-meta,body.theme-light .spot-desc,body.theme-light .spot-type,body.theme-light .spot-item-creator,body.theme-light .spot-item-capacity,body.theme-light .calendar-activity em,body.theme-light .chat-spot-head em,body.theme-light .today-spot-row em,body.theme-light .calendar-day-link em{color:#9a3412!important;-webkit-text-fill-color:#9A3412!important;opacity:1!important}body.theme-dark .category-chip,body.theme-dark .recurrence-badge,body.theme-dark .photo-action,body.theme-dark .interest-chip input:checked+span{background:#ff6a002e!important;color:#ffd7b3!important;border-color:#ff6a0057!important}body.theme-light .category-chip,body.theme-light .recurrence-badge,body.theme-light .photo-action,body.theme-light .interest-chip input:checked+span{background:#ffe3c7!important;color:#9a3412!important;border-color:#e85d0438!important}.legal-card{max-width:980px;margin:18px auto 0;padding:22px}.legal-section{padding:18px 0;border-bottom:1px solid var(--line)}.legal-section:last-child{border-bottom:0}.legal-section h3{margin:0 0 10px;color:var(--primary)!important;-webkit-text-fill-color:var(--primary)!important;font-size:15px;line-height:1.25}.legal-section p{margin:0;color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important;font-size:13px;font-weight:650;line-height:1.72;text-align:left}.legal-updated{color:var(--primary)!important;font-weight:900}@media(max-width:599px){.legal-card{padding:16px}.legal-section h3{font-size:14px}.legal-section p{font-size:12px;line-height:1.62}}.chat-list{display:grid;gap:10px}.chat-list-item{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px;border-radius:16px;border:1px solid var(--line);background:var(--card-2);color:var(--ink);text-align:left;cursor:pointer;position:relative}.chat-list-item.is-unread{border-color:#ff7a1ab8;background:linear-gradient(145deg,#ff7a1a38,#ff6a001a);box-shadow:0 12px 28px #ff6a0024}.chat-list-item.is-unread strong{color:var(--primary)}.chat-list-item.is-unread:after{content:"";width:9px;height:9px;border-radius:50%;background:#ff6a00;box-shadow:0 0 0 4px #ff6a0026;position:absolute;top:13px;inset-inline-end:13px}.chat-list-item.is-unread em{display:none}.chat-list-item strong,.chat-thread-title strong{color:var(--ink);font-size:15px;font-weight:950}.chat-list-item small,.chat-thread-title small{display:block;color:var(--muted);font-size:12px;font-weight:800;margin-top:3px}.chat-list-item em{color:var(--primary);font-style:normal;font-size:12px;font-weight:950}.chat-logo-avatar,.chat-emoji-avatar{width:44px;height:44px;min-width:44px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#ff6a0029,#ff8a1f1a);border:1px solid rgba(255,106,0,.28);box-shadow:0 10px 22px #ff6a001f}.chat-logo-avatar img{width:88%;height:88%;object-fit:contain;display:block}.chat-emoji-avatar{font-size:25px;line-height:1;font-weight:900}.chat-list-item .avatar-face,.chat-thread-header .avatar-face{width:44px;height:44px;min-width:44px}.chat-list-item .spot-emoji{font-size:25px;width:44px;height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#ff6a001f;border:1px solid rgba(255,106,0,.25)}.chat-thread-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.chat-back-btn{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:var(--card-2);color:var(--ink);cursor:pointer;font-weight:950;font-size:18px}@media(max-width:599px){.map-sidebar .form-box{overflow:hidden}.map-sidebar input,.map-sidebar select,.map-sidebar textarea{width:100%!important;min-width:0!important;max-width:100%!important}.map-sidebar .time-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;width:100%!important}.map-sidebar .time-row input[type=time]{height:40px!important;min-height:40px!important;padding:3px 6px!important;margin-bottom:0!important;font-size:16px!important;line-height:1!important;appearance:none;-webkit-appearance:none}.map-sidebar .emoji-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.content{overscroll-behavior-x:contain;touch-action:pan-y pinch-zoom}}body.theme-dark .map-page,body.theme-dark .map-main,body.theme-dark .chat-page{background:radial-gradient(circle at 18% 12%,rgba(255,106,0,.24),transparent 36%),radial-gradient(circle at 86% 80%,rgba(255,209,102,.12),transparent 34%),linear-gradient(145deg,#160d08,#25130a 56%,#0f0906)!important}body.theme-dark .map-sidebar,body.theme-dark .map-list,body.theme-dark .general-chat-box,body.theme-dark .private-chat-box,body.theme-dark .group-chat,body.theme-dark .chat-spot-card,body.theme-dark .private-thread,body.theme-dark .chat-spot-head,body.theme-dark .chat-messages,body.theme-dark .account-section:has(.chat-messages){background:linear-gradient(155deg,#27170ef5,#160d08f5)!important;border-color:#ffca922b!important;color:#fff8f0!important}body.theme-dark .map-container{background:linear-gradient(155deg,#27170efa,#160d08fa)!important;border-color:#ff6a008a!important;box-shadow:0 18px 46px #ff6a001f,0 18px 46px #00000057!important}body.theme-dark .chat-message p,body.theme-dark .review-item,body.theme-dark .rating-summary span{background:#ff6a001f!important;color:#fff8f0!important;border:1px solid rgba(255,202,146,.12)}body.theme-dark .chat-message.mine p{background:#ffd16629!important;border-color:#ffd1662e!important}body.theme-dark .chat-message strong,body.theme-dark .chat-spot-head strong,body.theme-dark .private-thread-head strong,body.theme-dark .general-chat-box h3,body.theme-dark .private-chat-box h3,body.theme-dark .group-chat h3{color:#fff8f0!important;-webkit-text-fill-color:#FFF8F0!important}body.theme-dark .chat-message span,body.theme-dark .chat-spot-head em,body.theme-dark .empty-mini{color:#ffbf86!important;-webkit-text-fill-color:#FFBF86!important}body.theme-light .map-page,body.theme-light .map-main,body.theme-light .chat-page{background:radial-gradient(circle at 18% 12%,rgba(255,106,0,.18),transparent 36%),radial-gradient(circle at 84% 78%,rgba(255,183,3,.18),transparent 34%),linear-gradient(180deg,#fff9f1,#ffecd7)!important}body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .general-chat-box,body.theme-light .private-chat-box,body.theme-light .group-chat,body.theme-light .chat-spot-card,body.theme-light .private-thread,body.theme-light .chat-spot-head,body.theme-light .chat-messages,body.theme-light .account-section:has(.chat-messages){background:#fffffff0!important;border-color:#9a341224!important;color:#211108!important;box-shadow:0 18px 46px #9a34121c!important}body.theme-light .map-container{background:linear-gradient(160deg,#fff,#ffecd7)!important;border-color:#e85d046b!important;box-shadow:0 18px 46px #9a341221!important}body.theme-light .chat-message p,body.theme-light .review-item,body.theme-light .rating-summary span{background:#ffecd6f0!important;color:#211108!important;border:1px solid rgba(154,52,18,.12)}body.theme-light .chat-message.mine p{background:#ffd8b2fa!important;border-color:#e85d042e!important}body.theme-light .chat-message strong,body.theme-light .chat-spot-head strong,body.theme-light .private-thread-head strong,body.theme-light .general-chat-box h3,body.theme-light .private-chat-box h3,body.theme-light .group-chat h3{color:#211108!important;-webkit-text-fill-color:#211108!important}body.theme-light .chat-message span,body.theme-light .chat-spot-head em,body.theme-light .empty-mini{color:#9a3412!important;-webkit-text-fill-color:#9A3412!important}body.theme-dark .language-switcher,body.theme-light .language-switcher{position:relative;z-index:80}body.theme-dark .language-current,body.theme-dark .language-switcher button{background:#ff6a0029!important;color:#fff8f0!important;border:1px solid rgba(255,202,146,.26)!important;box-shadow:0 10px 24px #ff6a001f!important}body.theme-dark .language-menu{background:linear-gradient(155deg,#27170efa,#160d08fa)!important;border:1px solid rgba(255,202,146,.22)!important;box-shadow:0 18px 42px #00000057!important}body.theme-dark .language-menu button{background:transparent!important;color:#ffbf86!important;border:0!important;box-shadow:none!important}body.theme-dark .language-menu button.active,body.theme-dark .language-switcher button.active{background:linear-gradient(135deg,#ff6a00,#ff8a1f)!important;color:#fff!important;border-color:transparent!important}body.theme-light .language-current,body.theme-light .language-switcher button{background:#ffffffd1!important;color:#9a3412!important;border:1px solid rgba(232,93,4,.22)!important;box-shadow:0 10px 24px #9a34121a!important}body.theme-light .language-menu{background:#fff9f1fa!important;border:1px solid rgba(232,93,4,.18)!important;box-shadow:0 18px 42px #9a341229!important}body.theme-light .language-menu button{background:transparent!important;color:#9a3412!important;border:0!important;box-shadow:none!important}body.theme-light .language-menu button.active,body.theme-light .language-switcher button.active{background:linear-gradient(135deg,#e85d04,#ff8a1f)!important;color:#fff!important;border-color:transparent!important}.report-modal{max-width:560px;border-color:#ff6a00c7!important}.report-modal h2{margin:0 34px 10px 0;color:var(--ink)!important;-webkit-text-fill-color:var(--ink)!important;font-size:23px;line-height:1.1}.report-intro{margin:0 0 16px;color:var(--muted)!important;-webkit-text-fill-color:var(--muted)!important;font-weight:700;line-height:1.45}.report-target{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;margin-bottom:16px;border-radius:14px;background:#ff6a001f;border:1px solid rgba(255,106,0,.24);color:var(--ink);font-weight:900}.report-target span{color:var(--primary);-webkit-text-fill-color:var(--primary);text-align:right}.report-label{display:block;margin:0 0 10px;color:var(--ink);font-weight:950;letter-spacing:0}.report-reasons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.report-reason{position:relative;cursor:pointer}.report-reason input{position:absolute;opacity:0;pointer-events:none}.report-reason span{display:flex;min-height:48px;align-items:center;justify-content:center;padding:11px 12px;border-radius:14px;border:1px solid var(--line);background:var(--card-2);color:var(--ink);font-size:13px;font-weight:900;text-align:center;line-height:1.2;transition:transform .18s ease,border-color .18s ease,background .18s ease}.report-reason input:checked+span{transform:translateY(-1px);background:linear-gradient(135deg,#ff6a00,#ff8a1f);border-color:transparent;color:#fff;-webkit-text-fill-color:#FFFFFF;box-shadow:0 12px 28px #ff6a0040}.report-other{width:100%;min-height:92px;resize:vertical;padding:13px 14px;border-radius:14px;border:1px solid var(--line);background:var(--card-2);color:var(--ink);font:inherit;font-weight:700;outline:none}.report-other:focus{border-color:var(--primary);box-shadow:0 0 0 4px #ff6a0026}.report-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px;margin-top:14px}.report-cancel,.report-submit{border:0;border-radius:14px;padding:13px 14px;cursor:pointer;font-weight:950;font-size:14px}.report-cancel{background:var(--card-2);color:var(--ink);border:1px solid var(--line)}.report-submit{background:linear-gradient(135deg,#ff6a00,#ff8a1f);color:#fff;box-shadow:0 12px 26px #ff6a003d}body.theme-dark .report-modal{background:linear-gradient(155deg,#27170efa,#160d08fa)!important}body.theme-light .report-modal{background:linear-gradient(155deg,#fff,#fff3e6)!important}@media(max-width:599px){.report-modal{max-width:100%;padding:20px}.report-modal h2{font-size:20px}.report-reasons,.report-actions{grid-template-columns:1fr}}.chat-messages{gap:10px;padding:8px 6px 10px;scroll-behavior:smooth}.chat-message{display:flex;align-items:flex-end;gap:8px;animation:chatBubbleIn .14s cubic-bezier(.16,1,.3,1)}.chat-message.mine{flex-direction:row-reverse;justify-content:flex-start}.chat-message.system{justify-content:center}.chat-message.system .chat-logo-avatar{display:none}.chat-message p{max-width:min(72%,560px);padding:10px 12px;border-radius:17px 17px 17px 5px;box-shadow:0 10px 26px #0000001a;overflow-wrap:anywhere}.chat-message.mine p{border-radius:17px 17px 5px}.chat-message.system p{max-width:86%;border-radius:999px;text-align:center;opacity:.82}.chat-message strong{margin-bottom:2px;font-size:10px;opacity:.82}.chat-message>.avatar-open{width:32px;height:32px;min-width:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:10px;background:transparent;overflow:visible}.chat-message>.avatar-open .avatar-chat{width:32px;height:32px;min-width:32px;display:inline-flex}.chat-message.mine>.avatar-open{display:none}.mention-link{display:inline;padding:0;border:0;background:transparent;color:#ffd08a;font:inherit;font-weight:950;text-decoration:none;cursor:pointer}.mention-link:hover,.mention-link:focus-visible{text-decoration:underline;outline:none}.mention-preview{position:fixed;z-index:4000;display:none;pointer-events:none;width:240px;max-width:calc(100vw - 24px);padding:12px;border-radius:14px;background:#fff;color:#1c1e21;border:1px solid rgba(255,106,0,.2);box-shadow:0 18px 40px #06111f2e;opacity:0;transform:translateY(4px);transition:opacity .12s ease,transform .12s ease}.mention-preview.visible{opacity:1;transform:none}.mention-preview-head{display:flex;align-items:center;gap:10px}.mention-preview-avatar{width:42px;height:42px;flex-shrink:0}.mention-preview-id{min-width:0}.mention-preview-id strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mention-preview-id span{font-size:12px;color:#e8590c;font-weight:700}.mention-preview-hood{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:12px;color:#6b7280}.mention-preview-pin{width:13px;height:13px;flex-shrink:0}.mention-preview-bio{margin:8px 0 0;font-size:12.5px;line-height:1.4;color:#4b5563}body.theme-light .chat-message.mine .mention-link,body.theme-mjam3in .chat-message.mine .mention-link{color:#5a1f08}body.theme-dark .chat-message:not(.mine):not(.system) p{background:linear-gradient(145deg,#78320cf2,#54220af2)!important;border-color:#ffaa5c38!important}body.theme-dark .chat-message.mine p{background:linear-gradient(145deg,#ff7a1a,#ff9d42)!important;color:#1c0d05!important;border-color:#ffd39c75!important}body.theme-dark .chat-message.mine strong,body.theme-dark .chat-message.mine span{color:#1c0d05!important;-webkit-text-fill-color:#1C0D05!important}body.theme-light{--ink: #241004;--muted: #7B4A25;--paper: #F1EFE9;--surface: #FFFFFF;--surface-soft: #F0EDE6;--primary: #E85D04;--primary-dark: #9A3412;--accent: #FFB703;--accent-soft: rgba(255, 183, 3, .2);--line: rgba(17, 17, 17, .1);background:#f1efe9!important}body.theme-light .header,body.theme-light .nav-tabs,body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .map-main,body.theme-light .chat-page{background:#faf8f4!important;border-color:#11111114!important}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .notifications-panel,body.theme-light .map-container,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .emoji-btn,body.theme-light .notification-item,body.theme-light .profile-info-card{background:#fff!important;border-color:#11111114!important;box-shadow:0 8px 24px #1111110f!important}body.theme-light .chat-message:not(.mine):not(.system) p{background:#f1efe9!important;color:#16110d!important;border-color:#1111111a!important}body.theme-light .chat-message.mine p{background:#ff6a00!important;color:#fff!important;border-color:#ff6a004d!important}body.theme-light .chat-message:not(.mine):not(.system) strong,body.theme-light .chat-message:not(.mine):not(.system) span{color:#16110d!important;-webkit-text-fill-color:#16110d!important}body.theme-light .chat-message.mine strong,body.theme-light .chat-message.mine span{color:#fff!important;-webkit-text-fill-color:#FFFFFF!important}body.theme-light .home-now-banner{background:#fff!important;border-color:#ff6a0052!important;box-shadow:0 8px 24px #1111110f!important}body.theme-light .auth-screen .checkbox-wrapper label{color:#e85d04!important;-webkit-text-fill-color:#E85D04!important;font-weight:950}body.theme-light .auth-screen .checkbox-wrapper input{accent-color:#E85D04}.member-row.has-actions{grid-template-columns:1fr auto}.member-profile-btn{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;min-width:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.member-kick-btn{min-height:34px;padding:7px 9px;border-radius:8px;font-weight:950}.limit-hint{margin:-8px 0 10px 2px;color:#ff8a1f;font-size:11px;font-weight:950;letter-spacing:0}.instant-spot-btn{min-height:42px;border:1px solid rgba(255,138,31,.34);border-radius:14px;background:linear-gradient(135deg,#ff6a0033,#ffb7031f);color:var(--primary);font-weight:950;cursor:pointer}.quick-activity-form{display:grid;gap:12px}.quick-form-head{display:grid;gap:4px}.quick-form-head h3{margin-bottom:0;font-size:16px}.quick-form-head p{margin:0;color:var(--muted);font-size:12px;font-weight:800;line-height:1.35}.quick-activity-form input,.quick-activity-form select,.quick-activity-form textarea{margin-bottom:0;font-size:16px}.quick-main-input{min-height:50px;font-weight:950}.quick-emoji-grid{grid-template-columns:repeat(9,minmax(34px,1fr));gap:7px;margin-bottom:0}.quick-emoji-grid .emoji-btn{min-height:44px;padding:6px;border-radius:14px;font-size:20px}.quick-when-box{display:grid;gap:9px;padding:10px;border:1px solid rgba(255,138,31,.2);border-radius:16px;background:#ff8a1f0f}.quick-when-head{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.quick-when-head strong{color:var(--ink);font-weight:950}.quick-when-head .instant-spot-btn{min-height:36px;padding:0 12px;white-space:nowrap}.spot-optional-details input,.spot-wizard{gap:14px}.spot-stepper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.spot-step{min-height:56px;border:1px solid rgba(255,138,31,.2);border-radius:14px;background:#ff8a1f0f;color:var(--muted);cursor:pointer;display:grid;place-items:center;gap:2px;padding:7px 4px;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.spot-step b{width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#ff8a1f24;color:var(--primary);font-size:12px;font-weight:950}.spot-step span{font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:0}.spot-step.active,.spot-step.done{border-color:#ff8a1f8f;background:linear-gradient(135deg,#ff6a0042,#ffb70324);color:var(--ink);box-shadow:0 10px 24px #ff6a001f}.spot-step:active{transform:scale(.98)}.spot-wizard>input,.spot-wizard>select,.spot-wizard>textarea,.quick-when-box,.spot-address-row,.spot-wizard-actions{animation:wizardStepIn .15s cubic-bezier(.16,1,.3,1)}.spot-wizard input:focus,.spot-wizard select:focus,.spot-wizard textarea:focus{transform:translateY(-1px);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}@keyframes wizardStepIn{0%{opacity:.92;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.spot-wizard-actions{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:9px;align-items:center}.spot-wizard-actions.single{grid-template-columns:1fr}.spot-address-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:stretch}.spot-address-row input{min-width:0}.spot-address-row .secondary-btn{min-height:50px;padding-inline:12px;white-space:nowrap}.auth-screen .auth-form{max-width:100%;overflow:hidden}.auth-screen .auth-form .birthdate-fields{contain:layout}@media(max-width:599px){.map-page.active,.map-sidebar,.map-main,.map-list,.map-sidebar .form-box{max-width:100vw!important;box-sizing:border-box!important;overflow-x:hidden!important}.map-sidebar{padding:12px 10px calc(14px + env(safe-area-inset-bottom))!important}.map-sidebar .form-box{margin:0 auto!important;border-radius:18px!important}.emoji-grid{touch-action:manipulation}.emoji-btn{min-width:0!important;min-height:54px!important;touch-action:manipulation;user-select:none}.quick-emoji-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.quick-emoji-grid .emoji-btn{min-height:48px!important}.quick-when-head{grid-template-columns:1fr}.quick-when-head .instant-spot-btn{width:100%}.spot-stepper{gap:5px}.spot-step{min-height:50px;border-radius:12px;padding:6px 2px}.spot-step span{font-size:9px}.spot-address-row,.spot-wizard-actions{grid-template-columns:1fr}.spot-address-row .secondary-btn{width:100%}.spot-panel{inset:50% auto auto 50%!important;transform:translate(-50%,-50%)!important;width:min(94vw,420px)!important;max-width:min(94vw,420px)!important;max-height:min(86svh,760px)!important;padding:18px!important;z-index:7000!important;border-radius:22px!important}.chat-message p{max-width:76%}.birthdate-fields{grid-template-columns:.72fr .72fr 1fr;gap:7px}.birthdate-fields input{height:44px;min-height:44px;padding:6px 7px;font-size:14px;border-radius:12px}}@keyframes chatBubbleIn{0%{opacity:0;transform:translateY(4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-screen .auth-form .birthdate-fields{display:grid!important;grid-template-columns:minmax(0,.72fr) minmax(0,.72fr) minmax(0,1fr)!important;gap:8px!important;width:100%!important;max-width:100%!important;overflow:visible!important}.auth-screen .auth-form .birthdate-fields input{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;height:46px!important;min-height:46px!important;padding:7px 8px!important;margin:0!important;border-radius:13px!important;font-size:16px!important;line-height:1.1!important;text-align:center!important}body.theme-light .auth-screen .checkbox-wrapper{color:#e85d04!important;background:#ff8a1f14!important;border:1px solid rgba(232,93,4,.2)!important;border-radius:14px!important;padding:10px 12px!important}body.theme-light .auth-screen .checkbox-wrapper label{color:#e85d04!important;-webkit-text-fill-color:#E85D04!important}.social-auth{display:grid;gap:9px;margin:12px 0 4px}.social-auth span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.social-auth button{min-height:44px;border-radius:14px;border:1px solid rgba(255,138,31,.24);background:linear-gradient(135deg,#ff8a1f29,#ffb7031a);color:var(--ink);font-weight:950;cursor:pointer}.account-memory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:10px}.account-memory-card{display:grid;gap:6px;border:1px solid var(--line);border-radius:14px;background:#ff8a1f14;padding:8px;color:var(--ink);font-weight:900;text-align:left;cursor:pointer}.account-memory-card img{width:100%;aspect-ratio:1;border-radius:10px;object-fit:cover}.account-created,.points-note{color:var(--primary)!important;font-size:12px;font-weight:900}@media(max-width:599px){.auth-screen .auth-form .birthdate-fields{grid-template-columns:minmax(0,.68fr) minmax(0,.68fr) minmax(0,1fr)!important;gap:6px!important}.auth-screen .auth-form .birthdate-fields input{height:43px!important;min-height:43px!important;padding:6px 5px!important;border-radius:12px!important;font-size:16px!important}}.near-me-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:10px;border:1px solid rgba(255,138,31,.22);border-radius:18px;background:linear-gradient(135deg,#ff8a1f2e,#ffb70314),var(--card-2);box-shadow:0 12px 28px #0000001f}.near-me-card.is-ready{border-color:#ff8a1f85;box-shadow:0 14px 30px #e85d042e}.near-me-main{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.near-me-main:disabled{cursor:progress;opacity:.76}.near-me-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#1c1008;font-size:22px;font-weight:950}.near-me-main strong{display:block;color:var(--ink);font-size:14px;font-weight:950}.near-me-main small{display:block;margin-top:3px;color:var(--muted);font-size:11px;font-weight:850;line-height:1.25}.near-me-clear{min-height:38px;padding:0 12px;border:1px solid rgba(255,138,31,.28);border-radius:13px;background:#ff8a1f1a;color:var(--primary);font-weight:950;cursor:pointer}.spot-distance{width:fit-content;margin-top:8px;padding:6px 10px;border-radius:999px;background:#ff8a1f24;color:var(--primary);font-size:12px;font-weight:950}.custom-group-create{position:relative;overflow:hidden;border-color:#ff8a1f42!important;background:radial-gradient(circle at 16% 0%,rgba(255,138,31,.18),transparent 34%),var(--card)!important}.custom-group-create:not(.is-open){cursor:pointer}.custom-group-create:not(.is-open):active{transform:translateY(1px) scale(.995)}.custom-group-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.custom-group-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#1b1009;font-size:24px;font-weight:950;box-shadow:0 12px 24px #e85d042e}.custom-group-head strong,.points-history-head h3{display:block;margin:0;color:var(--ink);font-size:16px;font-weight:950}.custom-group-head small{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:850}.group-toggle-btn{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,138,31,.28);border-radius:14px;background:#ff8a1f1f;color:var(--primary);font-size:22px;font-weight:950;cursor:pointer}.custom-group-actions{display:flex;justify-content:flex-end;gap:10px;margin:8px 0 12px}.custom-group-actions .danger-lite{min-height:40px;padding:0 14px;border:1px solid rgba(255,122,26,.35);border-radius:14px;background:#ff7a1a1f;color:var(--primary);font-weight:950;cursor:pointer}.custom-group-actions .danger-lite:active{transform:translateY(1px) scale(.98)}.group-create-form{display:grid;gap:10px;margin-top:14px;animation:panelPop .16s ease both}.group-create-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.group-create-form input,.group-create-form textarea,.group-discovery input,.group-discovery select{width:100%;box-sizing:border-box;min-height:44px;border:1px solid rgba(255,138,31,.22);border-radius:14px;background:#ff8a1f0f;color:var(--ink);font:inherit;font-size:16px;font-weight:850}.group-create-form input,.group-discovery input,.group-discovery select{padding:0 13px}.group-create-form textarea{min-height:86px;padding:12px 13px;resize:vertical}.group-create-form input::placeholder,.group-create-form textarea::placeholder,.group-discovery input::placeholder{color:var(--muted)}.group-discovery{display:grid;grid-template-columns:1.4fr .8fr;gap:9px;margin:8px 0 12px}.points-history{display:grid;gap:12px}.points-history-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.points-history-head span{color:var(--primary);font-weight:950}.level-progress{display:grid;gap:6px}.level-progress>div{height:10px;overflow:hidden;border-radius:999px;background:#ff8a1f1f}.level-progress>div span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f35b04,#ffb703)}.level-progress small{color:var(--muted);font-size:12px;font-weight:850}.points-ledger{display:grid;gap:8px}.points-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border:1px solid rgba(255,138,31,.16);border-radius:13px;background:#ff8a1f12}.points-row span{color:var(--ink);font-weight:850}.points-row strong{color:var(--primary);font-weight:950}body.theme-light .near-me-card,body.theme-light .custom-group-create{background:radial-gradient(circle at 16% 0%,rgba(255,122,26,.2),transparent 34%),#fff3df!important;border-color:#e85d0442!important}body.theme-light .group-create-form input,body.theme-light .group-create-form textarea,body.theme-light .group-discovery input,body.theme-light .group-discovery select{background:#ffffff94;color:#251306}.chat-form{align-items:end}.chat-form textarea.chat-textarea{width:100%;min-height:44px;max-height:136px;padding:11px 12px;border:1px solid rgba(255,138,31,.24);border-radius:16px;background:#ff8a1f14;color:var(--ink);font:inherit;font-size:16px;line-height:1.35;resize:none;overflow-y:auto;white-space:pre-wrap;overflow-wrap:anywhere;box-sizing:border-box}.chat-form textarea.chat-textarea:focus{outline:none;border-color:#ff7a1ab8;box-shadow:0 0 0 4px #ff7a1a24}.chat-form textarea.chat-textarea::placeholder{color:var(--muted)}.chat-message span{white-space:pre-wrap;overflow-wrap:anywhere}body.theme-dark .chat-form textarea.chat-textarea{background:#ff8a1f14;border-color:#ff8a1f38}body.theme-light .chat-form textarea.chat-textarea{background:#fff7edd1;border-color:#e85d0438;color:#241004}@media(max-width:599px){.near-me-card{grid-template-columns:1fr}.near-me-clear{width:100%}.group-create-fields,.group-discovery{grid-template-columns:1fr}.chat-form{grid-template-columns:minmax(0,1fr) auto;gap:7px}.chat-form textarea.chat-textarea{min-width:0;min-height:46px}}body.theme-light{--ink: #271306;--muted: #7a4b2a;--paper: #fff0dc;--surface: rgba(255, 237, 213, .96);--surface-soft: rgba(255, 218, 181, .94);--primary: #ea580c;--primary-dark: #9a3412;--accent: #f59e0b;--accent-soft: rgba(245, 158, 11, .2);--line: rgba(154, 52, 18, .22);background:radial-gradient(circle at 12% 0%,rgba(249,115,22,.22),transparent 36%),linear-gradient(180deg,#fff0dc,#ffd4a3)!important}body.theme-light .app-screen,body.theme-light .header,body.theme-light .nav-tabs,body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .map-main,body.theme-light .chat-page,body.theme-light .calendar-page{background:radial-gradient(circle at 12% 0%,rgba(249,115,22,.16),transparent 34%),linear-gradient(180deg,#fff0dc,#ffd5a8)!important;border-color:#9a34122e!important}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .notifications-panel,body.theme-light .map-container,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .emoji-btn,body.theme-light .notification-item,body.theme-light .profile-info-card,body.theme-light .near-me-card,body.theme-light .custom-group-create{background:linear-gradient(155deg,#fff7edf0,#ffe0beeb)!important;border-color:#9a341238!important;box-shadow:0 18px 44px #9a34121f!important}body.theme-light input,body.theme-light select,body.theme-light textarea,body.theme-light .group-create-form input,body.theme-light .group-create-form textarea,body.theme-light .group-discovery input,body.theme-light .group-discovery select{background:#fff7ede0!important;border-color:#9a341238!important;color:#271306!important}body.theme-light .spot-badge.fixed{background:linear-gradient(135deg,#ffb703,#f97316)!important;color:#241004!important}body.theme-light .spot-badge.community{background:linear-gradient(135deg,#7c2d12,#c2410c)!important;color:#fff7ed!important}body.theme-light .nav-tab.active,body.theme-light .home-action.primary,body.theme-light .auth-btn,body.theme-light .create-btn,body.theme-light .account-btn,body.theme-light .contact-btn{background:linear-gradient(135deg,#f97316,#ffb703)!important;color:#241004!important}body.theme-light .language-current,body.theme-light .language-switcher button,body.theme-light .logout-btn,body.theme-light .notif-btn,body.theme-light .theme-toggle,body.theme-light .settings-link{background:#fff7edb3!important;border-color:#9a34123d!important;color:#7c2d12!important}@media(min-width:900px){.map-page{grid-template-columns:minmax(320px,.78fr) minmax(480px,1.45fr) minmax(300px,.88fr);align-items:start}.map-sidebar,.map-main{position:sticky;top:12px;align-self:start}}.map-page.active,.spot-wizard,.spot-wizard *,.quick-emoji-grid,.spot-stepper,.spot-address-row{box-sizing:border-box}.spot-wizard,.spot-stepper,.quick-emoji-grid{width:100%;max-width:100%;overflow:hidden}.spot-step{min-width:0}.spot-step span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spot-wizard input,.spot-wizard select,.spot-wizard textarea,.spot-address-row input,.group-create-form input,.group-create-form textarea{max-width:100%}@media(min-width:900px){.map-page.active{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(260px,.82fr) minmax(300px,.78fr);grid-template-areas:"map list create";gap:14px;align-items:start;padding:14px}.map-main{grid-area:map;width:auto!important;min-width:0;order:initial}.map-list{grid-area:list;width:auto!important;min-width:0;height:auto!important;max-height:calc(100svh - 178px);overflow-y:auto;order:initial;border-left:0;border-radius:22px}.map-sidebar{grid-area:create;width:auto!important;min-width:0;height:auto!important;max-height:calc(100svh - 178px);overflow-y:auto;order:initial;border-right:0;border-radius:22px}.map-sidebar,.map-main{position:sticky;top:14px;align-self:start}.map-sidebar .spot-wizard{max-width:100%;margin-inline:0}}@media(max-width:599px){.map-page.active{display:block!important;width:100vw;max-width:100vw;overflow-x:hidden}.map-sidebar{width:100vw!important;max-width:100vw!important;padding:12px max(10px,env(safe-area-inset-left)) 18px max(10px,env(safe-area-inset-right))!important;overflow-x:hidden!important}.map-sidebar .form-box,.spot-wizard{width:100%!important;max-width:100%!important;margin:0!important;padding:14px!important}.spot-stepper{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.spot-step{min-height:48px;padding:6px 3px}.spot-step b{width:22px;height:22px}.spot-step span{font-size:8.5px;line-height:1}.quick-emoji-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px}.quick-emoji-grid .emoji-btn{min-height:48px!important;padding:4px!important;font-size:20px!important}.quick-main-input{min-height:48px}.spot-wizard-actions,.spot-address-row,.time-row{grid-template-columns:1fr!important}.quick-when-box input[type=date],.quick-when-box input[type=time],.quick-when-box input[type=number],.quick-when-box select{height:43px!important;min-height:43px!important;font-size:16px!important}}body.theme-light .nav-tab.active{background:#ea580c1f!important;color:#9a3412!important;border-color:#ea580c4d!important;box-shadow:inset 0 -3px #ea580c99!important}body.theme-light .home-action.primary,body.theme-light .auth-btn,body.theme-light .create-btn,body.theme-light .account-btn,body.theme-light .contact-btn{background:linear-gradient(135deg,#f97316,#ffb703)!important;color:#241004!important}body.theme-light .calendar-page,body.theme-light .map-container,body.theme-light .chat-page{background:radial-gradient(circle at 18% 0%,rgba(249,115,22,.13),transparent 34%),linear-gradient(180deg,#fff0dc,#ffd7ae)!important}.emoji-btn.selected,.quick-emoji-grid .emoji-btn.selected,body.theme-light .emoji-btn.selected,body.theme-dark .emoji-btn.selected{position:relative;background:radial-gradient(circle at 50% 18%,rgba(255,183,3,.34),transparent 46%),linear-gradient(145deg,#f97316fa,#c2410cf0)!important;border-color:#ffd166eb!important;color:#fff8ee!important;box-shadow:inset 0 0 0 1px #fff8ee38,0 14px 28px #c2410c3d!important;transform:translateY(-1px) scale(1.02)}.quick-emoji-grid .emoji-btn.selected:after{content:"";position:absolute;inset:6px;border-radius:inherit;border:1px solid rgba(255,248,238,.18);pointer-events:none}body.theme-light,.theme-light{--ink: #2a1207;--muted: #775139;--paper: #fff2e4;--surface: rgba(255, 238, 219, .96);--surface-soft: rgba(255, 223, 192, .92);--primary: #ea580c;--primary-dark: #9a3412;--accent: #f59e0b;--accent-soft: rgba(245, 158, 11, .18);--line: rgba(154, 52, 18, .18);background:radial-gradient(circle at 14% 0%,rgba(249,115,22,.16),transparent 34%),linear-gradient(180deg,#fff3e6,#ffdaba)!important}body.theme-light .header,body.theme-light .nav-tabs,body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .calendar-page,body.theme-light .map-page,body.theme-light .map-main,body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .chat-page{background:radial-gradient(circle at 16% 0%,rgba(249,115,22,.11),transparent 34%),linear-gradient(180deg,#fff3e6f5,#ffdabaeb)!important;border-color:#9a34122e!important}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .notifications-panel,body.theme-light .map-container,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .notification-item,body.theme-light .profile-info-card,body.theme-light .near-me-card,body.theme-light .custom-group-create{background:linear-gradient(155deg,#fff6ebf7,#ffe0c2ed)!important;border-color:#9a341233!important;box-shadow:0 18px 44px #9a34121f!important;color:#2a1207!important}body.theme-light .emoji-btn:not(.selected){background:linear-gradient(155deg,#fff6ebf5,#ffe3c8eb)!important}body.theme-light .nav-tab.active{background:#ea580c1a!important;color:#9a3412!important;border-color:#ea580c3d!important;box-shadow:inset 0 -3px #ea580c7a!important}@media(min-width:900px){.map-page.active{grid-template-columns:minmax(280px,.78fr) minmax(520px,1.42fr) minmax(300px,.82fr)!important;grid-template-areas:"list map create"!important}.map-main{grid-area:map!important}.map-list{grid-area:list!important}.map-sidebar{grid-area:create!important}.map-main .map-container{margin-inline:auto!important}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(max-width:899px){input,textarea,select{font-size:16px!important}.content{overscroll-behavior-x:contain;scroll-behavior:smooth}}.content.page-pressing{--drag-progress: 0;overflow:hidden}.content.page-pressing:before,.content.page-pressing:after{content:"";position:fixed;top:calc(102px + env(safe-area-inset-top));bottom:env(safe-area-inset-bottom);width:min(24vw,112px);pointer-events:none;opacity:calc(var(--drag-progress, 0) * .88);transform:translateZ(0);z-index:5}.content.page-pressing:before{left:0;background:linear-gradient(90deg,rgba(249,115,22,.24),transparent)}.content.page-pressing:after{right:0;background:linear-gradient(270deg,rgba(249,115,22,.24),transparent)}.content.page-pressing .page.active{transform:translate3d(var(--drag-x, 0),0,0) scale(calc(1 - (var(--drag-progress, 0) * .012)))!important;filter:saturate(calc(1 + (var(--drag-progress, 0) * .08)));transition:none!important;will-change:transform}.accueil-page .spots-container{gap:10px!important}.accueil-page .spot-card{min-height:0!important;padding:11px 12px!important;border-radius:16px!important}.accueil-page .spot-emoji{margin-bottom:4px!important;font-size:27px!important;line-height:1!important;animation:none!important}.accueil-page .spot-name{margin-bottom:4px!important;font-size:clamp(13px,2.8vw,16px)!important;line-height:1.16!important}.accueil-page .spot-meta,.accueil-page .spot-desc,.accueil-page .spot-type,.accueil-page .member-strip{display:none!important}.accueil-page .spot-footer{margin-top:7px!important;gap:7px!important}.accueil-page .spot-votes,.accueil-page .spot-places{font-size:11px!important;line-height:1.2!important}.map-list .spot-item{min-height:0!important;padding:10px 11px!important;border-radius:15px!important}.map-list .spot-item strong{font-size:14px!important;line-height:1.18!important}.map-list .spot-item-creator{display:none!important}.map-list .spot-item-capacity{font-size:11px!important;line-height:1.25!important}.call-overlay{z-index:9100!important;place-items:center!important;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom))!important;pointer-events:auto!important;background:radial-gradient(circle at 50% 18%,rgba(249,115,22,.28),transparent 34%),#120803bd!important;backdrop-filter:blur(18px)}.call-card.call-card-live{position:relative;width:min(96vw,860px)!important;max-height:min(88svh,760px);overflow:auto;grid-template-rows:auto auto auto minmax(220px,auto) auto;padding:18px!important;border-radius:28px!important;background:linear-gradient(155deg,#2a1207fa,#5c2508f5)!important;border-color:#f9731685!important}.call-audio-stage{width:100%;min-height:min(46svh,380px);display:grid;place-items:center;gap:12px;padding:clamp(24px,5vw,48px) 16px;border-radius:22px;background:radial-gradient(circle at 50% 16%,rgba(255,183,3,.22),transparent 34%),linear-gradient(155deg,#1b0b03fa,#551f07eb);box-shadow:inset 0 0 0 1px #ffb70329;text-align:center}.call-audio-avatar{width:86px;height:86px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff7a1a,#ffb703);color:#241004;font-size:42px;box-shadow:0 20px 56px #f973164d}.call-audio-stage strong{color:#fff7ed;font-size:clamp(20px,3vw,30px);font-weight:950}.call-audio-stage small{max-width:420px;color:#fff7edad;font-size:13px;font-weight:850;line-height:1.45}.call-participant-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.call-participant-list span{padding:7px 10px;border-radius:999px;background:#fff7ed1a;color:#fff7ed;font-size:12px;font-weight:900}.call-close-btn{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,247,237,.16);background:#fff7ed14;color:#fff7ed;font-size:24px;font-weight:900}.push-section p{margin:0 0 12px;color:#fff7edb3;font-size:13px;font-weight:750;line-height:1.45}.push-section .account-btn:disabled{opacity:.72;cursor:default}.push-notice{display:block;margin-top:10px;color:#ffb703;font-weight:850}.today-spot-row.ended,.calendar-activity.ended,body.theme-dark .today-spot-row.ended,body.theme-dark .calendar-activity.ended,body.theme-light .today-spot-row.ended,body.theme-light .calendar-activity.ended{opacity:.62!important;filter:saturate(.62);border-style:dashed!important;box-shadow:none!important}.today-spot-row.ended strong,.today-spot-row.ended em,.today-spot-row.ended b,.calendar-activity.ended strong,.calendar-activity.ended em{color:var(--muted)!important}.today-spot-row.full:not(.ended),.calendar-activity.full:not(.ended){border-color:#ef44446b!important}.today-spot-row.upcoming:not(.ended),.calendar-activity.upcoming:not(.ended){border-color:#ffb70352!important}.custom-group-list-item.is-full:not(.is-member){opacity:.68;filter:saturate(.72)}body.theme-light .push-section p{color:#2a1207b3}body.theme-light .push-notice{color:#c2410c}.profile-stat-link{display:block;width:100%;padding:10px 8px;border:1px solid rgba(255,183,3,.1);border-radius:10px;background:#ffffff0b;color:inherit;text-align:center;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.profile-stat-link:hover,.profile-stat-link:focus-visible{transform:translateY(-1px);border-color:#f973168c;background:#f973161a;outline:none}.ui-icon,.notif-icon,.inline-icon,.call-main-icon{width:22px;height:22px;display:inline-block;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.icon-only{display:inline-grid;place-items:center}.notif-label{display:none!important}.notif-btn{color:#fff7ed}.notif-btn .notif-icon{width:26px;height:26px}.chat-call-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:42px;min-height:42px;padding:9px 12px;border-radius:999px}.chat-call-btn.compact{width:42px;padding:0}.call-overlay{z-index:9800!important;place-items:stretch!important;padding:0!important;pointer-events:auto!important;background:radial-gradient(circle at 50% 18%,rgba(255,138,31,.24),transparent 30%),linear-gradient(180deg,#160802fa,#020202fa)!important;backdrop-filter:blur(22px)}.call-card.call-card-live{width:100%!important;min-height:100svh;max-height:100svh;display:grid;grid-template-rows:auto 1fr auto;align-content:stretch;gap:18px;padding:max(20px,env(safe-area-inset-top)) clamp(18px,5vw,56px) max(24px,env(safe-area-inset-bottom))!important;border:0!important;border-radius:0!important;background:radial-gradient(circle at 50% 28%,rgba(255,183,3,.16),transparent 32%),linear-gradient(180deg,#231006,#110702 58%,#040302)!important;box-shadow:none!important}.call-topline{display:flex;justify-content:center;color:#fff7edb3;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.call-close-btn{top:max(16px,env(safe-area-inset-top))!important;right:max(16px,env(safe-area-inset-right))!important;color:#fff7edd1!important}.call-audio-stage{width:min(100%,620px);min-height:auto;align-self:center;justify-self:center;display:grid;place-items:center;align-content:center;gap:12px;padding:0;border-radius:0;background:transparent!important;box-shadow:none!important}.call-audio-avatar{width:clamp(128px,28vw,210px);height:clamp(128px,28vw,210px);color:#fff7ed;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.32),transparent 21%),linear-gradient(145deg,#ff7a1a,#b93b05);box-shadow:0 26px 90px #f9731657,inset 0 0 0 1px #ffffff2e}.call-main-icon{width:46%;height:46%;stroke-width:2.4}.call-audio-stage h2{margin:12px 0 0;color:#fff7ed;font-size:clamp(28px,6vw,56px);line-height:1.04;font-weight:950;text-align:center}.call-audio-stage strong{color:#fff7edd1!important;font-size:clamp(15px,2vw,20px)}.call-audio-stage small{color:#fff7ed94!important}.call-participant-list span{background:#fff7ed1a}.call-controls{align-self:end;display:flex!important;justify-content:center;align-items:center;gap:clamp(16px,4vw,30px);margin:0 auto;padding-bottom:4px}.call-round-btn{width:clamp(68px,14vw,86px);min-height:clamp(68px,14vw,86px);display:grid;place-items:center;gap:5px;border:1px solid rgba(255,247,237,.13);border-radius:50%;background:#fff7ed1a;color:#fff7ed;box-shadow:0 18px 50px #0000003d}.call-round-btn span{color:#fff7edd1;font-size:10px;font-weight:900}.call-round-btn.hangup{width:auto;min-width:clamp(168px,32vw,230px);min-height:clamp(62px,12vw,74px);padding:0 24px;grid-auto-flow:column;grid-template-columns:auto auto;border-radius:999px;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.26),transparent 22%),linear-gradient(145deg,#ff9f2d,#ff6b1a 48%,#d94b08);border-color:#ffd29d5c;box-shadow:0 22px 70px #f973165c,inset 0 0 0 1px #ffffff2e}.call-round-btn.hangup span{display:inline;color:#fff7ed;font-size:clamp(13px,2.8vw,15px);letter-spacing:.01em}.call-round-btn.hangup .ui-icon{width:22px;height:22px;stroke-width:2.6}.call-round-btn.hangup:active{transform:translateY(1px) scale(.985)}@media(max-width:560px){.call-controls{width:100%;display:grid!important;grid-template-columns:76px 76px 1fr;gap:12px}.call-round-btn{width:76px;min-height:76px}.call-round-btn.hangup{min-width:0;width:100%;min-height:76px;padding-inline:18px}}body.theme-light .notif-btn,body.theme-light .call-round-btn,body.theme-light .call-close-btn{color:#fff7ed}.incoming-call-overlay{position:fixed;inset:0;z-index:9100;display:grid;place-items:center;padding:max(24px,env(safe-area-inset-top)) clamp(18px,5vw,54px) max(28px,env(safe-area-inset-bottom));background:radial-gradient(circle at 50% 22%,rgba(255,151,45,.24),transparent 34%),linear-gradient(180deg,#1c0a02fa,#050302fa);backdrop-filter:blur(14px);animation:incomingCallFade .18s cubic-bezier(.16,1,.3,1)}.incoming-call-card{position:relative;width:min(100%,560px);min-height:min(720px,calc(100vh - 52px));display:grid;place-items:center;align-content:center;gap:12px;padding:clamp(28px,6vw,56px);border:1px solid rgba(255,138,31,.32);border-radius:clamp(28px,5vw,44px);background:radial-gradient(circle at 50% 25%,rgba(255,183,77,.2),transparent 30%),linear-gradient(160deg,#541f06e0,#120703f5);box-shadow:0 34px 120px #00000085;overflow:hidden}.incoming-call-pulse{position:absolute;width:240px;height:240px;border-radius:50%;background:#ff7a1a29;animation:incomingPulse 1.55s ease-out infinite}.incoming-call-avatar{position:relative;width:clamp(122px,28vw,184px);height:clamp(122px,28vw,184px);display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#fff7ed29,#ff7a1a2e);box-shadow:0 24px 80px #f9731647}.incoming-call-avatar .avatar-face,.avatar-face.avatar-call{width:100%;height:100%}.incoming-call-card p{position:relative;margin:18px 0 0;color:#ffb36b;font-size:13px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.incoming-call-card h2{position:relative;margin:0;color:#fff7ed;font-size:clamp(32px,8vw,64px);line-height:.98;text-align:center;font-weight:950}.incoming-call-card>span{position:relative;color:#fff7edb3;font-size:clamp(14px,3vw,18px);font-weight:850;text-align:center}.incoming-call-actions{position:relative;width:min(100%,420px);display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:clamp(26px,8vh,82px)}.incoming-call-actions button{min-height:72px;display:grid;place-items:center;gap:6px;border:1px solid rgba(255,247,237,.14);border-radius:24px;color:#fff7ed;font-weight:950;cursor:pointer;box-shadow:0 20px 70px #0000004d}.incoming-call-actions .ui-icon{width:24px;height:24px;stroke-width:2.7}.call-answer-btn{background:linear-gradient(145deg,#ff9f2d,#ff6b1a)}.call-decline-btn{background:linear-gradient(145deg,#7f1d1d,#dc2626)}@keyframes incomingCallFade{0%{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@keyframes incomingPulse{0%{transform:scale(.72);opacity:.68}to{transform:scale(1.7);opacity:0}}.theme-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.theme-choice-btn{min-height:78px;display:grid;align-content:center;gap:4px;padding:12px;border:1px solid rgba(255,138,31,.22);border-radius:18px;background:#fff7ed12;color:inherit;text-align:left}.theme-choice-btn strong{color:#fff7ed;font-size:13px;font-weight:950}.theme-choice-btn span,.theme-choice-hint{color:#fff7ed9e;font-size:12px;font-weight:800}.theme-choice-btn.active{border-color:#ffb74d8f;background:linear-gradient(145deg,#ff7a1a47,#ffb74d29);box-shadow:0 18px 48px #f9731624}body.theme-light .theme-choice-btn{background:#fff8eee0;color:#2d1204}body.theme-light .theme-choice-btn strong{color:#2d1204}body.theme-light .theme-choice-btn span,body.theme-light .theme-choice-hint{color:#2d12049e}body.theme-black{--ink: #f8fafc;--muted: #a3a3a3;--paper: #050505;--surface: rgba(15, 15, 15, .96);--surface-soft: rgba(22, 22, 22, .94);--primary: #ff7a1a;--accent: #ffb703;--line: rgba(255, 122, 26, .18);background:#050505!important}body.theme-black .app-screen,body.theme-black .header,body.theme-black .nav-tabs,body.theme-black .auth-screen,body.theme-black .accueil-page,body.theme-black .contact-page,body.theme-black .account-page,body.theme-black .calendar-page,body.theme-black .map-page,body.theme-black .map-main,body.theme-black .map-sidebar,body.theme-black .map-list,body.theme-black .chat-page{background:#050505!important}body.theme-black .auth-box,body.theme-black .spot-card,body.theme-black .form-box,body.theme-black .modal-box,body.theme-black .spot-panel,body.theme-black .contact-box,body.theme-black .account-section,body.theme-black .calendar-panel,body.theme-black .privacy-card,body.theme-black .today-spot-row,body.theme-black .notifications-panel,body.theme-black .map-container,body.theme-black .calendar-date-card,body.theme-black .calendar-day-link,body.theme-black .calendar-activity,body.theme-black .account-empty,body.theme-black .timeline-item,body.theme-black .account-spot-row,body.theme-black .friend-row,body.theme-black .private-thread,body.theme-black .chat-spot-card,body.theme-black .chat-spot-head,body.theme-black .notification-item,body.theme-black .profile-info-card,body.theme-black .near-me-card,body.theme-black .custom-group-create{background:linear-gradient(155deg,#121212fa,#0a0a0afa)!important;border-color:#ff7a1a2e!important;box-shadow:0 18px 58px #00000061!important}body.theme-black input,body.theme-black select,body.theme-black textarea{background:#090909!important;border-color:#ff7a1a2e!important;color:#fff7ed!important}body.theme-black .nav-tab.active{color:#ff9f2d!important;background:#ff7a1a1a!important}body.theme-black .theme-choice-btn strong{color:#fff7ed}@media(max-width:560px){.incoming-call-card{width:100%;min-height:calc(100vh - 52px);border-radius:32px}.incoming-call-actions{grid-template-columns:1fr}.incoming-call-actions button{min-height:66px}.theme-choice-grid{grid-template-columns:1fr}}.header-right{align-items:center!important;gap:8px!important}.header-icon-btn,.header-right .language-current,.user-avatar,.notif-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.header-right .language-current{font-size:13px!important;font-weight:950!important}.notif-btn .notif-label{display:none!important}.notif-icon,.nav-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.45;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.nav-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:4px!important;padding:7px 10px!important}.nav-tab{min-height:50px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:8px 10px!important;border-radius:16px!important;border-bottom:0!important;font-size:13px!important}.nav-tab:after{display:none!important}.nav-tab.active{background:#ff7a1a1f!important}.nav-tab span{display:inline-block;white-space:nowrap}.auth-screen .auth-form .birthdate-fields{grid-template-columns:minmax(0,.72fr) minmax(0,.72fr) minmax(0,1fr)!important;gap:7px!important}.auth-screen .auth-form .birthdate-fields input{height:42px!important;min-height:42px!important;padding:5px 6px!important;font-size:16px!important}.today-spot-row.ended,.calendar-activity.ended{filter:grayscale(.25) saturate(.72);opacity:.62}.call-card-live{animation:callCardIn .22s ease-out both}.call-audio-avatar{position:relative}.call-audio-avatar:after{content:"";position:absolute;inset:-10px;border-radius:999px;border:2px solid rgba(255,159,45,.34);animation:callPulse 1.35s ease-out infinite;pointer-events:none}@keyframes callPulse{0%{opacity:.9;transform:scale(.92)}to{opacity:0;transform:scale(1.22)}}@keyframes callCardIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(hover:hover)and (min-width:700px){.nav-tab:hover{background:#ff7a1a1a!important;transform:translateY(-1px)}}@media(max-width:699px){.nav-tabs{padding:6px 8px!important}.nav-tab{min-height:48px!important;gap:0!important;padding:8px 4px!important}.nav-tab span{display:none!important}.nav-icon{width:25px;height:25px}.header-icon-btn,.header-right .language-current,.user-avatar,.notif-btn{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.auth-screen .auth-form .birthdate-fields{gap:5px!important}.auth-screen .auth-form .birthdate-fields input{height:40px!important;min-height:40px!important;border-radius:11px!important}}.accueil-header{max-width:940px!important;margin:0 auto 12px!important;padding:6px 16px 8px!important}.accueil-header .brand-logo-home{width:min(150px,34vw)!important;max-height:78px!important;margin-bottom:4px!important}.accueil-header p{max-width:760px!important;margin-bottom:10px!important;font-size:clamp(20px,2.4vw,34px)!important;line-height:1.12!important}.home-stats{max-width:760px!important;gap:10px!important;margin:8px auto!important}.home-stats div{min-height:58px!important;padding:8px 10px!important;border-radius:14px!important}.home-stats strong{font-size:clamp(26px,3vw,40px)!important}.home-stats span{font-size:clamp(10px,1.1vw,15px)!important}.home-actions{max-width:620px!important;gap:10px 12px!important;margin-top:8px!important}.home-action{min-height:46px!important;padding:8px 12px!important;border-radius:14px!important;font-size:clamp(15px,1.55vw,20px)!important}@media(min-width:1200px){.accueil-header{max-width:860px!important}.accueil-header .brand-logo-home{width:136px!important;max-height:72px!important}.accueil-header p{font-size:28px!important}.home-stats{max-width:700px!important}.home-actions{max-width:560px!important}}@media(max-width:699px){.accueil-header{padding:5px 8px 6px!important}.accueil-header .brand-logo-home{width:min(132px,38vw)!important;max-height:70px!important}.accueil-header p{font-size:17px!important}}.accueil-header{max-width:760px!important;margin:0 auto 10px!important;padding:4px 14px 6px!important}.accueil-header .brand-logo-home{width:min(420px,78vw)!important;max-height:220px!important;margin:0 auto 4px!important}.accueil-header p{max-width:560px!important;margin:0 auto 6px!important;font-size:clamp(13px,1.3vw,17px)!important;line-height:1.15!important}.home-stats{max-width:600px!important;gap:8px!important;margin:6px auto!important}.home-stats div{min-height:38px!important;padding:4px 6px!important;border-radius:10px!important}.home-stats strong{font-size:clamp(16px,1.7vw,22px)!important;line-height:.9!important}.home-stats span{margin-top:3px!important;font-size:clamp(8px,.9vw,11px)!important;line-height:1!important}.home-actions{max-width:460px!important;gap:7px 8px!important;margin-top:5px!important}.home-action{min-height:32px!important;padding:5px 8px!important;border-radius:10px!important;font-size:clamp(11px,1vw,14px)!important}@media(min-width:1200px){.accueil-header .brand-logo-home{width:380px!important;max-height:200px!important}.accueil-header p{font-size:22px!important}.home-stats{max-width:560px!important}.home-actions{max-width:430px!important}}@media(max-width:699px){.accueil-header .brand-logo-home{width:min(290px,78vw)!important;max-height:160px!important}.accueil-header p{font-size:15px!important}.home-stats div{min-height:46px!important;padding:5px 4px!important}.home-action{min-height:38px!important;font-size:12px!important}}body.theme-light{--ink: #111827 !important;--muted: #667085 !important;--paper: #F7F7F8 !important;--card: #FFFFFF !important;--card-2: #FAFAFA !important;--line: #E5E7EB !important;--primary: #F97316 !important;--primary-2: #FB923C !important;--accent: #FFB86B !important;background:#fff!important;color:#111827!important}body.theme-light .app-screen,body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .calendar-page,body.theme-light .map-page,body.theme-light .map-main,body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .chat-page{background:#fff!important;color:#111827!important}body.theme-light .header,body.theme-light .nav-tabs{background:#fffffff5!important;border-color:#e5e7eb!important;box-shadow:0 8px 30px #1118270f!important;color:#111827!important}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .notifications-panel,body.theme-light .map-container,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .emoji-btn,body.theme-light .notification-item,body.theme-light .profile-info-card,body.theme-light .near-me-card,body.theme-light .custom-group-create,body.theme-light .group-create-form,body.theme-light .activity-sheet{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 16px 45px #11182712!important;color:#111827!important}body.theme-light .spot-card.fixed-card,body.theme-light .spot-item.fixed-item,body.theme-light .chat-spot-card.fixed-card{border-color:#f9731638!important;background:linear-gradient(180deg,#fff,#fff8f3)!important}body.theme-light .spot-card.community-card,body.theme-light .spot-item.community-item{border-color:#fb923c38!important;background:linear-gradient(180deg,#fff,#fff7ed)!important}body.theme-light input,body.theme-light select,body.theme-light textarea,body.theme-light .chat-form textarea.chat-textarea{background:#fff!important;border-color:#d0d5dd!important;color:#111827!important;box-shadow:none!important}body.theme-light input::placeholder,body.theme-light textarea::placeholder,body.theme-light .chat-form textarea.chat-textarea::placeholder{color:#98a2b3!important}body.theme-light .nav-tab,body.theme-light .logout-btn,body.theme-light .notif-btn,body.theme-light .language-current,body.theme-light .settings-link,body.theme-light .theme-toggle,body.theme-light .user-avatar{background:#fff!important;border-color:#e5e7eb!important;color:#111827!important}body.theme-light .nav-tab.active,body.theme-light .language-current:hover,body.theme-light .notif-btn:hover,body.theme-light .user-avatar:hover{color:#f97316!important;background:#fff7ed!important;border-color:#f973164d!important}body.theme-light .home-action.primary,body.theme-light .auth-btn,body.theme-light .create-btn,body.theme-light .account-btn,body.theme-light .contact-btn,body.theme-light .vote-btn.active,body.theme-light .spot-btn.active{background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;border-color:transparent!important}body.theme-light .section-title,body.theme-light .account-title,body.theme-light .spot-name,body.theme-light .spot-item strong,body.theme-light .today-spot-row strong,body.theme-light .calendar-activity strong,body.theme-light .chat-spot-head strong,body.theme-light .account-name{color:#111827!important;-webkit-text-fill-color:#111827!important}body.theme-light .spot-type,body.theme-light .spot-meta,body.theme-light .spot-desc,body.theme-light .spot-item-creator,body.theme-light .spot-item-capacity,body.theme-light .calendar-activity em,body.theme-light .account-email,body.theme-light .account-rating,body.theme-light .profile-info-card p,body.theme-light .profile-info-card span{color:#667085!important;-webkit-text-fill-color:#667085!important}.chat-send-btn{width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#f97316,#fb923c)!important;color:#fff!important;box-shadow:0 12px 24px #f973163d!important;cursor:pointer}.chat-send-btn:active{transform:scale(.96)}.send-icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}body.theme-light{--paper: #FFFFFF !important;--card: #FFF7ED !important;--card-2: #FFFFFF !important;--line: #E7DCD2 !important}body.theme-light .app-screen,body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .calendar-page,body.theme-light .map-page,body.theme-light .map-main,body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .chat-page{background:#fff!important}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .notifications-panel,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .emoji-btn,body.theme-light .notification-item,body.theme-light .profile-info-card,body.theme-light .near-me-card,body.theme-light .custom-group-create,body.theme-light .group-create-form,body.theme-light .activity-sheet{background:linear-gradient(180deg,#fff,#fff7ed)!important;border-color:#ebd7c7!important}body.theme-light .map-container,body.theme-light input,body.theme-light select,body.theme-light textarea,body.theme-light .chat-form textarea.chat-textarea,body.theme-light .header,body.theme-light .nav-tabs,body.theme-light .nav-tab,body.theme-light .logout-btn,body.theme-light .notif-btn,body.theme-light .language-current,body.theme-light .settings-link,body.theme-light .theme-toggle,body.theme-light .user-avatar{background:#fff!important}body.theme-light .spot-card,body.theme-light .spot-card.fixed-card,body.theme-light .spot-card.community-card,body.theme-light .accueil-page .spot-card,body.theme-light .accueil-page .fixed-card,body.theme-light .accueil-page .community-card,body.theme-light .map-list .spot-item,body.theme-light .map-list .spot-item.fixed-item,body.theme-light .map-list .spot-item.community-item,body.theme-light .today-spot-row,body.theme-light .calendar-activity,body.theme-light .chat-spot-card,body.theme-light .account-spot-row{background:radial-gradient(circle at 86% 10%,rgba(249,115,22,.1),transparent 34%),linear-gradient(180deg,#fff9f3,#ffebdd)!important;border-color:#f3c6aa!important;box-shadow:0 18px 44px #9a34121a!important}body.theme-light .spot-card.fixed-card,body.theme-light .accueil-page .fixed-card,body.theme-light .map-list .spot-item.fixed-item{background:radial-gradient(circle at 90% 8%,rgba(255,183,3,.12),transparent 36%),linear-gradient(180deg,#fff9f3,#ffead6)!important}body.theme-light .spot-card.community-card,body.theme-light .accueil-page .community-card,body.theme-light .map-list .spot-item.community-item{background:radial-gradient(circle at 90% 8%,rgba(249,115,22,.14),transparent 36%),linear-gradient(180deg,#fff8f1,#ffe4d1)!important}body.theme-light .activity-status.ended,body.theme-light .today-spot-row.ended,body.theme-light .calendar-activity.ended{background:linear-gradient(180deg,#fff6ee,#f7dfcf)!important;border-color:#e8c3ac!important;color:#8a6a5a!important}.explore-controls .control-row select{min-width:0!important;min-height:42px!important;padding:9px 30px 9px 12px!important;font-size:16px!important;line-height:1.1!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media(min-width:600px){.explore-controls .control-row{grid-template-columns:minmax(0,.92fr) minmax(0,.92fr) minmax(0,.92fr)!important}}.header{display:grid!important;grid-template-columns:auto minmax(260px,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:62px!important;padding:8px 14px!important}.brand-lockup-header{min-width:0!important}.brand-logo-header{width:112px!important;height:40px!important;max-height:40px!important;object-fit:contain!important;object-position:left center!important}.header>.nav-tabs{width:min(520px,100%)!important;justify-self:center!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.header>.nav-tabs .nav-tab{min-height:42px!important;padding:7px 9px!important;border-radius:14px!important}.header>.nav-tabs .nav-icon{width:22px!important;height:22px!important}.accueil-header{padding:10px 0 8px!important;margin-bottom:12px!important}.accueil-header .brand-logo-home{display:block!important;width:min(180px,46vw)!important;max-height:92px!important;margin:0 auto 8px!important;object-fit:contain!important}.accueil-header p{max-width:720px!important;margin:0 auto 10px!important;font-size:clamp(18px,2.2vw,26px)!important;line-height:1.18!important}.home-stats{margin:10px auto 8px!important}.home-actions{margin-top:8px!important}@media(min-width:900px){.header>.nav-tabs .nav-tab span{display:inline-block!important;font-size:12px!important}}@media(max-width:899px){.header{grid-template-columns:auto minmax(0,1fr)!important;gap:8px!important;min-height:0!important;padding:8px 10px 7px!important}.brand-logo-header{width:92px!important;height:34px!important;max-height:34px!important}.header-right{justify-self:end!important}.header>.nav-tabs{grid-column:1 / -1!important;width:100%!important;padding-top:4px!important}.header>.nav-tabs .nav-tab{min-height:40px!important;padding:7px 4px!important}.header>.nav-tabs .nav-tab span{display:none!important}.accueil-header{padding-top:6px!important}.accueil-header p{font-size:18px!important;max-width:94vw!important}.accueil-header .brand-logo-home{width:min(132px,38vw)!important;max-height:72px!important;margin-bottom:6px!important}}body.theme-light .accueil-page .spot-card,body.theme-light .accueil-page .spot-card.fixed-card,body.theme-light .accueil-page .spot-card.community-card,body.theme-light .accueil-page .fixed-card,body.theme-light .accueil-page .community-card,body.theme-light .accueil-page .today-spot-row,body.theme-light .accueil-page .home-stats div,body.theme-light .accueil-page .home-action:not(.primary){background:radial-gradient(circle at 92% 8%,rgba(249,115,22,.045),transparent 34%),linear-gradient(180deg,#fffdfc,#fff7f2)!important;border-color:#f2d6c8!important;box-shadow:0 14px 34px #9a341211!important}body.theme-light .accueil-page .spot-card.fixed-card,body.theme-light .accueil-page .fixed-card{background:radial-gradient(circle at 92% 8%,rgba(251,146,60,.05),transparent 34%),linear-gradient(180deg,#fff,#fff8f4)!important}body.theme-light .accueil-page .spot-card.community-card,body.theme-light .accueil-page .community-card{background:radial-gradient(circle at 92% 8%,rgba(249,115,22,.06),transparent 34%),linear-gradient(180deg,#fff,#fff6f0)!important}body.theme-light .accueil-page .today-spot-row.ended,body.theme-light .accueil-page .spot-card.ended{background:linear-gradient(180deg,#fffdfc,#f8f0ea)!important;border-color:#ebd7cc!important}.accueil-header .brand-logo-home{width:min(220px,52vw)!important;max-height:112px!important;margin-bottom:6px!important}.home-stats{max-width:720px!important;gap:10px!important;margin:8px auto!important}.home-stats div{min-height:70px!important;padding:8px 10px!important;border-radius:14px!important}.home-stats strong{font-size:clamp(24px,3vw,34px)!important;line-height:.95!important}.home-stats span{margin-top:5px!important;font-size:clamp(11px,1.25vw,14px)!important;letter-spacing:.02em!important}.home-actions{max-width:520px!important;gap:10px!important;margin-top:6px!important}.home-action{min-height:46px!important;padding:8px 14px!important;border-radius:14px!important;font-size:clamp(14px,1.45vw,18px)!important}@media(max-width:699px){.accueil-header .brand-logo-home{width:min(150px,42vw)!important;max-height:82px!important}.home-stats{gap:7px!important}.home-stats div{min-height:58px!important;padding:7px 5px!important;border-radius:12px!important}.home-stats strong{font-size:22px!important}.home-stats span{font-size:9px!important}.home-actions{max-width:100%!important;gap:8px!important}.home-action{min-height:42px!important;padding:7px 8px!important;font-size:13px!important}}body .app-screen .page.accueil-page .accueil-header{width:min(620px,92vw)!important;max-width:620px!important;margin:0 auto 8px!important;padding:4px 10px 6px!important}body .app-screen .page.accueil-page .accueil-header .brand-logo-home{width:min(210px,42vw)!important;height:auto!important;max-height:112px!important;margin:0 auto 2px!important}body .app-screen .page.accueil-page .accueil-header p{max-width:560px!important;margin:0 auto 7px!important;font-size:20px!important;line-height:1.08!important;font-weight:850!important}body .app-screen .page.accueil-page .home-stats{width:min(500px,90vw)!important;max-width:500px!important;gap:7px!important;margin:5px auto 6px!important}body .app-screen .page.accueil-page .home-stats div{min-height:42px!important;padding:5px 7px!important;border-radius:11px!important}body .app-screen .page.accueil-page .home-stats strong{font-size:24px!important;line-height:.9!important}body .app-screen .page.accueil-page .home-stats span{margin-top:3px!important;font-size:9px!important;line-height:1!important;letter-spacing:.015em!important}body .app-screen .page.accueil-page .home-actions{width:min(400px,90vw)!important;max-width:400px!important;gap:7px!important;margin:4px auto 0!important}body .app-screen .page.accueil-page .home-action{min-height:36px!important;padding:6px 9px!important;border-radius:11px!important;font-size:13px!important;line-height:1.05!important}@media(min-width:1200px){body .app-screen .page.accueil-page .accueil-header{width:600px!important;max-width:600px!important}body .app-screen .page.accueil-page .accueil-header .brand-logo-home{width:205px!important;max-height:108px!important}body .app-screen .page.accueil-page .accueil-header p{font-size:19px!important}body .app-screen .page.accueil-page .home-stats{width:480px!important;max-width:480px!important}body .app-screen .page.accueil-page .home-actions{width:380px!important;max-width:380px!important}}@media(max-width:699px){body .app-screen .page.accueil-page .accueil-header{width:min(360px,94vw)!important;padding-top:2px!important}body .app-screen .page.accueil-page .accueil-header .brand-logo-home{width:min(160px,45vw)!important;max-height:84px!important}body .app-screen .page.accueil-page .accueil-header p{font-size:14px!important;max-width:330px!important}body .app-screen .page.accueil-page .home-stats{width:min(330px,94vw)!important;gap:6px!important}body .app-screen .page.accueil-page .home-stats div{min-height:40px!important;padding:4px!important}body .app-screen .page.accueil-page .home-stats strong{font-size:20px!important}body .app-screen .page.accueil-page .home-stats span{font-size:8px!important}body .app-screen .page.accueil-page .home-actions{width:min(330px,94vw)!important;gap:6px!important}body .app-screen .page.accueil-page .home-action{min-height:34px!important;padding:5px 7px!important;font-size:12px!important}}.activity-sheet-overlay{overflow:hidden!important;touch-action:pan-y!important}.activity-sheet{max-height:calc(100svh - 32px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;scrollbar-width:thin}.guest-picker{display:grid!important;gap:10px!important;margin:14px 0!important;padding:12px!important;border-radius:20px!important;border:1px solid rgba(255,122,26,.18)!important;background:radial-gradient(circle at 8% 0%,rgba(255,159,45,.16),transparent 34%),#ff7a1a0e!important;box-shadow:inset 0 1px #fff7ed14!important}.guest-picker strong{color:var(--primary)!important;font-size:13px!important;font-weight:950!important}.guest-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.guest-options button{position:relative;min-height:58px!important;display:grid!important;place-items:center!important;gap:2px!important;padding:9px 8px!important;border-radius:17px!important;border:1px solid rgba(255,122,26,.2)!important;background:linear-gradient(180deg,#fff7ed1a,#ff7a1a09)!important;color:inherit!important;font-weight:900!important;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;overflow:hidden}.guest-options button:before{content:"";position:absolute;inset:7px;border-radius:13px;border:1px solid transparent;pointer-events:none}.guest-options button.active{background:linear-gradient(135deg,#ff7a1a,#ff9f2d)!important;color:#fff7ed!important;border-color:#ff7a1ac7!important;box-shadow:0 16px 34px #f9731647!important;transform:translateY(-1px)}.guest-options button.active:before{border-color:#fff7ed4d}.guest-main{position:relative;font-size:22px;line-height:.95;font-weight:1000;letter-spacing:0}.guest-sub{position:relative;max-width:100%;color:#fff7edb8;font-size:10px;line-height:1;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guest-options button:not(.active) .guest-sub{color:var(--muted)}body.theme-light .guest-picker{background:radial-gradient(circle at 8% 0%,rgba(249,115,22,.1),transparent 34%),linear-gradient(180deg,#fffaf7,#fff1e8)!important;border-color:#f3cbb7!important}body.theme-light .guest-options button{background:linear-gradient(180deg,#fffdfb,#fff3eb)!important;border-color:#f2cbb9!important;color:#3a1806!important}body.theme-light .guest-options button:not(.active) .guest-sub{color:#9b6b55!important}.user-location-marker{filter:drop-shadow(0 0 14px rgba(255,122,26,.55))}@media(max-width:699px){.header{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px!important;padding:8px 10px 7px!important}.brand-logo-header{width:82px!important;height:32px!important;max-height:32px!important}.header-right{justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:6px!important;min-width:0!important}.header-icon-btn,.header-right .language-current,.user-avatar,.notif-btn{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;border-radius:13px!important}.header>.nav-tabs{grid-column:1 / -1!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;gap:6px!important;padding:5px 0 0!important}.header>.nav-tabs .nav-tab{min-height:38px!important;padding:6px 4px!important;border-radius:13px!important}.header>.nav-tabs .nav-tab span{display:none!important}.header>.nav-tabs .nav-icon{width:23px!important;height:23px!important}.activity-sheet-overlay{align-items:stretch!important;place-items:end center!important;padding:0!important}.activity-sheet{width:100vw!important;max-width:100vw!important;height:min(88svh,820px)!important;max-height:88svh!important;border-radius:24px 24px 0 0!important}.guest-options{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.guest-options button{min-height:54px!important;padding:8px 5px!important;border-radius:15px!important}.guest-main{font-size:20px!important}.guest-sub{font-size:9px!important}}.activity-sheet-overlay{position:fixed!important;inset:0!important;z-index:7200!important;display:grid!important;place-items:center!important;align-items:center!important;padding:clamp(12px,3vw,28px)!important;overflow:hidden!important;touch-action:pan-y!important;background:#0c0602bd!important}.activity-sheet,.spot-panel.activity-sheet{position:relative!important;inset:auto!important;transform:none!important;width:min(760px,94vw)!important;max-width:min(760px,94vw)!important;height:auto!important;max-height:min(86svh,780px)!important;min-height:0!important;margin:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;scroll-behavior:smooth!important}.activity-sheet *{touch-action:manipulation}.activity-sheet input,.activity-sheet textarea,.activity-sheet select,.activity-sheet .map-container,.activity-sheet .leaflet-container{touch-action:auto!important}.guest-picker{border-radius:22px!important;padding:14px!important;background:radial-gradient(circle at 10% 0%,rgba(255,138,31,.18),transparent 38%),linear-gradient(160deg,#ff7a1a1a,#3a180638)!important}.guest-picker strong{display:flex!important;align-items:center!important;justify-content:space-between!important;color:#ff9f2d!important;letter-spacing:.01em!important}.guest-options{gap:10px!important}.guest-options button.guest-option{grid-template-columns:32px 1fr!important;grid-template-rows:auto auto!important;grid-template-areas:"icon main" "icon sub"!important;place-items:center start!important;min-height:68px!important;padding:12px!important;border-radius:20px!important;border:1px solid rgba(255,159,45,.28)!important;background:linear-gradient(180deg,#fff7ed1a,#ff7a1a0f)!important;box-shadow:inset 0 1px #fff7ed1a!important}.guest-options button.guest-option:after{content:"";position:absolute;top:9px;right:9px;width:9px;height:9px;border-radius:999px;background:#fff7ed38;box-shadow:0 0 0 1px #fff7ed24}.guest-options button.guest-option.active{background:linear-gradient(135deg,#fb6a12,#ff8a1f 54%,#ffb347)!important;border-color:#ffb547f2!important;color:#fffaf3!important;box-shadow:0 18px 34px #f9731657!important}.guest-options button.guest-option.active:after{background:#fffaf3;box-shadow:0 0 0 4px #ffffff2e}.guest-icon{grid-area:icon;width:30px;height:30px;display:grid;place-items:center;border-radius:12px;background:#ff9f2d29;color:#ff9f2d}.guest-icon .ui-icon{width:18px;height:18px;stroke-width:2.5}.guest-main{grid-area:main;font-size:20px!important;font-weight:1000!important;line-height:1!important}.guest-sub{grid-area:sub;font-size:10px!important;color:#fff7edb8!important;text-transform:uppercase;letter-spacing:.04em!important}.guest-options button.guest-option.active .guest-icon{background:#fff3;color:#fffaf3}.guest-options button.guest-option.active .guest-sub{color:#fffaf3db!important}body.theme-light .guest-picker{background:linear-gradient(180deg,#fff8f3,#ffeede)!important;border-color:#f3c5ad!important}body.theme-light .guest-options button.guest-option{background:linear-gradient(180deg,#fffdfb,#fff0e4)!important;border-color:#f1c3ac!important;color:#341608!important}body.theme-light .guest-icon{background:#ffe1cf;color:#d94b00}body.theme-light .guest-options button.guest-option:not(.active) .guest-sub{color:#8f604c!important}@media(max-width:699px){.header-right .language-switcher{display:none!important}.activity-sheet-overlay{place-items:end center!important;align-items:end!important;padding:0!important}.activity-sheet,.spot-panel.activity-sheet{width:100vw!important;max-width:100vw!important;height:min(90svh,820px)!important;max-height:90svh!important;border-radius:24px 24px 0 0!important;padding:18px 18px calc(22px + env(safe-area-inset-bottom))!important}.guest-options button.guest-option{grid-template-columns:1fr!important;grid-template-rows:auto auto auto!important;grid-template-areas:"icon" "main" "sub"!important;place-items:center!important;min-height:72px!important;padding:10px 6px!important}.guest-icon{width:28px;height:28px}.guest-main{font-size:18px!important}.guest-sub{font-size:8px!important}}@media(max-width:599px){.app-screen>.header{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;row-gap:6px!important;padding:8px 12px calc(8px + env(safe-area-inset-bottom,0px)) 12px!important}.app-screen>.header>.header-title{order:1!important;flex:0 1 auto!important;margin:0 auto 0 0!important}.app-screen>.header>.header-right{order:2!important;flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:6px!important;margin-left:auto!important}.app-screen>.header>.nav-tabs{order:3!important;flex:1 1 100%!important;width:100%!important;max-width:100%!important;margin:4px 0 0!important;padding:0!important;border-radius:14px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:4px!important;background:transparent!important;box-shadow:none!important}.app-screen>.header>.nav-tabs>.nav-tab{min-height:38px!important;padding:4px 6px!important;font-size:11px!important;border-radius:10px!important}.app-screen>.header>.header-right .notif-btn,.app-screen>.header>.header-right .user-avatar{min-height:36px!important;width:36px!important;padding:0!important}.app-screen>.header>.header-right .notif-label{display:none!important}.app-screen>.header>.header-right .logout-btn{padding:6px 10px!important;font-size:12px!important;min-height:36px!important;white-space:nowrap!important}.app-screen>.header>.header-right .language-current{min-width:36px!important;min-height:36px!important;padding:4px 8px!important;font-size:12px!important}}.account-btn-header.user-avatar{width:auto!important;min-width:36px!important;height:38px!important;border-radius:18px!important;padding:0 12px 0 4px!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.account-btn-header .account-label-text{font-size:13px;font-weight:800;letter-spacing:.2px;color:inherit;white-space:nowrap}@media(max-width:599px){.account-btn-header.user-avatar{width:36px!important;min-width:36px!important;height:36px!important;border-radius:50%!important;padding:0!important}.account-btn-header .account-label-text{display:none!important}}.today-spot-row.ended{opacity:.55!important;filter:grayscale(.6)!important;background:#7878780f!important}.today-spot-row.ended .today-emoji{filter:grayscale(1)}.today-spot-row.ended strong,.today-spot-row.ended em,.today-spot-row.ended b{color:#787878d9!important}.today-spot-row.ended:hover{opacity:.75!important;filter:grayscale(.35)!important}.calendar-group-title{margin:16px 0 8px;font-size:13px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;color:var(--muted, #7d7d7d)}.accueil-page .spot-card,.map-list .spot-card{padding:12px!important;border-radius:14px!important;min-height:auto!important}.accueil-page .spot-card .spot-emoji,.map-list .spot-card .spot-emoji{font-size:28px!important;margin-bottom:4px!important}.accueil-page .spot-card .spot-name,.map-list .spot-card .spot-name{font-size:14px!important;line-height:1.2!important;margin-bottom:2px!important}.accueil-page .spot-card .spot-type,.map-list .spot-card .spot-type{font-size:11px!important;margin-bottom:4px!important}.accueil-page .spot-card .spot-desc,.accueil-page .spot-card .activity-status,.accueil-page .spot-card .category-chip,.map-list .spot-card .spot-desc,.map-list .spot-card .activity-status{display:none!important}.accueil-page .spot-card .spot-meta,.map-list .spot-card .spot-meta{font-size:11px!important;margin-top:2px!important}.accueil-page .spot-card .spot-meta:not(:first-of-type),.map-list .spot-card .spot-meta:not(:first-of-type){display:none!important}.accueil-page .spot-card .spot-footer,.map-list .spot-card .spot-footer{margin-top:6px!important;padding-top:6px!important;font-size:11px!important}.accueil-page .spot-card .member-avatars,.map-list .spot-card .member-avatars{display:none!important}.accueil-page .spot-card,.map-list .spot-card{cursor:pointer}.referral-box{background:linear-gradient(145deg,#ff8a1f1a,#ffb7030f)!important;border:1px solid rgba(255,138,31,.3)!important}.referral-box h3{margin-bottom:8px}.referral-box p{margin-bottom:12px;font-size:14px}.referral-link-display{background:#0000002e;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:10px 12px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;word-break:break-all;margin-bottom:12px;color:var(--ink, #fff)}.referral-actions{display:flex;gap:10px;flex-wrap:wrap}.referral-actions .account-btn{flex:1 1 140px;min-height:40px;font-weight:800}body.theme-light .referral-link-display{background:#0000000a;border-color:#0000001f;color:#06111f}.today-spot-row,.spot-item,.calendar-activity,.calendar-date-card,.account-spot-row,.chat-list-item,.notification-item{content-visibility:auto;contain-intrinsic-size:auto 96px;contain:layout paint style}.content{transform:translateZ(0);will-change:scroll-position;contain:layout paint}.header,.nav-tabs,body.theme-dark .nav-tabs,body.theme-light .nav-tabs{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;will-change:transform}.world-map,.texture{transform:translateZ(0);will-change:transform;contain:strict}@media(prefers-reduced-motion:reduce){.world-map,.spot-card:hover .spot-emoji{animation:none!important}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.08s!important;scroll-behavior:auto!important}}.activity-sheet-overlay{position:fixed!important;inset:0!important;z-index:7200!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:clamp(10px,2.4vw,26px)!important;padding-top:max(clamp(10px,2.4vw,26px),env(safe-area-inset-top))!important;padding-bottom:max(clamp(10px,2.4vw,26px),env(safe-area-inset-bottom))!important;overflow:hidden!important;touch-action:pan-y!important;background:#0c0602bd!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:sheetOverlayIn .22s ease both}.activity-sheet,.spot-panel.activity-sheet{position:relative!important;inset:auto!important;transform:none!important;display:flex!important;flex-direction:column!important;width:min(760px,94vw)!important;max-width:min(760px,94vw)!important;height:auto!important;max-height:min(88dvh,860px)!important;min-height:0!important;margin:0!important;overflow:hidden!important;overscroll-behavior:contain!important;touch-action:pan-y!important;border-radius:26px!important;animation:sheetPopIn .26s cubic-bezier(.16,1,.3,1) both}.activity-sheet>.spot-detail,.spot-panel.activity-sheet>.spot-detail{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scroll-behavior:smooth;padding-right:2px}.activity-sheet>.modal-emoji,.activity-sheet>.modal-name,.activity-sheet>.modal-type,.spot-panel.activity-sheet>h2{flex:0 0 auto}.activity-sheet-close,.spot-panel-close.activity-sheet-close{position:absolute!important;top:12px!important;right:12px!important;margin:0!important;z-index:5!important}@keyframes sheetOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes sheetPopIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes sheetSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media(max-width:599px){.activity-sheet-overlay{align-items:flex-end!important;justify-content:stretch!important;padding:0!important}.activity-sheet,.spot-panel.activity-sheet{width:100vw!important;max-width:100vw!important;max-height:92dvh!important;border-radius:24px 24px 0 0!important;padding:16px 16px max(16px,env(safe-area-inset-bottom))!important;animation:sheetSlideUp .3s cubic-bezier(.16,1,.3,1) both}.activity-sheet:before,.spot-panel.activity-sheet:before{display:none!important}}.content.page-pressing .page.active{transition:transform 60ms linear!important;transform:translate3d(var(--drag-x, 0),0,0) scale(calc(1 - (var(--drag-progress, 0) * .015)))!important;will-change:transform}.content.swipe-left .page.active{animation:pageGlideLeft .26s cubic-bezier(.22,1,.36,1) both!important}.content.swipe-right .page.active{animation:pageGlideRight .26s cubic-bezier(.22,1,.36,1) both!important}@keyframes pageGlideLeft{0%{opacity:.72;transform:translate3d(7%,0,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes pageGlideRight{0%{opacity:.72;transform:translate3d(-7%,0,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}.content.page-pressing.swipe-peek-left:after,.content.page-pressing.swipe-peek-right:before{opacity:calc(var(--drag-progress, 0) * .9)}.home-action,.vote-btn,.create-btn,.secondary-btn,.calendar-day-link,.today-spot-row,.spot-item{transition:transform .18s cubic-bezier(.16,1,.3,1),box-shadow .18s ease,border-color .18s ease,background-color .18s ease!important}.home-action:active,.vote-btn:active,.create-btn:active{transform:translateY(1px) scale(.985)}.is-tapping{transform:scale(.97)!important;transition:transform .09s ease!important}@media(hover:hover){.spot-item:hover,.today-spot-row:hover{transform:translateY(-2px)}}.friends-badge{inset-inline-start:auto!important;inset-inline-end:8px;background:#7c3aed2e!important;color:#c4b5fd!important;border:1px solid rgba(124,58,237,.35)}.sponsored-badge{inset-inline-start:auto!important;inset-inline-end:8px;top:34px!important;background:#ffc4002e!important;color:#ffd24d!important;border:1px solid rgba(255,196,0,.4)}.ticket-btn{text-decoration:none;text-align:center;background:linear-gradient(135deg,#2a9d8f,#1f7a6e)!important;color:#fff!important}.admin-monetization .admin-flag-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid rgba(255,255,255,.07)}.admin-flag-row strong{display:block;font-size:14px}.admin-flag-row small{opacity:.6;font-size:12px}.admin-toggle{flex:0 0 auto;width:46px;height:26px;border-radius:999px;border:none;background:#ffffff2e;position:relative;cursor:pointer;transition:background .18s ease}.admin-toggle.on{background:linear-gradient(135deg,#1e8e5a,#16704a)}.admin-toggle-dot{position:absolute;top:3px;inset-inline-start:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .18s ease}.admin-toggle.on .admin-toggle-dot{transform:translate(20px)}[dir=rtl] .admin-toggle.on .admin-toggle-dot{transform:translate(-20px)}.like-rating-form{display:flex;flex-direction:column;gap:12px}.like-block{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.like-q{font-size:13px;font-weight:700;opacity:.85}.like-choice{display:flex;gap:8px}.like-opt{cursor:pointer}.like-opt input{position:absolute;opacity:0;width:0;height:0}.like-opt span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:40px;font-size:20px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;filter:grayscale(.65);opacity:.7;transition:transform .1s ease,filter .15s ease,opacity .15s ease,border-color .15s ease,background .15s ease}.rating-choice-icon,.rating-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-3px}.rating-icon-label{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.rating-separator{margin:0 5px;opacity:.55}.rating-icon-label.positive,.like-opt.like{color:#d84a22}.rating-icon-label.negative,.like-opt.dislike{color:#6b7280}.like-opt input:checked+span{filter:grayscale(0);opacity:1;transform:scale(1.08)}.like-opt.like input:checked+span{border-color:#ff5a6e99;background:#ff5a6e24}.like-opt.dislike input:checked+span{border-color:#788ca099;background:#788ca024}.like-opt input:focus-visible+span{outline:2px solid var(--primary);outline-offset:2px}.theme-light .like-opt span{border-color:#0000001a;background:#0000000a}.logout-icon-btn{border-color:#ff785a47!important;background:#ff785a1a!important;color:#ff8a6a!important}.chat-message{position:relative}.chat-msg-controls{position:absolute;top:2px;inset-inline-end:2px;display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.chat-msg-del,.chat-msg-edit,.chat-msg-report{width:28px;height:28px;border:none;border-radius:50%;background:#0000006b;color:#fff;line-height:1;cursor:pointer;padding:0;display:grid;place-items:center;-webkit-tap-highlight-color:transparent}.chat-msg-del:hover{background:var(--accent, #F26B5E)}.chat-msg-edit:hover{background:var(--primary, #1F6F78)}.chat-msg-del svg,.chat-msg-edit svg,.chat-msg-report svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.chat-message:hover .chat-msg-controls,.chat-message:focus-within .chat-msg-controls{opacity:1}@media(hover:none){.chat-message .chat-msg-controls{opacity:1}.chat-msg-del,.chat-msg-edit,.chat-msg-report{width:30px;height:30px}}.msg-edited{font-size:10px;opacity:.55;font-style:italic}.chat-edit-box{flex:1;display:flex;flex-direction:column;gap:8px;background:var(--surface, #fff);border:1px solid var(--line, #DED8CF);border-radius:16px;padding:10px 12px;box-shadow:0 6px 20px var(--shadow, rgba(0,0,0,.12))}.chat-edit-box .chat-textarea{width:100%;border:1px solid var(--line, #DED8CF);border-radius:12px;background:var(--surface-soft, rgba(0,0,0,.03));color:var(--ink, #22313A);padding:9px 12px;font:inherit;resize:none}.chat-edit-box .chat-textarea:focus{outline:none;border-color:var(--primary, #1F6F78)}.chat-edit-actions{display:flex;gap:8px;justify-content:flex-end}.chat-edit-save,.chat-edit-cancel{padding:8px 16px;border-radius:999px;border:none;font-weight:800;font-size:13px;cursor:pointer}.chat-edit-save{background:linear-gradient(135deg,#ff7a1a,#ff6a00);color:#fff}.chat-edit-save:hover{filter:brightness(1.05)}.chat-edit-cancel{background:var(--surface-soft, rgba(0,0,0,.06));border:1px solid var(--line, #DED8CF);color:var(--ink, #22313A)}.streak-row{display:flex;align-items:center;gap:10px;margin:6px 0 2px}.streak-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;font-size:13px;font-weight:800;background:linear-gradient(135deg,#ff7a1a2e,#ff5a001f);border:1px solid rgba(255,122,26,.3);color:#ff9a4d}.streak-row small{opacity:.6;font-size:12px}.reco-row{display:flex;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.reco-row::-webkit-scrollbar{display:none}.reco-row .spot-card{flex:0 0 78%;max-width:320px}.date-chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 0 10px;margin:0 0 2px}.date-chips::-webkit-scrollbar{display:none}.date-chip{flex:0 0 auto;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease}.date-chip.active{background:linear-gradient(135deg,#ff7a1a,#ff6a00);border-color:transparent;color:#fff}.theme-light .date-chip{border-color:#0000001a;background:#0000000a}.empty-cta{display:flex;flex-direction:column;gap:8px;align-items:flex-start;cursor:default}.empty-cta strong{font-size:15px}.empty-cta p{opacity:.75;font-size:13px;margin:0}.empty-cta .home-action{margin-top:4px}@keyframes skShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-card{pointer-events:none;display:flex;flex-direction:column;gap:10px;min-height:92px;justify-content:center}.sk{border-radius:8px;background:linear-gradient(90deg,#ffffff0f 25%,#ffffff29 37%,#ffffff0f 63%);background-size:200% 100%;animation:skShimmer 1.4s ease-in-out infinite}.theme-light .sk{background:linear-gradient(90deg,#0000000d 25%,#0000001c 37%,#0000000d 63%);background-size:200% 100%}.sk-line{height:12px}.sk-w70{width:70%}.sk-w45{width:45%}.sk-pill{height:26px;width:110px;border-radius:13px}@media(prefers-reduced-motion:reduce){.sk{animation:none}}.show-more-btn{display:block;width:100%;margin:4px 0 6px;opacity:.92}.auth-field-hint{display:block;margin:-4px 2px 2px;font-size:11px;font-weight:600;opacity:.55}.general-chat-reset-hint{font-size:11px;font-weight:600;text-align:center;opacity:.6;padding:4px 10px 8px;letter-spacing:.2px}.toast-layer{position:fixed;left:50%;bottom:calc(82px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:9999;display:flex;flex-direction:column-reverse;align-items:center;gap:8px;width:min(92vw,440px);pointer-events:none}.toast{pointer-events:auto;width:100%;box-sizing:border-box;padding:13px 16px;border-radius:16px;font-size:14px;line-height:1.35;font-weight:600;color:#fff;background:#1c120cf5;border:1px solid rgba(255,255,255,.1);box-shadow:0 14px 38px #0000006b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);opacity:0;transform:translateY(14px) scale(.98);transition:opacity .22s ease,transform .22s cubic-bezier(.2,.9,.25,1.05);cursor:pointer}.toast-in{opacity:1;transform:translateY(0) scale(1)}.toast-out{opacity:0;transform:translateY(10px) scale(.98)}.theme-light .toast{background:#fffffff7;color:#2a1708;border-color:#00000014}.theme-light .toast-error{background:linear-gradient(135deg,#e5484d,#c62a2f);color:#fff}[dir=rtl] .toast{text-align:right}@media(prefers-reduced-motion:reduce){.toast{transition:opacity .2s ease;transform:none}.toast-in,.toast-out{transform:none}}.avatar-with-presence{position:relative;display:inline-flex;flex:0 0 auto}.presence-dot{position:absolute;bottom:0;right:0;width:12px;height:12px;border-radius:50%;background:#2ecc71;border:2px solid var(--surface, #fff);box-shadow:0 0 #2ecc7199;animation:presencePulse 2.2s infinite}.presence-dot.on-chat{background:#3498db}.presence-text{color:#2ecc71;font-weight:600}.presence-text.on-chat{color:#3498db}@keyframes presencePulse{0%{box-shadow:0 0 #2ecc7180}70%{box-shadow:0 0 0 6px #2ecc7100}to{box-shadow:0 0 #2ecc7100}}@media(prefers-reduced-motion:reduce){.presence-dot{animation:none}}.level-card .level-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.level-card .level-icon{font-size:30px;line-height:1}.level-card .level-head strong{display:block;font-size:16px}.level-card .level-head small{color:var(--muted, #888)}.level-bar{height:8px;border-radius:6px;background:var(--surface-soft, #F3EEE5);overflow:hidden}.level-bar span{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--accent, #f26b5e),var(--primary, #1f6f78));transition:width .5s ease}.level-next{display:block;margin-top:6px;color:var(--muted, #888)}.evening-status-box{background:var(--surface, #fff);border:1px solid var(--line, #DED8CF);border-radius:16px;padding:14px 16px;margin:12px 0;box-shadow:0 6px 18px var(--shadow, rgba(31, 58, 67, .08))}.evening-clear{background:none;border:none;color:var(--muted, #999);font-size:13px;cursor:pointer;text-decoration:underline}.evening-presets,.evening-friends{display:flex;flex-wrap:wrap;gap:8px}.evening-friends{margin-top:10px}.evening-chip,.evening-friend-chip{border:1px solid rgba(242,107,94,.35);background:var(--accent-soft, rgba(242, 107, 94, .08));color:var(--ink, #22313A);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease,color .12s ease,box-shadow .12s ease}.evening-chip:hover{transform:translateY(-2px);background:var(--accent, #f26b5e);color:#fff;box-shadow:0 6px 16px #f26b5e59}.evening-friend-chip:hover{transform:translateY(-1px)}.evening-friend-chip{border-color:#2ecc7166;background:#2ecc711a}.evening-current{font-weight:700;color:var(--accent, #f26b5e)}.evening-current small{font-weight:400;color:var(--muted, #999)}.leaderboard-list{display:flex;flex-direction:column;gap:6px}.leaderboard-row{display:flex;align-items:center;gap:10px;width:100%;border:1px solid transparent;background:var(--surface-soft, #F3EEE5);border-radius:12px;padding:8px 12px;cursor:pointer;text-align:left;transition:background .12s ease,transform .12s ease}.leaderboard-row:hover{background:var(--accent-soft, #FFE2DC);transform:translateY(-1px)}.leaderboard-row.is-me{background:var(--accent-soft, rgba(242, 107, 94, .12));border:1px solid rgba(242,107,94,.35)}.leaderboard-rank{font-size:18px;min-width:24px;text-align:center}.leaderboard-name{flex:1;font-weight:600}.leaderboard-points{color:var(--accent, #f26b5e);font-weight:700;font-size:13px}.time-suggestion{display:flex;align-items:center;gap:12px;width:100%;border:1px solid rgba(31,111,120,.25);background:linear-gradient(135deg,#1f6f7814,#f26b5e14);border-radius:14px;padding:12px 16px;margin:12px 0;cursor:pointer;font-weight:700;font-size:15px;color:var(--ink, #22313A);transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px var(--shadow, rgba(31, 58, 67, .08))}.time-suggestion:hover{transform:translateY(-2px);box-shadow:0 8px 22px var(--shadow, rgba(31, 58, 67, .14))}.time-suggestion-emoji{font-size:26px;flex:0 0 auto}.time-suggestion-text{flex:1;text-align:left}.time-suggestion-arrow{font-size:26px;font-weight:400;color:var(--accent, #f26b5e);transition:transform .15s ease}.time-suggestion:hover .time-suggestion-arrow{transform:translate(4px)}.revival-box{display:flex;align-items:center;gap:12px;background:var(--surface, #fff);border:1px dashed rgba(242,107,94,.5);border-radius:14px;padding:12px 14px;margin:12px 0}.revival-emoji{font-size:26px}.revival-text{flex:1;display:flex;flex-direction:column}.revival-text small{color:var(--muted, #999)}.revival-btn{border:none;background:var(--accent, #f26b5e);color:#fff;border-radius:999px;padding:8px 16px;font-weight:700;cursor:pointer;white-space:nowrap}.attendance-box{display:flex;align-items:center;gap:12px;background:var(--surface, #fff);border:1px solid rgba(31,111,120,.35);border-radius:14px;padding:12px 14px;margin:12px 0}.attendance-emoji{font-size:26px}.attendance-text{flex:1;display:flex;flex-direction:column;min-width:0}.attendance-text small{color:var(--muted, #999)}.attendance-actions{display:flex;gap:8px;flex:0 0 auto}.attendance-btn{border:none;border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer;white-space:nowrap}.attendance-btn.yes{background:var(--primary, #1f6f78);color:#fff}.attendance-btn.no{background:var(--surface-soft, #F3EEE5);color:var(--ink, #22313A);border:1px solid var(--line, rgba(0,0,0,.1))}.global-search-overlay{align-items:flex-start}.global-search-modal{width:100%;max-width:480px;margin-top:8vh;max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.global-search-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.global-search-head input{flex:1;min-width:0;padding:11px 14px;border-radius:12px;border:1px solid var(--line, rgba(0,0,0,.12));background:var(--surface-soft, #F3EEE5);color:var(--ink, #22313A);font-size:15px}.global-search-head .modal-close{position:static;flex:0 0 auto}#global-search-results{overflow-y:auto}.global-search-hint{text-align:center;color:var(--muted, #999);padding:24px 12px;font-size:14px}.global-search-section{margin-bottom:14px}.global-search-section h4{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted, #999);margin:0 0 6px}.global-search-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:var(--surface-soft, #F3EEE5);border:1px solid var(--line, rgba(0,0,0,.08));border-radius:12px;padding:9px 11px;margin-bottom:6px;cursor:pointer;color:var(--ink, #22313A)}.global-search-item:hover{border-color:var(--accent, #f26b5e)}.global-search-item .gs-emoji{font-size:22px;flex:0 0 auto}.global-search-item .avatar-mini{width:30px;height:30px;flex:0 0 auto}.global-search-item .gs-main{display:flex;flex-direction:column;min-width:0}.global-search-item .gs-main strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-search-item .gs-main small{color:var(--muted, #999);font-size:12px}.turnstile-box{display:flex;justify-content:center;margin:6px 0 2px;min-height:65px}.admin-panel{border:1px solid rgba(31,111,120,.4);background:linear-gradient(160deg,#1f6f781a,#1f6f7805)}.admin-panel-title{color:var(--primary, #1f6f78)}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:8px;margin:10px 0 14px}.admin-stats-grid>div{background:var(--surface-soft, #F3EEE5);border-radius:12px;padding:10px 6px;text-align:center}.admin-stats-grid strong{display:block;font-size:18px;color:var(--primary, #1f6f78)}.admin-stats-grid span{font-size:11px;color:var(--muted, #888)}.admin-reports-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.admin-reports-list{display:flex;flex-direction:column;gap:6px}.admin-report-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface-soft, #F3EEE5);border-radius:10px;padding:8px 10px}.admin-report-main{display:flex;flex-direction:column;min-width:0}.admin-report-main strong{font-size:13px}.admin-report-main small{color:var(--muted, #999);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-report-row .settings-link{flex:0 0 auto}.quiet-hours-range{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0 4px}.quiet-hours-range label{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--ink, #22313A)}.quiet-hours-range input[type=time]{padding:6px 8px;border-radius:8px;border:1px solid var(--line, rgba(0,0,0,.12));background:var(--surface-soft, #F3EEE5);color:var(--ink, #22313A)}.org-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.org-stats-grid>div{background:var(--surface-soft, #F3EEE5);border-radius:12px;padding:10px 6px;text-align:center}.org-stats-grid strong{display:block;font-size:18px;color:var(--primary, #1f6f78)}.org-stats-grid span{font-size:11px;color:var(--muted, #888)}.challenge-list{display:flex;flex-direction:column;gap:10px}.challenge-row{display:flex;align-items:center;gap:12px}.challenge-icon{font-size:22px}.challenge-main{flex:1}.challenge-main strong{display:block;font-size:14px;margin-bottom:4px}.challenge-bar{height:7px;border-radius:6px;background:var(--surface-soft, #F3EEE5);overflow:hidden}.challenge-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--accent, #f26b5e),var(--primary, #1f6f78));transition:width .5s ease}.challenge-count{font-weight:700;font-size:13px;color:var(--muted, #888)}.challenge-row.done .challenge-count{color:#2ecc71}.spot-admin-controls{margin-top:12px;padding:12px;border:1px dashed rgba(31,111,120,.4);border-radius:12px;background:#1f6f780a}.spot-admin-controls h4{margin:0 0 10px;font-size:14px}.spot-admin-check{display:flex;align-items:center;gap:8px;margin-bottom:8px;cursor:pointer;font-weight:600}.spot-admin-ticketing{display:flex;flex-direction:column;gap:8px}.spot-admin-ticketing input{width:100%;padding:9px 12px;border:1px solid var(--line, #DED8CF);border-radius:10px;font-size:14px;background:var(--surface, #fff);color:var(--ink, #22313A)}.trends-box{margin:12px 0;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,#f26b5e1a,#1f6f7814);border:1px solid rgba(242,107,94,.2)}.home-now-banner{display:flex;align-items:center;gap:12px;width:100%;margin:0 0 12px;padding:12px 14px;border-radius:16px;text-align:start;cursor:pointer;background:linear-gradient(135deg,#ff6a0029,#ff8a1f14);border:1px solid rgba(255,106,0,.24);box-shadow:0 10px 24px #ff6a001f}.home-now-banner.home-now-now{border-color:#e5390c57}.home-now-emoji{font-size:26px;line-height:1;flex-shrink:0}.home-now-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.home-now-kicker{font-size:12px;font-weight:700;letter-spacing:.02em;color:#e8590c}.home-now-name{font-size:15px;font-weight:600;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-now-meta{font-size:12px;font-weight:700;color:#e8590c;white-space:nowrap;flex-shrink:0}.trends-head{font-weight:700;margin-bottom:8px}.trends-chips{display:flex;flex-wrap:wrap;gap:8px}.trend-chip{border:1px solid rgba(31,111,120,.3);background:var(--surface, #fff);border-radius:999px;padding:6px 13px;font-size:13px;font-weight:600;cursor:pointer}.trend-chip.top{border-color:var(--accent, #f26b5e)}.beach-weather{display:inline-block;background:#3498db1f;color:#2c7fb8;border-radius:10px;padding:6px 12px;font-weight:600;font-size:13px;margin:4px 0 8px}.spot-badge.verified-spot-badge{background:#2ecc7126;color:#1e8a4f;border:1px solid rgba(46,204,113,.4)}@media(max-width:899px){.header-right .account-btn-header .account-label-text,.header-right .notif-label,.header-right .logout-label{display:none!important}.header-right .header-icon-btn,.header-right .account-btn-header.user-avatar,.header-right .notif-btn,.header-right .logout-icon-btn{width:34px!important;min-width:34px!important;height:34px!important;padding:0!important;border-radius:50%!important;justify-content:center!important}.header-right{gap:6px!important}.header-right .notif-count{top:-2px!important;right:-2px!important}.header-right .language-switcher{display:block!important;position:relative!important}.header-right .language-switcher .language-current{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border-radius:50%!important;font-size:12px!important;font-weight:800!important;display:grid!important;place-items:center!important}.header-right .language-switcher .language-menu{position:absolute!important;top:calc(100% + 6px)!important;right:0!important;z-index:50!important}}.home-actions.home-actions-row{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;width:100%!important;margin-top:10px!important}.home-actions.home-actions-row .home-action{flex:1 1 0!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:9px 4px!important;font-size:11px!important;line-height:1.15!important;text-align:center!important;border-radius:14px!important}.home-actions.home-actions-icons .home-action.icon-action{height:64px!important;min-height:64px!important;max-height:64px!important;aspect-ratio:auto!important;padding:0!important;flex:1 1 0!important;min-width:0!important;display:grid!important;place-items:center!important;border-radius:16px!important}@media(max-width:599px){.home-actions.home-actions-icons .home-action.icon-action{height:56px!important;min-height:56px!important;max-height:56px!important}}.home-actions.home-actions-icons .home-action .ha-icon{width:26px!important;height:26px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.accueil-header p{white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;max-width:100%!important;width:100%!important;font-size:clamp(10px,2.75vw,22px)!important;text-align:center!important;letter-spacing:-.2px!important}body .app-screen .page.accueil-page .accueil-header .brand-logo-home{width:min(260px,60vw)!important;max-height:120px!important}.activity-sheet .vote-btns .vote-btn:first-child:not(.active):not(:disabled){background:linear-gradient(135deg,#f97316,#fb923c,#f97316)!important;background-size:200% 100%!important;color:#fff!important;border:none!important;font-weight:900!important;letter-spacing:.3px!important;box-shadow:0 8px 24px #f9731680,0 0 0 1px #ffffff1f inset!important;animation:joinPulse 2.4s ease-in-out infinite,joinShine 3s linear infinite!important}@keyframes joinPulse{0%,to{box-shadow:0 8px 24px #f9731673,0 0 0 1px #ffffff1f inset}50%{box-shadow:0 10px 32px #f97316bf,0 0 0 1px #ffffff2e inset}}@keyframes joinShine{0%{background-position:0% 50%}to{background-position:200% 50%}}@media(prefers-reduced-motion:reduce){.activity-sheet .vote-btns .vote-btn:first-child:not(.active):not(:disabled){animation:none!important}}.activity-sheet-headline{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:6px!important;overflow-x:auto!important;scrollbar-width:none!important}.activity-sheet-headline::-webkit-scrollbar{display:none}.activity-sheet-headline>*{flex:0 0 auto!important;white-space:nowrap!important;margin:0!important}.activity-sheet .quick-actions{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:2px!important}.activity-sheet .quick-actions::-webkit-scrollbar{display:none}.activity-sheet .quick-actions button{flex:1 1 0!important;min-width:max-content!important;white-space:nowrap!important;font-size:12px!important;padding:9px 10px!important}.reviews-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}.reviews-head h3{margin:0!important}.kebab-wrap{position:relative;flex:0 0 auto}.kebab-btn{width:36px;height:36px;border-radius:12px;border:1px solid rgba(255,138,31,.26);background:#ff8a1f1f;color:inherit;font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center}.kebab-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:180px;background:#1c110a;border:1px solid rgba(255,138,31,.3);border-radius:14px;box-shadow:0 16px 40px #00000080;overflow:hidden;animation:kebabIn .14s ease both}@keyframes kebabIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.kebab-item{display:block;width:100%;text-align:left;padding:12px 14px;background:none;border:none;color:#fff7ed;font-size:14px;font-weight:700;cursor:pointer}.kebab-item:hover{background:#ff8a1f24}.kebab-item.danger{color:#ff7a6b}.explore-controls .control-row{display:flex!important;flex-wrap:nowrap!important;gap:6px!important}.explore-controls .control-row select{flex:1 1 0!important;min-width:0!important;width:auto!important;padding:9px 6px!important;font-size:12px!important;text-overflow:ellipsis!important}@media(max-width:599px){.explore-controls .control-row{flex-wrap:nowrap!important;grid-template-columns:none!important}.explore-controls .control-row select{font-size:11px!important;padding:9px 4px!important}}@media(max-width:599px){.mini-map-box{height:150px!important;min-height:150px!important}}@media(max-width:899px){.map-page,.map-page.active{display:flex!important;flex-direction:column!important}.map-page .map-sidebar{order:1!important}.map-page .map-main{order:2!important}.map-page .map-list{order:3!important}}.is-hidden{display:none!important}.avatar-studio-sticky{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,var(--paper, #1a1008) 70%,transparent);padding-bottom:8px}.avatar-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 12px}.avatar-tab{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 4px;border-radius:14px;border:1px solid var(--line, #DED8CF);background:var(--surface-soft, #F3EEE5);color:var(--ink, #22313A);cursor:pointer;transition:background .12s ease,transform .12s ease}.avatar-tab .avatar-tab-icon{font-size:19px;line-height:1}.avatar-tab .avatar-tab-label{font-size:10px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.avatar-tab.active{background:linear-gradient(135deg,var(--accent, #F26B5E),#F58B71);color:#fff;border-color:transparent;transform:translateY(-1px)}.avatar-choices-box{min-height:80px;padding:4px 0 8px;animation:avatarChoicesIn .16s ease both}@keyframes avatarChoicesIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:599px){.avatar-studio-sticky{display:flex!important;align-items:center!important;gap:12px!important;flex-direction:row!important}.avatar-studio-sticky .avatar-studio-preview{width:84px!important;height:84px!important;flex:0 0 auto!important}.avatar-studio-sticky .avatar-studio-copy h1{font-size:18px!important;margin:0!important}.avatar-studio-sticky .avatar-studio-copy p{font-size:12px!important;margin:2px 0 0!important}.avatar-tab .avatar-tab-label{font-size:9px}}.evening-status-box.evening-status-inline{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important}.evening-status-box.evening-status-inline::-webkit-scrollbar{display:none}.evening-status-inline .evening-title{flex:0 0 auto!important;font-size:14px!important;white-space:nowrap!important}.evening-status-inline .evening-presets{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;margin:0!important;flex:1 1 auto!important}.evening-status-inline .evening-presets .evening-chip{flex:0 0 auto!important;white-space:nowrap!important;padding:7px 11px!important;font-size:12px!important}.evening-status-inline .evening-current{flex:1 1 auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.evening-status-inline .evening-clear{flex:0 0 auto!important}.evening-status-inline .evening-friends{display:flex!important;flex-wrap:nowrap!important;gap:6px!important;margin:0!important;flex:0 0 auto!important}body .app-screen .page.accueil-page .accueil-header{width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important;box-sizing:border-box!important}body .app-screen .page.accueil-page .accueil-header p,body .app-screen .page.accueil-page .home-stats,body .app-screen .page.accueil-page .home-actions{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}body .app-screen .page.accueil-page .accueil-header{padding-left:8px!important;padding-right:8px!important}body .app-screen .page.accueil-page .accueil-header p{font-size:clamp(11px,3.4vw,22px)!important;letter-spacing:-.3px!important}.danger-zone{border:1px solid rgba(220,53,69,.4)!important}.danger-zone h3{color:#ff6b6b!important}.account-btn.danger-btn{background:linear-gradient(135deg,#dc3545,#b02a37)!important;color:#fff!important;border:none!important}.account-btn.danger-btn:hover{background:linear-gradient(135deg,#e4495a,#c1313f)!important}.turnstile-box{display:flex!important;justify-content:center!important;align-items:center!important;width:100%;min-height:70px;margin:6px 0 2px!important;overflow:hidden}.turnstile-box iframe{max-width:100%!important}.auth-hero-side,.auth-form-side{display:contents}.landing-nav,.hero-headline,.hero-subtitle,.hero-cards,.auth-card-title,.auth-card-sub,.auth-or,.auth-features,.auth-create-account{display:none}@media(min-width:920px){.auth-screen.auth-landing{background:#f0f2f5!important;color:#1c1e21!important;min-height:100vh;display:flex!important;flex-direction:column;align-items:center;padding:0!important}.auth-screen.auth-landing:before{display:none!important}.landing-nav{display:flex;align-items:center;justify-content:space-between;gap:22px;width:100%;max-width:1180px;padding:16px 24px;box-sizing:border-box}.landing-wordmark{height:44px;width:auto;cursor:pointer;object-fit:contain}.landing-nav-links{display:flex;gap:4px;flex:1}.landing-nav-links button{background:none;border:none;color:#1c1e21;font-weight:600;font-size:15px;padding:8px 14px;border-radius:8px;cursor:pointer}.landing-nav-links button:hover{background:#0000000d}.landing-nav-actions{display:flex;align-items:center;gap:10px}.landing-city{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:#444;background:#fff;border:1px solid #dadde1;border-radius:10px;padding:8px 12px;font-size:14px}.landing-city-icon{width:17px;height:17px;fill:none;stroke:#ff6a00;stroke-width:2}.landing-btn{font-weight:700;font-size:15px;padding:9px 18px;border-radius:10px;cursor:pointer;border:1.5px solid transparent}.landing-btn.ghost{background:#fff;color:#1877f2;border-color:#1877f2}.landing-btn.ghost:hover{background:#f0f6ff}.landing-btn.primary{background:#1877f2;color:#fff}.landing-btn.primary:hover{background:#166fe0}.auth-box.auth-split{display:grid!important;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;width:100%;max-width:1140px;margin:0 auto;flex:1;padding:10px 24px 48px!important;background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important}.auth-split .auth-hero-side{display:flex;flex-direction:column;gap:18px}.auth-split .hero-mobile-logo,.auth-split .hero-subtitle-mobile,.auth-split .intro-steps{display:none!important}.hero-headline{display:block;font-size:52px;line-height:1.06;font-weight:800;color:#1c1e21!important;letter-spacing:-1.2px;margin:0}.hero-headline .accent{color:#ff6a00}.hero-subtitle{display:block;font-size:18px;line-height:1.5;color:#4b4f56!important;max-width:470px;margin:0}.hero-cards{display:flex;align-items:flex-end;justify-content:center;margin-top:26px;min-height:300px}.hero-card{width:188px;background:#fff;border-radius:18px;box-shadow:0 20px 44px #0000002e;overflow:hidden;padding:9px}.hero-card .hero-card-img{height:196px;border-radius:13px;background-size:cover;background-position:center;position:relative;background-image:linear-gradient(150deg,#ffd8a8,#ff922b 70%,#e8590c)}.hero-card-badge{position:absolute;top:9px;left:9px;width:30px;height:30px;border-radius:50%;background:#ff6a00;color:#fff;display:grid;place-items:center;font-size:15px;box-shadow:0 2px 8px #0003}.hero-card-badge svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.2}.hero-card-body{padding:9px 6px 3px}.hero-card-body strong{display:block;font-size:13px;color:#1c1e21;line-height:1.2}.hero-card-body small{color:#8a8d91;font-size:12px}.hero-card.hc1{transform:rotate(-7deg);z-index:1;margin-right:-16px}.hero-card.hc2{transform:translateY(-26px) scale(1.08);z-index:3}.hero-card.hc3{transform:rotate(7deg);z-index:2;margin-left:-16px}.auth-split .auth-form-side{display:flex;justify-content:center}.auth-form-card{width:100%;max-width:416px;background:#fff!important;border-radius:16px;padding:28px 26px 22px!important;box-shadow:0 12px 36px #0000001f;border:1px solid #e4e6eb;box-sizing:border-box}.auth-card-title{display:block;text-align:center;font-size:24px;font-weight:800;color:#1c1e21!important;margin:0 0 4px}.auth-card-sub{display:block;text-align:center;color:#65676b!important;font-size:14px;margin:0 0 18px}.auth-landing .auth-tabs{display:none!important}.auth-landing .auth-form{display:flex;flex-direction:column;gap:12px}.auth-landing .auth-form input[type=text],.auth-landing .auth-form input[type=email],.auth-landing .auth-form input[type=password]{background:#fff!important;color:#1c1e21!important;border:1px solid #ccd0d5!important;border-radius:10px!important;padding:14px!important;font-size:16px!important}.auth-landing .auth-form input::placeholder{color:#8a8d91!important}.auth-landing .auth-form .avatar-label,.auth-landing .auth-field-hint{color:#65676b!important}.auth-landing .auth-btn{background:#1877f2!important;color:#fff!important;border:none!important;border-radius:10px!important;padding:13px!important;font-size:17px!important;font-weight:700!important;box-shadow:none!important}.auth-landing .auth-btn:hover{background:#166fe0!important}.auth-landing .auth-secondary-link{display:block;text-align:center;color:#1877f2!important;font-weight:600;margin:12px auto 0;background:none!important}.auth-landing .checkbox-wrapper{color:#65676b}.auth-or{display:flex;align-items:center;text-align:center;color:#96999e;margin:16px 0}.auth-or:before,.auth-or:after{content:"";flex:1;height:1px;background:#dadde1}.auth-or span{padding:0 12px;font-size:13px}.auth-create-account{display:block;width:100%;background:#fff;color:#1877f2;border:1.5px solid #1877F2;border-radius:10px;padding:12px;font-size:16px;font-weight:700;cursor:pointer}.auth-create-account:hover{background:#f0f6ff}.auth-features{display:flex;justify-content:space-around;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid #e4e6eb}.auth-feat{display:flex;flex-direction:column;align-items:center;gap:6px;color:#65676b;font-size:12px;font-weight:600;text-align:center}.auth-feat .feat-icon{width:26px;height:26px;stroke:#ff6a00;fill:none;stroke-width:2}.auth-landing .social-auth{margin-top:4px;text-align:center}.auth-landing .social-auth button{background:#fff!important;color:#1c1e21!important;border:1px solid #ccd0d5!important;border-radius:10px!important;font-weight:700!important;padding:12px!important;width:100%}.auth-landing .social-auth span{color:#8a8d91!important;font-size:13px}}@media(min-width:920px){body.theme-dark .auth-landing .landing-nav-links button,body.theme-light .auth-landing .landing-nav-links button{color:#1c1e21!important}.auth-landing .turnstile-box{display:none!important}}.landing-content-screen{background:#f0f2f5!important;color:#1c1e21!important;min-height:100vh;display:flex;flex-direction:column;align-items:center}.landing-content-screen:before{display:none!important}.landing-content{width:100%;max-width:1080px;margin:0 auto;padding:24px 18px 56px;box-sizing:border-box}.landing-content-narrow{max-width:760px}.landing-content-title{font-size:30px;font-weight:800;color:#1c1e21!important;-webkit-text-fill-color:#1c1e21;letter-spacing:-.6px;margin:14px 0 10px}.landing-content-lead{font-size:17px;line-height:1.5;color:#4b4f56!important;-webkit-text-fill-color:#4b4f56;margin:0 0 24px}.landing-feature-grid{display:grid;grid-template-columns:1fr;gap:14px}.landing-feature-card{background:#fff;border:1px solid #e4e6eb;border-radius:16px;padding:20px;box-shadow:0 6px 20px #0000000d}.landing-feature-card .lf-icon{width:28px;height:28px;stroke:#ff6a00;fill:none;stroke-width:2}.landing-feature-card h3{font-size:16px;color:#1c1e21!important;-webkit-text-fill-color:#1c1e21;margin:10px 0 5px}.landing-feature-card p{font-size:14px;line-height:1.5;color:#65676b!important;-webkit-text-fill-color:#65676b;margin:0}.landing-about-text{font-size:16px;line-height:1.65;color:#3a3d42!important;-webkit-text-fill-color:#3a3d42;margin:0 0 16px}.landing-cta{display:inline-block;margin-top:22px;background:#ff6a00;color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:16px;font-weight:700;cursor:pointer}.landing-cta:hover{background:#e8590c}.landing-content-screen .landing-nav{display:flex!important;align-items:center;justify-content:space-between;gap:22px;width:100%;max-width:1180px;padding:16px 24px;box-sizing:border-box;flex-wrap:wrap}.landing-content-screen .landing-wordmark{height:44px;cursor:pointer}.landing-content-screen .landing-nav-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.landing-content-screen .landing-link{background:none;border:none;color:#1c1e21!important;font-weight:600;cursor:pointer;padding:8px 10px;border-radius:8px}.landing-content-screen .landing-link.active{color:#ff6a00!important}@media(min-width:920px){.landing-content-title{font-size:42px}.landing-content-lead{font-size:19px;max-width:760px}.landing-feature-grid{grid-template-columns:repeat(3,1fr);gap:18px}.landing-feature-card{padding:22px}.auth-landing .landing-wordmark{height:52px!important}.auth-landing .landing-nav{justify-content:space-between}.auth-landing .landing-nav-right{display:flex;align-items:center;gap:14px}.auth-landing .landing-link{background:none;border:none;color:#1c1e21!important;font-weight:600;font-size:15px;padding:8px 12px;border-radius:8px;cursor:pointer}.auth-landing .landing-link:hover{background:#0000000d}.auth-landing .landing-link.active{color:#ff6a00!important}.auth-landing .language-current{background:#fff!important;color:#1c1e21!important;border:1px solid #dadde1!important;border-radius:10px!important;padding:9px 12px!important;font-weight:600!important;cursor:pointer}.auth-landing .language-menu{background:#fff!important;border:1px solid #dadde1!important;box-shadow:0 12px 28px #00000024!important;border-radius:12px!important}.auth-landing .language-menu button{color:#1c1e21!important}.auth-landing .language-menu button:hover{background:#f0f2f5!important}.auth-landing .language-menu button.active{color:#ff6a00!important}.auth-landing .landing-btn.ghost{color:#ff6a00!important;border-color:#ff6a00!important;background:#fff!important}.auth-landing .landing-btn.ghost:hover{background:#fff5ec!important}.auth-landing .landing-btn.primary{background:#ff6a00!important;color:#fff!important}.auth-landing .landing-btn.primary:hover{background:#e8590c!important}.auth-landing .auth-btn{background:#ff6a00!important}.auth-landing .auth-btn:hover{background:#e8590c!important}.auth-landing .auth-secondary-link{color:#ff6a00!important}.auth-landing .auth-create-account{color:#ff6a00!important;border-color:#ff6a00!important}.auth-landing .auth-create-account:hover{background:#fff5ec!important}.auth-landing .auth-form input:focus{border-color:#ff6a00!important;outline:none;box-shadow:0 0 0 3px #ff6a0026!important}.auth-landing .social-auth button:hover{background:#f5f6f7!important}body.theme-dark .auth-landing .checkbox-wrapper,body.theme-dark .auth-landing .checkbox-wrapper label,body.theme-light .auth-landing .checkbox-wrapper,body.theme-light .auth-landing .checkbox-wrapper label{color:#4b4f56!important;-webkit-text-fill-color:#4b4f56!important}}.auth-landing .auth-box:not(.auth-split){background:#fff!important;color:#1c1e21!important;border:1px solid #e4e6eb!important;border-radius:16px!important;box-shadow:0 12px 36px #0000001f!important}.auth-landing .auth-box:not(.auth-split) h1,.auth-landing .auth-box:not(.auth-split) .brand-logo-auth+*{color:#1c1e21!important;-webkit-text-fill-color:#1c1e21}.auth-landing .auth-box:not(.auth-split)>p{color:#65676b!important;-webkit-text-fill-color:#65676b}.auth-landing .auth-box:not(.auth-split) input{background:#fff!important;color:#1c1e21!important;border:1px solid #ccd0d5!important;border-radius:10px!important}.auth-landing .auth-box:not(.auth-split) input::placeholder{color:#8a8d91!important}.auth-landing .auth-box:not(.auth-split) .auth-btn{background:#ff6a00!important;color:#fff!important;border:none!important}.auth-landing .auth-box:not(.auth-split) .auth-secondary-link{color:#ff6a00!important}.auth-screen.auth-reset{background:#f0f2f5!important}.auth-screen.auth-reset:before{display:none!important}.auth-landing .checkbox-wrapper{display:flex;align-items:center;gap:9px}.auth-landing .checkbox-wrapper input[type=checkbox]{-webkit-appearance:none;appearance:none;width:20px;height:20px;min-width:20px;margin:0;border:2px solid #1c1e21;border-radius:6px;background:#fff;cursor:pointer;position:relative;flex:0 0 auto}.auth-landing .checkbox-wrapper input[type=checkbox]:checked{background:#fff;border-color:#1c1e21}.auth-landing .checkbox-wrapper input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:6px;height:11px;border:solid #FF6A00;border-width:0 3px 3px 0;transform:rotate(45deg)}.auth-landing .checkbox-wrapper input[type=checkbox]:focus-visible{outline:2px solid #FF6A00;outline-offset:2px}.auth-landing .checkbox-wrapper input[type=checkbox]{width:20px!important;height:20px!important;min-width:20px!important}.register-progress{display:flex;gap:6px;justify-content:center;margin:2px 0 18px}.reg-dot{width:26px;height:4px;border-radius:2px;background:#e4e6eb;transition:background .25s ease}.reg-dot.active{background:#ff6a00}.register-wizard{overflow:hidden;width:100%}.register-track{display:flex;transition:transform .34s cubic-bezier(.4,0,.2,1);align-items:stretch}.register-step{flex:0 0 100%;min-width:100%;display:flex;flex-direction:column;gap:12px;padding:0 2px;box-sizing:border-box}.register-q{font-size:19px;font-weight:800;margin:0 0 6px;text-align:center}.register-step .avatar-grid{max-height:230px;overflow-y:auto}.register-nav{display:flex;gap:10px;margin-top:8px}.register-back{flex:0 0 auto;background:none;border:1px solid #ccd0d5;border-radius:10px;padding:13px 20px;font-weight:700;cursor:pointer;color:inherit}.register-back:hover{background:#0000000d}.register-next{flex:1}@media(min-width:920px){.auth-landing .register-q{color:#1c1e21!important;-webkit-text-fill-color:#1c1e21}.auth-landing .register-back{border-color:#ccd0d5;color:#1c1e21}}.bottom-nav{display:none}@media(max-width:1023px){.app-screen .header .nav-tabs{display:none!important}.bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:200;justify-content:space-around;align-items:center;padding:7px 4px calc(7px + env(safe-area-inset-bottom,0px));background:var(--surface, #ffffff);border-top:1px solid var(--line, rgba(0, 0, 0, .1));box-shadow:0 -6px 22px #00000014}body.theme-dark .bottom-nav{background:#1c110a;border-top-color:#ff8a1f38}.bottom-nav-tab{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;background:none;border:none;cursor:pointer;padding:4px 2px;font-size:10px;font-weight:600;color:var(--muted, #8a8d91)}.bottom-nav-tab.active{color:var(--primary, #FF6A00)}.bottom-nav-tab .nav-icon{width:24px;height:24px}.bottom-nav-tab span{font-size:10px}.bottom-nav-avatar,.bottom-nav-avatar .avatar-mini{width:24px;height:24px;display:inline-flex}.app-screen .header .header-right .account-btn-header,.app-screen .header .header-right .language-switcher,.app-screen .header .header-right .recap-btn{display:none!important}.app-screen .content{padding-bottom:80px!important}}.danger-zone .danger-actions{display:flex;gap:10px;flex-wrap:wrap}.danger-zone .danger-actions .account-btn{flex:1 1 160px}.signout-btn{background:var(--surface-soft, #F3EEE5)!important;color:var(--ink, #22313A)!important;border:1px solid var(--line, rgba(0,0,0,.15))!important;font-weight:700!important}.signout-btn:hover{filter:brightness(.97)}.continue-as-box{max-width:380px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.continue-as-avatar{width:120px;height:120px;margin:6px auto 2px}.continue-as-avatar .avatar-profile,.continue-as-avatar svg{width:120px;height:120px;border-radius:50%;overflow:hidden}.continue-as-name{font-size:22px;font-weight:800;color:#1c1e21!important;-webkit-text-fill-color:#1c1e21}.continue-as-box .auth-btn{width:100%;background:#ff6a00!important;color:#fff!important;border:none!important}.continue-as-box .auth-btn:hover{background:#e8590c!important}.continue-as-box .auth-create-account{width:100%;color:#ff6a00!important;border:1.5px solid #FF6A00!important;background:#fff!important}.continue-as-box .continue-as-create{color:#ff6a00!important;background:none!important;margin-top:2px}.spot-detail .recurrence-badge{display:block!important;width:100%!important;box-sizing:border-box!important;margin:10px 0!important;padding:14px!important;border-radius:12px!important;text-align:center!important}.spot-detail .people-box{padding:14px!important;border-radius:12px!important;margin:10px 0!important}.rating-form button{transition:transform .08s ease,filter .12s ease}.rating-form button:active{transform:scale(.97);filter:brightness(.95)}.account-page .account-section{margin-bottom:22px!important;padding:18px!important}.account-page .account-section>h3{margin-bottom:14px!important}.account-page .account-section+.account-section{margin-top:4px}.account-page .preference-row,.account-page .admin-flag-row{margin:12px 0!important;padding:4px 0}.account-page .preference-row+.preference-row{border-top:1px solid var(--line, rgba(255,255,255,.06));padding-top:14px}.account-page .quiet-hours-range{margin:14px 0 6px!important}.account-page .account-stats{gap:12px!important;margin-bottom:8px}.account-page .badge-list{gap:10px!important}.account-page .danger-zone .danger-actions{margin-top:6px}.spot-detail .people-box,.activity-sheet .people-box{width:100%!important;box-sizing:border-box!important}body.theme-dark .auth-screen.auth-landing,body.theme-light .auth-screen.auth-landing,body.theme-dark .auth-screen.auth-reset,body.theme-light .auth-screen.auth-reset,body.theme-dark .landing-content-screen,body.theme-light .landing-content-screen{background:#f0f2f5!important;color:#1c1e21!important}@media(min-width:920px){body.theme-dark .auth-screen.auth-landing,body.theme-light .auth-screen.auth-landing{background:#f0f2f5!important}body.theme-dark .auth-landing .auth-form-card{background:#fff!important}body.theme-dark .auth-landing .hero-headline{color:#1c1e21!important;-webkit-text-fill-color:#1c1e21!important}body.theme-dark .auth-landing .hero-headline .accent{color:#ff6a00!important;-webkit-text-fill-color:#FF6A00!important}body.theme-dark .auth-landing .hero-subtitle{color:#4b4f56!important;-webkit-text-fill-color:#4b4f56!important}}body.theme-dark .auth-landing .auth-box.continue-as-box,body.theme-dark .auth-reset .auth-box{background:#fff!important}body.theme-dark .auth-landing .auth-card-title,body.theme-dark .auth-landing .continue-as-name{color:#1c1e21!important;-webkit-text-fill-color:#1c1e21!important}body.theme-dark .auth-landing .auth-card-sub{color:#65676b!important;-webkit-text-fill-color:#65676b!important}.activity-sheet,.spot-detail,.auth-split .auth-form-side,.global-search-modal,#global-search-results,.register-step .avatar-grid{scrollbar-width:none!important;-ms-overflow-style:none!important}.activity-sheet::-webkit-scrollbar,.spot-detail::-webkit-scrollbar,.auth-split .auth-form-side::-webkit-scrollbar,.global-search-modal::-webkit-scrollbar,#global-search-results::-webkit-scrollbar,.register-step .avatar-grid::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.account-page .account-section{margin-bottom:26px!important}.account-page .level-card,.account-page .org-stats-grid,.account-page .challenge-list,.account-page .points-history,.account-page .account-spot-list,.account-page .timeline-list{margin-top:6px}.account-page .account-spot-row,.account-page .timeline-item,.account-page .challenge-row{margin-bottom:8px}.auth-screen,.auth-screen *,.auth-box,.auth-box *{box-sizing:border-box}.auth-screen.auth-landing{overflow-x:hidden;max-width:100%}.auth-landing .auth-box,.auth-landing .auth-form,.auth-landing .auth-form input{max-width:100%}@media(min-width:920px){.auth-screen.auth-landing{background:#f0f2f5!important}.auth-landing .auth-form-card{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:4px 0 0!important;max-width:400px;margin:0 auto}.auth-split .auth-form-side{border-left:1px solid #dcdfe3;padding-left:56px}.auth-landing .hero-headline{font-size:60px!important;line-height:1.04!important;letter-spacing:-1.5px!important}.auth-landing .auth-box.auth-split{gap:64px;max-width:1180px}}body .auth-screen.auth-landing,body .auth-screen.auth-landing .auth-box,body .auth-screen.auth-landing .auth-box.auth-split,body .auth-screen.auth-landing .auth-form-card,body .auth-screen.auth-landing .auth-hero-side,body .auth-screen.auth-landing .auth-form-side{background:#f0f2f5!important;border:none!important;box-shadow:none!important;border-radius:0!important}body .auth-screen.auth-landing .auth-box,body .auth-screen.auth-landing .auth-box.auth-split,body .auth-screen.auth-landing .auth-form-card,body .auth-screen.auth-landing .auth-hero-side{background:transparent!important}@media(min-width:920px){body .auth-screen.auth-landing .auth-form-side{background:transparent!important;border-left:1px solid #dcdfe3!important}}body .auth-screen.auth-landing .checkbox-wrapper{background:transparent!important;border:none!important;padding:4px 0!important;color:#4b4f56!important}body .auth-screen.auth-landing .checkbox-wrapper label{color:#4b4f56!important;-webkit-text-fill-color:#4b4f56!important}body .auth-screen.auth-landing .social-auth button{background:#fff!important;border:1px solid #ccd0d5!important;color:#1c1e21!important;border-radius:12px!important;font-weight:800!important}body .auth-screen.auth-landing .social-auth button:hover{background:#f5f6f7!important}body .auth-screen.auth-landing .social-auth span{color:#8a8d91!important}body .auth-screen.auth-landing .auth-tab{background:#fff!important;border:1px solid #dcdfe3!important;color:#1c1e21!important}body .auth-screen.auth-landing .auth-tab.active{background:#ff6a00!important;color:#fff!important;border-color:#ff6a00!important}.auth-landing .intro-steps{display:none!important}body.theme-light .mini-map-box{border:1px solid #e4e6eb!important;box-shadow:0 6px 20px #0000000f!important}body .auth-screen.auth-landing .brand-logo-auth{filter:none!important}.brand-wordmark{display:block;filter:none!important}body .app-screen .header .brand-wordmark.brand-logo-header{width:auto!important;height:60px!important;max-height:60px!important;max-width:220px!important;object-fit:contain!important;object-position:left center!important}@media(max-width:480px){body .app-screen .header .brand-wordmark.brand-logo-header{height:50px!important}}body .accueil-header .brand-wordmark.brand-logo-home{width:auto!important;height:98px!important;max-height:98px!important;max-width:86%!important;object-fit:contain!important;object-position:center!important;margin:0 auto 8px!important}.profile-actions{grid-template-columns:1fr!important}.profile-actions .vote-btn{margin-top:0!important;width:100%!important}@media(min-width:920px)and (max-width:1179px){body .auth-screen.auth-landing .auth-box.auth-split{display:block!important;max-width:480px!important;margin:0 auto!important;gap:0!important;padding:8px 20px 44px!important}body .auth-screen.auth-landing .auth-split .auth-hero-side{display:contents!important}body .auth-screen.auth-landing .auth-split .auth-form-side{display:block!important;border-left:none!important;padding-left:0!important}body .auth-screen.auth-landing .auth-split .hero-headline,body .auth-screen.auth-landing .auth-split .hero-subtitle,body .auth-screen.auth-landing .auth-split .hero-cards{display:none!important}body .auth-screen.auth-landing .auth-split .hero-mobile-logo{display:block!important;text-align:center;margin:0 auto 4px}body .auth-screen.auth-landing .auth-split .hero-subtitle-mobile{display:block!important;text-align:center;color:#4b4f56!important;margin:0 0 8px}body .auth-screen.auth-landing .auth-form-card{max-width:480px!important;margin:0 auto!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:4px 0 0!important}}.register-track{transition:transform .26s cubic-bezier(.4,0,.2,1)!important}.register-nav{align-items:center!important}.register-back{min-height:50px!important;flex:1 1 0!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.register-next{min-height:50px!important;flex:1 1 0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.auth-landing .birthdate-fields{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.auth-landing .birthdate-fields input{width:100%!important;min-width:0!important;box-sizing:border-box!important;text-align:center}.auth-landing .register-back,.auth-landing .register-next{height:52px!important;min-height:52px!important;max-height:52px!important;padding-top:0!important;padding-bottom:0!important;margin:0!important;white-space:nowrap!important;line-height:1!important}.register-track{display:block!important;transform:none!important;transition:none!important;width:100%!important}.register-step{display:none!important;width:100%!important;min-width:0!important}.register-track[data-step="1"]>.register-step:nth-child(1),.register-track[data-step="2"]>.register-step:nth-child(2),.register-track[data-step="3"]>.register-step:nth-child(3),.register-track[data-step="4"]>.register-step:nth-child(4),.register-track[data-step="5"]>.register-step:nth-child(5){display:flex!important;animation:regStepIn .24s ease}@keyframes regStepIn{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}.landing-lang-bar{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;padding:8px 2px 30px;margin-top:10px}.landing-lang-btn{background:#fff;border:1px solid #dcdfe3;color:#1c1e21;border-radius:999px;padding:9px 12px;font-weight:700;font-size:13px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.landing-lang-btn:hover{background:#f5f6f7}.landing-lang-btn.active{background:#ff6a00;color:#fff;border-color:#ff6a00}.landing-lang-btn[lang=ar]{font-size:16px}@media(min-width:920px){.landing-lang-bar{display:none}}@media(max-width:919px){.auth-landing .hero-subtitle-mobile{margin:8px 0 26px!important;display:block;text-align:center}}.profile-fb{width:96%!important;max-width:940px!important;max-height:92vh!important;overflow-y:auto!important;padding:0!important;border-radius:18px!important;background:#f0f2f5!important;position:relative}.profile-fb .modal-close{position:absolute;top:12px;right:14px;z-index:5;background:#00000073;color:#fff;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:16px}.pf-cover{height:180px;background:linear-gradient(120deg,#2b1c14,#b3420e 38%,#ff6a00 64%,#ffb703);border-radius:18px 18px 0 0}.pf-head{display:flex;align-items:flex-start;gap:18px;padding:0 24px 18px;flex-wrap:wrap}.pf-avatar-wrap{position:relative;flex:0 0 auto;margin-top:-62px}.pf-avatar.avatar-face{display:block!important;width:124px!important;height:124px!important;border-radius:50%!important;border:4px solid #fff!important;box-shadow:0 4px 16px #0000002e;background:#fff;overflow:hidden}.pf-avatar.avatar-face svg{width:100%!important;height:100%!important}.pf-online{position:absolute;right:10px;bottom:12px;width:20px;height:20px;border-radius:50%;background:#31a24c;border:3px solid #fff}.pf-cam{position:absolute;right:2px;bottom:4px;width:34px;height:34px;border-radius:50%;background:#e4e6eb;border:2px solid #fff;cursor:pointer;font-size:15px;display:grid;place-items:center}.pf-id{flex:1 1 240px;padding-top:16px;padding-bottom:4px}.pf-name{display:flex;align-items:center;gap:8px;font-size:26px;font-weight:800;color:#1c1e21;margin:0}.pf-verified{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#1877f2;color:#fff;font-size:13px;font-weight:900;flex:0 0 auto}.pf-handle{color:#65676b;font-size:14px;margin:3px 0 0}.pf-bio{color:#1c1e21;font-size:15px;margin:8px 0 0}.pf-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.pf-chip{background:#fff;border:1px solid #e4e6eb;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:600;color:#1c1e21}.pf-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;padding-top:18px;padding-bottom:6px}.pf-btn{background:#e4e6eb;color:#1c1e21;border:none;border-radius:10px;padding:10px 16px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap;transition:filter .15s ease}.pf-btn:hover{filter:brightness(.96)}.pf-btn.primary{background:#ff6a00;color:#fff}.pf-btn.danger{background:#fdedeb;color:#d3402f}.pf-body{display:grid;grid-template-columns:320px 1fr;gap:16px;padding:4px 24px 26px}.pf-card{background:#fff;border:1px solid #e4e6eb;border-radius:14px;padding:16px;margin-bottom:16px}.pf-side .pf-card:last-child,.pf-main .pf-card:last-child{margin-bottom:0}.pf-card h3{font-size:16px;font-weight:800;color:#1c1e21;margin:0 0 12px}.pf-about{list-style:none;margin:0;padding:0;display:grid;gap:9px}.pf-about li{font-size:14px;color:#4b4f56}.pf-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pf-stats div{background:#f7f8fa;border-radius:10px;padding:12px;text-align:center}.pf-stats strong{display:block;font-size:20px;font-weight:800;color:#ff6a00}.pf-stats span{font-size:12px;color:#65676b}.pf-interests,.pf-badges{display:flex;flex-wrap:wrap;gap:8px}.pf-interests span{background:#fff3ea;color:#c2410c;border:1px solid #ffd9bf;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.pf-badge{background:linear-gradient(135deg,#ff6a00,#ffb703);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.pf-friends{display:flex;flex-wrap:wrap;gap:8px}.pf-friend{background:none;border:none;padding:0;cursor:pointer}.pf-friend .avatar-face{display:block;width:44px!important;height:44px!important;border-radius:50%;overflow:hidden}.pf-friend .avatar-face svg{width:100%!important;height:100%!important}.pf-main-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.pf-main-head h3{margin:0}.pf-link{background:none;border:none;color:#ff6a00;font-weight:700;font-size:13px;cursor:pointer}.pf-activities{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px}.pf-activity{display:flex;align-items:center;gap:12px;text-align:left;background:#f7f8fa;border:1px solid #e4e6eb;border-radius:12px;padding:12px;cursor:pointer;transition:background .15s ease,transform .15s ease}.pf-activity:hover{background:#fff3ea;transform:translateY(-2px)}.pf-activity-emoji{font-size:28px;flex:0 0 auto}.pf-activity-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pf-activity-info strong{font-size:14px;color:#1c1e21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-activity-meta{font-size:12px;color:#65676b}.pf-activity-count{font-size:12px;color:#ff6a00;font-weight:700}.pf-empty{color:#65676b;text-align:center;padding:24px}@media(max-width:719px){.pf-head{flex-direction:column;align-items:center;text-align:center;margin-top:0;padding:0 16px 16px}.pf-id{text-align:center}.pf-name,.pf-chips,.pf-actions{justify-content:center}.pf-actions{width:100%}.pf-actions .pf-btn{flex:1 1 auto}.pf-body{grid-template-columns:1fr;padding:4px 14px 22px}.pf-activities{grid-template-columns:1fr 1fr}}@media(max-width:420px){.pf-activities{grid-template-columns:1fr}}body.theme-dark .profile-fb{background:#18191a!important}body.theme-dark .pf-card,body.theme-dark .pf-chip{background:#242526!important;border-color:#393a3b!important}body.theme-dark .pf-name,body.theme-dark .pf-bio,body.theme-dark .pf-chip,body.theme-dark .pf-card h3,body.theme-dark .pf-activity-info strong{color:#e4e6eb!important}body.theme-dark .pf-handle,body.theme-dark .pf-about li,body.theme-dark .pf-activity-meta,body.theme-dark .pf-stats span,body.theme-dark .pf-empty{color:#b0b3b8!important}body.theme-dark .pf-btn{background:#3a3b3c;color:#e4e6eb}body.theme-dark .pf-stats div,body.theme-dark .pf-activity{background:#18191a!important;border-color:#393a3b!important}.modal-overlay.profile-overlay{position:fixed;inset:0;z-index:1200;background:#f0f2f5!important;display:block!important;padding:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch}.profile-overlay .profile-fb{width:100%!important;max-width:100%!important;min-height:100%!important;max-height:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;margin:0!important;overflow:visible!important}.pf-wrap{max-width:1040px;margin:0 auto;padding-bottom:40px}.profile-overlay .pf-cover{border-radius:0 0 18px 18px}.profile-overlay .modal-close{position:fixed!important;top:14px;right:16px;z-index:1300;background:#00000080!important;color:#fff!important}@media(max-width:719px){.pf-wrap{max-width:100%}.profile-overlay .pf-cover{border-radius:0}}body.theme-dark .modal-overlay.profile-overlay{background:#18191a!important}.pf-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#f0f2f5}.pf-topbar-logo{cursor:pointer;display:inline-flex;align-items:center}.pf-topbar-wordmark.brand-wordmark{height:30px!important;width:auto!important;filter:none!important}.pf-topbar-actions{display:flex;align-items:center;gap:6px}.pf-icon-btn{width:38px;height:38px;border-radius:50%;border:none;background:#e4e6eb;color:#1c1e21;cursor:pointer;display:grid;place-items:center}.pf-icon-btn .ui-icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2}.pf-icon-btn:hover{background:#d8dadf}.pf-substat{color:#65676b;font-size:13px;margin:2px 0 0;font-weight:600}.pf-actions{display:flex!important;flex-direction:column!important;gap:8px!important;align-items:stretch!important;min-width:230px}.pf-btn.block{width:100%}.pf-actions-row{display:flex;gap:8px}.pf-actions-row .pf-btn{flex:1 1 0}.pf-tabs{display:flex;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;border-bottom:1px solid #e4e6eb;padding:0 12px;margin-top:6px;scrollbar-width:none}.pf-tabs::-webkit-scrollbar{display:none}.pf-tab{flex:0 0 auto;background:none;border:none;cursor:pointer;padding:14px;font-size:15px;font-weight:700;color:#65676b;border-bottom:3px solid transparent;white-space:nowrap}.pf-tab.active{color:#ff6a00;border-bottom-color:#ff6a00}.pf-tabcontent{padding:16px}.pf-acts{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:14px}.pf-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}.pf-about-text{color:#1c1e21;font-size:15px;line-height:1.5;margin:0}.pf-statlist{list-style:none;margin:0;padding:0;display:grid;gap:12px}.pf-statlist li{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#4b4f56}.pf-statlist strong{color:#ff6a00;font-size:16px;font-weight:800}.pf-groups{display:grid;grid-template-columns:1fr;gap:10px}.pf-group{display:flex;align-items:center;gap:12px;text-align:left;background:#f7f8fa;border:1px solid #e4e6eb;border-radius:12px;padding:10px 12px;cursor:pointer}.pf-group:hover{background:#fff3ea}.pf-group-emoji{font-size:26px;flex:0 0 auto}.pf-group-info{display:flex;flex-direction:column;min-width:0}.pf-group-info strong{font-size:14px;color:#1c1e21}.pf-group-info span{font-size:12px;color:#65676b}.pf-photos{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.pf-photo{aspect-ratio:1 / 1;border:none;border-radius:8px;background-size:cover;background-position:center;cursor:pointer;content-visibility:auto;contain-intrinsic-size:auto 120px}.pf-friends-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pf-friend-row{display:flex;align-items:center;gap:10px;text-align:left;background:#f7f8fa;border:1px solid #e4e6eb;border-radius:12px;padding:8px 10px;cursor:pointer}.pf-friend-row:hover{background:#fff3ea}.pf-friend-row .avatar-face{width:40px!important;height:40px!important;border-radius:50%;overflow:hidden;flex:0 0 auto}.pf-friend-row .avatar-face svg{width:100%!important;height:100%!important}.pf-friend-row span{font-size:14px;color:#1c1e21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-friend-more{display:inline-grid;place-items:center;min-width:44px;height:44px;padding:0 8px;border-radius:50%;background:#e4e6eb;color:#1c1e21;font-weight:700;font-size:13px}@media(max-width:719px){.pf-head{flex-direction:column;align-items:flex-start!important;text-align:left!important;padding:0 16px 6px}.pf-id{text-align:left!important;flex:0 0 auto;width:100%;padding-top:10px}.pf-name,.pf-chips,.pf-actions{justify-content:flex-start}.pf-cards,.pf-acts{grid-template-columns:1fr}.pf-tabcontent{padding-bottom:92px}}body.theme-dark .pf-topbar{background:#18191a}body.theme-dark .pf-icon-btn{background:#3a3b3c;color:#e4e6eb}body.theme-dark .pf-substat{color:#b0b3b8}body.theme-dark .pf-tabs{border-bottom-color:#393a3b}body.theme-dark .pf-tab{color:#b0b3b8}body.theme-dark .pf-tab.active{color:#ff6a00}body.theme-dark .pf-about-text{color:#e4e6eb}body.theme-dark .pf-statlist li{color:#b0b3b8}body.theme-dark .pf-group,body.theme-dark .pf-friend-row{background:#18191a;border-color:#393a3b}body.theme-dark .pf-group-info strong,body.theme-dark .pf-friend-row span{color:#e4e6eb}body.theme-dark .pf-friend-more{background:#3a3b3c;color:#e4e6eb}.story-viewer{position:fixed;inset:0;z-index:3000;background:#000;display:flex;align-items:center;justify-content:center}.story-img{max-width:100%;max-height:100%;width:auto;height:100%;object-fit:contain}.story-progress{position:absolute;top:10px;left:10px;right:10px;display:flex;gap:4px;z-index:6}.story-bar{flex:1;height:3px;border-radius:2px;background:#ffffff59;overflow:hidden;position:relative}.story-bar.done{background:#fff}.story-bar.active:after{content:"";position:absolute;inset:0;background:#fff;transform-origin:left;animation:storyFill 5s linear forwards}@keyframes storyFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.story-vhead{position:absolute;top:22px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;z-index:6}.story-vuser{display:flex;align-items:center;gap:8px;color:#fff}.story-vuser .avatar-face{width:36px!important;height:36px!important;border-radius:50%;overflow:hidden}.story-vuser .avatar-face svg{width:100%!important;height:100%!important}.story-vuser b{font-size:14px;font-weight:700}.story-vuser small{color:#ffffffbf;font-size:12px}.story-vactions{display:flex;gap:8px}.story-close,.story-del{background:#00000073;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:15px;display:grid;place-items:center}.story-zone{position:absolute;top:0;bottom:0;background:transparent;border:none;cursor:pointer;z-index:4}.story-zone.left{left:0;width:35%}.story-zone.right{right:0;width:65%}.pf-avatar-wrap.has-story{cursor:pointer;padding:4px;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ffb703)}.pf-avatar-wrap.has-story .pf-avatar.avatar-face{border:3px solid #fff!important}body.theme-mjam3in .modal-overlay.profile-overlay,body.theme-mjam3in .pf-topbar{background:var(--paper)!important}body.theme-mjam3in .pf-card,body.theme-mjam3in .pf-chip{background:var(--surface)!important;border-color:var(--line)!important}body.theme-mjam3in .pf-stats div,body.theme-mjam3in .pf-activity,body.theme-mjam3in .pf-group,body.theme-mjam3in .pf-friend-row,body.theme-mjam3in .pf-btn,body.theme-mjam3in .pf-icon-btn,body.theme-mjam3in .pf-friend-more{background:var(--surface-soft)!important;border-color:var(--line)!important}body.theme-mjam3in .pf-name,body.theme-mjam3in .pf-card h3,body.theme-mjam3in .pf-about-text,body.theme-mjam3in .pf-bio,body.theme-mjam3in .pf-chip,body.theme-mjam3in .pf-group-info strong,body.theme-mjam3in .pf-friend-row span,body.theme-mjam3in .pf-activity-info strong,body.theme-mjam3in .pf-btn,body.theme-mjam3in .pf-icon-btn{color:var(--ink)!important}body.theme-mjam3in .pf-handle,body.theme-mjam3in .pf-substat,body.theme-mjam3in .pf-about li,body.theme-mjam3in .pf-statlist li,body.theme-mjam3in .pf-activity-meta,body.theme-mjam3in .pf-empty,body.theme-mjam3in .pf-group-info span,body.theme-mjam3in .pf-tab{color:var(--muted)!important}body.theme-mjam3in .pf-tabs{border-bottom-color:var(--line)!important}body.theme-mjam3in .pf-icon-btn .ui-icon{stroke:var(--ink)!important}.profile-page .profile-fb{width:100%!important;max-width:100%!important;max-height:none!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;padding:0!important;overflow:visible!important;position:relative}.profile-page .pf-cover{border-radius:0!important}.pf-back{position:absolute;top:12px;left:12px;z-index:6;width:38px;height:38px;border-radius:50%;border:none;background:#00000073;color:#fff;cursor:pointer;display:grid;place-items:center}.pf-back .ui-icon{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2}@media(max-width:1023px){.profile-page .pf-tabcontent{padding-bottom:96px}}.profile-page{background:radial-gradient(circle at 18% 0%,rgba(255,106,0,.13),transparent 34%),linear-gradient(180deg,#0d0906,#120b07)!important;color:#fff}.profile-page .pf-wrap{width:min(100%,1540px);margin:0 auto;padding:0 18px 36px;box-sizing:border-box}.profile-page .pf-cover{min-height:clamp(170px,27vw,360px);border-radius:18px 18px 0 0!important;border:1px solid rgba(255,106,0,.18);border-bottom:0}.profile-page .pf-cover:not(.has-cover){background:linear-gradient(180deg,#00000014,#000000c7),url(hero-1.jpg) center/cover no-repeat!important}body .pf-cover.pf-cover-cat-food:not(.has-cover){background:linear-gradient(160deg,#ff8a3d,#e8590c 52%,#000000c7)!important;--cover-emoji: "\1f37d\fe0f"}body .pf-cover.pf-cover-cat-beach:not(.has-cover){background:linear-gradient(160deg,#2bb6c4,#1f6f78 52%,#000000c7)!important;--cover-emoji: "\1f3d6\fe0f"}body .pf-cover.pf-cover-cat-sport:not(.has-cover){background:linear-gradient(160deg,#34c759,#1b7f3a 52%,#000000c7)!important;--cover-emoji: "\26bd"}body .pf-cover.pf-cover-cat-culture:not(.has-cover){background:linear-gradient(160deg,#a06bff,#5b34b3 52%,#000000c7)!important;--cover-emoji: "\1f3ad"}body .pf-cover.pf-cover-cat-party:not(.has-cover){background:linear-gradient(160deg,#ff6ab4,#c2185b 52%,#000000c7)!important;--cover-emoji: "\1f389"}body .pf-cover.pf-cover-cat-outing:not(.has-cover){background:linear-gradient(160deg,#ffc24b,#e8930c 52%,#000000c7)!important;--cover-emoji: "\1f6b6"}body .pf-cover.pf-cover-cat-gaming:not(.has-cover){background:linear-gradient(160deg,#6c8cff,#3537b3 52%,#000000c7)!important;--cover-emoji: "\1f3ae"}body .pf-cover.pf-cover-cat-charity:not(.has-cover){background:linear-gradient(160deg,#ff7a8a,#c2334a 52%,#000000c7)!important;--cover-emoji: "\1f91d"}body .pf-cover.pf-cover-cat-official:not(.has-cover){background:linear-gradient(160deg,#5b7da6,#2c4a6e 52%,#000000c7)!important;--cover-emoji: "\1f3db\fe0f"}body .pf-cover[class*=pf-cover-cat-]:not(.has-cover):after{content:var(--cover-emoji, "");position:absolute;right:16px;bottom:12px;font-size:60px;line-height:1;opacity:.3;pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.profile-page .pf-head,.profile-page .pf-actions,.profile-page .pf-tabs-card,.profile-page .pf-tabcontent{background:linear-gradient(180deg,#110d0af0,#0b0907f5);border-left:1px solid rgba(255,106,0,.18);border-right:1px solid rgba(255,106,0,.18)}.profile-page .pf-head{display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:end;padding:0 28px 18px;margin-top:-92px;position:relative;z-index:2}.profile-page .pf-avatar-wrap{width:clamp(132px,12vw,190px);height:clamp(132px,12vw,190px);border-radius:50%;background:#050403;border:4px solid #ff6a00;box-shadow:0 18px 52px #ff6a0038;display:grid;place-items:center}.profile-page .pf-avatar-wrap .avatar-face,.profile-page .pf-avatar-wrap svg{width:100%!important;height:100%!important;border-radius:50%;overflow:hidden}.profile-page .pf-id{min-width:0;padding-top:94px}.profile-page .pf-name{display:flex;align-items:center;gap:10px;font-size:clamp(28px,3.4vw,46px);letter-spacing:0!important;line-height:1.04;margin:0 0 8px;color:#fff!important}.profile-page .pf-handle,.profile-page .pf-substat,.profile-page .pf-bio{color:#ffffffb8!important;margin:4px 0}.profile-page .pf-bio{color:#fff!important;max-width:720px}.profile-page .pf-verified{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#ff6a00;color:#fff;font-size:15px}.profile-page .pf-chip{background:#ff6a001f!important;border:1px solid rgba(255,106,0,.22)!important;color:#fff!important;border-radius:999px}.profile-page .pf-actions{display:flex;justify-content:flex-end;gap:12px;padding:16px 28px 18px}.profile-page .pf-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:14px!important;border:1px solid rgba(255,255,255,.14)!important;background:#ffffff0f!important;color:#fff!important;font-weight:850!important;padding:0 20px!important}.profile-page .pf-btn.primary{background:linear-gradient(135deg,#ff6a00,#ff8a1f)!important;border-color:transparent!important;box-shadow:0 18px 46px #ff6a003d}.pf-btn-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.profile-page .pf-tabs-card{border-bottom:1px solid rgba(255,106,0,.18);padding:0 28px}.profile-page .pf-tabs-title{display:inline-flex;align-items:center;gap:8px;margin:10px 0 0;color:#ffffffc7;font-weight:850;text-transform:uppercase;font-size:12px;letter-spacing:.08em}.profile-page .pf-tabs-icon{width:17px;height:17px;fill:none;stroke:#ff6a00;stroke-width:2}.profile-page .pf-tabs{display:flex;gap:22px;overflow-x:auto;border-bottom:0!important}.profile-page .pf-tab{min-height:58px;white-space:nowrap;color:#ffffff9e!important;font-weight:850!important}.profile-page .pf-tab.active{color:#ff6a00!important}.profile-page .pf-tabcontent{padding:22px 28px 34px;border-bottom:1px solid rgba(255,106,0,.18);border-radius:0 0 18px 18px}.profile-page .pf-card{background:#ffffff0b!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;box-shadow:none!important}.profile-page .pf-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-page .pf-acts{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.profile-edit-modal{width:min(94vw,560px);max-height:min(760px,90vh);overflow-y:auto}.profile-edit-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.profile-edit-head h2{margin:0 0 4px}.profile-edit-head p{margin:0;color:var(--muted)}.profile-edit-avatar,.profile-edit-avatar .avatar-face,.profile-edit-avatar svg{width:76px!important;height:76px!important;border-radius:50%;overflow:hidden}.profile-edit-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px}.profile-edit-form label{display:grid;gap:8px}.profile-edit-form label>span,.profile-edit-label{color:var(--muted);font-size:13px;font-weight:850}.username-field{display:flex;align-items:center;gap:4px;min-height:48px;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:#ffffff0d}.username-field>span{color:var(--primary);font-weight:950}.username-field input{width:100%;min-height:44px;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.profile-edit-help{color:var(--muted);font-size:12px;line-height:1.35}.profile-edit-save{margin-top:8px}.settings-header-btn .notif-icon{fill:none;stroke:currentColor;stroke-width:2}@media(max-width:1023px){.profile-page .pf-wrap{padding:0 0 18px}.profile-page .pf-cover{min-height:190px;border-radius:0!important;border-left:0;border-right:0}.profile-page .pf-head{grid-template-columns:1fr;gap:10px;padding:0 24px 14px;margin-top:-72px}.profile-page .pf-avatar-wrap{width:136px;height:136px}.profile-page .pf-id{padding-top:0}.profile-page .pf-name{font-size:30px}.profile-page .pf-actions{display:grid;grid-template-columns:1fr auto;padding:12px 24px 16px}.profile-page .pf-actions .pf-btn.primary.block{grid-column:1 / -1}.profile-page .pf-tabs-card,.profile-page .pf-tabcontent{padding-left:18px;padding-right:18px}.profile-page .pf-tabs{gap:18px}.profile-page .pf-tab{min-height:50px;font-size:13px}.profile-page .pf-cards,.profile-page .pf-acts{grid-template-columns:1fr}.settings-label-text{display:none!important}.profile-edit-actions{grid-template-columns:1fr}}.pf-cover{background-size:cover!important;background-position:center!important;position:relative}.pf-cover-btn{position:absolute;right:14px;top:14px;bottom:auto;z-index:6;background:#ffffffeb;color:#1c1e21;border:none;border-radius:10px;padding:9px 13px;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;box-shadow:0 1px 6px #0000004d}.pf-cover-btn:hover{background:#fff}.app-screen>.header{background:#0d0805f5!important;border-bottom:1px solid rgba(255,106,0,.16)!important;box-shadow:none!important}@media(min-width:1024px){.app-screen>.header{display:grid!important;grid-template-columns:minmax(150px,260px) minmax(520px,760px) auto!important;align-items:center!important;gap:22px!important;padding:16px 24px!important}.brand-logo-header,.brand-wordmark.brand-logo-header{width:172px!important;height:54px!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important}.app-screen>.header>.nav-tabs{width:100%!important;max-width:760px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;justify-self:center!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.app-screen>.header>.nav-tabs .nav-tab{min-height:52px!important;border:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 18px!important;color:#ffffffb8!important;background:transparent!important;font-size:15px!important;font-weight:850!important}.app-screen>.header>.nav-tabs .nav-tab.active{background:#ff6a0029!important;color:#ff6a00!important}.app-screen>.header>.nav-tabs .nav-tab:after{display:none!important}.app-screen>.header>.nav-tabs .nav-icon{width:27px!important;height:27px!important;stroke-width:2.2!important}.app-screen>.header>.header-right{gap:10px!important}.app-screen>.header>.header-right .header-icon-btn,.app-screen>.header>.header-right .language-current{width:54px!important;height:54px!important;min-width:54px!important;padding:0!important;border-radius:18px!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;display:grid!important;place-items:center!important}.settings-header-btn .notif-icon,.global-search-btn .notif-icon,.notif-btn .notif-icon{width:27px!important;height:27px!important}}.settings-label-text{display:none!important}.profile-page .profile-fb{background:#090604!important}.profile-page .pf-wrap{width:100%!important;max-width:1720px!important;margin:0 auto!important;padding:0 22px 42px!important}.profile-page .pf-cover{min-height:clamp(220px,27vw,385px)!important;border-radius:16px 16px 0 0!important;border:1px solid rgba(255,106,0,.14)!important;border-bottom:0!important}.profile-page .pf-head{grid-template-columns:auto minmax(0,1fr)!important;gap:28px!important;margin-top:-118px!important;padding:0 34px 18px!important;background:linear-gradient(180deg,#09060461,#090604fa 42%,#090604fa)!important}.profile-page .pf-avatar-wrap{width:clamp(150px,12vw,210px)!important;height:clamp(150px,12vw,210px)!important;border:4px solid #ff6a00!important;background:#050403!important}.profile-page .pf-id{padding-top:92px!important}.profile-page .pf-name{font-size:clamp(32px,3.2vw,48px)!important;font-weight:950!important}.profile-page .pf-substat,.profile-page .pf-handle{font-size:15px!important}.profile-page .pf-bio{font-size:17px!important}.profile-page .pf-actions{width:fit-content!important;max-width:min(100%,560px)!important;margin:-84px 34px 18px auto!important;padding:0!important;background:transparent!important;border:0!important;display:grid!important;grid-template-columns:220px 220px 58px!important;gap:14px!important;position:relative!important;z-index:8!important}[dir=rtl] .profile-page .pf-actions{margin-right:auto!important;margin-left:34px!important}[dir=rtl] .pf-cam{right:auto;left:2px}.profile-page .pf-actions .pf-btn{min-height:54px!important}.profile-page .pf-actions .pf-actions-row{display:contents!important}.profile-page .pf-tabs-card{background:#090604fa!important;border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:0 34px!important}.profile-page .pf-tabs{gap:46px!important}.profile-page .pf-tab{min-height:64px!important;padding:0!important;font-size:16px!important;position:relative!important}.profile-page .pf-tab.active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:3px!important;border-radius:999px!important;background:#ff6a00!important}.profile-page .pf-tabcontent{background:#090604!important;border:0!important;padding:20px 18px 48px!important}.pf-desktop-layout{display:grid;grid-template-columns:340px minmax(0,1fr) 340px;gap:22px;align-items:start}.pf-rail{display:grid;gap:18px}.pf-main-feed{min-width:0}.pf-main-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 16px}.pf-main-head h3{margin:0;color:#fff!important;font-size:22px}.pf-link,.pf-link-btn{color:#ff6a00!important;background:transparent!important;border:0!important;font-weight:900!important;cursor:pointer}.pf-link-btn{width:100%;min-height:38px;border:1px solid rgba(255,106,0,.28)!important;border-radius:999px!important;margin-top:10px}.profile-page .pf-card{background:linear-gradient(180deg,#ffffff0b,#ffffff06)!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:14px!important;padding:18px!important}.profile-page .pf-card h3{color:#fff!important;display:flex;align-items:center;gap:8px}.pf-card-icon,.pf-inline-icon{width:17px;height:17px;fill:none;stroke:#ff6a00;stroke-width:2;flex:0 0 auto}.pf-about-list{list-style:none;display:grid;gap:12px;margin:0;padding:0}.pf-about-list li,.profile-page .pf-statlist li{color:#ffffffd1!important}.profile-page .pf-statlist strong{color:#ff6a00!important}.profile-page .pf-interests span{background:#ff6a001a!important;border:1px solid rgba(255,106,0,.24)!important;color:#ff6a00!important}.profile-page .pf-acts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.pf-activity-card{overflow:hidden;border-radius:16px;background:linear-gradient(180deg,#ffffff0e,#ffffff06);border:1px solid rgba(255,106,0,.25);color:#fff;cursor:pointer;box-shadow:0 18px 44px #00000047}.pf-activity-card.is-past{opacity:.62;filter:saturate(.65)}.pf-activity-img{min-height:188px;background-size:cover;background-position:center;position:relative}.pf-status-pill{position:absolute;top:14px;left:14px;background:#ff6a00;color:#fff;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900}.pf-save{position:absolute;right:12px;top:12px;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#00000047;color:#fff;display:grid;place-items:center}.pf-save-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.pf-activity-body{padding:16px}.pf-activity-body h3{margin:0 0 8px;font-size:18px;color:#fff!important}.pf-activity-meta{display:flex;align-items:center;gap:7px;margin:4px 0;color:#ffffffb8!important}.pf-activity-desc{color:#ffffffdb;line-height:1.45;margin:12px 0}.pf-activity-foot{display:flex;align-items:center;justify-content:space-between;gap:10px}.pf-activity-foot>button{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid #ff6a00;background:#ff6a000f;color:#ff6a00;font-weight:900}.pf-mini-avatars{display:flex;align-items:center}.pf-mini-avatars button,.pf-mini-avatars span{width:36px;height:36px;border-radius:50%;border:2px solid #120b07;background:#ffffff1a;margin-left:-8px;display:grid;place-items:center;color:#fff;font-weight:900}.pf-mini-avatars button:first-child,.pf-mini-avatars span:first-child{margin-left:0}.pf-upcoming-row{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;text-align:left;width:100%;border:0;background:transparent;color:#fff;padding:8px 0}.pf-upcoming-row span{grid-row:span 2;height:58px;border-radius:10px;background-size:cover;background-position:center}.pf-upcoming-row small{color:#ff6a00}.pf-badges{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pf-badges span{display:grid;justify-items:center;gap:6px;color:#ffffffc7;font-size:11px}.pf-badge-icon{width:40px;height:40px;padding:9px;border-radius:50%;border:1px solid rgba(255,106,0,.38);stroke:#ff6a00;fill:none}@media(max-width:1023px){.app-screen>.header{display:flex!important;align-items:center!important;gap:10px!important;padding:14px 18px!important;min-height:82px!important;background:#090604fa!important}.brand-logo-header,.brand-wordmark.brand-logo-header{width:112px!important;height:40px!important;max-height:40px!important}.app-screen>.header>.header-title{flex:1 1 auto!important;margin-right:auto!important}.app-screen>.header>.header-right{flex:0 0 auto!important;gap:12px!important}.app-screen>.header>.header-right .header-icon-btn,.app-screen>.header>.header-right .language-current{width:38px!important;height:38px!important;min-width:38px!important;border-radius:12px!important;background:transparent!important;border-color:transparent!important;color:#fff!important}.app-screen>.header>.header-right .notif-icon{width:26px!important;height:26px!important}.app-screen>.header>.header-right .language-switcher{display:none!important}.bottom-nav{background:#090604fa!important;border-top-color:#ffffff1a!important;padding-top:9px!important}.bottom-nav-tab{color:#ffffffb8!important}.bottom-nav-tab.active{color:#ff6a00!important}.bottom-nav-tab .nav-icon{width:25px!important;height:25px!important}.profile-page .pf-wrap{padding:0 0 24px!important}.profile-page .pf-cover{min-height:210px!important;border-radius:0!important;border-left:0!important;border-right:0!important}.profile-page .pf-head{display:block!important;margin-top:-68px!important;padding:0 28px 12px!important}.profile-page .pf-avatar-wrap{width:140px!important;height:140px!important;margin-bottom:14px!important}.profile-page .pf-id{padding-top:0!important}.profile-page .pf-name{font-size:28px!important}.profile-page .pf-actions{width:auto!important;max-width:none!important;margin:0!important;padding:10px 28px 16px!important;display:grid!important;grid-template-columns:1fr 52px!important;gap:9px!important;background:#090604!important}.profile-page .pf-actions .pf-btn.primary.block{grid-column:1 / -1!important}.profile-page .pf-actions .pf-btn{min-height:42px!important;border-radius:10px!important}.profile-page .pf-tabs-card{padding:0 28px!important}.profile-page .pf-tabs{gap:31px!important;overflow-x:auto!important;scrollbar-width:none!important}.profile-page .pf-tab{min-height:54px!important;font-size:14px!important;flex:0 0 auto!important}.profile-page .pf-tabcontent{padding:18px 28px 110px!important}.pf-desktop-layout{display:block!important}.pf-rail{display:none!important}.pf-main-head h3{font-size:18px}.profile-page .pf-acts{grid-template-columns:1fr!important;gap:14px!important}.pf-activity-img{min-height:168px}}:root{--profile-bg: #060403;--profile-panel: rgba(18, 12, 8, .92);--profile-line: rgba(255, 255, 255, .105);--profile-orange: #ff6a00;--profile-orange-2: #ff7a18;--profile-muted: rgba(255, 255, 255, .68)}.app-screen>.header{color:#fff!important}.app-screen>.header .settings-header-btn .notif-icon{fill:none!important;stroke:currentColor!important;stroke-width:2.15!important}.app-screen>.header .notif-label,.app-screen>.header .settings-label-text{display:none!important}@media(min-width:1024px){.app-screen>.header{grid-template-columns:minmax(166px,260px) minmax(620px,820px) auto!important;min-height:80px!important;padding:14px 22px!important;background:radial-gradient(circle at 92% 0%,rgba(255,106,0,.08),transparent 34%),linear-gradient(180deg,#110802fa,#080503fa)!important}.app-screen>.header>.header-title{align-self:center!important}.brand-logo-header,.brand-wordmark.brand-logo-header{width:188px!important;height:56px!important;max-height:56px!important;object-fit:contain!important;object-position:left center!important}.app-screen>.header>.nav-tabs{max-width:820px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.app-screen>.header>.nav-tabs .nav-tab{min-height:50px!important;border-radius:999px!important;color:#ffffffbd!important;transition:background-color .18s ease,color .18s ease,transform .18s ease!important}.app-screen>.header>.nav-tabs .nav-tab:hover{background:#ffffff0f!important;transform:translateY(-1px)}.app-screen>.header>.nav-tabs .nav-tab.active{background:#ff6a0029!important;color:var(--profile-orange)!important}.app-screen>.header>.nav-tabs .nav-tab-profile .nav-icon,.bottom-nav-tab:last-child .nav-icon{stroke-width:2.25!important}.app-screen>.header>.header-right{gap:10px!important}.app-screen>.header>.header-right .header-icon-btn,.app-screen>.header>.header-right .language-current{width:52px!important;height:52px!important;min-width:52px!important;border-radius:16px!important;background:#ffffff0e!important;border:1px solid rgba(255,255,255,.13)!important}}.profile-page.active{background:var(--profile-bg)!important}.profile-page .profile-fb{min-height:100%;background:radial-gradient(circle at 8% 0%,rgba(255,106,0,.1),transparent 28%),linear-gradient(180deg,#090604,#060403)!important;color:#fff!important}.profile-page .pf-wrap{max-width:1740px!important;padding:0 22px 48px!important}.profile-page .pf-cover{min-height:clamp(280px,28vw,405px)!important;border-radius:18px 18px 0 0!important;border:1px solid rgba(255,106,0,.14)!important;border-bottom:0!important;box-shadow:inset 0 -160px 120px #000000b8!important}.profile-page .pf-cover:not(.has-cover){background:linear-gradient(180deg,#0000000d,#0000003d 46%,#000000d6),url(hero-1.jpg) center/cover no-repeat!important}.profile-page .pf-cover.has-cover{background-size:cover!important;background-position:center!important}.profile-page .pf-cover-btn{background:#00000094!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;backdrop-filter:blur(10px)}.profile-page .pf-head,.profile-page .pf-actions,.profile-page .pf-tabs-card,.profile-page .pf-tabcontent{border-left:1px solid rgba(255,106,0,.14)!important;border-right:1px solid rgba(255,106,0,.14)!important}.profile-page .pf-head{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;align-items:end!important;gap:30px!important;margin-top:-135px!important;padding:0 38px 22px!important;background:linear-gradient(180deg,#08050300,#060403 42% 100%)!important;position:relative!important;z-index:4!important}.profile-page .pf-avatar-wrap{width:220px!important;height:220px!important;border:5px solid var(--profile-orange)!important;background:#050403!important;box-shadow:0 0 0 6px #0000009e,0 20px 70px #ff6a0038!important}.profile-page .pf-cam{right:12px!important;bottom:14px!important;width:44px!important;height:44px!important;border-radius:50%!important;background:#1c1c1cf0!important;border:2px solid rgba(255,255,255,.18)!important;color:#fff!important}.profile-page .pf-id{padding-top:112px!important}.profile-page .pf-name{margin-bottom:6px!important;font-size:clamp(36px,3vw,48px)!important;font-weight:950!important;color:#fff!important}.profile-page .pf-verified{width:28px!important;height:28px!important;background:var(--profile-orange)!important;box-shadow:0 8px 20px #ff6a0047}.profile-page .pf-handle,.profile-page .pf-substat{color:var(--profile-muted)!important;font-weight:700!important}.profile-page .pf-bio{max-width:760px!important;margin-top:10px!important;color:#fff!important}.profile-page .pf-chips{gap:10px!important;margin-top:14px!important}.profile-page .pf-chip{min-height:36px!important;padding:0 14px!important;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;font-weight:800!important}.profile-page .pf-actions{width:min(100%,606px)!important;margin:-92px 38px 22px auto!important;padding:0!important;display:grid!important;grid-template-columns:1.12fr 1fr 58px!important;gap:14px!important;border:0!important;background:transparent!important;position:relative!important;z-index:8!important}.profile-page .pf-actions .pf-btn{min-height:54px!important;border-radius:14px!important;font-size:15px!important;font-weight:900!important;box-shadow:none!important}.profile-page .pf-actions .pf-btn.primary{background:linear-gradient(135deg,#ff6100,#ff8124)!important;color:#fff!important;border-color:transparent!important}.profile-page .pf-actions .pf-btn:not(.primary){background:#ffffff0e!important;color:#fff!important;border:1px solid rgba(255,255,255,.13)!important}.profile-page .pf-actions .pf-more-btn{padding:0!important}.profile-page .pf-actions .pf-btn.primary.block{grid-column:auto!important}.profile-page .pf-tabs-card{padding:0 38px!important;background:#060403!important;border-top:1px solid var(--profile-line)!important;border-bottom:1px solid var(--profile-line)!important}.profile-page .pf-tabs-title{display:none!important}.profile-page .pf-tabs{gap:52px!important;align-items:center!important;overflow-x:auto!important}.profile-page .pf-tab{min-height:64px!important;padding:0!important;color:#ffffffb8!important;font-size:16px!important;font-weight:900!important}.profile-page .pf-tab.active{color:var(--profile-orange)!important}.profile-page .pf-tab.active:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:3px!important;border-radius:999px!important;background:var(--profile-orange)!important}.profile-page .pf-tabcontent{padding:22px 18px 56px!important;background:#060403!important;border-bottom:1px solid rgba(255,106,0,.14)!important;border-radius:0 0 18px 18px!important}.profile-page .pf-desktop-layout{display:grid!important;grid-template-columns:350px minmax(0,1fr) 350px!important;gap:22px!important;align-items:start!important}.profile-page .pf-rail{display:grid!important;gap:18px!important}.profile-page .pf-main-feed{min-width:0!important}.profile-page .pf-main-head{margin-bottom:16px!important}.profile-page .pf-main-head h3{color:#fff!important;font-size:21px!important;font-weight:950!important}.profile-page .pf-card{background:linear-gradient(180deg,#ffffff0b,#ffffff06)!important;border:1px solid rgba(255,255,255,.105)!important;border-radius:16px!important;color:#fff!important;padding:18px!important}.profile-page .pf-acts{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.profile-page .pf-activity-card{border-color:#ff6a003d!important;background:#ffffff09!important;box-shadow:none!important}.profile-page .pf-activity-img{min-height:184px!important}.profile-page .pf-activity-body{padding:16px!important}.profile-page .pf-activity-body h3{color:#fff!important;font-size:18px!important}.profile-page .pf-activity-desc,.profile-page .pf-activity-meta{color:#ffffffc7!important}.profile-page .pf-activity-foot>button{background:#ff6a0012!important;color:var(--profile-orange)!important;border-color:#ff6a0080!important}.profile-page .pf-interests span{background:#ff6a001b!important;border-color:#ff6a0042!important;color:var(--profile-orange)!important}@media(max-width:1023px){.app-screen>.header{min-height:92px!important;padding:14px 20px 12px!important;background:radial-gradient(circle at 0% 0%,rgba(255,106,0,.12),transparent 38%),linear-gradient(180deg,#0b0705,#070504)!important}.brand-logo-header,.brand-wordmark.brand-logo-header{width:120px!important;height:44px!important;max-height:44px!important}.app-screen>.header>.header-right{gap:10px!important}.app-screen>.header>.header-right .header-icon-btn,.app-screen>.header>.header-right .language-current{width:40px!important;height:40px!important;min-width:40px!important;background:transparent!important;border-color:transparent!important;color:#fff!important}.app-screen>.header>.header-right .notif-icon{width:25px!important;height:25px!important}.profile-page .pf-wrap{padding:0 0 18px!important}.profile-page .pf-cover{min-height:235px!important;border-radius:0!important;border-left:0!important;border-right:0!important;box-shadow:inset 0 -110px 90px #000c!important}.profile-page .pf-cover-btn{width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;font-size:0!important}.profile-page .pf-cover-btn{display:grid!important;place-items:center!important}.profile-page .pf-cover-btn .pf-cover-icon{width:18px!important;height:18px!important}.profile-page .pf-head{display:block!important;margin-top:-92px!important;padding:0 28px 10px!important;border-left:0!important;border-right:0!important;background:linear-gradient(180deg,#06040300,#060403 44%,#060403)!important}.profile-page .pf-avatar-wrap{width:150px!important;height:150px!important;margin:0 0 14px!important;border-width:3px!important;box-shadow:0 0 0 5px #000000b8,0 16px 48px #ff6a0038!important}.profile-page .pf-cam{width:38px!important;height:38px!important;right:2px!important;bottom:7px!important}.profile-page .pf-id{padding-top:0!important}.profile-page .pf-name{font-size:30px!important;line-height:1.08!important}.profile-page .pf-handle,.profile-page .pf-substat,.profile-page .pf-bio{font-size:14px!important}.profile-page .pf-chip{min-height:32px!important;font-size:12px!important;padding:0 11px!important}.profile-page .pf-actions{width:auto!important;max-width:none!important;margin:0!important;padding:10px 28px 16px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;gap:9px!important;background:#060403!important;border:0!important}.profile-page .pf-actions .pf-btn.primary.block{grid-column:1 / -1!important}.profile-page .pf-actions .pf-btn{min-height:44px!important;border-radius:10px!important;font-size:13px!important}.profile-page .pf-actions .pf-more-btn{min-width:48px!important}.profile-page .pf-tabs-card{padding:0 0 0 28px!important;border-left:0!important;border-right:0!important;background:#060403!important}.profile-page .pf-tabs{gap:32px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-right:28px!important}.profile-page .pf-tabs::-webkit-scrollbar{display:none!important}.profile-page .pf-tab{min-height:56px!important;font-size:14px!important;flex:0 0 auto!important}.profile-page .pf-tabcontent{padding:18px 28px 112px!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:0!important}.profile-page .pf-desktop-layout{display:block!important}.profile-page .pf-rail{display:none!important}.profile-page .pf-main-head h3{font-size:18px!important}.profile-page .pf-acts{grid-template-columns:1fr!important;gap:16px!important}.profile-page .pf-activity-img{min-height:198px!important}.bottom-nav{display:grid!important;width:100vw!important;max-width:100vw!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;background:#060403fa!important;justify-content:stretch!important;overflow:hidden!important}.bottom-nav-tab{gap:4px!important;width:auto!important;min-width:0!important}.bottom-nav-tab.active{color:var(--profile-orange)!important}}body.theme-light .profile-page,body.theme-mjam3in .profile-page{background:var(--paper)!important;color:var(--ink)!important}body.theme-light .profile-page .pf-head,body.theme-light .profile-page .pf-actions,body.theme-light .profile-page .pf-tabs-card,body.theme-light .profile-page .pf-tabcontent,body.theme-mjam3in .profile-page .pf-head,body.theme-mjam3in .profile-page .pf-actions,body.theme-mjam3in .profile-page .pf-tabs-card,body.theme-mjam3in .profile-page .pf-tabcontent{background:var(--surface)!important;border-color:var(--line)!important}body.theme-light .profile-page .pf-card,body.theme-mjam3in .profile-page .pf-card{background:var(--surface)!important;border:1px solid var(--line)!important;box-shadow:0 10px 30px var(--shadow)!important}body.theme-light .profile-page .pf-name,body.theme-light .profile-page .pf-bio,body.theme-light .profile-page .pf-card h3,body.theme-light .profile-page .pf-activity-body h3,body.theme-light .profile-page .pf-statlist li strong,body.theme-mjam3in .profile-page .pf-name,body.theme-mjam3in .profile-page .pf-bio,body.theme-mjam3in .profile-page .pf-card h3,body.theme-mjam3in .profile-page .pf-activity-body h3,body.theme-mjam3in .profile-page .pf-statlist li strong{color:var(--ink)!important}body.theme-light .profile-page .pf-handle,body.theme-light .profile-page .pf-substat,body.theme-light .profile-page .pf-tabs-title,body.theme-light .profile-page .pf-activity-meta,body.theme-light .profile-page .pf-about-list li,body.theme-light .profile-page .pf-statlist li span,body.theme-light .profile-page .pf-empty,body.theme-mjam3in .profile-page .pf-handle,body.theme-mjam3in .profile-page .pf-substat,body.theme-mjam3in .profile-page .pf-tabs-title,body.theme-mjam3in .profile-page .pf-activity-meta,body.theme-mjam3in .profile-page .pf-about-list li,body.theme-mjam3in .profile-page .pf-statlist li span,body.theme-mjam3in .profile-page .pf-empty{color:var(--muted)!important}body.theme-light .profile-page .pf-chip,body.theme-mjam3in .profile-page .pf-chip{background:var(--accent-soft, rgba(255,106,0,.12))!important;border:1px solid var(--line)!important;color:var(--ink)!important}body.theme-light .profile-page .pf-btn,body.theme-mjam3in .profile-page .pf-btn{background:var(--surface-soft)!important;border:1px solid var(--line)!important;color:var(--ink)!important}body.theme-light .profile-page .pf-btn.primary,body.theme-mjam3in .profile-page .pf-btn.primary{color:#fff!important}body.theme-light .profile-page .pf-tab,body.theme-mjam3in .profile-page .pf-tab{color:var(--muted)!important}body.theme-light .profile-page .pf-tab.active,body.theme-mjam3in .profile-page .pf-tab.active{color:var(--primary)!important}@media(min-width:1024px){body.theme-light .app-screen>.header>.nav-tabs .nav-tab,body.theme-mjam3in .app-screen>.header>.nav-tabs .nav-tab{color:var(--muted)!important}body.theme-light .app-screen>.header>.nav-tabs .nav-tab.active,body.theme-mjam3in .app-screen>.header>.nav-tabs .nav-tab.active{background:var(--accent-soft, rgba(255,106,0,.14))!important;color:var(--primary)!important}body.theme-light .app-screen>.header>.header-right .header-icon-btn,body.theme-light .app-screen>.header>.header-right .language-current,body.theme-mjam3in .app-screen>.header>.header-right .header-icon-btn,body.theme-mjam3in .app-screen>.header>.header-right .language-current{background:var(--surface-soft)!important;border:1px solid var(--line)!important;color:var(--ink)!important}}body.theme-light .profile-page,body.theme-mjam3in .profile-page{--profile-bg: var(--paper);--profile-panel: var(--surface);--profile-line: var(--line);--profile-muted: var(--muted)}body.theme-light .profile-page .pf-card,body.theme-light .profile-page .pf-activity-card,body.theme-mjam3in .profile-page .pf-card,body.theme-mjam3in .profile-page .pf-activity-card{background:var(--surface)!important;border:1px solid var(--line)!important;box-shadow:0 10px 30px var(--shadow)!important;color:var(--ink)!important}body.theme-light .profile-page .pf-main-head h3,body.theme-mjam3in .profile-page .pf-main-head h3{color:var(--ink)!important}body.theme-light .profile-page .pf-activity-desc,body.theme-light .profile-page .pf-people-count,body.theme-light .profile-page .pf-main-feed h3,body.theme-mjam3in .profile-page .pf-activity-desc,body.theme-mjam3in .profile-page .pf-people-count,body.theme-mjam3in .profile-page .pf-main-feed h3{color:var(--muted)!important}body.theme-light .profile-page .pf-actions .pf-btn:not(.primary),body.theme-mjam3in .profile-page .pf-actions .pf-btn:not(.primary){background:var(--surface-soft)!important;border:1px solid var(--line)!important;color:var(--ink)!important}body .app-screen .header .brand-wordmark.brand-logo-header{height:46px!important;width:auto!important;max-height:46px!important}@media(max-width:1023px){body .app-screen .header .brand-wordmark.brand-logo-header{height:38px!important;max-height:38px!important}}.pf-cover-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;vertical-align:-3px}.pf-cam-icon{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2}.pf-chip-icon{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2.2;vertical-align:-2px}.kebab-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;vertical-align:-3px;margin-inline-end:4px}.story-del svg,.story-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}body .profile-page .pf-cover{min-height:224px!important}body .profile-page .pf-head{grid-template-columns:128px minmax(0,1fr)!important;gap:20px!important;margin-top:-58px!important;padding:0 24px 14px!important}body .profile-page .pf-avatar-wrap{width:116px!important;height:116px!important;border-width:4px!important;box-shadow:0 0 0 4px #0000006b,0 10px 28px #ff6a0029!important}body .profile-page .pf-cam{width:32px!important;height:32px!important;right:6px!important;bottom:8px!important}body .profile-page .pf-id{padding-top:62px!important}body .profile-page .pf-name{font-size:clamp(22px,2vw,28px)!important;margin-bottom:4px!important}body .profile-page .pf-handle,body .profile-page .pf-substat{font-size:13px!important;margin:2px 0!important}body .profile-page .pf-bio{font-size:14px!important;margin:4px 0!important}body .profile-page .pf-chips{gap:8px!important;margin-top:6px!important}body .profile-page .pf-chip{min-height:28px!important;font-size:12px!important;padding:0 10px!important}body .profile-page .pf-actions{padding:12px 24px 14px!important;gap:10px!important}body .profile-page .pf-actions .pf-btn{min-height:42px!important;font-size:14px!important}body .profile-page .pf-tabs-card{padding:0 24px!important}body .profile-page .pf-tab{min-height:44px!important;font-size:14px!important}body .profile-page .pf-tabs{gap:26px!important}body .profile-page .pf-tabcontent{padding:16px 24px 26px!important}body .profile-page .pf-card{padding:14px 16px!important}@media(max-width:1023px){body .profile-page .pf-cover{min-height:128px!important;box-shadow:inset 0 -70px 60px #0000009e!important}body .profile-page .pf-head{margin-top:-42px!important;padding:0 16px 10px!important}body .profile-page .pf-avatar-wrap{width:82px!important;height:82px!important;border-width:3px!important}body .profile-page .pf-id{padding-top:0!important}body .profile-page .pf-name{font-size:21px!important}body .profile-page .pf-cam{width:26px!important;height:26px!important}body .profile-page .pf-actions .pf-btn{min-height:40px!important}body .profile-page .pf-tab{min-height:42px!important;font-size:13px!important}body .profile-page .pf-tabcontent{padding:14px 16px 24px!important}}body.theme-light .profile-page .profile-fb,body.theme-dark .profile-page .profile-fb,body.theme-light .profile-page .pf-card,body.theme-dark .profile-page .pf-card,body.theme-light .profile-page .pf-head,body.theme-dark .profile-page .pf-head,body.theme-light .profile-page .pf-actions,body.theme-dark .profile-page .pf-actions,body.theme-light .profile-page .pf-tabs-card,body.theme-dark .profile-page .pf-tabs-card,body.theme-light .profile-page .pf-tabcontent,body.theme-dark .profile-page .pf-tabcontent,body.theme-light .profile-page .pf-activity-card,body.theme-dark .profile-page .pf-activity-card{background:transparent!important;border:none!important;box-shadow:none!important}body.theme-light .profile-page .pf-tabs-card,body.theme-dark .profile-page .pf-tabs-card{border-bottom:1px solid var(--line)!important}body.theme-light .profile-page .pf-activity-card,body.theme-dark .profile-page .pf-activity-card{border:1px solid var(--line)!important}body .profile-page .pf-activity-cat{background-image:none!important;display:grid!important;place-items:center!important;min-height:116px!important;border-radius:16px 16px 0 0!important}.pf-activity-bigicon{width:50px;height:50px;fill:none;stroke:#fff;stroke-width:1.7;opacity:.97;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.pf-activity-titleicon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;vertical-align:-3px;margin-inline-end:2px}.pf-upcoming-icon{width:46px!important;height:46px!important;flex:0 0 46px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background-image:none!important}.pf-upcoming-iconsvg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2}[data-cat=food]{background:linear-gradient(135deg,#fb923c,#ea580c)!important}[data-cat=beach]{background:linear-gradient(135deg,#38bdf8,#0369a1)!important}[data-cat=sport]{background:linear-gradient(135deg,#34d399,#15803d)!important}[data-cat=culture]{background:linear-gradient(135deg,#c084fc,#7e22ce)!important}[data-cat=party]{background:linear-gradient(135deg,#f472b6,#be185d)!important}[data-cat=outing]{background:linear-gradient(135deg,#fbbf24,#d97706)!important}[data-cat=gaming]{background:linear-gradient(135deg,#818cf8,#4338ca)!important}[data-cat=charity]{background:linear-gradient(135deg,#f97316,#be123c)!important}[data-cat=official]{background:linear-gradient(135deg,#fbbf24,#ea580c)!important}[data-cat=other]{background:linear-gradient(135deg,#94a3b8,#475569)!important}body .profile-page .pf-actions-row{display:flex!important;gap:10px!important;flex-wrap:wrap!important}body.theme-light .profile-page .pf-actions .pf-btn-ghost,body.theme-dark .profile-page .pf-actions .pf-btn-ghost{background:transparent!important;border:1.5px solid var(--line)!important;color:var(--muted)!important;gap:7px!important;white-space:nowrap!important}body.theme-light .profile-page .pf-actions .pf-btn-ghost:hover,body.theme-dark .profile-page .pf-actions .pf-btn-ghost:hover{border-color:var(--ink)!important;color:var(--ink)!important}body.theme-light .profile-page .pf-actions .pf-btn.danger,body.theme-dark .profile-page .pf-actions .pf-btn.danger{background:transparent!important;border:1.5px solid rgba(239,68,68,.5)!important;color:#ef4444!important;gap:7px!important;white-space:nowrap!important}body.theme-light .profile-page .pf-actions .pf-btn.danger:hover,body.theme-dark .profile-page .pf-actions .pf-btn.danger:hover{background:#ef44441f!important;border-color:#ef4444!important;color:#ef4444!important}.pf-actions-row .pf-btn-icon{width:15px!important;height:15px!important}.blocked-users-list{display:grid;gap:10px;margin-top:10px}.blocked-user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--line)}.blocked-user-row:last-child{border-bottom:none}.blocked-user-id{display:inline-flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;color:var(--ink);font-weight:700;padding:0;font-size:15px}.blocked-user-id .avatar-mini{width:36px;height:36px;flex:0 0 36px}.unblock-btn{white-space:nowrap;flex:0 0 auto}.section-head-icon{width:18px;height:18px;vertical-align:-3px;fill:none;stroke:currentColor;stroke-width:2;margin-inline-end:4px}.pf-kebab-wrap{position:relative;flex:0 0 auto}.pf-kebab-menu{min-width:220px}.kebab-item{display:flex!important;align-items:center;gap:9px}.kebab-item .kebab-icon{width:17px;height:17px;flex:0 0 17px;margin:0!important;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:2}body.theme-light .kebab-menu{background:var(--surface)!important;border-color:var(--line)!important;box-shadow:0 16px 40px var(--shadow)!important}body.theme-light .kebab-item{color:var(--ink)!important}body.theme-light .kebab-item:hover{background:var(--surface-soft)!important}body.theme-light .kebab-item.danger{color:#ef4444!important}.quick-actions .qa-btn{display:inline-flex;align-items:center;gap:6px}.qa-icon{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:2}.quick-actions .qa-btn.active{color:var(--accent, #F26B5E)!important;border-color:var(--accent, #F26B5E)!important}.quick-actions .qa-btn.active .qa-icon{fill:currentColor}body .profile-page .pf-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;line-height:1!important}body .profile-page .pf-chip .pf-chip-icon{vertical-align:0!important;flex:0 0 auto;position:relative;top:0}.neighborhood-select{width:100%;min-height:46px;padding:0 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--muted) 50%),linear-gradient(135deg,var(--muted) 50%,transparent 50%);background-position:calc(100% - 18px) center,calc(100% - 13px) center;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.home-dashboard-hero{position:relative;display:grid!important;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.35fr);align-items:end;gap:28px;min-height:190px;padding:clamp(22px,3vw,42px) clamp(20px,3.2vw,48px)!important;overflow:hidden;border:1px solid var(--line);border-radius:0!important;background:linear-gradient(90deg,#000000db,#0000007a 44%,#00000029),url(fond-coucher-hero.jpg) center/cover no-repeat!important;box-shadow:inset 0 -90px 90px #0000008c}.home-dashboard-hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 22%,rgba(255,106,0,.2),transparent 24%),linear-gradient(180deg,transparent 58%,rgba(0,0,0,.45))}.home-hero-copy,.home-hero-art{position:relative;z-index:1}.home-dashboard-hero .brand-logo-home{margin:0 0 6px!important;width:auto!important;height:clamp(78px,9vw,128px)!important;max-height:none!important;max-width:min(380px,85vw)!important;object-position:left center!important}.home-dashboard-hero p{width:min(720px,100%)!important;margin:0!important;text-align:left!important;white-space:normal!important;overflow:visible!important;font-size:clamp(19px,2.1vw,34px)!important;line-height:1.08!important;font-weight:950!important;color:#fff2e2f0!important}.home-hero-art{min-height:108px;opacity:.9;background:linear-gradient(90deg,transparent,rgba(255,106,0,.46),transparent) center 72% / 74% 2px no-repeat,radial-gradient(circle at 78% 40%,rgba(255,106,0,.55) 0 34px,transparent 36px),radial-gradient(circle at 48% 34%,rgba(255,106,0,.18),transparent 24%);filter:drop-shadow(0 14px 40px rgba(255,106,0,.18))}.home-dashboard-strip{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(420px,1.25fr);gap:14px;align-items:stretch;margin:16px 0 12px}.home-dashboard-strip .home-stats,.home-dashboard-strip .home-actions{margin:0!important}.home-dashboard-strip .home-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px!important}.home-dashboard-strip .home-stats>div{min-height:76px!important;display:grid!important;grid-template-columns:34px 1fr;grid-template-areas:"icon label" "icon value";align-content:center;gap:2px 10px!important;padding:12px 14px!important;text-align:left!important;border-radius:14px!important;background:color-mix(in srgb,var(--surface) 78%,transparent)!important;border:1px solid var(--line)!important}.home-stat-icon{grid-area:icon;align-self:center;width:30px;height:30px;fill:none;stroke:var(--muted);stroke-width:1.9}.home-dashboard-strip .home-stats strong{grid-area:value;font-size:clamp(24px,3vw,36px)!important;line-height:1!important;color:var(--primary)!important}.home-dashboard-strip .home-stats span{grid-area:label;font-size:12px!important;color:var(--muted)!important;text-transform:none!important}.home-dashboard-strip .home-actions.home-actions-icons{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px!important;width:100%!important}.home-dashboard-strip .home-actions .home-action.icon-action{min-height:76px!important;height:76px!important;max-height:76px!important;gap:7px!important;border-radius:14px!important}.home-dashboard-strip .home-actions .home-action.icon-action span{display:block;font-size:12px;font-weight:850;line-height:1.05}.home-dashboard-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.9fr);gap:14px;margin:14px 0}.home-panel{border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface) 86%,transparent);box-shadow:0 14px 34px var(--shadow);padding:14px}.home-map-panel .section-title{margin:0 0 10px!important}.home-map-panel .mini-map-box{height:clamp(220px,32vh,330px)!important;margin:0!important}.home-dashboard-side .today-preview{height:100%;margin:0!important}.category-chip{display:inline-flex!important;align-items:center;gap:6px}.category-chip-icon,.recap-cat-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;flex:0 0 auto}.recap-cat-icon{width:18px;height:18px;vertical-align:-4px}.profile-edit-actions .home-action,.profile-edit-actions .pf-btn,.profile-edit-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important}.mini-map-box,.map-container,#mini-map,#map{min-height:1px;contain:layout paint;backface-visibility:hidden;transform:translateZ(0)}.map-container,.mini-map-box{overflow:hidden;isolation:isolate}@media(max-width:899px){.home-dashboard-hero{display:block!important;min-height:172px;padding:22px 18px!important;border-left:0;border-right:0}.home-dashboard-hero .brand-logo-home{height:clamp(78px,20vw,104px)!important;margin-inline:auto!important;object-position:center!important}.home-dashboard-hero p{text-align:center!important;font-size:clamp(18px,5.2vw,27px)!important}.home-hero-art{display:none}.home-dashboard-strip{grid-template-columns:1fr;gap:10px}.home-dashboard-strip .home-stats>div{min-height:58px!important;padding:9px 10px!important}.home-dashboard-strip .home-actions.home-actions-icons{grid-template-columns:repeat(5,minmax(0,1fr))}.home-dashboard-strip .home-actions .home-action.icon-action{min-height:58px!important;height:58px!important;max-height:58px!important}.home-dashboard-strip .home-actions .home-action.icon-action span{display:none}.home-dashboard-grid{grid-template-columns:1fr}.home-map-panel .mini-map-box{height:170px!important}}@media(min-width:900px){body.theme-light .home-dashboard-hero{background:linear-gradient(90deg,#fffaf5f5,#ffebdabd 45%,#ffffff4d),url(fond-coucher-hero.jpg) center/cover no-repeat!important;box-shadow:inset 0 -90px 90px #fff2e794}body.theme-light .home-dashboard-hero p{color:var(--ink)!important}}.header>.nav-tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important;width:min(620px,100%)!important}.app-screen .page.accueil-page{max-width:1480px;margin-inline:auto}.home-dashboard-hero{min-height:168px!important;margin:0 0 14px!important;padding:clamp(24px,3vw,38px) clamp(22px,3vw,42px)!important;display:grid!important;grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr)!important;align-items:center!important;gap:clamp(22px,4vw,72px)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;overflow:hidden!important;background:radial-gradient(circle at 80% 42%,rgba(255,109,0,.14),transparent 23%),linear-gradient(180deg,rgba(255,255,255,.035),transparent 62%),#070706!important;box-shadow:inset 0 -1px #ffffff0f,0 18px 60px #00000047!important}.home-dashboard-hero:after{background:linear-gradient(90deg,transparent,rgba(255,111,0,.16),transparent) center 62% / 78% 1px no-repeat,radial-gradient(circle at 83% 46%,rgba(255,111,0,.16) 0 34px,transparent 36px)!important;opacity:1!important}.home-dashboard-hero .brand-logo-home{height:clamp(78px,8vw,126px)!important;width:min(360px,100%)!important;max-width:360px!important;margin:0 0 6px!important;object-fit:contain!important;object-position:left center!important;filter:drop-shadow(0 18px 40px rgba(255,100,0,.18))!important}.home-dashboard-hero p{max-width:520px!important;margin:0!important;color:#fff4e7e0!important;font-size:clamp(18px,1.25vw,24px)!important;font-weight:850!important;line-height:1.12!important;letter-spacing:0!important;text-align:left!important;white-space:normal!important}.home-hero-art{min-height:112px!important;justify-self:stretch;align-self:center;opacity:.9!important;background:linear-gradient(90deg,transparent 0 5%,rgba(255,111,0,.3) 5% 62%,transparent 62% 100%) center 63% / 100% 2px no-repeat,radial-gradient(circle at 78% 51%,rgba(255,111,0,.36) 0 42px,transparent 44px),radial-gradient(ellipse at 46% 55%,transparent 0 56%,rgba(255,111,0,.26) 57% 59%,transparent 60%),linear-gradient(135deg,transparent 0 74%,rgba(255,111,0,.22) 75% 77%,transparent 78%),linear-gradient(45deg,transparent 0 77%,rgba(255,111,0,.18) 78% 80%,transparent 81%)!important;filter:drop-shadow(0 14px 36px rgba(255,111,0,.16))!important}.home-dashboard-strip{display:grid!important;grid-template-columns:minmax(360px,.9fr) minmax(540px,1.1fr)!important;gap:12px!important;margin:0 0 12px!important;padding:0!important}.home-dashboard-strip .home-stats,.home-dashboard-strip .home-actions{width:100%!important;max-width:none!important}.home-dashboard-strip .home-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.home-dashboard-strip .home-stats>div{min-height:86px!important;padding:12px 16px!important;display:grid!important;grid-template-columns:38px 1fr!important;grid-template-areas:"icon label" "icon value"!important;align-content:center!important;border-radius:14px!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important}.home-dashboard-strip .home-stats strong{font-size:clamp(25px,2.5vw,38px)!important}.home-dashboard-strip .home-stats span{font-size:11px!important;font-weight:850!important}.home-dashboard-strip .home-actions.home-actions-icons{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}.home-dashboard-strip .home-actions .home-action.icon-action{min-height:86px!important;height:86px!important;max-height:86px!important;padding:10px 8px!important;border-radius:14px!important;gap:8px!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:none!important}.home-dashboard-strip .home-actions .home-action.icon-action.primary{background:linear-gradient(135deg,#ff6a00,#ff9638)!important;border-color:#ff913c59!important;color:#fff!important;box-shadow:0 16px 38px #ff6a003d!important}.home-dashboard-strip .home-actions .home-action.icon-action span{display:block!important;font-size:12px!important;font-weight:850!important}.home-dashboard-grid{display:grid!important;grid-template-columns:minmax(0,2.1fr) minmax(330px,.92fr)!important;gap:12px!important;margin:12px 0!important}.home-dashboard-main,.home-dashboard-side-stack{display:grid;grid-template-columns:minmax(0,1fr)!important;gap:12px;align-content:start;min-width:0!important}.home-panel,.home-community-panel,.home-fixed-panel{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.1)!important;background:#ffffff0b!important;box-shadow:none!important}.home-map-panel{overflow:hidden!important}.home-map-panel .mini-map-box{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;height:clamp(260px,29vh,350px)!important;border-radius:10px!important}.home-fixed-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(150px,180px);gap:8px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin;padding-bottom:2px}.home-mini-card{scroll-snap-align:start;display:grid;gap:7px;min-width:0;padding:8px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#00000024}.home-mini-main{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;min-width:0;border:0;padding:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.home-mini-emoji{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#ffffff14;font-size:25px}.home-mini-copy{min-width:0}.home-mini-copy strong,.home-community-card strong{display:block;color:var(--ink);font-size:13px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-mini-copy small,.home-community-card small{display:block;color:var(--primary);font-size:11px;font-weight:800;margin-top:2px}.home-mini-join{width:100%;min-height:30px!important;border-radius:8px!important;font-size:12px!important;padding:6px 8px!important}.home-community-list{display:grid;gap:8px}.home-community-card{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;width:100%;min-width:0;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#00000024;color:inherit;text-align:left;cursor:pointer}.home-community-emoji{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#ff6a0021;font-size:24px}.home-discovery-section{margin-top:14px}body.theme-light .home-dashboard-hero{background:radial-gradient(circle at 80% 42%,rgba(255,109,0,.13),transparent 23%),linear-gradient(180deg,#fff8f2eb,#ffffffd1),#fffaf6!important;border-color:#9a341221!important;box-shadow:0 16px 44px #9a341214!important}body.theme-light .home-dashboard-hero p{color:var(--ink)!important}body.theme-light .home-dashboard-strip .home-stats>div,body.theme-light .home-dashboard-strip .home-actions .home-action.icon-action,body.theme-light .home-panel,body.theme-light .home-community-panel,body.theme-light .home-fixed-panel,body.theme-light .home-mini-card,body.theme-light .home-community-card{background:linear-gradient(180deg,#fffdfb,#fff5ef)!important;border-color:#9a341221!important;box-shadow:0 12px 32px #9a341212!important}@media(max-width:1100px){.home-dashboard-strip,.home-dashboard-grid{grid-template-columns:1fr!important}}@media(max-width:899px){.home-dashboard-hero{min-height:154px!important;padding:22px 16px!important;display:block!important}.home-dashboard-hero .brand-logo-home{height:clamp(66px,18vw,96px)!important;margin-inline:auto!important;object-position:center!important}.home-dashboard-hero p{text-align:center!important;font-size:clamp(17px,4.9vw,24px)!important}.home-hero-art{display:none!important}.home-dashboard-strip .home-stats>div{min-height:58px!important;grid-template-columns:26px 1fr!important;padding:8px!important}.home-stat-icon{width:23px!important;height:23px!important}.home-dashboard-strip .home-stats strong{font-size:21px!important}.home-dashboard-strip .home-stats span{font-size:9px!important}.home-dashboard-strip .home-actions .home-action.icon-action{min-height:56px!important;height:56px!important;max-height:56px!important}.home-dashboard-strip .home-actions .home-action.icon-action span{display:none!important}.home-map-panel .mini-map-box{height:170px!important}.home-fixed-rail{grid-auto-columns:minmax(138px,46vw)}}.home-hero-art{min-height:112px!important;background:url(fond-coucher-line.png) center / contain no-repeat!important;opacity:.72!important;filter:drop-shadow(0 18px 36px rgba(255,106,0,.16))!important}.home-dashboard-hero:after{background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.22))!important}.home-map-head,.home-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;min-width:0;margin:0 0 10px;border-bottom:2px solid rgba(255,138,31,.65);padding-bottom:8px}.home-map-head{align-items:baseline;justify-content:flex-start;border-bottom-width:3px}.home-map-head span{flex:0 0 auto;color:var(--muted);font-size:13px;font-weight:950;text-transform:uppercase}.home-map-head strong{min-width:0;color:var(--ink);font-size:clamp(16px,1.25vw,20px);font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-panel-head .section-title{margin:0!important;padding:0!important;border:0!important;min-width:0}.home-see-all{flex:0 0 auto;border:0;background:transparent;color:var(--primary);font-size:12px;font-weight:950;cursor:pointer}.home-feature-empty,.home-feature-spot{min-height:150px;display:grid;place-items:center;gap:8px;padding:18px;border:1px dashed rgba(255,138,31,.35);border-radius:12px;background:#00000029;text-align:center}.home-feature-empty strong{color:var(--ink);font-size:16px;font-weight:950}.home-feature-empty p{max-width:300px;margin:0;color:var(--muted);font-size:13px;line-height:1.35}.home-feature-empty-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,138,31,.32);color:var(--primary);background:#ff8a1f14}.home-feature-empty-svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8}.home-feature-cta{min-height:38px;padding:0 22px;border:0;border-radius:10px;background:linear-gradient(135deg,#ff6a00,#ff9638);color:#fff;font-size:13px;font-weight:950;cursor:pointer}.home-feature-spot{grid-template-columns:52px minmax(0,1fr) auto;place-items:center stretch;min-height:86px;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.home-feature-spot:hover{transform:translateY(-1px);border-color:#ff8a1f9e;background:#ff8a1f1a}.home-feature-emoji{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#ff8a1f1f;font-size:30px}.home-feature-copy{min-width:0}.home-feature-copy strong{display:block;color:var(--ink);font-size:15px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-feature-copy small{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-feature-arrow{color:var(--primary);font-size:28px;line-height:1}.home-mini-join,.calendar-mini-join{border:0!important;background:#ffffff13!important;color:var(--ink)!important;box-shadow:none!important;transition:background .14s ease,color .14s ease,transform .14s ease!important}.home-mini-join:hover,.calendar-mini-join:hover{background:linear-gradient(135deg,#ff6a00,#ff9638)!important;color:#fff!important;transform:translateY(-1px)}.calendar-strip{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(190px,1fr);gap:10px!important;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity}.calendar-day-link{display:grid!important;grid-template-rows:1fr auto;gap:8px;min-height:96px!important;padding:10px!important;scroll-snap-align:start}.calendar-day-main{display:grid;gap:3px;width:100%;min-width:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.calendar-day-main strong,.calendar-day-main span,.calendar-day-main em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-mini-join{min-height:28px!important;border-radius:8px!important;padding:5px 8px!important;font-size:12px!important;font-weight:950!important}.home-discovery-section .explore-controls{display:grid!important;grid-template-columns:minmax(240px,1fr) minmax(380px,1.35fr) minmax(260px,.9fr);align-items:stretch;gap:8px!important}.home-discovery-section .explore-controls input,.home-discovery-section .explore-controls select,.home-discovery-section .near-me-card{margin:0!important;min-height:58px!important}.home-discovery-section .explore-controls .control-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.home-discovery-section .near-me-card{grid-template-columns:1fr auto;padding:8px 10px!important}.home-discovery-section .near-me-main{grid-template-columns:40px minmax(0,1fr)}body.theme-light .home-feature-empty,body.theme-light .home-feature-spot,body.theme-light .home-feature-empty-icon{background:linear-gradient(180deg,#fffdfb,#fff5ef)!important;border-color:#9a34122e!important}body.theme-light .home-mini-join,body.theme-light .calendar-mini-join{background:#9a341212!important;color:var(--ink)!important}@media(max-width:1050px){.home-discovery-section .explore-controls{grid-template-columns:1fr!important}}@media(max-width:899px){.home-map-head strong{font-size:16px}.home-feature-empty{min-height:136px}.calendar-strip{grid-auto-columns:minmax(162px,58vw)}}body .app-screen .page.accueil-page .home-dashboard-hero{display:block!important;position:relative!important;min-height:clamp(168px,16vw,228px)!important;padding:clamp(28px,3.7vw,58px) clamp(24px,3.8vw,64px)!important;overflow:hidden!important;border-left:0!important;border-right:0!important;background:radial-gradient(circle at 78% 45%,rgba(255,106,0,.11),transparent 23%),linear-gradient(180deg,rgba(255,255,255,.035),transparent 68%),#070706!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-copy{position:relative!important;z-index:2!important;width:min(540px,42vw)!important;max-width:100%!important}body .app-screen .page.accueil-page .home-dashboard-hero .brand-logo-home{display:block!important;height:clamp(92px,8.4vw,140px)!important;width:auto!important;max-width:min(420px,100%)!important;margin:0 0 6px!important;object-fit:contain!important;object-position:left center!important;transform:translate(-8px)!important}body .app-screen .page.accueil-page .home-dashboard-hero p{width:min(520px,100%)!important;margin:0!important;text-align:left!important;font-size:clamp(18px,1.35vw,25px)!important;line-height:1.12!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{position:absolute!important;z-index:1!important;top:clamp(24px,3.1vw,50px)!important;right:clamp(22px,4.8vw,82px)!important;left:auto!important;width:min(58vw,900px)!important;height:clamp(100px,9.6vw,150px)!important;min-height:0!important;background-position:right center!important;background-size:contain!important;opacity:.58!important}body .app-screen .page.accueil-page .home-map-head{align-items:center!important;justify-content:flex-start!important;padding-bottom:8px!important}body .app-screen .page.accueil-page .home-map-head strong{display:block!important;max-width:100%!important;color:var(--ink)!important;font-size:clamp(16px,1.25vw,20px)!important;font-weight:950!important;line-height:1.05!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}@media(max-width:899px){body .app-screen .page.accueil-page .home-dashboard-hero{min-height:150px!important;padding:22px 18px!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-copy{width:100%!important}body .app-screen .page.accueil-page .home-dashboard-hero .brand-logo-home{height:clamp(70px,18vw,96px)!important;margin-inline:auto!important;transform:none!important}body .app-screen .page.accueil-page .home-dashboard-hero p{margin-inline:auto!important;text-align:center!important;font-size:clamp(17px,4.8vw,24px)!important}}@media(min-width:900px){body .app-screen .page.map-page-v2.active{display:grid!important;grid-template-columns:minmax(300px,.88fr) minmax(560px,1.66fr) minmax(330px,.96fr)!important;grid-template-areas:"list map create"!important;gap:clamp(14px,1.25vw,22px)!important;align-items:stretch!important;padding:clamp(18px,1.6vw,28px)!important;max-width:1920px!important;margin-inline:auto!important;background:radial-gradient(circle at 78% 8%,rgba(255,106,0,.1),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.018),transparent 42%),var(--paper)!important}body .app-screen .page.map-page-v2 .map-panel-v2{position:sticky!important;top:14px!important;align-self:start!important;min-width:0!important;max-height:calc(100svh - 122px)!important;overflow:auto!important;border:1px solid rgba(255,111,0,.18)!important;border-radius:18px!important;background:radial-gradient(circle at 28% 0%,rgba(255,111,0,.055),transparent 30%),linear-gradient(180deg,#ffffff0b,#ffffff06)!important;box-shadow:0 24px 70px #00000040!important}body .app-screen .page.map-page-v2 .map-list{grid-area:list!important;padding:18px!important}body .app-screen .page.map-page-v2 .map-main{grid-area:map!important;padding:18px!important}body .app-screen .page.map-page-v2 .map-sidebar{grid-area:create!important;padding:18px!important}}.map-panel-title,.map-center-head,.map-center-title{display:flex;align-items:center;min-width:0}.map-panel-title{gap:10px;margin:0 0 18px;color:var(--ink);font-size:clamp(18px,1.25vw,25px);font-weight:950;letter-spacing:.01em;text-transform:uppercase}.map-panel-icon{width:24px;height:24px;flex:0 0 auto;fill:none;stroke:var(--primary);stroke-width:2.2}.map-center-head{justify-content:space-between;gap:14px;margin:0 0 14px}.map-center-title{gap:10px}.map-center-title strong{color:var(--primary);font-size:clamp(18px,1.2vw,23px);font-weight:950}.map-center-title span{color:var(--muted);font-size:14px;font-weight:750}.map-round-btn{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0b;color:var(--ink);cursor:pointer}.map-round-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2}body .app-screen .page.map-page-v2 .map-container{position:relative;width:100%!important;height:min(72svh,760px)!important;min-height:560px!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:17px!important;background:#111!important;box-shadow:inset 0 0 0 1px #ffffff0a!important}body .app-screen .page.map-page-v2 #map{height:100%!important;min-height:100%!important}body .app-screen .page.map-page-v2 .map-hint{left:50%!important;right:auto!important;bottom:22px!important;transform:translate(-50%)!important;max-width:min(82%,420px);padding:12px 18px!important;border-radius:999px!important;background:#14110fd6!important;color:#fff4e7eb!important;box-shadow:0 12px 30px #00000057!important;backdrop-filter:blur(14px)}.map-list .explore-controls{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin:0 0 16px!important}.map-list .explore-controls input[type=search]{width:100%!important;min-height:56px!important;margin:0!important;padding-left:46px!important;border-radius:12px!important;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23b8b2aa' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") 16px center / 22px 22px no-repeat,linear-gradient(180deg,#ffffff0e,#ffffff09)!important}.map-list .explore-controls .control-row{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(96px,1fr))!important;gap:10px!important}.map-list .explore-controls .control-row select{width:100%!important;min-width:0!important;min-height:50px!important;padding:0 34px 0 16px!important;border-radius:11px!important;font-size:13px!important;font-weight:900!important}.map-list .near-me-card{min-height:76px!important;margin:0!important;padding:12px!important;border-radius:14px!important;border-color:#ff6f0052!important;background:linear-gradient(135deg,#ff6f0024,#ffffff09)!important}.map-list .near-me-main{display:grid!important;grid-template-columns:50px minmax(0,1fr) auto!important;gap:12px!important;align-items:center!important;width:100%}.map-list .near-me-main:after{content:"\203a";color:var(--muted);font-size:32px;line-height:1}.map-list .near-me-icon{width:50px!important;height:50px!important;border-radius:14px!important;background:linear-gradient(135deg,#ff9c3a,#ffc348)!important;color:#2a1207!important;font-size:22px!important}.map-activity-list{display:grid;gap:10px}body .app-screen .page.map-page-v2 .map-activity-card{display:grid!important;grid-template-columns:58px minmax(0,1fr) 18px!important;gap:12px!important;align-items:center!important;width:100%;min-height:116px!important;padding:12px!important;border:1px solid rgba(255,111,0,.18)!important;border-radius:14px!important;background:radial-gradient(circle at 8% 50%,rgba(255,111,0,.09),transparent 28%),#00000021!important;color:inherit!important;text-align:left!important;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}body .app-screen .page.map-page-v2 .map-activity-card:hover,body .app-screen .page.map-page-v2 .map-activity-card.selected{transform:translateY(-1px);border-color:#ff8a1f7a!important;background:#ff6f0018!important}.map-activity-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,111,0,.3);background:#ff6f001a;font-size:28px}.map-activity-body{min-width:0;display:grid;gap:5px}.map-activity-card strong{display:block;overflow:hidden;color:var(--ink);font-size:18px!important;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.map-category-chip{width:fit-content;padding:4px 8px!important;border-radius:7px!important;background:#ff6f0029!important;color:var(--primary)!important;font-size:12px!important;font-weight:950!important}.map-activity-meta{display:flex!important;flex-wrap:wrap;gap:8px 12px;align-items:center;color:var(--muted)!important;font-size:12px!important;font-weight:850!important}.map-activity-meta span{display:inline-flex;align-items:center;gap:5px}.map-meta-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}.map-activity-chevron{color:var(--muted);font-size:34px;line-height:1}.map-view-all-btn{width:100%;min-height:48px;margin-top:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,111,0,.35);border-radius:12px;background:#0000001f;color:var(--primary);font-size:13px;font-weight:950;cursor:pointer}.create-activity-panel .spot-wizard{padding:20px!important;border-radius:17px!important;background:linear-gradient(180deg,#ffffff0b,#0000000e)!important;border:1px solid rgba(255,111,0,.18)!important;box-shadow:none!important}.create-activity-panel .quick-form-head h3{font-size:clamp(19px,1.28vw,25px)!important;margin-bottom:5px!important}.create-activity-panel .quick-form-head p{color:var(--muted)!important;font-size:14px!important;font-weight:800!important}.create-activity-panel .spot-stepper{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:18px 0 20px!important}.create-activity-panel .spot-step{min-height:78px!important;border-radius:13px!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.1)!important}.create-activity-panel .spot-step.active{background:linear-gradient(135deg,#ff7a18,#ff9f3f)!important;border-color:#ffb85c6b!important;color:#fff!important}.create-activity-panel .spot-step b{width:32px!important;height:32px!important}.create-activity-panel .spot-step span{font-size:12px!important;font-weight:950!important}.create-activity-panel input,.create-activity-panel select,.create-activity-panel textarea{min-height:54px!important;border-radius:12px!important;background:#00000029!important;border-color:#ff6f002e!important}.create-activity-panel textarea{min-height:120px!important}.create-activity-panel .quick-emoji-grid{display:grid!important;grid-template-columns:repeat(8,minmax(42px,1fr))!important;gap:8px!important;overflow-x:auto!important;padding-bottom:2px}.create-activity-panel .quick-emoji-grid .emoji-btn{min-height:54px!important;border-radius:50%!important}.create-activity-panel .create-btn-main{min-height:66px!important;border-radius:14px!important;font-size:18px!important}@media(min-width:900px){body .app-screen .page.accueil-page .home-dashboard-strip{display:grid!important;grid-template-columns:repeat(8,minmax(0,1fr))!important;gap:10px!important}body .app-screen .page.accueil-page .home-dashboard-strip .home-stats,body .app-screen .page.accueil-page .home-dashboard-strip .home-actions{display:contents!important}body .app-screen .page.accueil-page .home-dashboard-strip .home-stats>div,body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.icon-action{width:100%!important;min-width:0!important;min-height:92px!important;height:92px!important;max-height:92px!important;margin:0!important;box-sizing:border-box!important}}body .app-screen .page.accueil-page .calendar-section{margin-top:14px!important}body .app-screen .page.accueil-page .calendar-strip{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(210px,1fr)!important;gap:12px!important;overflow-x:auto!important;padding:4px 2px 10px!important}body .app-screen .page.accueil-page .calendar-day-link{min-height:118px!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;gap:8px!important;padding:14px!important;border-radius:14px!important;border:1px solid rgba(255,111,0,.18)!important;background:#ffffff09!important;box-shadow:none!important}body .app-screen .page.accueil-page .calendar-day-link>.calendar-day-main{width:100%!important;height:auto!important;min-height:0!important;display:grid!important;align-content:start!important;justify-items:start!important;gap:4px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:inherit!important;text-align:left!important}body .app-screen .page.accueil-page .calendar-day-main strong{max-width:100%!important;color:var(--ink)!important;font-size:13px!important;font-weight:950!important;line-height:1.05!important;text-transform:uppercase!important;white-space:nowrap!important}body .app-screen .page.accueil-page .calendar-day-main span{color:var(--primary)!important;font-size:13px!important;font-weight:950!important}body .app-screen .page.accueil-page .calendar-day-main em{max-width:100%!important;color:var(--muted)!important;font-size:12px!important;font-style:normal!important;font-weight:850!important}body .app-screen .page.accueil-page .calendar-mini-join{justify-self:start!important;width:auto!important;min-height:30px!important;padding:6px 12px!important;border-radius:999px!important;background:#ffffff12!important;border:1px solid rgba(255,255,255,.08)!important;color:var(--ink)!important}body.theme-light .page.map-page-v2 .map-panel-v2,body.theme-light .page.map-page-v2 .map-activity-card,body.theme-light .page.map-page-v2 .create-activity-panel .spot-wizard,body.theme-light .app-screen .page.accueil-page .calendar-day-link{background:linear-gradient(180deg,#fffdfb,#fff3ec)!important;border-color:#c2410c29!important;box-shadow:0 16px 42px #9a341214!important}@media(max-width:899px){body .app-screen .page.map-page-v2.active{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}body .app-screen .page.map-page-v2 .map-main{order:1!important}body .app-screen .page.map-page-v2 .map-sidebar{order:2!important}body .app-screen .page.map-page-v2 .map-list{order:3!important}body .app-screen .page.map-page-v2 .map-panel-v2{width:100%!important;max-height:none!important;padding:14px!important;border-radius:18px!important}body .app-screen .page.map-page-v2 .map-container{min-height:300px!important;height:42svh!important}.map-center-title span{display:none}.map-list .explore-controls .control-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}.map-list .explore-controls .control-row select{font-size:12px!important;padding-inline:10px 28px!important}body .app-screen .page.map-page-v2 .map-activity-card{min-height:100px!important;grid-template-columns:50px minmax(0,1fr) 16px!important}.map-activity-avatar{width:50px;height:50px;font-size:24px}body .app-screen .page.accueil-page .calendar-strip{grid-auto-columns:minmax(168px,62vw)!important}}body .app-screen .calendar-page-v2{min-height:calc(100svh - 86px);padding:clamp(18px,2.4vw,34px);background:radial-gradient(circle at 18% 15%,rgba(255,106,0,.11),transparent 32%),linear-gradient(180deg,#070707fa,#0d0906fc)!important;color:#f8f7f5}.calendar-hero-v2{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;margin-bottom:22px}.calendar-hero-icon{width:82px;height:82px;border-radius:22px;display:grid;place-items:center;color:#ff8a2a;background:linear-gradient(145deg,#ff6a0029,#ff6a0008);border:1px solid rgba(255,106,0,.28);box-shadow:0 18px 48px #ff6a001f}.calendar-hero-svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2}.calendar-hero-copy h1{margin:0;font-size:clamp(34px,4vw,58px);line-height:.96;letter-spacing:0}.calendar-hero-copy p{margin:8px 0 0;color:#ffffff9e;font-size:clamp(14px,1.2vw,18px);font-weight:800}.calendar-view-toggle{min-height:52px;display:inline-flex;align-items:center;gap:10px;padding:0 20px;border-radius:14px;border:1px solid rgba(255,106,0,.34);background:#ffffff0a;color:#f8f7f5;font-weight:950;cursor:pointer}.calendar-toggle-icon,.calendar-help-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2}.calendar-date-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(134px,1fr);gap:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:22px;margin-bottom:22px;border:1px solid rgba(255,106,0,.18);border-radius:22px;background:linear-gradient(145deg,#ffffff0a,#ff6a0009);box-shadow:inset 0 1px #ffffff0d;scrollbar-width:none}.calendar-date-rail::-webkit-scrollbar{display:none}body .calendar-date-card.calendar-date-card-v2{min-height:178px;padding:22px 18px;border-radius:15px;border:1px solid rgba(255,106,0,.22);background:linear-gradient(160deg,#ffffff0e,#ffffff04);color:#f8f7f5;box-shadow:none}body .calendar-date-card.calendar-date-card-v2.active{border-color:#ff7e25f2;background:linear-gradient(160deg,#ff6a004d,#ff6a0014);box-shadow:0 0 0 1px #ff6a0047,0 0 28px #ff6a0047}.calendar-date-card-v2 strong{color:#ffffffb8!important;font-size:13px!important;letter-spacing:.01em}.calendar-date-card-v2 em{display:block;color:#ffffffdb;font-size:18px;font-style:normal;font-weight:900}.calendar-date-card-v2 span{margin-top:auto;color:#ff7a1a!important;font-size:34px!important;line-height:1}.calendar-date-card-v2 small{color:#ffffffa3;font-size:13px;font-weight:850}.calendar-layout-v2{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,.95fr);gap:22px}.calendar-selected-panel-v2,.calendar-popular-panel-v2,.calendar-help-v2{border:1px solid rgba(255,106,0,.2);border-radius:22px;background:radial-gradient(circle at 50% 100%,rgba(255,106,0,.1),transparent 34%),linear-gradient(155deg,#ffffff0b,#ffffff05);box-shadow:inset 0 1px #ffffff0d}.calendar-selected-panel-v2{min-height:460px;padding:clamp(18px,2.4vw,32px)}.calendar-selected-panel-v2 h2{margin:0 0 22px;color:#ff8a2a;font-size:clamp(25px,2.4vw,36px);text-transform:capitalize}.calendar-selected-panel-v2 h2 span{display:inline-flex;margin-inline-start:8px;padding:5px 9px;border:1px solid rgba(255,106,0,.48);border-radius:8px;color:#ff8a2a;font-size:12px;line-height:1;vertical-align:middle;text-transform:uppercase}.calendar-empty-state-v2{min-height:340px;display:grid;place-items:center;align-content:center;gap:14px;text-align:center;color:#ffffffb8}.calendar-empty-icon{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;color:#ff8a2a;background:#ff6a001a;border:1px solid rgba(255,106,0,.3)}.calendar-empty-svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2}.calendar-empty-state-v2 strong{color:#fff;font-size:24px}.calendar-empty-state-v2 p{margin:0;color:#ffffff94;font-weight:800}.calendar-empty-state-v2 button{min-height:54px;display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:0 26px;border-radius:13px;border:1px solid rgba(255,106,0,.34);background:#ff6a0014;color:#ff8a2a;font-weight:950;cursor:pointer}.calendar-popular-panel-v2{padding:24px}.calendar-popular-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px}.calendar-popular-icon{width:28px;height:28px;color:#ff8a2a;fill:none;stroke:currentColor;stroke-width:2.2}.calendar-popular-head h3{margin:0;color:#fff;font-size:22px}.calendar-popular-head p{margin:6px 0 0;color:#ffffff94;font-weight:800}.calendar-popular-list{display:grid;gap:12px}.calendar-popular-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto;align-items:center;gap:14px;min-height:62px;padding:8px 14px;border-radius:14px;border:1px solid rgba(255,106,0,.24);background:#ffffff09;color:#fff;text-align:left;cursor:pointer}.calendar-popular-row.active{border-color:#ff6a009e;background:#ff6a001f}.calendar-popular-rank{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;border:2px solid rgba(255,106,0,.72);color:#fff;font-weight:950;box-shadow:0 0 18px #ff6a002e}.calendar-popular-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.calendar-popular-row em{color:#ff8a2a;font-style:normal;font-weight:950}.calendar-help-v2{display:flex;align-items:center;gap:18px;min-height:72px;margin-top:22px;padding:16px 24px;color:#ffffff9e;font-weight:850}.calendar-help-icon{color:#ff8a2a}.calendar-help-v2 strong{color:#fff}body .calendar-activity.calendar-activity-v2{grid-template-columns:58px minmax(0,1fr) auto;min-height:84px;padding:12px 14px;border-radius:16px;border-color:#ff6a0033;background:#ffffff0b}.calendar-activity-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#ff6a001f;font-size:24px}.calendar-activity-copy{display:grid;gap:4px;min-width:0}.calendar-activity-copy strong{color:#fff!important;font-size:16px!important}.calendar-activity-copy em{color:#ffffff94!important}.calendar-activity-arrow{color:#ffffff94;font-size:30px}.activity-sheet-overlay{align-items:center!important;justify-content:center!important;overflow-y:auto!important;padding:28px!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body .activity-sheet.activity-sheet-v2{width:min(920px,calc(100vw - 32px))!important;max-height:min(900px,calc(100svh - 44px))!important;overflow-y:auto!important;padding:30px!important;border-radius:18px!important;border:1px solid rgba(255,106,0,.28)!important;background:radial-gradient(circle at 50% 0%,rgba(255,106,0,.16),transparent 38%),linear-gradient(180deg,#161616fa,#0a0a0afc)!important;color:#fff!important;box-shadow:0 28px 90px #0000008c}.activity-sheet-v2 .activity-sheet-close{top:24px!important;right:24px!important;width:44px!important;height:44px!important;border-radius:50%!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important}.spot-detail-v2{display:grid;gap:22px}.activity-detail-hero h2{max-width:calc(100% - 58px);margin:0 0 14px;color:#fff;font-size:clamp(30px,3vw,42px);line-height:1.06}.activity-sheet-v2 .activity-sheet-headline{justify-content:flex-start;gap:10px;margin-bottom:12px}.activity-detail-desc{margin:0;color:#ffffffb3;font-size:16px;line-height:1.5;font-weight:750}.activity-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.activity-fact{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;column-gap:14px;row-gap:4px;min-height:92px;padding:18px;border-radius:15px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,#ffffff0f,#ffffff06)}.activity-fact-icon{grid-row:1 / 3;width:30px;height:30px;color:#ff7a1a;fill:none;stroke:currentColor;stroke-width:2.25}.activity-fact span{color:#ffffff8a;font-size:12px;font-weight:850}.activity-fact strong{color:#fff;font-size:15px;line-height:1.25}.activity-primary-actions{display:grid;gap:12px}.activity-main-join,.activity-chat-main{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:12px;font:inherit;font-weight:950;cursor:pointer}.activity-main-join{border:0;color:#fff;background:linear-gradient(135deg,#ff9a33,#ff5d14);box-shadow:0 18px 46px #ff6a0042}.activity-main-join[disabled]{opacity:.48;cursor:not-allowed}.activity-chat-main{border:1px solid rgba(255,106,0,.72);background:#ff6a0009;color:#ff8a2a}.activity-action-icon,.activity-section-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.25}.activity-detail-section{padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.activity-section-head{display:flex;align-items:center;gap:10px;color:#ff8a2a}.activity-section-head h3{margin:0;color:#fff;font-size:20px}.participants-section p{margin:8px 0 12px;color:#ffffffb8;font-weight:800}.activity-sheet-v2 .quick-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.activity-sheet-v2 .qa-btn{min-height:52px;justify-content:center;border-radius:10px;background:#ffffff0e;border-color:#ffffff1f;color:#ffffffe0}.cover-editor-overlay{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.cover-editor-modal{width:min(920px,calc(100vw - 28px))!important;max-height:calc(100svh - 36px);overflow-y:auto;border-radius:20px!important;border:1px solid rgba(255,106,0,.28)!important;background:radial-gradient(circle at 50% 0%,rgba(255,106,0,.16),transparent 34%),linear-gradient(180deg,#120d09fa,#080706fc)!important;color:#fff!important}.cover-editor-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding-right:52px}.cover-editor-head h2{margin:0;color:#fff;font-size:clamp(24px,2.4vw,34px)}.cover-editor-head p{margin:6px 0 0;color:#ffffff9e;font-weight:800}.cover-editor-preview{position:relative;min-height:clamp(230px,34vw,360px);border-radius:18px;border:1px solid rgba(255,106,0,.3);background:linear-gradient(135deg,#ff6a0029,#ffffff09);background-size:cover;background-position:50% 50%;overflow:hidden;box-shadow:inset 0 -80px 70px #00000073}.cover-editor-safe-area{position:absolute;inset:14px;border:1px dashed rgba(255,255,255,.42);border-radius:14px;pointer-events:none}.cover-editor-empty{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:10px;color:#ffffffc7;font-weight:950}.cover-editor-empty-icon{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:2.2}.cover-editor-controls{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.cover-editor-controls label{display:grid;gap:9px;color:#ffffffc7;font-weight:900}.cover-editor-controls input[type=range]{accent-color:#ff7a1a;width:100%}.cover-editor-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}body .profile-page .pf-cover.has-cover{background-size:cover!important}body.theme-light .app-screen .calendar-page-v2{background:radial-gradient(circle at 18% 15%,rgba(255,106,0,.09),transparent 34%),linear-gradient(180deg,#fff,#fff7f0)!important;color:#14110f}body.theme-light .calendar-hero-copy h1,body.theme-light .calendar-selected-panel-v2 h2,body.theme-light .calendar-popular-head h3,body.theme-light .calendar-empty-state-v2 strong,body.theme-light .calendar-help-v2 strong,body.theme-light .calendar-popular-row strong,body.theme-light .calendar-activity-copy strong{color:#14110f!important}body.theme-light .calendar-hero-copy p,body.theme-light .calendar-popular-head p,body.theme-light .calendar-empty-state-v2 p,body.theme-light .calendar-help-v2,body.theme-light .calendar-activity-copy em{color:#76685f!important}body.theme-light .calendar-date-rail,body.theme-light .calendar-selected-panel-v2,body.theme-light .calendar-popular-panel-v2,body.theme-light .calendar-help-v2,body.theme-light .calendar-date-card-v2,body.theme-light .calendar-popular-row,body.theme-light .calendar-activity-v2{background:linear-gradient(180deg,#fffdfb,#fff3ec)!important;border-color:#c2410c29!important;box-shadow:0 16px 42px #9a341212!important}body.theme-light .calendar-date-card-v2 strong,body.theme-light .calendar-date-card-v2 em,body.theme-light .calendar-date-card-v2 small,body.theme-light .calendar-activity-arrow{color:#76685f!important}@media(max-width:1023px){.calendar-hero-v2{grid-template-columns:auto 1fr}.calendar-view-toggle{grid-column:1 / -1;justify-self:start;min-height:44px}.calendar-date-rail{grid-auto-columns:minmax(112px,34vw);padding:14px;gap:12px}body .calendar-date-card.calendar-date-card-v2{min-height:136px;padding:15px 13px}.calendar-layout-v2{grid-template-columns:1fr}.calendar-selected-panel-v2{min-height:360px}.activity-fact-grid,.cover-editor-controls{grid-template-columns:1fr}body .activity-sheet.activity-sheet-v2{padding:22px!important;width:min(100%,calc(100vw - 18px))!important;max-height:calc(100svh - 22px)!important}.activity-sheet-v2 .quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{background-image:url(fond-coucher-hero.jpg)!important;background-repeat:no-repeat!important;background-position:right center!important;background-size:contain!important;mix-blend-mode:screen;filter:saturate(1.08) contrast(1.06)}body .app-screen .page.accueil-page .home-dashboard-hero,body .app-screen .page.accueil-page .home-dashboard-strip,body .app-screen .page.accueil-page .home-panel,body .app-screen .page.accueil-page .home-feature-empty,body .app-screen .page.accueil-page .home-feature-spot,body .app-screen .page.map-page-v2 .map-panel-v2,body .app-screen .calendar-page-v2 .calendar-date-rail,body .app-screen .calendar-page-v2 .calendar-selected-panel-v2,body .app-screen .calendar-page-v2 .calendar-popular-panel-v2,body .app-screen .calendar-page-v2 .calendar-help-v2{border-radius:16px!important}body .app-screen .page.accueil-page .home-dashboard-hero{min-height:clamp(138px,12.2vw,190px)!important;padding:clamp(22px,2.8vw,44px) clamp(22px,3.2vw,54px)!important}body .app-screen .page.accueil-page .home-dashboard-hero .brand-logo-home{height:clamp(86px,7vw,122px)!important}body .app-screen .page.accueil-page .home-dashboard-hero p{font-size:clamp(16px,1.15vw,22px)!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{top:clamp(20px,2.4vw,38px)!important;right:clamp(18px,4vw,68px)!important;width:min(55vw,760px)!important;height:clamp(78px,7.4vw,126px)!important}body .app-screen .page.accueil-page .home-dashboard-grid,body .app-screen .page.accueil-page .calendar-section,body .app-screen .page.accueil-page .home-discovery-section{margin-top:12px!important}body .app-screen .page.accueil-page .home-dashboard-strip .home-stats>div,body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.icon-action{min-height:78px!important;height:78px!important;max-height:78px!important;padding:10px!important}body .app-screen .page.accueil-page .home-dashboard-strip strong{font-size:clamp(24px,2.1vw,36px)!important;line-height:1!important}body .app-screen .page.accueil-page .home-dashboard-strip span{font-size:11px!important;line-height:1.05!important}body .app-screen .page.accueil-page .home-action .ha-icon,body .app-screen .page.accueil-page .home-stat-icon{width:24px!important;height:24px!important}body .app-screen .page.accueil-page .home-panel{padding:12px!important}body .app-screen .page.accueil-page .mini-map-box{min-height:230px!important;height:clamp(230px,25vw,340px)!important}body .app-screen .page.accueil-page .home-feature-empty,body .app-screen .page.accueil-page .home-feature-spot{min-height:128px!important;padding:16px!important}body .app-screen .page.accueil-page .home-feature-copy strong,body .app-screen .page.accueil-page .home-map-head strong{font-size:15px!important}body .app-screen .page.accueil-page .calendar-day-link{min-height:90px!important;padding:10px 12px!important}@media(min-width:900px){body .app-screen .page.map-page-v2.active{grid-template-columns:minmax(284px,.78fr) minmax(680px,1.78fr) minmax(320px,.82fr)!important;gap:18px!important;padding:18px!important}body .app-screen .page.map-page-v2 .map-panel-v2{max-height:calc(100svh - 108px)!important;padding:14px!important}body .app-screen .page.map-page-v2 .map-main{display:grid!important;grid-template-columns:minmax(176px,242px) minmax(0,1fr)!important;grid-template-rows:auto!important;gap:16px!important;align-items:stretch!important;min-height:calc(100svh - 122px)!important}body .app-screen .page.map-page-v2 .map-center-head{grid-column:1!important;grid-row:1!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-content:start!important;align-items:start!important;gap:12px!important;margin:0!important}body .app-screen .page.map-page-v2 .map-center-title{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:12px!important;align-items:start!important}body .app-screen .page.map-page-v2 .map-center-title .map-panel-icon{width:38px!important;height:38px!important;grid-row:1 / 3!important;margin-top:4px!important}body .app-screen .page.map-page-v2 .map-center-title strong{max-width:104px!important;font-size:clamp(28px,2.25vw,42px)!important;line-height:.9!important}body .app-screen .page.map-page-v2 .map-center-title span{grid-column:2!important;color:var(--muted)!important;font-size:clamp(15px,1vw,22px)!important;line-height:1.05!important;font-weight:850!important}body .app-screen .page.map-page-v2 .map-round-btn{width:54px!important;height:54px!important;border-radius:50%!important}body .app-screen .page.map-page-v2 .map-container{grid-column:2!important;grid-row:1!important;height:min(76svh,780px)!important;min-height:610px!important;border-radius:20px!important}body .app-screen .page.map-page-v2 .map-list,body .app-screen .page.map-page-v2 .map-sidebar{min-height:calc(100svh - 122px)!important}}body .app-screen .page.map-page-v2 .map-panel-title{margin-bottom:12px!important;font-size:clamp(16px,1vw,21px)!important}body .app-screen .page.map-page-v2 .map-list .explore-controls{gap:10px!important;margin-bottom:12px!important}body .app-screen .page.map-page-v2 .map-list .explore-controls input[type=search]{min-height:48px!important;font-size:14px!important}body .app-screen .page.map-page-v2 .map-list .explore-controls .control-row{gap:8px!important}body .app-screen .page.map-page-v2 .map-list .explore-controls .control-row select{min-height:44px!important;font-size:12px!important}body .app-screen .page.map-page-v2 .near-me-card{min-height:64px!important;padding:10px!important}body .app-screen .page.map-page-v2 .near-me-icon,body .app-screen .page.map-page-v2 .map-activity-avatar{width:46px!important;height:46px!important;font-size:21px!important}body .app-screen .page.map-page-v2 .map-activity-card{min-height:88px!important;grid-template-columns:46px minmax(0,1fr) 14px!important;gap:10px!important;padding:10px!important}body .app-screen .page.map-page-v2 .map-activity-card strong{font-size:15px!important}body .app-screen .page.map-page-v2 .map-category-chip,body .app-screen .page.map-page-v2 .map-activity-meta{font-size:11px!important}body .app-screen .page.map-page-v2 .create-activity-panel .spot-wizard{padding:15px!important}body .app-screen .page.map-page-v2 .create-activity-panel .spot-stepper{gap:8px!important;margin:12px 0 14px!important}body .app-screen .page.map-page-v2 .create-activity-panel .spot-step{min-height:58px!important}body .app-screen .page.map-page-v2 .create-activity-panel input,body .app-screen .page.map-page-v2 .create-activity-panel select,body .app-screen .page.map-page-v2 .create-activity-panel textarea{min-height:46px!important;font-size:14px!important}body .app-screen .page.map-page-v2 .create-activity-panel textarea{min-height:96px!important}body .app-screen .page.map-page-v2 .create-activity-panel .quick-emoji-grid .emoji-btn{min-height:44px!important}body .app-screen .page.map-page-v2 .create-activity-panel .create-btn-main{min-height:54px!important;font-size:15px!important}body .app-screen .calendar-page-v2{padding:clamp(14px,1.7vw,24px)!important}body .app-screen .calendar-page-v2 .calendar-hero-v2{gap:14px!important;margin-bottom:14px!important}body .app-screen .calendar-page-v2 .calendar-hero-icon{width:62px!important;height:62px!important;border-radius:16px!important}body .app-screen .calendar-page-v2 .calendar-hero-copy h1{font-size:clamp(28px,3vw,42px)!important}body .app-screen .calendar-page-v2 .calendar-hero-copy p,body .app-screen .calendar-page-v2 .calendar-popular-head p,body .app-screen .calendar-page-v2 .calendar-help-v2,body .app-screen .calendar-page-v2 .calendar-activity-copy em{font-size:13px!important}body .app-screen .calendar-page-v2 .calendar-view-toggle{min-height:42px!important;padding:0 14px!important;font-size:13px!important}body .app-screen .calendar-page-v2 .calendar-date-rail{grid-auto-columns:minmax(112px,1fr)!important;gap:10px!important;padding:14px!important;margin-bottom:14px!important}body .app-screen .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{min-height:128px!important;padding:14px 12px!important}body .app-screen .calendar-page-v2 .calendar-date-card-v2 em{font-size:15px!important}body .app-screen .calendar-page-v2 .calendar-date-card-v2 span{font-size:28px!important}body .app-screen .calendar-page-v2 .calendar-layout-v2{gap:14px!important}body .app-screen .calendar-page-v2 .calendar-selected-panel-v2{min-height:320px!important;padding:clamp(16px,1.8vw,24px)!important}body .app-screen .calendar-page-v2 .calendar-selected-panel-v2 h2{margin-bottom:14px!important;font-size:clamp(22px,2vw,30px)!important}body .app-screen .calendar-page-v2 .calendar-empty-state-v2{min-height:230px!important;gap:10px!important}body .app-screen .calendar-page-v2 .calendar-empty-icon{width:70px!important;height:70px!important}body .app-screen .calendar-page-v2 .calendar-empty-state-v2 strong{font-size:20px!important}body .app-screen .calendar-page-v2 .calendar-popular-panel-v2{padding:18px!important}body .app-screen .calendar-page-v2 .calendar-popular-head{margin-bottom:14px!important}body .app-screen .calendar-page-v2 .calendar-popular-head h3{font-size:18px!important}body .app-screen .calendar-page-v2 .calendar-popular-row{grid-template-columns:34px minmax(0,1fr) auto auto!important;min-height:50px!important;padding:6px 10px!important;gap:10px!important}body .app-screen .calendar-page-v2 .calendar-popular-rank{width:30px!important;height:30px!important}body .app-screen .calendar-page-v2 .calendar-activity.calendar-activity-v2{min-height:70px!important;grid-template-columns:46px minmax(0,1fr) auto!important;padding:10px 12px!important}body .app-screen .calendar-page-v2 .calendar-activity-icon{width:42px!important;height:42px!important;font-size:20px!important}body .app-screen .calendar-page-v2 .calendar-activity-copy strong{font-size:14px!important}body .app-screen .calendar-page-v2 .calendar-help-v2{min-height:54px!important;margin-top:14px!important;padding:12px 16px!important}body .activity-sheet-overlay{align-items:center!important;justify-content:center!important;padding:18px!important}body .activity-sheet.activity-sheet-v2{width:min(780px,calc(100vw - 28px))!important;max-height:min(760px,calc(100svh - 30px))!important;padding:22px!important}body .activity-sheet-v2 .activity-sheet-close{top:16px!important;right:16px!important;width:38px!important;height:38px!important}body .activity-sheet-v2 .spot-detail-v2{gap:14px!important}body .activity-sheet-v2 .activity-detail-hero h2{font-size:clamp(24px,2.3vw,32px)!important;margin-bottom:9px!important}body .activity-sheet-v2 .activity-detail-desc{font-size:14px!important;line-height:1.35!important}body .activity-sheet-v2 .activity-fact-grid{gap:12px!important}body .activity-sheet-v2 .activity-fact{min-height:70px!important;padding:12px!important;column-gap:10px!important}body .activity-sheet-v2 .activity-fact-icon{width:24px!important;height:24px!important}body .activity-sheet-v2 .activity-fact strong{font-size:13px!important}body .activity-sheet-v2 .activity-main-join,body .activity-sheet-v2 .activity-chat-main{min-height:48px!important;font-size:14px!important}body .activity-sheet-v2 .qa-btn{min-height:44px!important;font-size:13px!important}body .activity-sheet-v2 .activity-section-head h3{font-size:16px!important}body .chat-page-v2{padding:clamp(16px,2vw,28px)!important;background:radial-gradient(circle at 78% 4%,rgba(255,106,0,.08),transparent 30%),var(--paper)!important}.chat-page-title{margin-bottom:16px}.chat-page-title h1{margin:0;color:var(--ink);font-size:clamp(30px,3.1vw,48px);line-height:.95}.chat-page-title p{margin:6px 0 0;color:var(--muted);font-size:14px;font-weight:800}.chat-layout-v2{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(340px,1.08fr) minmax(440px,1.55fr);gap:18px;align-items:start}.chat-tools-v2,.chat-conversations-v2,.chat-thread-v2{min-width:0}.chat-page-v2 .account-section{border-radius:18px!important;border-color:#ff6a002e!important;background:radial-gradient(circle at 90% 10%,rgba(255,106,0,.08),transparent 26%),linear-gradient(180deg,#ffffff0b,#ffffff05)!important}.chat-tools-v2{display:grid;gap:14px}.chat-conversations-v2 .chat-list-box{padding:16px!important}.chat-conversations-v2 .chat-list-box h3{margin-bottom:12px!important;font-size:18px!important}.chat-list{display:grid;gap:8px!important}.chat-list-item{min-height:66px!important;padding:9px 10px!important;border-radius:14px!important}.chat-list-item.is-unread{background:linear-gradient(135deg,#ff6a0033,#ff6a0012)!important;border-color:#ff6a0094!important}.chat-list-item strong{font-size:15px!important}.chat-list-item small{font-size:12px!important}.chat-thread-v2 .private-chat-box,.chat-thread-v2 .general-chat-box,.chat-thread-v2 .group-chat-box,.chat-thread-v2 .chat-empty-thread{min-height:min(720px,calc(100svh - 180px))!important}.chat-thread-v2 .chat-messages{min-height:min(470px,calc(100svh - 330px))!important;max-height:min(520px,calc(100svh - 300px))!important}.chat-empty-thread{display:grid;place-items:center;align-content:center;gap:10px;text-align:center}.chat-empty-icon{width:74px;height:74px;display:grid;place-items:center;border-radius:50%;color:var(--primary);background:#ff6a001a;border:1px solid rgba(255,106,0,.28)}.chat-empty-svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.1}.chat-empty-thread strong{color:var(--ink);font-size:22px}.chat-empty-thread p{margin:0;color:var(--muted);font-weight:800}.cover-editor-modal{width:min(960px,calc(100vw - 24px))!important;max-height:calc(100svh - 24px)!important;padding:0!important;overflow:hidden!important;border-radius:18px!important}.cover-editor-head{min-height:74px;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto;align-items:center!important;gap:14px!important;margin:0!important;padding:12px 18px!important;background:#fffffff5;color:#101418}.cover-editor-head h2{color:#101418!important;font-size:clamp(24px,2.2vw,34px)!important}.cover-editor-back,.cover-editor-apply{border:0;font:inherit;cursor:pointer}.cover-editor-back{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:transparent;color:#101418}.cover-editor-back-icon{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.4}.cover-editor-apply{min-height:48px;padding:0 24px;border-radius:999px;background:#101418;color:#fff;font-weight:950}.cover-editor-apply[disabled]{opacity:.45;cursor:not-allowed}.cover-crop-stage{position:relative;height:min(68svh,660px);min-height:390px;overflow:hidden;touch-action:none;cursor:grab;background:#e8eef1}.cover-crop-stage:active{cursor:grabbing}.cover-crop-image{position:absolute;inset:0;background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.cover-crop-dim{position:absolute;left:0;right:0;background:#f6fafcb8;pointer-events:none}.cover-crop-dim-top{top:0;height:calc(50% - min(20vw,170px))}.cover-crop-dim-bottom{bottom:0;height:calc(50% - min(20vw,170px))}.cover-crop-frame{position:absolute;left:4.5%;right:4.5%;top:50%;height:min(40vw,340px);transform:translateY(-50%);border:6px solid #2aa8ff;box-shadow:0 0 0 999px #f5fafc7a;pointer-events:none}.cover-editor-controls{display:block!important;margin:0!important;padding:18px 20px!important;background:#fff}.cover-editor-controls label{max-width:620px;margin-inline:auto;color:#101418!important;font-size:0}.cover-editor-controls input[type=range]{accent-color:#2aa8ff}.cover-editor-actions{justify-content:center!important;margin:0!important;padding:0 20px 18px!important;background:#fff}.cover-editor-actions .report-cancel{min-height:42px;border-radius:999px;border:1px solid rgba(16,20,24,.14);color:#101418;background:#1014180b}body .profile-page .pf-cover.has-cover{background-size:var(--cover-bg-size, cover)!important;background-position:var(--cover-bg-position, center)!important}body.theme-light .chat-page-v2 .account-section,body.theme-light .app-screen .page.accueil-page .home-panel,body.theme-light .app-screen .page.accueil-page .home-dashboard-strip,body.theme-light .app-screen .page.accueil-page .home-feature-empty,body.theme-light .app-screen .page.accueil-page .home-feature-spot,body.theme-light .app-screen .page.map-page-v2 .map-panel-v2,body.theme-light .app-screen .calendar-page-v2 .calendar-date-rail,body.theme-light .app-screen .calendar-page-v2 .calendar-selected-panel-v2,body.theme-light .app-screen .calendar-page-v2 .calendar-popular-panel-v2,body.theme-light .app-screen .calendar-page-v2 .calendar-help-v2{background:linear-gradient(180deg,#fffdfb,#fff6f1)!important;border-color:#c2410c24!important;box-shadow:0 14px 34px #9a341211!important}@media(max-width:1099px){.chat-layout-v2{grid-template-columns:1fr!important}.chat-thread-v2 .private-chat-box,.chat-thread-v2 .general-chat-box,.chat-thread-v2 .group-chat-box,.chat-thread-v2 .chat-empty-thread{min-height:auto!important}}@media(max-width:899px){body .app-screen .page.accueil-page .home-dashboard-hero{min-height:118px!important;padding:18px!important}body .app-screen .page.accueil-page .home-dashboard-hero .brand-logo-home{height:clamp(64px,16vw,84px)!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{display:none!important}body .app-screen .page.map-page-v2 .map-container{min-height:285px!important;height:38svh!important}body .app-screen .page.map-page-v2 .map-panel-v2,body .app-screen .calendar-page-v2 .calendar-date-rail,body .app-screen .calendar-page-v2 .calendar-selected-panel-v2,body .app-screen .calendar-page-v2 .calendar-popular-panel-v2{border-radius:14px!important}body .app-screen .calendar-page-v2 .calendar-date-rail{grid-auto-columns:minmax(106px,30vw)!important}body .activity-sheet.activity-sheet-v2{padding:18px!important;max-height:calc(100svh - 18px)!important}.cover-editor-head{min-height:64px;padding:9px 12px!important}.cover-editor-apply{min-height:42px;padding-inline:18px}.cover-crop-stage{min-height:360px;height:62svh}.cover-crop-frame{left:4%;right:4%;height:min(42vw,230px);border-width:4px}.cover-crop-dim-top,.cover-crop-dim-bottom{height:calc(50% - min(21vw,115px))}}body .app-screen .page.accueil-page .home-dashboard-hero{background:transparent!important;border-color:transparent!important;box-shadow:none!important;border-radius:0!important;min-height:clamp(118px,9vw,168px)!important;padding:clamp(18px,2.2vw,34px) clamp(18px,3vw,54px)!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{display:block!important;background-image:url(fond-coucher-line.png)!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:right center!important;mix-blend-mode:normal!important;opacity:.88!important;width:min(48vw,760px)!important;height:clamp(74px,7vw,122px)!important;top:clamp(20px,2.2vw,34px)!important;right:clamp(28px,5vw,90px)!important}body .app-screen .page.accueil-page .home-dashboard-hero .brand-logo-home{height:clamp(96px,8vw,148px)!important;width:auto!important}body .app-screen .page.accueil-page .home-dashboard-hero p{font-size:clamp(15px,1.05vw,21px)!important;max-width:720px!important}body .app-screen .home-dashboard-strip{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)!important;gap:10px!important}body .app-screen .home-dashboard-strip .home-stats,body .app-screen .home-dashboard-strip .home-actions{gap:10px!important}body .app-screen .home-dashboard-strip .home-stats>div,body .app-screen .home-dashboard-strip .home-action{min-height:64px!important;height:64px!important;padding:8px 10px!important}body .app-screen .home-dashboard-strip strong{font-size:clamp(22px,1.8vw,31px)!important}body .app-screen .home-dashboard-strip span{font-size:10px!important}@media(min-width:900px){body .app-screen .page.map-page-v2.active{grid-template-columns:minmax(300px,.92fr) minmax(620px,1.62fr) minmax(320px,.9fr)!important;gap:18px!important}body .app-screen .page.map-page-v2 .map-main{display:flex!important;flex-direction:column!important;gap:14px!important;min-height:calc(100svh - 134px)!important;padding:16px!important}body .app-screen .page.map-page-v2 .map-center-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin:0!important}body .app-screen .page.map-page-v2 .map-center-title{display:flex!important;align-items:center!important;gap:10px!important}body .app-screen .page.map-page-v2 .map-center-title strong{max-width:none!important;font-size:clamp(18px,1.2vw,24px)!important;line-height:1!important;color:var(--primary)!important}body .app-screen .page.map-page-v2 .map-center-title span{grid-column:auto!important;font-size:clamp(13px,.86vw,17px)!important;font-weight:760!important;color:var(--muted)!important}body .app-screen .page.map-page-v2 .map-center-title .map-panel-icon{width:26px!important;height:26px!important;grid-row:auto!important;margin:0!important;color:var(--primary)!important}body .app-screen .page.map-page-v2 .map-round-btn{width:46px!important;height:46px!important;border-radius:14px!important;color:var(--ink)!important;background:#ffffff0e!important}body .app-screen .page.map-page-v2 .map-container{grid-column:auto!important;grid-row:auto!important;width:100%!important;flex:1 1 auto!important;min-height:min(66svh,680px)!important;height:min(66svh,720px)!important;border-radius:18px!important}body .app-screen .page.map-page-v2 .map-panel-v2{max-height:calc(100svh - 132px)!important}}body .app-screen .page.map-page-v2 .near-me-card{border-radius:14px!important;min-height:70px!important;padding:8px!important}body .app-screen .page.map-page-v2 .near-me-main{display:flex!important;align-items:center!important;gap:12px!important}body .app-screen .page.map-page-v2 .near-me-icon{width:44px!important;height:44px!important;background:linear-gradient(135deg,#ffb13d,#ff6a00)!important;color:#281006!important;border-radius:14px!important}.near-me-svg{width:24px;height:24px}body .app-screen .page.map-page-v2 .map-activity-card{min-height:72px!important;padding:10px!important;border-radius:14px!important}body .app-screen .page.map-page-v2 .map-activity-avatar{width:44px!important;height:44px!important}body .app-screen .page.map-page-v2 .create-activity-panel .spot-wizard{gap:11px!important}body .app-screen .page.map-page-v2 .create-activity-panel input,body .app-screen .page.map-page-v2 .create-activity-panel select,body .app-screen .page.map-page-v2 .create-activity-panel textarea{min-height:42px!important;font-size:14px!important}body .calendar-page-v2 .calendar-view-toggle{min-height:42px!important}body .calendar-page-v2 .calendar-date-rail{grid-auto-columns:minmax(112px,1fr)!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{min-height:110px!important;padding:12px!important}body .calendar-page-v2 .calendar-date-card-v2 strong{font-size:12px!important;letter-spacing:.01em!important}body .calendar-page-v2 .calendar-date-card-v2 span{font-size:24px!important}body .calendar-page-v2 .calendar-card-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))!important;gap:10px!important;margin-bottom:12px!important}body .calendar-page-v2 .calendar-list-stack{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-bottom:12px!important}body .calendar-page-v2 .calendar-card-grid .calendar-activity-v2{grid-template-columns:40px minmax(0,1fr) auto!important;min-height:112px!important;align-items:start!important}body .calendar-page-v2 .calendar-list-stack .calendar-activity-v2{min-height:64px!important}body .calendar-page-v2 .calendar-activity-copy em{font-size:11px!important;line-height:1.25!important}body .activity-sheet-v2 .spot-detail{gap:12px!important}body .activity-sheet-v2 .activity-detail-title-row h2{font-size:clamp(22px,2vw,32px)!important}body .activity-sheet-v2 .activity-fact{min-height:70px!important;padding:12px!important}body .activity-sheet-v2 .activity-main-join,body .activity-sheet-v2 .activity-chat-main{min-height:48px!important;font-size:15px!important}body .activity-sheet-v2 .quick-actions{position:sticky!important;bottom:-18px!important;z-index:5!important;display:grid!important;grid-template-columns:auto repeat(5,minmax(42px,1fr))!important;gap:8px!important;padding:10px 0 0!important;margin-top:2px!important;background:linear-gradient(180deg,transparent,var(--bg) 20%,var(--bg))!important}body .activity-sheet-v2 .qa-btn.qa-icon-only,body .activity-sheet-v2 .qa-rating{min-height:44px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important}body .activity-sheet-v2 .qa-tooltip{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}body .activity-sheet-v2 .qa-rating{min-width:76px!important;color:var(--primary)!important;border:1px solid rgba(255,106,0,.45)!important;background:#ff6a001a!important;font-weight:950!important}.category-chip{--cat-bg: rgba(255,106,0,.12);--cat-border: rgba(255,106,0,.35);--cat-color: #ff7a1a;background:var(--cat-bg)!important;border-color:var(--cat-border)!important;color:var(--cat-color)!important}body.theme-light .category-chip[data-cat=beach]{--cat-color: #0369a1}body.theme-light .category-chip[data-cat=food]{--cat-color: #c2410c}body.theme-light .category-chip[data-cat=sport]{--cat-color: #15803d}body.theme-light .category-chip[data-cat=gaming]{--cat-color: #7e22ce}body.theme-light .category-chip[data-cat=culture]{--cat-color: #b45309}body.theme-light .category-chip[data-cat=party]{--cat-color: #be185d}body .notifications-panel{width:min(420px,calc(100vw - 22px))!important;max-height:min(720px,calc(100svh - 84px))!important;padding:18px!important;border-radius:26px!important;border:1px solid rgba(255,106,0,.2)!important;background:radial-gradient(circle at top left,rgba(255,106,0,.11),transparent 35%),linear-gradient(180deg,#120e0bfa,#0c0a08fa)!important}body .notifications-panel .panel-head{gap:10px!important;margin-bottom:18px!important}.notification-title{display:inline-flex;align-items:center;gap:12px}.notification-title>span{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;color:var(--primary);background:#ff6a001a;box-shadow:0 16px 30px #ff6a001f}.notification-title-icon{width:27px;height:27px}.notification-read-icon{width:16px;height:16px}.notification-filters{display:flex;gap:10px;margin-bottom:16px}.notification-filter{min-height:40px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,106,0,.24);background:#ffffff0a;color:var(--ink);font-weight:850}.notification-filter.active{background:#ff6a001f;border-color:#ff6a00a6;color:var(--primary)}.notification-list{display:grid;gap:12px}body .notification-item{position:relative;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-height:82px!important;margin:0!important;padding:12px 14px!important;border-radius:18px!important;border-color:#ffffff14!important;background:#ffffff0b!important}body .notification-item.unread{border-left:5px solid var(--primary)!important;background:#ff6a001b!important}.notification-item-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;color:var(--primary);background:#ff6a001a}.notification-card-icon{width:25px;height:25px}.notification-copy strong{display:block;font-size:15px;color:var(--ink)}.notification-copy small{font-size:13px}.notification-item em{align-self:start;color:var(--muted);font-size:12px;font-style:normal}body.theme-light .notifications-panel{background:linear-gradient(180deg,#fffdfb,#fff7f1)!important;color:#09213d!important;box-shadow:0 24px 60px #9a34121f!important}body.theme-light .notification-filter,body.theme-light .notification-item{background:#fffaf5!important;color:#09213d!important;border-color:#9a34121f!important}body .chat-message{align-items:end!important}body .chat-message:not(.mine) .avatar-open,body .chat-message:not(.mine) .chat-logo-avatar{display:inline-grid!important;opacity:1!important;visibility:visible!important}.chat-message-status{display:block;margin-top:5px;font-size:10px;color:#ffffff8a;text-align:right}.chat-message:not(.mine) .chat-message-status{text-align:left}body.theme-light .chat-message-status{color:#0f172a85}.cover-crop-stage{height:min(70svh,700px)!important}.cover-crop-image{will-change:background-position,background-size}@media(max-width:899px){body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{opacity:.5!important;width:52vw!important;height:70px!important;right:12px!important;top:22px!important}body .app-screen .home-dashboard-strip{grid-template-columns:1fr!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{min-height:96px!important}body .activity-sheet-v2 .quick-actions{grid-template-columns:repeat(6,minmax(38px,1fr))!important;gap:6px!important}body .activity-sheet-v2 .qa-rating{min-width:0!important}}body .app-screen .page.accueil-page .home-dashboard-hero{background:transparent!important;border:0!important;box-shadow:none!important}body .app-screen .page.accueil-page .home-dashboard-hero:before,body .app-screen .page.accueil-page .home-dashboard-hero:after{display:none!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{display:block!important;background-color:transparent!important;background-image:url(fond-coucher-line.png)!important;background-size:100% auto!important;background-repeat:no-repeat!important;background-position:right center!important;border:0!important;box-shadow:none!important}body.theme-light .app-screen .page.accueil-page .home-dashboard-hero,body.theme-mjam3in .app-screen .page.accueil-page .home-dashboard-hero{background:transparent!important}@media(min-width:900px){body .app-screen .page.map-page-v2.active{grid-template-columns:minmax(300px,.9fr) minmax(620px,1.7fr) minmax(320px,.95fr)!important;align-items:stretch!important}body .app-screen .page.map-page-v2 .map-center-panel{height:calc(100svh - 148px)!important;max-height:840px!important;padding:16px!important}body .app-screen .page.map-page-v2 .map-container{height:calc(100% - 62px)!important;min-height:0!important;flex:1 1 auto!important}body .app-screen .page.map-page-v2 .map-list,body .app-screen .page.map-page-v2 .map-sidebar{height:calc(100svh - 148px)!important;max-height:840px!important;overflow:auto!important}}body .calendar-page-v2 .calendar-layout-v2.list-mode .calendar-activity-v2{grid-template-columns:48px minmax(0,1fr) auto!important;min-height:66px!important;padding:10px 12px!important}body .calendar-page-v2 .calendar-layout-v2:not(.list-mode) .calendar-activity-v2{min-height:118px!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{min-height:106px!important}body .calendar-page-v2 .calendar-date-card-v2 strong,body .calendar-page-v2 .calendar-activity-copy em,body .calendar-page-v2 .calendar-help-v2{font-size:12px!important}body .activity-sheet.activity-sheet-v2{max-height:min(720px,calc(100svh - 24px))!important;padding:18px!important}body .activity-sheet-v2 .activity-detail-title-row h2{font-size:clamp(22px,1.75vw,30px)!important}body .activity-sheet-v2 .activity-detail-desc,body .activity-sheet-v2 .activity-fact strong,body .activity-sheet-v2 .activity-fact span,body .activity-sheet-v2 .detail-section,body .activity-sheet-v2 .activity-detail-section{font-size:13px!important}body .activity-sheet-v2 .quick-actions{display:grid!important;grid-template-columns:auto repeat(5,minmax(42px,1fr))!important;gap:8px!important;border-top:1px solid rgba(255,255,255,.08)!important}body .activity-sheet-v2 .qa-btn.qa-icon-only,body .activity-sheet-v2 .qa-rating{min-height:44px!important;font-size:13px!important}.category-chip[data-cat=beach]{--cat-bg: rgba(56, 189, 248, .15);--cat-border: rgba(56, 189, 248, .38);--cat-color: #38bdf8}.category-chip[data-cat=food]{--cat-bg: rgba(249, 115, 22, .17);--cat-border: rgba(249, 115, 22, .45);--cat-color: #fb923c}.category-chip[data-cat=sport]{--cat-bg: rgba(34, 197, 94, .15);--cat-border: rgba(34, 197, 94, .36);--cat-color: #22c55e}.category-chip[data-cat=gaming]{--cat-bg: rgba(168, 85, 247, .16);--cat-border: rgba(168, 85, 247, .38);--cat-color: #c084fc}.category-chip[data-cat=culture]{--cat-bg: rgba(245, 158, 11, .16);--cat-border: rgba(245, 158, 11, .38);--cat-color: #f59e0b}.category-chip[data-cat=party]{--cat-bg: rgba(236, 72, 153, .16);--cat-border: rgba(236, 72, 153, .38);--cat-color: #f472b6}.category-chip[data-cat=official]{--cat-bg: rgba(250, 204, 21, .18);--cat-border: rgba(250, 204, 21, .42);--cat-color: #facc15}body.theme-light .notifications-panel,body.theme-mjam3in .notifications-panel{background:linear-gradient(180deg,#fffdfb,#fff8f2)!important}body.theme-light .notification-item.unread,body.theme-mjam3in .notification-item.unread{background:#fff7ed!important}.cover-crop-frame{height:min(26vw,260px)!important;border-color:#1d9bf0!important;box-shadow:0 0 0 9999px #ffffff94!important}@media(max-width:899px){body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{width:54vw!important;height:72px!important;opacity:.48!important}body .activity-sheet-v2 .quick-actions{grid-template-columns:repeat(6,minmax(38px,1fr))!important}.cover-crop-frame{height:min(48vw,190px)!important}}body.theme-light .home-action.primary.icon-action,body.theme-light .home-action.primary.icon-action span,body.theme-light .home-action.primary.icon-action .ha-icon,body.theme-light .home-dashboard-strip .home-action.primary,body.theme-light .home-dashboard-strip .home-action.primary *{color:#2a1307!important;-webkit-text-fill-color:#2a1307!important;stroke:currentColor!important}body .app-screen .page.accueil-page .home-dashboard-hero{background:transparent!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{background:transparent!important;mix-blend-mode:normal!important;filter:none!important;opacity:.72!important;display:grid!important;place-items:center end!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:right center!important;opacity:.92!important}body.theme-light .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art img,body.theme-mjam3in .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art img{opacity:.78!important}@media(min-width:900px){body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{width:min(48vw,700px)!important;height:clamp(92px,8vw,140px)!important;right:clamp(24px,4vw,76px)!important;top:clamp(22px,3vw,44px)!important}}.cover-editor-modal{width:min(980px,calc(100vw - 24px))!important;max-height:calc(100svh - 24px)!important;border-radius:22px!important;overflow:hidden!important}.cover-crop-stage{height:min(72svh,720px)!important;min-height:420px!important;background:#eef2f3!important}.cover-crop-image{will-change:background-position,background-size!important}.cover-crop-frame{left:4%!important;right:4%!important;top:50%!important;height:auto!important;aspect-ratio:3 / 1!important;max-height:280px!important;min-height:180px!important;transform:translateY(-50%)!important;border:5px solid #1d9bf0!important;border-radius:0!important;box-shadow:0 0 0 9999px #ffffff9e!important}.cover-crop-dim-top,.cover-crop-dim-bottom{display:none!important}.cover-editor-controls{background:#fff!important}@media(max-width:899px){.cover-editor-modal{width:100vw!important;height:100svh!important;max-height:100svh!important;border-radius:0!important}.cover-crop-stage{height:calc(100svh - 158px)!important;min-height:430px!important}.cover-crop-frame{left:4.5%!important;right:4.5%!important;min-height:116px!important;max-height:170px!important;border-width:4px!important}}body .app-screen .page.map-page-v2 .map-center-panel{overflow:hidden!important}body .app-screen .page.map-page-v2 .map-center-head{min-height:44px!important;padding:0!important;margin:0 0 12px!important}body .app-screen .page.map-page-v2 .map-center-title{display:flex!important;flex-direction:row!important;align-items:center!important;gap:12px!important}body .app-screen .page.map-page-v2 .map-center-title strong{color:var(--primary)!important;font-size:18px!important;line-height:1!important}body .app-screen .page.map-page-v2 .map-center-title span{color:var(--muted)!important;font-size:13px!important;font-weight:800!important}body .app-screen .page.map-page-v2 .map-container{border-radius:18px!important;overflow:hidden!important}@media(min-width:900px){body .app-screen .page.map-page-v2.active{grid-template-columns:minmax(0,.9fr) minmax(360px,1.65fr) minmax(0,.95fr)!important}body .app-screen .page.map-page-v2 .map-center-panel,body .app-screen .page.map-page-v2 .map-list,body .app-screen .page.map-page-v2 .map-sidebar{height:calc(100svh - 138px)!important;max-height:860px!important}}.calendar-day-emoji,.calendar-date-icon{display:inline-grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:14px!important;background:#ff7a1a24!important;border:1px solid rgba(255,122,26,.24)!important;font-size:24px!important;line-height:1!important;margin-bottom:6px!important}.calendar-date-empty-icon,.calendar-day-empty-icon{width:22px!important;height:22px!important;stroke:var(--primary)!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{min-height:118px!important;padding:14px!important;gap:5px!important}body .calendar-page-v2 .calendar-date-card-v2 strong{font-size:11px!important}body .calendar-page-v2 .calendar-date-card-v2 em{font-size:13px!important}body .calendar-page-v2 .calendar-date-card-v2 span:not(.calendar-date-icon){font-size:24px!important}body .calendar-page-v2 .calendar-date-card-v2 small{font-size:11px!important}body .calendar-page-v2 .calendar-layout-v2.list-mode .calendar-activity-v2,body .calendar-page-v2 .calendar-activity-v2{min-height:74px!important;padding:10px 12px!important}body .calendar-page-v2 .calendar-activity-icon{width:46px!important;height:46px!important;font-size:24px!important}body .activity-sheet.activity-sheet-v2{max-height:min(690px,calc(100svh - 22px))!important;padding:16px!important}body .activity-sheet-v2 .activity-detail-title-row h2{font-size:clamp(20px,1.55vw,27px)!important}body .activity-sheet-v2 .activity-fact-grid{gap:10px!important}body .activity-sheet-v2 .activity-fact,body .activity-sheet-v2 .detail-section,body .activity-sheet-v2 .activity-detail-section{padding:10px!important}body .activity-sheet-v2 .activity-detail-desc,body .activity-sheet-v2 .activity-fact strong,body .activity-sheet-v2 .activity-fact span,body .activity-sheet-v2 .detail-section,body .activity-sheet-v2 .activity-detail-section{font-size:12px!important}.call-audio-avatar{position:relative!important;display:grid!important;place-items:center!important}.call-audio-avatar .avatar-face.avatar-call{width:104px!important;height:104px!important}.call-avatar-phone{position:absolute!important;right:-6px!important;bottom:-4px!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:linear-gradient(135deg,#ff8a22,#ff5a12)!important;color:#241006!important;box-shadow:0 10px 22px #ff67175c!important}.call-avatar-phone svg{width:20px!important;height:20px!important}body.theme-light,body.theme-light .app-screen,body.theme-light .content,body.theme-light .auth-screen,body.theme-light .accueil-page,body.theme-light .contact-page,body.theme-light .account-page,body.theme-light .chat-page,body.theme-light .calendar-page,body.theme-light .map-sidebar,body.theme-light .map-list,body.theme-light .map-main{--paper: #ffffff !important;--surface: rgba(255, 255, 255, .98) !important;--surface-soft: rgba(255, 255, 255, .92) !important;--accent-soft: rgba(255, 106, 0, .1) !important;--line: rgba(17, 17, 17, .1) !important;--shadow: rgba(17, 17, 17, .07) !important;background:#f2f0ea!important;color:#16110d!important}body.theme-light .header,body.theme-light .nav-tabs{background:#ffffffeb!important;border-color:#11111114!important;box-shadow:0 12px 34px #e85d0414!important}body.theme-light .auth-box,body.theme-light .spot-card,body.theme-light .form-box,body.theme-light .modal-box,body.theme-light .spot-panel,body.theme-light .contact-box,body.theme-light .account-section,body.theme-light .calendar-panel,body.theme-light .privacy-card,body.theme-light .today-spot-row,body.theme-light .map-container,body.theme-light .calendar-date-card,body.theme-light .calendar-day-link,body.theme-light .calendar-activity,body.theme-light .account-empty,body.theme-light .timeline-item,body.theme-light .account-spot-row,body.theme-light .friend-row,body.theme-light .private-thread,body.theme-light .chat-spot-card,body.theme-light .chat-spot-head,body.theme-light .emoji-btn,body.theme-light .profile-info-card,body.theme-light .home-dashboard-strip,body.theme-light .home-dashboard-strip .home-stats>div,body.theme-light .home-dashboard-strip .home-actions .home-action.icon-action,body.theme-light .home-panel,body.theme-light .home-community-panel,body.theme-light .home-fixed-panel,body.theme-light .home-mini-card,body.theme-light .home-community-card,body.theme-light .home-feature-empty,body.theme-light .home-feature-spot,body.theme-light .page.map-page-v2 .map-panel-v2,body.theme-light .page.map-page-v2 .map-activity-card,body.theme-light .page.map-page-v2 .create-activity-panel .spot-wizard,body.theme-light .calendar-page-v2 .calendar-date-rail,body.theme-light .calendar-page-v2 .calendar-selected-panel-v2,body.theme-light .calendar-page-v2 .calendar-popular-panel-v2,body.theme-light .calendar-page-v2 .calendar-help-v2,body.theme-light .calendar-page-v2 .calendar-date-card-v2,body.theme-light .calendar-page-v2 .calendar-popular-row,body.theme-light .calendar-page-v2 .calendar-activity-v2{background:#fffffff5!important;border-color:#e85d0429!important;box-shadow:0 14px 38px #e85d0413!important;color:#16110d!important}body.theme-light .spot-card,body.theme-light .community-card,body.theme-light .fixed-card,body.theme-light .accueil-page .spot-card,body.theme-light .accueil-page .community-card,body.theme-light .accueil-page .fixed-card{background:linear-gradient(180deg,#fffffffa,#fffffff2)!important}body.theme-light .auth-tab.active,body.theme-light .auth-btn,body.theme-light .create-btn,body.theme-light .home-action.primary,body.theme-light .home-action.primary.icon-action,body.theme-light .modal-btn,body.theme-light .contact-btn,body.theme-light .account-btn,body.theme-light .spot-btn.active,body.theme-light .vote-btn.active{background:linear-gradient(135deg,#ff7a1a,#f45d0b)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;border-color:transparent!important;box-shadow:0 16px 32px #f45d0b33!important}body.theme-light .home-action.primary.icon-action *,body.theme-light .home-action.primary.icon-action svg{color:#fff!important;-webkit-text-fill-color:#ffffff!important;stroke:currentColor!important}body.theme-light input,body.theme-light select,body.theme-light textarea,body.theme-light .explore-controls input,body.theme-light .explore-controls select,body.theme-light .chat-form input{background:#fff!important;border-color:#e85d042e!important;color:#16110d!important}body.theme-light input::placeholder,body.theme-light textarea::placeholder{color:#16110d85!important}.notifications-panel{position:fixed!important;top:clamp(76px,7.5svh,94px)!important;right:clamp(10px,2.2vw,28px)!important;left:auto!important;width:min(520px,calc(100vw - 24px))!important;max-height:min(76svh,760px)!important;overflow:hidden!important;z-index:5000!important;padding:22px!important;border-radius:30px!important;border:1px solid rgba(255,122,26,.35)!important;background:radial-gradient(circle at 10% 0%,rgba(255,122,26,.18),transparent 30%),linear-gradient(180deg,#160e09fa,#090908fa)!important;box-shadow:0 26px 70px #00000075!important;color:#fff8f0!important;animation:panelPop .15s cubic-bezier(.2,.9,.2,1)!important}.notifications-panel .panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:18px!important}.notifications-panel .panel-head button{min-height:40px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;border-radius:999px!important;border:1px solid rgba(255,122,26,.26)!important;background:#ff7a1a17!important;color:#ff8a22!important;font-weight:900!important}.notification-title{display:inline-flex!important;align-items:center!important;gap:14px!important;min-width:0!important}.notification-title>span{width:54px!important;height:54px!important;display:grid!important;place-items:center!important;border-radius:20px!important;color:#ff8a22!important;background:#ff7a1a1f!important;box-shadow:0 16px 32px #ff7a1a2e!important}.notification-title strong{color:inherit!important;font-size:clamp(24px,2vw,34px)!important;line-height:1!important;letter-spacing:0!important}.notification-title-icon{width:27px!important;height:27px!important}.notification-filters{display:flex!important;gap:10px!important;margin-bottom:18px!important;overflow-x:auto!important;scrollbar-width:none!important}.notification-filters::-webkit-scrollbar{display:none!important}.notification-filter{flex:0 0 auto!important;min-height:42px!important;padding:0 18px!important;border-radius:999px!important;border:1px solid rgba(255,122,26,.24)!important;background:#ffffff0b!important;color:inherit!important;font-weight:900!important}.notification-filter.active{background:#ff7a1a26!important;border-color:#ff7a1aad!important;color:#ff8a22!important}.notification-list{display:grid!important;gap:12px!important;max-height:calc(min(76svh,760px) - 130px)!important;overflow-y:auto!important;padding-right:4px!important;scrollbar-width:thin!important}body .notifications-panel .notification-item{position:relative!important;display:grid!important;grid-template-columns:56px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;width:100%!important;min-height:86px!important;margin:0!important;padding:14px 16px!important;border-radius:22px!important;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff0e!important;color:#fff8f0!important;text-align:left!important;box-shadow:0 14px 34px #0000002e!important}body .notifications-panel .notification-item.unread{border-color:#ff7a1a70!important;background:linear-gradient(90deg,rgba(255,106,0,.2),transparent 18px),#ff7a1a17!important}body .notifications-panel .notification-item.unread:before{content:""!important;position:absolute!important;inset:12px auto 12px 0!important;width:5px!important;border-radius:999px!important;background:#ff6a00!important}.notification-item-icon{width:56px!important;height:56px!important;display:grid!important;place-items:center!important;border-radius:18px!important;color:#ff8a22!important;background:#ff7a1a21!important}.notification-card-icon{width:26px!important;height:26px!important;stroke:currentColor!important}.notification-copy{display:grid!important;min-width:0!important;gap:5px!important}.notification-copy strong{display:block!important;color:inherit!important;font-size:16px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.notification-copy small{color:#fff8f0b8!important;font-size:13px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.notification-item em{align-self:start!important;color:#fff8f0a8!important;font-size:12px!important;font-style:normal!important;white-space:nowrap!important}body.theme-mjam3in .notifications-panel{background:radial-gradient(circle at 10% 0%,rgba(255,122,26,.22),transparent 31%),linear-gradient(180deg,#251209fa,#0c0805fa)!important}body.theme-dark .notifications-panel{background:radial-gradient(circle at 10% 0%,rgba(255,122,26,.16),transparent 30%),linear-gradient(180deg,#0f0f0ffb,#000000fb)!important}body.theme-light .notifications-panel{background:#fff!important;color:#0f172a!important;border-color:#ff6a003d!important;box-shadow:0 26px 70px #0f172a29,0 6px 22px #ff6a001a!important}body.theme-light .notifications-panel .panel-head button,body.theme-light .notification-filter{background:#fff!important;color:#0f172a!important;border-color:#ff6a0038!important}body.theme-light .notification-filter.active{background:#ff6a001a!important;color:#f45d0b!important;border-color:#ff6a00b8!important}body.theme-light .notification-title>span,body.theme-light .notification-item-icon{color:#f45d0b!important;background:#ff6a001a!important}body.theme-light .notifications-panel .notification-item{background:#fff!important;color:#0f172a!important;border-color:#0f172a14!important;box-shadow:0 14px 34px #0f172a17!important}body.theme-light .notifications-panel .notification-item.unread{border-color:#ff6a0052!important;background:linear-gradient(90deg,rgba(255,106,0,.15),transparent 18px),#fff!important}body.theme-light .notification-copy small,body.theme-light .notification-item em{color:#64748b!important}body.theme-light .notification-copy strong{color:#0f172a!important}@media(max-width:640px){.notifications-panel{top:74px!important;right:8px!important;left:8px!important;width:auto!important;max-height:calc(100svh - 92px)!important;padding:18px!important;border-radius:26px!important}.notification-list{max-height:calc(100svh - 230px)!important}body .notifications-panel .notification-item{grid-template-columns:50px minmax(0,1fr) auto!important;min-height:78px!important;padding:12px!important}.notification-item-icon{width:50px!important;height:50px!important}.notification-title>span{width:46px!important;height:46px!important}.notification-title strong{font-size:25px!important}}body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action,body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action:hover,body.theme-light .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action,body.theme-light .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action:hover{background:linear-gradient(135deg,#ff9a31,#ff6a00 54%,#f04b14)!important;border-color:#ff6a006b!important;color:#fff!important;box-shadow:0 18px 38px #ff6a003d!important}body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action *,body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action svg,body .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action path,body.theme-light .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action *,body.theme-light .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action svg,body.theme-light .app-screen .page.accueil-page .home-dashboard-strip .home-actions .home-action.primary.icon-action path{color:#fff!important;stroke:#fff!important;fill:none!important;opacity:1!important}body.theme-light .date-chip.active,body.theme-light .date-chip[aria-pressed=true],body.theme-light .calendar-view-toggle.active,body.theme-light .calendar-popular-row.active,body.theme-light .theme-choice-btn.active,body.theme-light .notification-filter.active{background:linear-gradient(135deg,#ff8a22,#ff6a00)!important;border-color:#ff6a00c7!important;color:#fff!important;box-shadow:0 12px 26px #ff6a002e!important}body.theme-light .date-chip.active *,body.theme-light .date-chip[aria-pressed=true] *,body.theme-light .calendar-popular-row.active *,body.theme-light .theme-choice-btn.active *,body.theme-light .notification-filter.active *{color:#fff!important;stroke:#fff!important}.category-chip[data-cat],.map-category-chip[data-cat],.spot-type-chip[data-cat],.calendar-activity .category-chip[data-cat]{background:var(--cat-bg)!important;border-color:var(--cat-border)!important;color:var(--cat-color)!important}.category-chip[data-cat] svg,.map-category-chip[data-cat] svg,.spot-type-chip[data-cat] svg,.calendar-activity .category-chip[data-cat] svg{color:var(--cat-color)!important;stroke:currentColor!important}.category-chip[data-cat=food],.map-category-chip[data-cat=food],.spot-type-chip[data-cat=food]{--cat-bg: rgba(255, 106, 0, .16);--cat-border: rgba(255, 106, 0, .44);--cat-color: #ff7a1a}.category-chip[data-cat=beach],.map-category-chip[data-cat=beach],.spot-type-chip[data-cat=beach]{--cat-bg: rgba(14, 165, 233, .15);--cat-border: rgba(14, 165, 233, .42);--cat-color: #38bdf8}.category-chip[data-cat=sport],.map-category-chip[data-cat=sport],.spot-type-chip[data-cat=sport]{--cat-bg: rgba(34, 197, 94, .15);--cat-border: rgba(34, 197, 94, .4);--cat-color: #22c55e}.category-chip[data-cat=culture],.map-category-chip[data-cat=culture],.spot-type-chip[data-cat=culture]{--cat-bg: rgba(245, 158, 11, .17);--cat-border: rgba(245, 158, 11, .42);--cat-color: #f59e0b}.category-chip[data-cat=party],.map-category-chip[data-cat=party],.spot-type-chip[data-cat=party]{--cat-bg: rgba(236, 72, 153, .15);--cat-border: rgba(236, 72, 153, .42);--cat-color: #f472b6}.category-chip[data-cat=outing],.map-category-chip[data-cat=outing],.spot-type-chip[data-cat=outing]{--cat-bg: rgba(99, 102, 241, .15);--cat-border: rgba(99, 102, 241, .4);--cat-color: #818cf8}.category-chip[data-cat=gaming],.map-category-chip[data-cat=gaming],.spot-type-chip[data-cat=gaming]{--cat-bg: rgba(168, 85, 247, .16);--cat-border: rgba(168, 85, 247, .42);--cat-color: #c084fc}.category-chip[data-cat=charity],.map-category-chip[data-cat=charity],.spot-type-chip[data-cat=charity]{--cat-bg: rgba(20, 184, 166, .14);--cat-border: rgba(20, 184, 166, .4);--cat-color: #2dd4bf}.category-chip[data-cat=official],.map-category-chip[data-cat=official],.spot-type-chip[data-cat=official]{--cat-bg: rgba(250, 204, 21, .2);--cat-border: rgba(250, 204, 21, .46);--cat-color: #facc15}.category-chip[data-cat=other],.map-category-chip[data-cat=other],.spot-type-chip[data-cat=other]{--cat-bg: rgba(148, 163, 184, .14);--cat-border: rgba(148, 163, 184, .38);--cat-color: #cbd5e1}body.theme-light .category-chip[data-cat=food],body.theme-light .map-category-chip[data-cat=food],body.theme-light .spot-type-chip[data-cat=food]{--cat-color: #c2410c;--cat-bg: rgba(255, 106, 0, .12)}body.theme-light .category-chip[data-cat=beach],body.theme-light .map-category-chip[data-cat=beach],body.theme-light .spot-type-chip[data-cat=beach]{--cat-color: #0369a1;--cat-bg: rgba(14, 165, 233, .11)}body.theme-light .category-chip[data-cat=sport],body.theme-light .map-category-chip[data-cat=sport],body.theme-light .spot-type-chip[data-cat=sport]{--cat-color: #15803d;--cat-bg: rgba(34, 197, 94, .1)}body.theme-light .category-chip[data-cat=culture],body.theme-light .map-category-chip[data-cat=culture],body.theme-light .spot-type-chip[data-cat=culture]{--cat-color: #a16207;--cat-bg: rgba(245, 158, 11, .12)}body.theme-light .category-chip[data-cat=party],body.theme-light .map-category-chip[data-cat=party],body.theme-light .spot-type-chip[data-cat=party]{--cat-color: #be185d;--cat-bg: rgba(236, 72, 153, .1)}body.theme-light .category-chip[data-cat=outing],body.theme-light .map-category-chip[data-cat=outing],body.theme-light .spot-type-chip[data-cat=outing]{--cat-color: #4f46e5;--cat-bg: rgba(99, 102, 241, .1)}body.theme-light .category-chip[data-cat=gaming],body.theme-light .map-category-chip[data-cat=gaming],body.theme-light .spot-type-chip[data-cat=gaming]{--cat-color: #7e22ce;--cat-bg: rgba(168, 85, 247, .1)}body.theme-light .category-chip[data-cat=charity],body.theme-light .map-category-chip[data-cat=charity],body.theme-light .spot-type-chip[data-cat=charity]{--cat-color: #0f766e;--cat-bg: rgba(20, 184, 166, .1)}body.theme-light .category-chip[data-cat=official],body.theme-light .map-category-chip[data-cat=official],body.theme-light .spot-type-chip[data-cat=official]{--cat-color: #92400e;--cat-bg: rgba(250, 204, 21, .18)}body.theme-light .category-chip[data-cat=other],body.theme-light .map-category-chip[data-cat=other],body.theme-light .spot-type-chip[data-cat=other]{--cat-color: #475569;--cat-bg: rgba(148, 163, 184, .12)}body .calendar-page-v2 .calendar-date-rail{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(122px,142px)!important;gap:10px!important;overflow-x:auto!important;padding:12px 14px!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{width:auto!important;min-width:0!important;min-height:112px!important;max-height:128px!important;padding:12px!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;align-items:center!important;gap:2px 10px!important;text-align:left!important;border-radius:18px!important;scroll-snap-align:start!important;overflow:hidden!important}body .calendar-page-v2 .calendar-date-card-v2 .calendar-date-icon{grid-row:1 / 4!important;width:38px!important;height:38px!important;border-radius:14px!important;display:grid!important;place-items:center!important;font-size:19px!important;background:#ff7a1a1f!important;color:#ff7a1a!important}body .calendar-page-v2 .calendar-date-card-v2 strong,body .calendar-page-v2 .calendar-date-card-v2 em,body .calendar-page-v2 .calendar-date-card-v2 small{min-width:0!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body .calendar-page-v2 .calendar-date-card-v2 strong{font-size:14px!important;line-height:1.1!important;letter-spacing:.02em!important}body .calendar-page-v2 .calendar-date-card-v2 em{font-size:13px!important;line-height:1.1!important;opacity:.78!important}body .calendar-page-v2 .calendar-date-card-v2>span:not(.calendar-date-icon){font-size:20px!important;line-height:1!important;font-weight:950!important;color:#ff7a1a!important}body .calendar-page-v2 .calendar-date-card-v2 small{font-size:12px!important;line-height:1.1!important;opacity:.76!important}body .calendar-page-v2 .calendar-date-card-v2.active{background:linear-gradient(135deg,#ff8a22f2,#ff6a00eb)!important;border-color:#ff6a00db!important;color:#fff!important;box-shadow:0 0 0 1px #ffffff29,0 16px 34px #ff6a0038!important}body .calendar-page-v2 .calendar-date-card-v2.active *,body .calendar-page-v2 .calendar-date-card-v2.active>span:not(.calendar-date-icon){color:#fff!important;stroke:#fff!important}body .calendar-page-v2 .calendar-date-card-v2.active .calendar-date-icon{background:#fff3!important}body .calendar-page-v2 .calendar-card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:12px!important}body .calendar-page-v2 .calendar-activity.calendar-activity-v2{min-height:94px!important;padding:14px!important;border-radius:18px!important}body .calendar-page-v2 .calendar-activity-copy strong{font-size:17px!important;line-height:1.1!important}body .calendar-page-v2 .calendar-activity-copy em{font-size:13px!important;line-height:1.25!important}body .calendar-page-v2 .calendar-group-title{margin:16px 0 8px!important;font-size:14px!important;letter-spacing:.03em!important}body .cover-editor-modal{width:min(1040px,calc(100vw - 24px))!important;max-height:min(92svh,760px)!important;padding:0!important;overflow:hidden!important}body .cover-editor-head{min-height:70px!important;padding:14px 22px!important}body .cover-crop-stage{height:min(62svh,560px)!important;min-height:340px!important;max-height:590px!important;border-radius:0!important;cursor:grab!important;touch-action:none!important}body .cover-crop-stage:active{cursor:grabbing!important}body .cover-crop-frame{left:5%!important;right:5%!important;top:50%!important;transform:translateY(-50%)!important;width:auto!important;height:auto!important;aspect-ratio:4 / 1!important;min-height:118px!important;max-height:210px!important;border:4px solid #1d9bf0!important;border-radius:0!important;box-shadow:0 0 0 9999px #ffffff8a!important}body .cover-crop-dim-top,body .cover-crop-dim-bottom{display:none!important}body .cover-editor-controls,body .cover-editor-actions{padding:14px 24px!important;background:#fff!important}body.theme-dark .cover-editor-controls,body.theme-dark .cover-editor-actions,body.theme-mjam3in .cover-editor-controls,body.theme-mjam3in .cover-editor-actions{background:#080808f5!important}@media(max-width:700px){body .calendar-page-v2 .calendar-date-rail{grid-auto-columns:minmax(112px,126px)!important;gap:8px!important;padding:10px!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2{min-height:104px!important;max-height:116px!important;padding:10px!important;grid-template-columns:34px minmax(0,1fr)!important;gap:1px 8px!important;border-radius:16px!important}body .calendar-page-v2 .calendar-date-card-v2 .calendar-date-icon{width:34px!important;height:34px!important;font-size:17px!important}body .calendar-page-v2 .calendar-date-card-v2 strong{font-size:12px!important}body .calendar-page-v2 .calendar-date-card-v2 em,body .calendar-page-v2 .calendar-date-card-v2 small{font-size:11px!important}body .calendar-page-v2 .calendar-date-card-v2>span:not(.calendar-date-icon){font-size:18px!important}body .cover-editor-modal{width:100vw!important;height:100svh!important;max-height:100svh!important;border-radius:0!important}body .cover-crop-stage{height:calc(100svh - 176px)!important;min-height:360px!important}body .cover-crop-frame{left:4%!important;right:4%!important;aspect-ratio:3.25 / 1!important;min-height:96px!important;max-height:160px!important}}body .notifications-panel .notification-item{grid-template-columns:64px minmax(0,1fr) max-content!important;align-items:center!important;column-gap:18px!important;min-height:92px!important;padding:16px 18px!important}body .notifications-panel .notification-item-icon{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;place-items:center!important;width:58px!important;height:58px!important;min-width:58px!important;border-radius:18px!important;overflow:hidden!important}body .notifications-panel .notification-item-icon svg,body .notifications-panel .notification-card-icon{position:static!important;inset:auto!important;display:block!important;width:28px!important;height:28px!important;margin:0!important;transform:none!important;flex:0 0 auto!important;stroke:currentColor!important}body .notifications-panel .notification-copy{align-self:center!important;justify-self:stretch!important;padding:0!important}body .notifications-panel .notification-copy strong{margin:0 0 4px!important}body .notifications-panel .notification-item em{justify-self:end!important;align-self:start!important;padding-top:2px!important;text-align:right!important}body.theme-light .notifications-panel .notification-item{background:#fffaf6!important;border-color:#ff6a0029!important}body.theme-light .notifications-panel .notification-item-icon{background:#ffe9dc!important;color:#ff6a00!important}body .auth-screen.auth-landing .checkbox-wrapper{display:flex!important;align-items:center!important;gap:12px!important}body .auth-screen.auth-landing .checkbox-wrapper input[type=checkbox]{-webkit-appearance:none!important;appearance:none!important;position:relative!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;min-width:34px!important;margin:0!important;padding:0!important;border:3px solid #ff6a00!important;border-radius:10px!important;background:#fff!important;cursor:pointer!important}body .auth-screen.auth-landing .checkbox-wrapper input[type=checkbox]:checked{background:#fff!important;border-color:#ff6a00!important}body .auth-screen.auth-landing .checkbox-wrapper input[type=checkbox]:checked:after{content:""!important;position:absolute!important;left:50%!important;top:45%!important;width:9px!important;height:17px!important;border:solid #ff6a00!important;border-width:0 4px 4px 0!important;transform:translate(-50%,-50%) rotate(45deg)!important;transform-origin:center!important}body .auth-screen.auth-landing .checkbox-wrapper label{line-height:1.15!important}@media(max-width:640px){body .notifications-panel .notification-item{grid-template-columns:56px minmax(0,1fr) max-content!important;gap:12px!important;min-height:82px!important;padding:13px 14px!important}body .notifications-panel .notification-item-icon{width:52px!important;height:52px!important;min-width:52px!important}body .notifications-panel .notification-item-icon svg,body .notifications-panel .notification-card-icon{width:25px!important;height:25px!important}}body .chat-message.call-message{display:flex!important;align-items:flex-end!important;gap:10px!important}body .chat-message.call-message.mine{flex-direction:row-reverse!important}body .chat-message.call-message>p{display:grid!important;gap:7px!important;min-width:min(280px,68vw)!important;max-width:min(520px,76vw)!important;padding:12px 14px!important}body .chat-message.call-message .call-message-head{display:inline-flex!important;align-items:center!important;gap:8px!important;line-height:1.1!important}body .chat-message.call-message .call-bubble-icon{width:30px!important;height:30px!important;min-width:30px!important;border-radius:10px!important;display:inline-grid!important;place-items:center!important;position:static!important;transform:none!important;margin:0!important}body .chat-message.call-message .call-bubble-icon svg{width:17px!important;height:17px!important}body .chat-message.call-message .call-join-btn{justify-self:start!important;margin-top:2px!important;padding:0 16px!important}body .profile-page .pf-cover.has-cover{background-position:var(--cover-bg-position, center)!important;background-size:var(--cover-bg-size, cover)!important}body .cover-crop-stage{touch-action:none!important;user-select:none!important}body .cover-crop-image{background-position:var(--cover-preview-position, 50% 50%)!important;background-size:var(--cover-preview-size, cover)!important}body .cover-crop-frame{pointer-events:none!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art,body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art img{min-width:0!important;background-color:transparent!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art{display:flex!important;justify-content:flex-end!important;align-items:center!important;overflow:visible!important}body .app-screen .page.accueil-page .home-dashboard-hero .home-hero-art img{display:block!important;width:min(560px,42vw)!important;max-height:170px!important;object-fit:contain!important;opacity:.92!important}@media(max-width:720px){body .chat-message.call-message>p{min-width:0!important;max-width:82vw!important}body .chat-message.call-message .call-bubble-icon{width:26px!important;height:26px!important;min-width:26px!important}}body .content{scroll-behavior:auto!important;overflow-anchor:none!important}body .page.active,body .spots-container,body .home-results,body .map-page-layout,body .calendar-page-v2,body .chat-layout,body .profile-page{contain:layout paint}body .spot-card,body .map-activity-card,body .calendar-date-card,body .calendar-activity,body .chat-list-item,body .notification-item,body .profile-card,body .pf-activity{content-visibility:auto;contain:layout paint style;contain-intrinsic-size:180px}body .chat-messages{contain:layout paint;overflow-anchor:none!important}@media(max-width:760px){body .world-map{animation:none!important}body .spot-card,body .map-activity-card,body .calendar-date-card,body .calendar-activity,body .chat-list-item,body .notification-item{transition-property:background-color,border-color,color,opacity!important;transition-duration:.12s!important}}#map,.map-main .map-container,.map-main.is-stuck .map-container{min-height:220px!important}.map-main{min-height:220px}body.theme-light .home-dashboard-hero{background:linear-gradient(90deg,#fff8ebeb,#ffeedab3 42%,#ffffff2e),url(fond-coucher-hero.jpg) center/cover no-repeat!important;box-shadow:inset 0 -80px 80px #fff0dc85,0 10px 30px #b4500014!important;border:1px solid rgba(230,140,40,.18)!important}body.theme-light .home-dashboard-hero p{color:var(--ink)!important;text-shadow:0 1px 2px rgba(255,255,255,.5)!important}body.theme-light .home-dashboard-hero .brand-logo-home{filter:none!important}body.theme-light .home-dashboard-strip .home-stats>div{background:#ffffffe0!important;border:1px solid var(--line)!important;box-shadow:0 4px 14px #00000012!important}body.theme-light .home-dashboard-strip .home-stats strong{color:var(--primary)!important}body.theme-light .home-dashboard-strip .home-stats span{color:var(--muted)!important}body.theme-light .home-dashboard-strip .home-actions .home-action.icon-action{background:#ffffffe6!important;border:1px solid var(--line)!important;color:var(--ink)!important;box-shadow:0 4px 14px #00000012!important}body.theme-light .home-dashboard-strip .home-actions .home-action.icon-action.primary{background:linear-gradient(135deg,#ff6a00,#ff9638)!important;border-color:transparent!important;color:#fff!important}body.theme-light .home-panel,body.theme-light .home-community-panel,body.theme-light .home-fixed-panel{background:var(--surface)!important;border-color:var(--line)!important;box-shadow:0 6px 22px var(--shadow)!important}body.theme-light .home-mini-card{background:var(--surface-soft)!important;border-color:var(--line)!important}body.theme-mjam3in .home-dashboard-hero{background:linear-gradient(90deg,#120802eb,#1e0e049e 44%,#00000024),url(fond-coucher-hero.jpg) center/cover no-repeat!important;box-shadow:inset 0 -90px 90px #0a040099!important}body.theme-mjam3in .home-dashboard-strip .home-stats>div{background:var(--surface)!important;border-color:var(--line)!important}body.theme-mjam3in .home-panel,body.theme-mjam3in .home-community-panel,body.theme-mjam3in .home-fixed-panel{background:var(--surface)!important;border-color:var(--line)!important}@media(min-width:900px){.home-dashboard-hero{min-height:220px!important}}.pf-card-top-actions{position:absolute;top:10px;right:10px;display:flex;gap:6px;z-index:4}.pf-card-del{width:30px;height:30px;border:none;border-radius:50%;background:#dc2626d1;color:#fff;display:grid;place-items:center;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.pf-activity-card:hover .pf-card-del,.pf-activity-card:focus-within .pf-card-del{opacity:1}@media(hover:none){.pf-card-del{opacity:.85}}.pf-card-del:hover{background:#b91c1c}.pf-card-del-icon{width:14px;height:14px;fill:none;stroke:#fff;stroke-width:2}body .profile-edit-actions .pf-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;min-height:44px!important;white-space:nowrap!important}body .profile-edit-actions .pf-btn .pf-btn-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;vertical-align:0!important;position:relative!important;top:0!important}body .app-screen .page.accueil-page .home-dashboard-hero{background-image:radial-gradient(circle at 78% 45%,rgba(255,106,0,.14),transparent 23%),linear-gradient(90deg,#000000d1,#00000075 42%,#00000024),url(fond-coucher-hero.jpg)!important;background-size:auto,auto,cover!important;background-position:center,center,center right!important;background-repeat:no-repeat!important}body.theme-light .app-screen .page.accueil-page .home-dashboard-hero{background-image:linear-gradient(90deg,#fff8ebe6,#ffeeda9e 42%,#ffffff1f),url(fond-coucher-hero.jpg)!important;background-size:auto,cover!important;background-position:center,center right!important;background-color:var(--paper)!important}body.theme-mjam3in .app-screen .page.accueil-page .home-dashboard-hero{background-image:linear-gradient(90deg,#120802eb,#1e0e0494 42%,#0000001f),url(fond-coucher-hero.jpg)!important;background-size:auto,cover!important;background-position:center,center right!important;background-color:#0d0806!important}@media(max-width:360px){body .app-screen>.header{padding:10px!important;gap:6px!important}body .app-screen>.header>.header-title{min-width:0!important;overflow:hidden!important;flex:0 1 auto!important}body .app-screen .header .brand-wordmark.brand-logo-header{height:40px!important;max-height:40px!important;max-width:132px!important}body .app-screen>.header>.header-right{gap:4px!important;flex:0 0 auto!important}body .app-screen>.header>.header-right .header-icon-btn,body .app-screen>.header>.header-right .notif-btn{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important}body .app-screen>.header>.header-right .notif-label{display:none!important}}body[class*=theme-] .app-screen .page.accueil-page .home-dashboard-hero{background:transparent!important;background-image:none!important;background-color:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;min-height:0!important;padding:clamp(10px,2vw,22px) 0!important;overflow:visible!important}body[class*=theme-] .app-screen .page.accueil-page .home-dashboard-hero:before,body[class*=theme-] .app-screen .page.accueil-page .home-dashboard-hero:after{display:none!important;background:none!important;content:none!important}body[class*=theme-] .app-screen .page.accueil-page .home-dashboard-hero p{color:#fff2e2f5!important;text-shadow:0 1px 14px rgba(0,0,0,.45)!important}body.theme-light .app-screen .page.accueil-page .home-dashboard-hero p{color:#1c1410!important;text-shadow:none!important}.home-hero-weather{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:4px 12px;border-radius:999px;font-size:15px;font-weight:800;background:#00000047;color:#fff4e6f5;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);width:fit-content}body.theme-light .home-hero-weather{background:#fff9;color:#1c1410}.accueil-page .explore-controls{position:sticky;top:0;z-index:20;background:#0c0a09eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);margin-left:0;margin-right:0;padding:10px 0}body.theme-light .accueil-page .explore-controls{background:#f8fafcf0}body.theme-mjam3in .accueil-page .explore-controls{background:#0d0806f0}.ptr-indicator{position:fixed;top:6px;left:50%;transform:translate(-50%) translateY(0);z-index:200;width:38px;height:38px;border-radius:50%;background:#120e0aeb;box-shadow:0 6px 18px #00000059;display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .25s ease}body.theme-light .ptr-indicator{background:#fffffff5}.ptr-spinner{width:18px;height:18px;border:2px solid rgba(160,160,160,.35);border-top-color:#ff6a00;border-radius:50%}.ptr-ready .ptr-spinner{border-top-color:#34d399}.ptr-refreshing .ptr-spinner{animation:ptrSpin .7s linear infinite}@keyframes ptrSpin{to{transform:rotate(360deg)}}.friend-suggestions .pf-main-head{margin-bottom:10px}.suggestion-row{justify-content:space-between}.suggestion-row .suggestion-open{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px;background:none;border:none;padding:0;text-align:left;cursor:pointer;color:inherit;font:inherit}.suggestion-row .suggestion-open>span{display:flex;flex-direction:column;min-width:0;overflow:hidden}.suggestion-row .suggestion-open>span>small{opacity:.6;font-size:11px;font-weight:600}.suggestion-add{flex:0 0 auto;width:34px;height:34px;border-radius:50%;border:none;background:#ff6a00;color:#fff;cursor:pointer;display:grid;place-items:center}.suggestion-add-icon{width:18px;height:18px}.chat-draft-badge{display:inline-flex;align-items:center;gap:3px;margin-left:6px;padding:1px 7px;border-radius:999px;font-size:10px;font-weight:800;background:#ff6a002e;color:#ff6a00;vertical-align:middle;white-space:nowrap}.chat-search-toggle{background:none;border:none;cursor:pointer;padding:6px;border-radius:50%;color:inherit;opacity:.8;display:inline-grid;place-items:center}.chat-search-toggle.active{background:#ff6a0033;color:#ff6a00;opacity:1}.chat-search-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.chat-search-bar{padding:8px 12px 4px}.chat-search-bar input{width:100%;padding:9px 14px;border-radius:12px;border:1px solid rgba(150,150,150,.25);background:#9696961f;color:inherit;font-size:14px}.chat-mute-toggle{background:none;border:none;cursor:pointer;padding:6px;border-radius:50%;color:inherit;opacity:.8;display:inline-grid;place-items:center}.chat-mute-toggle.active{color:#ef4444;opacity:1}body.theme-dark .chat-search-toggle:not(.active),body.theme-dark .chat-mute-toggle:not(.active),body.theme-mjam3in .chat-search-toggle:not(.active),body.theme-mjam3in .chat-mute-toggle:not(.active){color:#fff;opacity:1}body.theme-light .chat-search-toggle:not(.active),body.theme-light .chat-mute-toggle:not(.active){color:#1c1e21;opacity:.9}.chat-thread-actions .chat-call-btn{color:#fff}.chat-muted-hint{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;opacity:.7}.chat-muted-hint-icon{width:14px;height:14px}.pf-mentions{display:flex;flex-direction:column;gap:8px}.pf-mention-row{display:flex;align-items:flex-start;gap:10px;text-align:left;background:#9696961a;border:1px solid rgba(150,150,150,.2);border-radius:12px;padding:10px 12px;cursor:pointer;color:inherit;width:100%}.pf-mention-body{display:flex;flex-direction:column;gap:2px;min-width:0}.pf-mention-body small{opacity:.85;font-size:13px}.pf-mention-body em{opacity:.55;font-size:11px;font-style:normal}body .calendar-page-v2 .calendar-date-rail{grid-auto-columns:minmax(84px,1fr)!important;gap:12px!important;padding:16px!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2.cdc-cell{min-height:0!important;padding:14px 8px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:flex-start;gap:3px;text-align:center}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell span{margin-top:0!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-week{color:#fff9!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell.active .cdc-week{color:#ffffffeb!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-num{color:#f8f7f5!important;font-size:28px!important;font-weight:950!important;line-height:1.05!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell.active .cdc-num{color:#fff!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-month{color:#ffffff80!important;font-size:11px!important;font-weight:850!important;text-transform:capitalize}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-foot{display:inline-flex!important;align-items:center;gap:6px;margin-top:7px!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-emoji{font-size:17px!important;line-height:1}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-count{min-width:20px;padding:1px 7px;border-radius:999px;background:#ff6a002e;color:#ffb37a!important;font-size:12px!important;font-weight:900!important;line-height:1.5}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell.active .cdc-count{background:#ffffff38;color:#fff!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-count.empty{background:#ffffff12;color:#ffffff73!important}@media(max-width:599px){body .calendar-page-v2 .calendar-date-rail{grid-auto-columns:minmax(72px,1fr)!important;gap:9px!important;padding:12px!important}body .calendar-page-v2 .calendar-date-card.calendar-date-card-v2.cdc-cell{padding:12px 5px!important}body .calendar-page-v2 .calendar-date-card-v2.cdc-cell .cdc-num{font-size:24px!important}}mark.gs-hl{background:#ff6a004d;color:inherit;border-radius:4px;padding:0 1px}.gs-history{margin-bottom:12px}.gs-history-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.gs-history-head h4{margin:0;font-size:13px;font-weight:900;opacity:.75;text-transform:uppercase;letter-spacing:.03em}.gs-history-clear{border:none;background:none;color:var(--accent, #FF6A00);font-weight:850;font-size:12px;cursor:pointer;padding:4px 6px;border-radius:8px}.gs-history-chips{display:flex;flex-wrap:wrap;gap:8px}.gs-history-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;border:1px solid rgba(150,150,150,.28);background:#9696961f;color:inherit;font-size:13px;font-weight:800;cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gs-history-chip:active{transform:scale(.97)}.gs-chip-icon{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2.2;opacity:.6}.hp-page{--hp-card: #101010;--hp-card2: #161616;--hp-border: #262626;--hp-text: #F5EFE7;--hp-sub: #A8A8A8;--hp-orange: #FF6A00;--hp-orange-h: #FF7A1A;color:var(--hp-text)}body.theme-light .hp-page{--hp-card: #ffffff;--hp-card2: #f4f6f8;--hp-border: #e4e7ec;--hp-text: #16181c;--hp-sub: #5d6470}.brand-mark-header{height:34px;width:auto;display:block;object-fit:contain}.brand-wordmark-header{height:26px;width:auto;display:block;object-fit:contain}.brand-lockup-header{gap:9px}body .app-screen>.header>.header-right .header-avatar-btn{display:none!important}.header-avatar-btn .header-avatar-face{width:30px;height:30px;border-radius:50%;overflow:hidden;border:1.5px solid rgba(255,106,0,.7);background:var(--surface-soft, #222)}.header-avatar-btn .header-avatar-face svg{width:100%;height:100%;display:block}@media(max-width:899px){.brand-mark-header{display:block}.brand-wordmark-header{display:none}.brand-lockup-header{justify-content:flex-start!important;text-align:start!important;flex:0 0 auto!important}body .app-screen>.header>.header-right .settings-header-btn{display:none!important}body .app-screen>.header>.header-right .header-avatar-btn{display:grid!important;place-items:center}}.hp-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:26px;padding:26px 0 10px}.hp-hero-copy h1{margin:0 0 10px;font-size:clamp(28px,4.2vw,46px);line-height:1.12;font-weight:900;letter-spacing:-.5px;color:var(--hp-text)}.hp-orange{color:var(--hp-orange)}.hp-hero-copy h1 .hp-orange{white-space:nowrap}.hp-hero-sub{margin:0 0 16px;font-size:clamp(14px,1.6vw,17px);color:var(--hp-sub)}.hp-hero-art img{width:100%;height:auto;display:block;filter:drop-shadow(0 10px 30px rgba(255,106,0,.18))}.hp-search{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:16px;background:var(--hp-card);border:1px solid var(--hp-border)}.hp-search-icon{width:18px;height:18px;flex-shrink:0;fill:none;stroke:var(--hp-sub);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hp-search input{flex:1;min-width:0;border:0;background:transparent;color:var(--hp-text);font-size:15px;outline:none}.hp-search input::placeholder{color:var(--hp-sub)}.hp-search-filterbtn{flex-shrink:0;display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:9px;background:transparent;cursor:pointer}.hp-search-filterbtn:hover{background:#ff6a001f}.hp-search-filterbtn .hp-search-icon{stroke:var(--hp-text)}.hp-chips{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 16px}.hp-chip.active{background:var(--hp-orange);border-color:var(--hp-orange);color:#fff}.hp-chip.active:hover{border-color:var(--hp-orange)}@media(min-width:981px){.hp-chips [data-chip=all]{display:none}.hp-chips [data-chip=beach]{order:1}.hp-chips [data-chip=food]{order:2}.hp-chips [data-chip=sport]{order:3}.hp-chips [data-chip=evening]{order:4}.hp-chips [data-chip=near]{order:5}}.hp-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:var(--hp-card);border:1px solid var(--hp-border);color:var(--hp-text);font-size:13px;font-weight:700;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.hp-chip:hover{border-color:var(--hp-orange);transform:translateY(-1px)}.hp-chip-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hp-hero-ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.hp-cta{padding:12px 22px;border-radius:14px;font-size:15px;font-weight:800;cursor:pointer;border:1px solid transparent}.hp-cta.primary{background:linear-gradient(135deg,var(--hp-orange),#ff8a2b);color:#fff;box-shadow:0 12px 28px #ff6a0047}.hp-cta.primary:hover{background:linear-gradient(135deg,var(--hp-orange-h),#ff9a3f)}.hp-cta.ghost{background:transparent;color:var(--hp-text);border-color:var(--hp-orange)}.hp-cta.ghost:hover{background:#ff6a001a}.hp-info{display:flex;flex-wrap:wrap;align-items:center;gap:14px;padding:10px 14px;border-radius:14px;background:var(--hp-card);border:1px solid var(--hp-border);width:fit-content;font-size:13px;color:var(--hp-sub)}.hp-info .home-hero-weather{font-weight:800;color:var(--hp-text);display:inline-flex;align-items:center;gap:7px;padding:6px 12px;margin-block:-4px;border-radius:11px;background:var(--hp-card2);border:1px solid var(--hp-border)}.hp-info .home-hero-weather .hw-col{display:inline-flex;flex-direction:column;line-height:1.15}.hp-info .home-hero-weather .hw-col strong{font-size:13.5px}.hp-info .home-hero-weather .hw-col small{font-weight:600;font-size:11px;color:var(--hp-sub)}.hp-info-online{display:inline-flex;align-items:center;gap:8px}.hp-info-loc{display:inline-flex;align-items:center;gap:4px}.hp-avatars{display:inline-flex;align-items:center}.hp-avatars small{margin-inline-start:8px;color:var(--hp-sub);font-weight:700;white-space:nowrap}.hp-avatar.avatar-face{width:26px;height:26px;border-radius:50%;border:2px solid var(--hp-card);box-shadow:0 0 0 1px #ff6a0059;overflow:hidden;background:var(--hp-card2)}.hp-avatar.avatar-face:not(:first-child){margin-inline-start:-8px}.hp-avatar.avatar-face svg{width:100%;height:100%}.hp-section{margin:22px 0}.hp-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hp-section-head h2{margin:0;font-size:clamp(17px,2vw,21px);font-weight:900;color:var(--hp-text)}.hp-see-all{background:none;border:0;color:var(--hp-orange);font-weight:800;font-size:13px;cursor:pointer;padding:4px 6px}.hp-empty{color:var(--hp-sub);font-size:13.5px;margin:4px 0}.hp-tonight-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hp-card{border-radius:18px;overflow:hidden;background:var(--hp-card);border:1px solid var(--hp-border);cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.hp-card:hover{border-color:#ff6a008c;transform:translateY(-2px);box-shadow:0 16px 36px #0000004d}.hp-card-media{position:relative;height:132px;background-size:cover;background-position:center}.hp-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001f,#0000008c)}.hp-card-media.no-img{background:linear-gradient(135deg,#ff6a004d,#140c06e6);display:grid;place-items:center}.hp-card-emoji{font-size:44px;position:relative;z-index:1}.hp-card-badge{position:absolute;z-index:1;top:10px;inset-inline-start:10px;padding:4px 10px;border-radius:999px;background:#ff6a00eb;color:#fff;font-size:11.5px;font-weight:800}.hp-card-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:4px}.hp-card-body strong{font-size:16px;color:var(--hp-text)}.hp-card-time{color:var(--hp-orange);font-weight:800;font-size:13px}.hp-card-body p{margin:0;font-size:12.5px;color:var(--hp-sub)}.hp-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.hp-join,.hp-spot-join{padding:8px 18px;border-radius:999px;border:0;background:var(--hp-orange);color:#fff;font-weight:800;font-size:13px;cursor:pointer}.hp-join:hover,.hp-spot-join:hover{background:var(--hp-orange-h)}.hp-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:18px;margin:22px 0;align-items:start}.hp-panel{background:var(--hp-card);border:1px solid var(--hp-border);border-radius:18px;padding:16px;margin-bottom:16px}.hp-main>.hp-section-head{margin-top:4px}.hp-popular-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(168px,200px);gap:12px;overflow-x:auto;padding:2px 2px 10px;scroll-snap-type:x proximity;scrollbar-width:thin}.hp-spot{scroll-snap-align:start;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;border-radius:16px;background:var(--hp-card);border:1px solid var(--hp-border);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.hp-spot:hover{border-color:#ff6a008c;box-shadow:0 0 18px #ff6a001f}.hp-spot-emoji{font-size:26px}.hp-spot strong{font-size:14px;color:var(--hp-text)}.hp-spot small{font-size:12px;color:var(--hp-sub)}.hp-spot .hp-avatars small{font-size:11.5px}.hp-spot .hp-spot-join{margin-top:4px;padding:6px 14px;font-size:12px;background:transparent;border:1px solid var(--hp-border);color:var(--hp-text)}.hp-spot .hp-spot-join:hover{border-color:var(--hp-orange);background:#ff6a001a}.hp-map-panel{margin:16px 0}.hp-map-panel .mini-map-box{border-radius:18px;overflow:hidden;border:1px solid var(--hp-border)}.hp-map-overlay{display:none;position:absolute;z-index:500;inset-inline-start:14px;top:50%;transform:translateY(-50%);flex-direction:column;gap:2px;pointer-events:none;text-shadow:0 1px 6px rgba(0,0,0,.8)}.hp-map-overlay strong{font-size:17px;font-weight:900;color:#fff}.hp-map-overlay small{font-size:11.5px;color:#fffc}body.theme-dark .leaflet-control-attribution,body.theme-mjam3in .leaflet-control-attribution{background:#0a08068c!important;color:#777!important;font-size:9px!important}body.theme-dark .leaflet-control-attribution a,body.theme-mjam3in .leaflet-control-attribution a{color:#999!important}.hp-create-card{border:1.5px dashed rgba(255,106,0,.5);border-radius:18px;background:var(--hp-card);padding:22px 18px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px}.hp-create-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1.5px solid rgba(255,106,0,.6);background:#ff6a0014}.hp-create-svg{width:26px;height:26px;fill:none;stroke:var(--hp-orange);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hp-create-card strong{font-size:16.5px;color:var(--hp-text)}.hp-create-lead{margin:0;font-weight:700;color:var(--hp-text);font-size:13.5px}.hp-create-card p{margin:0;font-size:12.5px;color:var(--hp-sub);max-width:320px}.hp-create-card .hp-cta{margin-top:6px}.hp-create-copy{display:contents}.hp-today-row{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;margin-bottom:6px;border-radius:12px;background:var(--hp-card2);border:1px solid transparent;color:var(--hp-text);cursor:pointer;text-align:start}.hp-today-row:hover{border-color:#ff6a0066}.hp-today-emoji{font-size:20px;flex-shrink:0}.hp-today-copy{flex:1;min-width:0;display:flex;flex-direction:column}.hp-today-copy strong{font-size:13.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-today-copy small{font-size:11.5px;color:var(--hp-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-today-time{flex-shrink:0;font-size:11.5px;font-weight:700;color:var(--hp-sub);white-space:nowrap}.hp-badge{flex-shrink:0;padding:3px 9px;border-radius:999px;font-size:10.5px;font-weight:800;white-space:nowrap}.hp-badge.live{background:#ff6a002e;color:var(--hp-orange);border:1px solid rgba(255,106,0,.4)}.hp-badge.soon{background:#96969624;color:var(--hp-sub);border:1px solid var(--hp-border)}.hp-days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hp-day{display:flex;flex-direction:column;gap:2px;padding:10px;border-radius:12px;background:var(--hp-card2);border:1px solid var(--hp-border);color:var(--hp-text);cursor:pointer;text-align:start}.hp-day.today{border-color:var(--hp-orange)}.hp-day strong{font-size:13px}.hp-day span{font-size:11.5px;color:var(--hp-orange);font-weight:700}.hp-day small{font-size:10.5px;color:var(--hp-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-footer{margin:30px 0 12px;padding:20px 16px;border-radius:18px;background:var(--hp-card);border:1px solid var(--hp-border)}.hp-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;text-align:center}.hp-stats strong{display:block;font-size:clamp(20px,3vw,30px);font-weight:900;color:var(--hp-orange)}.hp-stats span{font-size:12.5px;color:var(--hp-sub)}.hp-quote{margin:16px auto 0;max-width:560px;text-align:center;font-size:13.5px;color:var(--hp-sub);font-style:italic}@media(max-width:980px){.hp-hero{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:4px 12px;padding-top:14px;align-items:center}.hp-hero-copy{display:contents}.hp-hero-copy h1{grid-column:1;grid-row:1;align-self:center}.hp-hero-art{grid-column:2;grid-row:1;align-self:center;height:104px}.hp-hero-art img{width:100%;height:100%;object-fit:cover;object-position:62% 50%}.hp-hero-sub{grid-column:1 / -1;grid-row:2;margin-top:6px}.hp-hero .hp-search{grid-column:1 / -1;grid-row:3}.hp-hero .hp-chips{grid-column:1 / -1;grid-row:4}.hp-chips{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.hp-chips::-webkit-scrollbar{display:none}.hp-chip{flex-shrink:0}.hp-grid{grid-template-columns:minmax(0,1fr)}.hp-main,.hp-side{min-width:0;max-width:100%}.hp-tonight-row{display:grid;grid-auto-flow:column;grid-auto-columns:min(78vw,300px);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:10px}.hp-card{scroll-snap-align:start}.hp-tonight-row,.hp-popular-rail,.hp-days{scrollbar-width:none}.hp-tonight-row::-webkit-scrollbar,.hp-popular-rail::-webkit-scrollbar,.hp-days::-webkit-scrollbar{display:none}.hp-info{width:100%;justify-content:space-between;gap:8px}.hp-hero-ctas .hp-cta{flex:1;text-align:center}}.activity-sheet-v2{--hp-card: #101010;--hp-card2: #161616;--hp-border: #262626;--hp-text: #F5EFE7;--hp-sub: #A8A8A8;--hp-orange: #FF6A00}body.theme-light .activity-sheet-v2{--hp-card: #ffffff;--hp-card2: #f4f6f8;--hp-border: #e4e7ec;--hp-text: #16181c;--hp-sub: #5d6470}.activity-sheet-v2 .detail-section{background:var(--hp-card);border:1px solid var(--hp-border);border-radius:16px;padding:14px;margin:12px 0}.activity-sheet-v2 .detail-section>h3,.activity-sheet-v2 .reviews-head h3,.activity-sheet-v2 .detail-section-head h3{margin:0 0 10px;font-size:15px;font-weight:850;letter-spacing:0;text-transform:none;color:var(--hp-text);display:flex;align-items:center;gap:7px}.activity-sheet-v2 .detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.activity-sheet-v2 .detail-section-head h3{margin:0}.activity-sheet-v2 .detail-head-count{font-size:12.5px;font-weight:800;color:var(--hp-sub);white-space:nowrap}.detail-head-icon{width:17px;height:17px;fill:none;stroke:var(--hp-orange);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.activity-sheet-v2 .member-row{background:var(--hp-card2);border:1px solid transparent;border-radius:12px;padding:7px 10px;margin-bottom:6px}.activity-sheet-v2 .member-row:hover{border-color:#ff6a0059}@media(min-width:1100px){.activity-sheet-v2 .spot-detail-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0 14px;align-items:start}.activity-sheet-v2 .spot-detail-v2>*{grid-column:1 / -1;min-width:0}.activity-sheet-v2 .spot-detail-v2>.detail-section,.activity-sheet-v2 .spot-detail-v2>.activity-detail-section{grid-column:auto}}.qr-modal{position:relative;max-width:360px!important;width:min(92vw,360px);padding:22px 20px!important;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.qr-modal h2{margin:0;font-size:18px;font-weight:900}.qr-close{position:absolute;top:10px;inset-inline-end:10px;width:34px;height:34px;border-radius:50%;border:0;background:#96969626;display:grid;place-items:center;cursor:pointer;color:inherit}.qr-close-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.qr-box{width:min(240px,70vw);aspect-ratio:1;padding:14px;border-radius:18px;background:#fff;border:1px solid rgba(255,106,0,.3);box-shadow:0 14px 34px #0000002e;display:grid;place-items:center}.qr-box svg{width:100%;height:100%;display:block}.qr-loading{font-size:26px;color:#aaa}.qr-username{font-size:15px;color:#ff6a00;font-weight:800}.qr-hint{margin:0;font-size:12.5px;opacity:.75;max-width:280px}.qr-actions{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap;justify-content:center}.qr-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:12px;font-weight:800;font-size:13.5px;cursor:pointer;border:1px solid rgba(255,106,0,.5);background:transparent;color:inherit}.qr-btn.primary{background:linear-gradient(135deg,#ff6a00,#ff8a2b);border-color:transparent;color:#fff}.qr-btn-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.avatar-face.avatar-photo{overflow:hidden;background:#ddd}.avatar-face.avatar-photo img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}body .cover-editor-head{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}body .cover-editor-head h2{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(15px,4.4vw,19px);text-align:center}body .cover-editor-modal .cover-crop-frame{border:3px solid #FF6A00!important;border-radius:14px!important;box-shadow:0 0 0 9999px #f5fafc8c!important}body .cover-editor-controls input[type=range]{accent-color:#FF6A00!important}body.theme-dark .cover-editor-modal,body.theme-mjam3in .cover-editor-modal{background:#121212!important;color:#f5efe7!important}body.theme-dark .cover-editor-head,body.theme-mjam3in .cover-editor-head,body.theme-dark .cover-editor-controls,body.theme-mjam3in .cover-editor-controls,body.theme-dark .cover-editor-actions,body.theme-mjam3in .cover-editor-actions{background:#121212!important}body.theme-dark .cover-editor-head h2,body.theme-mjam3in .cover-editor-head h2,body.theme-dark .cover-editor-controls label,body.theme-mjam3in .cover-editor-controls label{color:#f5efe7!important}body.theme-dark .cover-editor-modal .cover-crop-stage,body.theme-mjam3in .cover-editor-modal .cover-crop-stage{background:#0c0a08!important}body.theme-dark .cover-editor-modal .cover-crop-frame,body.theme-mjam3in .cover-editor-modal .cover-crop-frame{box-shadow:0 0 0 9999px #080604a8!important}body.theme-dark .cover-editor-actions .report-cancel,body.theme-mjam3in .cover-editor-actions .report-cancel{background:#ffffff12;border-color:#ffffff29;color:#f5efe7}body.theme-dark .cover-editor-back,body.theme-mjam3in .cover-editor-back{background:#ffffff1a!important;color:#f5efe7!important}.activity-sheet-v2 .activity-detail-title-row{display:flex;align-items:center;gap:12px}.activity-emoji-tile{flex-shrink:0;width:54px;height:54px;border-radius:16px;display:grid;place-items:center;font-size:30px;background:var(--hp-card2, rgba(255, 106, 0, .1));border:1px solid var(--hp-border, rgba(255, 106, 0, .25))}.activity-footer-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid var(--hp-border, rgba(150, 150, 150, .2));font-size:12.5px;color:var(--hp-sub, #8a8f98)}.afm-creator{display:inline-flex;align-items:center;gap:7px;background:none;border:0;padding:0;color:inherit;font:inherit;cursor:pointer}.afm-creator strong{color:var(--hp-text, inherit)}.afm-avatar.avatar-face{width:24px;height:24px;border-radius:50%;overflow:hidden}.afm-avatar.avatar-face svg{width:100%;height:100%}.afm-capacity{display:inline-flex;align-items:center;gap:6px;font-weight:700}.afm-icon{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hp-page .evening-status-box,.hp-page .trends-box{background:var(--hp-card)!important;border:1px solid var(--hp-border)!important;border-radius:16px!important;color:var(--hp-text)}.hp-page .evening-chip,.hp-page .evening-friend-chip,.hp-page .trend-chip{background:var(--hp-card2)!important;border:1px solid var(--hp-border)!important;color:var(--hp-text)!important;border-radius:999px}.hp-page .evening-chip:hover,.hp-page .trend-chip:hover{border-color:var(--hp-orange)!important}.hp-page .trend-chip.top{border-color:#ff6a008c!important;color:var(--hp-orange)!important}.hp-page .explore-controls input[type=search],.hp-page .explore-controls select,.hp-page .chat-search-bar input{background:var(--hp-card)!important;border:1px solid var(--hp-border)!important;color:var(--hp-text)!important;border-radius:14px}.hp-page .date-chip{background:var(--hp-card)!important;border:1px solid var(--hp-border)!important;color:var(--hp-text)!important}.hp-page .date-chip.active{background:#ff6a0029!important;border-color:var(--hp-orange)!important;color:var(--hp-orange)!important}.hp-page .near-me-card{background:var(--hp-card)!important;border:1px solid var(--hp-border)!important;border-radius:16px!important;color:var(--hp-text)}.hp-page .mini-map-cta{background:#ff6a00eb!important;color:#fff!important;border-radius:999px;font-weight:800}.hp-page .section-title{color:var(--hp-text)}html[dir=rtl] .chat-message p{border-radius:17px 17px 5px}html[dir=rtl] .chat-message.mine p{border-radius:17px 17px 17px 5px}html[dir=rtl] .chat-message.system p{border-radius:999px}html[dir=rtl] .chat-message.pending p:after{margin-left:0;margin-right:6px}html[dir=rtl] .member-profile-btn,html[dir=rtl] .hp-hero-copy h1,html[dir=rtl] .hp-hero-sub{text-align:right}.hp-action-row{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex-wrap:wrap;margin:2px 0 16px}.hp-action-row .home-now-banner{width:auto;max-width:440px;margin:0;flex:0 1 auto}.hp-action-row .hp-info{width:auto;margin:0}.hp-action-row .hp-hero-ctas{margin:0;margin-inline-start:auto}.hp-info-tonight{display:inline-flex;align-items:center;gap:4px;font-weight:800;color:var(--hp-orange);white-space:nowrap}@media(max-width:980px){.hp-action-row{flex-direction:column;align-items:stretch}.hp-action-row .home-now-banner{width:100%;max-width:none}.hp-action-row .hp-info{width:100%;justify-content:space-between}.hp-action-row .hp-hero-ctas{display:flex;margin-inline-start:0}}@media(max-width:700px){.hp-action-row .hp-info,.hp-action-row .hp-hero-ctas{display:none}.hp-card-foot{flex-direction:column;align-items:stretch;gap:10px}.hp-card-foot .hp-avatars{justify-content:flex-start}.hp-card-foot .hp-join{width:100%;padding-block:10px}.hp-spot .hp-spot-join,.hp-map-head{display:none}body .app-screen .page.accueil-page .hp-map-panel .mini-map-box,.hp-map-panel #mini-map{height:124px!important;min-height:124px!important}.hp-map-overlay{display:flex}.hp-map-panel .mini-map-cta{inset-inline-end:12px;inset-inline-start:auto;left:auto;top:50%;bottom:auto;transform:translateY(-50%);margin:0}.hp-page .spots-container{grid-template-columns:1fr;gap:12px}.hp-create-card{flex-direction:row;text-align:start;align-items:center;gap:12px;padding:16px 14px}.hp-create-card .hp-create-icon{width:46px;height:46px;flex-shrink:0}.hp-create-copy{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.hp-create-copy strong{font-size:14.5px}.hp-create-copy p{font-size:11.5px}.hp-create-card .hp-cta{margin:0;flex-shrink:0;padding:10px 16px;font-size:13.5px}}.notif-btn .notif-count{background:linear-gradient(135deg,#ff6a00,#ff8a2b)}body.theme-dark .leaflet-container,body.theme-mjam3in .leaflet-container{background:#0b0a08!important}body.theme-dark .leaflet-tile-pane,body.theme-mjam3in .leaflet-tile-pane{filter:none!important}.spot-card.sc2{--hp-card: #101010;--hp-card2: #161616;--hp-border: #262626;--hp-text: #F5EFE7;--hp-sub: #A8A8A8;--hp-orange: #FF6A00;display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:18px;background:var(--hp-card)!important;border:1px solid var(--hp-border)!important;box-shadow:none!important;color:var(--hp-text);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}body.theme-light .spot-card.sc2{--hp-card: #ffffff;--hp-card2: #f4f6f8;--hp-border: #e4e7ec;--hp-text: #16181c;--hp-sub: #5d6470}.spot-card.sc2:hover{border-color:#ff6a008c!important;box-shadow:0 0 20px #ff6a0024!important;transform:translateY(-2px)}.sc2-top{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.spot-card.sc2 .spot-badge,.spot-card.sc2 .activity-status{position:static!important;display:inline-flex;align-items:center;margin:0!important}.spot-card.sc2 .activity-status{margin-inline-start:auto!important}.sc2-head{display:flex;align-items:center;gap:10px}.sc2-emoji{flex-shrink:0;width:46px;height:46px;border-radius:14px;display:grid;place-items:center;font-size:25px;background:var(--hp-card2);border:1px solid var(--hp-border)}.sc2-title{min-width:0;display:flex;flex-direction:column;gap:1px}.sc2-title strong{font-size:15.5px;color:var(--hp-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc2-title small{font-size:12px;color:var(--hp-sub)}.sc2-desc{margin:0;font-size:12.5px;line-height:1.4;color:var(--hp-sub)}.sc2-meta{font-size:12px;font-weight:700;color:var(--hp-orange)}.sc2-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px;border-top:1px solid var(--hp-border)}.spot-card.sc2 .hp-avatar.avatar-face{border-color:var(--hp-card)}body.theme-light .spot-card.sc2{background:#fff!important;border-color:#e4e7ec!important;color:#16181c}body.theme-light .spot-card.sc2 .sc2-emoji{background:#f4f6f8;border-color:#e4e7ec}body.theme-light .spot-card.sc2 .sc2-title strong{color:#16181c}body.theme-light .spot-card.sc2 .sc2-desc{color:#5d6470}body.theme-light .spot-card.sc2 .sc2-foot{border-top-color:#e4e7ec}body.theme-light .spot-card.sc2 .hp-avatars small{color:#5d6470}.install-banner{display:flex;align-items:center;gap:12px;margin:0 0 12px;padding:12px 14px;border-radius:16px;background:var(--hp-card, #101010);border:1px solid rgba(255,106,0,.4);box-shadow:0 10px 26px #ff6a001f}body.theme-light .install-banner{background:#fff}.install-banner-icon{width:38px;height:auto;flex-shrink:0}.install-banner-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.install-banner-copy strong{font-size:14.5px;color:var(--hp-text, inherit)}.install-banner-copy small{font-size:12px;color:var(--hp-sub, #8a8f98)}.install-banner-cta{flex-shrink:0;padding:9px 18px;border-radius:999px;border:0;background:linear-gradient(135deg,#ff6a00,#ff8a2b);color:#fff;font-weight:800;font-size:13.5px;cursor:pointer}.install-banner-cta:hover{background:linear-gradient(135deg,#ff7a1a,#ff9a3f)}.install-banner-close{flex-shrink:0;width:30px;height:30px;border-radius:50%;border:0;background:#96969624;display:grid;place-items:center;cursor:pointer;color:inherit}.install-banner-x{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.ios-install-modal{max-width:360px!important;width:min(92vw,360px);padding:22px 20px!important;display:flex;flex-direction:column;gap:12px}.ios-install-modal h2{margin:0;font-size:18px;font-weight:900}.ios-install-steps{margin:0;padding-inline-start:20px;display:flex;flex-direction:column;gap:8px;font-size:13.5px;line-height:1.45}.ios-install-modal .hp-cta{align-self:center}.near-radius-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px;width:100%;margin-top:10px;padding-top:10px;border-top:1px solid var(--hp-border, rgba(150, 150, 150, .2))}.near-radius-label{font-size:12px;font-weight:800;color:var(--hp-sub, #8a8f98);margin-inline-end:2px}.near-radius-chip{padding:6px 12px;border-radius:999px;border:1px solid var(--hp-border, rgba(150, 150, 150, .3));background:var(--hp-card2, rgba(150, 150, 150, .08));color:inherit;font-size:12px;font-weight:700;cursor:pointer}.near-radius-chip:hover{border-color:#ff6a0080}.near-radius-chip.active{background:#ff6a0029;border-color:#ff6a00;color:#ff6a00}body.theme-dark .app-screen:has(.hp-page),body.theme-mjam3in .app-screen:has(.hp-page){background:#050505!important}body.theme-dark .page.hp-page,body.theme-mjam3in .page.hp-page{background:#050505!important}body.theme-dark .hp-page,body.theme-mjam3in .hp-page{--hp-card: #101010;--hp-card2: #161616;--hp-border: #262626}.hp-main .hp-tonight-row{margin-bottom:18px}.hp-main .hp-card-media{height:118px}.hp-main .hp-popular-rail{margin-bottom:18px}.hp-main .hp-map-panel{margin-top:0}.hp-days{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(108px,1fr);grid-template-columns:none;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.hp-day{min-width:0}.hp-day strong{font-size:12.5px;white-space:nowrap}.hp-day span{font-size:11px}.hp-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.hp-stats{display:flex;align-items:center;gap:26px;text-align:start;flex-wrap:wrap}.hp-stat{display:inline-flex;align-items:center;gap:10px}.hp-stat-svg{width:34px;height:34px;padding:8px;border-radius:50%;background:#ff6a001f;border:1px solid rgba(255,106,0,.3);fill:none;stroke:var(--hp-orange, #FF6A00);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;box-sizing:border-box}.hp-stat-copy{display:flex;flex-direction:column}.hp-stat-copy strong{font-size:clamp(17px,2.2vw,22px);font-weight:900;color:var(--hp-text);line-height:1.1}.hp-stat-copy span{font-size:12px;color:var(--hp-sub)}.hp-quote{margin:0;max-width:360px;padding:12px 16px;border-radius:14px;background:var(--hp-card2);border:1px solid var(--hp-border);font-size:12.5px;line-height:1.45;color:var(--hp-sub);font-style:italic;text-align:start}@media(max-width:980px){.hp-footer{flex-direction:column;align-items:stretch}.hp-stats{justify-content:space-between;gap:12px}.hp-quote{max-width:none}}.onb-dots{display:flex;justify-content:center;gap:8px;margin:4px 0 10px}.onb-dot{width:9px;height:9px;border-radius:999px;background:#9696964d;transition:background .15s ease,transform .15s ease}.onb-dot.active{background:#ff6a00;transform:scale(1.25)}.onb-dot.done{background:#ff6a0080}.onb-themes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:4px}.onb-theme{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border-radius:16px;border:1.5px solid rgba(150,150,150,.25);background:transparent;color:inherit;font-size:12.5px;font-weight:700;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.onb-theme:hover{transform:translateY(-1px)}.onb-theme.active{border-color:#ff6a00;box-shadow:0 0 0 3px #ff6a002e}.onb-theme-swatch{width:52px;height:52px;border-radius:14px;border:1px solid rgba(150,150,150,.3);display:grid;place-items:center}.onb-theme-swatch>span{width:20px;height:20px;border-radius:999px;display:block}.onb-hint{display:block;font-size:11.5px;opacity:.7;margin-bottom:8px;text-align:center}.onb-actions{display:flex;align-items:center;gap:10px;margin-top:6px}.onb-actions .onb-next{flex:1}.onb-skip{background:none;border:0;padding:10px 14px;color:inherit;opacity:.7;font-weight:700;font-size:13.5px;cursor:pointer}.onb-skip:hover{opacity:1}body .onboarding-box .onb-next{background:linear-gradient(135deg,#ff6a00,#ff8a2b)!important;color:#fff!important;box-shadow:0 10px 26px #ff6a0047!important;border:0!important}body .onboarding-box .onb-next:hover{background:linear-gradient(135deg,#ff7a1a,#ff9a3f)!important}body .activity-sheet.activity-sheet-v3{--as-bg: #0b0908;--as-card: #151210;--as-card2: #1a1613;--as-line: #29231e;--as-ink: #f5efe7;--as-muted: #a8a29b;--as-orange: #ff6a00;--as-orange-h: #ff7a1a;background:var(--as-bg)!important;color:var(--as-ink)!important;border:1px solid var(--as-line)!important;padding:0!important;box-shadow:0 28px 90px #00000080!important}body.theme-light .activity-sheet.activity-sheet-v3{--as-bg: #ffffff;--as-card: #f6f3ef;--as-card2: #fbf9f6;--as-line: #e9e2d9;--as-ink: #1c1410;--as-muted: #6d655c;box-shadow:0 28px 90px #2b1c0c2e!important}body.theme-mjam3in .activity-sheet.activity-sheet-v3{--as-bg: #170d08;--as-card: #20140c;--as-card2: #261910;--as-line: #362416;--as-ink: #f7f0e6;--as-muted: #b5a99c}body .activity-sheet-v3 .spot-detail-v3{display:flex;flex-direction:column;gap:14px;padding:16px;color:var(--as-ink)}body .activity-sheet-v3 .spot-detail-v3>*{margin:0}body .activity-sheet-v3 .activity-detail-hero{display:flex;flex-direction:column;gap:12px;background:var(--as-card);border:1px solid var(--as-line);border-radius:20px;padding:16px}body .activity-sheet-v3 .activity-hero-copy{display:flex;flex-direction:column;gap:10px;min-width:0}body .activity-sheet-v3 .activity-detail-title-row{display:flex;align-items:center;gap:12px}body .activity-sheet-v3 .activity-emoji-tile{width:56px;height:56px;flex:0 0 56px;display:grid;place-items:center;font-size:30px;line-height:1;background:var(--as-card2);border:1px solid var(--as-line);border-radius:16px}body .activity-sheet-v3 .activity-detail-title-row h2{margin:0;font-size:24px;font-weight:800;letter-spacing:-.4px;color:var(--as-ink)}body .activity-sheet-v3 .activity-detail-desc{margin:0;color:var(--as-muted);font-size:14.5px;line-height:1.45}body .activity-sheet-v3 .activity-detail-media{width:100%;min-height:148px;border-radius:16px;background-size:cover;background-position:center;border:1px solid var(--as-line);box-shadow:inset 0 -42px 60px #00000059}body .activity-sheet-v3 .activity-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}body .activity-sheet-v3 .activity-fact{background:var(--as-card);border:1px solid var(--as-line);border-radius:18px;padding:13px 14px;display:flex;flex-direction:column;gap:4px;min-width:0}body .activity-sheet-v3 .activity-fact-icon{width:20px;height:20px;color:var(--as-orange)}body .activity-sheet-v3 .activity-fact span{color:var(--as-muted);font-size:12.5px;font-weight:600}body .activity-sheet-v3 .activity-fact strong{color:var(--as-ink);font-size:14px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}@media(max-width:430px){body .activity-sheet-v3 .activity-fact-grid{grid-template-columns:1fr}body .activity-sheet-v3 .activity-fact{flex-direction:row;align-items:center;gap:10px}body .activity-sheet-v3 .activity-fact span{flex:0 0 auto}body .activity-sheet-v3 .activity-fact strong{margin-inline-start:auto;text-align:end}}body .activity-sheet-v3 .beach-weather{background:#408cff1f;border:1px solid rgba(64,140,255,.28);color:#8db9ff;border-radius:14px;padding:9px 14px;font-size:14px;font-weight:600;text-align:center}body.theme-light .activity-sheet-v3 .beach-weather{background:#2563eb14;border-color:#2563eb38;color:#2563eb}body .activity-sheet-v3 .activity-primary-actions{display:flex;flex-direction:column;gap:10px}body .activity-sheet-v3 .activity-main-join,body .activity-sheet-v3 .activity-chat-main{width:100%;min-height:52px;border-radius:16px;font-size:16.5px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}body .activity-sheet-v3 .activity-main-join{background:linear-gradient(135deg,var(--as-orange),var(--as-orange-h));border:0;color:#fff;box-shadow:0 12px 26px #ff6a0042}body .activity-sheet-v3 .activity-main-join:hover:not(:disabled){background:linear-gradient(135deg,var(--as-orange-h),#ff8e3d);transform:translateY(-1px)}body .activity-sheet-v3 .activity-main-join:disabled{background:var(--as-card2);color:var(--as-muted);box-shadow:none;border:1px solid var(--as-line);cursor:not-allowed}body .activity-sheet-v3 .activity-main-join.is-member,body .activity-sheet-v3 .activity-main-join.is-member:disabled{background:linear-gradient(135deg,var(--as-orange),var(--as-orange-h));color:#fff;border:0;box-shadow:0 12px 26px #ff6a0042;cursor:default;opacity:1}body .activity-sheet-v3 .activity-chat-main{background:transparent;border:1.5px solid var(--as-orange);color:var(--as-orange)}body .activity-sheet-v3 .activity-chat-main:hover{background:#ff6a001a}body .activity-sheet-v3 .activity-action-icon{width:20px;height:20px}body .activity-sheet-v3 .activity-join-hint{margin:0;text-align:center;color:var(--as-muted);font-size:13px}body .activity-sheet-v3 .activity-leave-link{background:none;border:0;cursor:pointer;color:var(--as-muted);font-size:13.5px;font-weight:600;text-decoration:underline;text-underline-offset:3px;padding:4px;align-self:center}body .activity-sheet-v3 .activity-leave-link:hover{color:#e05656}body .activity-sheet-v3 .activity-sticky-join{position:sticky;bottom:-1px;z-index:6;padding:12px 0 calc(6px + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,var(--as-bg) 62%,transparent)}@media(min-width:1024px){body .activity-sheet-v3 .activity-sticky-join{display:none}}@media(max-width:1023px){body .activity-sheet-v3 .activity-primary-actions .activity-join-inline{display:none}}body .activity-sheet-v3 .detail-head-icon,body .activity-sheet-v3 .activity-fact-icon,body .activity-sheet-v3 .activity-action-icon,body .activity-sheet-v3 .memories-empty-icon,body .activity-sheet-v3 .memories-locked-icon,body .activity-sheet-v3 .review-lock-icon,body .activity-sheet-v3 .msa-icon,body .activity-sheet-v3 .member-role-icon,body .activity-sheet-v3 .manage-icon,body .activity-sheet-v3 .afm-icon{fill:none!important;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}body .activity-sheet-v3 .review-star{fill:currentColor!important;stroke:none;flex:0 0 auto}body .activity-sheet-v3 .detail-section,body .activity-sheet-v3 .activity-detail-section{background:var(--as-card);border:1px solid var(--as-line);border-radius:20px;padding:16px;color:var(--as-ink)}body .activity-sheet-v3 .activity-detail-section{background:transparent;border:0;padding:0}body .activity-sheet-v3 .activity-detail-section>.detail-section{width:100%}body .activity-sheet-v3 .detail-section h3{margin:0;font-size:16.5px;font-weight:800;color:var(--as-ink);display:inline-flex;align-items:center;gap:8px;text-transform:none!important;letter-spacing:normal!important}body .activity-sheet-v3 .detail-head-icon{width:19px;height:19px;color:var(--as-orange)}body .activity-sheet-v3 .detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}body .activity-sheet-v3 .detail-head-count{color:var(--as-muted);font-size:13px;font-weight:700}body .activity-sheet-v3 .memories-box h3{margin-bottom:10px}body .activity-sheet-v3 .member-row{display:flex;align-items:center;gap:10px;background:var(--as-card2);border:1px solid var(--as-line);border-radius:14px;padding:9px 12px;margin-top:8px}body .activity-sheet-v3 .member-profile-btn{display:flex;align-items:center;gap:10px;flex:1;min-width:0;background:none;border:0;cursor:pointer;color:var(--as-ink);font-size:14.5px;font-weight:600;text-align:start;padding:0}body .activity-sheet-v3 .member-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body .activity-sheet-v3 .member-role{flex:0 0 auto;font-size:12px;font-weight:700;color:#58c184;background:#4abf7d1f;border:1px solid rgba(74,191,125,.3);border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;gap:4px}body .activity-sheet-v3 .member-role.org{color:#4ade80;background:#4ade8021;border-color:#4ade8057}body.theme-light .activity-sheet-v3 .member-role{color:#15803d;background:#15803d14;border-color:#15803d40}body.theme-light .activity-sheet-v3 .member-role.org{color:#166534;background:#1665341a;border-color:#16653447}body .activity-sheet-v3 .member-role-icon{width:12px;height:12px}body .activity-sheet-v3 .members-see-all{width:100%;margin-top:10px;background:transparent;border:1px solid var(--as-line);border-radius:14px;color:var(--as-ink);font-size:14px;font-weight:700;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}body .activity-sheet-v3 .members-see-all:hover{border-color:var(--as-orange);color:var(--as-orange)}body .activity-sheet-v3 .msa-icon{width:16px;height:16px}body .activity-sheet-v3 .member-kick-btn{flex:0 0 auto}body .activity-sheet-v3 .memories-locked,body .activity-sheet-v3 .memories-empty{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;background:var(--as-card2);border:1px dashed var(--as-line);border-radius:16px;padding:22px 16px;color:var(--as-muted)}body .activity-sheet-v3 .memories-locked p,body .activity-sheet-v3 .memories-empty p{margin:0;font-size:13.5px;line-height:1.45}body .activity-sheet-v3 .memories-empty strong{color:var(--as-orange);font-size:14.5px}body .activity-sheet-v3 .memories-locked-icon,body .activity-sheet-v3 .memories-empty-icon{width:30px;height:30px;color:var(--as-orange);opacity:.85}body .activity-sheet-v3 .review-locked{display:flex;flex-direction:column;gap:10px;align-items:center;margin-top:8px}body .activity-sheet-v3 .review-stars-disabled{display:flex;gap:8px}body .activity-sheet-v3 .review-star{width:26px;height:26px;color:var(--as-muted);opacity:.45}body .activity-sheet-v3 .review-lock-hint{margin:0;display:inline-flex;align-items:center;gap:8px;background:var(--as-card2);border:1px solid var(--as-line);border-radius:12px;padding:10px 14px;color:var(--as-muted);font-size:13.5px;width:100%;justify-content:center;box-sizing:border-box}body .activity-sheet-v3 .review-lock-icon{width:15px;height:15px;flex:0 0 auto}body .activity-sheet-v3 .rating-summary{color:var(--as-muted);display:flex;flex-wrap:wrap;gap:6px 14px}body .activity-sheet-v3 .rating-summary span{color:var(--as-muted)!important;background:none!important;border:0!important;padding:0!important;font-size:13.5px!important;font-weight:600}body .activity-sheet-v3 .quick-actions{margin-top:4px}body .activity-sheet-v3 .activity-manage-row{display:flex;flex-wrap:wrap;gap:8px}body .activity-sheet-v3 .activity-manage-row .vote-btn{flex:1 1 auto;width:auto;min-height:42px;background:var(--as-card2);border:1px solid var(--as-line);color:var(--as-ink);border-radius:12px;font-size:13.5px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px;box-shadow:none}body .activity-sheet-v3 .activity-manage-row .vote-btn:hover{border-color:var(--as-orange);color:var(--as-orange)}body .activity-sheet-v3 .activity-manage-row .vote-btn.danger{color:#e05656;border-color:#e0565666}body .activity-sheet-v3 .manage-icon{width:15px;height:15px}body .activity-sheet-v3 .activity-footer-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid var(--as-line);padding-top:14px;color:var(--as-muted);font-size:13.5px}body .activity-sheet-v3 .afm-creator{color:var(--as-muted);background:none;border:0;padding:0;display:inline-flex;align-items:center;gap:8px;font-size:13.5px}body .activity-sheet-v3 .afm-creator strong{color:var(--as-ink)}body .activity-sheet-v3 .afm-capacity{display:inline-flex;align-items:center;gap:7px;color:var(--as-muted)}body .activity-sheet-v3 .afm-icon{width:15px;height:15px}body .activity-sheet-v3 .waitlist-box,body .activity-sheet-v3 .guest-picker,body .activity-sheet-v3 .join-requests-box,body .activity-sheet-v3 .people-box{background:var(--as-card)!important;border:1px solid var(--as-line)!important;border-radius:18px!important;color:var(--as-ink)!important}body .activity-sheet-v3 .guest-option{background:var(--as-card2)!important;border:1px solid var(--as-line)!important;color:var(--as-ink)!important}body .activity-sheet-v3 .guest-option.active{background:linear-gradient(135deg,var(--as-orange),var(--as-orange-h))!important;border-color:transparent!important;color:#fff!important}body .activity-sheet-v3 .guest-option.active *{color:#fff!important}body .activity-sheet-v3 .quick-actions{justify-content:center}@media(min-width:1024px){body .activity-sheet-overlay{padding:26px!important}body .activity-sheet.activity-sheet-v3,body .spot-panel.activity-sheet.activity-sheet-v3{width:min(1460px,calc(100vw - 56px))!important;max-width:none!important;height:calc(100dvh - 52px)!important;max-height:calc(100dvh - 52px)!important;border-radius:26px!important}body .activity-sheet-v3 .spot-detail-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;padding:26px 30px 30px}body .activity-sheet-v3 .spot-detail-v3>*{grid-column:1 / -1}body .activity-sheet-v3 .activity-detail-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:22px;align-items:center;padding:22px 24px}body .activity-sheet-v3 .activity-detail-hero:not(.has-media){grid-template-columns:1fr}body .activity-sheet-v3 .activity-detail-title-row h2{font-size:32px}body .activity-sheet-v3 .activity-emoji-tile{width:68px;height:68px;flex-basis:68px;font-size:38px;border-radius:18px}body .activity-sheet-v3 .activity-detail-media{min-height:200px;height:100%}body .activity-sheet-v3 .activity-primary-actions{flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:14px}body .activity-sheet-v3 .activity-main-join,body .activity-sheet-v3 .activity-chat-main{width:min(430px,44%)}body .activity-sheet-v3 .activity-join-hint{width:100%}body .activity-sheet-v3 .activity-leave-link{align-self:center}body .activity-sheet-v3 .spot-detail-v3>.members-box,body .activity-sheet-v3 .spot-detail-v3>.activity-detail-section{grid-column:auto / span 1;height:100%;box-sizing:border-box}body .activity-sheet-v3 .activity-detail-section>.detail-section{height:100%;box-sizing:border-box}body .activity-sheet-v3 .activity-footer-meta{padding-top:16px}}@media(min-width:700px)and (max-width:1023px){body .activity-sheet.activity-sheet-v3,body .spot-panel.activity-sheet.activity-sheet-v3{width:min(820px,calc(100vw - 40px))!important;max-width:none!important;border-radius:24px!important}}body .app-screen .page.accueil-page .explore-controls input[type=search]{background:var(--hp-card);border:1px solid var(--hp-border);border-radius:16px;color:var(--hp-text);padding:13px 16px;box-shadow:none}body .app-screen .page.accueil-page .explore-controls input[type=search]::placeholder{color:var(--hp-sub)}body .app-screen .page.accueil-page .explore-controls input[type=search]:focus{border-color:#ff6a00;outline:none;box-shadow:0 0 0 3px #ff6a0026}body .app-screen .page.accueil-page .explore-controls .control-row select{appearance:none;-webkit-appearance:none;background-color:var(--hp-card);border:1px solid var(--hp-border);border-radius:14px;color:var(--hp-text);padding:11px 38px 11px 14px;font-weight:600;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23A8A8A8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;box-shadow:none}[dir=rtl] body .app-screen .page.accueil-page .explore-controls .control-row select{padding:11px 14px 11px 38px;background-position:left 14px center!important}body .app-screen .page.accueil-page .explore-controls .control-row select:focus{border-color:#ff6a00;outline:none;box-shadow:0 0 0 3px #ff6a0026}body .app-screen .page.accueil-page .explore-controls .near-me-card{background:var(--hp-card);border:1px solid var(--hp-border);border-radius:16px;box-shadow:none}body .app-screen .page.accueil-page .explore-controls .near-me-card .near-me-main strong{color:var(--hp-text)}body .app-screen .page.accueil-page .explore-controls .near-me-card .near-me-main small{color:var(--hp-sub)}:where(button,[role=button],[role=switch],a,select,summary):focus-visible{outline:2px solid #FF6A00;outline-offset:2px}html body .auth-screen.auth-landing.auth-landing{background:linear-gradient(#0505056b,#0505056b),url(hero-art.png) no-repeat right -30px top 88px / 520px auto,radial-gradient(1100px 520px at 12% -8%,rgba(255,106,0,.1),transparent 60%),radial-gradient(900px 460px at 105% 110%,rgba(255,106,0,.07),transparent 60%),#050505!important;color:#f5efe7!important;-webkit-text-fill-color:initial}@media(max-width:1099px){html body .auth-screen.auth-landing.auth-landing{background:radial-gradient(700px 360px at 50% -10%,rgba(255,106,0,.1),transparent 62%),#050505!important}}html body .auth-screen.auth-landing .landing-link{color:#cdc2b6!important;-webkit-text-fill-color:#cdc2b6!important;background:transparent}html body .auth-screen.auth-landing .landing-link:hover,html body .auth-screen.auth-landing .landing-link.active{color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .landing-btn.ghost{background:transparent!important;border:1px solid rgba(255,255,255,.22)!important;color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .landing-btn.ghost:hover{border-color:#ff6a00!important;color:#ff7a1a!important;-webkit-text-fill-color:#FF7A1A!important}html body .auth-screen.auth-landing .landing-btn.primary{color:#fff!important;-webkit-text-fill-color:#fff!important}html body .auth-screen.auth-landing .hero-headline{color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .hero-headline .accent{color:#ff6a00!important;-webkit-text-fill-color:#FF6A00!important}html body .auth-screen.auth-landing .hero-subtitle,html body .auth-screen.auth-landing .hero-subtitle-mobile{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important}html body .auth-screen.auth-landing .intro-step strong{color:#cdc2b6!important;-webkit-text-fill-color:#cdc2b6!important}html body .auth-screen.auth-landing .hero-card{background:#141414!important;border:1px solid #262626!important;box-shadow:0 18px 44px #0000008c!important}html body .auth-screen.auth-landing .hero-card-body strong{color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .hero-card-body small{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important}html body .auth-screen.auth-landing .auth-form-card,html body .auth-screen.auth-landing .auth-box:not(.auth-split){background:#121212!important;border:1px solid #262626!important;box-shadow:0 24px 60px #0000008c!important}html body .auth-screen.auth-landing .auth-card-title{color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .auth-card-sub{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important}html body .auth-screen.auth-landing .auth-tabs{background:#1c1c1c!important;border:1px solid #262626!important}html body .auth-screen.auth-landing .auth-tab{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important;background:transparent!important}html body .auth-screen.auth-landing .auth-tab.active{background:#ff6a00!important;color:#fff!important;-webkit-text-fill-color:#fff!important}html body .auth-screen.auth-landing .social-auth button{background:#1a1a1a!important;border:1px solid #2c2c2c!important;color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .auth-form input,html body .auth-screen.auth-landing .auth-form select,html body .auth-screen.auth-landing .auth-form textarea{background:#181818!important;border:1px solid #2a2a2a!important;color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .auth-form input::placeholder,html body .auth-screen.auth-landing .auth-form textarea::placeholder{color:#8a8a8a!important;-webkit-text-fill-color:#8a8a8a!important}html body .auth-screen.auth-landing .checkbox-wrapper label{color:#cdc2b6!important;-webkit-text-fill-color:#cdc2b6!important}html body .auth-screen.auth-landing .auth-notice{background:#ff6a001f!important;border:1px solid rgba(255,106,0,.38)!important;color:#ffb703!important;-webkit-text-fill-color:#FFB703!important}html body .auth-screen.auth-landing .auth-btn{color:#fff!important;-webkit-text-fill-color:#fff!important}html body .auth-screen.auth-landing .auth-secondary-link{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important;background:transparent!important;border:none!important;box-shadow:none!important}html body .auth-screen.auth-landing .auth-secondary-link:hover{color:#ff7a1a!important;-webkit-text-fill-color:#FF7A1A!important}html body .auth-screen.auth-landing .auth-or{color:#8a8a8a!important}html body .auth-screen.auth-landing .auth-or:before,html body .auth-screen.auth-landing .auth-or:after{background:#ffffff1f!important;border-color:#ffffff1f!important}html body .auth-screen.auth-landing .auth-or span{background:#121212!important;color:#8a8a8a!important;-webkit-text-fill-color:#8a8a8a!important}html body .auth-screen.auth-landing .auth-create-account{background:transparent!important;border:1px solid #FF6A00!important;color:#ff7a1a!important;-webkit-text-fill-color:#FF7A1A!important}html body .auth-screen.auth-landing .auth-create-account.ghost{border-color:#fff3!important;color:#cdc2b6!important;-webkit-text-fill-color:#cdc2b6!important}html body .auth-screen.auth-landing .auth-features .auth-feat span{color:#8a8a8a!important;-webkit-text-fill-color:#8a8a8a!important}html body .auth-screen.auth-landing .landing-lang-bar button{background:#161616!important;border:1px solid #262626!important;color:#cdc2b6!important;-webkit-text-fill-color:#cdc2b6!important}html body .auth-screen.auth-landing .landing-content-title{color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .landing-content-lead,html body .auth-screen.auth-landing .landing-about-text{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important}html body .auth-screen.auth-landing .landing-feature-card{background:#141414!important;border:1px solid #262626!important;box-shadow:0 14px 34px #00000073!important}html body .auth-screen.auth-landing .landing-feature-card h3{color:#f5efe7!important;-webkit-text-fill-color:#F5EFE7!important}html body .auth-screen.auth-landing .landing-feature-card p{color:#a8a8a8!important;-webkit-text-fill-color:#A8A8A8!important}.hp-countdown{font-size:13px;font-weight:700;color:#ff7a1a;background:#ff6a001a;border:1px solid rgba(255,106,0,.25);padding:3px 10px;border-radius:999px;vertical-align:3px;margin-inline-start:10px;white-space:nowrap}body.theme-light .hp-countdown{color:#e25800;background:#ff6a0014}.sk-chat-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px}.sk-avatar{width:42px;height:42px;border-radius:50%;flex:none}.sk-lines{flex:1;display:grid;gap:8px}[dir=rtl] .chat-message.mine p{border-radius:17px 17px 17px 5px!important}[dir=rtl] .chat-message:not(.mine):not(.system) p{border-radius:17px 17px 5px!important}.pf-cover{will-change:transform}.private-profile-card{max-width:420px;margin:48px auto;padding:36px 28px;text-align:center;border-radius:22px;background:var(--surface, #141414);border:1px solid var(--line, #262626);display:grid;gap:10px;justify-items:center}.private-profile-card .private-profile-avatar{width:96px;height:96px;border-radius:50%;font-size:38px}.private-profile-card h2{margin:4px 0 0}.private-profile-handle{color:var(--muted, #A8A8A8);margin:0}.private-profile-hint{color:var(--muted, #A8A8A8);font-size:14px;line-height:1.5;display:flex;align-items:center;gap:8px;margin:8px 0 4px}.private-profile-lock{width:17px;height:17px;color:#ff7a1a;flex:none}#tuto-bubble{position:fixed;z-index:10050;max-width:290px;background:#1c1208;color:#f5efe7;border:1px solid rgba(255,106,0,.5);border-radius:16px;padding:14px 16px;box-shadow:0 18px 50px #0000008c;animation:tutoPop .25s ease}#tuto-bubble p{margin:0 0 10px;font-size:14px;line-height:1.45}#tuto-bubble .tuto-actions{display:flex;justify-content:space-between;gap:10px;align-items:center}#tuto-bubble .tuto-skip{background:transparent;border:0;color:#a8a8a8;font-size:13px;cursor:pointer;padding:6px}#tuto-bubble .tuto-next{background:#ff6a00;border:0;color:#fff;font-weight:700;font-size:13px;border-radius:999px;padding:8px 14px;cursor:pointer}#tuto-ring{position:fixed;z-index:10049;border:2px solid #FF6A00;border-radius:14px;box-shadow:0 0 0 4000px #00000073;pointer-events:none;animation:tutoPop .25s ease}@keyframes tutoPop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}body.theme-light #tuto-bubble{background:#fff7ef;color:#1c1410;border-color:#ff6a0073}body.theme-light #tuto-bubble .tuto-skip{color:#6b6259}html body.theme-light{background:#faf8f4!important;--paper: #FAF8F4 !important}html body.theme-light .app-screen,html body.theme-light .content,html body.theme-light .accueil-page,html body.theme-light .calendar-page,html body.theme-light .map-page,html body.theme-light .account-page,html body.theme-light .contact-page{background:#faf8f4!important;background-image:none!important}
