:root{--background:#05020a;--foreground:#fff;--primary:#a855f7;--primary-2:#ec4899;--card:#121018;--card-2:#1b1624;--muted:#b8b2c4;--border:#ffffff14}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.vadoo-page{min-height:100vh;padding-bottom:84px}.hero{text-align:center;background:radial-gradient(circle at 20% 10%,#ec489973,#0000 32%),radial-gradient(circle at 80% 20%,#a855f773,#0000 34%),linear-gradient(135deg,#07020d 0%,#170a24 60%,#000 100%);justify-content:center;align-items:center;min-height:420px;padding:28px;display:flex}.hero-overlay{max-width:760px}.brand-pill{background:linear-gradient(135deg, var(--primary), var(--primary-2));letter-spacing:3px;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:9px 18px;font-weight:800;display:inline-flex}.hero h1{margin:0 0 18px;font-size:clamp(38px,7vw,72px);line-height:.95}.hero p{color:var(--muted);max-width:580px;margin:0 auto 28px;font-size:18px;line-height:1.5}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn{border-radius:16px;padding:14px 20px;font-weight:800}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-2))}.btn-secondary{border:1px solid var(--border);background:#ffffff1a}.section{width:min(1120px,100% - 28px);margin:34px auto}.section-title{justify-content:space-between;align-items:center;margin-bottom:18px;font-size:22px;font-weight:900;display:flex}.section-title strong{background:var(--card-2);border:1px solid var(--border);border-radius:999px;padding:8px 13px;font-size:15px}.event-card{background:linear-gradient(180deg, var(--card-2), var(--card));border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000059}.event-image{background:radial-gradient(circle at 25% 20%,#ec4899a6,#0000 34%),radial-gradient(circle at 75% 20%,#a855f7a6,#0000 36%),linear-gradient(135deg,#210a33,#05020a);align-items:flex-end;height:160px;padding:16px;display:flex}.event-image span{border:1px solid var(--border);text-transform:uppercase;background:#0000008c;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:900}.event-content{padding:18px}.event-date{color:var(--primary-2);margin-bottom:10px;font-size:13px;font-weight:800}.event-content h2{margin:0 0 10px;font-size:22px}.event-content p{color:var(--muted);margin:0 0 18px;line-height:1.45}.event-info{color:var(--muted);flex-direction:column;gap:10px;font-size:14px;display:flex}.event-info strong{color:#fff;font-size:16px}.empty-card,.map-box{background:var(--card);border:1px solid var(--border);color:var(--muted);border-radius:24px;padding:28px}.map-box{text-align:center;background:radial-gradient(circle at 30% 20%,#a855f759,#0000 34%),linear-gradient(135deg,#111,#05020a);justify-content:center;align-items:center;min-height:220px;display:flex}.map-box strong{color:#fff;margin-bottom:8px;font-size:24px;display:block}.bottom-nav{border:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:10;background:#121018eb;border-radius:999px;grid-template-columns:repeat(4,1fr);width:min(520px,100% - 24px);padding:8px;display:grid;position:fixed;bottom:14px;left:50%;transform:translate(-50%)}.bottom-nav a{text-align:center;color:var(--muted);border-radius:999px;padding:11px 8px;font-size:14px;font-weight:800}.bottom-nav a:first-child{background:linear-gradient(135deg, var(--primary), var(--primary-2));color:#fff}@media (max-width:900px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.hero{min-height:380px;padding:22px}.events-grid{grid-template-columns:1fr}.section{width:min(100% - 22px,1120px);margin:26px auto}.bottom-nav{bottom:10px}.bottom-nav a{font-size:12px}}.event-detail-page{background:radial-gradient(circle at 10% 0,#ec489929,#0000 32%),radial-gradient(circle at 90% 0,#a855f72e,#0000 34%),#05020a;min-height:100vh;padding-bottom:90px}.event-detail-hero{text-align:center;background:radial-gradient(circle at 18% 15%,#ec48998c,#0000 34%),radial-gradient(circle at 82% 20%,#3b82f67a,#0000 34%),linear-gradient(135deg,#08020e 0%,#1b0830 55%,#020006 100%);border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;width:100%;min-height:430px;padding:34px 18px;display:flex}.event-detail-overlay{width:min(960px,100%);margin:0 auto}.back-link{color:#ddd5eb;justify-content:center;align-items:center;margin-bottom:20px;font-size:15px;font-weight:800;display:inline-flex}.event-detail-hero .brand-pill{margin-bottom:22px}.event-detail-hero h1{letter-spacing:-2px;margin:0 0 18px;font-size:clamp(42px,7vw,78px);line-height:.95}.event-detail-hero p{color:#d7cfe4;max-width:680px;margin:0 auto;font-size:19px;line-height:1.5}.detail-grid{grid-template-columns:.9fr 1.1fr;gap:20px;width:min(1120px,100% - 28px);margin:34px auto;display:grid}.detail-card{background:linear-gradient(#1b1624,#121018);border:1px solid #ffffff14;border-radius:26px;padding:26px;box-shadow:0 20px 60px #0000005c}.detail-card h2{margin:0 0 22px;font-size:26px}.detail-row{border-bottom:1px solid #ffffff14;grid-template-columns:120px 1fr;gap:18px;padding:15px 0;display:grid}.detail-row:last-child{border-bottom:0}.detail-row span{color:#b8b2c4;font-weight:700}.detail-row strong{color:#fff;text-align:right;line-height:1.35}.detail-description{color:#d7cfe4;margin:0;font-size:17px;line-height:1.7}.detail-actions{flex-wrap:wrap;gap:12px;margin-top:26px;display:flex}@media (max-width:760px){.event-detail-hero{min-height:380px;padding:28px 16px}.event-detail-hero h1{font-size:42px}.detail-grid{grid-template-columns:1fr;width:min(100% - 22px,1120px);margin:26px auto}.detail-card{padding:22px}.detail-row{grid-template-columns:1fr;gap:6px}.detail-row strong{text-align:left}}.auth-page{background:radial-gradient(circle at 15% 0,#ec48993d,#0000 34%),radial-gradient(circle at 85% 10%,#a855f73d,#0000 34%),#05020a;justify-content:center;align-items:center;min-height:100vh;padding:28px;display:flex}.auth-card,.profile-card{background:linear-gradient(#1b1624,#121018);border:1px solid #ffffff14;border-radius:28px;width:min(520px,100%);padding:30px;box-shadow:0 25px 80px #00000073}.auth-card h1,.profile-card h1{margin:18px 0 10px;font-size:42px}.auth-card p,.profile-card p{color:#b8b2c4;margin:0 0 24px;line-height:1.55}.auth-form{flex-direction:column;gap:15px;display:flex}.auth-form label{color:#d7cfe4;flex-direction:column;gap:8px;font-weight:800;display:flex}.auth-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:16px}.auth-form input:focus{border-color:#ec4899cc}.auth-message{color:#ffd8ef;background:#ec48991f;border:1px solid #ec489959;border-radius:14px;padding:12px 14px;font-weight:700}.auth-submit{cursor:pointer;border:0;margin-top:6px;font-size:16px}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-switch{color:#ec4899;cursor:pointer;background:0 0;border:0;width:100%;margin-top:18px;font-size:15px;font-weight:900}.profile-avatar{background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:999px;justify-content:center;align-items:center;width:92px;height:92px;margin:22px 0 10px;font-size:42px;font-weight:900;display:flex}.profile-info{gap:12px;margin:24px 0;display:grid}.profile-info div{background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;gap:16px;padding:14px 16px;display:flex}.profile-info span{color:#b8b2c4;font-weight:700}.profile-info strong{color:#fff;text-align:right}.artist-page{background:radial-gradient(circle at 12% 0,#ec489933,#0000 34%),radial-gradient(circle at 88% 0,#a855f738,#0000 34%),#05020a;min-height:100vh;padding-bottom:90px}.artist-hero{text-align:center;background:radial-gradient(circle at 20% 10%,#ec489980,#0000 34%),radial-gradient(circle at 80% 20%,#3b82f67a,#0000 34%),linear-gradient(135deg,#08020e 0%,#1b0830 55%,#020006 100%);flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:28px;display:flex}.artist-hero h1{margin:18px 0;font-size:clamp(42px,7vw,76px);line-height:.95}.artist-layout{grid-template-columns:1fr 1fr;gap:20px;width:min(1120px,100% - 28px);margin:34px auto;display:grid}.artist-card{background:linear-gradient(#1b1624,#121018);border:1px solid #ffffff14;border-radius:26px;flex-direction:column;gap:15px;padding:26px;display:flex;box-shadow:0 20px 60px #0000005c}.artist-card h2{margin:0 0 8px;font-size:26px}.artist-card label{color:#d7cfe4;flex-direction:column;gap:8px;font-weight:800;display:flex}.artist-card input,.artist-card textarea{color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;padding:14px 15px;font-size:16px}.artist-card textarea{resize:vertical;min-height:110px}.artist-card input:focus,.artist-card textarea:focus{border-color:#ec4899cc}.artist-card input:disabled,.artist-card textarea:disabled{opacity:.45;cursor:not-allowed}.two-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-submit{cursor:pointer;border:0;margin-top:8px;font-size:16px}.form-submit:disabled{opacity:.5;cursor:not-allowed}@media (max-width:820px){.artist-layout,.two-fields{grid-template-columns:1fr}}.map-loading{color:#d7cfe4;background:linear-gradient(#1b1624,#121018);border:1px solid #ffffff14;border-radius:28px;justify-content:center;align-items:center;width:100%;height:520px;font-weight:900;display:flex}.map-page{background:radial-gradient(circle at 12% 0,#ec489933,#0000 34%),radial-gradient(circle at 88% 0,#a855f738,#0000 34%),#05020a;min-height:100vh;padding-bottom:90px}.leaflet-map-wrapper{z-index:1;background:#121018;border:1px solid #ffffff14;border-radius:28px;width:100%;display:block;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000073;height:620px!important;min-height:620px!important}.leaflet-map{background:#121018;display:block;width:100%!important;height:620px!important;min-height:620px!important}.leaflet-container{font-family:Arial,Helvetica,sans-serif;width:100%!important;height:620px!important;min-height:620px!important}.leaflet-popup-content-wrapper{color:#fff;background:#121018;border:1px solid #ffffff1a;border-radius:18px}.leaflet-popup-tip{background:#121018}.map-popup{flex-direction:column;gap:7px;min-width:190px;display:flex}.map-popup strong{font-size:16px}.map-popup span{color:#ec4899;font-size:13px;font-weight:800}.map-popup small{color:#b8b2c4;line-height:1.35}.map-popup a{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:999px;justify-content:center;margin-top:6px;padding:9px 12px;font-weight:900;display:inline-flex}@media (max-width:620px){.leaflet-map-wrapper,.leaflet-map,.leaflet-container{border-radius:22px;height:460px!important;min-height:460px!important}}.card-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.card-topbar .back-link{margin-bottom:0}.home-link{color:#fff;background:#ffffff14;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;font-size:14px;font-weight:900;display:inline-flex}.top-links{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.profile-photo-wrap{flex-direction:column;align-items:flex-start;gap:14px;margin:18px 0 22px;display:flex}.profile-photo{object-fit:cover;border:3px solid #ec4899cc;border-radius:999px;width:104px;height:104px;box-shadow:0 18px 45px #ec489947}.photo-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7,#ec4899);border:0;border-radius:999px;padding:10px 16px;font-weight:900}.photo-button:disabled{opacity:.6;cursor:not-allowed}.profile-edit-form{flex-direction:column;gap:15px;margin-bottom:22px;display:flex}.profile-edit-form label{color:#d7cfe4;flex-direction:column;gap:8px;font-weight:800;display:flex}.profile-edit-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;padding:15px 16px;font-size:16px}.profile-edit-form input:disabled{opacity:.55}.profile-wide-page{align-items:flex-start;padding-top:52px}.profile-wide-card{max-width:920px;width:min(920px,100% - 28px)!important}.profile-left h1{margin:18px 0 8px;font-size:40px}.profile-left p{color:#b8b2c4;margin:0}.profile-right{min-width:0}.profile-photo-big,.profile-avatar-big{width:132px!important;height:132px!important;font-size:56px!important}.profile-info{margin-top:20px}.profile-info div{min-height:54px}@media (max-width:760px){.profile-wide-page{align-items:center;padding-top:28px}.profile-layout{grid-template-columns:1fr;gap:22px}.profile-wide-card{width:min(520px,100% - 24px)!important}.profile-left{text-align:left}.profile-photo-big,.profile-avatar-big{width:104px!important;height:104px!important;font-size:42px!important}}.profile-wide-card{width:min(980px,100% - 28px)!important;max-width:980px!important;padding:34px!important}.profile-layout{grid-template-columns:280px minmax(0,1fr)!important;align-items:start!important;gap:42px!important;display:grid!important}.profile-left{min-width:0}.profile-right{width:100%;min-width:0}.profile-info{gap:12px!important;margin-top:22px!important;display:grid!important}.profile-info div{border-radius:16px!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;width:100%!important;min-height:54px!important;padding:14px 16px!important;display:flex!important}.profile-info span{white-space:nowrap}.profile-info strong{overflow-wrap:anywhere;text-align:right}.profile-menu{grid-template-columns:1fr!important;gap:14px!important;width:100%!important;margin:24px 0!important;display:grid!important}.profile-menu-item{color:#fff!important;background:#ffffff0f!important;border:1px solid #ffffff1a!important;border-radius:20px!important;justify-content:space-between!important;align-items:center!important;gap:18px!important;width:100%!important;min-height:82px!important;padding:18px 20px!important;text-decoration:none!important;display:flex!important}.profile-menu-item div{min-width:0!important;display:block!important}.profile-menu-item strong{color:#fff!important;margin:0 0 6px!important;font-size:17px!important;font-weight:900!important;line-height:1.2!important;display:block!important}.profile-menu-item span{color:#b8b2c4!important;font-size:14px!important;line-height:1.35!important;display:block!important}.profile-menu-item b{color:#ec4899!important;background:#ec489924!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;font-size:24px!important;display:flex!important}.profile-menu-highlight{background:linear-gradient(135deg,#a855f742,#ec489942)!important;border-color:#ec489973!important}.profile-menu-item:hover{transform:translateY(-2px);background:#ffffff1a!important;border-color:#ec489980!important}.profile-right .detail-actions{flex-wrap:wrap!important;gap:12px!important;margin-top:18px!important;display:flex!important}@media (max-width:860px){.profile-wide-card{width:min(560px,100% - 24px)!important;padding:26px!important}.profile-layout{grid-template-columns:1fr!important;gap:28px!important}.profile-menu-item{min-height:76px!important;padding:16px!important}}.event-card{overflow:hidden;position:relative!important}.favorite-event-button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 35px #00000073;color:#fff!important;cursor:pointer!important;z-index:20!important;background:#0000009e!important;border:2px solid #ffffffa6!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:58px!important;height:58px!important;padding:0!important;line-height:1!important;display:flex!important;position:absolute!important;inset:14px 14px auto auto!important}.favorite-event-button span{display:block;transform:translateY(-1px);font-size:42px!important;font-weight:900!important;line-height:48px!important}.favorite-event-button.active{color:#fff!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border-color:#ec4899f2!important}.favorite-event-button.active span{color:#fff!important}.favorite-event-button:hover{transform:scale(1.06)}@media (max-width:620px){.favorite-event-button{width:52px!important;height:52px!important;top:12px!important;right:12px!important}.favorite-event-button span{font-size:38px!important;line-height:44px!important}}.event-card{position:relative!important;overflow:hidden!important}.favorite-event-button{cursor:pointer!important;z-index:30!important;width:64px!important;height:64px!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;position:absolute!important;top:22px!important;right:22px!important}.favorite-heart-icon{filter:drop-shadow(0 5px 10px #00000059);transition:all .2s;fill:#0000!important;stroke:#8b2cff!important;stroke-width:2.2px!important;width:58px!important;height:58px!important}.favorite-event-button.active .favorite-heart-icon{fill:#8b2cff!important;stroke:#8b2cff!important}.favorite-event-button:hover .favorite-heart-icon{transform:scale(1.08)}.favorite-event-button:disabled{opacity:.6;cursor:wait!important}@media (max-width:620px){.favorite-event-button{width:58px!important;height:58px!important;top:18px!important;right:18px!important}.favorite-heart-icon{width:52px!important;height:52px!important}}.event-card-link{color:inherit;text-decoration:none;display:block}.favorite-list-card{position:relative}.artists-grid{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px;display:grid}.artist-follow-card{background:linear-gradient(#1b1624,#121018);border:1px solid #ffffff14;border-radius:24px;padding:22px;box-shadow:0 20px 60px #0000005c}.artist-follow-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.artist-follow-image,.artist-follow-avatar{object-fit:cover;border-radius:999px;width:78px;height:78px}.artist-follow-avatar{background:linear-gradient(135deg,#a855f7,#ec4899);justify-content:center;align-items:center;font-size:34px;font-weight:900;display:flex}.artist-unfollow-button{color:#fff;cursor:pointer;background:#ffffff14;border:0;border-radius:999px;padding:10px 14px;font-weight:900}.artist-unfollow-button:hover{background:#ec489938}.artist-follow-card h2{margin:0 0 10px;font-size:24px}.artist-follow-card p{color:#b8b2c4;margin:0 0 16px;line-height:1.45}.artist-follow-meta{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.artist-follow-meta span{color:#d7cfe4;background:#ffffff12;border:1px solid #ffffff14;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800}.artist-follow-links{flex-wrap:wrap;gap:10px;display:flex}.artist-follow-links a{color:#ec4899;font-weight:900}@media (max-width:760px){.artists-grid{grid-template-columns:1fr}}.bottom-nav a{color:#b8b2c4!important;background:0 0!important}.bottom-nav a.active{color:#fff!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important}.favorite-event-button{width:48px!important;height:48px!important;top:16px!important;right:16px!important}.favorite-heart-icon{stroke-width:2.1px!important;width:44px!important;height:44px!important}@media (max-width:620px){.favorite-event-button{width:44px!important;height:44px!important;top:14px!important;right:14px!important}.favorite-heart-icon{width:40px!important;height:40px!important}}.auth-page{background:radial-gradient(circle at 15% 0,#ec489947,#0000 34%),radial-gradient(circle at 85% 5%,#3b82f642,#0000 36%),linear-gradient(135deg,#09030f 0%,#07020d 48%,#12061f 100%)!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;min-height:100vh!important;padding:70px 22px 130px!important;display:flex!important}.auth-card{border-radius:30px!important;width:min(720px,100% - 24px)!important;max-width:720px!important;padding:42px!important}.profile-wide-page{background:radial-gradient(circle at 15% 0,#ec489947,#0000 34%),radial-gradient(circle at 85% 5%,#3b82f642,#0000 36%),linear-gradient(135deg,#09030f 0%,#07020d 48%,#12061f 100%)!important;justify-content:center!important;align-items:flex-start!important;width:100%!important;min-height:100vh!important;padding:58px 22px 130px!important;display:flex!important}.profile-wide-card{border-radius:32px!important;width:min(1180px,100% - 24px)!important;max-width:1180px!important;min-height:620px!important;padding:44px!important}.profile-layout{grid-template-columns:340px minmax(0,1fr)!important;gap:56px!important}.card-topbar{margin-bottom:42px!important}.profile-left h1{font-size:46px!important;line-height:1.05!important}.profile-photo-big,.profile-avatar-big{width:150px!important;height:150px!important}.profile-right{padding-top:10px}.profile-edit-form input,.auth-form input{min-height:58px!important}.profile-menu-item{min-height:92px!important}.detail-actions{margin-top:28px!important}.auth-card h1{margin-top:18px!important;font-size:54px!important;line-height:1!important}.auth-card p{max-width:560px;font-size:18px!important;line-height:1.55!important}.google-login-button{border-radius:18px!important;min-height:58px!important;font-size:17px!important}.auth-page .profile-wide-card h1{margin:0 0 12px!important;font-size:52px!important}.auth-page .profile-wide-card>p{color:#d7cfe4!important;margin-bottom:28px!important;font-size:18px!important}@media (max-width:900px){.auth-page,.profile-wide-page{padding:34px 14px 120px!important}.auth-card,.profile-wide-card{border-radius:28px!important;width:min(620px,100% - 16px)!important;padding:28px!important}.profile-layout{grid-template-columns:1fr!important;gap:30px!important}.profile-left h1,.auth-card h1,.auth-page .profile-wide-card h1{font-size:40px!important}.profile-photo-big,.profile-avatar-big{width:112px!important;height:112px!important}.card-topbar{margin-bottom:28px!important}}.bottom-nav{justify-content:center!important;align-items:center!important;gap:8px!important;display:flex!important}.bottom-nav a{flex:1!important;min-width:92px!important}.artist-page{padding-bottom:110px}.artist-panel{background:#ffffff0e;border:1px solid #ffffff17;border-radius:22px;width:100%;margin-top:24px;padding:22px}.artist-panel h2{color:#fff;margin:0 0 18px;font-size:22px}.artist-panel textarea{resize:vertical;color:#fff;background:#ffffff14;border:0;border-radius:16px;outline:none;width:100%;min-height:110px;padding:14px 16px;font-size:15px}.artist-actions{grid-template-columns:1fr 1fr;gap:14px;margin-top:10px;display:grid}.artist-grid-two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.artist-events-list{flex-direction:column;gap:16px;display:flex}.artist-event-card{background:#00000047;border:1px solid #ffffff14;border-radius:20px;overflow:hidden}.artist-event-image{object-fit:cover;width:100%;height:210px;display:block}.artist-event-content{padding:18px}.artist-event-content h3{color:#fff;margin:12px 0 8px;font-size:21px}.artist-event-content p{color:#ffffffbd;margin:0 0 12px;line-height:1.5}.artist-event-meta{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.artist-event-meta span{color:#e7d7ff;background:#a855f726;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:600}.artist-event-address{color:#ffffffb8;margin-top:12px;font-size:14px}.artist-status{border-radius:999px;width:fit-content;padding:7px 12px;font-size:13px;font-weight:800;display:inline-flex}.artist-status.pending{color:#fbbf24;background:#f59e0b29}.artist-status.approved{color:#4ade80;background:#22c55e29}.artist-status.rejected{color:#f87171;background:#ef444429}.approved-note{color:#86efac;background:#22c55e1a;border-radius:14px;margin-top:14px;padding:12px 14px;font-size:14px;font-weight:600}.empty-profile-box{color:#ffffffb8;background:#ffffff0e;border-radius:18px;padding:18px}@media (max-width:700px){.artist-actions,.artist-grid-two{grid-template-columns:1fr}.artist-panel{padding:18px}}.artist-page .profile-card>p{color:#ffffffc2!important;max-width:760px!important;margin-bottom:28px!important;font-size:18px!important;line-height:1.6!important}.artist-page .artist-panel{background:#ffffff0f!important;border:1px solid #ffffff1a!important;border-radius:26px!important;width:100%!important;margin-top:26px!important;padding:28px!important;box-shadow:0 18px 45px #0000002e!important}.artist-page .artist-panel h2{margin-bottom:22px!important;font-size:26px!important}.artist-page .auth-form input,.artist-page .auth-form textarea{background:#ffffff13!important;border:1px solid #ffffff17!important;border-radius:18px!important;min-height:58px!important;padding:16px 18px!important;font-size:16px!important}.artist-page .artist-event-card{background:#08070eb8!important;border:1px solid #ffffff17!important;border-radius:24px!important;transition:all .2s!important;overflow:hidden!important}.artist-page .artist-event-card:hover{border-color:#ec489959!important;transform:translateY(-2px)!important}.artist-page .artist-event-content h3{color:#fff!important;margin:14px 0 8px!important;font-size:25px!important}.artist-page .artist-event-content p{color:#ffffffbd!important;font-size:16px!important}.artist-page .artist-event-address{color:#ffffffb8!important;margin-top:14px!important;font-size:15px!important}.artist-page .artist-status{border-radius:999px!important;padding:8px 13px!important;font-size:13px!important;font-weight:900!important}.artist-page .artist-status.approved{color:#4ade80!important;background:#22c55e2e!important}.artist-page .artist-status.pending{color:#fbbf24!important;background:#f59e0b2e!important}.artist-page .artist-status.rejected{color:#f87171!important;background:#ef44442e!important}.artist-page .approved-note{color:#86efac!important;background:#22c55e1f!important;border-radius:16px!important;margin-top:18px!important;padding:14px 16px!important;font-size:14px!important;font-weight:800!important}.artist-page .bottom-nav{left:50%!important;transform:translate(-50%)!important}@media (max-width:900px){.artist-page{padding:36px 16px 120px!important}.artist-page .profile-card{border-radius:24px!important;width:100%!important;padding:24px!important}.artist-page .artist-events-list{grid-template-columns:1fr!important}}@media (max-width:620px){.artist-page{padding:20px 12px 120px!important}.artist-page .profile-card{padding:18px!important}.artist-page h1{font-size:38px!important}.artist-page .profile-card>p{font-size:15px!important}.artist-page .artist-panel{border-radius:22px!important;padding:18px!important}.artist-page .artist-actions,.artist-page .artist-grid-two{grid-template-columns:1fr!important}.artist-page .artist-event-content h3{font-size:21px!important}}.artist-page .auth-form{gap:14px!important}.artist-page .auth-form label{font-size:13px!important;font-weight:800!important}.artist-page .auth-form input,.artist-page .auth-form textarea{border-radius:15px!important;min-height:48px!important;padding:12px 15px!important;font-size:14px!important}.artist-page .artist-panel:first-of-type .auth-form{grid-template-columns:1fr 1fr!important;gap:14px 18px!important;display:grid!important}.artist-page .artist-panel:nth-of-type(2) .auth-form{grid-template-columns:repeat(3,1fr)!important;gap:14px!important;display:grid!important}.artist-page .artist-panel:nth-of-type(2) .auth-form label:nth-child(3){grid-column:span 1!important}.artist-page .artist-panel:nth-of-type(2) .auth-form label:nth-child(8),.artist-page .artist-panel:nth-of-type(2) .auth-form label:nth-child(9){grid-column:span 3!important}.artist-page .artist-panel:nth-of-type(2) .auth-submit{grid-column:1/-1!important}.artist-page .artist-grid-two{display:contents!important}.artist-page .artist-actions{grid-template-columns:1fr 1fr!important;gap:14px!important;display:grid!important}.artist-page .artist-events-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.artist-page .artist-event-card{background:#08070eb8!important;border-radius:20px!important}.artist-page .artist-event-meta{gap:8px!important;margin-top:12px!important}.artist-page .artist-event-meta span{padding:7px 10px!important;font-size:12px!important}.artist-page .artist-status{padding:7px 11px!important;font-size:12px!important}@media (max-width:900px){.artist-page{padding:36px 16px 130px!important}.artist-page .profile-card{width:100%!important;padding:24px!important}.artist-page .artist-panel:first-of-type .auth-form,.artist-page .artist-panel:nth-of-type(2) .auth-form{flex-direction:column!important;display:flex!important}.artist-page .artist-events-list{grid-template-columns:1fr!important}}@media (max-width:620px){.artist-page{padding:18px 12px 120px!important}.artist-page .profile-card{border-radius:24px!important;padding:18px!important}.artist-page h1{font-size:36px!important}.artist-page .profile-card>p{font-size:14px!important}.artist-page .artist-panel{padding:16px!important}}.artist-page{justify-content:center!important;align-items:flex-start!important;width:100%!important;min-height:100vh!important;padding:50px 24px 130px!important;display:flex!important}.artist-page .profile-card{border-radius:30px!important;width:min(1180px,100vw - 48px)!important;max-width:1180px!important;margin:0 auto!important;padding:34px!important}.artist-page .card-topbar{margin-bottom:30px!important}.artist-page h1{margin-bottom:12px!important;font-size:46px!important;line-height:1.05!important}.artist-page .profile-card>p{max-width:780px!important;margin-bottom:24px!important;font-size:15px!important;line-height:1.55!important}.artist-page .profile-card{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;display:grid!important}.artist-page .card-topbar,.artist-page h1,.artist-page .profile-card>p,.artist-page .auth-message{grid-column:1/-1!important}.artist-page .artist-panel{width:100%!important;box-shadow:none!important;background:#ffffff0e!important;border:1px solid #ffffff17!important;border-radius:22px!important;margin-top:0!important;padding:20px!important}.artist-page .artist-panel h2{margin:0 0 16px!important;font-size:21px!important}.artist-page .auth-form{flex-direction:column!important;gap:13px!important;display:flex!important}.artist-page .auth-form label{color:#ffffffe6!important;font-size:12px!important;font-weight:900!important}.artist-page .auth-form input,.artist-page .auth-form textarea{background:#ffffff13!important;border:1px solid #ffffff17!important;border-radius:14px!important;width:100%!important;min-height:46px!important;padding:12px 14px!important;font-size:13px!important}.artist-page .auth-form textarea{min-height:88px!important}.artist-page .artist-actions{grid-template-columns:1fr!important;gap:10px!important;margin-top:4px!important;display:grid!important}.artist-page .artist-actions .btn,.artist-page .auth-submit{border-radius:14px!important;min-height:46px!important;font-size:13px!important;font-weight:900!important}.artist-page .artist-grid-two{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.artist-page .artist-events-list{flex-direction:column!important;gap:13px!important;display:flex!important}.artist-page .artist-event-card{background:#08070eb8!important;border:1px solid #ffffff14!important;border-radius:18px!important;overflow:hidden!important}.artist-page .artist-event-content{padding:16px!important}.artist-page .artist-event-content h3{margin:10px 0 5px!important;font-size:19px!important}.artist-page .artist-event-content p{margin-bottom:8px!important;font-size:13px!important}.artist-page .artist-event-meta{flex-wrap:wrap!important;gap:6px!important;margin-top:10px!important;display:flex!important}.artist-page .artist-event-meta span{color:#eadbff!important;background:#a855f72e!important;border-radius:999px!important;padding:6px 8px!important;font-size:11px!important;font-weight:800!important}.artist-page .artist-event-address{margin-top:9px!important;font-size:12px!important}.artist-page .approved-note{border-radius:12px!important;margin-top:10px!important;padding:10px 11px!important;font-size:11px!important}.artist-page .artist-status{border-radius:999px!important;padding:6px 10px!important;font-size:11px!important}.artist-page .bottom-nav{z-index:100!important;position:fixed!important;bottom:24px!important;left:50%!important;transform:translate(-50%)!important}@media (max-width:1050px){.artist-page .profile-card{grid-template-columns:repeat(2,minmax(0,1fr))!important}.artist-page .artist-panel:nth-of-type(3){grid-column:1/-1!important}.artist-page .artist-events-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}}@media (max-width:760px){.artist-page{padding:18px 12px 120px!important}.artist-page .profile-card{border-radius:24px!important;grid-template-columns:1fr!important;width:100%!important;padding:18px!important}.artist-page h1{font-size:36px!important}.artist-page .profile-card>p{font-size:14px!important}.artist-page .artist-panel:nth-of-type(3){grid-column:auto!important}.artist-page .artist-events-list{flex-direction:column!important;display:flex!important}}.artist-page .artist-panel:first-of-type .auth-form{flex-direction:column!important;gap:14px!important;display:flex!important}.artist-page .artist-panel:first-of-type .auth-form label{flex-direction:column!important;gap:7px!important;width:100%!important;display:flex!important}.artist-page .artist-panel:first-of-type .auth-form input,.artist-page .artist-panel:first-of-type .auth-form textarea{box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important}.artist-page .artist-panel:first-of-type .auth-form textarea{resize:vertical!important;min-height:105px!important}.artist-page .artist-panel:first-of-type .artist-actions{grid-template-columns:1fr!important;gap:10px!important;width:100%!important;margin-top:4px!important;display:grid!important}.artist-page .artist-panel:first-of-type .artist-actions .btn{white-space:normal!important;border-radius:14px!important;width:100%!important;min-height:46px!important;padding:10px 14px!important;font-size:13px!important;line-height:1.15!important}.artist-page .artist-profile-panel{min-height:auto!important}.artist-page .artist-profile-panel .auth-form{flex-direction:column!important;gap:16px!important;display:flex!important}.artist-page .artist-profile-panel .auth-form label{flex-direction:column!important;gap:8px!important;width:100%!important;display:flex!important}.artist-page .artist-profile-panel .auth-form input,.artist-page .artist-profile-panel .auth-form textarea{box-sizing:border-box!important;border-radius:15px!important;width:100%!important;min-width:100%!important;max-width:100%!important;min-height:52px!important;padding:13px 15px!important;font-size:14px!important}.artist-page .artist-profile-panel .auth-form textarea{resize:vertical!important;min-height:120px!important}.artist-page .artist-profile-panel .artist-actions{flex-direction:column!important;gap:12px!important;width:100%!important;margin-top:4px!important;display:flex!important}.artist-page .artist-profile-panel .artist-actions .btn{white-space:normal!important;border-radius:15px!important;width:100%!important;min-height:50px!important;padding:12px 16px!important;font-size:14px!important;font-weight:900!important;line-height:1.2!important}.artist-page .artist-profile-panel:first-of-type .auth-form,.artist-page .artist-profile-panel .auth-form{grid-template-columns:none!important}.artist-page .artist-profile-panel h2{margin-bottom:18px!important}.artist-page .artist-profile-panel .artist-profile-form{flex-direction:column!important;grid-template-columns:none!important;gap:13px!important;display:flex!important}.artist-page .artist-profile-panel .artist-profile-form label{flex-direction:column!important;gap:7px!important;width:100%!important;display:flex!important}.artist-page .artist-profile-panel .artist-profile-form input,.artist-page .artist-profile-panel .artist-profile-form textarea{box-sizing:border-box!important;width:100%!important;min-width:100%!important;max-width:100%!important}.artist-page .artist-profile-panel .artist-profile-form textarea{resize:vertical!important;min-height:95px!important}.artist-page .artist-profile-panel .artist-actions{flex-direction:column!important;gap:10px!important;width:100%!important;display:flex!important}.artist-page .artist-profile-panel .artist-actions .btn{white-space:normal!important;width:100%!important;min-height:46px!important}.artist-page .artist-panel:first-of-type .auth-form{flex-direction:column!important;grid-template-columns:none!important;display:flex!important}.artist-page .artist-panel:first-of-type .auth-form label:nth-child(2){grid-row:auto!important}.artist-page .artist-panel:first-of-type .artist-actions{grid-column:auto!important}.artist-page .artist-profile-panel{padding:20px!important}.artist-page .artist-profile-form-clean label{color:#ffffffe6!important;flex-direction:column!important;gap:7px!important;width:100%!important;font-size:12px!important;font-weight:900!important;display:flex!important}.artist-page .artist-profile-form-clean{flex-direction:column!important;gap:13px!important;width:100%!important;display:flex!important}.artist-page .artist-profile-form-clean label{flex-direction:column!important;gap:7px!important;width:100%!important;font-size:12px!important;font-weight:900!important;display:flex!important}.artist-page .artist-profile-form-clean input,.artist-page .artist-profile-form-clean textarea{box-sizing:border-box!important;color:#fff!important;background:#ffffff13!important;border:1px solid #ffffff17!important;border-radius:14px!important;outline:none!important;width:100%!important;min-width:100%!important;max-width:100%!important;min-height:46px!important;padding:12px 14px!important;font-size:13px!important}.artist-page .artist-profile-form-clean textarea{resize:vertical!important;min-height:95px!important;line-height:1.4!important}.artist-page .artist-profile-actions-clean{flex-direction:column!important;gap:10px!important;width:100%!important;margin-top:2px!important;display:flex!important}.artist-page .artist-profile-actions-clean .btn{white-space:normal!important;border-radius:14px!important;width:100%!important;min-height:46px!important;padding:11px 14px!important;font-size:13px!important;font-weight:900!important}.artist-page .artist-profile-panel .auth-form,.artist-page .artist-profile-panel .artist-profile-form,.artist-page .artist-panel:first-of-type .auth-form{flex-direction:column!important;grid-template-columns:none!important;display:flex!important}.artist-follow-button:disabled{opacity:.65;cursor:wait}.hero-section{background:#181322e0;border:1px solid #ffffff17;border-radius:30px;width:min(1180px,100vw - 48px);margin:0 auto 28px;padding:34px 38px;box-shadow:0 28px 80px #00000047}.hero-content{max-width:780px}.hero-section .brand-pill{width:fit-content;margin-bottom:30px}.hero-section h1{letter-spacing:-2px;margin:0 0 14px;font-size:clamp(42px,5vw,68px);line-height:.98}.hero-section p{color:#ffffffbd;max-width:720px;margin:0;font-size:18px;line-height:1.55}.events-section,.map-section{background:#181322d1;border:1px solid #ffffff17;border-radius:30px;width:min(1180px,100vw - 48px);margin:0 auto 28px;padding:28px;box-shadow:0 24px 70px #00000038}.events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.event-card{background:#0a0812c7;border:1px solid #ffffff17;border-radius:26px;position:relative;overflow:hidden;box-shadow:0 18px 46px #00000040}.event-card-body{padding:20px}.event-card h3{color:#fff;margin:0 0 10px;font-size:23px;line-height:1.15}.event-address{color:#ffffffad;margin-top:12px;font-size:14px;line-height:1.4}.map-section{margin-bottom:80px}@media (max-width:1050px){.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.home-page{padding:20px 12px 120px}.hero-section,.events-section,.map-section{border-radius:24px;width:100%;padding:20px}.hero-section h1{font-size:38px}.hero-section p{font-size:15px}.section-header{flex-direction:column;align-items:flex-start}.events-grid{grid-template-columns:1fr}.event-card-image,.event-image-placeholder{height:210px}.map-section .leaflet-container{height:420px!important}}.event-detail-page{color:#fff;width:100%;min-height:100vh;padding:54px 24px 130px}.event-detail-card{background:#181322e0;border:1px solid #ffffff17;border-radius:30px;width:min(1180px,100vw - 48px);margin:0 auto;padding:34px;box-shadow:0 28px 80px #00000047}.event-detail-layout{grid-template-columns:430px 1fr;align-items:start;gap:32px;display:grid}.event-detail-image-wrap{background:#0000004d;border-radius:26px;position:relative;overflow:hidden}.event-detail-image{object-fit:cover;width:100%;height:520px;display:block}.event-detail-placeholder{color:#fff;letter-spacing:5px;background:linear-gradient(135deg,#28163b,#111827);justify-content:center;align-items:center;width:100%;height:520px;font-size:28px;font-weight:900;display:flex}.event-detail-content h1{letter-spacing:-1.5px;margin:0 0 16px;font-size:clamp(38px,5vw,62px);line-height:1}.event-detail-short{color:#ffffffc2;margin:0 0 16px;font-size:18px;line-height:1.55}.event-detail-artist-row{margin:18px 0}.event-detail-meta{margin-top:18px}.event-detail-address{margin-top:16px;font-size:15px}.event-detail-description{background:#ffffff0e;border:1px solid #ffffff14;border-radius:22px;margin-top:28px;padding:22px}.event-detail-description h2{margin:0 0 12px;font-size:22px}.event-detail-description p{color:#ffffffc2;margin:0;font-size:16px;line-height:1.65}@media (max-width:900px){.event-detail-page{padding:20px 12px 120px}.event-detail-card{border-radius:24px;width:100%;padding:20px}.event-detail-layout{grid-template-columns:1fr}.event-detail-image,.event-detail-placeholder{height:330px}.event-detail-content h1{font-size:36px}}.home-page{color:#fff!important;width:100%!important;min-height:100vh!important;padding:42px 22px 130px!important}.hero-section{text-align:center!important;background:radial-gradient(circle at 20% 20%,#ec489957,#0000 32%),radial-gradient(circle at 80% 10%,#3b82f63d,#0000 34%),linear-gradient(135deg,#231436f5,#0e0d1cf5)!important;border:1px solid #ffffff1a!important;border-radius:32px!important;width:min(1180px,100vw - 44px)!important;margin:0 auto 26px!important;padding:58px 34px 54px!important;box-shadow:0 32px 90px #00000052!important}.hero-content{flex-direction:column!important;align-items:center!important;max-width:820px!important;margin:0 auto!important;display:flex!important}.hero-section .brand-pill{width:fit-content!important;margin:0 auto 24px!important}.hero-section h1{letter-spacing:-2px!important;text-align:center!important;color:#fff!important;margin:0 0 16px!important;font-size:clamp(42px,5vw,72px)!important;line-height:.98!important}.hero-section p{color:#ffffffc7!important;text-align:center!important;max-width:680px!important;margin:0 auto!important;font-size:18px!important;line-height:1.55!important}.events-section{background:#181322e0!important;border:1px solid #ffffff17!important;border-radius:32px!important;width:min(1180px,100vw - 44px)!important;margin:0 auto 26px!important;padding:28px!important;box-shadow:0 26px 78px #00000042!important}.section-header{justify-content:space-between!important;align-items:flex-end!important;gap:18px!important;margin-bottom:24px!important;display:flex!important}.section-header h2{color:#fff!important;margin:0 0 6px!important;font-size:30px!important}.section-header p{color:#ffffffad!important;margin:0!important;font-size:15px!important;line-height:1.45!important}.events-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:20px!important;display:grid!important}.event-card{background:#090811d6!important;border:1px solid #ffffff17!important;border-radius:26px!important;flex-direction:column!important;height:100%!important;display:flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 18px 46px #00000040!important}.event-card-image,.event-image-placeholder{object-fit:cover!important;background:radial-gradient(circle at 20% 20%,#a855f75c,#0000 32%),linear-gradient(135deg,#28163b,#111827)!important;width:100%!important;height:215px!important;display:block!important}.event-image-placeholder{color:#fff!important;letter-spacing:5px!important;justify-content:center!important;align-items:center!important;font-size:24px!important;font-weight:900!important;text-decoration:none!important;display:flex!important}.event-card-body{flex-direction:column!important;flex:1!important;padding:20px!important;display:flex!important}.event-title-link{color:inherit!important;text-decoration:none!important}.event-card h3{color:#fff!important;min-height:52px!important;margin:0 0 10px!important;font-size:22px!important;line-height:1.18!important}.event-card p{color:#ffffffb8!important;min-height:44px!important;margin:0 0 12px!important;font-size:15px!important;line-height:1.45!important}.event-artist-row{background:#a855f71f!important;border:1px solid #a855f72e!important;border-radius:15px!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin:12px 0!important;padding:10px 11px!important;display:flex!important}.event-artist-label{color:#ffffff9e!important;margin-bottom:3px!important;font-size:11px!important;font-weight:800!important;display:block!important}.event-artist-name{color:#fff!important;font-size:14px!important;font-weight:900!important}.artist-follow-button{color:#fff!important;cursor:pointer!important;white-space:nowrap!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border:0!important;border-radius:999px!important;padding:8px 11px!important;font-size:11px!important;font-weight:900!important}.artist-follow-button.active{color:#86efac!important;background:#22c55e2e!important;border:1px solid #22c55e40!important}.event-meta{flex-wrap:wrap!important;gap:8px!important;margin-top:4px!important;display:flex!important}.event-meta span{color:#eadbff!important;background:#a855f729!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-weight:800!important}.event-address{color:#ffffffad!important;min-height:38px!important;margin-top:12px!important;font-size:14px!important;line-height:1.4!important}.event-details-button{color:#fff!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border-radius:15px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:46px!important;margin-top:auto!important;font-size:14px!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.favorite-event-button{z-index:20!important;position:absolute!important;top:16px!important;right:16px!important}.map-section{background:#181322e0!important;border:1px solid #ffffff17!important;border-radius:32px!important;width:min(1180px,100vw - 44px)!important;margin:0 auto 80px!important;padding:28px!important;box-shadow:0 26px 78px #00000042!important}.map-section .leaflet-container{border-radius:24px!important;width:100%!important;height:520px!important;overflow:hidden!important}.bottom-nav{z-index:999!important}@media (max-width:1050px){.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:720px){.home-page{padding:20px 12px 120px!important}.hero-section,.events-section,.map-section{border-radius:24px!important;width:100%!important;padding:20px!important}.hero-section h1{letter-spacing:-1px!important;font-size:38px!important}.hero-section p{font-size:15px!important}.section-header{flex-direction:column!important;align-items:flex-start!important}.events-grid{grid-template-columns:1fr!important}.event-card-image,.event-image-placeholder{height:210px!important}.map-section .leaflet-container{height:420px!important}}.event-detail-page .event-detail-artist-row{justify-content:flex-start!important;gap:18px!important;width:fit-content!important;max-width:100%!important;padding:11px 14px!important}.event-detail-page .event-detail-artist-row>div{min-width:auto!important}.event-detail-page .event-detail-artist-row .artist-follow-button{margin-left:6px!important;padding:9px 16px!important}@media (max-width:620px){.event-detail-page .event-detail-artist-row{justify-content:space-between!important;width:100%!important}}.followed-artists-page{color:#fff;background:radial-gradient(circle at 0 0,#00e5ff29,#0000 34%),radial-gradient(circle at 100% 0,#a855f726,#0000 32%),#070a12;min-height:100vh;padding:28px 18px 110px}.followed-artists-hero{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:28px;max-width:1100px;margin:0 auto 24px;padding:24px;box-shadow:0 24px 80px #00000047}.followed-artists-hero .eyebrow{color:#00e5ff;text-transform:uppercase;letter-spacing:.16em;margin:0 0 8px;font-size:12px;font-weight:800}.followed-artists-hero h1{margin:0;font-size:clamp(32px,5vw,56px);line-height:1}.followed-artists-hero p:last-child{color:#ffffffb8;max-width:720px;margin:14px 0 0}.followed-artists-content{max-width:1100px;margin:0 auto}.followed-artists-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.followed-artist-card,.artist-empty-card{background:#ffffff12;border:1px solid #ffffff1a;border-radius:26px;padding:22px;box-shadow:0 18px 70px #00000040}.artist-empty-card{color:#ffffffc7}.artist-empty-card.error{color:#fecaca;border-color:#f8717159}.followed-artist-top{align-items:center;gap:16px;display:flex}.followed-artist-avatar{color:#fff;background:linear-gradient(135deg,#00e5ff,#8b5cf6);border-radius:22px;flex:none;place-items:center;width:72px;height:72px;font-size:34px;font-weight:900;display:grid;overflow:hidden}.followed-artist-avatar img{object-fit:cover;width:100%;height:100%}.artist-status{color:#34d399;text-transform:uppercase;letter-spacing:.12em;margin:0 0 4px;font-size:12px;font-weight:800}.followed-artist-card h2{margin:0;font-size:24px}.artist-tags{flex-wrap:wrap;gap:8px;margin-top:9px;display:flex}.artist-tags span{color:#c8f7ff;background:#00e5ff21;border:1px solid #00e5ff38;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}.followed-artist-bio{color:#ffffffc7;margin:18px 0 0;line-height:1.6}.followed-artist-bio.muted{color:#ffffff7a}.artist-contact-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.artist-contact-row a{color:#fff;background:#ffffff17;border:1px solid #ffffff21;border-radius:999px;padding:10px 14px;font-size:14px;font-weight:800;text-decoration:none}.artist-contact-row a:hover{background:#00e5ff29;border-color:#00e5ff59}@media (max-width:760px){.followed-artists-grid{grid-template-columns:1fr}.followed-artists-page{padding-left:14px;padding-right:14px}.followed-artists-hero,.followed-artist-card{border-radius:22px}}.artist-cta-card,.artist-waiting-card{text-align:center}.artist-main-cta{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7c3aed,#ec4899);border:0;border-radius:22px;width:100%;margin-top:18px;padding:18px 22px;font-size:18px;font-weight:900;box-shadow:0 18px 45px #ec489947}.artist-main-cta:hover{transform:translateY(-1px);box-shadow:0 22px 55px #ec489957}.artist-secondary-button{cursor:pointer;color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;width:100%;margin-top:10px;padding:15px 18px;font-weight:800}.artist-status-box{text-transform:uppercase;color:#fffc;background:#ffffff1a;border-radius:999px;width:fit-content;max-width:100%;margin-top:12px;padding:10px 14px;font-size:13px;font-weight:900;display:inline-flex}.artist-status-box.pending{color:#fde68a;background:#fbbf2429;border:1px solid #fbbf2442}.artist-status-box.approved{color:#a7f3d0;background:#34d39929;border:1px solid #34d39942}.artist-status-box.rejected{color:#fecaca;background:#f8717129;border:1px solid #f8717142}.artist-events-card{grid-column:1/-1}.artist-event-item{background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;gap:6px;padding:14px;display:grid}.artist-note{color:#fecaca}@media (max-width:850px){.artist-approved-grid{grid-template-columns:1fr}}.profile-sub-page{color:#fff;background:radial-gradient(circle at 0 0,#ec489940,#0000 34%),radial-gradient(circle at 100% 0,#2563eb47,#0000 36%),#05030b;min-height:100vh;padding:32px 18px 110px}.profile-sub-shell{background:#16121fe0;border:1px solid #ffffff1c;border-radius:28px;width:min(1120px,100%);margin:0 auto;padding:42px;box-shadow:0 35px 110px #0000006b}.profile-sub-topbar{align-items:center;gap:12px;margin-bottom:54px;display:flex}.profile-sub-topbar a{color:#ffffffdb;font-weight:900;text-decoration:none}.profile-sub-home{background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;padding:11px 18px}.profile-sub-logo{color:#fff;letter-spacing:.28em;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:999px;margin-left:auto;padding:12px 22px;font-size:15px;font-weight:1000}.profile-sub-hero{margin-bottom:32px}.profile-sub-hero h1{letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,58px);line-height:1}.profile-sub-hero p{color:#ffffffb8;max-width:720px;margin:16px 0 0;font-size:17px;line-height:1.55}.profile-empty-card{color:#ffffffc2;background:#ffffff13;border:1px solid #ffffff1a;border-radius:24px;width:min(520px,100%);padding:22px}.profile-empty-card.error{color:#fecaca;border-color:#f8717159}.followed-artists-page-vadoo{background:radial-gradient(circle at 0 0,#ec489945,#0000 34%),radial-gradient(circle at 100% 0,#2563eb4d,#0000 38%),#05030b!important}.followed-artists-grid-vadoo{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.followed-artist-card-vadoo{background:#fff1;border:1px solid #ffffff1c;border-radius:26px;width:100%;min-height:210px;padding:22px;box-shadow:0 22px 70px #00000042}.followed-artist-head-vadoo{align-items:center;gap:16px;display:flex}.followed-artist-avatar-vadoo{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:23px;flex:none;place-items:center;width:78px;height:78px;font-size:36px;font-weight:1000;display:grid;overflow:hidden}.followed-artist-status-vadoo{color:#f472b6;text-transform:uppercase;letter-spacing:.16em;margin:0 0 6px;font-size:12px;font-weight:1000}.followed-artist-card-vadoo h2{letter-spacing:-.03em;margin:0;font-size:25px;line-height:1.08}.followed-artist-tags-vadoo{flex-wrap:wrap;gap:8px;margin-top:11px;display:flex}.followed-artist-bio-vadoo{color:#ffffffc2;margin:22px 0 0;font-size:15px;line-height:1.6}@media (max-width:850px){.profile-sub-page{padding:16px 12px 104px}.profile-sub-shell{border-radius:24px;padding:28px 20px}.profile-sub-topbar{margin-bottom:42px}.profile-sub-logo{letter-spacing:.22em;padding:10px 16px;font-size:13px}.followed-artists-grid-vadoo{grid-template-columns:1fr}.followed-artist-card-vadoo{border-radius:23px}}@media (max-width:768px){html,body{width:100%;overflow-x:hidden}body{font-size:15px}main{width:100%}h1{font-size:clamp(34px,10vw,46px)!important;line-height:1.05!important}h2{font-size:clamp(24px,7vw,32px)!important;line-height:1.12!important}p{line-height:1.55}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,.artist-main-cta,.artist-form button,.profile-action-card,.artist-follow-button{min-height:48px}input,textarea,select{font-size:16px!important}textarea{min-height:120px}img{max-width:100%}.home-page,.profile-page,.artist-page,.event-detail-page,.profile-sub-page{padding-bottom:110px!important;padding-left:12px!important;padding-right:12px!important}.home-shell,.profile-shell,.artist-shell,.event-detail-shell,.profile-sub-shell{border-radius:24px!important;width:100%!important;max-width:100%!important;padding:24px 18px!important}.profile-sub-topbar,.artist-topbar,.event-detail-topbar{gap:8px!important;margin-bottom:34px!important}.profile-sub-topbar a,.artist-topbar a,.event-detail-topbar a,.profile-sub-home,.artist-home-pill{padding:9px 13px!important;font-size:14px!important}.profile-sub-logo,.artist-logo-pill{letter-spacing:.18em!important;padding:10px 15px!important;font-size:12px!important}.events-grid,.followed-artists-grid-vadoo,.favorite-events-grid,.artist-approved-grid{grid-template-columns:1fr!important}.event-card,.followed-artist-card-vadoo,.favorite-event-card,.artist-card{border-radius:22px!important;width:100%!important}.event-card{min-height:auto!important}.event-card img,.event-image,.event-detail-image{object-fit:cover!important;width:100%!important;height:auto!important;max-height:320px!important}.artist-form{gap:14px!important}.artist-form-row{grid-template-columns:1fr!important;gap:14px!important}.artist-form input,.artist-form textarea,.artist-form select{border-radius:17px!important;width:100%!important;min-height:52px!important}.artist-form button{border-radius:18px!important;width:100%!important;padding:16px!important}.profile-avatar{width:140px!important;height:140px!important}.profile-name{font-size:42px!important;line-height:1.05!important}.profile-info-card,.profile-action-card{width:100%!important}.bottom-nav{border-radius:24px!important;width:auto!important;max-width:none!important;padding:8px!important;bottom:14px!important;left:12px!important;right:12px!important}.bottom-nav a{border-radius:18px!important;justify-content:center!important;align-items:center!important;min-height:48px!important;font-size:14px!important;display:flex!important}.map-section,.map-wrapper,.leaflet-container{border-radius:22px!important;width:100%!important;min-height:420px!important;overflow:hidden!important}}@media (max-width:390px){.home-page,.profile-page,.artist-page,.event-detail-page,.profile-sub-page{padding-left:8px!important;padding-right:8px!important}.home-shell,.profile-shell,.artist-shell,.event-detail-shell,.profile-sub-shell{padding:20px 14px!important}h1{font-size:34px!important}.bottom-nav a{font-size:13px!important}}@media (max-width:768px){.bottom-nav{z-index:9999!important;background:#120f1af5!important;border:1px solid #ffffff1f!important;border-radius:24px!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;padding:8px!important;display:grid!important;position:fixed!important;bottom:14px!important;left:14px!important;right:14px!important;transform:none!important;box-shadow:0 18px 55px #00000073!important}.bottom-nav a{white-space:nowrap!important;text-align:center!important;border-radius:18px!important;justify-content:center!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:46px!important;margin:0!important;padding:0 6px!important;font-size:14px!important;font-weight:900!important;display:flex!important}.bottom-nav a.active{color:#fff!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important}}@media (max-width:390px){.bottom-nav{gap:5px!important;padding:7px!important;bottom:10px!important;left:10px!important;right:10px!important}.bottom-nav a{min-height:44px!important;font-size:13px!important}}.artist-form button,.artist-card button,.profile-form button,button[type=submit]{color:#fff!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border:0!important;font-weight:900!important;box-shadow:0 18px 45px #ec489947!important}.artist-form button:hover,.artist-card button:hover,.profile-form button:hover,button[type=submit]:hover{background:linear-gradient(135deg,#9333ea,#db2777)!important;box-shadow:0 22px 55px #ec48995c!important}.artist-form button:disabled,.artist-card button:disabled,.profile-form button:disabled,button[type=submit]:disabled{opacity:.55!important;cursor:not-allowed!important}.event-share-button{cursor:pointer!important;color:#fff!important;letter-spacing:-.01em!important;background:linear-gradient(135deg,#a855f7f2,#ec4899f2)!important;border:1px solid #ec489961!important;border-radius:999px!important;align-items:center!important;gap:11px!important;width:fit-content!important;min-height:50px!important;margin:14px 0 18px!important;padding:8px 18px 8px 9px!important;font-size:15px!important;font-weight:950!important;transition:transform .18s,box-shadow .18s!important;display:inline-flex!important;box-shadow:0 18px 42px #ec489940,inset 0 1px #ffffff38!important}.event-share-button:hover{transform:translateY(-1px)!important;box-shadow:0 24px 58px #ec489957,inset 0 1px #ffffff3d!important}.event-share-icon{color:#fff!important;background:#ffffff2e!important;border-radius:999px!important;flex:none!important;place-items:center!important;width:36px!important;height:36px!important;display:grid!important}.event-share-text{white-space:nowrap!important;line-height:1!important}@media (max-width:768px){.event-share-button{border-radius:20px!important;justify-content:center!important;width:100%!important;min-height:56px!important;margin:16px 0 20px!important;padding:10px 18px!important;font-size:16px!important}.event-share-icon{width:38px!important;height:38px!important}}.artist-topbar{align-items:center!important;gap:12px!important;width:100%!important;margin-bottom:34px!important;display:flex!important}.artist-topbar a{color:#ffffffe6!important;background:#ffffff14!important;border:1px solid #ffffff1f!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:38px!important;padding:9px 14px!important;font-weight:900!important;text-decoration:none!important;display:inline-flex!important}.artist-topbar a:first-child{background:0 0!important;border-color:#0000!important;padding-left:0!important}.artist-home-pill{margin-left:0!important}.artist-logo-pill{color:#fff!important;letter-spacing:.24em!important;white-space:nowrap!important;background:linear-gradient(135deg,#a855f7,#ec4899)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:38px!important;margin-left:auto!important;padding:10px 20px!important;font-size:14px!important;font-weight:1000!important;display:inline-flex!important}@media (max-width:768px){.artist-topbar{gap:8px!important;margin-bottom:28px!important}.artist-topbar a{min-height:36px!important;padding:8px 12px!important;font-size:14px!important}.artist-topbar a:first-child{padding-left:0!important}.artist-logo-pill{letter-spacing:.18em!important;min-height:36px!important;padding:9px 14px!important;font-size:12px!important}}@media (max-width:390px){.artist-topbar{gap:6px!important}.artist-topbar a{padding:7px 10px!important;font-size:13px!important}.artist-logo-pill{letter-spacing:.16em!important;padding:8px 12px!important;font-size:11px!important}}.event-artist-link{color:#fff!important;text-underline-offset:4px!important;cursor:pointer!important;-webkit-text-decoration:underline #ec4899b3!important;text-decoration:underline #ec4899b3!important}.event-artist-link:hover{color:#f9a8d4!important}.public-artist-page{color:#fff;background:radial-gradient(circle at 0 0,#ec489942,#0000 34%),radial-gradient(circle at 100% 0,#2563eb47,#0000 36%),#05030b;min-height:100vh;padding:32px 18px 110px}.public-artist-shell{background:#16121fe0;border:1px solid #ffffff1c;border-radius:28px;width:min(1120px,100%);margin:0 auto;padding:42px;box-shadow:0 35px 110px #0000006b}.public-artist-hero{grid-template-columns:180px 1fr;align-items:center;gap:28px;margin-bottom:24px;display:grid}.public-artist-avatar{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border-radius:42px;place-items:center;width:180px;height:180px;font-size:76px;font-weight:1000;display:grid;overflow:hidden}.public-artist-label{color:#f472b6;text-transform:uppercase;letter-spacing:.18em;margin:0 0 8px;font-size:12px;font-weight:1000}.public-artist-tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.public-artist-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.public-artist-actions a,.public-artist-actions .artist-follow-button{color:#fff;background:#ffffff17;border:1px solid #ffffff21;min-height:44px;font-weight:900;text-decoration:none;border-radius:999px!important;padding:11px 15px!important}.public-artist-card{background:#fff1;border:1px solid #ffffff1a;border-radius:24px;margin-top:18px;padding:24px}.public-artist-card h2{margin:0 0 12px}.public-artist-card p{color:#ffffffbd;line-height:1.6}.public-artist-event-card{color:#fff;background:#fff1;border:1px solid #ffffff1a;border-radius:18px;grid-template-columns:120px 1fr;gap:14px;padding:12px;text-decoration:none;display:grid}.public-artist-event-placeholder{letter-spacing:.18em;background:linear-gradient(135deg,#2e174f,#111827);place-items:center;font-weight:1000;display:grid}.public-artist-event-card strong,.public-artist-event-card span,.public-artist-event-card small{display:block}.public-artist-event-card span{color:#f472b6;margin-top:8px;font-size:13px;font-weight:900}.public-artist-event-card small{color:#ffffff9e;margin-top:6px}@media (max-width:768px){.public-artist-page{padding:16px 12px 104px}.public-artist-shell{border-radius:24px;padding:28px 20px}.public-artist-hero{text-align:center;grid-template-columns:1fr}.public-artist-avatar{border-radius:36px;width:150px;height:150px;margin:0 auto}.public-artist-tags,.public-artist-actions{justify-content:center}.public-artist-events-grid{grid-template-columns:1fr}.public-artist-event-card{grid-template-columns:96px 1fr}.public-artist-event-card img,.public-artist-event-placeholder{width:96px;height:78px}}.event-time-help{color:#ffffff94;margin-top:7px;font-size:12px;font-weight:700;line-height:1.35;display:block}.followed-artist-profile-link{color:#fff!important;cursor:pointer!important;border-radius:20px!important;text-decoration:none!important;transition:transform .18s,opacity .18s!important}.followed-artist-profile-link:hover{opacity:.92!important;transform:translateY(-1px)!important}.followed-artist-open-profile{color:#f9a8d4;margin-top:6px;font-size:13px;font-weight:900;display:inline-block}.artist-form input[type=file]{cursor:pointer!important;color:#ffffffd1!important;background:#ffffff14!important;border:1px dashed #ec489973!important;padding:16px!important}.artist-form input[type=file]::file-selector-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border:0;border-radius:999px;margin-right:12px;padding:10px 14px;font-weight:900}.city-filter-box{background:#ffffff0b;border:1px solid #ffffff14;border-radius:18px;margin:16px 0 22px;padding:16px}.city-filter-box label{color:#fff;margin-bottom:10px;font-weight:800;display:block}.city-filter-row{align-items:center;gap:10px;display:flex}.city-filter-input{color:#fff;background:#00000047;border:1px solid #ffffff1f;border-radius:14px;outline:none;width:100%;padding:13px 15px;font-weight:700}.city-filter-input::placeholder{color:#ffffff73}.city-filter-input:focus{border-color:#d248dce6;box-shadow:0 0 0 3px #d248dc29}@media (max-width:700px){.city-filter-row{flex-direction:column;align-items:stretch}}.city-filter-box{text-align:center;max-width:100%}.city-filter-box label{text-align:center;letter-spacing:.2px;font-size:15px}.city-filter-row{justify-content:center}.city-filter-input{text-align:center;max-width:620px;margin:0 auto;font-size:15px}.city-filter-input::placeholder{text-align:center}.city-filter-row .btn{min-width:90px}@media (max-width:700px){.city-filter-input{max-width:100%}.city-filter-row .btn{width:100%}}.legal-page{color:#fff;background:radial-gradient(circle at 0 0,#e742ae38,#0000 34%),radial-gradient(circle at 100% 0,#2559be42,#0000 38%),#05050c;min-height:100vh;padding:60px 20px 120px}.legal-card{background:#181522eb;border:1px solid #ffffff1f;border-radius:30px;max-width:920px;margin:0 auto;padding:38px;box-shadow:0 30px 90px #00000059}.legal-card h1{letter-spacing:-.05em;margin:26px 0 24px;font-size:clamp(38px,7vw,72px);line-height:.95}.legal-card h2{margin-top:34px;margin-bottom:12px;font-size:22px}.legal-card p,.legal-card li{color:#ffffffc2;font-size:16px;line-height:1.75}.legal-card a{color:#ff65c8;font-weight:800}.legal-card ul{padding-left:22px}.legal-updated{color:#ffffff80!important;font-size:14px!important}.site-footer{color:#ffffffb8;background:#05050c;padding:34px 20px 110px}.site-footer-inner{background:#181522d6;border:1px solid #ffffff1a;border-radius:24px;justify-content:space-between;align-items:center;gap:24px;max-width:1120px;margin:0 auto;padding:26px 28px;display:flex}.site-footer strong{color:#fff;letter-spacing:.2em}.site-footer p{margin:8px 0 0;font-size:14px}.site-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:14px 20px;display:flex}.site-footer-links a{color:#ffffffd1;font-size:14px;font-weight:800;text-decoration:none}.site-footer-links a:hover{color:#ff65c8}@media (max-width:760px){.legal-card{border-radius:24px;padding:26px 20px}.site-footer-inner{flex-direction:column;align-items:flex-start}.site-footer-links{justify-content:flex-start}}.artist-page{background:radial-gradient(circle at 0 0,#ec48992e,#0000 34%),radial-gradient(circle at 100% 0,#8b5cf62e,#0000 34%),#05020b;min-height:100vh;padding:32px 16px 120px}.artist-shell{width:100%;max-width:1080px;margin:0 auto}.artist-topbar{justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:1080px;margin:0 auto 24px;display:flex}.artist-topbar a,.artist-logo-pill,.artist-home-pill{white-space:nowrap}.artist-hero{text-align:center;background:radial-gradient(circle at 20% 20%,#ec489957,#0000 34%),radial-gradient(circle at 80% 20%,#3b82f657,#0000 34%),linear-gradient(135deg,#230c32f2,#05020cf5);border:1px solid #ffffff14;border-radius:28px;width:100%;margin-bottom:28px;padding:64px 48px;box-shadow:0 28px 80px #00000059}.artist-hero h1{letter-spacing:-.04em;margin:0 0 14px;font-size:clamp(32px,5vw,58px);line-height:1.05}.artist-hero p{color:#ffffffc7;max-width:720px;margin:0 auto;font-size:clamp(15px,2vw,19px);line-height:1.6}.artist-card{background:#191422eb;border:1px solid #ffffff14;border-radius:28px;width:100%;max-width:860px;margin:0 auto 28px;padding:34px;box-shadow:0 24px 70px #00000059}.artist-card h2{margin:0 0 24px;font-size:clamp(24px,3vw,34px);line-height:1.15}.artist-form{gap:18px;display:grid}.artist-form label{color:#ffffffeb;gap:8px;font-size:15px;font-weight:800;display:grid}.artist-form input,.artist-form textarea,.artist-form select{color:#fff;background:#ffffff0e;border:1px solid #ffffff1c;border-radius:16px;outline:none;width:100%;min-height:54px;padding:0 18px;font-size:16px}.artist-form select{appearance:auto;background-color:#231e2efa}.artist-form textarea{resize:vertical;min-height:140px;padding-top:16px}.artist-form input::placeholder,.artist-form textarea::placeholder{color:#ffffff6b}.artist-form input:focus,.artist-form textarea:focus,.artist-form select:focus{border-color:#ec4899a6;box-shadow:0 0 0 4px #ec48991f}.artist-form input[type=file]{border-style:dashed;min-height:auto;padding:16px}.artist-form button,.artist-main-cta{cursor:pointer;color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);border:0;border-radius:999px;width:100%;min-height:56px;padding:14px 22px;font-size:16px;font-weight:900;box-shadow:0 18px 40px #ec48993d}.artist-secondary-button{box-shadow:none!important;background:#ffffff14!important}.artist-approved-grid{grid-template-columns:minmax(0,1fr);gap:28px;display:grid}.artist-form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.artist-message{color:#fff;background:#ec48991f;border:1px solid #ec48993d;border-radius:18px;max-width:860px;margin:0 auto 24px;padding:16px 18px;font-weight:700}.artist-status-box{color:#ffffffdb;background:#ffffff14;border-radius:999px;width:fit-content;max-width:100%;padding:10px 14px;font-size:13px;font-weight:800;display:inline-flex}.artist-status-box.pending{color:#fbbf24;background:#f59e0b24}.artist-events-list{gap:14px;display:grid}.artist-event-item{background:#ffffff0e;border-radius:18px;gap:8px;padding:18px;display:grid}@media (max-width:900px){.artist-page{padding:24px 14px 110px}.artist-hero{border-radius:24px;padding:46px 28px}.artist-card{border-radius:24px;max-width:100%;padding:28px}}@media (max-width:640px){.artist-page{padding:18px 12px 108px}.artist-topbar{margin-bottom:18px}.artist-hero{text-align:left;border-radius:22px;margin-bottom:18px;padding:36px 20px}.artist-hero h1{font-size:34px}.artist-hero p{font-size:15px}.artist-card{border-radius:22px;margin-bottom:18px;padding:22px 16px}.artist-card h2{font-size:25px}.artist-form{gap:16px}.artist-form label{font-size:14px}.artist-form input,.artist-form textarea,.artist-form select{border-radius:15px;min-height:52px;font-size:16px}.artist-form textarea{min-height:130px}.artist-form-row{grid-template-columns:1fr}.artist-form button,.artist-main-cta{min-height:54px;font-size:15px}}@media (max-width:768px){.artist-page{padding-bottom:140px}.artist-card:last-child{margin-bottom:40px}}.event-detail-artist-row .event-artist-label{opacity:.75;margin-bottom:4px;font-size:12px;font-weight:800;display:block}.event-detail-artist-row .event-artist-name-big{color:#fff;text-underline-offset:4px;font-size:18px;font-weight:950;line-height:1.15;text-decoration:underline;display:inline-block}.event-detail-artist-row{padding:12px 14px}.event-detail-artist-row .event-artist-label{opacity:.78;letter-spacing:.02em;margin-bottom:5px;font-size:12px;font-weight:900;display:block}.event-detail-artist-row .event-artist-name,.event-detail-artist-row .event-artist-name-big{color:#fff;text-underline-offset:4px;font-weight:950;line-height:1.15;text-decoration:underline;display:inline-block;font-size:20px!important}.event-detail-artist-row .event-artist-link:hover{color:#f472b6}@media (max-width:640px){.event-detail-artist-row .event-artist-name,.event-detail-artist-row .event-artist-name-big{font-size:18px!important}}.vadoo-invite-card{background:radial-gradient(circle at 0 0,#ec489942,#0000 45%),#ffffff0e;border:1px solid #ffffff1f;border-radius:20px;width:100%;margin-top:18px;padding:18px;box-shadow:0 18px 45px #0000003d}.vadoo-invite-icon{background:linear-gradient(135deg,#b84cff,#ec4899);border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:20px;display:flex;box-shadow:0 10px 24px #ec489959}.vadoo-invite-content h3{color:#fff;margin:0 0 6px;font-size:17px;font-weight:900}.vadoo-invite-content p{color:#ffffffb8;margin:0 0 14px;font-size:13px;line-height:1.45}.vadoo-invite-main-btn{cursor:pointer;color:#fff;background:linear-gradient(90deg,#b84cff,#ec4899);border:0;border-radius:999px;width:100%;padding:12px 16px;font-weight:900;box-shadow:0 12px 28px #ec489959}.vadoo-invite-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.vadoo-invite-small-btn{text-align:center;color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;padding:10px 12px;font-size:13px;font-weight:800;text-decoration:none}.vadoo-invite-small-btn:hover{background:#ffffff21}.profile-wide-card .profile-layout{grid-template-columns:minmax(280px,360px) minmax(360px,560px)!important;justify-content:center!important;align-items:start!important;gap:56px!important;display:grid!important}.profile-wide-card .profile-left{width:100%!important;max-width:360px!important}.profile-wide-card .profile-right{width:100%!important;max-width:560px!important}.profile-wide-card .profile-edit-form{margin-bottom:22px!important}.profile-wide-card .profile-edit-form label{margin-bottom:14px!important}.profile-wide-card .profile-edit-form input{height:52px!important;min-height:52px!important}.profile-wide-card .profile-menu{grid-template-columns:1fr 1fr!important;gap:14px!important;display:grid!important}.profile-wide-card .profile-menu-item{align-items:flex-start!important;min-height:116px!important;padding:20px!important;position:relative!important}.profile-wide-card .profile-menu-item div{padding-right:34px!important}.profile-wide-card .profile-menu-item strong{margin-bottom:8px!important;font-size:18px!important;line-height:1.15!important;display:block!important}.profile-wide-card .profile-menu-item span{font-size:13px!important;line-height:1.35!important;display:block!important}.profile-wide-card .profile-menu-item b{position:absolute!important;top:18px!important;right:18px!important}.profile-wide-card .profile-menu-highlight{grid-column:1/-1!important;min-height:96px!important}.profile-wide-card .profile-right .detail-actions{justify-content:flex-start!important;gap:12px!important}@media (max-width:900px){.profile-wide-card .profile-layout{grid-template-columns:1fr!important;gap:28px!important}.profile-wide-card .profile-left,.profile-wide-card .profile-right{max-width:100%!important}.profile-wide-card .profile-menu{grid-template-columns:1fr!important}.profile-wide-card .profile-menu-highlight{grid-column:auto!important}}.artist-approved-grid{grid-template-columns:minmax(320px,780px)!important;justify-content:center!important;gap:24px!important;display:grid!important}.artist-approved-grid>.artist-card,.artist-approved-grid>.creator-profile-accordion,.artist-approved-grid>.creator-dashboard-card{width:100%!important}.creator-dashboard-card{background:radial-gradient(circle at 0 0,#ec48993d,#0000 42%),radial-gradient(circle at 100% 100%,#b84cff2e,#0000 44%),#ffffff0f;border:1px solid #ffffff21;border-radius:28px;padding:26px;box-shadow:0 22px 60px #00000040}.creator-dashboard-kicker{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:linear-gradient(90deg,#b84cff,#ec4899);border-radius:999px;width:fit-content;margin-bottom:10px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.creator-dashboard-card h2{color:#fff;margin:0 0 8px;font-size:30px;font-weight:950;line-height:1.1}.creator-dashboard-card p{color:#ffffffb8;max-width:620px;margin:0;font-size:15px;line-height:1.55}.creator-dashboard-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.creator-dashboard-stats div{background:#ffffff13;border:1px solid #ffffff1c;border-radius:18px;padding:16px}.creator-dashboard-stats strong{color:#fff;margin-bottom:6px;font-size:26px;font-weight:950;line-height:1;display:block}.creator-dashboard-stats span{color:#ffffffad;font-size:13px;font-weight:800}.artist-approved-grid>.artist-card{background:radial-gradient(circle at 0 0,#b84cff1f,#0000 38%),#ffffff0e!important;border:1px solid #ffffff1f!important;border-radius:26px!important;box-shadow:0 18px 50px #00000038!important}.artist-approved-grid>.artist-card h2{margin-bottom:18px;font-size:25px;font-weight:950}.creator-profile-accordion{background:#ffffff0e;border:1px solid #ffffff1f;border-radius:26px;overflow:hidden;box-shadow:0 18px 50px #0003}.creator-profile-accordion-toggle{cursor:pointer;color:#fff;background:radial-gradient(circle at 0 0,#b84cff3d,#0000 45%),#ffffff0b;justify-content:space-between;align-items:center;gap:18px;width:100%;padding:22px 24px;list-style:none;display:flex}.creator-profile-accordion-toggle::-webkit-details-marker{display:none}.creator-profile-accordion-toggle strong{margin-bottom:5px;font-size:22px;font-weight:950;display:block}.creator-profile-accordion-toggle span{color:#ffffffb3;font-size:14px;line-height:1.4;display:block}.creator-profile-accordion-arrow{background:linear-gradient(135deg,#b84cff,#ec4899);border-radius:999px;place-items:center;width:38px;min-width:38px;height:38px;font-weight:900;transition:transform .2s;color:#fff!important;display:grid!important}.creator-profile-accordion[open] .creator-profile-accordion-arrow{transform:rotate(180deg)}.creator-profile-accordion>.artist-card{box-shadow:none!important;border-bottom:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;margin:0!important}.creator-profile-accordion>.artist-card h2{display:none}.artist-approved-grid .artist-form label{margin-bottom:15px}.artist-approved-grid .artist-form input,.artist-approved-grid .artist-form textarea{border-radius:16px}.artist-approved-grid .artist-form button[type=submit]{border-radius:999px;min-height:52px;margin-top:8px;font-weight:950}@media (max-width:760px){.artist-approved-grid{grid-template-columns:1fr!important;gap:18px!important}.creator-dashboard-card{padding:20px}.creator-dashboard-card h2{font-size:24px}.creator-dashboard-stats{grid-template-columns:1fr}.creator-profile-accordion-toggle{padding:18px}.creator-profile-accordion-toggle strong{font-size:18px}}.artist-shell{max-width:1180px!important}.artist-hero{max-width:860px!important;margin-left:auto!important;margin-right:auto!important}.artist-approved-grid{grid-template-columns:minmax(320px,1080px)!important;justify-content:center!important;gap:24px!important;width:100%!important;display:grid!important}.creator-dashboard-card{max-width:1080px!important;margin-left:auto!important;margin-right:auto!important}.creator-desktop-grid{grid-template-columns:minmax(300px,390px) minmax(520px,670px);justify-content:center;align-items:start;gap:24px;width:100%;max-width:1080px;margin:0 auto;display:grid}.creator-side-column,.creator-main-column{align-items:start;gap:24px;display:grid}.creator-main-column .creator-event-form-card{position:sticky;top:24px}.creator-event-form-card .artist-form-row{grid-template-columns:1fr 1fr!important;gap:16px!important}.creator-event-form-card textarea{min-height:150px!important}.creator-side-column .creator-profile-accordion-toggle{padding:20px!important}.creator-side-column .creator-profile-accordion-toggle strong{font-size:19px!important}.creator-side-column .creator-profile-accordion-toggle span{font-size:13px!important}.creator-side-column .creator-profile-accordion>.artist-card{padding:20px!important}.creator-side-column .artist-form textarea{min-height:95px!important}.creator-side-column .artist-events-card{padding:22px!important}.creator-side-column .artist-events-card h2{font-size:22px!important}.creator-side-column .artist-event-item{border-radius:18px!important}@media (max-width:980px){.artist-shell{max-width:760px!important}.creator-desktop-grid{grid-template-columns:1fr;max-width:760px}.creator-main-column .creator-event-form-card{position:static}}@media (max-width:760px){.artist-shell{max-width:100%!important}.artist-approved-grid{grid-template-columns:1fr!important}.creator-desktop-grid{grid-template-columns:1fr;gap:18px}.creator-event-form-card .artist-form-row{grid-template-columns:1fr!important}}.public-artist-shell{max-width:960px!important}.public-artist-hero{background:radial-gradient(circle at 0 0,#ec489929,#0000 42%),radial-gradient(circle at 100% 100%,#3b82f61f,#0000 46%),#ffffff0e!important;border:1px solid #ffffff1f!important;border-radius:30px!important;grid-template-columns:132px 1fr!important;align-items:center!important;gap:26px!important;padding:34px!important;display:grid!important;box-shadow:0 24px 70px #00000047!important}.public-artist-avatar{background:linear-gradient(135deg,#b84cff,#ec4899)!important;border-radius:34px!important;place-items:center!important;width:132px!important;height:132px!important;display:grid!important;overflow:hidden!important;box-shadow:0 18px 45px #ec489947!important}.public-artist-avatar img{object-fit:cover!important;width:100%!important;height:100%!important}.public-artist-avatar span{color:#fff!important;font-size:58px!important;font-weight:950!important}.public-artist-info h1{letter-spacing:-.05em!important;margin:4px 0 10px!important;font-size:clamp(38px,5vw,64px)!important;line-height:.95!important}.public-artist-label{color:#ff5ecb!important;letter-spacing:.16em!important;text-transform:uppercase!important;margin:0!important;font-size:13px!important;font-weight:950!important}.public-artist-tags{flex-wrap:wrap!important;gap:8px!important;margin:12px 0 18px!important;display:flex!important}.public-artist-tags span{color:#ffffffe6!important;background:#ec489929!important;border:1px solid #ec489938!important;border-radius:999px!important;padding:8px 12px!important;font-size:13px!important;font-weight:800!important}.public-artist-actions{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:8px!important;display:flex!important}.public-artist-share-button{cursor:pointer!important;color:#fff!important;background:#ffffff17!important;border:1px solid #ffffff24!important;border-radius:999px!important;padding:11px 16px!important;font-weight:900!important}.public-artist-share-button:hover{background:#ffffff24!important}.public-artist-socials{flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important;display:flex!important}.public-artist-socials a{color:#ffffffd1!important;background:#fff1!important;border:1px solid #ffffff1a!important;border-radius:999px!important;padding:8px 12px!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important}.public-artist-card{background:#ffffff0e!important;border:1px solid #ffffff1f!important;border-radius:26px!important;padding:26px!important}.public-artist-card h2{color:#fff!important;margin:0 0 14px!important;font-size:24px!important;font-weight:950!important}.public-artist-card p{color:#ffffffc2!important;margin:0!important;line-height:1.6!important}.public-artist-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;display:grid!important}.public-artist-event-card{background:#fff1!important;border:1px solid #ffffff1f!important;border-radius:22px!important;grid-template-columns:96px 1fr!important;align-items:center!important;gap:14px!important;min-height:112px!important;padding:12px!important;text-decoration:none!important;transition:transform .18s,background .18s!important;display:grid!important}.public-artist-event-card:hover{background:#ffffff18!important;transform:translateY(-2px)!important}.public-artist-event-card img,.public-artist-event-placeholder{object-fit:cover!important;border-radius:16px!important;width:96px!important;height:88px!important}.public-artist-event-placeholder{color:#fff!important;letter-spacing:.14em!important;background:linear-gradient(135deg,#b84cff59,#ec48992e)!important;place-items:center!important;font-weight:950!important;display:grid!important}.public-artist-event-card strong{color:#fff!important;margin-bottom:6px!important;font-size:16px!important;font-weight:950!important;display:block!important}.public-artist-event-card span{color:#ff5ecb!important;margin-bottom:4px!important;font-size:13px!important;font-weight:850!important;display:block!important}.public-artist-event-card small{color:#ffffffad!important;font-size:13px!important}@media (max-width:760px){.public-artist-shell{max-width:100%!important}.public-artist-hero{text-align:center!important;grid-template-columns:1fr!important;padding:26px 20px!important}.public-artist-avatar{margin:0 auto!important}.public-artist-tags,.public-artist-actions,.public-artist-socials{justify-content:center!important}.public-artist-events-grid{grid-template-columns:1fr!important}.public-artist-event-card{grid-template-columns:82px 1fr!important}.public-artist-event-card img,.public-artist-event-placeholder{width:82px!important;height:76px!important}}.followed-artists-page-vadoo .profile-sub-shell{max-width:1040px!important}.followed-artists-page-vadoo .profile-sub-hero{margin-bottom:28px!important}.followed-artists-page-vadoo .profile-sub-hero h1{letter-spacing:-.055em!important;margin-bottom:12px!important;font-size:clamp(38px,5vw,68px)!important;line-height:.95!important}.followed-artists-page-vadoo .profile-sub-hero p{color:#ffffffb8!important;max-width:620px!important;font-size:16px!important;line-height:1.5!important}.followed-artists-grid-vadoo{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:start!important;gap:18px!important;display:grid!important}.followed-artist-card-vadoo{background:radial-gradient(circle at 0 0,#ec489924,#0000 44%),#ffffff0e!important;border:1px solid #ffffff1f!important;border-radius:26px!important;padding:18px!important;transition:transform .18s,background .18s,border-color .18s!important;position:relative!important;box-shadow:0 18px 50px #00000038!important}.followed-artist-card-vadoo:hover{background:radial-gradient(circle at 0 0,#ec489933,#0000 44%),#ffffff13!important;border-color:#ec48993d!important;transform:translateY(-3px)!important}.followed-artist-head-vadoo{grid-template-columns:76px 1fr!important;align-items:center!important;gap:16px!important;text-decoration:none!important;display:grid!important}.followed-artist-avatar-vadoo{background:linear-gradient(135deg,#b84cff,#ec4899)!important;border-radius:22px!important;place-items:center!important;width:76px!important;height:76px!important;display:grid!important;overflow:hidden!important;box-shadow:0 14px 32px #ec48993d!important}.followed-artist-avatar-vadoo img{object-fit:cover!important;width:100%!important;height:100%!important}.followed-artist-avatar-vadoo span{color:#fff!important;font-size:34px!important;font-weight:950!important}.followed-artist-info-vadoo{min-width:0!important}.followed-artist-status-vadoo{color:#ff5ecb!important;letter-spacing:.14em!important;text-transform:uppercase!important;margin:0 0 4px!important;font-size:11px!important;font-weight:950!important}.followed-artist-info-vadoo h2{color:#fff!important;letter-spacing:-.035em!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0 0 5px!important;font-size:24px!important;font-weight:950!important;line-height:1.05!important;overflow:hidden!important}.followed-artist-open-profile{color:#ffffffe0!important;align-items:center!important;width:fit-content!important;margin-bottom:9px!important;font-size:13px!important;font-weight:900!important;display:inline-flex!important}.followed-artist-tags-vadoo{flex-wrap:wrap!important;gap:6px!important;display:flex!important}.followed-artist-tags-vadoo span{color:#ffffffe6!important;background:#ec489924!important;border:1px solid #ec489938!important;border-radius:999px!important;padding:6px 10px!important;font-size:12px!important;font-weight:850!important}.followed-artist-bio-vadoo{color:#ffffffb8!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:14px 0 0!important;font-size:14px!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.followed-artist-bio-vadoo.muted{color:#ffffff7a!important}.followed-artist-links-vadoo{flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important;display:flex!important}.followed-artist-links-vadoo a{color:#ffffffe0!important;background:#ffffff12!important;border:1px solid #ffffff1c!important;border-radius:999px!important;padding:8px 12px!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important}.followed-artist-links-vadoo a:hover{background:#ffffff1f!important}@media (max-width:900px){.followed-artists-grid-vadoo{grid-template-columns:1fr!important}.followed-artists-page-vadoo .profile-sub-shell{max-width:720px!important}}@media (max-width:560px){.followed-artist-card-vadoo{padding:16px!important}.followed-artist-head-vadoo{grid-template-columns:64px 1fr!important;gap:13px!important}.followed-artist-avatar-vadoo{border-radius:18px!important;width:64px!important;height:64px!important}.followed-artist-info-vadoo h2{font-size:21px!important}}.vadoo-city-search-hero{background:radial-gradient(circle at 0 0,#ec489938,#0000 42%),radial-gradient(circle at 100% 100%,#b84cff29,#0000 46%),#fff1;border:1px solid #ffffff24;border-radius:26px;grid-template-columns:auto minmax(220px,1fr) minmax(260px,520px);align-items:center;gap:18px;width:100%;margin:20px 0 28px;padding:22px;display:grid;box-shadow:0 18px 50px #00000038}.vadoo-city-search-icon{background:linear-gradient(135deg,#b84cff,#ec4899);border-radius:18px;place-items:center;width:54px;height:54px;font-size:23px;display:grid;box-shadow:0 14px 34px #ec489952}.vadoo-city-search-copy strong{color:#fff;margin-bottom:5px;font-size:20px;font-weight:950;display:block}.vadoo-city-search-copy span{color:#ffffffb8;font-size:14px;line-height:1.4;display:block}.vadoo-city-search-field{width:100%;position:relative}.vadoo-city-search-field input{color:#fff;text-align:center;background:#00000038;border:1px solid #ffffff26;border-radius:18px;outline:none;width:100%;min-height:54px;padding:0 52px 0 18px;font-weight:850}.vadoo-city-search-field input::placeholder{color:#ffffff73}.vadoo-city-search-field input:focus{border-color:#ec4899a6;box-shadow:0 0 0 4px #ec48991f}.vadoo-city-clear-button{cursor:pointer;color:#fff;background:#ffffff1f;border:0;border-radius:999px;width:34px;height:34px;font-size:20px;font-weight:900;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.vadoo-city-clear-button:hover{background:#ec48996b}@media (max-width:820px){.vadoo-city-search-hero{text-align:center;grid-template-columns:1fr;padding:20px}.vadoo-city-search-icon{margin:0 auto}}.vadoo-city-search-icon{color:#fff}.vadoo-city-search-icon svg{width:30px;height:30px;display:block}img,video{max-width:100%}@media (max-width:760px){body{overflow-x:hidden}main{width:100%}.home-shell,.profile-sub-shell,.public-artist-shell,.event-detail-shell,.creator-shell,.profile-shell{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important}.hero,.home-hero,.profile-sub-hero,.public-artist-hero,.event-detail-hero{border-radius:24px!important}.section-card,.events-section,.profile-wide-card,.public-artist-card,.creator-dashboard-card,.event-detail-card{border-radius:24px!important;padding-left:16px!important;padding-right:16px!important}h1{letter-spacing:-.055em!important;font-size:clamp(34px,11vw,48px)!important;line-height:.96!important}h2{font-size:clamp(24px,7vw,34px)!important;line-height:1.05!important}p{max-width:100%}input,textarea,select,button{font-size:16px!important}input,textarea,select{max-width:100%!important}.btn,button{touch-action:manipulation}}@media (max-width:520px){.section-header{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.section-header .btn,.section-header button{width:100%!important}.bottom-nav{width:auto!important;max-width:none!important;left:12px!important;right:12px!important}}html,body{max-width:100%;overflow-x:hidden}*{box-sizing:border-box}img,video,iframe{max-width:100%}@media (max-width:760px){body{overflow-x:hidden}main{width:100%}.home-shell,.profile-sub-shell,.public-artist-shell,.event-detail-shell,.creator-shell,.profile-shell{width:100%!important;max-width:100%!important;padding-left:14px!important;padding-right:14px!important}.hero,.home-hero,.profile-sub-hero,.public-artist-hero,.event-detail-hero{border-radius:24px!important}.section-card,.events-section,.profile-wide-card,.public-artist-card,.creator-dashboard-card,.event-detail-card{border-radius:24px!important;padding-left:16px!important;padding-right:16px!important}h1{letter-spacing:-.055em!important;font-size:clamp(34px,11vw,48px)!important;line-height:.96!important}h2{font-size:clamp(24px,7vw,34px)!important;line-height:1.05!important}p{max-width:100%}input,textarea,select,button{font-size:16px!important}input,textarea,select{max-width:100%!important}.btn,button{touch-action:manipulation}}@media (max-width:520px){.section-header{flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.section-header .btn,.section-header button{width:100%!important}.bottom-nav{width:auto!important;max-width:none!important;left:12px!important;right:12px!important}main{padding-bottom:92px!important}}.category-filter-row{flex-wrap:wrap;gap:10px;margin:18px 0 16px;display:flex}.category-filter-chip{color:#ffffffeb;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;padding:10px 15px;font-size:14px;font-weight:800;transition:all .18s;box-shadow:0 10px 24px #0000002e}.category-filter-chip:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-1px)}.category-filter-chip.active{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border-color:#0000;box-shadow:0 12px 28px #a855f752}@media (max-width:640px){.category-filter-row{flex-wrap:nowrap;gap:8px;padding-bottom:4px;overflow-x:auto}.category-filter-chip{flex:none;padding:9px 13px;font-size:13px}}.profile-save-button,.profile-save-button *{color:#fff!important;-webkit-text-fill-color:#fff!important}.legal-shell-enhanced{max-width:1120px;margin:0 auto;padding:28px 20px 140px}.legal-hero-card,.legal-index-card,.legal-section-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#ffffff0f,#ffffff08),#0d0a18d1;border:1px solid #ffffff14;box-shadow:0 24px 60px #00000047}.legal-hero-card{border-radius:28px;margin:18px 0;padding:34px 32px}.legal-eyebrow{letter-spacing:.22em;color:#fff;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border-radius:999px;justify-content:center;align-items:center;min-height:36px;margin-bottom:18px;padding:0 16px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 14px 34px #a855f752}.legal-hero-card h1{color:#fff;margin:0 0 10px;font-size:clamp(34px,5vw,52px);line-height:1.05}.legal-updated{color:#ffffffa8;margin:0 0 18px;font-size:14px}.legal-intro{color:#ffffffeb;max-width:860px;margin:0;font-size:18px;line-height:1.72}.legal-index-card{border-radius:24px;margin-bottom:22px;padding:24px 24px 22px}.legal-index-card h2{color:#fff;margin:0 0 14px;font-size:22px}.legal-index-grid{flex-wrap:wrap;gap:12px;display:flex}.legal-index-chip{color:#fff;background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.legal-index-chip:hover{background:#ffffff1c;border-color:#ffffff2e;transform:translateY(-1px)}.legal-sections-grid{grid-template-columns:1fr;gap:18px;display:grid}.legal-section-card{border-radius:24px;padding:26px 28px}.legal-section-card h2{color:#fff;margin:0 0 14px;font-size:clamp(24px,3vw,30px);line-height:1.18}.legal-section-card p{color:#ffffffe6;margin:0 0 14px;font-size:17px;line-height:1.8}.legal-section-card p:last-child{margin-bottom:0}@media (min-width:960px){.legal-shell-enhanced{padding-top:38px}.legal-hero-card{padding:42px 40px}.legal-index-card{padding:28px}.legal-section-card{padding:30px 32px}}@media (max-width:640px){.legal-shell-enhanced{padding:18px 16px 120px}.legal-hero-card,.legal-index-card,.legal-section-card{border-radius:20px}.legal-hero-card{padding:24px 20px}.legal-index-card,.legal-section-card{padding:20px 18px}.legal-intro,.legal-section-card p{font-size:16px;line-height:1.7}.legal-index-grid{gap:10px}.legal-index-chip{justify-content:flex-start;width:100%;padding:12px 14px}}.login-page-enhanced{background:radial-gradient(circle at 0 0,#a855f747,#0000 34%),radial-gradient(circle at 100% 0,#ec489938,#0000 34%),linear-gradient(#12091f 0%,#07030d 100%);min-height:100vh;padding:28px 16px 110px}.login-card-enhanced{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#ffffff14,#ffffff0a),#0f0a1ce0;border:1px solid #ffffff1a;width:min(100%,520px);box-shadow:0 26px 70px #0000005c}.login-hero-copy{margin:20px 0 22px}.login-kicker{color:#fff;letter-spacing:.12em;text-transform:uppercase;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border-radius:999px;align-items:center;min-height:32px;margin-bottom:14px;padding:0 13px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 12px 28px #a855f74d}.login-hero-copy h1{color:#fff;margin:0 0 10px;font-size:clamp(32px,6vw,46px);line-height:1.05}.login-hero-copy p{color:#ffffffd1;margin:0;font-size:16px;line-height:1.65}.login-benefits{flex-wrap:wrap;gap:9px;margin-top:18px;display:flex}.login-benefits span{color:#ffffffeb;background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;align-items:center;min-height:34px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.login-card-enhanced .google-login-button,.login-card-enhanced .auth-submit{color:#fff!important;-webkit-text-fill-color:#fff!important}.login-card-enhanced .auth-switch{color:#ffffffe6}@media (max-width:640px){.login-page-enhanced{padding:18px 14px 105px}.login-card-enhanced{border-radius:24px}.login-benefits{gap:8px}.login-benefits span{padding:7px 10px;font-size:12px}}.login-card-enhanced .google-login-button{color:#1f2937!important;-webkit-text-fill-color:#1f2937!important;background:#fff!important;border:1px solid #ffffffa6!important}.login-card-enhanced .google-login-button span{color:#1f2937!important;-webkit-text-fill-color:#1f2937!important}.login-card-enhanced .google-login-button .google-login-icon,.login-card-enhanced .google-login-button .google-login-icon *{-webkit-text-fill-color:initial!important}.creator-connections-card{margin-top:18px}.creator-connections-head{justify-content:space-between;gap:18px;margin-bottom:18px;display:flex}.creator-connections-head h2{margin:6px 0 8px}.creator-connections-head p{color:#ffffffb8;margin:0;line-height:1.6}.creator-connections-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.creator-connection-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:22px;overflow:hidden}.creator-connection-card img,.creator-connection-placeholder{object-fit:cover;justify-content:center;align-items:center;width:100%;height:150px;display:flex}.creator-connection-placeholder{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);font-size:44px;font-weight:900}.creator-connection-type{color:#fff;background:#a855f759;border:1px solid #ffffff1f;border-radius:999px;margin-bottom:8px;padding:5px 9px;font-size:12px;font-weight:900;display:inline-flex}.creator-connection-body h3{color:#fff;margin:0 0 6px;font-size:18px}.creator-connection-meta,.creator-connection-reasons{color:#ffffffb8;margin:0 0 8px;font-size:13px;line-height:1.45}.creator-connection-score{color:#fff;margin:0 0 8px;font-size:13px;font-weight:900}.creator-connection-actions{margin-top:12px}.creator-connection-actions a{color:#fff;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:9px 13px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #a855f73d}@media (max-width:980px){.creator-connections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.creator-connections-grid{grid-template-columns:1fr}.creator-connection-card img,.creator-connection-placeholder{height:180px}}.creator-connection-actions{flex-wrap:wrap;gap:8px;display:flex}.creator-connection-actions button{color:#fff;-webkit-text-fill-color:#fff;cursor:pointer;background:#ffffff17;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:9px 13px;font-weight:900;text-decoration:none;display:inline-flex}.creator-connection-actions button:hover{background:#ffffff26}.artist-event-types-label{display:block}.artist-event-types-grid{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.artist-event-types-grid button{color:#ffffffd1;-webkit-text-fill-color:#ffffffd1;cursor:pointer;background:#ffffff12;border:1px solid #ffffff29;border-radius:999px;min-height:36px;padding:8px 12px;font-weight:800}.artist-event-types-grid button.selected{color:#fff;-webkit-text-fill-color:#fff;background:linear-gradient(135deg,#a855f7f2,#ec4899f2);border-color:#ec4899a6;box-shadow:0 10px 22px #a855f738}.creator-connection-tags{flex-wrap:wrap;gap:6px;margin:8px 0 10px;display:flex}.creator-connection-tags span{color:#fff;-webkit-text-fill-color:#fff;background:#ffffff17;border:1px solid #ffffff1f;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:900;display:inline-flex}.artist-form .artist-event-types-grid button{width:auto!important;min-height:36px!important;box-shadow:none!important;color:#ffffffbd!important;-webkit-text-fill-color:#ffffffbd!important;cursor:pointer!important;background:#ffffff0e!important;border:1px solid #ffffff29!important;border-radius:999px!important;padding:8px 13px!important;font-weight:800!important;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s!important}.artist-form .artist-event-types-grid button:hover{transform:translateY(-1px);color:#fff!important;-webkit-text-fill-color:#fff!important;background:#ffffff1a!important;border-color:#ffffff47!important}.artist-form .artist-event-types-grid button.selected{color:#fff!important;-webkit-text-fill-color:#fff!important;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%)!important;border-color:#ffffff73!important;box-shadow:0 12px 26px #ec489952!important}.artist-form .artist-event-types-grid button.selected:before{content:"✓ ";font-weight:900}.vadoo-collaboration-modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05020cc7;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.vadoo-collaboration-modal{background:radial-gradient(circle at 15% 0,#a855f738,#0000 34%),radial-gradient(circle at 85% 10%,#ec48992e,#0000 34%),#181020;border:1px solid #ffffff21;border-radius:28px;width:min(620px,100%);padding:24px;position:relative;box-shadow:0 28px 80px #0000008c}.vadoo-collaboration-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;width:38px;height:38px;font-size:24px;position:absolute;top:14px;right:14px}.vadoo-collaboration-modal h2{color:#fff;margin:8px 0;font-size:26px}.vadoo-collaboration-modal p{color:#ffffffb8;margin:0 0 16px;line-height:1.55}.vadoo-collaboration-modal textarea{resize:vertical;color:#fff;background:#ffffff12;border:1px solid #ffffff24;border-radius:18px;outline:none;width:100%;padding:14px}.vadoo-collaboration-modal-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.vadoo-collaboration-modal-actions button,.creator-collaboration-actions button,.creator-collaboration-actions a{color:#fff;-webkit-text-fill-color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;min-height:38px;padding:9px 13px;font-weight:900;text-decoration:none}.vadoo-collaboration-modal-actions button.primary{background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border-color:#ffffff52;box-shadow:0 12px 26px #ec489947}.creator-collaboration-card{margin-top:18px}.creator-collaboration-list{gap:12px;display:grid}.creator-collaboration-item{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:22px;padding:15px}.creator-collaboration-top{align-items:center;gap:12px;display:flex}.creator-collaboration-top img,.creator-collaboration-avatar{object-fit:cover;border-radius:18px;flex:none;width:58px;height:58px}.creator-collaboration-avatar{color:#fff;background:linear-gradient(135deg,#a855f7,#ec4899);justify-content:center;align-items:center;font-size:24px;font-weight:900;display:flex}.creator-collaboration-top span{color:#ffffffb8;margin-bottom:4px;font-size:12px;font-weight:900;display:inline-flex}.creator-collaboration-top h3{color:#fff;margin:0}.creator-collaboration-top p,.creator-collaboration-message,.creator-collaboration-status{color:#ffffffbd}.creator-collaboration-message{margin:14px 0 10px;line-height:1.55}.creator-collaboration-status{margin-bottom:12px}.creator-collaboration-status strong{color:#fff}.creator-collaboration-actions{flex-wrap:wrap;gap:8px;display:flex}.profile-creator-badge{color:#fff;-webkit-text-fill-color:#fff;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:8px;padding:0 7px;font-size:12px;font-style:normal;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #ec489947}.creator-collaboration-feedback{color:#ffffffc2;background:#ffffff0e;border:1px solid #ffffff17;border-radius:16px;margin:8px 0 12px;padding:10px 12px;line-height:1.45}.creator-collaboration-feedback.positive{color:#fff;-webkit-text-fill-color:#fff;background:#22c55e24;border-color:#22c55e52}.creator-collaboration-feedback.muted{color:#ffffff94;-webkit-text-fill-color:#ffffff94}@media (min-width:769px){.bottom-nav{display:none!important}}.artist-approved-grid{gap:18px!important}.creator-dashboard-card{border-radius:24px!important;padding:22px!important}.creator-dashboard-card h2{margin:4px 0 8px!important;font-size:clamp(24px,3vw,34px)!important}.creator-dashboard-card p{max-width:720px!important;line-height:1.45!important}.creator-dashboard-stats{gap:10px!important;margin-top:18px!important}.creator-dashboard-stats>div{border-radius:16px!important;padding:14px 16px!important}.creator-collaboration-card,.creator-connections-card{border-radius:24px!important;padding:22px!important}.creator-connections-head{margin-bottom:14px!important}.creator-connections-head h2{margin:5px 0 6px!important;font-size:clamp(22px,2.5vw,30px)!important}.creator-connections-head p{font-size:14px!important;line-height:1.45!important}.creator-collaboration-list{gap:10px!important}.creator-collaboration-item{border-radius:18px!important;padding:13px!important}.creator-collaboration-top img,.creator-collaboration-avatar{border-radius:15px!important;width:50px!important;height:50px!important}.creator-collaboration-message{margin:10px 0 8px!important;font-size:13px!important}.creator-collaboration-feedback{margin:8px 0 10px!important;padding:8px 10px!important;font-size:13px!important}.creator-connections-grid{gap:12px!important}.creator-connection-card{border-radius:18px!important}.creator-connection-card img,.creator-connection-placeholder{height:120px!important}.creator-connection-body{padding:12px!important}.creator-connection-body h3{font-size:16px!important}.creator-connection-meta,.creator-connection-reasons,.creator-connection-score{font-size:12px!important}.creator-connection-actions{gap:7px!important}.creator-connection-actions a,.creator-connection-actions button,.creator-collaboration-actions a,.creator-collaboration-actions button{min-height:34px!important;padding:7px 11px!important;font-size:12px!important}@media (min-width:981px){.creator-collaboration-card,.creator-connections-card{max-width:900px!important;margin-left:auto!important;margin-right:auto!important}.creator-connections-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:640px){.creator-dashboard-card,.creator-collaboration-card,.creator-connections-card{border-radius:22px!important;padding:18px!important}.creator-connection-card img,.creator-connection-placeholder{height:150px!important}}.creator-tabs-card{background:#ffffff0e;border:1px solid #ffffff1a;border-radius:24px;width:min(900px,100%);margin:18px auto 0;padding:18px;box-shadow:0 22px 55px #00000047}.creator-tabs-head h2{color:#fff;margin:6px 0;font-size:clamp(22px,2.5vw,30px)}.creator-tabs-head p{color:#ffffffb8;max-width:720px;margin:0 0 14px;line-height:1.45}.creator-tabs-nav{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.creator-tabs-nav button{color:#ffffffc7;-webkit-text-fill-color:#ffffffc7;cursor:pointer;background:#ffffff12;border:1px solid #ffffff21;border-radius:999px;min-height:44px;font-weight:900}.creator-tabs-nav button.active{color:#fff;-webkit-text-fill-color:#fff;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);box-shadow:0 14px 30px #ec48993d}.creator-tabs-nav button span{color:#fff;-webkit-text-fill-color:#fff;background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;min-width:21px;height:21px;margin-left:7px;padding:0 6px;font-size:12px;display:inline-flex}.creator-tab-panel{display:none!important}.creator-tab-panel.active,.creator-tab-panel.active.creator-connections-card{display:block!important}@media (max-width:640px){.creator-tabs-nav{grid-template-columns:1fr}.creator-tabs-card{border-radius:22px;padding:16px}}@media (min-width:769px){.bottom-nav{display:flex!important}.artist-page .bottom-nav{display:none!important}}.vadoo-load-more-wrap{justify-content:center;margin:26px 0 10px;display:flex}.vadoo-load-more-events{color:#fff;-webkit-text-fill-color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f7 0%,#d946ef 55%,#ec4899 100%);border:0;border-radius:999px;min-height:46px;padding:0 24px;font-weight:900;box-shadow:0 16px 36px #ec489947}.vadoo-load-more-events:hover{transform:translateY(-1px)}.event-card-image{aspect-ratio:16/10;object-fit:cover;width:100%;height:auto;display:block}.event-image-link{display:block;overflow:hidden}.city-events-page{min-height:100vh;padding-bottom:120px}.city-events-hero{margin-bottom:34px}.city-events-section,.city-events-links-section{width:min(1120px,100% - 28px);margin-left:auto;margin-right:auto}.vadoo-city-seo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.vadoo-city-seo-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.vadoo-city-seo-card{color:#fff;background:#ffffff0e;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;gap:7px;min-height:138px;padding:18px;text-decoration:none;display:flex;box-shadow:0 18px 45px #00000038}.vadoo-city-seo-card:hover{border-color:#d946ef73;transform:translateY(-2px)}.vadoo-city-seo-card span{color:#ffffff9e;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.vadoo-city-seo-card strong{color:#fff;-webkit-text-fill-color:#fff;font-size:22px;line-height:1.05}.vadoo-city-seo-card p{color:#ffffffad;margin:0;font-size:14px;line-height:1.45}@media (max-width:900px){.vadoo-city-seo-grid,.vadoo-city-seo-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.vadoo-city-seo-grid,.vadoo-city-seo-grid.compact{grid-template-columns:1fr}.vadoo-city-seo-card{min-height:auto}}
