

html {
    --yosh-fixed-header-height: 155px;
    font-size: calc(1em + 1vw);
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #121212;
    color: #FFFFFF;
    box-sizing: border-box;

}

@media (min-width: 1080px) {
  html {
    font-size: 1em;
  }
}

body {
    margin: 0 auto;
    padding: 0 16px;
    height: 100%;
    min-height: 100vh;
	    width: 100%;
    max-width: 660px;


    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    background-color: #191912;
    color: #FFFFFF;
    box-sizing: border-box;
    overflow-x: hidden;
}

#barre-1 {
  z-index: 11150 !important;
}

img {
    max-width: 100%;
    height: auto;
}







.mapx
{
		position: fixed;
		left:0;
		top:0;
	  width: 100%;
      height: 100%;
	  background:cyan;
	  z-index:2000;

}

.map-public-controls {
  position: absolute;
  left: 10px;
  right: 10px;
  top: calc(env(safe-area-inset-top, 0px) + var(--yosh-fixed-header-height) + 9px);
  z-index: 9050;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  font-family: Arial, Helvetica, sans-serif;
  max-height: calc(100dvh - env(safe-area-inset-top, 0px) - var(--yosh-fixed-header-height) - 32px);
  overflow: visible;
}

.map-public-controls.is-picker-hidden {
  display: none;
}

.map-state-control,
.map-action-control {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  overflow-x: auto;
  padding: 5px;
  border: 1px solid rgba(255, 193, 8, 0.24);
  border-radius: 8px;
  background: rgba(10, 10, 8, 0.72);
  backdrop-filter: blur(8px);
  pointer-events: auto;
  scrollbar-width: none;
}

.map-state-control {
  order: 1;
}

.map-action-control {
  order: 2;
}

.map-state-control::-webkit-scrollbar,
.map-action-control::-webkit-scrollbar {
  display: none;
}

.map-venue-strip {
  order: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  min-height: 82px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 8px;
  pointer-events: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.map-venue-strip::-webkit-scrollbar {
  display: none;
}

.map-venue-strip:empty {
  visibility: hidden;
  pointer-events: none;
}

.map-venue-chip {
  appearance: none;
  flex: 0 0 auto;
  width: 78px;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.map-venue-chip-logo {
  width: 72px;
  height: 72px;
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #191912;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.46);
}

.map-state-btn,
.map-action-btn {
  appearance: none;
  flex: 1 0 auto;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(25, 25, 18, 0.72);
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  font: inherit;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.map-state-btn.is-active,
.map-action-btn.is-active {
  border-color: #FFC108;
  background: #FFC108;
  color: #191912;
  box-shadow: 0 0 18px rgba(255, 193, 8, 0.24);
}

.map-action-btn.is-muted {
  opacity: 0.54;
}

.map-action-control.is-auth-hidden {
  display: flex;
}

.map-public-status {
  order: 4;
  align-self: flex-start;
  max-width: min(330px, calc(100vw - 20px));
  display: none;
  padding: 7px 10px;
  border: 1px solid rgba(255, 193, 8, 0.28);
  border-radius: 8px;
  background: rgba(10, 10, 8, 0.78);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  pointer-events: auto;
}

.map-public-status.is-visible {
  display: block;
}

.map-event-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.map-event-marker-logo {
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #191912;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.46);
}

.map-event-marker.is-live .map-event-marker-logo {
  border-color: #FFC108;
  box-shadow: 0 0 0 5px rgba(255, 193, 8, 0.28), 0 4px 20px rgba(0, 0, 0, 0.48);
}

.map-event-marker-label {
  max-width: 112px;
  margin-top: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(10, 10, 8, 0.82);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 1px 2px #000;
}








         */




.container-full {
    max-width: 660px;
    margin: 0 auto;
    width: 100%;
}





.page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 25, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.main-container {
    position: absolute;
    top: 155px;
    bottom: 118px;
    width: 100%;
    height: calc(100% - 273px);
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #191912;
    z-index: -5;
    padding: 0px;
    box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}

.menu {
    display: none;
    position: absolute;
    left: 0%;
    top: 153px;
	width:100%;
    height: calc(100% - 273px);
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #191912;
    border-radius: 0px 0px 0px 0px;
    padding:0px;
    flex-direction: column;
    font-size: 1.2em;
	color:white;
	z-index:9500;

}

.mn
{

	filter:none;

}

.mn2
{

	filter:none;
	width:60px;

}



.menu-item {
	padding-top:0px;
	padding-left:8%;
	padding-right:8%;
    margin: 2px 0;
    color: #fff;
    text-align:left;
    font-size:1.2em;
	font-weight:bold;
}

.menu-item-style {
  position: relative;
  left: 8%;
  width: 84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px;
  margin-top:10px;

}

.menu-item-elem {
  border: solid #6373E6 4px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1.0em;
  text-align: center;
  width: fit-content;
  cursor:pointer;
        transition: background 0.2s;
      background: transparent;
}

    .menu-item-elem.selected {
      background: #6373E6 !important;
      color: #fff;
    }


#menu-location {
  color: white;
  font-weight: normal;
  font-size: 1.2em;
  margin-left: 10px;
}

#menu-locate {
  background: #444;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0.8em;
  border-radius: 28px;
  display: flex;
  align-items: center;
    margin-top:10px;
}


#menu-locate img {
   height:calc(100% + 0.8em - 4px);

  vertical-align: middle;
}






#sld-time {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 24px;
  -webkit-appearance: none;
  appearance: none;
  background: #444;
  border-radius: 6px;
  outline: none;
  transition: background 0.1s;
    margin-top:10px;
}


#sld-time::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 6px;
}


#sld-time::-moz-range-track {
  height: 24px;
  border-radius: 6px;
}


#sld-time::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -12px;
  position: relative;
}


#sld-time::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
}


#cnt-km #cnt-time{
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 25px;
  border:solid red 0px;
}



.km-header {



  margin-bottom: 12px;
}

.menu-item2 {
  color: #fff;

  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;





}

#max-rayon{
    font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#max-time{
    font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


#sld-rayon {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 24px;
  -webkit-appearance: none;
  appearance: none;
  background: #444;
  border-radius: 6px;
  outline: none;
  transition: background 0.1s;
    margin-top:10px;

	  background: linear-gradient(to right, #FFBF00 0%, #FFBF00 var(--percent), #444 var(--percent), #444 100%);

}


#sld-rayon::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 6px;
}


#sld-rayon::-moz-range-track {
  height: 24px;
  border-radius: 6px;
}


#sld-rayon::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -12px;
  position: relative;
}


#sld-rayon::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
}










   */
   */







.choice-map
{
	padding-top:0px;
	padding-left:8%;
	padding-right:8%;
    margin: 2px 0;
    color: #fff;
    text-align:left;
    font-size:1.2em;
	font-weight:bold;








     */
   */

}

.check-choice-map[type="checkbox"] {
  appearance: none;
  width: 60px;
  height: 60px;
  border: 2px solid #8b8c89;
  background-color: #FFF;
  cursor: pointer;
  border-radius:15px;
}

.check-choice-map[type="checkbox"]:checked {
  background-color: #63E683;
  border-color: #63E683;
}


.barre {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: var(--yosh-fixed-header-height);
    font-size: 1.0em;
    padding: 10px;
    background: #15150f;
    border-bottom: 1px solid rgba(255, 193, 8, 0.18);
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 9000;
    box-sizing: border-box;
    align-items: flex-start;
}


.icon-music {
     position:fixed;
     right:12px;
     cursor: pointer;

}

.icon-bar {
    position:fixed;
    left:12px;
    cursor: pointer;
	z-index:11900;

}



.menu-music {
    display: none;
    position: absolute;
    font-size: 1em;
    right: 15px;
    top: 102px;
    background-color: rgba(28, 28, 28, 1);
    border-radius: 0px 0px 0px 8px;
    padding: 4px;
    flex-direction: column;
}

.menu-central {
    font-size: 1em;
    position: relative;
    display: flex;
    background-color: rgba(28, 28, 28, 1);
    border-radius: 0px 0px 8px 8px;
    padding: 7px;
    flex-direction: column;
}

.menu-central-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    top: 102px;
    left: 0;
    width: 100%;
    text-align: center;
}


.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 118px;
    width: min(100%, calc(100% - 35px));

    padding: 10px 14px 12px;
    background: rgba(255, 255, 255, 0.98);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9000;
    border-radius: 40px 40px 0px 0px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 193, 8, 0.22);
    border-bottom: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.34);
}

.bottom-bar.no-radius {
    border-radius: 0 !important;
}

.bottom-bar img {
    width: 54px;
    height: 54px;
    max-width: 54px;
    object-fit: contain;
}

.bottom-nav-item {
    appearance: none;
    border: 0;
    background: transparent;
    color: #000000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    width: 24%;
    height: 100%;
    padding: 0;
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}

.bottom-nav-item span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.miniround {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    transition: transform 0.18s ease;
}

.miniround.is-active {
    transform: translateY(-2px);
}


.icon-zoom {
    font-size: 1.2em;
    cursor: pointer;
}

.search-box {
    display: none;
    background: #ffffff;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.search-input {
    border: none;
    border-radius: 6px;
    padding: 4px;
    margin-right: 4px;
    font-size: 0.6em;

    outline: none;
    width: 160px;
}

.search-button {
    padding: 4px 8px;
    border: none;
    border-radius: 6px;
    background: #444;
    color: #fff;
    cursor: pointer;
    font-size: 0.4em;
}

.search-button:hover {
    background: #777;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.player-controls span {
    font-size: 1.2em;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.logo-container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    max-width: 15%;
    overflow: hidden;
    background: rgba(255, 165, 0, 0.3);
    border-radius: 12px;
}

.logo {
    display: block;
    width: 60px;
    max-width: 25%;
    height: auto;
    filter: brightness(70%);
    transition: filter 0.4s ease-in;
}

.logo:hover {
    filter: brightness(100%);
}


.container {
    background: rgba(30, 30, 30, 0.85);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2 20px rgba(255, 165, 0, 0.5);
    width: 90%;
    max-width: 450px;
    position: relative;
    box-sizing: border-box;
}


.container h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFA500;
    text-shadow: 2px 2px 4px #000000;
}


.settings {
    margin-bottom: 15px;
}

.settings label {
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.settings input[type="text"],
.settings select,
.settings input[type="range"],
.settings input[type="file"] {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.7);
    color: #FFFFFF;
    outline: none;
}

.settings input[type="checkbox"] {
    transform: scale(1.5);
    margin-top: 5px;
}


#qualityValue, #packetValue {
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #FFA500;
}


.controls {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.controls button {
    flex: 0.3;
    padding: 0px;
    margin: 0 0px;
    border: none;
    border-radius: 25px;
    background: rgba(255, 165, 0, 0.8);
    color: #121212;
    font-weight: bold;
    font-size: 2.0em;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.controls button:disabled {
    background: rgba(100, 100, 100, 0.5);
    cursor: not-allowed;
}

.controls button:hover:not(:disabled) {
    background: rgba(255, 140, 0, 0.9);
    transform: scale(1.05);
}

.playback-controls,
.streaming-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.playback-controls button,
.streaming-buttons button,
.iframe-input-container button {
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.playback-controls button:hover,
.streaming-buttons button:hover,
.iframe-input-container button:hover {
    background-color: #0056b3;
}

.playback-controls button:disabled,
.streaming-buttons button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.status {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}


.file-input, .embed-audio, .iframe-audio, .playback-controls {
    margin-top: 15px;
}

.embed-audio audio, .iframe-audio iframe {
    width: 100%;
    border-radius: 10px;
}


.iframe-audio iframe {
    border: none;

    width: 0;
    height: 0;
}

.iframe-audio p {
    font-size: 0.9em;
    text-align: center;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(50, 50, 50, 0.7);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    border: 3px solid rgba(50, 50, 50, 0.7);
}


input[type="file"]::-webkit-file-upload-button {
    background: #FFA500;
    color: #121212;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: #222;
}


@media (max-width: 500px) {
    .container {
        padding: 20px;
    }
}

#bt-profil{
	padding-left:20px;
	padding-right:20px;








}





.settings#roomSelectContainer {
    margin-bottom: 15px;
}

.settings#roomSelectContainer label {
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.settings#roomSelectContainer input[type="text"] {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.7);
    color: #FFFFFF;
    outline: none;
}


.settings {
    margin-bottom: 15px;
}

.feed-shell {
  width: 100%;
  box-sizing: border-box;
  padding: 92px 0 0;
  background: #191912;
}

.feed-shell--flux {
  padding-bottom: 10px;
}

:root {
  --feed-heading-font: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  --feed-meta-font: "Space Mono", monospace;
  --feed-body-font: "DM Sans", Arial, Helvetica, sans-serif;
  --feed-yellow: #FFC108;
  --feed-card: #202019;
  --feed-card-border: rgba(255, 255, 255, 0.14);
  --feed-muted: #deded7;
  --yosh-border: 2px;
  --yosh-border-accent: 3px;
  --yosh-touch-min: 44px;
  --yosh-action-icon: clamp(28px, 3.4vw, 36px);
  --yosh-primary-icon: clamp(36px, 4.2vw, 42px);
  --agenda-card-equal-height: clamp(516px, 61vw, 560px);
}

#main-2.flux-list-mode #bg-tinder-1,
#main-2.flux-list-mode .event-container,
#main-2.flux-list-mode #tinderbar,
#main-2.flux-list-mode .event-detail-close,
#main-2.flux-list-mode #loved {
  display: none !important;
}

#main-2.flux-detail-mode .flux-feed,
#main-2.flux-detail-mode .flux-empty,
#main-2.flux-detail-mode .flux-end,
#main-2.flux-detail-mode .flux-more,
#main-2.flux-detail-mode .feed-subnav {
  display: none !important;
}

.flux-feed {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 138px;
  font-family: var(--feed-body-font);
}

.flux-loading,
.flux-empty {
  margin: 0 14px 18px;
  padding: 18px;
  border: 1px solid rgba(255, 193, 8, 0.35);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--feed-meta-font);
  font-size: 28px;
  line-height: 1.25;
  background: #202019;
}

.flux-end,
.flux-more {
  margin: 0 14px 120px;
  padding: 16px;
  border: 1px solid rgba(255, 193, 8, 0.25);
  border-radius: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--feed-meta-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.flux-more {
  margin-bottom: 28px;
}

.flux-card {
  position: relative;
  width: 100%;
  margin: 0 0 22px;
  border: 1px solid var(--feed-card-border);
  border-radius: 30px;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--flux-color) 18%, transparent), transparent 42%),
    linear-gradient(180deg, #24241c 0%, #11110d 100%);
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
  isolation: isolate;
}

.flux-card::before,
.flux-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.flux-card::before {
  background-image: var(--event-background-image, none);
  background-size: cover;
  background-position: center;
  filter: blur(28px);
  opacity: 0.32;
  transform: scale(1.14);
  z-index: 0;
}

.flux-card::after {
  background:
    linear-gradient(180deg, rgba(17, 17, 13, 0.66) 0%, rgba(17, 17, 13, 0.82) 100%),
    linear-gradient(160deg, color-mix(in srgb, var(--flux-color) 10%, transparent), transparent 48%);
  z-index: 0;
}

.flux-card-visual,
.flux-card-body {
  position: relative;
  z-index: 1;
}

.flux-card-visual {
  width: 100%;
  aspect-ratio: 16 / 11;
  background-color: #111;
  background-size: cover;
  background-position: center;
  position: relative;
}

.flux-card-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(17, 17, 13, 0.72) 100%);
}

.flux-card-visual--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11110d;
}

.flux-card-logo {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.flux-card-body {
  padding: 22px;
}

.flux-card-topline,
.flux-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flux-card-type,
.flux-card-status {
  color: var(--flux-color);
  font-family: var(--feed-meta-font);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
}

.flux-card-status {
  color: #FFC108;
  border: 1px solid rgba(255, 193, 8, 0.5);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 193, 8, 0.1);
}

.flux-card-title {
  margin: 14px 0 12px;
  color: var(--feed-yellow);
  font-family: var(--feed-heading-font);
  font-size: 56px;
  line-height: .95;
  font-weight: 900;
  letter-spacing: 1px;
  overflow-wrap: anywhere;
}

.flux-card-place,
.flux-card-time {
  margin: 0 0 8px;
  font-family: var(--feed-meta-font);
  font-size: 34px;
  line-height: 1.08;
  color: var(--feed-muted);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.flux-card-time {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #f0f0ea;
  font-size: 30px;
}

.flux-card-description {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--feed-body-font);
  font-size: 30px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.flux-lineup {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.flux-lineup span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f5f0e8;
  font-family: var(--feed-meta-font);
  font-size: 22px;
  font-weight: 700;
}

.flux-waveform {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 58px;
  margin-top: 18px;
}

.flux-waveform span {
  flex: 1;
  max-width: 8px;
  height: var(--bar);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--feed-yellow), rgba(255, 193, 8, 0.32));
}

.flux-card-footer {
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.flux-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.flux-card-actions--locked {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--feed-meta-font);
  font-size: 24px;
  line-height: 1.2;
}

.flux-action,
.flux-playback,
.flux-pref-state {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  font-family: var(--feed-meta-font);
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.flux-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  min-height: 88px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.8em;
}

.flux-action--hate {
  border-color: rgba(77, 173, 234, 0.9);
  background: rgba(77, 173, 234, 0.16);
  color: #4DADEA;
}

.flux-action--love,
.flux-pref-state {
  border-color: var(--flux-color);
  color: var(--flux-color);
}

.flux-action--love {
  background: rgba(235, 70, 81, 0.16);
}

.flux-action--undo {
  width: 54px;
  height: 54px;
  min-height: 54px;
  border-color: rgba(255, 193, 8, 0.7);
  color: #FFC108;
  font-size: 24px;
}

.flux-pref-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.flux-pref-state--hate {
  border-color: rgba(77, 173, 234, 0.9);
  color: #4DADEA;
}

#main-2.flux-list-mode .flux-card-visual {
  width: min(80%, 360px);
  aspect-ratio: 1 / 1;
  margin: 22px auto 0;
  border-radius: 26px;
  overflow: hidden;
  background: #11110d;
  background-image: none !important;
}

#main-2.flux-list-mode .flux-card-visual::after {
  display: none;
}

#main-2.flux-list-mode .flux-card-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

#main-2.flux-list-mode .flux-card--has-logo .flux-card-body {
  position: relative;
}

#main-2.flux-list-mode .flux-card--has-logo .flux-card-topline,
#main-2.flux-list-mode .flux-card--has-logo .flux-card-title,
#main-2.flux-list-mode .flux-card--has-logo .flux-card-place {
  max-width: calc(100% - clamp(64px, 17vw, 80px) - 14px);
  box-sizing: border-box;
}

#main-2.flux-list-mode .flux-card-body > .flux-card-logo {
  position: absolute;
  top: 22px;
  right: 22px;
  width: clamp(64px, 17vw, 80px);
  height: clamp(64px, 17vw, 80px);
  border: 4px solid #FFC108;
  border-radius: 50%;
  object-fit: cover;
  background: transparent;
  filter: none;
  box-shadow: none;
  box-sizing: border-box;
}

#main-2.flux-list-mode .flux-card-place {
  color: #d6d6d6;
  font-size: 43px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

#main-2.flux-list-mode .flux-waveform {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  transform: none;
  box-sizing: border-box;
}

#main-2.flux-list-mode .flux-waveform span {
  max-width: none;
}

#main-2.flux-list-mode .flux-card-footer {
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#main-2.flux-list-mode .flux-card-footer::-webkit-scrollbar {
  display: none;
}

#main-2.flux-list-mode .flux-card-actions {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 14px;
}

#main-2.flux-list-mode .flux-action,
#main-2.flux-list-mode .flux-playback,
#main-2.flux-list-mode .flux-pref-state {
  flex: 0 0 auto;
  white-space: nowrap;
}

.flux-playback {
  order: -1;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-bottom: 16px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  border-color: #FFC108;
  color: #FFC108;
  background: rgba(255, 193, 8, 0.12);
}

.flux-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 520px) {
  #offline-demo-session {
    right: 8px !important;
    width: 142px !important;
    padding: 7px !important;
    font-size: 11px !important;
  }
}

.feed-subnav {
  position: fixed;
  z-index: 9200;
  top: 166px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid rgba(255, 193, 8, 0.44);
  border-radius: 999px;
  background: rgba(18, 18, 14, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.feed-subnav-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-height: 60px;
  min-width: 132px;
  padding: 0 22px;
  background: transparent;
  color: #f3f3ef;
  cursor: pointer;
  font: inherit;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  font-family: "Space Mono", monospace;
}

.feed-subnav-btn.is-active {
  background: #FFC108;
  color: #191912;
}

.agenda-rails {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 138px;
}

.agenda-rail {
  width: 100%;
  min-width: 0;
}

#main-1 .agenda-section > .agenda-section-label {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 0 16px 8px;
  padding: 0;
  font-size: 42px;
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  z-index: auto;
}

.agenda-rail-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 0 16px 14px;
  box-sizing: border-box;
  scrollbar-width: thin;
}

.agenda-rail-track .mini-event {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.agenda-rail-track,
.agenda-rail-track .mini-event {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
}

.agenda-rail-track .mini-event {
  height: var(--agenda-card-equal-height);
  min-height: var(--agenda-card-equal-height);
  max-height: var(--agenda-card-equal-height);
  border-radius: 30px;
  padding-top: 25px;
  background: #202019;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  isolation: isolate;
}

.agenda-rail-track .mini-event-bg {
  inset: -12%;
  width: 124%;
  height: 124%;
  background-image: var(--event-background-image, none);
  filter: blur(28px);
  opacity: 0.42;
  transform: scale(1.14);
  transform-origin: center;
  z-index: 0;
  pointer-events: none;
}

.agenda-rail-track .mini-event-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 13, 0.26) 0%, rgba(17, 17, 13, 0.68) 58%, #202019 100%),
    rgba(0, 0, 0, 0.16);
}

.agenda-rail-track .mini-tof,
.agenda-rail-track .mini-type,
.agenda-rail-track .mini-title-row,
.agenda-rail-track .mini-title,
.agenda-rail-track .mini-bottom,
.agenda-rail-track .mini-wave,
.agenda-rail-track .agenda-arrow {
  z-index: 2;
}

.agenda-rail-track .mini-tof {
  margin: 0 0 24px 8%;
  width: 39%;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.agenda-rail-track .mini-icon {
  width: 46%;
  min-width: 44px;
  min-height: 44px;
}

.agenda-rail-track .has-playback .mini-tof::after {
  content: "\00C9COUTER";
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 193, 8, 0.76);
  border-radius: 999px;
  background: rgba(18, 18, 14, 0.84);
  color: #FFC108;
  font-family: "Space Mono", monospace;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  box-sizing: border-box;
}

.agenda-rail-track .mini-type {
  top: 77px;
  font-family: "Space Mono", monospace;
  font-size: 22px;
  line-height: 1.05;
  letter-spacing: 0;
  max-width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.agenda-rail-track .mini-title-row {
  position: absolute;
  top: 111px;
  left: 52%;
  right: 6%;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  box-sizing: border-box;
}

.agenda-rail-track .mini-title {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  color: #fff !important;
  font-size: clamp(39px, 10vw, 43px);
  font-family: "Bebas Neue", Impact, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  max-height: 3.12em;
  line-height: 1.04em;
  -webkit-line-clamp: 3;
  overflow-wrap: anywhere;
}

.agenda-rail-track .mini-logo {
  flex: 0 0 clamp(56px, 15vw, 72px);
  width: clamp(56px, 15vw, 72px);
  height: clamp(56px, 15vw, 72px);
  border: 4px solid #FFC108;
  border-radius: 50%;
  background: transparent;
  object-fit: cover;
  box-sizing: border-box;
  display: block;
  filter: none;
  box-shadow: none;
}

.agenda-rail-track .mini-logo[hidden] {
  display: none;
}

.agenda-rail-track .mini-bottom {
  bottom: 104px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-family: "Space Mono", monospace;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow-wrap: anywhere;
}

.agenda-rail-track .mini-date,
.agenda-rail-track .mini-where {
  display: block;
  color: #d6d6d6;
  font-size: 33px;
  margin: 0;
  line-height: 1.05;
}

.agenda-rail-track .mini-where {
  color: #d6d6d6;
  font-size: 38px;
  display: -webkit-box;
  max-height: 2.1em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.agenda-rail-track .mini-when {
  display: block;
  color: #d6d6d6;
  font-size: 30px;
  margin: 0;
  line-height: 1.05;
}

.agenda-rail-track .mini-status {
  min-height: 20px;
  margin-top: 9px;
  font-family: "Space Mono", monospace;
  font-size: 18px;
}

.agenda-rail-track .mini-event:not(.has-playback) .mini-wave {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none;
}

.agenda-rail-track .mini-event:not(.has-playback) .mini-bottom {
  bottom: 86px;
}

.agenda-rail-track .agenda-arrow {
  height: 50px;
  width: 50px;
}

.legacy-home-secondary {
  display: none;
}

.places-shell {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: #191912;
  color: #fff;
  text-align: left;
}

.places-selector-block {
  margin-bottom: 14px;
}

.places-section-title {
  display: inline-block;
  margin: 0 0 9px;
  padding: 4px 9px;
  color: #FFC108;
  background: rgba(18, 18, 14, 0.76);
  border: 1px solid rgba(255, 193, 8, 0.24);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.places-favorite-strip,
.places-event-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.places-venue-chip {
  appearance: none;
  flex: 0 0 92px;
  min-width: 92px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  padding: 8px 6px;
  text-align: center;
  font: inherit;
  scroll-snap-align: start;
}

.places-venue-chip.is-active {
  border-color: #FFC108;
  box-shadow: 0 0 0 2px rgba(255, 193, 8, 0.14), 0 0 16px rgba(255, 193, 8, 0.28);
}

.places-venue-chip img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.32);
  background: #27271f;
}

.places-venue-chip span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.places-venue-chip small {
  display: block;
  margin-top: 4px;
  color: #FFC108;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.places-selector-empty,
.places-rail-empty {
  flex: 0 0 auto;
  color: #d6d6ce;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 700;
}

.places-selected-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 145px;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% -20%, rgba(255, 193, 8, 0.28) 0 72px, transparent 74px),
    radial-gradient(circle at 82% 0%, rgba(76, 173, 234, 0.16) 0 88px, transparent 90px),
    linear-gradient(135deg, #25251b 0%, #1b1b14 48%, #14140f 100%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.places-banner {
  height: 72px;
  background-position: center;
  background-size: cover;
  filter: brightness(0.62) saturate(0.95);
}

.places-selected-main {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
}

.places-logo {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #27271f;
  box-sizing: border-box;
}

.places-favorite-star {
  position: absolute;
  left: 62px;
  top: 66px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  color: #191912;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background-color .15s ease, color .15s ease;
}

.places-favorite-star.is-favorite {
  background: #4CADEA;
  color: #191912;
}

.places-selected-copy {
  min-width: 0;
}

.places-kicker {
  color: #FFC108;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.places-title {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.places-address {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #dfdfd8;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.places-address span span {
  display: block;
}

.places-bio {
  padding: 0 14px 14px;
  color: #e6e6de;
  font-size: 16px;
  line-height: 1.32;
}

.places-bio:empty {
  display: none;
}

.places-event-section {
  margin-top: 14px;
}

.places-event-section .places-section-title {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

.places-event-card {
  flex: 0 0 320px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, #23231a 0%, #191912 100%);
  color: #fff;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.places-event-image {
  width: 100%;
  height: 100%;
  min-height: 142px;
  background-position: center;
  background-size: cover;
  background-color: #27271f;
}

.places-event-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.places-event-type {
  color: #FFC108;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.places-event-title {
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.places-event-meta {
  margin-top: 8px;
  color: #d9d9d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.places-event-playback {
  appearance: none;
  margin-top: 10px;
  align-self: flex-start;
  border: 1px solid rgba(255, 193, 8, 0.44);
  border-radius: 999px;
  background: rgba(255, 193, 8, 0.14);
  color: #FFC108;
  cursor: pointer;
  padding: 6px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.places-legacy-anchor {
  display: none;
}

@media (max-device-width: 640px) {
  .places-shell {
    padding: 40px 40px 96px;
  }

  .places-selector-block {
    margin-bottom: 22px;
  }

  .places-section-title {
    margin-bottom: 16px;
    padding: 7px 16px;
    font-size: 30px;
    border-width: 2px;
  }

  .places-favorite-strip,
  .places-event-rail {
    gap: 24px;
    padding-bottom: 20px;
  }

  .places-event-rail {
    scroll-snap-type: none;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
    cursor: grab;
    user-select: none;
  }

  .places-event-rail.is-dragging {
    cursor: grabbing;
  }

  .places-venue-chip {
    flex-basis: 126px;
    min-width: 126px;
    padding: 14px 10px;
    border-radius: 16px;
  }

  .places-venue-chip.is-active {
    box-shadow: 0 0 0 4px rgba(255, 193, 8, 0.16), 0 0 24px rgba(255, 193, 8, 0.28);
  }

  .places-venue-chip img {
    width: 90px;
    height: 90px;
    border-width: 5px;
  }

  .places-venue-chip span {
    margin-top: 10px;
    font-size: 23px;
  }

  .places-venue-chip small {
    margin-top: 6px;
    font-size: 18px;
  }

  .places-selector-empty,
  .places-rail-empty {
    border-radius: 16px;
    padding: 24px 28px;
    font-size: 34px;
  }

  .places-selected-card {
    min-height: 336px;
    margin-bottom: 36px;
    border-radius: 18px;
    border-width: 2px;
    background:
      radial-gradient(circle at 16% -22%, rgba(255, 193, 8, 0.28) 0 170px, transparent 174px),
      radial-gradient(circle at 82% 0%, rgba(76, 173, 234, 0.16) 0 220px, transparent 224px),
      linear-gradient(135deg, #25251b 0%, #1b1b14 48%, #14140f 100%);
  }

  .places-banner {
    height: 146px;
  }

  .places-selected-main {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
    padding: 28px 30px 20px;
  }

  .places-logo {
    width: 176px;
    height: 176px;
    border-width: 7px;
  }

  .places-favorite-star {
    left: 154px;
    top: 160px;
    width: 78px;
    height: 78px;
    border-width: 5px;
    font-size: 42px;
  }

  .places-kicker {
    font-size: 32px;
  }

  .places-title {
    margin: 10px 0 14px;
    font-size: 58px;
  }

  .places-address {
    gap: 18px;
    font-size: 34px;
  }

  .places-bio {
    padding: 0 30px 30px;
    font-size: 34px;
  }

  .places-event-section {
    margin-top: 22px;
  }

  .places-event-section .places-section-title {
    font-size: 26px;
    padding: 6px 14px;
  }

  .places-event-card {
    flex-basis: 760px;
    grid-template-columns: 292px minmax(0, 1fr);
    min-height: 326px;
    border-radius: 18px;
    border-width: 2px;
  }

  .places-event-image {
    min-height: 326px;
  }

  .places-event-body {
    padding: 30px;
  }

  .places-event-type {
    font-size: 30px;
  }

  .places-event-title {
    margin-top: 14px;
    font-size: 48px;
  }

  .places-event-meta {
    margin-top: 22px;
    font-size: 30px;
  }

  .places-event-playback {
    margin-top: 22px;
    padding: 14px 24px;
    font-size: 28px;
  }
}


.mini-event {
  position: relative;

  min-height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  padding-top: 44px;
  background: #202018;
  border: 1px solid rgba(255, 193, 8, 0.18);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;

}

.mini-event-profil {
  position: relative;


  width: 100%;
  overflow: hidden;
  border-radius: 0;
  padding-top: 15px;
   padding-bottom: 15px;
}



.mini-event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(132px) brightness(55%);
  z-index: -1;
  background: url('/event/fly-1.jpg') center/cover no-repeat;
}


.mini-time {
  position: absolute;
  top: 12px;
  left: 8%;
  width: auto;
  padding: 5px 10px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  background: rgba(18, 18, 14, 0.76);
  color: #FFC108;
  border: 1px solid rgba(255, 193, 8, 0.24);
  border-radius: 999px;
  z-index: 2;
}

.mini-tof {
  position: relative;
  margin: 42px 0 24px 8%;
  width: 38%;
  aspect-ratio: 1/1;
  background: url('/prologo/logo-1.jpg') center/cover no-repeat;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}


.mini-tof-profil {
  position: relative;
  margin: 20px 0 10px 8%;
  width: 45%;
  aspect-ratio: 1/1;
  background: url('/profil/avt-1.avif') center/cover no-repeat;
  border-radius: 45%;
  border:solid white 12px;
}

.mini-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.mini-type {
  position: absolute;
  left: 52%;
  top: 86px;
  color: #FFC108;
  font-size: 18px;
  font-weight: bold;
}

.mini-type-lieu {
  position: absolute;
  left: 12%;
  top: calc(2em + 40px);
  color: #FFC108;
  font-size: 1.5em;
  font-weight: bold;
  padding:8px;
  border-radius:25px;

    background: rgba(128, 128, 128, 0.75);

}


.mini-title-lieu{
  position: absolute;
  top: calc(4em);
  left: 12%;
  width: 44%;
  padding : 0px;
  font-size: 1.8em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;


  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);

}

.mini-bottom-lieu {

  position: absolute;
  bottom:calc(25% + 60px);
  left: 42%;


  color: white;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;

    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);
}

.mini-date-lieu,
.mini-where-lieu
{

  font-size: 1.3em;
  font-weight: bold;
  margin: 4px 0;

    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);
}

.mini-when-lieu {

  font-size: 1.1em;
  font-weight: bold;
  margin: 4px 0;

    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);
}

.mini-title-name {
  position: absolute;
  top: calc(4.2em);
  left: 52%;
  width: 44%;
  padding : 0px;
  font-size: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;


  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}


.fr-mini-title-name {
  position: absolute;
  top: calc(3.2em);
  left: 52%;
  width: 44%;
  padding : 0px;
  font-size: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;


  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.mini-title{
  position: absolute;
  top: 124px;
  left: 52%;
  width: 44%;
  padding : 0px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;

  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 4;
}


#mini-reward{
  position: absolute;
  top: 2px;
  right: 8px;
  width: 36%;
  height: auto;
  border: solid white 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  box-sizing: border-box;
}

#mini-rewardFR{
  position: absolute;
  top: 2px;
  right: 8px;
  width: 36%;
  height: auto;
  border: solid white 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  box-sizing: border-box;
}

.ellogo {
  width: 64%;
  aspect-ratio: 1 / 1;
  border: 6px solid white;
  border-radius: 50%;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(
      to bottom,
      #191912 50%,
      #FFC108 50%
    );
  box-sizing: border-box;
}


.rewardcontainer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
}

.ellogobig {
    --reward-progress: 0%;
    --reward-fill: #FFC108;
    --reward-empty: #191912;
    --reward-completed: #63E683;
    width: 180px;  /* Taille fixe au lieu de 14% */
    height: 180px;
    aspect-ratio: 1 / 1;
    border: 12px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
      to top,
      var(--reward-fill) 0%,
      var(--reward-fill) var(--reward-progress),
      var(--reward-empty) var(--reward-progress),
      var(--reward-empty) 100%
    );
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ellogobig.is-reward-completed {
    --reward-fill: var(--reward-completed);
    border-color: var(--reward-completed);
}

.ellogobig img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.reward-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-reward {
    color: #FFC108;
    font-weight: bold;
    margin-bottom: 5px;
}

.txtreward {
    line-height: 1.4;
    font-weight: normal;
}


.profil-locate
{

	position:absolute;
	right:20px;
	width:80px;
	bottom:20px;

	border-radius: 6px;





}


.mini-bottom {
  position: absolute;
  bottom: 110px;
  left: 52%;
  width: 40%;
  color: white;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 12px;
  background: rgba(18, 18, 14, 0.56);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 3;
}

.mini-date,
.mini-where
{
  font-size: 19px;
  font-weight: bold;
  margin: 4px 0;
  line-height: 1.15;
}


.mini-count
{
  font-size: 2.2em;
  font-weight: bold;
  margin: 4px 0;
  color:#121212;
  background:white;
  padding:5px;
  padding-left:12px;
  padding-right:12px;
  padding-top:0px;

  border-radius:35%;
}

.mini-when {
  font-size: 17px;
  font-weight: bold;
  margin: 4px 0;
  line-height: 1.15;
}

.mini-status {
  min-height: 18px;
  margin-top: 7px;
  color: #FFC108;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}


.mini-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: linear-gradient(
  to top,
  rgba(25, 25, 18, 0.9) 0%,
  rgba(25, 25, 18, 0.7) 60%,
  rgba(25, 25, 18, 0) 100%
  );
  text-align: center;
  z-index: 1;

}

.agenda-arrow {
  position: absolute;
  top: 50%;
  height: 46px;
  width: 46px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(18, 18, 14, 0.72);
  border: 1px solid rgba(255, 193, 8, 0.34);
  box-sizing: border-box;
  cursor: pointer;
  z-index: 8;
}

.agenda-arrow--prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}

.agenda-arrow--next {
  right: 10px;
  transform: translateY(-50%);
}

.mini-wave-top {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:calc(10% + 5px);
  background: linear-gradient(
  to top,
  rgba(25, 25, 18, 0) 0%,
  rgba(25, 25, 18, 0.7) 40%,
  rgba(25, 25, 18, 0.9) 100%
  );
  text-align: center;

}

.mini-canvas
{
  width:calc(84% + 16px);
  height:100%;

}

.mini-about-title
{
	font-weight:bold;
	font-size:2.4em;
	position:absolute;
	left:8%;
	padding-top:15px;
	padding-bottom:15px;

}
.mini-about
{
	font-weight:normal;
	font-size:1.4em;
	position:absolute;
	left:8%;
	width:84%;
	padding-top:15px;
	padding-bottom:85px;


}

.prz
{

	width:100;

}

 .container-admin {
    position: relative;
    width: 100%;
    text-align: center;
}

.container-admin-inside {



         */



    background: linear-gradient(
        45deg,
        rgba(25, 25, 25, 1) 100%,
        rgba(5, 5, 5, 1) 100%,
        rgba(20, 20, 20, 1) 100%
    );




    background-blend-mode: multiply;



    border-radius: 12px;
    padding: 15px;
    text-align: center;
    position: relative;
    width: 92%;
	max-width:1500px;
    margin: 0 auto;
}

#main-4 {
  padding: 10px 10px 22px;
  box-sizing: border-box;
}

.profile-auth-card {
  margin-top: 10px;
  border: 1px solid rgba(255, 193, 8, 0.24);
  background: #202018;
}

.profile-auth-kicker,
.profile-section-title {
  color: #FFC108;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.profile-auth-title {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.profile-auth-copy {
  margin: 0 auto 16px;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.profile-auth-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-auth-button {
  border: 1px solid rgba(255, 193, 8, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.profile-auth-button--primary {
  background: #FFC108;
  color: #191912;
}

#profile-visitor-art {
  display: none;
}

.profile-cover {
  height: 108px;
  margin: 4px 0 0;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 193, 8, 0.18), rgba(25, 25, 18, 0.18)),
    radial-gradient(circle at 18% 20%, rgba(255, 193, 8, 0.28), transparent 28%),
    #10100d;
}

#myprofil {
  position: relative;
}

#main-4 .mini-event-profil {
  min-height: 154px;
  margin: -34px 12px 0;
  border: 1px solid rgba(255, 193, 8, 0.22);
  border-radius: 8px;
  background: #202018;
  box-sizing: border-box;
}

#main-4 #profil-cnt {
  max-width: 100%;
}

#main-4 #profil-tof,
#main-4 #profil-preview {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 88px;
  margin: 0;
  border-width: 4px;
}

#friendpage #mini-rewardFR {
  display: none !important;
}

#main-4 #mini-reward {
  display: none !important;
}

#main-4 .mini-title-name {
  top: 24px;
  left: 124px;
  width: calc(100% - 150px);
  font-size: 25px;
  line-height: 1.1;
  -webkit-line-clamp: 2;
}

.mini-email {
  position: absolute;
  top: 76px;
  left: 124px;
  width: calc(100% - 170px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.profile-role-badge {
  position: absolute;
  left: 124px;
  top: 104px;
  display: inline-flex;
  max-width: calc(100% - 170px);
  padding: 5px 9px;
  border: 1px solid rgba(255, 193, 8, 0.46);
  border-radius: 999px;
  color: #FFC108;
  background: rgba(25, 25, 18, 0.72);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

#main-4 .profil-locate {
  right: 14px;
  bottom: 14px;
  width: 46px;
}

#main-4 #upMyTof {
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 116px;
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0;
}

.profile-metric {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 193, 8, 0.2);
  border-radius: 8px;
  background: #202018;
  color: #fff;
}

.profile-metric span {
  color: #FFC108;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.profile-metric small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.profile-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 8px 0 10px;
  padding: 4px;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background: #11110d;
}

.profile-tab {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.profile-tab.is-active {
  background: #FFC108;
  color: #191912;
}

.profile-section {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid rgba(255, 193, 8, 0.16);
  border-radius: 8px;
  background: #202018;
  box-sizing: border-box;
  text-align: left;
}

.profile-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.profile-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.profile-shortcut,
.profile-account-toggle {
  min-height: 42px;
  border: 1px solid rgba(255, 193, 8, 0.34);
  border-radius: 6px;
  background: #FFC108;
  color: #191912;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.profile-section .plusAmis {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-width: 4px;
  font-size: 38px;
}

.profile-section .buttx {
  font-size: 18px;
}

.profile-section .displaymenu {
  justify-content: flex-start;
  max-height: none;
  padding: 10px 0 0;
  gap: 14px;
}

.profile-section .contentami {
  flex: 0 0 74px;
  min-width: 74px;
  padding: 4px 0;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.profile-section .miniami,
.profile-section .mini4t {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

.profile-section .nameami,
.profile-section .name4t,
.profile-section .elname {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.profile-section .displayrewards {
  overflow-x: auto;
  padding: 8px 0 0;
}

.profile-section .cont4t {
  width: auto;
  min-width: 78px;
  margin: 0 10px 0 0;
}

#profile-tonight-section {
  border-color: rgba(255, 193, 8, 0.42);
  background: linear-gradient(135deg, rgba(255, 193, 8, 0.12), rgba(32, 32, 24, 1));
}

.profile-section-count {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 900;
}

.profile-empty-state,
.contentami:only-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.profile-secondary-action {
  min-height: 34px;
  border: 1px solid rgba(255, 193, 8, 0.38);
  border-radius: 6px;
  background: transparent;
  color: #FFC108;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.profile-reward-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0 4px;
  scrollbar-width: none;
}

.profile-reward-rail::-webkit-scrollbar {
  display: none;
}

.profile-reward-tile,
.friend-reward-tile {
  flex: 0 0 86px;
  min-height: 106px;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background: #191912;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
}

.profile-reward-tile img,
.friend-reward-tile img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 10px auto 8px;
}

.profile-reward-note {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

#main-4 .profile-section .mini-event {
  min-height: 360px;
}

#main-4 .profile-section .mini-title {
  font-size: 24px;
}

.profile-account-section {
  margin-bottom: 18px;
}

.profile-account-menu .buttW:not(.profile-logout) {
  display: none;
}

.profile-logout {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  background: #fff;
  color: #191912;
  font-size: 18px;
  cursor: pointer;
}

#friendpage.friend-profile-page {
  --friend-profile-top: calc(var(--yosh-fixed-header-height) - 70px);
  --friend-profile-bottom: calc(clamp(96px, 25vw, 112px) + env(safe-area-inset-bottom, 0px));
  position: fixed;
  top: var(--friend-profile-top) !important;
  bottom: var(--friend-profile-bottom) !important;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: calc(100dvh - var(--friend-profile-top) - var(--friend-profile-bottom)) !important;
  min-height: calc(100dvh - var(--friend-profile-top) - var(--friend-profile-bottom)) !important;
  overflow-y: auto;
  pointer-events: auto;
  background: #191912;
  color: #FFC108;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

#friendpage .friend-profile-back {
  position: sticky;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 44px;
  margin: 16px auto 8px;
  border: 1px solid rgba(255, 193, 8, 0.55);
  border-radius: 8px;
  background: #242424;
  color: #FFC108;
  font-family: var(--feed-heading-font);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

#friendpage .friend-profile-shell {
  width: min(92%, 720px);
  margin: 0 auto 16px;
}

#friendpage #FRprofil-cnt {
  min-height: 222px;
  border: 1px solid rgba(255, 193, 8, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #2b2105 0%, #181200 54%, #11110d 100%),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(255, 193, 8, 0.07) 20px 22px);
  background-position: center;
  background-size: auto;
}

#friendpage #FRprofil-bg {
  background: none;
}

#friendpage #FRprofil-tof {
  position: absolute;
  left: 16px;
  top: 30px;
  width: 138px;
  height: 138px;
  margin: 0;
  border-width: 5px;
  background-size: cover;
  background-position: center;
}

#friendpage .friend-profile-mini-rewards {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 136px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}

#friendpage .friend-profile-mini-rewards .ellogo {
  width: 20px;
  height: 20px;
}

#friendpage .friend-profile-mini-rewards .rwdimg {
  width: 20px;
  height: 20px;
}

#friendpage .fr-mini-title-name {
  top: 54px;
  left: 174px;
  width: calc(100% - 196px);
  font-size: 42px;
  line-height: 0.95;
}

#friendpage .friend-profile-public-identity {
  position: absolute;
  top: 116px;
  left: 176px;
  width: calc(100% - 200px);
  color: #d6d6d6;
  font-size: 20px;
  text-align: left;
}

#friendpage .profil-locate {
  right: 14px;
  bottom: 14px;
  width: 46px;
  border: 0;
}

#friendpage .profile-section {
  width: auto;
  max-width: 720px;
  margin: 14px auto;
  padding: 18px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.18);
  border-radius: 22px;
  background: #1b1b14;
}

#friendpage .profile-section-title {
  font-family: var(--feed-heading-font);
  font-size: clamp(28px, 3.4vw, 34px);
  font-weight: 400;
  letter-spacing: 1px;
}

#friendpage #FRtonight-section {
  border-width: var(--yosh-border-accent);
  border-color: #FFC108;
  background:
    linear-gradient(135deg, rgba(255, 193, 8, 0.26) 0%, rgba(87, 62, 0, 0.42) 45%, rgba(24, 22, 13, 1) 100%);
}

#friendpage .fav-places-grid {
  margin-top: 16px;
}

#friendpage .fav-place-item {
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

#friendpage .fav-place-logo {
  border: 1px solid rgba(255, 255, 255, 0.55);
  background-color: transparent;
}

#friendpage .friend-reward-tile {
  cursor: default;
}

.container-admin-inside-pro {










    border-radius: 12px;
    padding: 15px;
    text-align: center;
    position: relative;
    width: 92%;
	max-width:1500px;
    margin: 0 auto;
}


.buttmenu {
    display: inline-block;

    color:#FFF;
	font-weight: 900;
    font-size: 1.2em;

	background:transparent;
    border-radius: 6px;
    padding: 6px;
}

.buttmenuy {
    display: inline-block;

    color:#FFC108;
	font-weight: 900;
    font-size: 1.0em;

	background:transparent;
    border-radius: 6px;
    padding: 6px;
}

.butt {
    display: inline-block;

    color:#282828;
	font-weight: 900;
    font-size: 1em;

	background:#FFBF00;
    border-radius: 6px;
    padding: 6px;
}

.buttx {
    display: inline-block;

    color:#282828;
	font-weight: 900;
    font-size: 1em;

	background:#FFBF00;
    border-radius: 6px;
    padding: 6px;
}

.frbuttx {
    display: inline-block;

    color:#FFBF00;
	font-weight: 900;
    font-size: 1em;



    padding: 6px;
}
.butt2 {
    display: inline-block;
    background: beige;
    color: white;
    font-size: 0.8em;
    background: rgba(28, 28, 28, 1);
    border-radius: 6px;
    padding: 6px;
}

.butt3 {
    display: inline-block;
   font-weight:bold;
    color: rgba(28, 28, 28, 1);
    font-size: 0.8em;
    background:white;
    border-radius: 6px;
    padding: 6px;
	margin:10px;
}


.butt4 {
    display: inline-block;
   font-weight:bold;
    font-size: 0.8em;
	background:#FFC108;
	color:#222;
    border-radius: 6px;
    padding: 6px;
	margin:12px;
	width:auto;
}

.butt5 {
    display: inline-block;
    background: beige;
    color: white;
    font-size: 0.8em;
    background: rgba(28, 28, 28, 1);
    border-radius: 6px;
    padding: 6px;
}


.overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(25, 25, 30, 0.4) 0%,
        rgba(35, 35, 80, 0.7) 50%,
        rgba(20, 20, 30, 0.5) 100%
    );
}

textarea {
    font-size: 0.8em;
    width: 95%;
    height: 5em;
    resize: vertical;
}

.form-lineup
{

	    font-size: 1em;
        width: calc(95% - 110px);

}


.fill-lineup {
    font-size: 1em;
    max-width: 95%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 95%;
    margin-bottom: 10px;
    padding: 2px;
}

.linup-elem {
    border: solid #6373E6 2px;
    background: #6373E6;
    margin: 8px;
    border-radius: 20px;
    padding: 4px;
    font-size: 1em;
    text-align: center;
    width: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
}


  .custom-file-label {
      display: inline-block;
      padding: 8px 12px;
      background-color: #6373E6;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 1em;
  }

    .custom-file-label:hover {
      background-color: #5060C0;
  }




.form {
    margin-bottom: 10px;
    padding: 2px;
    font-size: 1em;
    border-radius: 6px;
}

#register {
    text-align: center;
}

#register .form {
    width: 330px;
    display: inline-block;
    text-align: right;
}

#register #inscription,
#register #connexion,
#register #password-setup,
#register #password-reset-request,
#register #password-reset-confirm {
    text-align: right;
}

.profile-auth-link {
    appearance: none;
    background: transparent;
    border: 0;
    color: #4DADEA;
    cursor: pointer;
    font: inherit;
    font-size: 0.85em;
    margin-top: 8px;
    padding: 6px 0;
    text-decoration: underline;
}

.form-mini {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
	  margin-bottom: 10px;
}


.form-mini option {
    font-size: 1em !important;
    padding: 5px !important;
}




.form-option-mini
{

	font-size:1em;

}

.form-mini, .form-option-mini {
    font-size: 1em;
}

.form-option
{

	font-size:1em;

}

.create-event
{
	position:absolute;
	display:none;
	flex-direction: column;
	width:100%;
	background:blue;

}

.mini-under
{

	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	background:#FFC108;

}


.lieu-container {
	position:relative;
    top: -70px;
    left: 8%;
    width: 84%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    border: solid blue 0px;
}


.event-container {
    position: relative;
    top: 0;
    left: 8%;
    width: 84%;
    display: flex;
    flex-direction: column;
    border: solid blue 0px;
	padding-top:10px;
}

.event-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.event-logo {
    width: 20%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    border: solid white 4px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}



.event-place
{

		 font-weight:bold;


}


.event-info {
    flex: 1;
    text-align: left;
    padding-left: 25px;
	    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.event-type {
    font-size: 1.0em;
    font-weight: bold;
    color: #FFF;
}



.event-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #63E683;
    padding-top: 10px;
    margin: 0;
	min-height:210px;
}


.event-details {

	text-align:center;
    margin-top:-20px;
    font-size: 1.6em;
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.lieu-details {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6em;
    color: white;
    text-align: left;
}

.lieu-plus {
    width: 1.4em;
	font-size: 1.4em;


    position:relative;
	top:-75px;
	right:75px;
	border-radius:50%;
	border:solid white 6px;
	aspect-ratio: 1 / 1;

}

#lieu-plus {
		background:white;
  transition: background-color .15s ease;
}

#lieu-plus.is-favorite {
	background:#4CADEA;
}

.lieu-icone {
    width: 1.4em;
    margin-right: 10px;
}

.lieu-mini-cont {
    display: flex;
    flex-direction: column;
}

.lieu-lieu {
    font-size: 0.7em;
    margin: 0;
}


.islineup
{
	font-size:1.8em;
	font-weight: 900;
	color: #63E683;

}

.containerlineup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#tinderprice {
  display: none;
  font-weight: 900;
  font-size: 1.8em;
  color: #191912;





  padding:20px;

  border-radius:50%;



}

.eur
{
	margin-top: 0.2em;


}

.titlelieu
{

	font-size:1.8em;
	font-weight: 900;
	color: #63E683;

}

.event-time{

	 margin-top:10px;
	 font-weight:bold;

}


#tinderbar
{

	background:#27271F;

	position:fixed; bottom:110px;
	text-align:center;
	width:calc(100% - 0px);
	padding-top:10px;
	padding-bottom:25px;
	border-radius:60px 60px 0px 0px;

}









.event-overlay {
    position: absolute;
    top: 0%;
    left: 8%;
    width: 84%;
    height: auto;

    border-radius: 0px;
    box-sizing: border-box;
    padding: 2% 0;

	padding-bottom:0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

	border:solid green 0px;
}


.lieu-overlay {
    position: absolute;
    top: 25px;
    left: 8%;
    width: 84%;
    height: auto;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid green 0px;
}


.event-image {
    max-width: 960px;
    width: 100%;
	    aspect-ratio: 1 / 1;
    height: auto;
    display: block;
    border-radius: 30px;
    object-fit: cover;
    margin-top: 10px;
}

.bg-image-lieu {
    width: 100%;
		    aspect-ratio: 1 / 1;
    height: auto;
    max-height: calc(4vh + 1100px);
    filter: blur(72px);
}




.event-overlay .event-image {
    width: 100%;
    height: auto;
	 object-fit: cover;
    display: block;
    border-radius: 30px;

}




.bg-tinder {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 0px;

	padding-bottom:0px;
	border:solid orange 0px;
}




.bg-image {
    width: 100%;
		    aspect-ratio: 1 / 1;
	height:auto;
	max-height:calc(4vh + 1100px);

    filter: blur(72px);
}





.event-mini-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
  max-width:250px;
}


.event-loved {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  transform: translate(-50%, -50%);
  max-width:250px;
}


.canvas-tinder {
	position:absolute;
	bottom:-145px;
    width: 120%;
    height: 145px;
     background: linear-gradient(
  to bottom,
  rgba(25, 25, 18, 0.00) 0%,
  rgba(25, 25, 18, 0.3) 60%,
  rgba(25, 25, 18, 0.99) 80%,
  rgba(25, 25, 18, 1) 100%
  );
}

#main-2.event-detail-view {
  --detail-color: var(--event-detail-color, #FFC108);
  font-family: var(--feed-body-font);
}

#main-2.flux-detail-mode {
  min-height: 100%;
  padding: 0 16px 138px;
  box-sizing: border-box;
}

.event-detail-close {
  position: fixed;
  top: max(166px, calc(env(safe-area-inset-top, 0px) + 12px));
  right: max(16px, env(safe-area-inset-right, 0px));
  z-index: 9300;
  width: 56px;
  height: 56px;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 193, 8, 0.72);
  border-radius: 50%;
  background: rgba(12, 12, 8, 0.88);
  color: #FFC108;
  cursor: pointer;
  font-family: var(--feed-meta-font);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
}

#main-2.flux-detail-mode #bg-tinder-1,
#main-2.flux-detail-mode .event-container {
  left: 0;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(160deg, color-mix(in srgb, var(--detail-color) 18%, transparent), transparent 42%),
    linear-gradient(180deg, #24241c 0%, #11110d 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.38);
  box-sizing: border-box;
}

#main-2.flux-detail-mode #bg-tinder-1 {
  margin-top: 20px;
  position: relative;
  isolation: isolate;
}

#main-2.flux-detail-mode #bg-tinder-1::before,
#main-2.flux-detail-mode #bg-tinder-1::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#main-2.flux-detail-mode #bg-tinder-1::before {
  background-image: var(--event-background-image, none);
  background-size: cover;
  background-position: center;
  filter: blur(28px);
  opacity: 0.38;
  transform: scale(1.14);
  z-index: 0;
}

#main-2.flux-detail-mode #bg-tinder-1::after {
  background:
    radial-gradient(circle at center, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.28) 54%, rgba(17, 17, 13, 0.78) 100%),
    rgba(0, 0, 0, 0.2);
  z-index: 0;
}

#main-2.flux-detail-mode .bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(28px);
  opacity: 0;
  transform: scale(1.14);
  z-index: 0;
  pointer-events: none;
}

#main-2.flux-detail-mode .event-overlay {
  position: relative;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 0;
  display: block;
  text-align: center;
  transform: none;
  touch-action: pan-y;
}

#main-2.flux-detail-mode .event-overlay .event-image {
  display: block;
  width: 70%;
  max-width: 70%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 28px;
  transform: none;
}

#main-2.flux-detail-mode .event-mini-icon {
  width: 22%;
  min-width: 88px;
  max-width: 180px;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.55));
}

#main-2.flux-detail-mode.event-detail-has-playback .event-mini-icon {
  display: block;
}

#main-2.flux-detail-mode:not(.event-detail-has-playback) .event-mini-icon,
#main-2.flux-detail-mode:not(.event-detail-has-playback) .canvas-tinder {
  display: none !important;
}

#main-2.flux-detail-mode .canvas-tinder {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 112px;
}

#main-2.flux-detail-mode .event-container {
  margin-top: 16px;
  padding: 24px;
}

#main-2.flux-detail-mode .event-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(132px, 36vw, 144px);
  align-items: start;
  gap: 18px;
}

#main-2.flux-detail-mode .event-logo {
  width: clamp(132px, 36vw, 144px);
  height: clamp(132px, 36vw, 144px);
  order: 2;
  border-radius: 50%;
  border: 4px solid #FFC108;
  object-fit: cover;
  box-sizing: border-box;
}

#main-2.flux-detail-mode .event-info {
  order: 1;
  padding-left: 0;
}

#main-2.flux-detail-mode .event-type {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--feed-meta-font);
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
}

#main-2.flux-detail-mode .event-title {
  min-height: 0;
  padding-top: 12px;
  color: #deded7 !important;
  font-family: var(--feed-meta-font);
  font-size: 34px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

#main-2.flux-detail-mode .event-details {
  margin-top: 55px;
  text-align: left;
}

#main-2.flux-detail-mode .event-place {
  display: block;
  color: #FFC108;
  font-family: var(--feed-heading-font);
  font-size: clamp(90px, 25vw, 96px);
  line-height: .95;
  letter-spacing: 1px;
  overflow-wrap: anywhere;
}

#main-2.flux-detail-mode .event-date,
#main-2.flux-detail-mode .event-time {
  display: block;
  color: #f0f0ea;
  font-family: var(--feed-meta-font);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
}

#main-2.flux-detail-mode .event-description {
  padding-top: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--feed-body-font);
  font-size: 30px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

#main-2.flux-detail-mode .containerlineup {
  margin-top: 24px;
}

#main-2.flux-detail-mode .islineup {
  color: var(--detail-color);
  font-family: var(--feed-heading-font);
  font-size: 42px;
  line-height: 1;
  letter-spacing: 1.5px;
}

#main-2.flux-detail-mode #tinderprice {
  display: none;
}

#main-2.flux-detail-mode.event-detail-has-price #tinderprice {
  min-width: 74px;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 50%;
  font-family: var(--feed-meta-font);
  font-size: 28px;
}

#main-2.flux-detail-mode:not(.event-detail-has-lineup) .containerlineup,
#main-2.flux-detail-mode:not(.event-detail-has-lineup) #event-lineup-1 {
  display: none;
}

#main-2.flux-detail-mode .event-item-style {
  left: 0;
  width: 100%;
  gap: 10px;
  margin-top: 16px;
}

#main-2.flux-detail-mode .event-item-elem {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #f5f0e8;
  font-family: var(--feed-meta-font);
  font-size: 22px;
  font-weight: 700;
}

#main-2.flux-detail-mode .event-detail-action {
  position: static !important;
  min-height: clamp(48px, 6vw, 56px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  flex: 0 0 auto;
  margin: 18px 12px 0 0;
  padding: 0 clamp(18px, 3vw, 24px);
  border: 1px solid rgba(255, 193, 8, 0.55);
  border-radius: 999px;
  background: rgba(255, 193, 8, 0.12);
  color: #FFC108;
  font-family: var(--feed-meta-font);
  font-size: 22px !important;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

#main-2.flux-detail-mode .event-detail-share-action {
  width: fit-content;
  min-width: 0;
  max-width: max-content;
  flex: 0 0 auto;
}

#main-2.flux-detail-mode .event-detail-close {
  z-index: 9300;
}

#main-2.flux-detail-mode #invitepage {
  z-index: 12000 !important;
  pointer-events: auto;
}

#main-2.flux-detail-mode #invitepage .closeBtn,
#main-2.flux-detail-mode #invitepage .buttx {
  z-index: 12100;
  position: relative;
}

#main-2.flux-detail-mode #invitepage .closeBtn {
  top: max(260px, env(safe-area-inset-top, 0px) + 260px) !important;
}

#main-2.flux-detail-mode #tinderbar {
  left: 16px;
  bottom: 118px;
  width: calc(100% - 32px);
  padding: 16px 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(18, 18, 14, 0.94);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.34);
}

#main-2.flux-detail-mode #tinderbar img {
  width: 88px !important;
  min-width: 44px;
  min-height: 44px;
  margin: 0 24px !important;
}












.event-image-wrapper {
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    margin: 16px 0;
}



.event-description {
	padding-top:20px;
    font-size: 1.2em;
    text-align: left;

	white-space: pre-wrap;
	font-weight:normal;
}


.event-item-style {
  position: relative;
  left: 8%;
  width: 84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px;
   text-align: left;
  margin-top:25px;

}



.event-item-elem {
  border: solid #63E683 5px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1.4em;
  text-align: center;
  width: fit-content;

}

.inforegister
{

	position:relative;
	left:8%;
	font-size:1.0em;
	color:black;
	background:white;
	border-radius:15px;
	max-width:84%;
	padding:3px;

}


.lieu-blur {

  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;

  height:180px;
  background: linear-gradient(
  to top,
  rgba(25, 25, 18, 0.9) 0%,
  rgba(25, 25, 18, 0.7) 60%,
  rgba(25, 25, 18, 0) 100%
  );
  text-align: center;

}





















#km
{

	position:fixed;
	bottom:200px;
	  left: 50%;
  transform: translateX(-50%);
	color:green;
	font-size:1.6em;
	font-weight:bold;
	font-family:consolas;
	padding-left:15px;
	padding-right:15px;
	border:solid green 5px;
	border-radius:20px;


}

.micro-logo
{

  margin: 15px;
  width: 100px;
  aspect-ratio: 1/1;

  border-radius:80px;

  border:solid white 8px;


}


.displaymenu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  max-height: 222px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  text-align: center;
}

.contentami {
  flex: 0 0 calc(33.333% - 10px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 7px;
  min-width: 0;
}








.displayrewards {
  display: flex;
  overflow-x: hidden;
  gap: 6px;
  padding: 5px;
  white-space: nowrap;
  max-width: 100vw;
  min-width: 0;
  margin-top:15px;
}


.elreward {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
  cursor: pointer;
  width:280px;
  margin-left:85px;
	margin-right:85px;
}


.cont4t {
  display: flex;
  flex-direction: column;
  align-items: center;

  cursor: pointer;
  width:20%;
  margin-left:25px;
	margin-right:25px;
}



.name4t
{

	 font-size:1em;
  text-align: center;
  user-select: none;
  font-family:impact;
  font-weight:normal;
  color:white;
  max-width:100%;
}



.elname {
  margin-top: 5px;
  font-size:0.8em;
  text-align: center;
  user-select: none;
  font-family:impact;
  font-weight:normal;
  color:white;


}



.miniami {
  width: 120px;
  border-radius: 50%;
  border:solid #FFC108 0px;

}


.mini4t {
  width: 120px;
  border-radius: 50%;
  border:solid #F04A55 6px;

}



.nameami
{

	 font-size:1em;
  text-align: center;
  user-select: none;
  font-family:impact;
  font-weight:normal;
  color:white;
}


.plusAmis {
  color: #FFC108;
  font-weight: bold;
  border: solid #FFC108 8px;
  font-size: 75px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
}

.closeBtn {
  color: #fff;
  font-weight: bold;
  border: solid #FFF 8px;
  font-size: 75px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-sizing: border-box;
  background:#121212;

  position:fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);

}


.closeBtnY {
  color: #FFC108;
  font-weight: bold;
  border: solid #FFC108 8px;
  font-size: 75px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  box-sizing: border-box;

    background:#121212;

  position:fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);

}

.buttW
{
	color:#191912;
	background:#fff;
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;
	font-size:1em;

	border-radius:12px;



}


.QRcode
{
	  background: #fff !important;
  padding: 10px;
  display: inline-block;
	position:absolute;
	top:2.5%; left:2.5%;

	width:95%;
	height:45%;
	border-radius:25px;
	text-align:center;

}

.QRpicture {
  position: absolute;
  top: 51%;
  left: 2.5%;

  width: 95vw;
  height: 42vh;
  border-radius: 25px;
}


#container4circles {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.circle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.circle {
  width: 100%;
  aspect-ratio: 1;
  max-width: 150px;
  background-color: transparent;
  border: 10px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.title {
  color:#FFC108;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  max-width: 100%;
}

#pannel4tonight {
  position: fixed;
  top: 5%;
  left: 0;
  width: 100%;
  height: calc(95% - 135px);
  z-index: 11000;
  pointer-events: auto;
  background: #191912;
  color: #FFC108;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  display: none;
  flex-direction: column;
}

#remaining-container {
  width: 100%;

  height: calc(100% - 135px -  2px -  20px);
  overflow-y: auto;
  overflow-x: hidden;
  color:white;
}

#listfriends {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 70%;

}

.listFr {
  flex: 0 0 auto;
  display: inline-block;
  min-width: 120px;
  text-align: center;
}



.listTof {
  width: 120px;
  border: solid white 8px;
  border-radius: 50%;
}

.nmList
{

 margin-left:20px;
 margin-right:20px;
 margin-bottom:15px;



 overflow:hidden;

}
























.fav-places-grid {
  position: relative;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 300px;
}

.fav-place-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.fav-place-item:hover {
  transform: scale(1.05);
}

.fav-place-item.selected .fav-place-logo {
  border-color: #FFC108;
  box-shadow: 0 0 6px #FFC108;
}

.fav-place-item.selected .fav-place-name {
  color: #FFC108;
}

.fav-place-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 12px solid #FFFFFF;
  background-color: #191912;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.fav-place-name {
  margin-top: 12px;
  font-size: 0.75em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  max-width: 160px;
  line-height: 1.3;
  min-height: 1.95em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}

.event-item-elem.is-replay-available {
  cursor: pointer;
  border-style: solid;
  box-shadow: 0 0 0 2px rgba(255, 193, 8, 0.18);
}

.event-item-elem.is-replay-available:focus-visible {
  outline: 3px solid #67a7ff;
  outline-offset: 3px;
}

.event-item-elem.is-replay-selected {
  background: #ffffff;
  color: #191912;
  border-color: #FFC108 !important;
}

.event-item-elem.is-replay-missing {
  opacity: 0.58;
}

.canvas-tinder.is-segment-replay-seekable {
  cursor: pointer;
  --segment-replay-progress: 0%;
  background:
    linear-gradient(90deg, rgba(255, 193, 8, 0.18) 0 var(--segment-replay-progress), transparent var(--segment-replay-progress) 100%);
}

.canvas-tinder.is-segment-replay-seekable:focus-visible {
  outline: 3px solid #67a7ff;
  outline-offset: 3px;
}

/* Mobile profile scale pass: scoped away from Agenda and Mes lieux layouts. */
.bottom-bar {
  border-width: var(--yosh-border);
  border-bottom: 0;
}

.bottom-bar img {
  width: 64px;
  height: 64px;
  max-width: 64px;
}

.bottom-nav-item {
  font-size: clamp(16px, 1.8vw, 20px);
  min-height: var(--yosh-touch-min);
}

.bottom-nav-item span {
  line-height: 1.1;
}

#barre-2.bottom-bar {
  width: 100%;
  height: calc(clamp(96px, 25vw, 112px) + env(safe-area-inset-bottom, 0px));
  min-height: 96px;
  padding: 8px max(8px, env(safe-area-inset-left, 0px)) calc(10px + env(safe-area-inset-bottom, 0px)) max(8px, env(safe-area-inset-right, 0px));
  justify-content: space-evenly;
  gap: 0;
  flex-wrap: nowrap;
  box-sizing: border-box;
}

#barre-2.bottom-bar .bottom-nav-item {
  flex: 0 1 clamp(78px, 21vw, 80px);
  width: clamp(78px, 21vw, 80px);
  height: clamp(76px, 21vw, 80px);
  min-height: clamp(76px, 21vw, 80px);
  padding: 0;
  gap: 0;
  box-sizing: border-box;
}

#barre-2.bottom-bar .bottom-nav-item img {
  width: clamp(54px, 14.5vw, 68px);
  height: clamp(54px, 14.5vw, 68px);
  max-width: none;
  max-height: none;
  object-fit: contain;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  filter: none;
  transition: transform 0.18s ease;
}

#barre-2.bottom-bar .bottom-nav-item img.miniround.is-active {
  background: transparent;
  border: 0;
  border-color: #FFC108;
  outline: 0;
  box-shadow: none;
  filter: none;
  transform: translateY(-2px);
}

#barre-2.bottom-bar .bottom-nav-item span {
  font-size: clamp(16px, 4.2vw, 18px);
  line-height: 1;
  text-align: center;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

#barre-2.bottom-bar .bottom-nav-item:has(.miniround.is-active) {
  border-bottom: 4px solid #FFC108;
}

#barre-2.bottom-bar .bottom-nav-item:has(.miniround.is-active) span {
  color: #000000;
  font-weight: 900;
}

#barre-2.bottom-bar .bottom-nav-item span,
#barre-2.bottom-bar .bottom-nav-item:visited span,
#barre-2.bottom-bar .bottom-nav-item:focus span,
#barre-2.bottom-bar .bottom-nav-item:active span,
#barre-2.bottom-bar .bottom-nav-item:has(.miniround.is-active) span {
  color: #000000;
}

#barre-2.bottom-bar .bottom-nav-item img#mn1.miniround.is-active,
#barre-2.bottom-bar .bottom-nav-item img#mn2.miniround.is-active,
#barre-2.bottom-bar .bottom-nav-item img#mn3.miniround.is-active {
  filter: brightness(0) saturate(100%) invert(76%) sepia(95%) saturate(1095%) hue-rotate(350deg) brightness(101%) contrast(101%);
}

#barre-2.bottom-bar .bottom-nav-item img#mn4 {
  width: clamp(56px, 15vw, 70px);
  height: clamp(56px, 15vw, 70px);
  border-radius: 50%;
  object-fit: cover;
  filter: none;
}

#main-4 {
  padding: 0 0 172px;
  font-family: var(--feed-body-font);
  background: #11110d;
  overflow-x: clip;
}

#main-4 .profile-cover {
  position: relative;
  height: clamp(190px, 22vw, 230px);
  margin: 0;
  border: 0;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #2b2105 0%, #181200 54%, #11110d 100%),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(255, 193, 8, 0.07) 20px 22px);
  background-position: center;
  background-size: auto;
}

#main-4 #myprofil.has-profile-banner .profile-cover {
  background-position: center 42%;
  background-size: cover;
}

#main-4 .profile-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(17, 17, 13, 0.78) 100%),
    repeating-linear-gradient(135deg, rgba(255, 193, 8, 0.08) 0 1px, transparent 1px 22px);
  pointer-events: none;
}

#myprofil {
  margin: 0;
  position: relative;
}

#main-4 .mini-event-profil {
  min-height: 210px;
  margin: -82px 16px 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#main-4 #profil-bg {
  display: none;
}

#main-4 #profil-tof,
#main-4 #profil-preview {
  left: 18px;
  top: 4px;
  width: clamp(110px, 13vw, 130px);
  height: clamp(110px, 13vw, 130px);
  border: 4px solid #FFC108;
  border-radius: 50%;
  background-color: #202018;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 3px rgba(17, 17, 13, 0.9), 0 0 30px rgba(255, 193, 8, 0.32);
}

#main-4 .mini-title-name {
  top: 48px;
  left: clamp(144px, 16vw, 166px);
  width: calc(100% - 176px);
  color: #fff !important;
  font-family: var(--feed-heading-font);
  font-size: clamp(42px, 5.2vw, 52px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

#main-4 .mini-email {
  top: 104px;
  left: clamp(144px, 16vw, 166px);
  width: calc(100% - 176px);
  color: rgba(255, 255, 255, 0.72) !important;
  font-family: var(--feed-meta-font);
  font-size: clamp(13px, 1.55vw, 15px);
  font-weight: 700;
  line-height: 1.25;
}

#main-4 .profile-role-badge {
  top: 12px;
  left: clamp(144px, 16vw, 166px);
  min-height: 28px;
  align-items: center;
  padding: 0 11px;
  border: var(--yosh-border) solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #11110d;
  background: #FFC108;
  font-family: var(--feed-meta-font);
  font-size: clamp(12px, 1.45vw, 14px);
  font-weight: 900;
  letter-spacing: 1px;
}

#main-4 .profile-role-badge[data-role="admin"] {
  background: #63E683;
  color: #07120a;
}

#main-4 .profile-role-badge[data-role="user"] {
  background: #4DADEA;
  color: #06111a;
}

#main-4 .profil-locate {
  right: 0;
  bottom: 12px;
  width: auto;
  min-width: 148px;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.46);
  border-radius: 999px;
  background: rgba(18, 18, 14, 0.9);
  color: #FFC108;
  font-family: var(--feed-meta-font);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 900;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
}

#main-4 .profil-locate img {
  width: clamp(26px, 3vw, 30px);
  height: clamp(26px, 3vw, 30px);
  object-fit: contain;
}

#main-4 .profil-locate:has(img[src*="locon"]) {
  border-width: var(--yosh-border-accent);
  background: rgba(255, 193, 8, 0.15);
}

#main-4 #upMyTof {
  left: 18px;
  bottom: 2px;
  width: 128px;
}

.profile-metrics {
  gap: 0;
  margin: 18px 16px 14px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.22);
  border-radius: 22px;
  overflow: hidden;
  background: #161610;
}

.profile-metric {
  min-height: 92px;
  border: 0;
  border-radius: 0;
  border-right: var(--yosh-border) solid rgba(255, 255, 255, 0.09);
  background: transparent;
}

.profile-metric:last-child {
  border-right: 0;
}

.profile-metric span {
  font-family: var(--feed-heading-font);
  font-size: clamp(36px, 4.4vw, 44px);
  font-weight: 400;
  letter-spacing: 1px;
}

.profile-metric small {
  font-family: var(--feed-meta-font);
  font-size: clamp(12px, 1.45vw, 14px);
  letter-spacing: 1px;
}

.profile-tabs {
  margin: 14px 16px 18px;
  gap: 6px;
  padding: 5px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.28);
  border-radius: 20px;
}

.profile-tab {
  min-height: clamp(66px, 7.4vw, 74px);
  border: var(--yosh-border) solid transparent;
  border-radius: 16px;
  font-family: var(--feed-heading-font);
  font-size: clamp(28px, 3.4vw, 34px);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 0.9;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.profile-tab.is-active {
  border-width: var(--yosh-border-accent);
  border-color: #FFC108;
  background: #FFC108;
  color: #11110d;
}

#profile-overview-panel .profile-section {
  width: auto;
  margin: 14px 16px;
  padding: 18px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.18);
  border-radius: 22px;
  background: #1b1b14;
}

#profile-overview-panel .profile-section-title {
  font-family: var(--feed-heading-font);
  font-size: clamp(28px, 3.4vw, 34px);
  font-weight: 400;
  letter-spacing: 1px;
}

#profile-overview-panel .profile-section .buttx,
#profile-overview-panel .profile-secondary-action,
.profile-shortcut,
.profile-account-toggle {
  min-height: 52px;
  border-width: var(--yosh-border);
  border-radius: 999px;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1;
}

#profile-overview-panel .profile-section .plusAmis {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  border-width: var(--yosh-border-accent);
  font-size: 42px;
}

#profile-overview-panel .displaymenu {
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 16px;
  padding-bottom: 6px;
  scrollbar-width: none;
}

#profile-overview-panel .displaymenu::-webkit-scrollbar {
  display: none;
}

#profile-overview-panel .contentami {
  flex: 0 0 clamp(112px, 12vw, 126px);
  min-width: clamp(112px, 12vw, 126px);
  padding: 6px 0;
}

#profile-overview-panel .miniami,
#profile-overview-panel .mini4t {
  width: clamp(88px, 10.5vw, 105px);
  height: clamp(88px, 10.5vw, 105px);
  border-width: 4px;
}

#profile-overview-panel .nameami,
#profile-overview-panel .name4t,
#profile-overview-panel .elname {
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.15;
}

#profile-tonight-section {
  border-width: var(--yosh-border-accent) !important;
  border-color: #FFC108 !important;
  border-radius: 24px !important;
  background:
    linear-gradient(135deg, rgba(255, 193, 8, 0.26) 0%, rgba(87, 62, 0, 0.42) 45%, rgba(24, 22, 13, 1) 100%) !important;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  padding-bottom: 18px !important;
}

#profile-tonight-section .profile-section-heading {
  grid-column: 1 / -1;
  align-items: center;
  min-width: 0;
}

#profile-tonight-section .profile-section-title {
  color: #FFC108;
  font-size: clamp(20px, 2.4vw, 24px);
}

.profile-tonight-share {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--feed-body-font);
  font-size: 13px;
  line-height: 1.25;
}

.profile-tonight-share input {
  width: 18px;
  height: 18px;
  accent-color: #FFC108;
  flex: 0 0 auto;
}

#profile-tonight-count {
  color: #FFC108;
  font-family: var(--feed-heading-font);
  font-size: clamp(48px, 5.8vw, 58px);
  font-weight: 400;
  line-height: 0.9;
}

#profile-tonight-section .displayrewards,
#profile-tonight-section .profile-empty-state {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(15px, 1.7vw, 17px);
}

#profile-tonight-section .displayrewards {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  min-width: 0;
  margin-top: 0 !important;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 16px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

#profile-tonight-section .displayrewards::-webkit-scrollbar {
  display: none;
}

#profile-tonight-section .cont4t {
  flex: 0 0 clamp(112px, 12vw, 126px);
  width: clamp(112px, 12vw, 126px);
  min-width: clamp(112px, 12vw, 126px);
  margin: 0;
}

#profile-tonight-section > .profile-inline-action {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-self: end;
  justify-self: end;
  min-width: 118px;
  min-height: clamp(48px, 5.6vw, 56px);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(20px, 2.6vw, 26px);
  border: var(--yosh-border-accent) solid #FFC108;
  border-radius: 22px;
  background: #FFC108;
  color: #11110d;
  font-family: var(--feed-heading-font);
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}

.profile-reward-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 14px);
  overflow: visible;
  padding: 14px 0 0;
}

.profile-reward-tile,
.friend-reward-tile {
  --reward-progress: 0%;
  --reward-fill: #FFC108;
  --reward-empty: #151510;
  --reward-completed: #63E683;
  min-width: 0;
  min-height: clamp(78px, 10vw, 96px);
  width: 100%;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(
      to top,
      color-mix(in srgb, var(--reward-fill) 68%, #11110d) 0%,
      color-mix(in srgb, var(--reward-fill) 68%, #11110d) var(--reward-progress),
      var(--reward-empty) var(--reward-progress),
      var(--reward-empty) 100%
    );
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--feed-meta-font);
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.12;
  padding: 8px 6px;
  overflow-wrap: anywhere;
}

.profile-reward-tile.is-reward-completed,
.friend-reward-tile.is-reward-completed {
  --reward-fill: var(--reward-completed);
  border-width: var(--yosh-border-accent);
  border-color: var(--reward-completed);
}

.profile-reward-tile img,
.friend-reward-tile img {
  width: clamp(38px, 4.8vw, 48px);
  height: clamp(38px, 4.8vw, 48px);
  margin: 4px auto 7px;
}

.profile-reward-note {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.25;
}

/* PROFILE-1: profile reading scale is intentionally 25% larger. */
#main-4 #profile-overview-panel .profile-section-title { font-size: clamp(35px, 4.25vw, 42.5px); }
#main-4 #profile-tonight-section .profile-section-title { font-size: clamp(25px, 3vw, 30px); }
#main-4 .profile-section-count { font-size: 20px; }
#main-4 .profile-empty-state { font-size: 20px; }
#main-4 .profile-reward-note { font-size: clamp(16.25px, 1.875vw, 18.75px); }
#main-4 .profile-reward-tile { font-size: clamp(15px, 1.75vw, 17.5px); }
#main-4 .profile-section .nameami,
#main-4 .profile-section .name4t,
#main-4 .profile-section .elname { font-size: 20px; }
#main-4 .mini-title-name { font-size: clamp(52.5px, 6.5vw, 65px); }
#main-4 .mini-email { font-size: 18.75px; }

#main-5 .places-event-favorite,
#main-5 .places-favorite-star,
#main-5 #lieu-plus {
  color: #FFC108;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}

#main-4 #profil-tof,
#main-4 #profil-preview {
  width: clamp(138px, 16.25vw, 163px);
  height: clamp(138px, 16.25vw, 163px);
  border: 5px solid #FFC108;
}

#main-4 .mini-title-name {
  top: 50px;
  left: clamp(196px, 21vw, 221px);
  width: calc(100% - clamp(214px, 23vw, 240px));
}

#main-4 .mini-email {
  top: 104px;
  left: clamp(196px, 21vw, 221px);
  width: calc(100% - clamp(214px, 23vw, 240px));
  font-size: clamp(21px, 2.5vw, 24px);
  line-height: 1.16;
}

#main-4 .profile-role-badge {
  left: clamp(196px, 21vw, 221px);
  top: 142px;
}

#main-4 .profil-locate {
  top: 10px;
  right: 18px;
  bottom: auto;
  width: clamp(54px, 7vw, 62px);
  min-width: clamp(54px, 7vw, 62px);
  min-height: clamp(54px, 7vw, 62px);
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#main-4 .profil-locate span {
  display: none;
}

#main-4 .profil-locate img {
  width: clamp(52px, 6.6vw, 60px);
  height: clamp(52px, 6.6vw, 60px);
}

#main-4 .profil-locate:has(img[src*="locon"]) {
  border: 0;
  background: transparent;
}

#main-4 .profile-metrics {
  margin: -12px 16px 14px;
  border: 0;
  background: #232323;
}

#main-4 .profile-metric {
  border-right: 1px solid rgba(170, 170, 170, 0.42);
}

#main-4 .profile-metric:last-child {
  border-right: 0;
}

#main-4 .profile-tabs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin: 12px 16px 18px;
}

#main-4 .profile-tab {
  min-height: clamp(54px, 6.2vw, 62px);
  padding: 0 2px;
  font-size: clamp(17px, 4.75vw, 24px);
  line-height: 0.95;
  overflow-wrap: anywhere;
}

#main-4 #profile-favorites-section > .profile-section-title {
  display: none;
}

#main-4 .profile-places-add {
  margin-left: auto;
  width: clamp(64px, 15vw, 76px);
  height: clamp(64px, 15vw, 76px);
  border: 0;
  border-radius: 50%;
  background: #FFC108;
  color: #11110d;
  font-family: var(--feed-heading-font);
  font-size: clamp(58px, 14vw, 70px);
  font-weight: 400;
  line-height: 0.8;
  cursor: pointer;
}

#main-4 #selected-lieu-display,
#main-4 #mini-prfl {
  display: none !important;
}

#main-4 #profile-likes-section #mytinder-mini-prfl {
  width: calc(100% - 32px);
  max-width: 620px;
  min-height: clamp(520px, 132vw, 650px);
  margin: 16px auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #23231a 0%, #11110d 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

#main-4 #profile-likes-section #mytinder-mini-prfl-bg {
  border-radius: 30px;
}

#main-4 #profile-likes-section #mytinder-mini-tof-prfl {
  border-radius: 24px;
}

#main-4 #profile-likes-section #mytinder-mini-title-prfl {
  color: #fff !important;
  font-family: var(--feed-heading-font);
  font-size: clamp(42px, 10.6vw, 56px);
  font-weight: 400;
  line-height: 1;
}

#main-4 #profile-likes-section #mytinder-mini-type-prfl,
#main-4 #profile-likes-section #mytinder-mini-date-prfl,
#main-4 #profile-likes-section #mytinder-mini-when-prfl,
#main-4 #profile-likes-section #mytinder-mini-where-prfl {
  color: #d6d6d6 !important;
}

#main-4 .profile-music-list,
#friendpage .profile-music-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: calc(100% - 32px);
  max-width: 620px;
  margin: 16px auto 28px;
}

#friendpage #FRprofile-music-list:empty {
  margin: 0 auto;
}

#friendpage #FRmusic-empty {
  margin: 8px auto 0;
}

#friendpage .friend-music-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0 auto 4px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 193, 8, 0.42);
  border-radius: 8px;
  background: transparent;
  color: #FFC108;
  font-family: var(--feed-heading-font);
  font-size: clamp(22px, 5.2vw, 28px);
  line-height: 1;
  cursor: pointer;
}

#main-4 .profile-music-card,
#friendpage .profile-music-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(112px, 38%) minmax(0, 1fr);
  gap: clamp(14px, 4vw, 22px);
  min-height: clamp(220px, 56vw, 300px);
  padding: clamp(18px, 4.8vw, 26px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #23231a 0%, #11110d 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

#main-4 .profile-music-open,
#main-4 .profile-music-title,
#main-4 .profile-music-play,
#friendpage .profile-music-open,
#friendpage .profile-music-title,
#friendpage .profile-music-play {
  border: 0;
  cursor: pointer;
  font: inherit;
}

#main-4 .profile-music-open,
#friendpage .profile-music-open {
  display: block;
  width: 100%;
  align-self: start;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
}

#main-4 .profile-music-image,
#friendpage .profile-music-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  object-fit: cover;
}

#main-4 .profile-music-body,
#friendpage .profile-music-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

#main-4 .profile-music-type,
#friendpage .profile-music-type {
  color: #FFC108;
  font-family: var(--feed-heading-font);
  font-size: clamp(24px, 6.2vw, 34px);
  line-height: 0.95;
  text-transform: uppercase;
}

#main-4 .profile-music-title,
#friendpage .profile-music-title {
  max-width: 100%;
  padding: 0;
  background: transparent;
  color: #fff;
  font-family: var(--feed-heading-font);
  font-size: clamp(40px, 10.2vw, 56px);
  font-weight: 400;
  line-height: 0.95;
  text-align: left;
}

#main-4 .profile-music-meta,
#friendpage .profile-music-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #d6d6d6;
  font-size: clamp(16px, 4.1vw, 20px);
  font-weight: 800;
  line-height: 1.2;
}

#main-4 .profile-music-play,
#friendpage .profile-music-play {
  width: auto;
  margin-top: auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: #FFC108;
  color: #101010;
  font-family: var(--feed-heading-font);
  font-size: clamp(24px, 6.2vw, 34px);
  line-height: 1;
}

.reward-explain {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72em;
  font-weight: 700;
  line-height: 1.2;
}

#propage {
  top: calc(var(--yosh-fixed-header-height) - 70px) !important;
  bottom: 0 !important;
  height: auto !important;
  min-height: calc(100dvh - calc(var(--yosh-fixed-header-height) - 70px)) !important;
  background: #191912 !important;
}

#propage .pro-overview-menu {
  position: relative;
  width: calc(100% - 34px) !important;
  max-width: 620px;
  margin: 10px auto 18px;
  padding: clamp(18px, 4.8vw, 28px);
  border: 1px solid rgba(255, 193, 8, 0.45);
  border-radius: 30px !important;
  background: linear-gradient(145deg, #2b2b22 0%, #11110d 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
}

#propage .pro-device-grid {
  align-items: stretch;
  gap: clamp(12px, 3vw, 20px);
}

#propage .pro-device-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: var(--feed-heading-font);
  font-size: clamp(34px, 8.5vw, 52px) !important;
  line-height: 0.95;
  text-align: center;
}

#propage .pro-status-group,
#propage #proonline,
#propage #proprelistenstatus,
#propage #proonlinestream,
#propage #prorecordingstatus {
  color: #fff;
  font-family: var(--feed-heading-font);
  font-size: clamp(22px, 5.6vw, 34px) !important;
  line-height: 1;
}

#propage .pro-status-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#propage .pro-status-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
}

#propage .pro-status-dot {
  position: static !important;
  font-size: clamp(40px, 9.9vw, 61px) !important;
  line-height: 1;
}

#propage .pro-live-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

#propage .pro-live-action-button {
  width: 100%;
  min-height: clamp(50px, 12vw, 68px);
  border: 0;
  border-radius: 14px;
  background: #191912;
  color: #FFC108;
  font-family: var(--feed-heading-font);
  font-size: clamp(24px, 6.2vw, 38px);
  line-height: 1;
  cursor: pointer;
}

#propage .pro-live-action-danger {
  background: #fff;
  color: #b00000;
}

#propage .pro-yoshbox-help-link {
  position: absolute;
  top: -26px;
  right: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 193, 8, 0.58);
  border-radius: 6px;
  background: rgba(255, 193, 8, 0.12);
  color: #FFC108;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
}

#propage .pro-yoshbox-help-link:hover {
  background: rgba(255, 193, 8, 0.2);
}

#propage .pro-yoshbox-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  white-space: nowrap;
}

#propage .pro-next-artist {
  width: 100%;
  min-height: clamp(58px, 13vw, 78px);
  border-radius: 18px !important;
  font-family: var(--feed-heading-font);
  font-size: clamp(30px, 7.5vw, 48px) !important;
  line-height: 1;
}

#propage #prelisten {
  position: static !important;
  width: clamp(51px, 12vw, 67px) !important;
  height: clamp(51px, 12vw, 67px);
  object-fit: contain;
}

#propage #liveName {
  color: #d6d6d6 !important;
  font-size: clamp(22px, 5.5vw, 32px) !important;
  line-height: 1.15;
}

#propage #mini-pro-profil {
  width: calc(100% - 32px);
  max-width: 620px;
  min-height: clamp(520px, 132vw, 650px);
  margin: 16px auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #23231a 0%, #11110d 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

#propage #mini-title-profil {
  top: clamp(108px, 26vw, 152px) !important;
  height: clamp(160px, 40vw, 220px);
  overflow: visible;
}

#propage #mini-pro-bg-profil {
  width: calc(100% - 32px) !important;
  margin: 16px auto !important;
  border-radius: 24px;
}

#propage #mini-tof-pro-profil-blur {
  border-radius: 24px;
}

#propage #name-lieu-profil {
  position: relative;
  z-index: 2;
  padding: 18px 22px 0;
  font-family: var(--feed-heading-font);
  font-size: clamp(42px, 10vw, 60px);
  line-height: 0.95;
  text-align: left;
}

#propage #logo-pro-profil {
  width: clamp(120px, 32vw, 176px) !important;
  height: clamp(120px, 32vw, 176px);
  border: 5px solid #FFC108 !important;
  object-fit: cover;
}

#propage .pro-action-grid {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  z-index: 4;
}

#propage .pro-action-button {
  min-height: clamp(66px, 16vw, 86px);
  border: 0;
  border-radius: 18px;
  background: #FFC108;
  color: #101010;
  font-family: var(--feed-heading-font);
  font-size: clamp(30px, 7.2vw, 42px);
  line-height: 0.95;
  cursor: pointer;
}

#propage .pro-action-danger {
  background: #d9433f;
  color: #fff;
}

body.pro-panel-open #barre-2 {
  pointer-events: none;
}

#propage .pro-panel {
  position: fixed !important;
  inset: 0;
  z-index: 12000;
  width: auto !important;
  max-width: none !important;
  min-height: 100dvh;
  padding: max(92px, calc(env(safe-area-inset-top, 0px) + 82px)) clamp(18px, 4.8vw, 34px) max(40px, env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  background: #11110d;
  color: #fff;
  text-align: center;
}

#propage #create-event.pro-panel {
  box-sizing: border-box;
  height: 100dvh;
  max-height: 100dvh;
  padding-bottom: max(190px, calc(env(safe-area-inset-bottom, 0px) + 174px));
  overflow-y: auto;
}

#propage #create-event .create-event-action-area {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12020;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 14px clamp(18px, 4.8vw, 34px) max(18px, calc(env(safe-area-inset-bottom, 0px) + 14px));
  background: linear-gradient(to top, #11110d 72%, rgba(17, 17, 13, 0));
  pointer-events: none;
}

#propage #create-event #create-event-submit {
  box-sizing: border-box;
  width: min(100%, 520px);
  min-height: 58px;
  margin: 0;
  border: 3px solid #000;
  background: #fff;
  color: #000 !important;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 12021;
}

#propage .pro-panel-close {
  position: fixed;
  top: max(18px, env(safe-area-inset-top, 0px));
  left: max(16px, env(safe-area-inset-left, 0px));
  z-index: 12001;
  min-width: clamp(104px, 26vw, 136px);
  min-height: clamp(62px, 14vw, 78px);
  border: 0;
  border-radius: 18px;
  background: #FFC108;
  color: #101010;
  font-family: var(--feed-heading-font);
  font-size: clamp(34px, 8.2vw, 48px);
  line-height: 1;
  cursor: pointer;
}

#propage .pro-panel .buttmenuy {
  margin: 0 auto 24px;
  font-size: clamp(44px, 11vw, 64px);
}

#propage .pro-panel .form,
#propage .pro-panel .form-mini,
#propage .pro-panel textarea {
  max-width: 100%;
}

#propage .pro-lineup-editor {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 620px);
  margin: 0 auto;
}

#propage .pro-lineup-editor .form-lineup {
  flex: 1 1 auto;
  min-width: 0;
}

#propage .lineup-edit-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 620px);
  margin: 10px auto;
}

#propage .lineup-edit-input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: #232323;
  color: #fff;
  font-size: clamp(20px, 5vw, 28px);
}

#propage .lineup-remove-button {
  flex: 0 0 auto;
  min-height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  background: #EB4651;
  color: #fff;
  font-family: var(--feed-heading-font);
  font-size: clamp(22px, 5.5vw, 30px);
}

#propage .segmented-archive-control {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, 620px);
  margin: 22px auto 10px !important;
  color: #fff;
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.12;
}

#propage #record-live-enabled,
#propage #segmented-archive-enabled {
  width: clamp(56px, 14vw, 76px);
  height: clamp(56px, 14vw, 76px);
  margin: 0 !important;
  accent-color: #FFC108;
}

#propage .pro-stats-note {
  width: min(100%, 620px);
  margin: 0 auto 20px;
  color: #d6d6d6;
  font-size: clamp(18px, 4.7vw, 24px);
  line-height: 1.25;
}

#propage .pro-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 620px);
  margin: 0 auto;
}

#propage .pro-stat-card {
  padding: 18px 14px;
  border: 1px solid rgba(255, 193, 8, 0.28);
  border-radius: 22px;
  background: #232323;
  color: #d6d6d6;
  text-align: left;
}

#propage .pro-stat-card span,
#propage .pro-stat-card strong,
#propage .pro-stat-card small {
  display: block;
}

#propage .pro-stat-card span {
  font-family: var(--feed-heading-font);
  font-size: clamp(26px, 6.5vw, 38px);
  color: #fff;
}

#propage .pro-stat-card strong {
  margin: 8px 0;
  color: #FFC108;
  font-size: clamp(34px, 8vw, 46px);
}

.event-detail-close {
  top: max(154px, calc(env(safe-area-inset-top, 0px) + 14px));
  right: max(14px, env(safe-area-inset-right, 0px));
  z-index: 2147483000;
  width: clamp(76px, 8.2vw, 82px);
  height: clamp(76px, 8.2vw, 82px);
  min-width: 76px;
  min-height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #FFC108;
  border-radius: 50%;
  background: rgba(5, 5, 3, 0.97);
  color: #FFC108;
  pointer-events: auto;
  touch-action: manipulation;
  font-size: clamp(38px, 4.4vw, 44px);
  line-height: 1;
}

.event-detail-close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

#main-2.flux-detail-mode .event-item-style {
  gap: clamp(10px, 1.4vw, 14px);
  align-items: stretch;
  overflow: visible;
  margin-bottom: 16px;
}

#main-2.flux-detail-mode .event-item-elem {
  min-height: clamp(58px, 6.4vw, 64px);
  border-width: var(--yosh-border-accent);
  border-radius: 32px;
  padding: 0 clamp(22px, 2.8vw, 28px);
  background: rgba(12, 12, 8, 0.88);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(24px, 2.8vw, 28px);
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: anywhere;
}

#main-2.flux-detail-mode .event-detail-action,
.flux-action,
.flux-playback,
.flux-pref-state {
  border-width: var(--yosh-border);
}

.flux-action--love,
.flux-action--hate,
#main-2.flux-detail-mode.event-detail-has-price #tinderprice {
  border-width: var(--yosh-border-accent);
}

/* Mes lieux mobile pass. */
#main-5 {
  background: #191912;
  overflow-x: clip;
}

#main-5 .places-shell {
  width: 100%;
  padding: 8px 16px 156px;
  box-sizing: border-box;
  background: #191912;
  color: #fff;
  font-family: var(--feed-body-font);
  overflow-x: clip;
}

#main-5 .places-selector-block {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 0 0 8px;
}

#main-5 .places-favorite-strip {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 0 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#main-5 .places-favorite-strip::-webkit-scrollbar {
  display: none;
}

#main-5 .places-venue-chip {
  flex: 0 0 clamp(132px, 36vw, 158px);
  min-width: clamp(132px, 36vw, 158px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font: inherit;
  scroll-snap-align: center;
}

#main-5 .places-venue-icon {
  width: clamp(114px, 32vw, 138px);
  aspect-ratio: 1 / 1;
  height: auto;
  display: grid;
  place-items: center;
  border: var(--yosh-border) solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #202019;
  box-sizing: border-box;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

#main-5 .places-venue-chip.is-active .places-venue-icon {
  border: 4px solid #FFC108;
  box-shadow: 0 0 0 2px rgba(255, 193, 8, 0.12), 0 0 18px rgba(255, 193, 8, 0.28);
}

#main-5 .places-venue-chip img {
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 0;
  border-radius: 50%;
  background: #27271f;
}

#main-5 .places-venue-name {
  display: -webkit-box;
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--feed-meta-font);
  font-size: clamp(16px, 4.1vw, 19px);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#main-5 .places-venue-chip.is-active .places-venue-name {
  color: #FFC108;
}

#main-5 .places-selector-empty {
  width: 100%;
  margin-top: 8px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: #deded7;
  font-size: 16px;
  line-height: 1.25;
  box-sizing: border-box;
}

#main-5 .places-selected-card {
  margin: 0 0 18px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(135deg, #261d04 0%, #17140b 42%, #11110d 100%),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(255, 193, 8, 0.06) 20px 22px);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
  overflow: visible;
}

#main-5 .places-banner,
#main-5 .place-banner {
  display: block;
  width: 75%;
  aspect-ratio: 1 / 1;
  max-width: none;
  min-height: 0;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #302403 0%, #181200 58%, #11110d 100%),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(255, 193, 8, 0.06) 20px 22px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: none;
  transform: none;
  box-sizing: border-box;
}

#main-5 .places-banner.has-banner,
#main-5 .place-banner.has-banner {
  background-color: #11110d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 0;
}

#main-5 .places-banner-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0;
  padding: 0;
  border-radius: 28px;
}

#main-5 .places-selected-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 25px;
  row-gap: 12px;
  padding: 10px 24px 14px;
  overflow: visible;
  text-align: left;
}

#main-5 .places-logo {
  justify-self: start;
  width: clamp(130px, 36vw, 160px);
  aspect-ratio: 1 / 1;
  height: auto;
  border: 4px solid #FFC108;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 18px rgba(255, 193, 8, 0.22);
}

#main-5 .places-favorite-star {
  left: calc(24px + clamp(96px, 26vw, 120px));
  top: calc((100vw - 32px) + 18px + clamp(102px, 28vw, 126px));
  width: 52px;
  height: 52px;
  border-width: 3px;
  font-size: 24px;
}

#main-5 .places-kicker {
  color: #FFC108 !important;
  font-family: var(--feed-meta-font);
  font-size: clamp(20px, 5.2vw, 26px);
  line-height: 1.22;
  text-align: left;
}

#main-5 .places-title {
  margin: 0;
  color: #fff !important;
  font-family: var(--feed-heading-font);
  font-size: clamp(42px, 12vw, 52px);
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

#main-5 .places-address {
  max-width: 100%;
  margin-top: 8px;
  text-align: left;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--feed-meta-font);
  font-size: clamp(20px, 5.2vw, 26px);
  line-height: 1.22;
}

#main-5 .places-selected-copy {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#main-5 .places-bio-wrap {
  position: relative;
  padding: 4px 24px 24px;
}

#main-5 .places-bio {
  padding: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(20px, 5.4vw, 24px);
  line-height: 1.52;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#main-5 .places-bio.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

#main-5 .places-bio-toggle {
  width: 44px;
  height: 44px;
  margin: 8px auto 0;
  display: none;
  align-items: center;
  justify-content: center;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.5);
  border-radius: 50%;
  background: rgba(18, 18, 14, 0.9);
  color: #FFC108;
  font-size: 28px;
  line-height: 1;
}

#main-5 .places-event-filter {
  width: min(88%, 350px);
  min-height: clamp(54px, 6.2vw, 62px);
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.28);
  border-radius: 20px;
  background: #11110d;
  box-sizing: border-box;
}

#main-5 .places-filter-btn {
  min-width: 0;
  min-height: 46px;
  border: var(--yosh-border) solid transparent;
  border-radius: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--feed-heading-font);
  font-size: clamp(18px, 2.2vw, 22px);
  letter-spacing: 0.5px;
  line-height: 1;
}

#main-5 .places-filter-btn.is-active {
  border-width: var(--yosh-border-accent);
  border-color: #FFC108;
  background: #FFC108;
  color: #11110d;
}

#main-5 .places-event-section {
  margin-top: 0;
}

#main-5 .places-event-rail {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: visible;
  padding: 0;
  scrollbar-width: none;
}

#main-5 .places-event-card {
  flex: 0 0 auto;
  width: calc(100% - 48px);
  height: auto;
  min-height: 0;
  margin: 12px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border: var(--yosh-border) solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #23231a 0%, #11110d 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

#main-5 .places-event-card.is-today {
  border: 3px solid #FF5C00;
  background:
    linear-gradient(160deg, rgba(255, 92, 0, 0.22), transparent 48%),
    linear-gradient(145deg, #241810 0%, #11110d 100%);
  box-shadow: 0 0 22px rgba(255, 92, 0, 0.24), 0 16px 34px rgba(0, 0, 0, 0.34);
}

#main-5 .places-event-top {
  display: grid;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  align-items: stretch;
  width: 100%;
  min-height: 0;
  height: auto;
  max-height: none;
  background: #15150f;
  overflow: hidden;
}

#main-5 .places-event-media {
  display: block;
  align-self: start;
  min-width: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  line-height: 0;
  padding: 0;
  margin: 0;
  background: #15150f;
}

#main-5 .places-event-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 28px 0 0;
}

#main-5 .places-event-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: auto;
  box-sizing: border-box;
  justify-content: flex-start;
  padding: clamp(10px, 3vw, 14px);
  background: #15150f;
  overflow: hidden;
}

#main-5 .places-event-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  padding-right: 64px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#main-5 .places-event-type,
#main-5 .places-event-today {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  border: 0;
  color: #FFC108;
  background: transparent;
  font-family: var(--feed-meta-font);
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

#main-5 .places-event-today {
  position: absolute;
  top: clamp(12px, 3.4vw, 16px);
  right: clamp(12px, 3.4vw, 16px);
  border: 0;
  color: #FF8A38;
  background: transparent;
  box-shadow: none;
}

#main-5 .places-event-title {
  display: -webkit-box;
  margin: 6px 0 0;
  color: #fff;
  font-family: var(--feed-heading-font);
  font-size: clamp(54px, 15vw, 66px);
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.12;
  overflow: hidden;
  overflow-wrap: anywhere;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

#main-5 .places-event-venue-row {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 4px;
  pointer-events: none;
}

#main-5 .places-event-venue {
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--feed-meta-font);
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 900;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#main-5 .places-event-favorite {
  pointer-events: auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 193, 8, 0.5);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #FFC108;
  font-size: 18px;
  line-height: 1;
}

#main-5 .places-event-favorite.is-favorite {
  background: #FFC108;
  color: #15150f;
}

#main-5 .places-event-meta {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--feed-meta-font);
  font-size: clamp(32px, 8.9vw, 40px);
  line-height: 1.12;
}

#main-5 .places-event-date,
#main-5 .places-event-time {
  display: block;
}

#main-5 .places-event-time {
  font-size: clamp(19px, 5.3vw, 24px);
  line-height: 1.12;
}

#main-5 .places-event-description {
  display: none;
  margin: 50px 0 30px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: #15150f;
  font-size: clamp(22px, 6vw, 28px);
  line-height: 1.36;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#main-5 .places-event-actions {
  position: static;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0;
  background: transparent;
}

#main-5 .places-event-action,
#main-5 .places-event-playback {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--feed-meta-font);
  font-size: clamp(17px, 4.8vw, 21px);
  font-weight: 900;
  line-height: 1;
  padding: 0 10px;
}

#main-5 .places-event-action span:first-child {
  color: #FFC108;
  font-size: clamp(30px, 8.4vw, 38px);
}

#main-5 .places-event-like.is-liked span:first-child {
  color: #EB4651;
}

#main-5 .places-event-playback {
  margin-top: 0;
  border-color: #FFC108;
  background: rgba(255, 193, 8, 0.14);
  color: #FFC108;
  font-size: clamp(20px, 5.4vw, 24px);
  min-width: 122px;
}

#main-5 .places-rail-empty {
  width: 100%;
  border: var(--yosh-border) solid rgba(255, 193, 8, 0.24);
  border-radius: 22px;
  background: #202019;
  color: #deded7;
  font-size: 17px;
  line-height: 1.25;
  box-sizing: border-box;
}

@media (max-width: 380px) {
  #main-5 .places-selected-main {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 25px;
    row-gap: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }

  #main-5 .places-event-top {
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    min-height: 0;
    height: auto;
  }

  #main-5 .places-event-body {
    padding: 14px 12px;
  }

  #main-5 .places-event-title {
    font-size: clamp(54px, 15vw, 58px);
  }

  #main-5 .places-event-meta {
    font-size: clamp(32px, 8.9vw, 34px);
  }
}
