.marketplace-page{width:100%;max-width:1180px;margin:0 auto;padding:20px 18px 60px}.marketplace-hero{background:linear-gradient(145deg,#10191f,#0a1116);border:1px solid #ffffff0e;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;padding:28px;display:flex}.marketplace-hero-copy{max-width:620px}.marketplace-eyebrow{color:#84f342;letter-spacing:1.4px;align-items:center;gap:6px;font-size:9px;font-weight:900;display:inline-flex}.marketplace-hero h1{color:#f5f7f8;letter-spacing:-1.5px;max-width:620px;margin:10px 0 8px;font-size:clamp(28px,5vw,48px);line-height:.98}.marketplace-hero p{color:#87949b;max-width:530px;font-size:13px;line-height:1.55}.marketplace-hero-actions{gap:9px;margin-top:18px;display:flex}.marketplace-primary-button,.marketplace-secondary-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 14px;font-size:9px;font-weight:900;display:inline-flex}.marketplace-primary-button{color:#071007;background:#84f342;border:0}.marketplace-secondary-button{color:#c5ced3;background:#ffffff09;border:1px solid #ffffff0f}.marketplace-hero-icon{color:#84f342;background:#84f3420b;border:1px solid #84f34214;border-radius:22px;flex:0 0 130px;justify-content:center;align-items:center;width:130px;height:130px;display:flex}.marketplace-toolbar{align-items:center;gap:10px;margin-top:18px;display:flex}.marketplace-search{color:#68757c;background:#0c141a;border:1px solid #ffffff0d;border-radius:11px;flex:1;align-items:center;gap:8px;min-height:42px;padding:0 12px;display:flex}.marketplace-search input{color:#eef2f4;background:0 0;border:0;outline:0;width:100%;font-size:11px}.marketplace-filter-label{color:#839097;background:#0c141a;border:1px solid #ffffff0d;border-radius:11px;align-items:center;gap:5px;min-height:42px;padding:0 11px;font-size:9px;font-weight:700;display:flex}.marketplace-categories{gap:7px;margin-top:14px;padding-bottom:4px;display:flex;overflow-x:auto}.marketplace-category{color:#839097;cursor:pointer;background:#0d151b;border:1px solid #ffffff0d;border-radius:999px;flex:none;align-items:center;gap:5px;padding:8px 10px;font-size:8px;font-weight:800;display:inline-flex}.marketplace-category.active{color:#071007;background:#84f342;border-color:#84f342}.marketplace-section-header{justify-content:space-between;align-items:end;gap:12px;margin:25px 0 11px;display:flex}.marketplace-section-header span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.marketplace-section-header h2{color:#edf2f4;margin-top:3px;font-size:18px}.marketplace-section-header small{color:#627078;font-size:9px}.marketplace-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.marketplace-card{text-align:left;min-width:0;color:inherit;cursor:pointer;background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;padding:0;transition:transform .18s,border-color .18s;display:block;overflow:hidden}.marketplace-card:hover{border-color:#84f3421f;transform:translateY(-2px)}.marketplace-card-image{aspect-ratio:1;background:#091015;position:relative;overflow:hidden}.marketplace-card-image img{object-fit:cover;width:100%;height:100%;display:block}.marketplace-card-placeholder{color:#344249;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.marketplace-condition{color:#071007;background:#84f342;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:900;position:absolute;top:8px;left:8px}.marketplace-card-content{padding:10px}.marketplace-card-price{align-items:baseline;gap:4px;display:flex}.marketplace-card-price strong{color:#f3f6f7;font-size:17px;font-weight:900}.marketplace-card-price span{color:#65737a;font-size:7px;font-weight:700}.marketplace-card h3{color:#cfd7db;white-space:nowrap;text-overflow:ellipsis;margin:5px 0;font-size:10px;font-weight:800;overflow:hidden}.marketplace-card-category{color:#84f342;font-size:7px;font-weight:700;display:block}.marketplace-card-location{color:#67747b;align-items:center;gap:4px;margin-top:7px;font-size:7px;display:flex}.marketplace-card-seller{color:#79878e;border-top:1px solid #ffffff0a;margin-top:7px;padding-top:7px;font-size:7px}.marketplace-empty,.marketplace-loading{color:#67747b;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:260px;display:flex}.marketplace-empty h3{color:#dbe2e5;font-size:14px}.marketplace-empty p{max-width:380px;font-size:9px;line-height:1.5}.marketplace-empty button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:8px;align-items:center;gap:5px;margin-top:5px;padding:8px 11px;font-size:8px;font-weight:900;display:inline-flex}.marketplace-loader{border:3px solid #ffffff14;border-top-color:#84f342;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite marketplace-spin}@keyframes marketplace-spin{to{transform:rotate(360deg)}}.marketplace-load-more{color:#aab4b9;cursor:pointer;background:#0d151b;border:1px solid #ffffff0e;border-radius:9px;margin:18px auto 0;padding:9px 15px;font-size:8px;font-weight:800;display:block}@media (width<=980px){.marketplace-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=720px){.marketplace-page{padding:12px 10px 50px}.marketplace-hero{align-items:flex-start;padding:18px}.marketplace-hero-icon{flex-basis:76px;width:76px;height:76px}.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-filter-label{display:none}}@media (width<=430px){.marketplace-hero-icon{display:none}.marketplace-hero-actions{width:100%}.marketplace-primary-button,.marketplace-secondary-button{flex:1}}.marketplace-create-page{width:100%;max-width:1180px;margin:0 auto;padding:20px 18px 60px}.marketplace-create-header{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.marketplace-back-button{color:#849198;cursor:pointer;background:#0c141a;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:6px;width:fit-content;padding:7px 9px;display:inline-flex}.marketplace-create-header>div>span{color:#84f342;letter-spacing:1.3px;align-items:center;gap:6px;font-size:8px;font-weight:900;display:flex}.marketplace-create-header h1{color:#f1f5f6;margin:5px 0;font-size:28px}.marketplace-create-header p{color:#78868d;font-size:10px}.marketplace-create-layout{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:14px;display:grid}.marketplace-create-main{flex-direction:column;gap:12px;display:flex}.marketplace-create-card,.marketplace-create-summary{background:#0d151b;border:1px solid #ffffff0d;border-radius:14px}.marketplace-create-card{padding:16px}.marketplace-create-card-title{color:#84f342;align-items:center;gap:9px;margin-bottom:14px;display:flex}.marketplace-create-card-title>div{flex-direction:column;gap:2px;display:flex}.marketplace-create-card-title strong{color:#e5ebee;font-size:11px}.marketplace-create-card-title span{color:#6f7d84;font-size:8px}.marketplace-upload-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.marketplace-upload-preview,.marketplace-upload-button{aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.marketplace-upload-preview{background:#091015}.marketplace-upload-preview img{object-fit:cover;width:100%;height:100%;display:block}.marketplace-upload-preview button{color:#fff;cursor:pointer;background:#000000b3;border:0;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:6px;right:6px}.marketplace-main-photo{color:#071007;background:#84f342;border-radius:999px;padding:4px 6px;font-size:6px;font-weight:900;position:absolute;bottom:6px;left:6px}.marketplace-upload-button{color:#84f342;cursor:pointer;background:#84f34206;border:1px dashed #84f34233;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.marketplace-upload-button strong{font-size:8px}.marketplace-upload-button span{color:#68767d;font-size:6px}.marketplace-upload-button input{display:none}.marketplace-create-fields{flex-direction:column;gap:11px;display:flex}.marketplace-create-fields label{flex-direction:column;gap:5px;display:flex}.marketplace-create-fields label>span{color:#75838a;font-size:8px;font-weight:800}.marketplace-create-fields input,.marketplace-create-fields textarea,.marketplace-create-fields select{box-sizing:border-box;color:#edf2f4;width:100%;font:inherit;background:#091116;border:1px solid #ffffff0e;border-radius:9px;outline:0}.marketplace-create-fields input,.marketplace-create-fields select{min-height:39px;padding:0 10px;font-size:9px}.marketplace-create-fields textarea{resize:vertical;min-height:120px;padding:10px;font-size:9px;line-height:1.5}.marketplace-create-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.marketplace-price-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:9px;display:grid}.marketplace-price-input{background:#091116;border:1px solid #ffffff0e;border-radius:9px;align-items:center;min-height:39px;padding:0 10px;display:flex}.marketplace-price-input>span{color:#84f342;font-weight:900}.marketplace-price-input input{background:0 0;border:0;flex:1;min-width:0}.marketplace-price-input small{color:#68767d;font-size:7px}.marketplace-check-row{background:#091116;border:1px solid #ffffff0e;border-radius:9px;align-items:center;min-height:39px;padding:8px 10px;flex-direction:row!important;gap:8px!important}.marketplace-check-row input{width:auto;min-height:auto}.marketplace-check-row>div{flex-direction:column;gap:2px;display:flex}.marketplace-check-row strong{color:#d5dde1;font-size:8px}.marketplace-check-row span{color:#68767d;font-size:7px}.marketplace-create-sidebar{position:sticky;top:84px}.marketplace-create-summary{padding:17px}.marketplace-create-summary>span{color:#84f342;letter-spacing:1px;font-size:7px;font-weight:900}.marketplace-create-summary h2{color:#e9eef0;margin:5px 0;font-size:15px}.marketplace-create-summary>p{color:#6e7c83;margin-bottom:15px;font-size:8px;line-height:1.5}.marketplace-create-summary-row{color:#728087;border-top:1px solid #ffffff0b;justify-content:space-between;gap:10px;padding:9px 0;font-size:8px;display:flex}.marketplace-create-summary-row strong{color:#d8e0e4}.marketplace-publish-button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:40px;margin-top:12px;font-size:9px;font-weight:900;display:flex}.marketplace-publish-button:disabled{opacity:.55;cursor:not-allowed}@media (width<=850px){.marketplace-create-layout{grid-template-columns:1fr}.marketplace-create-sidebar{position:static}}@media (width<=600px){.marketplace-create-page{padding:12px 10px 50px}.marketplace-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-create-grid,.marketplace-price-row{grid-template-columns:1fr}}.marketplace-detail-page{width:100%;max-width:1180px;margin:0 auto;padding:20px 18px 60px}.marketplace-detail-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:18px;margin-top:14px;display:grid}.marketplace-detail-main-image{aspect-ratio:1;background:#091015;border:1px solid #ffffff0d;border-radius:16px;position:relative;overflow:hidden}.marketplace-detail-main-image img{object-fit:contain;width:100%;height:100%;display:block}.marketplace-detail-placeholder{color:#344249;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.marketplace-gallery-arrow{color:#fff;cursor:pointer;background:#000000a6;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.marketplace-gallery-arrow.left{left:10px}.marketplace-gallery-arrow.right{right:10px}.marketplace-gallery-counter{color:#dce3e6;background:#000000a6;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:800;position:absolute;bottom:10px;right:10px}.marketplace-detail-thumbnails{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-top:8px;display:grid}.marketplace-detail-thumbnails button{aspect-ratio:1;cursor:pointer;background:#091015;border:2px solid #0000;border-radius:9px;padding:0;overflow:hidden}.marketplace-detail-thumbnails button.active{border-color:#84f342}.marketplace-detail-thumbnails img{object-fit:cover;width:100%;height:100%;display:block}.marketplace-detail-info{background:#0d151b;border:1px solid #ffffff0d;border-radius:16px;padding:20px}.marketplace-detail-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.marketplace-detail-category{color:#84f342;letter-spacing:.8px;font-size:8px;font-weight:900}.marketplace-favorite-button{color:#77858c;cursor:pointer;background:#091116;border:1px solid #ffffff0e;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.marketplace-favorite-button.active{color:#84f342;background:#84f3420d;border-color:#84f34233}.marketplace-detail-info h1{color:#eef3f5;margin:10px 0;font-size:25px;line-height:1.1}.marketplace-detail-price{align-items:baseline;gap:5px;display:flex}.marketplace-detail-price strong{color:#fff;font-size:30px;font-weight:950}.marketplace-detail-price span{color:#66747b;font-size:8px;font-weight:800}.marketplace-negotiable{color:#84f342;margin-top:5px;font-size:8px;font-weight:800;display:inline-block}.marketplace-detail-meta{background:#091116;border:1px solid #ffffff0b;border-radius:11px;flex-direction:column;gap:8px;margin-top:18px;padding:13px;display:flex}.marketplace-detail-meta>div{color:#87949b;align-items:center;gap:7px;font-size:9px;display:flex}.marketplace-detail-meta svg{color:#84f342}.marketplace-description{margin-top:18px}.marketplace-description>span{color:#68767d;letter-spacing:1px;font-size:7px;font-weight:900}.marketplace-description p{color:#aab5ba;white-space:pre-wrap;margin-top:6px;font-size:10px;line-height:1.6}.marketplace-seller-card{border-top:1px solid #ffffff0d;margin-top:20px;padding-top:16px}.marketplace-seller-profile{cursor:pointer;align-items:center;gap:9px;display:flex}.marketplace-seller-avatar{color:#84f342;background:#091116;border-radius:50%;flex:0 0 43px;justify-content:center;align-items:center;width:43px;height:43px;display:flex;overflow:hidden}.marketplace-seller-avatar img{object-fit:cover;width:100%;height:100%}.marketplace-seller-profile>div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.marketplace-seller-profile span{color:#65737a;letter-spacing:.8px;font-size:6px;font-weight:900}.marketplace-seller-profile strong{color:#dbe2e5;align-items:center;gap:4px;font-size:10px;display:flex}.marketplace-seller-profile strong svg{color:#84f342}.marketplace-seller-profile small{color:#66747b;font-size:7px}.marketplace-contact-button,.marketplace-owner-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:40px;margin-top:13px;font-size:9px;font-weight:900;display:flex}.marketplace-contact-button{color:#071007;background:#84f342;border:0}.marketplace-owner-button{color:#b7c1c6;background:#091116;border:1px solid #ffffff0e}.marketplace-detail-loading,.marketplace-detail-empty{color:#718087;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:420px;display:flex}.marketplace-detail-empty h2{color:#dce3e6}.marketplace-detail-empty p{max-width:420px;font-size:9px}.marketplace-detail-empty button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:8px;padding:8px 11px;font-size:8px;font-weight:900}@media (width<=820px){.marketplace-detail-layout{grid-template-columns:1fr}.marketplace-detail-info{padding:16px}}@media (width<=520px){.marketplace-detail-page{padding:12px 10px 50px}.marketplace-detail-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.marketplace-detail-info h1{font-size:20px}.marketplace-detail-price strong{font-size:25px}}.marketplace-manage-page{width:100%;max-width:1180px;margin:0 auto;padding:20px 18px 60px}.marketplace-manage-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.marketplace-manage-header>div{flex:1}.marketplace-manage-header>div>span{color:#84f342;letter-spacing:1px;align-items:center;gap:5px;font-size:8px;font-weight:900;display:flex}.marketplace-manage-header h1{color:#f0f4f5;margin:5px 0;font-size:27px}.marketplace-manage-header p{color:#718087;font-size:9px}.marketplace-status-tabs{gap:7px;margin-bottom:15px;display:flex;overflow-x:auto}.marketplace-status-tab{color:#7e8b92;cursor:pointer;background:#0d151b;border:1px solid #ffffff0d;border-radius:999px;flex:none;align-items:center;gap:6px;padding:8px 10px;font-size:8px;font-weight:800;display:inline-flex}.marketplace-status-tab span{color:#9ba7ad;text-align:center;background:#ffffff0b;border-radius:999px;min-width:18px;padding:2px 5px;font-size:7px}.marketplace-status-tab.active{color:#071007;background:#84f342;border-color:#84f342}.marketplace-status-tab.active span{color:#071007;background:#0000001f}.marketplace-manage-list{flex-direction:column;gap:9px;display:flex}.marketplace-manage-item{background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:13px;padding:10px;display:grid}.marketplace-manage-image{color:#344249;cursor:pointer;background:#091015;border:0;border-radius:9px;justify-content:center;align-items:center;width:120px;height:100px;padding:0;display:flex;overflow:hidden}.marketplace-manage-image img{object-fit:cover;width:100%;height:100%}.marketplace-manage-info{min-width:0}.marketplace-manage-status-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.marketplace-manage-status-row small{color:#56646b;font-size:7px}.marketplace-status{letter-spacing:.5px;border-radius:999px;padding:4px 6px;font-size:6px;font-weight:900;display:inline-flex}.marketplace-status.active{color:#071007;background:#84f342}.marketplace-status.sold{color:#b8c3c8;background:#fff1}.marketplace-status.paused{color:#e7bd66;background:#e7bd6614}.marketplace-manage-info h3{color:#dbe2e5;white-space:nowrap;text-overflow:ellipsis;margin:6px 0;font-size:12px;overflow:hidden}.marketplace-manage-price{color:#f4f6f7;font-size:17px}.marketplace-manage-price small{color:#65737a;font-size:7px}.marketplace-manage-stats{color:#65737a;gap:12px;margin-top:7px;font-size:7px;display:flex}.marketplace-manage-stats span{align-items:center;gap:4px;display:inline-flex}.marketplace-manage-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:210px;display:grid}.marketplace-manage-actions button{color:#9aa7ad;cursor:pointer;background:#091116;border:1px solid #ffffff0d;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:33px;padding:0 8px;font-size:7px;font-weight:800;display:flex}.marketplace-manage-actions button:hover{color:#84f342;border-color:#84f34224}.marketplace-manage-actions button.danger{color:#f77}.marketplace-manage-actions button:disabled{opacity:.5;cursor:not-allowed}.marketplace-manage-loading,.marketplace-manage-empty{color:#69777e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:320px;display:flex}.marketplace-manage-empty h3{color:#d9e0e3}.marketplace-manage-empty p{font-size:9px}@media (width<=760px){.marketplace-manage-header{flex-direction:column;align-items:flex-start}.marketplace-manage-item{grid-template-columns:90px minmax(0,1fr)}.marketplace-manage-image{width:90px;height:90px}.marketplace-manage-actions{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}}@media (width<=500px){.marketplace-manage-page{padding:12px 10px 50px}.marketplace-manage-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.crews-page,.create-crew-page{box-sizing:border-box;width:min(1180px,100% - 24px);margin:0 auto;padding:24px 0 60px}.crews-page-header,.create-crew-header{background:#111a21;border:1px solid #ffffff0d;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:18px;display:flex}.crews-page-header>div,.create-crew-header>div{min-width:0}.crews-page-header span,.create-crew-header span,.crews-section>header span,.create-crew-section>header span{color:#84f342;letter-spacing:1.3px;font-size:8px;font-weight:900;display:block}.crews-page-header h1,.create-crew-header h1{color:#eef3f4;margin:4px 0;font-size:26px;font-weight:900}.crews-page-header p,.create-crew-header p{color:#74818a;margin:0;font-size:10px;line-height:1.5}.crew-create-button,.crew-primary-button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-size:10px;font-weight:900;transition:transform .15s,opacity .15s;display:inline-flex}.crew-create-button:hover,.crew-primary-button:hover{transform:translateY(-1px)}.crew-create-button:disabled,.crew-primary-button:disabled{opacity:.55;cursor:not-allowed}.crews-search{box-sizing:border-box;color:#74818a;background:#0d151b;border:1px solid #ffffff0e;border-radius:11px;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:10px 12px;display:flex}.crews-search input{color:#e8edef;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:10px}.crews-search input::placeholder{color:#56636c}.crews-section{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;margin-top:14px;padding:16px}.crews-section>header{margin-bottom:12px}.crews-section>header h2,.create-crew-section>header h2{color:#edf2f4;margin:3px 0 0;font-size:16px;font-weight:900}.crews-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.crew-card{text-align:left;width:100%;color:inherit;cursor:pointer;background:#0c141a;border:1px solid #ffffff0d;border-radius:13px;padding:0;transition:transform .15s,border-color .15s,background .15s;overflow:hidden}.crew-card:hover{background:#0f181f;border-color:#84f34229;transform:translateY(-2px)}.crew-card-cover{background:linear-gradient(135deg,#84f3421f,#ffffff05);height:110px;overflow:hidden}.crew-cover-placeholder{color:#84f342;background:radial-gradient(circle,#84f34214,#0000 70%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.crew-card-content{padding:14px;position:relative}.crew-card-logo{color:#071007;background:#84f342;border:4px solid #0c141a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-top:-34px;margin-bottom:8px;font-size:15px;font-weight:900;display:flex}.crew-card-name{align-items:center;gap:5px;display:flex}.crew-card-name strong{color:#edf2f4;font-size:12px;font-weight:900}.crew-card-name span{color:#84f342;font-size:10px}.crew-card-content>small{color:#6b7780;margin-top:2px;font-size:8px;display:block}.crew-card-content>p{color:#8a969d;margin:7px 0 0;font-size:8px}.crew-card-stats{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:8px;margin-top:10px;padding-top:10px;display:flex}.crew-card-stats span{color:#718089;align-items:center;gap:4px;font-size:8px;font-weight:700;display:flex}.crews-empty,.crews-loading{color:#74818a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:180px;display:flex}.crews-empty svg{color:#84f342}.crews-empty h3{color:#e5ecef;margin:0;font-size:13px}.crews-empty p{margin:0;font-size:9px}.create-crew-page{max-width:900px}.create-crew-back{color:#91a0a7;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:12px;padding:8px 10px;font-size:9px;font-weight:800;display:inline-flex}.create-crew-back:hover{color:#84f342}.create-crew-header{justify-content:flex-start}.create-crew-header-icon{color:#071007;background:#84f342;border-radius:13px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.create-crew-form{gap:14px;display:grid}.create-crew-section{background:#111a21;border:1px solid #ffffff0d;border-radius:14px;padding:16px}.create-crew-section>header{color:#84f342;align-items:center;gap:8px;margin-bottom:14px;display:flex}.create-crew-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.create-crew-full{grid-column:1/-1}.create-crew-form label{color:#a9b4ba;gap:6px;min-width:0;font-size:9px;font-weight:800;display:grid}.create-crew-form input,.create-crew-form textarea{box-sizing:border-box;color:#edf2f4;background:#0b1319;border:1px solid #ffffff0e;border-radius:10px;outline:none;width:100%;padding:10px 11px;font-size:10px}.create-crew-form textarea{resize:vertical;min-height:110px}.create-crew-form input:focus,.create-crew-form textarea:focus{border-color:#84f34273}.create-crew-form small{color:#5f6d75;font-size:7px}.crew-slug-input{background:#0b1319;border:1px solid #ffffff0e;border-radius:10px;align-items:center;display:flex;overflow:hidden}.crew-slug-input:focus-within{border-color:#84f34273}.crew-slug-input>span{color:#84f342;padding-left:10px;font-size:11px;font-weight:900}.crew-slug-input input{background:0 0;border:0}.crew-private-option{background:#0b1319;border:1px solid #ffffff0b;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:12px;display:flex!important}.crew-private-option strong{color:#e8eef0;font-size:10px}.crew-private-option p{color:#68767e;margin:4px 0 0;font-size:8px;line-height:1.45}.crew-private-option input{accent-color:#84f342;flex:0 0 18px;width:18px;height:18px}.create-crew-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.crew-secondary-button{color:#92a0a7;cursor:pointer;background:#111a21;border:1px solid #ffffff0e;border-radius:10px;padding:10px 14px;font-size:9px;font-weight:800}.crew-secondary-button:hover{color:#e8eef0}@media (width<=900px){.crews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.crews-page,.create-crew-page{width:calc(100% - 16px);padding:12px 0 40px}.crews-page-header{flex-direction:column;align-items:flex-start}.crew-create-button{width:100%}.crews-grid,.create-crew-grid{grid-template-columns:1fr}.create-crew-full{grid-column:auto}.create-crew-actions{flex-direction:column-reverse}.create-crew-actions button{width:100%}.crew-private-option{align-items:flex-start}}.crew-detail-page{width:min(1050px,100% - 24px);margin:0 auto;padding:20px 0 60px}.crew-profile-card{background:#111a21;border:1px solid #ffffff0d;border-radius:16px;overflow:hidden}.crew-profile-cover{background:linear-gradient(135deg,#84f3421f,#081016);height:220px}.crew-profile-main{grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:15px;padding:0 18px 18px;display:grid;position:relative}.crew-profile-logo{color:#071007;background:#84f342;border:5px solid #111a21;border-radius:22px;flex:0 0 92px;justify-content:center;align-items:center;width:92px;height:92px;margin-top:-42px;font-size:28px;font-weight:900;display:flex}.crew-profile-info{min-width:0;padding-top:13px}.crew-profile-name{align-items:center;gap:6px;display:flex}.crew-profile-name h1{color:#edf2f4;margin:0;font-size:23px}.crew-profile-name svg{color:#84f342}.crew-profile-slug{color:#69767e;margin-top:2px;font-size:9px;display:block}.crew-profile-location{color:#87939a;align-items:center;gap:5px;margin-top:8px;font-size:8px;display:flex}.crew-profile-description{color:#9aa5ab;max-width:620px;margin:10px 0 0;font-size:9px;line-height:1.6}.crew-profile-actions{flex-wrap:wrap;align-items:center;gap:7px;padding-top:14px;display:flex}.crew-profile-actions button{justify-content:center;align-items:center;gap:6px;display:inline-flex}.crew-profile-stats{border-top:1px solid #ffffff0b;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.crew-profile-stats>div{text-align:center;border-right:1px solid #ffffff0a;padding:13px}.crew-profile-stats>div:last-child{border-right:0}.crew-profile-stats strong{color:#edf2f4;font-size:16px;display:block}.crew-profile-stats span{color:#67747c;margin-top:2px;font-size:8px;display:block}.crew-members-panel,.crew-content-panel{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;margin-top:14px;padding:16px}.crew-members-panel>header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px;display:flex}.crew-members-panel>header span,.crew-content-panel>header span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.crew-members-panel>header h2,.crew-content-panel>header h2{color:#edf2f4;margin:3px 0 0;font-size:15px}.crew-members-panel>header button{color:#84f342;cursor:pointer;background:0 0;border:0;font-size:8px;font-weight:800}.crew-members-preview{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.crew-member-preview{text-align:center;min-width:0;color:inherit;cursor:pointer;background:#0b1319;border:1px solid #ffffff0a;border-radius:11px;flex-direction:column;align-items:center;gap:5px;padding:12px 8px;display:flex}.crew-member-preview:hover{border-color:#84f3422e}.crew-member-avatar{color:#071007;background:#84f342;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex;overflow:hidden}.crew-member-avatar img{object-fit:cover;width:100%;height:100%}.crew-member-preview strong{color:#edf2f4;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:9px;overflow:hidden}.crew-role{color:#69767e;align-items:center;gap:3px;font-size:7px;display:flex}.crew-role.owner{color:#84f342}.crew-role.admin{color:#b9c4c9}.crew-content-empty{color:#64717a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:160px;display:flex}.crew-content-empty svg{color:#84f342}.crew-content-empty h3{color:#dfe6e9;margin:0;font-size:12px}.crew-content-empty p{max-width:300px;margin:0;font-size:8px}.crew-detail-error{color:#74818a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:350px;display:flex}.crew-detail-error svg{color:#84f342}.crew-detail-error h1{color:#edf2f4;margin:0;font-size:18px}@media (width<=700px){.crew-detail-page{width:calc(100% - 16px);padding:12px 0 40px}.crew-profile-cover{height:150px}.crew-profile-main{grid-template-columns:1fr;padding:0 14px 14px}.crew-profile-logo{flex:0 0 76px;width:76px;height:76px;margin-top:-38px}.crew-profile-info,.crew-profile-actions{padding-top:0}.crew-profile-actions button{flex:1}.crew-profile-stats,.crew-members-preview{grid-template-columns:repeat(2,minmax(0,1fr))}}.crew-members-page{width:min(950px,100% - 24px);margin:0 auto;padding:20px 0 60px}.crew-members-header{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;justify-content:space-between;align-items:center;gap:15px;padding:17px;display:flex}.crew-members-header span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.crew-members-header h1{color:#edf2f4;margin:3px 0;font-size:22px}.crew-members-header p{color:#69767e;margin:0;font-size:9px}.crew-members-list{gap:7px;margin-top:12px;display:grid}.crew-member-row{background:#111a21;border:1px solid #ffffff0b;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px;display:grid}.crew-member-profile-button{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.crew-member-list-avatar{color:#071007;background:#84f342;border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex;overflow:hidden}.crew-member-list-avatar img{object-fit:cover;width:100%;height:100%}.crew-member-list-info{min-width:0}.crew-member-list-info strong{color:#edf2f4;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:10px;display:flex;overflow:hidden}.crew-member-list-info strong small{color:#84f342;background:#84f34214;border-radius:999px;padding:2px 5px;font-size:6px}.crew-member-list-info>span{color:#67747c;margin-top:2px;font-size:8px;display:block}.crew-member-role-badge{color:#87939a;background:#0b1319;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:7px;font-weight:800;display:flex}.crew-member-role-badge svg{color:#84f342}.crew-member-actions{align-items:center;gap:5px;display:flex}.crew-member-actions button{color:#9ca8ae;cursor:pointer;background:#0b1319;border:1px solid #ffffff0b;border-radius:8px;justify-content:center;align-items:center;gap:4px;padding:7px 8px;font-size:7px;font-weight:800;display:flex}.crew-member-actions button:hover{color:#84f342;border-color:#84f3422e}.crew-member-actions button.danger:hover{color:#ff6b6b;border-color:#ff6b6b33}.crew-member-actions button:disabled{opacity:.45;cursor:not-allowed}@media (width<=720px){.crew-members-page{width:calc(100% - 16px);padding:12px 0 40px}.crew-members-header{flex-direction:column;align-items:flex-start}.crew-members-header>button{width:100%}.crew-member-row{grid-template-columns:minmax(0,1fr) auto}.crew-member-actions{grid-column:1/-1;width:100%}.crew-member-actions button{flex:1}}@media (width<=480px){.crew-member-row{grid-template-columns:1fr}.crew-member-role-badge{width:fit-content}.crew-member-actions{grid-template-columns:1fr;display:grid}}.crew-invite-page{width:min(850px,100% - 24px);margin:0 auto;padding:20px 0 60px}.crew-invite-header{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:17px;display:flex}.crew-invite-header>div>span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.crew-invite-header h1{color:#edf2f4;margin:3px 0;font-size:22px}.crew-invite-header p{color:#6f7d85;margin:0;font-size:9px}.crew-invite-header>svg{color:#84f342}.crew-invite-search{color:#6f7d85;background:#0c141a;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;display:flex}.crew-invite-search input{color:#edf2f4;background:0 0;border:0;outline:none;width:100%;font-size:10px}.crew-invite-results{gap:7px;margin-top:12px;display:grid}.crew-invite-row{background:#111a21;border:1px solid #ffffff0b;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.crew-invite-profile{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.crew-invite-profile>div:last-child{min-width:0}.crew-invite-profile strong{color:#edf2f4;align-items:center;gap:4px;font-size:10px;display:flex}.crew-invite-profile strong svg{color:#84f342}.crew-invite-profile span{color:#68767e;margin-top:2px;font-size:8px;display:block}.crew-invite-profile small{color:#58666e;margin-top:2px;font-size:7px;display:block}.crew-invite-button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:8px 10px;font-size:8px;font-weight:900;display:flex}.crew-invite-button.invited{color:#84f342;background:#84f34214}.crew-invite-button:disabled{cursor:default}.crew-invite-empty{color:#64717a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:200px;display:flex}.crew-invite-empty svg{color:#84f342}.crew-invite-empty h3{color:#e1e8eb;margin:0;font-size:12px}.crew-invite-empty p{margin:0;font-size:8px}@media (width<=600px){.crew-invite-page{width:calc(100% - 16px);padding:12px 0 40px}.crew-invite-row{flex-direction:column;align-items:stretch}.crew-invite-button{width:100%}}.crew-invitations-page{width:min(850px,100% - 24px);margin:0 auto;padding:20px 0 60px}.crew-invitations-header{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:17px;display:flex}.crew-invitations-header>div>span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.crew-invitations-header h1{color:#edf2f4;margin:3px 0;font-size:22px}.crew-invitations-header p{color:#6e7b83;margin:0;font-size:9px}.crew-invitations-header>svg{color:#84f342}.crew-invitations-list{gap:8px;margin-top:12px;display:grid}.crew-invitation-card{background:#111a21;border:1px solid #ffffff0b;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.crew-invitation-info{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.crew-invitation-logo{color:#071007;background:#84f342;border-radius:12px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.crew-invitation-info strong{color:#edf2f4;font-size:11px;display:block}.crew-invitation-info span{color:#68767e;margin-top:2px;font-size:8px;display:block}.crew-invitation-info small{color:#74818a;margin-top:3px;font-size:7px;display:block}.crew-invitation-info p{color:#5f6d75;margin:4px 0 0;font-size:7px}.crew-invitation-actions{align-items:center;gap:6px;display:flex}.crew-invitation-actions button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:8px 10px;font-size:8px;font-weight:900;display:flex}.crew-invitation-accept{color:#071007;background:#84f342;border:0}.crew-invitation-reject{color:#a7b1b6;background:#0b1319;border:1px solid #ffffff0d}.crew-invitation-actions button:disabled{opacity:.5;cursor:not-allowed}.crew-invitations-empty{color:#65727a;text-align:center;background:#111a21;border:1px solid #ffffff0b;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;margin-top:12px;display:flex}.crew-invitations-empty svg{color:#84f342}.crew-invitations-empty h3{color:#e1e8eb;margin:0;font-size:13px}.crew-invitations-empty p{margin:0;font-size:8px}@media (width<=650px){.crew-invitations-page{width:calc(100% - 16px);padding:12px 0 40px}.crew-invitation-card{flex-direction:column;align-items:stretch}.crew-invitation-actions{width:100%}.crew-invitation-actions button{flex:1}}.crew-requests-page{width:min(850px,100% - 24px);margin:0 auto;padding:20px 0 60px}.crew-requests-header{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:17px;display:flex}.crew-requests-header>div>span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.crew-requests-header h1{color:#edf2f4;margin:3px 0;font-size:22px}.crew-requests-header p{color:#6d7a82;margin:0;font-size:9px}.crew-requests-header>svg{color:#84f342}.crew-requests-list{gap:8px;margin-top:12px;display:grid}.crew-request-card{background:#111a21;border:1px solid #ffffff0b;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;display:grid}.crew-request-profile{text-align:left;min-width:0;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.crew-request-profile strong{color:#edf2f4;font-size:10px;display:block}.crew-request-profile span{color:#68767e;margin-top:2px;font-size:8px;display:block}.crew-request-profile small{color:#58666e;margin-top:2px;font-size:7px;display:block}.crew-request-message{color:#97a3a9;background:#0b1319;border-radius:9px;grid-column:1/-1;padding:9px 10px;font-size:8px;line-height:1.5}.crew-request-actions{align-items:center;gap:6px;display:flex}.crew-request-actions button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:5px;padding:8px 10px;font-size:8px;font-weight:900;display:flex}.crew-request-accept{color:#071007;background:#84f342;border:0}.crew-request-reject{color:#a7b1b6;background:#0b1319;border:1px solid #ffffff0d}.crew-request-actions button:disabled{opacity:.5;cursor:not-allowed}.crew-requests-empty{color:#65727a;text-align:center;background:#111a21;border:1px solid #ffffff0b;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:230px;margin-top:12px;display:flex}.crew-requests-empty svg{color:#84f342}.crew-requests-empty h3{color:#e1e8eb;margin:0;font-size:13px}.crew-requests-empty p{margin:0;font-size:8px}@media (width<=650px){.crew-requests-page{width:calc(100% - 16px);padding:12px 0 40px}.crew-request-card{grid-template-columns:1fr}.crew-request-actions{width:100%}.crew-request-actions button{flex:1}}.crew-settings-page{width:min(900px,100% - 24px);margin:0 auto;padding:20px 0 60px}.crew-settings-header{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;justify-content:space-between;align-items:center;gap:14px;padding:17px;display:flex}.crew-settings-header>div>span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.crew-settings-header h1{color:#edf2f4;margin:3px 0;font-size:22px}.crew-settings-header p{color:#6c7981;margin:0;font-size:9px}.crew-settings-header>svg{color:#84f342}.crew-settings-media{margin-top:12px;padding-bottom:55px;position:relative}.crew-settings-cover{color:#84f342;background:linear-gradient(135deg,#84f3421a,#091117);border:1px solid #ffffff0d;border-radius:15px;justify-content:center;align-items:center;height:230px;display:flex;position:relative;overflow:hidden}.crew-settings-cover img{object-fit:cover;width:100%;height:100%}.crew-settings-cover>label{color:#edf2f4;cursor:pointer;background:#050a0dd1;border-radius:9px;align-items:center;gap:5px;padding:8px 10px;font-size:8px;font-weight:800;display:flex;position:absolute;bottom:12px;right:12px}.crew-settings-logo{color:#071007;background:#84f342;border:5px solid #0b1218;border-radius:22px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:absolute;bottom:0;left:18px;overflow:hidden}.crew-settings-logo img{object-fit:cover;width:100%;height:100%}.crew-settings-logo>label{color:#edf2f4;cursor:pointer;background:#050a0dc7;border-radius:7px;justify-content:center;align-items:center;gap:4px;padding:5px;font-size:7px;display:flex;position:absolute;bottom:5px;left:5px;right:5px}.crew-settings-form input:disabled{color:#64717a;cursor:not-allowed}.crew-settings-success{color:#84f342;background:#84f34212;border:1px solid #84f34226;border-radius:10px;align-items:center;gap:6px;padding:10px 12px;font-size:9px;font-weight:800;display:flex}@media (width<=650px){.crew-settings-page{width:calc(100% - 16px);padding:12px 0 40px}.crew-settings-cover{height:160px}.crew-settings-logo{width:78px;height:78px;left:12px}}.crew-profile-cover img,.crew-profile-logo img,.crew-card-cover img{object-fit:cover;width:100%;height:100%;display:block}.crew-card-logo{overflow:hidden}.crew-card-logo img{object-fit:cover;width:100%;height:100%;display:block}.crew-settings-form{gap:14px;display:grid}.crew-settings-form .create-crew-section{background:#111a21;border:1px solid #ffffff0d;border-radius:14px;padding:16px}.crew-settings-form .create-crew-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.crew-settings-form label{color:#a9b4ba;gap:6px;min-width:0;font-size:9px;font-weight:800;display:grid}.crew-settings-form input,.crew-settings-form textarea,.crew-settings-form select{box-sizing:border-box;color:#edf2f4;background:#0b1319;border:1px solid #ffffff0f;border-radius:10px;outline:none;width:100%;padding:10px 11px;font-family:inherit;font-size:10px;transition:border-color .15s,background .15s}.crew-settings-form input:focus,.crew-settings-form textarea:focus,.crew-settings-form select:focus{background:#0d171d;border-color:#84f3427a}.crew-settings-form textarea{resize:vertical;min-height:120px;line-height:1.5}.crew-settings-form input::placeholder,.crew-settings-form textarea::placeholder{color:#536069}.crew-settings-form input:disabled,.crew-settings-form textarea:disabled{color:#6b7880;opacity:.75;cursor:not-allowed;background:#091016}.crew-settings-form small{color:#5f6d75;font-size:7px;font-weight:500}.crew-settings-form .create-crew-full{grid-column:1/-1}.crew-settings-form .create-crew-section>header{color:#84f342;align-items:center;gap:8px;margin-bottom:14px;display:flex}.crew-settings-form .create-crew-section>header span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900;display:block}.crew-settings-form .create-crew-section>header h2{color:#edf2f4;margin:3px 0 0;font-size:15px}.crew-settings-form .crew-private-option{background:#0b1319;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;gap:20px;padding:12px;display:flex}.crew-settings-form .crew-private-option>div{min-width:0}.crew-settings-form .crew-private-option strong{color:#edf2f4;font-size:10px}.crew-settings-form .crew-private-option p{color:#68767e;margin:4px 0 0;font-size:8px;font-weight:400;line-height:1.5}.crew-settings-form .crew-private-option input[type=checkbox]{accent-color:#84f342;cursor:pointer;flex:0 0 18px;width:18px;height:18px;padding:0}.crew-settings-form .create-crew-actions{justify-content:flex-end;gap:8px;display:flex}.crew-settings-form .crew-primary-button{min-width:150px}@media (width<=650px){.crew-settings-form .create-crew-grid{grid-template-columns:1fr}.crew-settings-form .create-crew-full{grid-column:auto}.crew-settings-form .crew-private-option{align-items:flex-start}.crew-settings-form .create-crew-actions{display:block}.crew-settings-form .crew-primary-button{width:100%}}.create-post-crew{flex-direction:column;gap:6px;min-width:0;display:flex}.create-post-crew>span{color:#7f8b93;letter-spacing:.4px;font-size:8px;font-weight:800}.create-post-crew select{box-sizing:border-box;color:#e9eef0;background:#0b1319;border:1px solid #ffffff0e;border-radius:9px;outline:none;width:100%;padding:10px 11px;font-size:9px}.create-post-crew select:focus{border-color:#84f34266}.create-post-crew select:disabled{opacity:.5;cursor:not-allowed}.crew-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.crew-post-card{text-align:left;min-width:0;color:inherit;cursor:pointer;background:#0b1319;border:1px solid #ffffff0b;border-radius:11px;padding:0;transition:transform .15s,border-color .15s;overflow:hidden}.crew-post-card:hover{border-color:#84f3422e;transform:translateY(-2px)}.crew-post-media{aspect-ratio:1;background:#091016;width:100%;overflow:hidden}.crew-post-media img,.crew-post-media video{object-fit:cover;width:100%;height:100%;display:block}.crew-post-placeholder{color:#84f342;background:radial-gradient(circle,#84f3420f,#0000 70%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.crew-post-info{padding:8px}.crew-post-info p{color:#a1adb3;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:8px;line-height:1.45;display:-webkit-box;overflow:hidden}.crew-post-meta{border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:6px;margin-top:7px;padding-top:7px;display:flex}.crew-post-meta span{color:#64717a;font-size:7px}@media (width<=700px){.crew-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.crew-reel-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.crew-reel-card{text-align:left;color:inherit;cursor:pointer;background:#0b1319;border:1px solid #ffffff0b;border-radius:11px;padding:0;overflow:hidden}.crew-reel-media{aspect-ratio:9/14;color:#84f342;background:#091016;justify-content:center;align-items:center;display:flex;overflow:hidden}.crew-reel-media img{object-fit:cover;width:100%;height:100%;display:block}.crew-reel-info{padding:7px}.crew-reel-info span{color:#68767e;font-size:7px}@media (width<=700px){.crew-reel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.create-reel-crew-field select{box-sizing:border-box;color:#edf2f4;background:#0b1319;border:1px solid #ffffff0f;border-radius:10px;outline:none;width:100%;padding:10px 11px;font-size:10px}.create-reel-crew-field select:focus{border-color:#84f34273}.create-reel-crew-field select:disabled{opacity:.55;cursor:not-allowed}.crew-leave-button{color:#ff7373;cursor:pointer;background:#ff5a5a0d;border:1px solid #ff5a5a1f;border-radius:9px;justify-content:center;align-items:center;gap:6px;padding:9px 11px;font-size:8px;font-weight:800;display:inline-flex}.crew-leave-button:hover{background:#ff5a5a17;border-color:#ff5a5a38}.crew-leave-button:disabled{opacity:.5;cursor:not-allowed}.battles-page{width:100%;max-width:1180px;margin:0 auto;padding:20px 18px 70px}.battles-hero{background:linear-gradient(145deg,#121a20,#091015);border:1px solid #ffffff0e;border-radius:18px;justify-content:space-between;align-items:center;gap:25px;padding:30px;display:flex}.battles-hero-copy{max-width:700px}.battles-eyebrow{color:#84f342;letter-spacing:1.3px;align-items:center;gap:6px;font-size:9px;font-weight:950;display:inline-flex}.battles-hero h1{color:#f5f7f8;letter-spacing:-1.6px;margin:10px 0;font-size:clamp(31px,5vw,51px);line-height:.98}.battles-hero p{color:#809097;max-width:610px;font-size:11px;line-height:1.6}.battles-hero-actions{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.battle-primary-button,.battle-secondary-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 13px;font-size:8px;font-weight:900;display:inline-flex}.battle-primary-button{color:#071007;background:#84f342;border:0}.battle-secondary-button{color:#b4c0c5;background:#ffffff09;border:1px solid #ffffff0f}.battles-hero-symbol{color:#84f342;background:#84f3420a;border:1px solid #84f34217;border-radius:26px;flex:0 0 145px;justify-content:center;align-items:center;width:145px;height:145px;display:flex}.battle-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:13px;display:grid}.battle-stat{background:#0d151b;border:1px solid #ffffff0b;border-radius:11px;grid-template-columns:37px auto 1fr;align-items:center;gap:8px;min-height:59px;padding:10px 13px;display:grid}.battle-stat>div{color:#84f342;background:#84f3420d;border-radius:9px;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.battle-stat strong{color:#edf2f4;font-size:18px}.battle-stat span{color:#69777e;font-size:8px}.battle-section-header{align-items:center;gap:9px;margin:28px 0 11px;display:flex}.battle-section-icon{color:#84f342;background:#84f3420d;border-radius:9px;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.battle-section-header span{color:#84f342;letter-spacing:1px;font-size:7px;font-weight:900}.battle-section-header h2{color:#e7edef;margin-top:2px;font-size:17px}.battle-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.battle-card{text-align:left;min-width:0;color:inherit;cursor:pointer;background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;padding:0;transition:transform .18s,border-color .18s;overflow:hidden}.battle-card:hover{border-color:#84f34224;transform:translateY(-2px)}.battle-card-cover{aspect-ratio:4/3;background:#091015;position:relative;overflow:hidden}.battle-card-cover img{object-fit:cover;width:100%;height:100%;display:block}.battle-card-cover-placeholder{color:#324047;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.battle-card-status{border-radius:999px;padding:4px 7px;font-size:6px;font-weight:950;position:absolute;top:8px;left:8px}.battle-card-status.open{color:#071007;background:#84f342}.battle-card-status.voting{color:#fff;background:#bf36ffe6}.battle-card-content{padding:11px}.battle-card-tags{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.battle-card-tags span{color:#84f342;font-size:6px;font-weight:800}.battle-card h3{color:#dce4e7;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}.battle-card-content>small{color:#617078;margin-top:3px;font-size:7px;display:block}.battle-card-stats{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.battle-card-stats span{color:#718087;align-items:center;gap:4px;font-size:7px;display:inline-flex}.battle-card-stats svg{color:#84f342}.battle-card-reward{color:#e1bc64;align-items:center;gap:4px;margin-top:9px;font-size:7px;font-weight:900;display:flex}.battle-lower-grid{grid-template-columns:1fr 1fr;gap:11px;margin-top:28px;display:grid}.battle-ranking-preview,.battle-winners-preview{background:#0d151b;border:1px solid #ffffff0b;border-radius:14px;padding:15px}.battle-ranking-preview>header,.battle-winners-preview>header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.battle-ranking-preview header span,.battle-winners-preview header span{color:#84f342;letter-spacing:.9px;font-size:6px;font-weight:900}.battle-ranking-preview h2,.battle-winners-preview h2{color:#e7edef;margin-top:2px;font-size:15px}.battle-ranking-preview header button{color:#738188;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-size:7px;font-weight:800;display:flex}.battle-ranking-list{flex-direction:column;gap:5px;display:flex}.battle-ranking-row{background:#091116;border-radius:9px;grid-template-columns:27px 36px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px;display:grid}.battle-position{color:#66757c;text-align:center;font-size:9px;font-weight:900}.battle-position.first{color:#ffd35c}.battle-position.second{color:#bec7cb}.battle-position.third{color:#c28758}.battle-ranking-avatar{color:#84f342;background:#111c22;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:9px;font-weight:900;display:flex;overflow:hidden}.battle-ranking-avatar img{object-fit:cover;width:100%;height:100%}.battle-ranking-user{flex-direction:column;gap:1px;min-width:0;display:flex}.battle-ranking-user strong{color:#d8e0e4;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.battle-ranking-user span{color:#627078;font-size:6px}.battle-ranking-points{text-align:right}.battle-ranking-points strong{color:#84f342;font-size:10px;display:block}.battle-ranking-points span{color:#5c6a71;font-size:5px;font-weight:900}.battle-winners-list{flex-direction:column;gap:5px;display:flex}.battle-winner-row{text-align:left;width:100%;color:inherit;cursor:pointer;background:#091116;border:0;border-radius:9px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;display:grid}.battle-winner-icon{color:#ffd35c;background:#ffd35c0f;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.battle-winner-row>div:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.battle-winner-row strong{color:#d9e1e4;white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.battle-winner-row span{color:#748188;font-size:6px}.battle-winner-row>svg{color:#536168}.battle-rewards-banner{background:linear-gradient(135deg,#84f34212,#0d151b);border:1px solid #84f3421a;border-radius:14px;grid-template-columns:55px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:28px;padding:17px;display:grid}.battle-rewards-icon{color:#84f342;background:#84f3420f;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.battle-rewards-banner span{color:#84f342;letter-spacing:.9px;font-size:6px;font-weight:900}.battle-rewards-banner h2{color:#e2e9eb;margin:3px 0;font-size:14px}.battle-rewards-banner p{color:#718087;font-size:7px}.battle-rewards-banner>button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:8px;align-items:center;gap:4px;min-height:35px;padding:0 11px;font-size:7px;font-weight:900;display:flex}.battle-empty{color:#536168;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:150px;display:flex}.battle-empty span{font-size:8px}.battle-empty.compact{min-height:130px}.battles-page-loading{color:#708087;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:450px;display:flex}@media (width<=950px){.battle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.battles-page{padding:12px 10px 60px}.battles-hero{padding:19px}.battles-hero-symbol{flex-basis:85px;width:85px;height:85px}.battle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.battle-lower-grid{grid-template-columns:1fr}.battle-rewards-banner{grid-template-columns:45px minmax(0,1fr)}.battle-rewards-banner>button{grid-column:1/-1}}@media (width<=500px){.battles-hero-symbol{display:none}.battle-stats{grid-template-columns:1fr}.battle-stat{grid-template-columns:35px 50px 1fr}.battles-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.battle-primary-button{grid-column:1/-1}}.create-battle-page{width:100%;max-width:1120px;margin:0 auto;padding:20px 18px 70px}.create-battle-header{margin-bottom:18px}.create-battle-back{color:#718087;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-bottom:18px;padding:0;font-size:8px;font-weight:800;display:inline-flex}.create-battle-header>div>span{color:#84f342;letter-spacing:1px;align-items:center;gap:6px;font-size:7px;font-weight:950;display:flex}.create-battle-header h1{color:#eef3f5;margin:5px 0 3px;font-size:30px}.create-battle-header p{color:#708087;font-size:9px}.create-battle-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:12px;display:grid}.create-battle-main{flex-direction:column;gap:11px;display:flex}.create-battle-panel{background:#0d151b;border:1px solid #ffffff0b;border-radius:14px;padding:17px}.battle-panel-title{align-items:center;gap:9px;margin-bottom:16px;display:flex}.battle-panel-title>div{color:#84f342;background:#84f3420e;border-radius:9px;flex:0 0 37px;justify-content:center;align-items:center;width:37px;height:37px;display:flex}.battle-panel-title h2{color:#dfe7ea;margin:0;font-size:12px}.battle-panel-title p{color:#65747b;margin-top:2px;font-size:7px}.battle-form-field{flex-direction:column;gap:6px;margin-bottom:13px;display:flex}.battle-form-field>span{color:#9ba8ae;font-size:7px;font-weight:850}.battle-form-field input,.battle-form-field textarea,.battle-form-field select{box-sizing:border-box;color:#dce4e7;width:100%;font:inherit;background:#091116;border:1px solid #ffffff0f;border-radius:8px;outline:none;font-size:9px}.battle-form-field input,.battle-form-field select{height:39px;padding:0 10px}.battle-form-field textarea{resize:vertical;min-height:115px;padding:10px;line-height:1.5}.battle-form-field input:focus,.battle-form-field textarea:focus,.battle-form-field select:focus{border-color:#84f3424d}.battle-form-field small{color:#536168;align-self:flex-end;font-size:6px}.battle-form-two-columns{grid-template-columns:1fr 1fr;gap:10px;display:grid}.battle-cover-uploader{color:#617078;cursor:pointer;background:#091116;border:1px dashed #84f3422e;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:210px;display:flex}.battle-cover-uploader svg{color:#84f342}.battle-cover-uploader strong{color:#cfd9dc;font-size:9px}.battle-cover-uploader span{font-size:7px}.battle-cover-uploader input{display:none}.battle-cover-preview{aspect-ratio:16/7;background:#091116;border-radius:12px;position:relative;overflow:hidden}.battle-cover-preview img{object-fit:cover;width:100%;height:100%;display:block}.battle-cover-preview button{color:#fff;cursor:pointer;background:#000000b3;border:0;border-radius:50%;justify-content:center;align-items:center;width:31px;height:31px;display:flex;position:absolute;top:9px;right:9px}.battle-toggle-row{cursor:pointer;background:#091116;border-radius:9px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;display:grid}.battle-toggle-icon{color:#84f342;background:#84f3420d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.battle-toggle-row>div:nth-child(2){flex-direction:column;gap:2px;display:flex}.battle-toggle-row strong{color:#d4dde0;font-size:8px}.battle-toggle-row span{color:#637178;font-size:6px}.battle-toggle-row input{accent-color:#84f342}.create-battle-sidebar{flex-direction:column;gap:9px;display:flex;position:sticky;top:15px}.battle-create-summary,.battle-create-info{background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;padding:14px}.battle-create-summary-icon{color:#84f342;background:#84f3420f;border-radius:11px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:10px;display:flex}.battle-create-summary>span{color:#84f342;letter-spacing:1px;font-size:6px;font-weight:950}.battle-create-summary h2{color:#e1e8eb;word-break:break-word;margin:4px 0;font-size:14px}.battle-create-summary p{color:#65747b;font-size:7px;line-height:1.5}.battle-summary-data{flex-direction:column;gap:7px;margin-top:12px;display:flex}.battle-summary-data div{color:#78878e;align-items:center;gap:6px;font-size:7px;display:flex}.battle-summary-data svg{color:#84f342}.battle-create-info{gap:9px;display:flex}.battle-create-info>svg{color:#84f342;flex:none}.battle-create-info strong{color:#d2dcdf;margin-bottom:3px;font-size:8px;display:block}.battle-create-info p{color:#65747b;font-size:6px;line-height:1.5}.battle-create-error{color:#ff9292;background:#ff414112;border:1px solid #ff414121;border-radius:8px;padding:10px;font-size:7px;line-height:1.5}.battle-create-submit,.battle-create-cancel{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:40px;font-size:8px;font-weight:900;display:flex}.battle-create-submit{color:#071007;background:#84f342;border:0}.battle-create-cancel{color:#7c8a91;background:0 0;border:1px solid #ffffff0e}.battle-create-submit:disabled,.battle-create-cancel:disabled{opacity:.55;cursor:not-allowed}.create-battle-loading{color:#708087;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:450px;display:flex}@media (width<=800px){.create-battle-layout{grid-template-columns:1fr}.create-battle-sidebar{position:static}}@media (width<=520px){.create-battle-page{padding:13px 10px 60px}.battle-form-two-columns{grid-template-columns:1fr}.create-battle-panel{padding:13px}}.battle-detail-page{width:100%;max-width:1180px;margin:0 auto;padding:20px 18px 70px}.battle-detail-back{color:#718087;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-bottom:13px;padding:0;font-size:8px;font-weight:800;display:inline-flex}.battle-detail-hero{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:14px;display:grid}.battle-detail-cover{background:#091015;border:1px solid #ffffff0b;border-radius:16px;min-height:420px;position:relative;overflow:hidden}.battle-detail-cover img{object-fit:cover;width:100%;height:100%;display:block}.battle-detail-cover-placeholder{color:#334148;justify-content:center;align-items:center;width:100%;height:100%;min-height:420px;display:flex}.battle-detail-status{border-radius:999px;padding:5px 8px;font-size:7px;font-weight:950;position:absolute;top:12px;left:12px}.battle-detail-status.open{color:#071007;background:#84f342}.battle-detail-status.voting{color:#fff;background:#9c42ff}.battle-detail-status.finished{color:#111;background:#ffd35c}.battle-detail-status.cancelled{color:#fff;background:#a93b3b}.battle-detail-info{background:#0d151b;border:1px solid #ffffff0b;border-radius:16px;padding:21px}.battle-detail-eyebrow{color:#84f342;letter-spacing:1px;align-items:center;gap:5px;font-size:7px;font-weight:950;display:flex}.battle-detail-info h1{color:#eef3f5;margin:8px 0 4px;font-size:clamp(25px,4vw,38px);line-height:1}.battle-detail-creator{color:#6e7c83;font-size:8px}.battle-detail-creator strong{color:#adb9be}.battle-detail-tags{flex-wrap:wrap;gap:5px;margin-top:13px;display:flex}.battle-detail-tags span{color:#84f342;background:#84f3420b;border-radius:999px;padding:5px 7px;font-size:7px;font-weight:800}.battle-detail-description{color:#8a989f;white-space:pre-wrap;margin-top:14px;font-size:9px;line-height:1.6}.battle-detail-stats{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:19px;display:grid}.battle-detail-stats>div{color:#84f342;background:#091116;border-radius:9px;flex-direction:column;gap:2px;padding:9px;display:flex}.battle-detail-stats strong{color:#e9eef0;font-size:15px}.battle-detail-stats span{color:#617078;font-size:6px}.battle-detail-actions{flex-wrap:wrap;gap:7px;margin-top:18px;display:flex}.battle-action-primary,.battle-action-secondary,.battle-action-finish{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 12px;font-size:8px;font-weight:900;display:inline-flex}.battle-action-primary{color:#071007;background:#84f342;border:0}.battle-action-secondary{color:#dce4e7;background:#091116;border:1px solid #ffffff0f}.battle-action-finish{color:#171000;background:#ffd35c;border:0}.battle-already-joined{color:#84f342;background:#84f3420b;border-radius:8px;align-items:center;gap:5px;min-height:38px;padding:0 11px;font-size:8px;font-weight:800;display:inline-flex}.battle-detail-error{margin-top:10px}.battle-detail-dates{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:11px;display:grid}.battle-detail-dates article{background:#0d151b;border:1px solid #ffffff0b;border-radius:10px;align-items:center;gap:8px;padding:11px;display:flex}.battle-detail-dates article>div{color:#84f342}.battle-detail-dates section{flex-direction:column;gap:2px;display:flex}.battle-detail-dates span{color:#617078;font-size:6px}.battle-detail-dates strong{color:#cdd6da;font-size:8px}.battle-entries-section{margin-top:28px}.battle-entries-header{justify-content:space-between;align-items:end;gap:10px;margin-bottom:11px;display:flex}.battle-entries-header span{color:#84f342;letter-spacing:1px;font-size:6px;font-weight:900}.battle-entries-header h2{color:#e3eaed;margin-top:2px;font-size:17px}.battle-entries-header>strong{color:#607078;font-size:10px}.battle-entry-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.battle-entry-card{background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;overflow:hidden}.battle-entry-media{aspect-ratio:1;background:#091015;position:relative;overflow:hidden}.battle-entry-media img,.battle-entry-media video{object-fit:cover;width:100%;height:100%;display:block}.battle-entry-content{padding:11px}.battle-entry-content>span{color:#84f342;font-size:6px;font-weight:800}.battle-entry-content h3{color:#dce4e7;margin:4px 0;font-size:10px}.battle-entry-content>p{color:#69777e;font-size:7px;line-height:1.5}.battle-entry-footer{border-top:1px solid #ffffff0b;justify-content:space-between;align-items:center;gap:7px;margin-top:10px;padding-top:9px;display:flex}.battle-entry-votes{color:#84f342;align-items:center;gap:4px;display:flex}.battle-entry-votes strong{color:#dce4e7;font-size:9px}.battle-entry-votes span{color:#607078;font-size:6px}.battle-entry-footer button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:7px;align-items:center;gap:4px;min-height:31px;padding:0 8px;font-size:7px;font-weight:900;display:inline-flex}.battle-entry-footer button:disabled{opacity:.45;cursor:not-allowed}.battle-own-entry,.battle-vote-selected{color:#84f342;align-items:center;gap:4px;font-size:7px;font-weight:800;display:inline-flex}.battle-entry-position{color:#111;border-radius:999px;align-items:center;gap:4px;padding:5px 7px;font-size:7px;font-weight:950;display:inline-flex;position:absolute;top:8px;left:8px}.battle-entry-position.position-1{background:#ffd35c}.battle-entry-position.position-2{background:#bec7cb}.battle-entry-position.position-3{background:#c58a5d}.battle-entries-empty{color:#56656c;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:230px;display:flex}.battle-entries-empty h3{color:#cfd8dc;font-size:12px}.battle-entries-empty p{font-size:7px}.battle-podium{background:linear-gradient(145deg,#ffd35c0e,#0d151b);border:1px solid #ffd35c1a;border-radius:14px;margin-top:28px;padding:17px}.battle-podium header span{color:#ffd35c;letter-spacing:.8px;align-items:center;gap:5px;font-size:6px;font-weight:950;display:flex}.battle-podium h2{color:#e5ebee;margin-top:3px;font-size:16px}.battle-podium-grid{grid-template-columns:repeat(3,1fr);align-items:end;gap:8px;margin-top:17px;display:grid}.battle-podium-entry{color:#bec9ce;background:#091116;border-radius:11px;flex-direction:column;align-items:center;gap:4px;padding:16px 9px;display:flex}.battle-podium-entry.position-1{color:#ffd35c;justify-content:center;min-height:150px;transform:translateY(-8px)}.battle-podium-entry.position-2{color:#bec7cb}.battle-podium-entry.position-3{color:#c58a5d}.battle-podium-entry>span{font-size:8px;font-weight:950}.battle-podium-entry strong{color:#dce4e7;font-size:9px}.battle-podium-entry small{color:#65747b;font-size:6px}.battle-detail-loading,.battle-detail-empty{color:#718087;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:450px;display:flex}.battle-detail-empty h2{color:#dce4e7}.battle-detail-empty p{font-size:8px}.battle-detail-empty button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:8px;padding:8px 11px;font-size:8px;font-weight:900}@media (width<=850px){.battle-detail-hero{grid-template-columns:1fr}.battle-detail-cover{min-height:320px}.battle-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=570px){.battle-detail-page{padding:13px 10px 60px}.battle-detail-dates,.battle-detail-stats,.battle-entry-grid,.battle-podium-grid{grid-template-columns:1fr}.battle-podium-entry.position-1{order:-1;min-height:auto;transform:none}}.join-battle-page{width:100%;max-width:1050px;margin:0 auto;padding:20px 18px 70px}.join-battle-header{margin-bottom:17px}.join-battle-back{color:#718087;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin-bottom:17px;padding:0;font-size:8px;font-weight:800;display:inline-flex}.join-battle-header>div>span{color:#84f342;letter-spacing:1px;align-items:center;gap:5px;font-size:7px;font-weight:950;display:flex}.join-battle-header h1{color:#edf2f4;margin:5px 0 3px;font-size:29px}.join-battle-header p{color:#718087;font-size:9px}.join-battle-header p strong{color:#b9c4c9}.join-battle-closed{color:#e4b05d;background:#e4b05d12;border:1px solid #e4b05d21;border-radius:9px;margin-bottom:11px;padding:11px;font-size:8px}.join-battle-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:11px;display:grid}.join-battle-main{flex-direction:column;gap:11px;display:flex}.join-battle-panel,.join-battle-summary{background:#0d151b;border:1px solid #ffffff0b;border-radius:14px;padding:16px}.join-battle-panel-title{color:#84f342;align-items:center;gap:9px;margin-bottom:14px;display:flex}.join-battle-panel-title>div{flex-direction:column;gap:2px;display:flex}.join-battle-panel-title strong{color:#dde5e8;font-size:10px}.join-battle-panel-title span{color:#637178;font-size:7px}.join-battle-uploader{color:#84f342;cursor:pointer;background:#091116;border:1px dashed #84f34233;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:300px;display:flex}.join-battle-uploader strong{color:#d7e0e3;font-size:10px}.join-battle-uploader span,.join-battle-uploader small{color:#637178;font-size:7px}.join-battle-uploader input{display:none}.join-battle-preview{background:#091116;border-radius:12px;min-height:300px;position:relative;overflow:hidden}.join-battle-preview img,.join-battle-preview video{object-fit:contain;width:100%;max-height:570px;display:block}.join-battle-remove-file{color:#fff;cursor:pointer;background:#000000b8;border:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:9px;right:9px}.join-battle-media-type{color:#071007;background:#84f342;border-radius:999px;align-items:center;gap:4px;padding:5px 7px;font-size:6px;font-weight:950;display:inline-flex;position:absolute;bottom:9px;left:9px}.join-battle-field{flex-direction:column;gap:6px;margin-top:10px;display:flex}.join-battle-field>span{color:#89979e;font-size:7px;font-weight:800}.join-battle-field input,.join-battle-field textarea{box-sizing:border-box;color:#dce4e7;width:100%;font:inherit;background:#091116;border:1px solid #ffffff0f;border-radius:8px;outline:none;font-size:9px}.join-battle-field input{height:39px;padding:0 10px}.join-battle-field textarea{resize:vertical;min-height:120px;padding:10px;line-height:1.5}.join-battle-field small{color:#56656c;align-self:flex-end;font-size:6px}.join-battle-sidebar{position:sticky;top:15px}.join-battle-summary>span{color:#84f342;letter-spacing:1px;font-size:6px;font-weight:950}.join-battle-summary h2{color:#e3eaed;margin:5px 0 9px;font-size:14px}.join-battle-tags{flex-wrap:wrap;gap:4px;margin-bottom:12px;display:flex}.join-battle-tags span{color:#84f342;background:#84f3420d;border-radius:999px;padding:4px 6px;font-size:6px;font-weight:800}.join-battle-summary-row{color:#637178;border-top:1px solid #ffffff0b;justify-content:space-between;align-items:center;gap:8px;padding:9px 0;font-size:7px;display:flex}.join-battle-summary-row strong{color:#cbd5d9}.join-battle-error{color:#ff9292;background:#ff46460f;border-radius:8px;margin-top:10px;padding:9px;font-size:7px;line-height:1.5}.join-battle-submit{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:9px;justify-content:center;align-items:center;gap:6px;width:100%;min-height:40px;margin-top:12px;font-size:8px;font-weight:950;display:flex}.join-battle-submit:disabled{opacity:.48;cursor:not-allowed}.join-battle-loading,.join-battle-empty{color:#718087;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:450px;display:flex}.join-battle-empty h2{color:#dce4e7}.join-battle-empty p{font-size:8px}.join-battle-empty button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:8px;padding:8px 11px;font-size:8px;font-weight:900}@media (width<=780px){.join-battle-layout{grid-template-columns:1fr}.join-battle-sidebar{position:static}}@media (width<=520px){.join-battle-page{padding:13px 10px 60px}.join-battle-panel{padding:13px}.join-battle-uploader{min-height:230px}}.rewards-page{width:100%;max-width:1120px;margin:0 auto;padding:20px 18px 70px}.rewards-back{color:#718087;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:18px;padding:0;font-size:8px;font-weight:800;display:inline-flex}.rewards-back:hover{color:#84f342}.rewards-header{margin-bottom:22px}.rewards-header>span{color:#84f342;letter-spacing:1px;align-items:center;gap:6px;font-size:7px;font-weight:950;display:flex}.rewards-header h1{color:#edf2f4;margin:5px 0 4px;font-size:31px;line-height:1.1}.rewards-header p{color:#718087;max-width:520px;margin:0;font-size:9px;line-height:1.6}.rewards-summary{grid-template-columns:1.4fr repeat(3,1fr);gap:10px;margin-bottom:28px;display:grid}.rewards-level-card{background:linear-gradient(145deg,#84f34214,#0d151b 65%);border:1px solid #84f3421f;border-radius:15px;flex-direction:column;justify-content:center;min-height:180px;padding:18px;display:flex;position:relative;overflow:hidden}.rewards-level-card:after{content:"";background:#84f3420d;border-radius:50%;width:150px;height:150px;position:absolute;top:-70px;right:-60px}.rewards-level-icon{color:#84f342;background:#84f34214;border-radius:11px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:10px;display:flex}.rewards-level-card>span{color:#84f342;letter-spacing:1px;font-size:6px;font-weight:950}.rewards-level-card>strong{color:#edf2f4;margin:2px 0 9px;font-size:31px;line-height:1}.rewards-level-card>small{color:#69787f;margin-top:6px;font-size:7px}.rewards-progress{background:#071015;border-radius:999px;width:100%;height:6px;overflow:hidden}.rewards-progress>span{background:#84f342;border-radius:999px;height:100%;transition:width .3s;display:block}.reward-stat-card{background:#0d151b;border:1px solid #ffffff0b;border-radius:15px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:180px;padding:16px;display:flex}.reward-stat-card>div{color:#84f342;background:#84f3420e;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:13px;display:flex}.reward-stat-card>strong{color:#e7edef;font-size:22px;line-height:1}.reward-stat-card>span{color:#68777e;margin-top:5px;font-size:7px;font-weight:750}.rewards-section{margin-top:25px}.rewards-section>header{justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:11px;display:flex}.rewards-section>header>div>span{color:#84f342;letter-spacing:1px;font-size:6px;font-weight:950}.rewards-section>header h2{color:#dfe7ea;margin:3px 0 0;font-size:17px}.rewards-section>header>strong{color:#65747b;font-size:10px}.rewards-badge-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.reward-badge{background:#0d151b;border:1px solid #ffffff0d;border-radius:13px;flex-direction:column;align-items:flex-start;min-height:185px;padding:16px;transition:transform .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.reward-badge:hover{border-color:#84f34226;transform:translateY(-2px)}.reward-badge>div{color:#84f342;background:#84f3420f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:11px;display:flex}.reward-badge>span{color:#84f342;letter-spacing:.7px;margin-bottom:4px;font-size:6px;font-weight:950}.reward-badge>strong{color:#dce4e7;font-size:10px}.reward-badge>p{color:#69777e;flex:1;margin:6px 0 11px;font-size:7px;line-height:1.5}.reward-badge>small{color:#536168;font-size:6px}.reward-badge.common>div{color:#a8b3b8;background:#a8b3b812}.reward-badge.common>span{color:#a8b3b8}.reward-badge.rare{border-color:#4a9bff1f}.reward-badge.rare>div{color:#5fa8ff;background:#5fa8ff12}.reward-badge.rare>span{color:#5fa8ff}.reward-badge.epic{border-color:#b55aff24}.reward-badge.epic>div{color:#bb6cff;background:#bb6cff12}.reward-badge.epic>span{color:#bb6cff}.reward-badge.legendary{background:linear-gradient(145deg,#ffd35c0d,#0d151b);border-color:#ffd35c29}.reward-badge.legendary>div{color:#ffd35c;background:#ffd35c12}.reward-badge.legendary>span{color:#ffd35c}.reward-history-list{background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;overflow:hidden}.reward-history-row{border-bottom:1px solid #ffffff0a;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.reward-history-row:last-child{border-bottom:0}.reward-history-icon{color:#84f342;background:#84f3420d;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.reward-history-info{flex-direction:column;gap:2px;min-width:0;display:flex}.reward-history-info strong{color:#d8e1e4;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.reward-history-info span{color:#77868d;text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.reward-history-info small{color:#536168;font-size:6px}.reward-history-values{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.reward-history-values strong{color:#84f342;font-size:9px}.reward-history-values span{color:#87969d;font-size:6px}.rewards-empty{color:#526168;text-align:center;background:#0d151b;border:1px solid #ffffff0b;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:220px;padding:20px;display:flex}.rewards-empty h3{color:#ccd6da;margin:2px 0 0;font-size:11px}.rewards-empty p{color:#68777e;max-width:320px;margin:0;font-size:7px;line-height:1.5}.rewards-empty.compact{min-height:140px}.rewards-page-loading{color:#718087;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:450px;font-size:8px;display:flex}@media (width<=900px){.rewards-summary{grid-template-columns:repeat(2,1fr)}.rewards-badge-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=650px){.rewards-page{padding:14px 10px 65px}.rewards-header h1{font-size:25px}.rewards-summary{grid-template-columns:1fr 1fr;gap:8px}.rewards-level-card{grid-column:1/-1}.reward-stat-card{min-height:130px}.rewards-badge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reward-history-row{grid-template-columns:37px minmax(0,1fr) auto;padding:10px 9px}}@media (width<=430px){.rewards-badge-grid{grid-template-columns:1fr}.rewards-summary{grid-template-columns:1fr 1fr}.reward-history-values strong{font-size:8px}}.battle-ranking-page{width:100%;max-width:1120px;margin:0 auto;padding:20px 18px 70px}.battle-ranking-back{color:#718087;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:18px;padding:0;font-size:8px;font-weight:800;transition:color .2s;display:inline-flex}.battle-ranking-back:hover{color:#84f342}.battle-ranking-header{margin-bottom:25px}.battle-ranking-header>span{color:#84f342;letter-spacing:1px;align-items:center;gap:6px;font-size:7px;font-weight:950;display:flex}.battle-ranking-header h1{color:#edf2f4;margin:6px 0 4px;font-size:31px;line-height:1.1}.battle-ranking-header p{color:#718087;max-width:520px;margin:0;font-size:9px;line-height:1.6}.battle-ranking-podium{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:10px;margin-top:30px;margin-bottom:22px;display:grid}.battle-ranking-podium-card{text-align:center;background:#0d151b;border:1px solid #ffffff0d;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:18px 14px;display:flex;position:relative;overflow:hidden}.battle-ranking-podium-card.position-1{background:linear-gradient(145deg,#ffd35c14,#0d151b 65%);border-color:#ffd35c29;min-height:265px;transform:translateY(-12px)}.battle-ranking-podium-card.position-1:after{content:"";background:#ffd35c0b;border-radius:50%;width:180px;height:180px;position:absolute;top:-100px;right:-80px}.battle-ranking-podium-card.position-2{border-color:#bec7cb1f}.battle-ranking-podium-card.position-3{border-color:#c58a5d1f}.battle-ranking-podium-icon{justify-content:center;align-items:center;height:35px;margin-bottom:8px;display:flex}.position-1 .battle-ranking-podium-icon{color:#ffd35c}.position-2 .battle-ranking-podium-icon{color:#bec7cb}.position-3 .battle-ranking-podium-icon{color:#c58a5d}.battle-ranking-podium-avatar{color:#84f342;background:#091116;border:2px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:10px;font-size:23px;font-weight:950;display:flex;overflow:hidden}.battle-ranking-podium-avatar img{object-fit:cover;width:100%;height:100%;display:block}.position-1 .battle-ranking-podium-avatar{border-color:#ffd35c59;width:84px;height:84px}.position-2 .battle-ranking-podium-avatar{border-color:#bec7cb40}.position-3 .battle-ranking-podium-avatar{border-color:#c58a5d40}.battle-ranking-podium-card>span{color:#718087;letter-spacing:.7px;margin-bottom:4px;font-size:6px;font-weight:950}.battle-ranking-podium-card.position-1>span{color:#ffd35c}.battle-ranking-podium-card.position-2>span{color:#bec7cb}.battle-ranking-podium-card.position-3>span{color:#c58a5d}.battle-ranking-podium-card>strong{color:#e3eaed;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;overflow:hidden}.battle-ranking-podium-card>small{color:#617078;margin-top:3px;font-size:6px}.battle-ranking-podium-card>div:last-child{background:#091116;border-radius:9px;flex-direction:column;align-items:center;gap:2px;margin-top:13px;padding:8px 15px;display:flex}.battle-ranking-podium-card>div:last-child>strong{color:#84f342;font-size:15px}.battle-ranking-podium-card.position-1>div:last-child>strong{color:#ffd35c}.battle-ranking-podium-card>div:last-child>span{color:#56656c;letter-spacing:.6px;font-size:5px;font-weight:950}.battle-ranking-table{background:#0d151b;border:1px solid #ffffff0b;border-radius:14px;overflow:hidden}.battle-ranking-table>header{background:#091116;border-bottom:1px solid #ffffff0b;grid-template-columns:70px minmax(180px,1fr) 80px 90px 90px 100px;align-items:center;gap:8px;padding:11px 14px;display:grid}.battle-ranking-table>header>span{color:#59676e;letter-spacing:.5px;font-size:6px;font-weight:950}.battle-ranking-table-row{border-bottom:1px solid #ffffff09;grid-template-columns:70px minmax(180px,1fr) 80px 90px 90px 100px;align-items:center;gap:8px;min-height:65px;padding:9px 14px;transition:background .15s;display:grid}.battle-ranking-table-row:last-child{border-bottom:0}.battle-ranking-table-row:hover{background:#ffffff04}.battle-ranking-table-row>strong{color:#9ba8ae;font-size:8px}.battle-ranking-position{color:#718087;background:#091116;border-radius:8px;justify-content:center;align-items:center;width:31px;height:31px;font-size:9px;font-weight:950;display:flex}.battle-ranking-table-row:nth-child(2) .battle-ranking-position{color:#151000;background:#ffd35c}.battle-ranking-table-row:nth-child(3) .battle-ranking-position{color:#101416;background:#bec7cb}.battle-ranking-table-row:nth-child(4) .battle-ranking-position{color:#160e08;background:#c58a5d}.battle-ranking-table-user{align-items:center;gap:9px;min-width:0;display:flex}.battle-ranking-table-user>div{color:#84f342;background:#091116;border:1px solid #ffffff0f;border-radius:50%;flex:0 0 39px;justify-content:center;align-items:center;width:39px;height:39px;font-size:13px;font-weight:900;display:flex;overflow:hidden}.battle-ranking-table-user>div>img{object-fit:cover;width:100%;height:100%;display:block}.battle-ranking-table-user>section{flex-direction:column;gap:2px;min-width:0;display:flex}.battle-ranking-table-user>section>strong{color:#d9e1e4;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.battle-ranking-table-user>section>small{color:#5f6d74;text-overflow:ellipsis;white-space:nowrap;font-size:6px;overflow:hidden}.battle-ranking-table-points{color:#84f342!important;font-size:9px!important}.battle-ranking-empty{color:#536168;text-align:center;background:#0d151b;border:1px solid #ffffff0b;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:300px;padding:25px;display:flex}.battle-ranking-empty h3{color:#ccd6da;margin:3px 0 0;font-size:12px}.battle-ranking-empty p{color:#68777e;max-width:350px;margin:0;font-size:7px;line-height:1.5}.battle-ranking-loading{color:#718087;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:450px;font-size:8px;display:flex}@media (width<=850px){.battle-ranking-table{overflow-x:auto}.battle-ranking-table>header,.battle-ranking-table-row{min-width:750px}}@media (width<=650px){.battle-ranking-page{padding:14px 10px 65px}.battle-ranking-header h1{font-size:25px}.battle-ranking-podium{grid-template-columns:1fr;align-items:stretch}.battle-ranking-podium-card{min-height:170px}.battle-ranking-podium-card.position-1{order:-1;min-height:195px;transform:none}.battle-ranking-podium-avatar{width:62px;height:62px}.position-1 .battle-ranking-podium-avatar{width:72px;height:72px}}@media (width<=430px){.battle-ranking-header p{font-size:8px}.battle-ranking-podium{gap:8px}}:root{color:#f8fafc;font-synthesis:none;text-rendering:optimizelegibility;background:#080b10;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 20% 10%,#322053 0,#0000 32%),radial-gradient(circle at 90% 20%,#0c5960 0,#0000 28%),#080b10;min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}a{color:#84f342}#root{min-height:100vh}.auth-card,.pending-card,.home-placeholder{background:#0e121af0;border:1px solid #84f3422e;border-radius:24px;width:min(100% - 32px,720px);margin:48px auto;padding:32px;box-shadow:0 25px 70px #0006}.auth-brand span,.pending-card>span,.home-placeholder>span{color:#84f342;letter-spacing:2px;font-size:12px;font-weight:900}.auth-brand h1,.pending-card h1,.home-placeholder h1{margin:10px 0;font-size:clamp(28px,5vw,48px)}.auth-brand p,.pending-card p,.home-placeholder p{color:#9ca3af;line-height:1.7}.auth-form{gap:18px;margin-top:28px;display:grid}.form-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.auth-form label{color:#d1d5db;gap:8px;font-size:13px;font-weight:700;display:grid}.auth-form input{color:#fff;background:#111827;border:1px solid #273244;border-radius:12px;outline:none;width:100%;min-height:48px;padding:12px 14px}.auth-form input:focus{border-color:#84f342;box-shadow:0 0 0 3px #84f3421f}.field-full{grid-column:1/-1}.primary-button,.secondary-button{cursor:pointer;border-radius:12px;min-height:48px;padding:12px 20px;font-weight:900}.primary-button{color:#071007;background:#84f342;border:0}.secondary-button{color:#fff;background:0 0;border:1px solid #354154}.primary-button:disabled{cursor:wait;opacity:.65}.form-error,.form-success{border-radius:12px;margin-top:20px;padding:14px}.form-error{color:#fecaca;background:#7f1d1d59}.form-success{color:#bbf7d0;background:#14532d59}.auth-footer,.auth-links{color:#9ca3af;margin-top:22px}.auth-links,.pending-actions{justify-content:space-between;gap:14px;display:flex}.pending-icon{font-size:50px}.loading-screen{place-content:center;justify-items:center;gap:16px;min-height:100vh;display:grid}.loading-logo{color:#84f342;letter-spacing:4px;font-size:28px;font-weight:1000}.loading-spinner{border:4px solid #273244;border-top-color:#84f342;border-radius:50%;width:42px;height:42px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=680px){.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.auth-card,.pending-card,.home-placeholder{margin:20px auto;padding:22px}.auth-links,.pending-actions{flex-direction:column}}.application-shell{background:#080b10;min-height:100vh}.app-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080b10ed;border-bottom:1px solid #202735;align-items:center;gap:28px;height:72px;padding:0 28px;display:flex;position:fixed;top:0;left:0;right:0}.app-logo{color:#fff;letter-spacing:-1px;align-items:center;font-size:23px;font-weight:1000;text-decoration:none;display:flex}.app-logo strong{color:#84f342}.header-search{color:#667085;background:#111720;border:1px solid #232c3a;border-radius:999px;align-items:center;gap:10px;width:min(100%,540px);margin:0 auto;padding:0 16px;display:flex}.header-search input{color:#fff;background:0 0;border:0;outline:none;width:100%;height:42px}.header-actions>a,.icon-button{color:#d1d5db;cursor:pointer;background:#111720;border:1px solid #232c3a;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.header-actions>button{color:#071007;background:#84f342;border:0;border-radius:999px;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-weight:900;display:inline-flex}.header-avatar{font-weight:900;color:#071007!important;background:#84f342!important}.mobile-menu-button{color:#fff;background:0 0;border:0;display:none}.app-sidebar{z-index:90;background:#0d1118;border-right:1px solid #202735;width:260px;padding:24px 18px;position:fixed;top:72px;bottom:0;left:0;overflow-y:auto}.sidebar-mobile-header{display:none}.sidebar-profile{background:#141a24;border:1px solid #252e3c;border-radius:17px;align-items:center;gap:12px;margin-bottom:24px;padding:14px;display:flex}.profile-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-weight:1000;display:inline-flex;overflow:hidden}.profile-avatar-small{width:42px;height:42px}.profile-avatar img{object-fit:cover;width:100%;height:100%}.sidebar-profile div:last-child{min-width:0}.sidebar-profile strong,.sidebar-profile span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-profile span{color:#7f8999;margin-top:3px;font-size:12px}.sidebar-navigation{gap:7px;display:grid}.sidebar-navigation a{color:#aab2c0;border-radius:12px;align-items:center;gap:13px;padding:12px 14px;font-weight:700;text-decoration:none;display:flex}.sidebar-navigation a:hover,.sidebar-navigation a.active{color:#84f342;background:#84f34217}.sidebar-divider{background:#252e3c;height:1px;margin:20px 8px}.sidebar-community-card{color:#dbe3ed;background:linear-gradient(145deg,#84f3421f,#135e661f);border:1px solid #84f3422e;border-radius:16px;margin-top:24px;padding:17px}.sidebar-community-card svg{color:#84f342}.sidebar-community-card strong{margin-top:9px;display:block}.sidebar-community-card p{color:#8d97a6;margin-bottom:0;font-size:12px;line-height:1.6}.sidebar-signout{color:#fca5a5;cursor:pointer;background:0 0;border:1px solid #3d252a;border-radius:12px;width:100%;margin-top:18px;padding:12px}.application-content{min-height:100vh;padding:96px 28px 40px 288px}.feed-page{grid-template-columns:minmax(0,720px) 320px;gap:24px;max-width:1240px;margin:0 auto;display:grid}.feed-main-column{min-width:0}.create-post-card,.post-card,.right-panel,.section-placeholder{background:#10151d;border:1px solid #222b38;border-radius:20px;box-shadow:0 18px 45px #0000002e}.create-post-card{margin-bottom:24px;padding:21px}.create-post-heading{align-items:center;gap:12px;display:flex}.create-post-heading strong,.create-post-heading small{display:block}.create-post-heading small{color:#7f8999;margin-top:3px}.post-caption-input{resize:vertical;color:#fff;background:#0b1016;border:1px solid #242e3d;border-radius:14px;outline:none;width:100%;margin-top:18px;padding:14px}.post-caption-input:focus{border-color:#84f342}.selected-media-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px;display:grid}.selected-media-item{background:#070a0e;border-radius:14px;min-height:190px;position:relative;overflow:hidden}.selected-media-item img,.selected-media-item video{object-fit:cover;width:100%;height:100%;min-height:190px;display:block}.remove-media-button{color:#fff;cursor:pointer;background:#000000bf;border:0;border-radius:50%;place-content:center;width:34px;height:34px;display:grid;position:absolute;top:9px;right:9px}.media-type-label{color:#fff;background:#000000b8;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;bottom:9px;right:9px}.post-details-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:15px;display:grid}.post-details-grid label{color:#8e98a7;gap:6px;font-size:12px;font-weight:800;display:grid}.post-details-grid input,.post-details-grid select{color:#fff;background:#0b1016;border:1px solid #242e3d;border-radius:11px;outline:none;height:43px;padding:0 12px}.create-post-footer{border-top:1px solid #222b38;justify-content:space-between;align-items:center;gap:15px;margin-top:18px;padding-top:17px;display:flex}.create-post-options{color:#7f8999;align-items:center;gap:15px;font-size:12px;display:flex}.create-post-options span,.media-picker-button{align-items:center;gap:7px;display:inline-flex}.media-picker-button{color:#84f342;cursor:pointer;background:#84f34214;border:1px solid #84f3422e;border-radius:10px;padding:9px 12px}.publish-button{align-items:center;gap:8px;display:inline-flex}.upload-progress{margin-top:16px}.upload-progress>div:first-child{color:#aab2c0;justify-content:space-between;margin-bottom:7px;font-size:12px;display:flex}.upload-progress-track{background:#232b38;border-radius:999px;height:7px;overflow:hidden}.upload-progress-track span{border-radius:inherit;background:#84f342;height:100%;display:block}.feed-section-header{justify-content:space-between;align-items:center;margin:26px 0 15px;display:flex}.feed-section-header span,.right-panel>span,.section-placeholder>span{color:#84f342;letter-spacing:1.7px;font-size:11px;font-weight:900}.feed-section-header h1{margin:5px 0 0;font-size:23px}.posts-list{gap:20px;display:grid}.post-card{overflow:hidden}.post-card-header{justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.post-author{align-items:center;gap:11px;display:flex}.post-author strong,.post-author small{align-items:center;gap:6px;display:flex}.post-author small{color:#798392;margin-top:3px;font-size:11px}.post-caption{color:#d6dbe3;white-space:pre-line;margin:0;padding:0 18px 13px;line-height:1.6}.post-location{color:#84909f;align-items:center;gap:6px;padding:0 18px 14px;font-size:12px;display:flex}.post-media-container{background:#05070a;position:relative;overflow:hidden}.post-media-container>img,.post-video-wrapper video{object-fit:contain;width:100%;max-height:720px;display:block}.post-video-wrapper{position:relative}.video-indicator{color:#fff;pointer-events:none;background:#000000ad;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:12px;left:12px}.media-navigation{color:#fff;cursor:pointer;background:#000000a3;border:0;border-radius:50%;place-content:center;width:42px;height:42px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.media-navigation-left{left:12px}.media-navigation-right{right:12px}.media-dots{justify-content:center;gap:6px;display:flex;position:absolute;bottom:14px;left:0;right:0}.media-dots button{background:#ffffff80;border:0;border-radius:50%;width:7px;height:7px;padding:0}.media-dots button.active{background:#84f342;border-radius:999px;width:18px}.post-style{color:#84f342;padding:13px 18px 0;font-size:12px;font-weight:800}.post-card-footer{justify-content:space-between;align-items:center;padding:14px 18px 17px;display:flex}.post-actions{gap:7px;display:flex}.post-actions button,.save-post-button{color:#929cab;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:6px;padding:8px 10px;display:inline-flex}.post-actions button:hover,.save-post-button:hover{color:#fff;background:#171e28}.post-actions button.liked{color:#ff4f70}.feed-right-column{align-content:start;gap:17px;display:grid}.right-panel{padding:19px}.right-panel h2,.right-panel h3{margin:8px 0}.right-panel p{color:#84909f;margin-bottom:0;font-size:13px;line-height:1.6}.popular-tags{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.popular-tags button{color:#9ba5b4;background:#171d27;border:1px solid #27303e;border-radius:999px;padding:7px 10px}.ad-placeholder{background:linear-gradient(145deg,#84f3421a,#10151d);border-color:#84f34233}.ad-placeholder small{color:#84f342;font-weight:900}.ad-placeholder strong{margin-top:12px;font-size:19px;display:block}.feed-loading,.feed-empty{color:#8c96a4;text-align:center;background:#10151d;border:1px solid #222b38;border-radius:18px;padding:55px 20px}.feed-empty span{font-size:45px}.load-more-button{color:#84f342;background:#10151d;border:1px solid #2a3543;border-radius:13px;width:100%;margin-top:20px;padding:13px}.section-placeholder{max-width:900px;margin:0 auto;padding:35px}.sidebar-overlay{display:none}@media (width<=1100px){.feed-page{grid-template-columns:minmax(0,720px);justify-content:center}.feed-right-column,.header-actions>button{display:none}}@media (width<=820px){.app-header{height:64px;padding:0 16px}.mobile-menu-button{display:inline-flex}.header-search{display:none}.header-actions{margin-left:auto}.app-sidebar{z-index:130;width:285px;transition:transform .25s;top:0;transform:translate(-105%)}.app-sidebar-open{transform:translate(0)}.sidebar-mobile-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.sidebar-mobile-header strong{color:#84f342}.sidebar-mobile-header button{color:#fff;background:0 0;border:0}.sidebar-overlay{z-index:120;background:#000000b3;border:0;display:block;position:fixed;inset:0}.application-content{padding:84px 14px 30px}}@media (width<=600px){.header-actions>a:first-child,.header-actions>a:nth-child(2){display:none}.create-post-card{padding:16px}.selected-media-grid,.post-details-grid{grid-template-columns:1fr}.create-post-footer{flex-direction:column;align-items:stretch}.create-post-options{justify-content:space-between}.publish-button{justify-content:center;width:100%}.post-card{border-left:0;border-right:0;border-radius:12px}}.header-avatar{overflow:hidden;padding:0!important}.header-avatar img{object-fit:cover;width:100%;height:100%;display:block}.header-avatar span{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.profile-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.profile-gallery-item{aspect-ratio:1;cursor:pointer;background:#07090d;border:0;border-radius:10px;width:100%;padding:0;position:relative;overflow:hidden}.profile-gallery-item img,.profile-gallery-item video{object-fit:cover;width:100%;height:100%;transition:transform .25s,opacity .25s;display:block}.profile-gallery-item:hover img,.profile-gallery-item:hover video{opacity:.86;transform:scale(1.05)}.gallery-video-icon{z-index:2;color:#fff;pointer-events:none;background:#000000b3;border-radius:50%;place-content:center;width:34px;height:34px;display:grid;position:absolute;top:10px;right:10px}.gallery-multiple-icon{z-index:2;color:#fff;pointer-events:none;background:#000000b3;border-radius:50%;place-content:center;width:34px;height:34px;display:grid;position:absolute;top:10px;left:10px}.profile-gallery-overlay{color:#fff;opacity:0;background:#00000094;justify-content:center;align-items:center;gap:24px;transition:opacity .22s;display:flex;position:absolute;inset:0}.profile-gallery-item:hover .profile-gallery-overlay{opacity:1}.profile-gallery-overlay span{align-items:center;gap:6px;font-size:14px;font-weight:900;display:inline-flex}.profile-empty-gallery{color:#8792a1;text-align:center;background:#0d1219;border:1px dashed #2a3442;border-radius:18px;justify-items:center;padding:60px 20px;display:grid}.profile-empty-gallery svg{color:#84f342}.profile-empty-gallery h3{color:#fff;margin:16px 0 6px}.profile-empty-gallery p{color:#7f8997;margin:0}.profile-post-modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#030508e0;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.profile-post-modal-content{width:min(100%,760px);animation:.22s profileModalEnter;position:relative}.profile-post-modal-content .post-card{border:1px solid #2a3544;margin:0;box-shadow:0 30px 80px #0000009e}.profile-post-close{z-index:520;color:#fff;cursor:pointer;background:#121821eb;border:1px solid #303a48;border-radius:50%;place-content:center;width:44px;height:44px;transition:transform .18s,background .18s;display:grid;position:fixed;top:18px;right:18px}.profile-post-close:hover{background:#222b37;transform:scale(1.05)}.profile-modal-backdrop{z-index:500;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#030508e0;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.profile-modal{background:#10151d;border:1px solid #2a3544;border-radius:24px;width:min(100%,760px);padding:26px;animation:.22s profileModalEnter;box-shadow:0 35px 90px #00000094}.profile-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.profile-modal-header span{color:#84f342;letter-spacing:1.7px;font-size:11px;font-weight:900}.profile-modal-header h2{color:#fff;margin:6px 0 0;font-size:25px}.profile-modal-header>button{color:#fff;cursor:pointer;background:#171e28;border:1px solid #2b3543;border-radius:50%;flex-shrink:0;place-content:center;width:42px;height:42px;display:grid}.profile-modal-header>button:hover{background:#202936}.profile-edit-form{gap:18px;display:grid}.profile-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.profile-form-grid label{color:#9ca6b4;gap:7px;font-size:12px;font-weight:800;display:grid}.profile-form-grid input,.profile-form-grid textarea{color:#fff;background:#0b1016;border:1px solid #273140;border-radius:12px;outline:none;width:100%;padding:12px 13px;transition:border-color .18s,box-shadow .18s}.profile-form-grid input{min-height:46px}.profile-form-grid textarea{resize:vertical;min-height:120px}.profile-form-grid input:focus,.profile-form-grid textarea:focus{border-color:#84f342;box-shadow:0 0 0 3px #84f3421a}.profile-form-grid input:disabled,.profile-form-grid textarea:disabled{cursor:wait;opacity:.65}.profile-form-grid label small{color:#6f7a89;font-size:11px;font-weight:500}.profile-field-full{grid-column:1/-1}.profile-switch-row{background:#141a23;border:1px solid #273140;border-radius:15px;justify-content:space-between;align-items:center;gap:20px;padding:16px;display:flex}.profile-switch-row strong{color:#fff;display:block}.profile-switch-row p{color:#7f8998;margin:4px 0 0;font-size:12px;line-height:1.5}.profile-switch{flex-shrink:0;width:52px;height:28px;position:relative}.profile-switch input{opacity:0;width:0;height:0}.profile-switch span{cursor:pointer;background:#374151;border-radius:999px;transition:background .2s;position:absolute;inset:0}.profile-switch span:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;bottom:4px;left:4px}.profile-switch input:checked+span{background:#84f342}.profile-switch input:checked+span:before{transform:translate(24px)}.profile-switch input:disabled+span{cursor:wait;opacity:.6}.profile-modal-footer{border-top:1px solid #242e3c;justify-content:flex-end;gap:10px;padding-top:18px;display:flex}.profile-save-button{justify-content:center;align-items:center;gap:8px;display:inline-flex}@keyframes profileModalEnter{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-page{width:100%;max-width:1200px;margin:30px auto;padding:0 20px}.profile-header-card{background:#11161f;border:1px solid #262f3d;border-radius:22px;overflow:hidden;box-shadow:0 15px 50px #00000040}.profile-cover{background:#151c26 50%/cover;height:340px;position:relative}.profile-cover:before{content:"";background:linear-gradient(#0000,#05080c8c);position:absolute;inset:0}.profile-cover-placeholder{letter-spacing:10px;color:#ffffff0a;justify-content:center;align-items:center;font-size:120px;font-weight:900;display:flex;position:absolute;inset:0}.profile-information{padding:0 35px 35px;position:relative}.profile-avatar-section{height:95px}.profile-main-avatar{background:#84f342;border:6px solid #11161f;border-radius:50%;justify-content:center;align-items:center;width:155px;height:155px;font-size:58px;font-weight:700;display:flex;position:absolute;top:-75px;overflow:hidden}.profile-main-avatar img{object-fit:cover;width:100%;height:100%}.change-avatar-button{color:#fff;cursor:pointer;background:#222;border:none;border-radius:50%;width:42px;height:42px;position:absolute;bottom:8px;right:0}.change-cover-button{color:#111;cursor:pointer;background:#84f342;border:none;border-radius:40px;align-items:center;gap:8px;padding:10px 18px;font-weight:700;display:flex;position:absolute;bottom:25px;right:25px}.profile-actions{gap:10px;display:flex;position:absolute;top:25px;right:35px}.profile-follow-button,.profile-edit-button,.profile-message-button{cursor:pointer;border:none;border-radius:35px;align-items:center;gap:8px;padding:10px 18px;font-weight:700;display:flex}.profile-follow-button{color:#111;background:#84f342}.profile-follow-button.following{color:#fff;background:#262f3d}.profile-message-button,.profile-edit-button{color:#fff;background:#202734}.profile-identity{margin-top:10px}.profile-identity h1{align-items:center;gap:10px;margin-bottom:5px;font-size:34px;display:flex}.profile-identity>span{color:#8792a1;font-size:15px}.profile-location{color:#8792a1;align-items:center;gap:8px;margin-top:15px;display:flex}.profile-biography{color:#d5dbe4;max-width:700px;margin-top:18px;line-height:1.8}.profile-statistics{gap:15px;margin-top:30px;display:flex}.profile-statistics button{color:#fff;background:#171d28;border:1px solid #293343;border-radius:14px;min-width:140px;padding:15px 22px}.profile-statistics strong{font-size:24px;display:block}.profile-statistics span{color:#8792a1}.profile-content-card{background:#11161f;border:1px solid #262f3d;border-radius:22px;margin-top:25px;padding:25px}.profile-content-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.profile-content-header span{color:#84f342;letter-spacing:2px;font-size:12px;font-weight:700}.profile-content-header h2{margin-top:5px}.private-profile-message{text-align:center;color:#8792a1;padding:80px 20px}.private-profile-message svg{color:#84f342;margin-bottom:15px}.private-profile-message h3{color:#fff;margin-bottom:10px}.profile-loading{flex-direction:column;justify-content:center;align-items:center;padding:150px;display:flex}.verified-icon{color:#84f342}@media (width<=700px){.profile-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.profile-gallery-item{border-radius:5px}.profile-gallery-overlay{display:none}.gallery-video-icon,.gallery-multiple-icon{width:28px;height:28px;top:6px}.gallery-video-icon{right:6px}.gallery-multiple-icon{left:6px}.profile-modal-backdrop,.profile-post-modal-backdrop{padding:18px 10px}.profile-modal{border-radius:18px;padding:20px 16px}.profile-form-grid{grid-template-columns:1fr}.profile-field-full{grid-column:auto}.profile-switch-row{align-items:flex-start}.profile-modal-footer{flex-direction:column-reverse}.profile-modal-footer button{width:100%}.profile-post-close{position:fixed;top:10px;right:10px}}.explore-page{width:100%;max-width:1180px;margin:0 auto}.explore-hero{background:radial-gradient(circle at 90% 20%,#84f34233,#0000 30%),linear-gradient(135deg,#10161f,#14231d,#16232c);border:1px solid #273241;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;min-height:230px;padding:38px;display:flex;overflow:hidden}.explore-hero>div:first-child{max-width:680px}.explore-hero span,.explore-results-header span{color:#84f342;letter-spacing:1.8px;font-size:11px;font-weight:900}.explore-hero h1{margin:10px 0;font-size:clamp(32px,6vw,58px);line-height:1.05}.explore-hero p{color:#9ba5b4;max-width:620px;margin:0;line-height:1.7}.explore-hero-icon{color:#071007;background:#84f342;border-radius:32px;flex-shrink:0;place-content:center;width:110px;height:110px;display:grid;transform:rotate(7deg);box-shadow:0 24px 60px #84f34238}.explore-filter-card{background:#10151d;border:1px solid #26303e;border-radius:19px;margin-top:22px;padding:20px}.explore-filter-form{grid-template-columns:minmax(260px,2fr) minmax(150px,1fr) minmax(150px,1fr) auto;align-items:end;gap:12px;display:grid}.explore-filter-form label{color:#919baa;gap:7px;font-size:11px;font-weight:800;display:grid}.explore-filter-form input{color:#fff;background:#0a0f15;border:1px solid #283342;border-radius:12px;outline:none;width:100%;height:46px;padding:0 13px}.explore-filter-form input:focus{border-color:#84f342;box-shadow:0 0 0 3px #84f3421a}.explore-search-field{position:relative}.explore-search-field svg{color:#707b8a;position:absolute;bottom:14px;left:13px}.explore-search-field input{padding-left:42px}.explore-search-button{justify-content:center;align-items:center;gap:7px;min-width:115px;display:inline-flex}.explore-clear-filters{color:#a3adbb;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-top:13px;padding:7px 10px;display:inline-flex}.explore-results{margin-top:28px}.explore-results-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:17px;display:flex}.explore-results-header h2{margin:5px 0 0}.explore-results-header>strong{color:#7e8998;font-size:12px}.artists-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;display:grid}.artist-card{background:#10151d;border:1px solid #252f3d;border-radius:20px;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden}.artist-card:hover{border-color:#84f34266;transform:translateY(-4px);box-shadow:0 22px 55px #0000004d}.artist-card-top{background:linear-gradient(135deg,#1b2b21,#163137,#291e39);height:92px;position:relative;overflow:hidden}.artist-card-decoration{color:#ffffff0d;letter-spacing:-4px;font-size:46px;font-weight:1000;position:absolute;bottom:-17px;right:-7px}.artist-private-badge{color:#d3dae4;background:#0000008c;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;font-weight:800;display:inline-flex;position:absolute;top:12px;right:12px}.artist-card-content{padding:53px 18px 18px;position:relative}.artist-card-avatar{color:#071007;background:#84f342;border:5px solid #10151d;border-radius:50%;place-content:center;width:88px;height:88px;font-size:31px;font-weight:1000;display:grid;position:absolute;top:-46px;left:18px;overflow:hidden}.artist-card-avatar img{object-fit:cover;width:100%;height:100%}.artist-card-identity a{color:inherit;text-decoration:none}.artist-card-identity h2{align-items:center;gap:6px;margin:0;font-size:19px;display:flex}.artist-card-identity>span{color:#7e8998;margin-top:4px;font-size:12px;display:block}.artist-card-location{color:#8d97a6;align-items:center;gap:6px;margin-top:13px;font-size:12px;display:flex}.artist-card-biography{color:#a9b1bd;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:43px;margin:13px 0 0;font-size:12px;line-height:1.7;display:-webkit-box;overflow:hidden}.artist-card-stats{border-top:1px solid #242e3c;border-bottom:1px solid #242e3c;gap:16px;margin-top:17px;padding:13px 0;display:flex}.artist-card-stats>div{color:#818c9a;align-items:center;gap:7px;display:flex}.artist-card-stats svg{color:#84f342}.artist-card-stats span{flex-direction:column;font-size:10px;display:flex}.artist-card-stats strong{color:#fff;font-size:14px}.artist-view-profile{color:#071007;background:#84f342;border-radius:11px;justify-content:center;align-items:center;width:100%;min-height:42px;margin-top:16px;font-weight:900;text-decoration:none;display:inline-flex}.explore-loading,.explore-empty{color:#8792a1;text-align:center;background:#10151d;border:1px solid #252f3d;border-radius:20px;justify-items:center;padding:75px 20px;display:grid}.explore-empty svg{color:#84f342}.explore-empty h3{color:#fff;margin:15px 0 6px}.explore-empty p{margin:0 0 18px}.explore-load-more{color:#84f342;cursor:pointer;background:#10151d;border:1px solid #2a3543;border-radius:13px;width:100%;margin-top:20px;padding:14px}@media (width<=1050px){.artists-grid,.explore-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.explore-search-field{grid-column:1/-1}}@media (width<=650px){.explore-hero{min-height:auto;padding:25px 20px}.explore-hero-icon{display:none}.explore-filter-form{grid-template-columns:1fr}.explore-search-field{grid-column:auto}.artists-grid{grid-template-columns:1fr}.explore-results-header{flex-direction:column;align-items:flex-start}}.comments-modal-backdrop{z-index:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020407db;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.comments-modal{background:#10151d;border:1px solid #293443;border-radius:23px;flex-direction:column;width:min(100%,720px);max-height:min(88vh,850px);animation:.22s commentsModalEnter;display:flex;overflow:hidden;box-shadow:0 35px 100px #000000a6}.comments-modal-header{border-bottom:1px solid #252f3d;justify-content:space-between;align-items:center;gap:18px;padding:20px 22px;display:flex}.comments-modal-header span{color:#84f342;letter-spacing:1.7px;font-size:10px;font-weight:900}.comments-modal-header h2{margin:5px 0 0;font-size:23px}.comments-header-actions{gap:8px;display:flex}.comments-header-actions button{color:#cbd2dc;cursor:pointer;background:#171e28;border:1px solid #2b3543;border-radius:50%;place-content:center;width:40px;height:40px;display:grid}.comments-modal-list{flex:1;padding:19px 21px;overflow-y:auto}.comments-loading,.comments-empty{color:#84909f;text-align:center;align-content:center;justify-items:center;min-height:300px;display:grid}.comments-empty svg{color:#84f342}.comments-empty h3{color:#fff;margin:15px 0 7px}.comments-empty p,.comments-loading p{margin:0}.comments-modal-footer{background:#0d1219;border-top:1px solid #252f3d;padding:16px 20px}.comment-form{gap:10px;display:grid}.comment-reply-banner{background:#84f34214;border:1px solid #84f3422e;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:9px 11px;display:flex}.comment-reply-banner span,.comment-reply-banner strong{display:block}.comment-reply-banner span{color:#84909f;font-size:10px}.comment-reply-banner strong{color:#84f342;margin-top:2px;font-size:12px}.comment-reply-banner button{color:#d2d8e1;cursor:pointer;background:0 0;border:0;border-radius:50%;place-content:center;width:31px;height:31px;display:grid}.comment-form-content{align-items:flex-end;gap:10px;display:flex}.comment-form-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-content:center;width:39px;height:39px;font-weight:900;display:grid;overflow:hidden}.comment-form-avatar img{object-fit:cover;width:100%;height:100%}.comment-form-input-wrapper{flex:1;position:relative}.comment-form-input-wrapper textarea{resize:vertical;color:#fff;background:#151c25;border:1px solid #2a3543;border-radius:14px;outline:none;width:100%;min-height:48px;max-height:150px;padding:12px 53px 12px 13px;display:block}.comment-form-input-wrapper textarea:focus{border-color:#84f342;box-shadow:0 0 0 3px #84f3421a}.comment-form-counter{color:#657080;font-size:9px;position:absolute;bottom:8px;right:10px}.comment-submit-button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:50%;flex-shrink:0;place-content:center;width:44px;height:44px;display:grid}.comment-submit-button:disabled{cursor:not-allowed;opacity:.45}.comment-item{align-items:flex-start;gap:10px;margin-bottom:18px;display:flex}.comment-item-reply{margin-top:14px;margin-bottom:12px}.comment-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-content:center;width:38px;height:38px;font-size:13px;font-weight:900;display:grid;overflow:hidden}.comment-item-reply .comment-avatar{width:31px;height:31px;font-size:11px}.comment-avatar img{object-fit:cover;width:100%;height:100%}.comment-main-content{flex:1;min-width:0}.comment-bubble{background:#171e28;border:1px solid #283240;border-radius:5px 16px 16px;padding:11px 13px}.comment-header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.comment-header>div:first-child{min-width:0}.comment-header strong{text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:5px;font-size:12px;display:flex;overflow:hidden}.comment-header span{color:#747f8e;margin-top:2px;font-size:10px;display:block}.comment-bubble p{color:#d4dae3;overflow-wrap:anywhere;white-space:pre-wrap;margin:8px 0 0;font-size:13px;line-height:1.55}.comment-menu-wrapper{position:relative}.comment-menu-button{color:#7f8998;cursor:pointer;background:0 0;border:0;border-radius:50%;place-content:center;width:27px;height:27px;display:grid}.comment-menu-button:hover{color:#fff;background:#202935}.comment-menu{z-index:10;background:#111720;border:1px solid #2b3644;border-radius:10px;min-width:125px;padding:5px;position:absolute;top:31px;right:0;box-shadow:0 16px 40px #00000073}.comment-menu button{color:#fca5a5;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;width:100%;padding:8px 9px;display:flex}.comment-menu button:hover{background:#ef44441a}.comment-actions{align-items:center;gap:13px;padding:6px 5px 0;display:flex}.comment-actions button{color:#7e8997;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:2px;font-size:10px;font-weight:800;display:inline-flex}.comment-actions button:hover{color:#fff}.comment-actions .liked{color:#ff4f70}.comment-actions time{color:#687382;font-size:9px}.comment-replies{border-left:1px solid #293442;margin-left:5px;padding-left:13px}.comments-load-more{color:#84f342;cursor:pointer;background:#141b24;border:1px solid #293442;border-radius:11px;width:100%;padding:11px}@keyframes commentsModalEnter{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=650px){.comments-modal-backdrop{align-items:stretch;padding:0}.comments-modal{border:0;border-radius:0;width:100%;height:100%;max-height:none}.comments-modal-header{padding:15px}.comments-modal-list{padding:15px 12px}.comments-modal-footer{padding:12px 12px max(12px, env(safe-area-inset-bottom))}.comment-form-avatar{display:none}.comment-bubble{padding:10px 11px}.comment-replies{margin-left:0;padding-left:9px}}.post-media-unavailable{color:#7f8998;text-align:center;background:#080b10;place-content:center;min-height:220px;padding:25px;display:grid}.notifications-page{width:100%;max-width:980px;margin:0 auto}.notifications-hero{background:radial-gradient(circle at 90% 20%,#84f3422e,#0000 32%),linear-gradient(135deg,#10161f,#14231d,#19202d);border:1px solid #273241;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;min-height:210px;padding:35px;display:flex}.notifications-hero span,.notifications-header span{color:#84f342;letter-spacing:1.8px;font-size:11px;font-weight:900}.notifications-hero h1{margin:8px 0;font-size:clamp(32px,6vw,54px)}.notifications-hero p{color:#9ba5b4;max-width:610px;margin:0;line-height:1.7}.notifications-hero-icon{color:#071007;background:#84f342;border-radius:30px;flex-shrink:0;place-content:center;width:100px;height:100px;display:grid;transform:rotate(6deg)}.notifications-card{background:#10151d;border:1px solid #27313f;border-radius:21px;margin-top:22px;padding:22px}.notifications-header{border-bottom:1px solid #26303e;justify-content:space-between;align-items:flex-end;gap:18px;padding-bottom:18px;display:flex}.notifications-header h2{margin:5px 0 2px}.notifications-header small{color:#7d8796}.notifications-actions{gap:9px;display:flex}.notifications-actions button{color:#d3dae3;cursor:pointer;background:#171e28;border:1px solid #2b3543;border-radius:10px;align-items:center;gap:7px;min-height:40px;padding:0 13px;display:inline-flex}.notifications-actions button:disabled{cursor:not-allowed;opacity:.5}.notifications-list{gap:8px;margin-top:16px;display:grid}.notification-item{color:#fff;text-align:left;cursor:pointer;background:#141a23;border:1px solid #252f3d;border-radius:14px;align-items:center;gap:13px;width:100%;padding:14px;transition:background .18s,border-color .18s;display:flex}.notification-item:hover{background:#19212c;border-color:#344152}.notification-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-content:center;width:49px;height:49px;font-weight:900;display:grid;position:relative;overflow:visible}.notification-avatar>img{object-fit:cover;border-radius:50%;width:100%;height:100%}.notification-type-icon{color:#071007;background:#84f342;border:3px solid #141a23;border-radius:50%;place-content:center;width:23px;height:23px;display:grid;position:absolute;bottom:-3px;right:-3px}.notification-content p{color:#cbd2dc;margin:0;line-height:1.55}.notification-content strong{color:#fff}.notification-unread-dot{background:#84f342;border-radius:50%;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 5px #84f34214}.notifications-loading,.notifications-empty{color:#8792a1;text-align:center;align-content:center;justify-items:center;min-height:320px;display:grid}.notifications-empty svg{color:#84f342}.notifications-empty h3{color:#fff;margin:15px 0 7px}.notifications-empty p,.notifications-loading p{margin:0}.notifications-load-more{color:#84f342;cursor:pointer;background:#141a23;border:1px solid #293442;border-radius:12px;width:100%;margin-top:17px;padding:13px}@media (width<=650px){.notifications-hero{min-height:auto;padding:24px 20px}.notifications-hero-icon{display:none}.notifications-card{padding:15px}.notifications-header{flex-direction:column;align-items:flex-start}.notifications-actions{width:100%}.notifications-actions button{flex:1;justify-content:center}.notification-item{padding:12px}}.messages-page{width:100%;max-width:1200px;margin:0 auto}.chat-layout{background:#10151d;border:1px solid #27313f;border-radius:22px;grid-template-columns:340px minmax(0,1fr);width:100%;height:calc(100vh - 125px);min-height:600px;max-height:calc(100vh - 125px);display:grid;overflow:hidden}.chat-conversations{border-right:1px solid #27313f;flex-direction:column;min-width:0;display:flex}.chat-conversations-header{padding:21px}.chat-conversations-header span{color:#84f342;letter-spacing:1.7px;font-size:10px;font-weight:900}.chat-conversations-header h2{margin:5px 0 0}.chat-search{align-items:center;margin:0 16px 14px;display:flex;position:relative}.chat-search svg{color:#707b89;position:absolute;left:12px}.chat-search input{color:#fff;background:#0b1016;border:1px solid #283341;border-radius:12px;outline:none;width:100%;height:43px;padding:0 12px 0 40px}.conversation-list{flex:1;padding:0 10px 13px;overflow-y:auto}.conversation-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:13px;align-items:center;gap:11px;width:100%;padding:12px;display:flex}.conversation-item:hover,.conversation-item.active{background:#19212c}.conversation-item.active{box-shadow:inset 3px 0 #84f342}.conversation-avatar,.chat-window-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-content:center;width:47px;height:47px;font-weight:900;display:grid;overflow:hidden}.conversation-avatar img,.chat-window-avatar img{object-fit:cover;width:100%;height:100%}.conversation-details{min-width:0}.conversation-details strong,.conversation-details p{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.conversation-details p{color:#818c9a;margin:4px 0 0;font-size:11px}.conversation-list-empty{color:#7f8998;text-align:center;justify-items:center;padding:55px 20px;display:grid}.conversation-list-empty svg{color:#84f342}.chat-window{background:#10151d;flex-direction:column;min-width:0;height:100%;min-height:0;display:flex;overflow:hidden}.chat-window-header{background:#10151d;border-bottom:1px solid #27313f;flex-shrink:0;align-items:center;gap:11px;min-height:73px;padding:12px 18px;display:flex}.chat-window-header strong,.chat-window-header span{display:block}.chat-window-header span{color:#818c9a;margin-top:3px;font-size:11px}.chat-back-button{color:#fff;background:0 0;border:0;display:none}.chat-messages{overscroll-behavior:contain;background:radial-gradient(circle at 20% 10%,#84f34208,#0000 28%),#0b1016;flex:auto;min-height:0;padding:20px;overflow:hidden auto}.message-row{justify-content:flex-start;margin-bottom:10px;display:flex}.message-row.own{justify-content:flex-end}.message-bubble{color:#e3e7ed;background:#1a222d;border:1px solid #293543;border-radius:5px 15px 15px;max-width:min(72%,560px);padding:10px 12px 7px;overflow:hidden}.message-row.own .message-bubble{color:#071007;background:#84f342;border-color:#84f342;border-radius:15px 5px 15px 15px}.message-bubble p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;line-height:1.55}.message-bubble footer{opacity:.65;justify-content:flex-end;align-items:center;gap:5px;margin-top:4px;display:flex}.message-bubble time{font-size:9px}.chat-composer{z-index:20;background:#10151d;border-top:1px solid #27313f;flex:none;align-items:flex-end;gap:10px;width:100%;padding:14px;display:flex;position:relative}.chat-composer textarea{resize:none;color:#fff;background:#171e28;border:1px solid #2a3543;border-radius:15px;outline:none;flex:1;min-width:0;min-height:45px;max-height:130px;padding:12px 14px}.chat-composer textarea:focus{border-color:#84f342}.chat-composer button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:50%;flex-shrink:0;place-content:center;width:45px;height:45px;display:grid}.chat-composer button:disabled{cursor:not-allowed;opacity:.45}.chat-no-selection,.chat-empty,.chat-loading,.messages-page-loading{color:#84909f;text-align:center;align-content:center;justify-items:center;display:grid}.chat-no-selection{padding:30px}.chat-no-selection span{color:#84f342;letter-spacing:2px;font-size:12px;font-weight:900}.chat-no-selection h2,.chat-empty h3{color:#fff;margin:12px 0 7px}.chat-empty,.chat-loading{min-height:100%}.chat-empty>span{font-size:42px}.messages-page-loading{min-height:500px}@media (width<=800px){.chat-layout{grid-template-columns:1fr;height:calc(100vh - 95px);min-height:560px}.chat-conversations{border-right:0}.chat-window{z-index:10;background:#10151d;position:absolute;inset:0}.chat-layout{position:relative}.chat-back-button{place-content:center;display:grid}.message-bubble{max-width:85%}}.chat-image-preview{background:#0b1016;border:1px solid #2a3543;border-radius:14px;flex-shrink:0;width:180px;margin:10px 14px 0;position:relative;overflow:hidden}.chat-image-preview img{object-fit:cover;width:100%;max-height:180px;display:block}.chat-image-preview button{color:#fff;cursor:pointer;background:#000000b8;border:0;border-radius:50%;place-content:center;width:31px;height:31px;display:grid;position:absolute;top:7px;right:7px}.chat-attachment-button,.chat-audio-button{flex-shrink:0;color:#9ca6b4!important;background:#171e28!important;border:1px solid #2a3543!important;border-radius:50%!important;place-content:center!important;width:42px!important;height:42px!important;display:grid!important}.chat-attachment-button:hover,.chat-audio-button:hover{color:#84f342!important;border-color:#84f34266!important}.chat-send-button{color:#071007!important;background:#84f342!important;border:0!important}.message-image{background:#080b10;border-radius:12px;width:100%;margin:-5px -7px 8px;overflow:hidden}.message-image img{object-fit:contain;background:#080b10;width:auto;max-width:min(420px,100%);height:auto;max-height:420px;margin:0 auto;display:block}.message-file-unavailable{color:#8c97a6;background:#00000026;border-radius:10px;align-items:center;gap:8px;min-width:190px;padding:20px;display:flex}.message-audio{align-items:center;gap:10px;min-width:260px;display:flex}.message-audio-icon{border-radius:50%;flex-shrink:0;place-content:center;width:36px;height:36px;display:grid}.message-row:not(.own) .message-audio-icon{color:#071007;background:#84f342}.message-row.own .message-audio-icon{color:#84f342;background:#10151d}.message-audio-content{flex:1;min-width:0}.message-audio audio{width:100%;max-width:300px;height:35px}.message-audio-content>span{opacity:.7;margin-top:3px;font-size:9px;display:block}.audio-recorder{background:#151c25;border:1px solid #2a3543;border-radius:15px;flex-shrink:0;margin:10px 14px 0;padding:13px}.audio-recorder-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:11px;display:flex}.audio-recorder-header strong{font-size:12px}.audio-recorder-header button{color:#9ba5b4;cursor:pointer;background:0 0;border:0;border-radius:50%;place-content:center;width:30px;height:30px;display:grid}.audio-start-button{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:45px;font-weight:900;display:flex}.audio-recording-active{align-items:center;gap:12px;display:flex}.audio-recording-dot{background:#ff4f70;border-radius:50%;width:12px;height:12px;animation:1s infinite alternate recordingPulse;box-shadow:0 0 0 6px #ff4f7017}.audio-recording-active strong{font-variant-numeric:tabular-nums;margin-right:auto}.audio-recording-active button{color:#fff;cursor:pointer;background:#2a1a1f;border:1px solid #56303a;border-radius:9px;align-items:center;gap:6px;padding:8px 11px;display:inline-flex}.audio-preview{align-items:center;gap:9px;display:flex}.audio-preview>div{flex:1;min-width:0}.audio-preview strong,.audio-preview span{display:block}.audio-preview span{color:#7f8998;margin-top:3px;font-size:10px}.audio-preview-play,.audio-discard-button,.audio-send-button{cursor:pointer;border-radius:50%;flex-shrink:0;place-content:center;width:39px;height:39px;display:grid}.audio-preview-play{color:#071007;background:#84f342;border:0}.audio-discard-button{color:#fca5a5;background:#24171b;border:1px solid #47252c}.audio-send-button{color:#071007;background:#84f342;border:0}.audio-recorder-error{color:#fecaca;background:#7f1d1d4d;border-radius:8px;margin-bottom:10px;padding:9px;font-size:11px}@keyframes recordingPulse{0%{opacity:.7;transform:scale(.85)}to{opacity:1;transform:scale(1.05)}}@media (width<=600px){.chat-composer{gap:6px;padding:10px}.chat-attachment-button,.chat-audio-button,.chat-send-button{width:39px!important;height:39px!important}.message-audio{min-width:210px}.message-audio audio{max-width:220px}.chat-image-preview,.audio-recorder{margin-left:10px;margin-right:10px}}.conversation-unread-badge{color:#071007;background:#84f342;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:10px;font-weight:900;display:inline-flex}.header-icon-with-badge{position:relative}.header-badge{color:#071007;background:#84f342;border:2px solid #080b10;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:9px;font-weight:900;display:inline-flex;position:absolute;top:-4px;right:-4px}.create-post-video-ready{overflow:hidden}.create-post-header{align-items:center;gap:11px;padding:16px 17px 10px;display:flex}.create-post-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-content:center;width:45px;height:45px;font-weight:900;display:grid;overflow:hidden}.create-post-avatar img{object-fit:cover;width:100%;height:100%;display:block}.create-post-header strong,.create-post-header small{display:block}.create-post-header small{color:#74808f;margin-top:3px;font-size:10px}.create-post-textarea{resize:vertical;color:#fff;background:#0b1016;border:1px solid #293543;border-radius:14px;outline:none;width:calc(100% - 34px);min-height:90px;margin:0 17px;padding:13px 14px}.create-post-textarea:focus{border-color:#84f34299}.post-preview-section{padding:14px 17px 4px}.post-preview-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:10px;display:flex}.post-preview-header strong,.post-preview-header small{display:block}.post-preview-header small{color:#738090;margin-top:3px;font-size:9px}.clear-media-button{color:#fca5a5;background:#211419;border:1px solid #49252e;border-radius:9px;align-items:center;gap:6px;padding:7px 9px;font-size:9px;display:inline-flex}.post-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.post-preview-grid.single{grid-template-columns:minmax(0,1fr)}.post-preview-item{background:#05070a;border:1px solid #273341;border-radius:13px;min-height:180px;max-height:430px;position:relative;overflow:hidden}.post-preview-item img,.post-preview-item video{object-fit:contain;background:#05070a;width:100%;height:100%;min-height:180px;max-height:430px;display:block}.remove-preview-button{z-index:5;color:#fff;background:#000000b3;border:0;border-radius:50%;place-content:center;width:30px;height:30px;display:grid;position:absolute;top:8px;right:8px}.preview-media-badge{color:#fff;letter-spacing:.7px;background:#000000b8;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:8px;left:8px}.preview-file-info{background:linear-gradient(#0000,#000000e0);padding:25px 10px 9px;position:absolute;bottom:0;left:0;right:0}.preview-file-info strong,.preview-file-info span{display:block}.preview-file-info strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.preview-file-info span{color:#b4bdc8;margin-top:3px;font-size:8px}.post-upload-progress{background:#111821;border:1px solid #2b3745;border-radius:12px;margin:13px 17px;padding:12px}.upload-progress-info{justify-content:space-between;align-items:center;gap:10px;display:flex}.upload-progress-info>div{align-items:center;gap:7px;min-width:0;display:flex}.upload-progress-info span{color:#b8c1cc;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.upload-progress-info strong{color:#84f342;font-size:10px}.upload-progress-track{background:#080c11;border-radius:999px;height:5px;margin-top:9px;overflow:hidden}.upload-progress-track span{border-radius:inherit;background:#84f342;height:100%;transition:width .2s;display:block}.post-upload-progress>small{color:#697584;margin-top:7px;font-size:8px;display:block}.create-post-extra-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:12px 17px;display:grid}.create-post-extra-fields label{color:#708090;background:#0b1016;border:1px solid #273341;border-radius:11px;align-items:center;gap:7px;min-height:39px;padding:0 11px;display:flex}.create-post-extra-fields label>span{color:#84f342;font-weight:900}.create-post-extra-fields input{color:#d6dce4;background:0 0;border:0;outline:none;width:100%;min-width:0;font-size:9px}.create-post-footer{border-top:1px solid #202b37;justify-content:space-between;align-items:center;gap:12px;padding:10px 17px 15px;display:flex}.create-post-media-actions,.create-post-submit-area{align-items:center;gap:6px;display:flex}.create-post-media-actions button{color:#8c98a7;background:#111821;border:1px solid #293543;border-radius:10px;align-items:center;gap:6px;min-height:36px;padding:0 11px;font-size:9px;display:inline-flex}.create-post-media-actions button:hover{color:#84f342;border-color:#84f34259}.create-post-submit-area select{color:#8a96a5;background:#0b1016;border:1px solid #293543;border-radius:10px;min-height:36px;padding:0 9px;font-size:8px}.create-post-submit-button{color:#071007;background:#84f342;border:0;border-radius:10px;align-items:center;gap:7px;min-height:36px;padding:0 14px;font-size:9px;font-weight:900;display:inline-flex}.create-post-submit-button:disabled{cursor:not-allowed;opacity:.6}@media (width<=650px){.post-preview-grid,.create-post-extra-fields{grid-template-columns:1fr}.create-post-footer{flex-direction:column;align-items:stretch}.create-post-media-actions,.create-post-submit-area{width:100%}.create-post-media-actions button,.create-post-submit-area select,.create-post-submit-button{flex:1;justify-content:center}}.post-media-carousel{background:#05070a;border-top:1px solid #19232d;border-bottom:1px solid #19232d;width:100%;overflow:hidden}.post-media-stage{background:#05070a;justify-content:center;align-items:center;width:100%;min-height:320px;max-height:720px;display:flex;position:relative;overflow:hidden}.post-media-stage>img,.post-media-stage>video{object-fit:contain;background:#05070a;width:100%;max-width:100%;max-height:720px;display:block}.post-media-arrow{z-index:10;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a6;border:1px solid #ffffff24;border-radius:50%;place-content:center;width:39px;height:39px;transition:background .18s,transform .18s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.post-media-arrow:hover{background:#000000e0}.post-media-arrow.left{left:12px}.post-media-arrow.right{right:12px}.post-media-counter{z-index:8;color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;position:absolute;top:12px;right:12px}.post-video-badge{z-index:8;color:#071007;background:#84f342;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:12px;left:12px}.post-media-thumbnails{scrollbar-width:thin;background:#0a0e14;gap:6px;padding:9px 10px;display:flex;overflow-x:auto}.post-media-thumbnails>button{opacity:.58;background:#080b10;border:2px solid #0000;border-radius:9px;flex:0 0 58px;width:58px;height:58px;padding:0;transition:opacity .18s,border-color .18s;position:relative;overflow:hidden}.post-media-thumbnails>button.active{opacity:1;border-color:#84f342}.post-media-thumbnails img,.post-media-thumbnails video{object-fit:cover;width:100%;height:100%;display:block}.thumbnail-video-icon{color:#fff;background:#0000004d;place-content:center;display:grid;position:absolute;inset:0}.post-media-dots{background:#0a0e14;justify-content:center;gap:5px;padding:7px 10px 10px;display:flex}.post-media-dots button{background:#45505d;border:0;border-radius:50%;width:6px;height:6px;padding:0;transition:width .18s,background .18s}.post-media-dots button.active{background:#84f342;border-radius:999px;width:19px}@media (width<=600px){.post-media-stage{min-height:260px}.post-media-arrow{width:34px;height:34px}.post-media-arrow.left{left:7px}.post-media-arrow.right{right:7px}.post-media-thumbnails{padding:7px 8px}.post-media-thumbnails>button{flex-basis:49px;width:49px;height:49px}}.gallery-tile{position:relative}.gallery-tile.video:after{content:"";pointer-events:none;background:linear-gradient(#00000014,#0000 35%,#0003);position:absolute;inset:0}.gallery-video-indicator{z-index:5;color:#071007;background:#84f342;border-radius:50%;place-content:center;width:31px;height:31px;display:grid;position:absolute;top:9px;right:9px;box-shadow:0 4px 14px #0000004d}.gallery-video-duration{z-index:5;color:#fff;font-variant-numeric:tabular-nums;background:#000000bf;border-radius:6px;padding:5px 7px;font-size:8px;font-weight:900;position:absolute;bottom:9px;right:9px}.gallery-multiple-indicator{z-index:5;color:#071007;background:#84f342;border-radius:999px;place-content:center;min-width:25px;height:25px;padding:0 7px;font-size:8px;font-weight:900;display:grid;position:absolute;top:9px;left:9px}.gallery-tile video{object-fit:cover;background:#05070a;width:100%;height:100%;display:block}.reels-page{width:min(100%,1080px);margin:0 auto}.reels-topbar{background:#0e141c;border:1px solid #222d3a;border-radius:15px;justify-content:space-between;align-items:center;min-height:58px;margin-bottom:12px;padding:0 14px;display:flex}.reels-topbar>div{color:#84f342;align-items:center;gap:8px;display:flex}.reels-topbar strong{color:#e5eaf0;letter-spacing:1.2px;font-size:11px}.reels-topbar>button{color:#071007;background:#84f342;border:0;border-radius:9px;align-items:center;gap:6px;min-height:35px;padding:0 12px;font-size:8px;font-weight:900;display:inline-flex}.reels-scroll-container{scroll-snap-type:y mandatory;overscroll-behavior:contain;scrollbar-width:none;border-radius:20px;height:calc(100vh - 165px);min-height:600px;overflow:hidden auto}.reels-scroll-container::-webkit-scrollbar{display:none}.reel-snap-item{scroll-snap-align:start;scroll-snap-stop:always;place-items:center;height:100%;min-height:600px;display:grid}.reel-card{opacity:.75;width:min(100%,480px);height:100%;max-height:calc(100vh - 165px);transition:opacity .2s,transform .2s;display:flex}.reel-card.active{opacity:1}.reel-video-container{cursor:pointer;background:#000;border:1px solid #293543;border-radius:20px;width:100%;height:100%;min-height:600px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000057}.reel-video-container>video{object-fit:cover;background:#000;width:100%;height:100%;display:block}.reel-video-shade{pointer-events:none;background:linear-gradient(#00000014 30%,#0000 48%,#000000bf 100%);position:absolute;inset:0}.reel-play-overlay{z-index:7;color:#ffffffe6;pointer-events:none;place-content:center;display:grid;position:absolute;inset:0}.reel-info{z-index:8;color:#fff;position:absolute;bottom:18px;left:16px;right:84px}.reel-author{align-items:center;gap:9px;margin-bottom:10px;display:flex}.reel-author-avatar{color:#071007;background:#84f342;border:2px solid #fff;border-radius:50%;flex-shrink:0;place-content:center;width:41px;height:41px;font-weight:900;display:grid;overflow:hidden}.reel-author-avatar img{object-fit:cover;width:100%;height:100%}.reel-author>div:nth-child(2){min-width:0}.reel-author strong,.reel-author small{display:block}.reel-author strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.reel-author small{color:#ffffffad;margin-top:2px;font-size:8px}.reel-follow-button{color:#071007;background:#84f342;border:0;border-radius:8px;min-height:29px;margin-left:3px;padding:0 10px;font-size:8px;font-weight:900}.reel-caption{color:#fff;margin:0 0 7px;font-size:10px;line-height:1.5}.reel-tags{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.reel-tags span{color:#dce4eb;background:#0000005c;border-radius:6px;padding:4px 6px;font-size:7px}.reel-audio-line{color:#ffffffc7;align-items:center;gap:5px;font-size:8px;display:flex}.reel-actions{z-index:9;gap:10px;display:grid;position:absolute;bottom:17px;right:11px}.reel-actions>button{color:#fff;background:0 0;border:0;justify-items:center;gap:4px;display:grid}.reel-actions>button>span{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000007a;border:1px solid #ffffff1a;border-radius:50%;place-content:center;width:42px;height:42px;display:grid}.reel-actions>button small{color:#ffffffc7;font-size:7px}.reel-actions>button.liked{color:#ff4f75}.reels-loading,.reels-empty{color:#768291;text-align:center;place-content:center;justify-items:center;gap:9px;min-height:500px;display:grid}.reels-loading svg,.reels-empty>svg{color:#84f342}.reels-empty h2{color:#dce2e8;margin:5px 0 0}.reels-empty p{max-width:320px;margin:0 0 10px;font-size:9px}@media (width<=620px){.reels-page{width:100%}.reels-topbar{margin-bottom:7px}.reels-scroll-container{border-radius:13px;height:calc(100vh - 145px);min-height:500px}.reel-snap-item{min-height:500px}.reel-card{width:100%;max-height:calc(100vh - 145px)}.reel-video-container{border-radius:13px;min-height:500px}}.sidebar-profile{color:inherit;align-items:center;gap:11px;padding:12px;text-decoration:none;display:flex}.sidebar-profile .profile-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;font-weight:900;display:grid;overflow:hidden}.sidebar-profile .profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.sidebar-profile .profile-avatar span{place-items:center;width:100%;height:100%;display:grid}.sidebar-profile-info{min-width:0}.sidebar-profile-info strong,.sidebar-profile-info span{display:block}.sidebar-profile-info strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-profile-info span{color:#7f8998;margin-top:2px;font-size:10px}.create-reel-page{width:min(100%,1050px);margin:0 auto}.create-reel-header{align-items:center;gap:12px;margin-bottom:15px;display:flex}.create-reel-header>button{color:#d8dee5;background:#111821;border:1px solid #293543;border-radius:11px;place-content:center;width:40px;height:40px;display:grid}.create-reel-header span{color:#84f342;letter-spacing:1.7px;font-size:8px;font-weight:900}.create-reel-header h1{margin:3px 0 0;font-size:24px}.create-reel-layout{grid-template-columns:minmax(320px,430px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.create-reel-preview-column{gap:11px;display:grid}.reel-upload-zone{color:#7c8897;text-align:center;background:radial-gradient(circle at 50% 35%,#84f34214,#0000 33%),#090d13;border:1px dashed #354251;border-radius:20px;place-content:center;min-height:660px;display:grid}.reel-upload-zone>div{justify-items:center;gap:7px;display:grid}.reel-upload-zone svg{color:#84f342;margin-bottom:8px}.reel-upload-zone strong{color:#e2e7ec;font-size:15px}.reel-upload-zone p{margin:0;font-size:10px}.reel-upload-zone span{color:#5d6877;font-size:8px}.reel-upload-zone em{color:#071007;background:#84f342;border-radius:9px;justify-self:center;align-items:center;gap:6px;margin-top:15px;padding:9px 13px;font-size:9px;font-style:normal;font-weight:900;display:inline-flex}.reel-create-preview{background:#000;border:1px solid #293543;border-radius:20px;height:min(75vh,720px);min-height:600px;position:relative;overflow:hidden}.reel-create-preview video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.remove-reel-video{z-index:7;color:#fff;background:#000000a6;border:1px solid #ffffff24;border-radius:50%;place-content:center;width:35px;height:35px;display:grid;position:absolute;top:11px;right:11px}.reel-preview-information{background:linear-gradient(#0000,#000000e6);gap:3px;padding:45px 15px 14px;display:grid;position:absolute;bottom:0;left:0;right:0}.reel-preview-information>span{color:#071007;background:#84f342;border-radius:5px;width:max-content;padding:4px 6px;font-size:7px;font-weight:900}.reel-preview-information strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.reel-preview-information small{color:#ffffffa6;font-size:8px}.reel-orientation-warning{color:#d7bd80;background:#211b0f;border:1px solid #514326;border-radius:11px;align-items:flex-start;gap:8px;padding:11px;display:flex}.reel-orientation-warning strong{font-size:9px;display:block}.reel-orientation-warning p{color:#9c895e;margin:3px 0 0;font-size:8px}.create-reel-form-column{background:#0e141c;border:1px solid #222d3a;border-radius:18px;gap:11px;padding:19px;display:grid}.reel-creator-info{border-bottom:1px solid #202a36;align-items:center;gap:9px;padding-bottom:12px;display:flex}.reel-creator-avatar{color:#071007;background:#84f342;border-radius:50%;place-content:center;width:43px;height:43px;font-weight:900;display:grid;overflow:hidden}.reel-creator-avatar img{object-fit:cover;width:100%;height:100%}.reel-creator-info strong,.reel-creator-info small{display:block}.reel-creator-info strong{font-size:10px}.reel-creator-info small{color:#6f7b89;margin-top:2px;font-size:8px}.create-reel-field{gap:6px;display:grid}.create-reel-field>span{color:#909caa;align-items:center;gap:5px;font-size:8px;font-weight:800;display:flex}.create-reel-field input,.create-reel-field textarea,.create-reel-field select{color:#e0e5ea;background:#090e14;border:1px solid #293543;border-radius:10px;outline:none;width:100%;padding:10px 11px;font-size:9px}.create-reel-field textarea{resize:vertical;min-height:115px}.create-reel-field input:focus,.create-reel-field textarea:focus,.create-reel-field select:focus{border-color:#84f34280}.create-reel-field.large{position:relative}.create-reel-field.large>small{color:#596574;font-size:7px;position:absolute;bottom:7px;right:9px}.create-reel-progress{background:#111922;border:1px solid #293543;border-radius:10px;padding:11px}.create-reel-progress>div:first-child{align-items:center;gap:7px;display:flex}.create-reel-progress span{color:#aeb8c3;flex:1;font-size:8px}.create-reel-progress strong{color:#84f342;font-size:9px}.create-reel-progress-track{background:#080b10;border-radius:999px;height:5px;margin-top:8px;overflow:hidden}.create-reel-progress-track span{border-radius:inherit;background:#84f342;height:100%;transition:width .2s;display:block}.publish-reel-button{color:#071007;background:#84f342;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:43px;margin-top:4px;font-size:10px;font-weight:900;display:flex}.publish-reel-button:disabled{cursor:not-allowed;opacity:.5}@media (width<=850px){.create-reel-layout{grid-template-columns:1fr}.reel-upload-zone{min-height:520px}.reel-create-preview{height:min(70vh,650px);min-height:500px}}.reel-comments-backdrop{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000ad;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.reel-comments-modal{color:#fff;background:#0c1118;border-left:1px solid #293543;flex-direction:column;width:min(100%,460px);height:100%;animation:.22s reelCommentsOpen;display:flex;position:relative;overflow:hidden;box-shadow:-25px 0 70px #00000073}@keyframes reelCommentsOpen{0%{transform:translate(100%)}to{transform:translate(0)}}.reel-comments-header{background:#0e141c;border-bottom:1px solid #222d3a;flex-shrink:0;justify-content:space-between;align-items:center;min-height:74px;padding:14px 17px;display:flex}.reel-comments-header span{color:#84f342;letter-spacing:1.5px;font-size:7px;font-weight:900}.reel-comments-header h2{color:#f1f4f6;margin:3px 0 0;font-size:18px}.reel-comments-header button{color:#dce2e8;background:#151d27;border:1px solid #2d3947;border-radius:50%;place-content:center;width:37px;height:37px;display:grid}.reel-comments-list{overscroll-behavior:contain;scrollbar-width:thin;flex:1;min-height:0;padding:8px 16px;overflow:hidden auto}.reel-comment-item{border-bottom:1px solid #1c2631;align-items:flex-start;gap:10px;padding:12px 0;display:flex}.reel-comment-avatar{color:#071007;background:#84f342;border-radius:50%;flex:0 0 41px;place-content:center;width:41px;height:41px;font-weight:900;display:grid;overflow:hidden}.reel-comment-avatar img{object-fit:cover;width:100%;height:100%;display:block}.reel-comment-content{flex:1;min-width:0}.reel-comment-user{flex-wrap:wrap;align-items:baseline;gap:5px;display:flex}.reel-comment-user strong{color:#e6ebf0;font-size:10px}.reel-comment-user small{color:#697685;font-size:8px}.reel-comment-content p{color:#c0c8d1;overflow-wrap:anywhere;margin:5px 0 0;font-size:10px;line-height:1.55}.reel-comment-content time{color:#53606e;margin-top:5px;font-size:7px;display:block}.reel-comments-empty{color:#6e7b8a;text-align:center;place-content:center;justify-items:center;min-height:300px;padding:25px;display:grid}.reel-comments-empty h3{color:#dce2e8;margin:0;font-size:14px}.reel-comments-empty p{margin:5px 0 0;font-size:9px}.reel-comment-form{z-index:5;background:#0e141c;border-top:1px solid #283440;flex-shrink:0;align-items:center;gap:8px;min-height:70px;padding:12px 14px;display:flex;position:relative}.reel-comment-form input{color:#edf1f5;background:#090e14;border:1px solid #2a3644;border-radius:999px;outline:none;flex:1;min-width:0;height:44px;padding:0 14px;font-size:10px}.reel-comment-form input:focus{border-color:#84f342a6;box-shadow:0 0 0 3px #84f3420d}.reel-comment-form button{color:#071007;background:#84f342;border:0;border-radius:50%;flex:0 0 44px;place-content:center;width:44px;height:44px;display:grid}.reel-comment-form button:disabled{opacity:.4}@media (width<=600px){.reel-comments-backdrop{align-items:flex-end}.reel-comments-modal{border-top:1px solid #33404e;border-left:0;border-radius:20px 20px 0 0;width:100%;height:72vh;animation:.22s reelCommentsMobile}@keyframes reelCommentsMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.reel-author-profile{min-width:0;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:9px;padding:0;display:flex}.reel-author-profile>div:last-child{min-width:0}.reel-author-profile strong,.reel-author-profile small{display:block}.reel-author-profile strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:170px;overflow:hidden}.reel-author-profile small{color:#ffffffad;margin-top:2px}.reel-author-profile:hover strong{color:#84f342}.reel-stats-line{color:#ffffff9e;align-items:center;gap:5px;margin-top:7px;font-size:7px;display:flex}.reel-progress{z-index:15;cursor:pointer;align-items:flex-end;height:15px;display:flex;position:absolute;bottom:5px;left:12px;right:12px}.reel-progress:before{content:"";background:#ffffff40;border-radius:999px;height:3px;position:absolute;bottom:4px;left:0;right:0}.reel-progress-fill{z-index:2;pointer-events:none;background:#84f342;border-radius:999px;height:3px;position:absolute;bottom:4px;left:0}.reel-progress-times{opacity:0;color:#fff;pointer-events:none;justify-content:space-between;font-size:7px;transition:opacity .15s;display:flex;position:absolute;bottom:9px;left:0;right:0}.reel-progress:hover .reel-progress-times{opacity:1}.reel-progress:hover:before,.reel-progress:hover .reel-progress-fill{height:4px}.reels-navigation-controls{z-index:30;justify-items:center;gap:7px;display:grid;position:fixed;top:50%;right:25px;transform:translateY(-50%)}.reels-navigation-controls button{color:#e1e6eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e141ceb;border:1px solid #2c3846;border-radius:50%;place-content:center;width:42px;height:42px;transition:color .18s,background .18s,border-color .18s,transform .18s;display:grid}.reels-navigation-controls button:hover:not(:disabled){color:#071007;background:#84f342;border-color:#84f342;transform:scale(1.05)}.reels-navigation-controls button:disabled{cursor:not-allowed;opacity:.25}.reels-navigation-controls span{color:#8b97a5;text-align:center;background:#080c11cc;border-radius:999px;min-width:42px;padding:5px 6px;font-size:8px;font-weight:900}.reels-scroll-container{scroll-behavior:smooth;scroll-snap-type:y mandatory;overscroll-behavior-y:contain}.reel-snap-item{scroll-snap-align:start;scroll-snap-stop:always}@media (width<=850px){.reels-navigation-controls{display:none}}@media (width<=600px){.reels-page{margin:0}.reels-topbar{border-radius:12px;min-height:52px}.reels-scroll-container,.reel-snap-item{height:calc(100dvh - 128px);min-height:0}.reel-card{height:100%;max-height:none}.reel-video-container{border-radius:12px;height:100%;min-height:0}.reel-video-container>video{object-fit:cover;width:100%;height:100%}.reel-info{bottom:30px;right:72px}.reel-actions{bottom:30px;right:8px}.reel-actions>button>span{width:39px;height:39px}.reel-progress{bottom:3px;left:8px;right:8px}.reel-caption{max-height:72px;overflow:hidden}}.create-story-page{width:min(100%,1050px);margin:0 auto}.create-story-header{align-items:flex-start;gap:12px;margin-bottom:15px;display:flex}.create-story-header>button{color:#dce2e8;background:#111821;border:1px solid #293543;border-radius:11px;flex-shrink:0;place-content:center;width:40px;height:40px;display:grid}.create-story-header span{color:#84f342;letter-spacing:1.7px;font-size:8px;font-weight:900}.create-story-header h1{margin:3px 0;font-size:25px}.create-story-header p{color:#74808f;margin:0;font-size:9px}.create-story-layout{grid-template-columns:minmax(310px,420px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.create-story-preview-column{gap:10px;display:grid}.story-upload-zone{color:#768291;text-align:center;background:radial-gradient(circle at 50% 30%,#84f34217,#0000 33%),#090e14;border:1px dashed #354251;border-radius:22px;place-content:center;justify-items:center;min-height:620px;padding:30px;display:grid}.story-upload-icon{color:#071007;background:#84f342;border-radius:20px;place-content:center;width:67px;height:67px;margin-bottom:12px;display:grid}.story-upload-zone strong{color:#e2e7ec;font-size:15px}.story-upload-zone p{max-width:270px;margin:7px 0;font-size:9px;line-height:1.5}.story-upload-zone>span{color:#566271;font-size:7px}.story-upload-zone em{color:#071007;background:#84f342;border-radius:9px;align-items:center;gap:6px;margin-top:16px;padding:9px 13px;font-size:9px;font-style:normal;font-weight:900;display:inline-flex}.story-create-preview{background:#05070a;border:1px solid #293543;border-radius:22px;height:min(75vh,720px);min-height:580px;position:relative;overflow:hidden}.story-create-preview img,.story-create-preview video{object-fit:contain;background:#05070a;width:100%;height:100%;display:block}.remove-story-file{z-index:5;color:#fff;background:#000000b3;border:1px solid #ffffff24;border-radius:50%;place-content:center;width:35px;height:35px;display:grid;position:absolute;top:11px;right:11px}.story-preview-badge{z-index:5;color:#071007;background:#84f342;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;top:11px;left:11px}.story-preview-info{background:linear-gradient(#0000,#000000eb);padding:50px 14px 14px;position:absolute;bottom:0;left:0;right:0}.story-preview-info strong,.story-preview-info small{display:block}.story-preview-info strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.story-preview-info small{color:#ffffffa6;margin-top:3px;font-size:8px}.create-story-form-column{background:#0e141c;border:1px solid #222d3a;border-radius:18px;gap:11px;padding:19px;display:grid}.story-creator-info{border-bottom:1px solid #202a36;align-items:center;gap:9px;padding-bottom:12px;display:flex}.story-creator-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;place-content:center;width:43px;height:43px;font-weight:900;display:grid;overflow:hidden}.story-creator-avatar img{object-fit:cover;width:100%;height:100%;display:block}.story-creator-info strong,.story-creator-info small{display:block}.story-creator-info strong{font-size:10px}.story-creator-info small{color:#6e7a89;margin-top:2px;font-size:8px}.story-24-chip{color:#071007;background:#84f342;border-radius:999px;margin-left:auto;padding:6px 8px;font-size:8px;font-weight:900}.create-story-field{gap:6px;display:grid}.create-story-field>span{color:#909caa;align-items:center;gap:5px;font-size:8px;font-weight:800;display:flex}.create-story-field input,.create-story-field textarea,.create-story-field select{color:#e1e6ec;background:#090e14;border:1px solid #293543;border-radius:10px;outline:none;width:100%;padding:10px 11px;font-size:9px}.create-story-field textarea{resize:vertical;min-height:110px}.create-story-field input:focus,.create-story-field textarea:focus,.create-story-field select:focus{border-color:#84f3428c}.create-story-field.large{position:relative}.create-story-field.large>small{color:#596574;font-size:7px;position:absolute;bottom:7px;right:9px}.create-story-progress{background:#111922;border:1px solid #293543;border-radius:10px;padding:11px}.create-story-progress>div:first-child{align-items:center;gap:7px;display:flex}.create-story-progress span{color:#adb7c2;flex:1;font-size:8px}.create-story-progress strong{color:#84f342;font-size:9px}.create-story-progress-track{background:#080b10;border-radius:999px;height:5px;margin-top:8px;overflow:hidden}.create-story-progress-track span{border-radius:inherit;background:#84f342;height:100%;display:block}.publish-story-button{color:#071007;background:#84f342;border:0;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:43px;font-size:10px;font-weight:900;display:flex}.publish-story-button:disabled{cursor:not-allowed;opacity:.5}.story-expiration-notice{color:#687483;text-align:center;background:#0a0f15;border:1px solid #202b37;border-radius:9px;padding:9px;font-size:8px}.story-expiration-notice strong{color:#84f342}@media (width<=850px){.create-story-layout{grid-template-columns:1fr}.story-upload-zone{min-height:500px}.story-create-preview{height:min(70vh,650px);min-height:500px}}.stories-strip-real{scrollbar-width:none;align-items:flex-start;gap:14px;padding:4px 2px 18px;display:flex;overflow:auto hidden}.stories-strip-real::-webkit-scrollbar{display:none}.story-strip-item{color:#74808f;text-align:center;flex:0 0 68px;justify-items:center;gap:6px;width:68px;display:grid}.story-strip-item>span{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:8px;overflow:hidden}.story-own-wrapper{width:60px;height:60px;position:relative}.story-strip-avatar-button{background:0 0;border:0;border-radius:50%;place-content:center;width:60px;height:60px;padding:0;display:grid}.story-strip-ring{background:#27323f;border-radius:50%;place-content:center;width:60px;height:60px;padding:3px;display:grid}.story-strip-avatar-button.has-story .story-strip-ring{background:conic-gradient(#84f342,#4fcf60,#2c8147,#8b5cff,#84f342);box-shadow:0 0 0 1px #84f34214}.story-strip-avatar{color:#071007;background:#84f342;border:3px solid #080c11;border-radius:50%;place-content:center;width:52px;height:52px;font-size:15px;font-weight:900;display:grid;overflow:hidden}.story-strip-avatar img{object-fit:cover;width:100%;height:100%;display:block}.story-create-mini-button{z-index:5;color:#071007;background:#84f342;border:3px solid #080c11;border-radius:50%;place-content:center;width:21px;height:21px;padding:0;display:grid;position:absolute;bottom:-1px;right:-1px}.story-strip-avatar-button{position:relative}.story-count-badge{z-index:5;color:#071007;background:#84f342;border:2px solid #080c11;border-radius:999px;place-content:center;min-width:19px;height:19px;padding:0 4px;font-size:7px;font-weight:900;display:grid;position:absolute;top:-1px;right:-2px}.story-strip-loading>div{background:linear-gradient(90deg,#0e141c 25%,#17202a 50%,#0e141c 75%) 0 0/200% 100%;border-radius:50%;width:60px;height:60px;animation:1.2s infinite storyLoading}.story-strip-loading>span{background:#151e28;border-radius:999px;width:45px;height:7px}@keyframes storyLoading{0%{background-position:200% 0}to{background-position:-200% 0}}.story-viewer-backdrop{z-index:100000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000ed;place-content:center;padding:18px;display:grid;position:fixed;inset:0}.story-viewer-shell{background:#06090d;border:1px solid #293543;border-radius:20px;flex-direction:column;width:min(100vw - 30px,430px);height:min(92vh,760px);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 100px #0009}.story-progress-bars{z-index:30;gap:4px;display:flex;position:absolute;top:10px;left:11px;right:11px}.story-progress-bars>div{background:#ffffff4d;border-radius:999px;flex:1;height:3px;overflow:hidden}.story-progress-bars span{border-radius:inherit;background:#84f342;height:100%;display:block}.story-viewer-header{z-index:25;justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:22px;left:12px;right:12px}.story-profile-button{color:#fff;text-align:left;background:0 0;border:0;align-items:center;gap:8px;min-width:0;padding:0;display:flex}.story-viewer-avatar{color:#071007;background:#84f342;border:2px solid #fff;border-radius:50%;flex:0 0 38px;place-content:center;width:38px;height:38px;font-weight:900;display:grid;overflow:hidden}.story-viewer-avatar img{object-fit:cover;width:100%;height:100%}.story-profile-button strong,.story-profile-button small{display:block}.story-profile-button strong{text-overflow:ellipsis;white-space:nowrap;max-width:170px;font-size:10px;overflow:hidden}.story-profile-button small{color:#ffffffb3;margin-top:2px;font-size:7px}.story-viewer-header-actions{align-items:center;gap:8px;display:flex}.story-viewer-header-actions>span{color:#ffffffb8;font-size:8px}.story-viewer-header-actions button{color:#fff;background:#0000007a;border:1px solid #ffffff1f;border-radius:50%;place-content:center;width:34px;height:34px;display:grid}.story-viewer-media{background:#000;flex:1;min-height:0;position:relative;overflow:hidden}.story-viewer-media>img,.story-viewer-media>video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.story-viewer-gradient{pointer-events:none;background:linear-gradient(#0000007a 0%,#0000 28% 65%,#000000a6 100%);position:absolute;inset:0}.story-viewer-info{z-index:12;color:#fff;position:absolute;bottom:22px;left:18px;right:18px}.story-viewer-info p{text-shadow:0 2px 8px #0009;margin:0 0 8px;font-size:11px;line-height:1.5}.story-viewer-info>div{flex-wrap:wrap;gap:5px;display:flex}.story-viewer-info span{background:#0000006b;border-radius:7px;padding:5px 7px;font-size:7px}.story-nav-button{z-index:20;color:#fff;background:#00000061;border:1px solid #ffffff1f;border-radius:50%;place-content:center;width:41px;height:41px;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.story-nav-button.previous{left:10px}.story-nav-button.next{right:10px}.story-nav-button:disabled{opacity:0;pointer-events:none}.story-viewer-footer{background:#0c1118;border-top:1px solid #26313e;flex-shrink:0;min-height:67px;padding:10px 12px}.story-viewer-footer form{gap:8px;display:flex}.story-viewer-footer input{color:#fff;background:#080d13;border:1px solid #2c3846;border-radius:999px;outline:none;flex:1;min-width:0;height:43px;padding:0 14px;font-size:9px}.story-viewer-footer input:focus{border-color:#84f342a6}.story-viewer-footer form button{color:#071007;background:#84f342;border:0;border-radius:50%;flex:0 0 43px;place-content:center;width:43px;height:43px;display:grid}.story-owner-stats{color:#9aa6b3;justify-content:center;align-items:center;gap:7px;min-height:43px;font-size:9px;display:flex}.story-owner-stats svg{color:#84f342}.story-reply-error{color:#ff7e8e;margin-top:6px;font-size:8px;display:block}@media (width<=600px){.story-viewer-backdrop{background:#000;padding:0}.story-viewer-shell{border:0;border-radius:0;width:100vw;height:100dvh}.story-nav-button{opacity:.75;width:36px;height:36px}}.story-strip-avatar-button.viewed-story .story-strip-ring{background:#394451}.story-strip-avatar-button.viewed-story .story-strip-avatar{opacity:.82}.story-strip-avatar-button.viewed-story:hover .story-strip-avatar{opacity:1}.story-owner-controls{justify-content:space-between;align-items:center;gap:8px;display:flex}.story-owner-stats{color:#9aa6b3;background:#101720;border:1px solid #263240;border-radius:11px;flex:1;justify-content:center;align-items:center;gap:7px;min-height:43px;font-size:9px;display:flex}.story-delete-button{color:#ff7c8c;background:#201218;border:1px solid #49242d;border-radius:11px;place-content:center;width:43px;height:43px;display:grid}.story-owner-panel{z-index:50;background:#0b1017;flex-direction:column;display:flex;position:absolute;inset:0}.story-owner-panel>header{border-bottom:1px solid #26313e;justify-content:space-between;align-items:center;padding:15px 16px;display:flex}.story-owner-panel header span{color:#84f342;letter-spacing:1.4px;font-size:7px;font-weight:900}.story-owner-panel header h3{color:#eef2f5;margin:3px 0 0;font-size:17px}.story-owner-panel header button{color:#fff;background:#141c26;border:1px solid #2b3744;border-radius:50%;place-content:center;width:35px;height:35px;display:grid}.story-owner-content{flex:1;min-height:0;padding:14px;overflow-y:auto}.story-owner-content section+section{margin-top:24px}.story-owner-section-title{color:#84f342;align-items:center;gap:7px;margin-bottom:10px;display:flex}.story-owner-section-title strong{color:#e0e6ec;font-size:10px}.story-owner-section-title span{color:#071007;text-align:center;background:#84f342;border-radius:999px;min-width:24px;margin-left:auto;padding:3px 6px;font-size:7px;font-weight:900}.story-viewers-list,.story-replies-list{gap:6px;display:grid}.story-viewers-list article,.story-replies-list article{background:#0f161f;border:1px solid #222d3a;border-radius:11px;align-items:flex-start;gap:9px;padding:9px;display:flex}.story-owner-avatar{color:#071007;background:#84f342;border-radius:50%;flex:0 0 37px;place-content:center;width:37px;height:37px;font-weight:900;display:grid;overflow:hidden}.story-owner-avatar img{object-fit:cover;width:100%;height:100%}.story-viewers-list strong,.story-viewers-list small,.story-replies-list strong,.story-replies-list small{display:block}.story-viewers-list strong,.story-replies-list strong{color:#e3e8ed;font-size:9px}.story-viewers-list small,.story-replies-list small{color:#657281;margin-top:2px;font-size:7px}.story-viewers-list time{color:#5d6977;margin-left:auto;font-size:7px}.story-replies-list p{color:#aeb8c2;margin:5px 0 0;font-size:9px;line-height:1.5}.story-owner-empty{color:#65717f;text-align:center;background:#0e141c;border:1px dashed #283441;border-radius:11px;margin:0;padding:20px;font-size:8px}.story-owner-loading{color:#7d8997;flex:1;place-content:center;justify-items:center;gap:8px;font-size:9px;display:grid}.story-owner-loading svg{color:#84f342}.story-reply-success{color:#071007;text-align:center;background:#84f342;border-radius:8px;margin-top:7px;padding:7px 10px;font-size:8px;font-weight:900}.profile-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;display:grid}.profile-gallery-card{cursor:pointer;aspect-ratio:1;background:#080c11;border:0;border-radius:8px;width:100%;padding:0;position:relative;overflow:hidden}.profile-gallery-media{border-radius:inherit;background:#080c11;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.profile-gallery-media>img,.profile-gallery-media>video{object-position:center;background:#080c11;min-width:100%;min-height:100%;transition:transform .25s;display:block;object-fit:cover!important;width:100%!important;height:100%!important}.profile-gallery-card:hover .profile-gallery-media>img,.profile-gallery-card:hover .profile-gallery-media>video{transform:scale(1.035)}.profile-gallery-overlay{z-index:5;opacity:0;color:#fff;background:#00000085;justify-content:center;align-items:center;gap:25px;transition:opacity .18s;display:flex;position:absolute;inset:0}.profile-gallery-card:hover .profile-gallery-overlay{opacity:1}.profile-gallery-overlay span{color:#fff;align-items:center;gap:6px;font-size:12px;font-weight:900;display:flex}.profile-gallery-video{z-index:6;color:#071007;pointer-events:none;background:#84f342;border-radius:50%;place-items:center;width:31px;height:31px;display:grid;position:absolute;top:9px;right:9px}.profile-gallery-duration{z-index:6;color:#fff;pointer-events:none;background:#000000b3;border-radius:5px;padding:4px 6px;font-size:8px;position:absolute;bottom:8px;right:8px}.profile-gallery-multiple{z-index:6;color:#fff;pointer-events:none;background:#000000ad;border-radius:8px;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:9px;left:9px}@media (width<=900px){.profile-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}}@media (width<=600px){.profile-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px}.profile-gallery-card{border-radius:2px}.profile-gallery-overlay{display:none}.profile-gallery-video,.profile-gallery-multiple{top:5px}.profile-gallery-video{width:25px;height:25px;right:5px}.profile-gallery-multiple{width:25px;height:25px;left:5px}}.chat-story-message{width:min(100%,300px)}.chat-story-card{background:#0c1219;border:1px solid #ffffff1f;border-radius:14px;overflow:hidden}.chat-story-card.loading{color:#7f8b98;padding:15px;font-size:9px}.chat-story-author{align-items:center;gap:8px;padding:8px;display:flex}.chat-story-avatar{color:#071007;background:#84f342;border-radius:50%;flex:0 0 31px;place-content:center;width:31px;height:31px;font-size:9px;font-weight:900;display:grid;overflow:hidden}.chat-story-avatar img{object-fit:cover;width:100%;height:100%;display:block}.chat-story-author strong,.chat-story-author small{display:block}.chat-story-author strong{color:#eef2f5;font-size:9px}.chat-story-author small{color:#687585;margin-top:2px;font-size:7px}.chat-story-preview{background:#05070a;height:210px;position:relative;overflow:hidden}.chat-story-preview img,.chat-story-preview video{object-fit:cover;width:100%;height:100%;display:block}.chat-story-preview:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#000000bf);position:absolute;inset:0}.chat-story-label{z-index:3;color:#fff;font-size:8px;font-weight:800;position:absolute;bottom:8px;left:9px;right:9px}.chat-story-play{z-index:4;color:#071007;background:#84f342;border-radius:50%;place-content:center;width:43px;height:43px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-story-original-caption{color:#7c8997;text-overflow:ellipsis;white-space:nowrap;border-top:1px solid #1c2732;padding:8px 10px;font-size:8px;overflow:hidden}.chat-story-reply-text{color:inherit;white-space:pre-wrap;margin:7px 2px 0;font-size:10px;line-height:1.45}.chat-story-unavailable{color:#798695;background:#101720;border:1px solid #283441;border-radius:11px;align-items:center;gap:8px;padding:11px;display:flex}.chat-story-unavailable svg{color:#84f342;flex-shrink:0}.chat-story-unavailable strong,.chat-story-unavailable span{display:block}.chat-story-unavailable strong{color:#dbe2e8;font-size:9px}.chat-story-unavailable span{margin-top:2px;font-size:8px}.follow-requests-page{width:min(100%,820px);margin:0 auto}.follow-requests-header{background:#0e141c;border:1px solid #222d3a;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:16px 18px;display:flex}.follow-requests-header span{color:#84f342;letter-spacing:1.4px;font-size:8px;font-weight:900}.follow-requests-header h1{margin:4px 0 0;font-size:21px}.follow-requests-header>svg{color:#84f342}.follow-requests-list{gap:9px;display:grid}.follow-request-card{background:#0e141c;border:1px solid #222d3a;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;padding:12px;display:flex}.follow-request-user{min-width:0;color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.follow-request-avatar{color:#071007;background:#84f342;border-radius:50%;flex:0 0 48px;place-content:center;width:48px;height:48px;font-weight:900;display:grid;overflow:hidden}.follow-request-avatar img{object-fit:cover;width:100%;height:100%}.follow-request-user strong,.follow-request-user small{display:block}.follow-request-user strong{color:#e3e8ed;font-size:11px}.follow-request-user small{color:#718090;margin-top:2px;font-size:8px}.follow-request-user p{color:#596776;margin:4px 0 0;font-size:8px}.follow-request-actions{align-items:center;gap:7px;display:flex}.follow-request-actions button{border-radius:9px;align-items:center;gap:6px;min-height:36px;padding:0 11px;font-size:8px;font-weight:900;display:inline-flex}.follow-request-actions .accept{color:#071007;background:#84f342;border:1px solid #84f342}.follow-request-actions .reject{color:#ff929e;background:#211319;border:1px solid #49252e}.follow-requests-loading,.follow-requests-empty{color:#718090;text-align:center;place-content:center;justify-items:center;gap:8px;min-height:350px;display:grid}.follow-requests-empty>svg,.follow-requests-loading>svg{color:#84f342}.follow-requests-empty h2{color:#dce3e9;margin:4px 0 0;font-size:16px}.follow-requests-empty p,.follow-requests-loading p{max-width:360px;margin:0;font-size:9px}@media (width<=650px){.follow-request-card{flex-direction:column;align-items:stretch}.follow-request-actions{width:100%}.follow-request-actions button{flex:1;justify-content:center}}.admin-users-page{width:100%;max-width:1400px;margin:0 auto;padding:28px}.admin-users-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.admin-users-header span{color:#84f342;letter-spacing:1px;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.admin-users-header h1{color:#fff;margin:8px 0;font-size:34px;font-weight:800}.admin-users-header p{color:#8d98a5;font-size:14px}.admin-users-header button{color:#08120a;cursor:pointer;background:#84f342;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-weight:700;display:flex}.admin-users-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;display:flex}.admin-status-tabs{flex-wrap:wrap;gap:10px;display:flex}.admin-status-tabs button{color:#aeb7c2;cursor:pointer;background:#121922;border:1px solid #263240;border-radius:999px;padding:10px 18px;transition:all .2s}.admin-status-tabs button:hover{border-color:#84f342}.admin-status-tabs .active{color:#08120a;background:#84f342;border-color:#84f342}.admin-users-search{background:#121922;border:1px solid #263240;border-radius:12px;align-items:center;gap:10px;min-width:320px;padding:0 14px;display:flex}.admin-users-search input{color:#fff;background:0 0;border:none;outline:none;width:100%;height:46px}.admin-users-list{gap:18px;display:grid}.admin-user-card{background:#121922;border:1px solid #263240;border-radius:18px;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:18px;transition:all .25s;display:grid}.admin-user-card:hover{border-color:#84f342;transform:translateY(-2px)}.admin-user-profile{color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:16px;display:flex}.admin-user-avatar{color:#08120a;background:#84f342;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;font-size:24px;font-weight:800;display:flex;overflow:hidden}.admin-user-avatar img{object-fit:cover;width:100%;height:100%}.admin-user-profile strong{color:#fff;font-size:17px;display:block}.admin-user-profile span{color:#84f342;margin-top:4px;display:block}.admin-user-profile small{color:#8d98a5;margin-top:5px;display:block}.admin-user-meta{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.admin-status{text-transform:capitalize;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700}.admin-status.pending{color:#ffd24d;background:#ffd24d22}.admin-status.active{color:#84f342;background:#84f34222}.admin-status.suspended{color:#f66;background:#ff4d4d22}.admin-role-chip{color:#69a3ff;background:#4d8dff22;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:700}.admin-user-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-activate-button,.admin-suspend-button{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-weight:700;transition:all .2s;display:flex}.admin-activate-button{color:#08120a;background:#84f342}.admin-activate-button:hover{transform:scale(1.03)}.admin-suspend-button{color:#ff7d7d;background:#402127}.admin-suspend-button:hover{background:#5a2a31}.admin-users-loading,.admin-users-empty{color:#8d98a5;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:90px 20px;display:flex}.admin-users-empty svg{color:#84f342}@media (width<=950px){.admin-user-card{grid-template-columns:1fr}.admin-user-meta{align-items:flex-start}.admin-user-actions{width:100%}.admin-activate-button,.admin-suspend-button{flex:1;justify-content:center}.admin-users-search{width:100%;min-width:unset}.admin-users-header{flex-direction:column}}.content-menu{z-index:50;position:relative}.content-menu-trigger{color:#b7c0ca;cursor:pointer;background:0 0;border:0;border-radius:50%;place-content:center;width:38px;height:38px;padding:0;display:grid}.content-menu-trigger:hover{color:#fff;background:#18212b}.content-menu-dropdown{z-index:100;background:#111821;border:1px solid #2a3542;border-radius:12px;width:180px;padding:5px;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 15px 45px #00000073}.content-menu-dropdown button{color:#cbd3dc;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;width:100%;min-height:39px;padding:0 11px;display:flex}.content-menu-dropdown button:hover{color:#fff;background:#1a2430}.content-menu-dropdown button.danger{color:#ff7584}.content-menu-dropdown button.danger:hover{background:#34171e}.content-menu-empty{color:#65717f;padding:10px;font-size:9px;display:block}.reel-actions .content-menu-dropdown{top:auto;bottom:10px;right:calc(100% + 8px)}.saved-page{width:min(100%,1100px);margin:0 auto}.saved-page-header{align-items:center;gap:14px;margin-bottom:22px;display:flex}.saved-title-icon{color:#071007;background:#84f342;border-radius:14px;place-content:center;width:48px;height:48px;display:grid}.saved-page-header>div:last-child>span{color:#84f342;letter-spacing:1.5px;font-size:8px;font-weight:900}.saved-page-header h1{color:#f0f3f6;margin:2px 0;font-size:27px}.saved-page-header p{color:#778391;margin:0;font-size:9px}.saved-tabs{background:#0e141c;border:1px solid #222d3a;border-radius:13px;gap:7px;margin-bottom:15px;padding:5px;display:flex}.saved-tabs button{color:#798594;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:7px;min-height:40px;font-size:9px;font-weight:800;display:flex}.saved-tabs button.active{color:#071007;background:#84f342}.saved-tabs button>span{background:#00000026;border-radius:999px;min-width:20px;padding:2px 5px;font-size:7px}.saved-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.saved-card{aspect-ratio:1;background:#070b10;border-radius:8px;position:relative;overflow:hidden}.saved-card-media{cursor:pointer;background:#070b10;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.saved-card-media>img,.saved-card-media>video{object-fit:cover;width:100%;height:100%;display:block}.saved-card-stats{opacity:0;color:#fff;background:#00000080;justify-content:center;align-items:center;gap:18px;transition:opacity .18s;display:flex;position:absolute;inset:0}.saved-card:hover .saved-card-stats{opacity:1}.saved-card-stats span{align-items:center;gap:5px;font-size:10px;font-weight:900;display:flex}.saved-video-icon{color:#071007;background:#84f342;border-radius:50%;place-content:center;width:31px;height:31px;display:grid;position:absolute;top:8px;right:8px}.saved-remove-button{z-index:10;color:#ff7b8b;cursor:pointer;background:#000000b3;border:1px solid #ffffff1f;border-radius:50%;place-content:center;width:31px;height:31px;display:grid;position:absolute;top:8px;left:8px}.saved-loading,.saved-empty{color:#6f7b89;text-align:center;place-content:center;justify-items:center;gap:8px;min-height:420px;display:grid}.saved-loading svg,.saved-empty svg{color:#84f342}.saved-empty h2{color:#dbe1e7;margin:4px 0 0;font-size:16px}.saved-empty p{margin:0;font-size:9px}@media (width<=650px){.saved-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2px}.saved-card{border-radius:2px}.saved-card-stats{display:none}}.post-action-button.saved,.post-action-button.saved svg{color:#84f342}.post-action-button:disabled{cursor:not-allowed;opacity:.55}.post-footer-action.saved{color:#84f342}.post-save-button{color:#9aa6b3;cursor:pointer;background:0 0;border:0;border-radius:50%;place-content:center;width:38px;height:38px;padding:0;transition:color .18s,background .18s,transform .18s;display:grid}.post-save-button:hover{color:#fff;background:#ffffff12;transform:scale(1.05)}.post-save-button.saved{color:#84f342;background:#84f3421a}.post-save-button.saved:hover{color:#9cff5f;background:#84f34229}.post-save-button:disabled{cursor:not-allowed;opacity:.45}.email-confirmed-page{background:radial-gradient(circle at 50% 20%,#84f3421f,#0000 35%),#080c11;place-items:center;min-height:100vh;padding:25px;display:grid}.email-confirmed-card{text-align:center;background:#0e141cf7;border:1px solid #263240;border-radius:22px;width:min(100%,470px);padding:38px;box-shadow:0 30px 90px #0000008c}.email-confirmed-brand{color:#84f342;letter-spacing:3px;margin-bottom:27px;font-size:19px;font-weight:1000}.email-confirmed-icon{border-radius:50%;place-content:center;width:82px;height:82px;margin:0 auto 18px;display:grid}.email-confirmed-icon.success{color:#84f342;background:#84f3421a;border:1px solid #84f3424d}.email-confirmed-icon.loading{color:#84f342;background:#121a23}.email-confirmed-icon.error{color:#ff6477;background:#ff64771a;border:1px solid #ff647740}.email-confirmed-eyebrow{color:#84f342;letter-spacing:1.8px;margin-bottom:6px;font-size:8px;font-weight:900;display:block}.email-confirmed-eyebrow.error{color:#ff6477}.email-confirmed-card h1{color:#f1f5f8;margin:0 0 10px;font-size:27px}.email-confirmed-card>p{color:#84909e;max-width:350px;margin:0 auto 21px;font-size:10px;line-height:1.7}.email-confirmed-notice{color:#84f342;text-align:left;background:#84f3420f;border:1px solid #84f3422e;border-radius:12px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:13px;display:flex}.email-confirmed-notice svg{flex-shrink:0}.email-confirmed-notice strong,.email-confirmed-notice span{display:block}.email-confirmed-notice strong{color:#dfe5eb;font-size:10px}.email-confirmed-notice span{color:#74808e;margin-top:3px;font-size:8px;line-height:1.5}.email-confirmed-primary{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:47px;font-size:10px;font-weight:900;display:flex}.email-confirmed-primary:hover{background:#98ff5b}@media (width<=520px){.email-confirmed-card{padding:28px 20px}}.email-auto-enter{color:#84f342;background:#84f34212;border:1px solid #84f34233;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:47px;font-size:10px;font-weight:900;display:flex}.password-auth-page{background:radial-gradient(circle at 50% 15%,#84f3421c,#0000 34%),#080c11;place-items:center;min-height:100vh;padding:24px;display:grid}.password-auth-card{color:#fff;text-align:center;background:#0e141c;border:1px solid #263240;border-radius:22px;width:min(100%,460px);padding:34px;box-shadow:0 30px 90px #0000008c}.password-auth-back{color:#788594;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-bottom:20px;padding:0;display:flex}.password-auth-brand{color:#84f342;letter-spacing:3px;margin-bottom:24px;font-size:19px;font-weight:1000}.password-auth-icon{color:#84f342;background:#84f34214;border:1px solid #84f34233;border-radius:50%;place-content:center;width:74px;height:74px;margin:0 auto 15px;display:grid}.password-auth-icon.success{color:#84f342}.password-auth-icon.error{color:#ff6679;background:#ff667914;border-color:#ff667933}.password-auth-eyebrow{color:#84f342;letter-spacing:1.6px;font-size:8px;font-weight:900;display:block}.password-auth-eyebrow.error{color:#ff6679}.password-auth-card h1{color:#f1f4f7;margin:6px 0 9px;font-size:26px}.password-auth-card>p{color:#7b8795;max-width:360px;margin:0 auto 22px;font-size:10px;line-height:1.7}.password-auth-card form{text-align:left;gap:13px;display:grid}.password-auth-field{gap:6px;display:grid}.password-auth-field>span{color:#8b97a5;font-size:8px;font-weight:800}.password-auth-field>div{color:#6d7987;background:#090e14;border:1px solid #293543;border-radius:11px;align-items:center;gap:9px;min-height:46px;padding:0 12px;display:flex}.password-auth-field input{color:#eef2f5;background:0 0;border:0;outline:none;flex:1;min-width:0;font-size:10px}.password-auth-field div>button{color:#717e8d;cursor:pointer;background:0 0;border:0;place-content:center;padding:0;display:grid}.password-auth-primary{color:#071007;cursor:pointer;background:#84f342;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:47px;margin-top:4px;font-size:10px;font-weight:900;display:flex}.password-auth-primary:disabled{cursor:not-allowed;opacity:.5}.forgot-password-link{color:#84f342;cursor:pointer;background:0 0;border:0;margin:7px 0 0 auto;padding:0;font-size:9px;font-weight:800;display:block}.create-post-modal-backdrop{z-index:999999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.create-post-modal-shell{background:#0b1118;border:1px solid #293543;border-radius:20px;flex-direction:column;width:min(100%,760px);max-height:min(92vh,900px);display:flex;overflow:hidden;box-shadow:0 35px 110px #000000b3}.create-post-modal-header{background:#101720;border-bottom:1px solid #27323f;flex-shrink:0;justify-content:space-between;align-items:center;min-height:62px;padding:0 18px;display:flex}.create-post-modal-header>div{gap:2px;display:grid}.create-post-modal-header span{color:#84f342;letter-spacing:1.6px;font-size:7px;font-weight:900}.create-post-modal-header strong{color:#edf2f5;font-size:14px}.create-post-modal-header>button{color:#9ca7b3;cursor:pointer;background:#161f29;border:1px solid #2b3744;border-radius:50%;place-content:center;width:38px;height:38px;padding:0;transition:color .18s,background .18s,transform .18s;display:grid}.create-post-modal-header>button:hover{color:#fff;background:#202b37;transform:scale(1.04)}.create-post-modal-content{scrollbar-width:thin;scrollbar-color:#34414f transparent;min-height:0;padding:16px;overflow-y:auto}.create-post-modal-content .create-post-card{box-shadow:none;background:0 0;border:0;border-radius:0;margin:0}@media (width<=650px){.create-post-modal-backdrop{padding:0}.create-post-modal-shell{border:0;border-radius:0;width:100vw;height:100dvh;max-height:none}.create-post-modal-header{min-height:56px}.create-post-modal-content{flex:1;padding:12px}}.settings-page{width:min(100%,1050px);margin:0 auto}.settings-header{margin-bottom:20px}.settings-header span{color:#84f342;letter-spacing:1.5px;align-items:center;gap:7px;font-size:8px;font-weight:900;display:flex}.settings-header h1{color:#f1f4f7;margin:5px 0;font-size:28px}.settings-header p{color:#74808e;margin:0;font-size:9px}.settings-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.settings-card{background:#0e141c;border:1px solid #263240;border-radius:16px;padding:18px}.settings-card-title{color:#84f342;align-items:center;gap:9px;margin-bottom:15px;display:flex}.settings-card-title strong,.settings-card-title span{display:block}.settings-card-title strong{color:#e8edf1;font-size:11px}.settings-card-title span{color:#687584;margin-top:2px;font-size:8px}.settings-form{gap:10px;display:grid}.settings-form label{gap:5px;display:grid}.settings-form label>span{color:#8793a1;font-size:8px;font-weight:800}.settings-form input,.settings-form textarea{color:#edf2f5;background:#080d13;border:1px solid #293543;border-radius:9px;outline:none;width:100%;padding:10px 11px}.settings-form textarea{resize:vertical;min-height:100px}.settings-form-grid{grid-template-columns:1fr 1fr;gap:9px;display:grid}.settings-primary-button,.settings-secondary-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;font-weight:900;display:flex}.settings-primary-button{color:#071007;background:#84f342;border:0}.settings-secondary-button{color:#cbd4dd;background:#141d27;border:1px solid #2b3744}.settings-options{gap:9px;display:grid}.settings-toggle-row{background:#090e14;border:1px solid #222d39;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;min-height:62px;padding:11px;display:flex}.settings-toggle-row strong,.settings-toggle-row span{display:block}.settings-toggle-row strong{color:#dce3e9;font-size:9px}.settings-toggle-row span{color:#687584;margin-top:3px;font-size:7px;line-height:1.5}.settings-password-field{background:#080d13;border:1px solid #293543;border-radius:9px;align-items:center;display:flex}.settings-password-field input{border:0;flex:1}.settings-password-field button{color:#798695;background:0 0;border:0;place-content:center;width:40px;display:grid}.settings-placeholder-options{gap:8px;display:grid}.settings-placeholder-options>div{color:#aeb8c2;background:#090e14;border:1px solid #222d39;border-radius:9px;align-items:center;gap:8px;padding:10px;font-size:8px;display:flex}.settings-placeholder-options small{color:#65717f;font-size:7px;line-height:1.5}.form-success{color:#84f342;background:#84f34214;border:1px solid #84f34238;border-radius:9px;margin-bottom:12px;padding:10px 12px;font-size:9px}@media (width<=780px){.settings-layout,.settings-form-grid{grid-template-columns:1fr}}.graffmx-switch{cursor:pointer;background:#27313d;border:1px solid #374452;border-radius:999px;flex:0 0 43px;width:43px;height:24px;padding:0;transition:background .2s,border-color .2s;position:relative}.graffmx-switch>span{background:#808b98;border-radius:50%;width:16px;height:16px;transition:left .2s,background .2s;position:absolute;top:3px;left:3px}.graffmx-switch.active{background:#84f34229;border-color:#84f3428c}.graffmx-switch.active>span{background:#84f342;left:22px}.settings-notification-loading{color:#73808e;place-content:center;justify-items:center;gap:8px;min-height:140px;font-size:8px;display:grid}.settings-notification-loading svg{color:#84f342}.ad-modal-backdrop{z-index:999999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.ad-create-modal{background:#0c1219;border:1px solid #293543;border-radius:20px;flex-direction:column;width:min(100%,760px);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 35px 100px #000000a6}.ad-create-modal-header{background:#111922;border-bottom:1px solid #26313d;flex-shrink:0;justify-content:space-between;align-items:center;min-height:68px;padding:0 20px;display:flex}.ad-create-modal-header>div>span{color:#84f342;letter-spacing:1.4px;align-items:center;gap:6px;font-size:8px;font-weight:900;display:flex}.ad-create-modal-header h2{color:#edf2f5;margin:4px 0 0;font-size:18px}.ad-create-modal-header>button{color:#9aa6b3;cursor:pointer;background:#18212b;border:1px solid #2b3744;border-radius:50%;place-content:center;width:38px;height:38px;display:grid}.ad-create-form{gap:14px;padding:18px;display:grid;overflow-y:auto}.ad-form-section{background:#0a0f15;border:1px solid #222d39;border-radius:14px;padding:16px}.ad-form-section-title{color:#84f342;align-items:center;gap:9px;margin-bottom:13px;display:flex}.ad-form-section-title strong,.ad-form-section-title span{display:block}.ad-form-section-title strong{color:#e5ebef;font-size:10px}.ad-form-section-title span{color:#687584;margin-top:2px;font-size:8px}.ad-create-form label{gap:6px;margin-bottom:10px;display:grid}.ad-create-form label:last-child{margin-bottom:0}.ad-create-form label>span{color:#8995a3;font-size:8px;font-weight:800}.ad-create-form label>small{color:#606d7b;font-size:7px}.ad-create-form input,.ad-create-form textarea{color:#edf2f5;background:#070b10;border:1px solid #293543;border-radius:10px;outline:none;width:100%;padding:11px 12px}.ad-create-form textarea{resize:vertical;min-height:95px}.ad-create-form input:focus,.ad-create-form textarea:focus{border-color:#84f3428c}.ad-form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ad-input-with-icon{color:#687584;background:#070b10;border:1px solid #293543;border-radius:10px;align-items:center;gap:8px;padding-left:11px;display:flex}.ad-input-with-icon input{background:0 0;border:0}.ad-upload-zone{color:#84f342;cursor:pointer;background:#84f34209;border:1px dashed #84f34259;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;min-height:170px;display:flex}.ad-upload-zone strong{color:#dce3e8;font-size:10px}.ad-upload-zone span{color:#687584;font-size:8px}.ad-image-preview{aspect-ratio:16/9;background:#06090d;border-radius:13px;width:100%;position:relative;overflow:hidden}.ad-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.ad-image-preview>button{color:#fff;cursor:pointer;background:#000000b3;border:1px solid #ffffff26;border-radius:50%;place-content:center;width:34px;height:34px;display:grid;position:absolute;top:10px;right:10px}.ad-money-symbol{background:#84f342;border-radius:50%;place-content:center;width:28px;height:28px;font-weight:1000;color:#071007!important;font-size:12px!important;display:grid!important}.ad-create-footer{background:#101720;border-top:1px solid #25313d;justify-content:flex-end;gap:9px;margin:5px -18px -18px;padding:14px 18px;display:flex;position:sticky;bottom:-18px}.ad-cancel-button,.ad-create-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:0 18px;font-weight:900;display:flex}.ad-cancel-button{color:#adb7c0;background:#18212b;border:1px solid #2c3845}.ad-create-button{color:#071007;background:#84f342;border:0}.ad-create-button:disabled,.ad-cancel-button:disabled{opacity:.5;cursor:not-allowed}@media (width<=650px){.ad-modal-backdrop{padding:0}.ad-create-modal{border:0;border-radius:0;width:100%;height:100dvh;max-height:none}.ad-form-grid{grid-template-columns:1fr}.ad-create-footer{justify-content:stretch}.ad-cancel-button,.ad-create-button{flex:1}}.ads-page{width:min(100%,1180px);margin:0 auto;padding:26px 22px 40px}.ads-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.ads-header>div:first-child>span{color:#84f342;letter-spacing:1.5px;align-items:center;gap:7px;font-size:9px;font-weight:900;display:flex}.ads-header h1{color:#f2f5f7;margin:6px 0 4px;font-size:29px;font-weight:900}.ads-header p{color:#73808d;margin:0;font-size:10px;line-height:1.6}.ads-header-actions{align-items:center;gap:9px;display:flex}.ads-refresh-button{color:#a9b3bd;cursor:pointer;background:#121922;border:1px solid #283340;border-radius:11px;place-content:center;width:42px;height:42px;padding:0;transition:background .18s,color .18s,transform .18s;display:grid}.ads-refresh-button:hover{color:#fff;background:#18212b;transform:translateY(-1px)}.ads-new-button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:10px;font-weight:900;transition:transform .18s,background .18s;display:flex;box-shadow:0 8px 24px #84f3421f}.ads-new-button:hover{background:#98ff5b;transform:translateY(-1px)}.ads-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px;display:grid}.ads-stat-card{background:linear-gradient(#ffffff03,#fff0),#101720;border:1px solid #26323e;border-radius:15px;flex-direction:column;justify-content:flex-end;min-height:126px;padding:16px;display:flex;position:relative;overflow:hidden}.ads-stat-card:after{content:"";background:radial-gradient(circle,#84f3421f,#0000 70%);width:100px;height:100px;position:absolute;top:-35px;right:-35px}.ads-stat-card>div{color:#84f342;background:#84f34214;border:1px solid #84f34226;border-radius:10px;place-content:center;width:34px;height:34px;display:grid;position:absolute;top:14px;left:14px}.ads-stat-card>span{color:#74808d;letter-spacing:.3px;font-size:8px;font-weight:800}.ads-stat-card>strong{color:#f1f4f6;margin-top:4px;font-size:23px;font-weight:900}.ads-campaign-section{background:#0d131b;border:1px solid #24303c;border-radius:17px;padding:17px}.ads-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:15px;display:flex}.ads-section-heading span{color:#84f342;letter-spacing:1.4px;font-size:8px;font-weight:900}.ads-section-heading h2{color:#e9eef2;margin:4px 0 0;font-size:18px}.ads-section-heading>strong{color:#84f342;background:#84f34214;border:1px solid #84f34229;border-radius:10px;place-content:center;min-width:34px;height:34px;font-size:10px;display:grid}.ads-campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ad-campaign-card{background:#101720;border:1px solid #293542;border-radius:16px;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.ad-campaign-card:hover{border-color:#84f34247;transform:translateY(-2px);box-shadow:0 15px 38px #00000047}.ad-campaign-image{aspect-ratio:16/8;background:#070b10;position:relative;overflow:hidden}.ad-campaign-image img{object-fit:cover;width:100%;height:100%;display:block}.ad-campaign-image-empty{color:#84f342;background:radial-gradient(circle,#84f34212,#0000 55%),#080d12;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:100%;display:flex}.ad-campaign-image-empty span{color:#697684;font-size:8px}.ad-status{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:6px 10px;font-size:7px;font-weight:900;position:absolute;top:10px;right:10px}.ad-status.draft{color:#bec7cf;background:#141a22d1;border:1px solid #3b4651}.ad-status.pending{color:#ffd66b;background:#574211c7;border:1px solid #ffd66b38}.ad-status.approved{color:#65b6ff;background:#143d5fc7;border:1px solid #65b6ff38}.ad-status.active{color:#84f342;background:#1d4614d1;border:1px solid #84f34240}.ad-status.paused{color:#ffa75e;background:#5a3412cc;border:1px solid #ffa75e38}.ad-status.finished{color:#b3bdc7;background:#222931d1;border:1px solid #45505c}.ad-status.rejected{color:#ff7383;background:#501720d1;border:1px solid #ff738338}.ad-campaign-content{padding:15px}.ad-campaign-content>small{color:#84f342;letter-spacing:.7px;text-transform:uppercase;margin-bottom:4px;font-size:7px;font-weight:900;display:block}.ad-campaign-content h3{color:#edf1f4;margin:0;font-size:15px;line-height:1.35}.ad-campaign-content>p{color:#798592;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:7px 0 0;font-size:8px;line-height:1.6;display:-webkit-box;overflow:hidden}.ad-campaign-metrics{border-top:1px solid #222d38;align-items:center;gap:7px;margin-top:13px;padding-top:12px;display:flex}.ad-campaign-metrics span{color:#9ba6b1;background:#0a1016;border:1px solid #212c37;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:7px;font-weight:800;display:flex}.ad-budget-progress{margin-top:13px}.ad-budget-progress>div:first-child{justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;display:flex}.ad-budget-progress>div:first-child span{color:#707d8b;font-size:7px}.ad-budget-progress>div:first-child strong{color:#dce3e8;font-size:8px}.ad-budget-track{background:#090e14;border:1px solid #222d38;border-radius:999px;width:100%;height:6px;overflow:hidden}.ad-budget-track>span{background:linear-gradient(90deg,#69d732,#9bff62);border-radius:999px;height:100%;transition:width .3s;display:block}.ad-submit-review-button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:40px;margin-top:13px;font-size:9px;font-weight:900;transition:transform .18s,background .18s;display:flex}.ad-submit-review-button:hover{background:#98ff5b;transform:translateY(-1px)}.ad-submit-review-button:disabled{opacity:.5;cursor:not-allowed}.ads-empty{text-align:center;color:#65717e;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:310px;display:flex}.ads-empty svg{color:#84f342}.ads-empty h3{color:#d9e0e5;margin:5px 0 0;font-size:15px}.ads-empty p{color:#6d7986;max-width:320px;margin:0;font-size:8px;line-height:1.6}.ads-loading{color:#73808d;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:460px;font-size:9px;display:flex}.ads-loading svg{color:#84f342}.ads-welcome-card{text-align:center;background:radial-gradient(circle at top,#84f34214,#0000 35%),#0e151d;border:1px solid #26323e;border-radius:20px;width:min(100%,520px);margin:70px auto;padding:34px;box-shadow:0 25px 70px #00000059}.ads-welcome-icon{color:#84f342;background:#84f34214;border:1px solid #84f3422e;border-radius:18px;place-content:center;width:68px;height:68px;margin:0 auto 14px;display:grid}.ads-welcome-card>span{color:#84f342;letter-spacing:1.5px;font-size:8px;font-weight:900}.ads-welcome-card h1{color:#edf2f5;margin:7px 0;font-size:27px}.ads-welcome-card>p{color:#74818e;max-width:360px;margin:0 auto 22px;font-size:9px;line-height:1.7}.ads-welcome-card form{text-align:left;gap:9px;display:grid}.ads-welcome-card form label{color:#8b97a4;font-size:8px;font-weight:800}.ads-welcome-card form input{color:#edf2f5;background:#080d13;border:1px solid #293543;border-radius:10px;outline:none;width:100%;min-height:44px;padding:0 12px}.ads-welcome-card form input:focus{border-color:#84f3428c}.ads-welcome-card form button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:44px;font-size:9px;font-weight:900;display:flex}@media (width<=950px){.ads-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ads-campaign-grid{grid-template-columns:1fr}}@media (width<=650px){.ads-page{padding:17px 12px 30px}.ads-header{flex-direction:column}.ads-header-actions{width:100%}.ads-new-button{flex:1}.ads-stats{grid-template-columns:1fr 1fr;gap:8px}.ads-stat-card{min-height:110px;padding:12px}.ads-stat-card>strong{font-size:18px}.ads-campaign-section{padding:11px}.ads-welcome-card{margin:25px auto;padding:24px 18px}}.admin-ads-page{width:min(100%,1180px);margin:0 auto;padding:26px 22px 40px}.admin-ads-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.admin-ads-header>div:first-child>span{color:#84f342;letter-spacing:1.5px;align-items:center;gap:7px;font-size:8px;font-weight:900;display:flex}.admin-ads-header h1{color:#f2f5f7;margin:6px 0 4px;font-size:28px}.admin-ads-header p{color:#74808d;margin:0;font-size:9px}.admin-ads-header>button{color:#dce3e8;cursor:pointer;background:#131b24;border:1px solid #2b3744;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 15px;font-size:9px;font-weight:800;display:flex}.admin-ads-header>button:hover{background:#1a2430}.admin-ads-tabs{background:#0e141c;border:1px solid #25313d;border-radius:13px;gap:7px;margin-bottom:18px;padding:5px;display:flex}.admin-ads-tabs button{color:#7d8996;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:7px;min-height:41px;font-size:9px;font-weight:900;display:flex}.admin-ads-tabs button.active{color:#081008;background:#84f342}.admin-ads-tabs button>span{background:#00000024;border-radius:999px;min-width:20px;padding:2px 6px;font-size:7px}.admin-ads-loading{color:#74808d;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:420px;font-size:9px;display:flex}.admin-ads-loading svg{color:#84f342}.admin-ads-denied{color:#ff7484;text-align:center;place-content:center;justify-items:center;gap:8px;min-height:420px;display:grid}.admin-ads-denied h2{color:#e8edf1;margin:0;font-size:18px}.admin-advertiser-list{gap:10px;display:grid}.admin-advertiser-card{background:#0f161f;border:1px solid #26323e;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:15px;display:flex}.admin-advertiser-card>div:first-child{min-width:0}.admin-advertiser-card strong,.admin-advertiser-card span,.admin-advertiser-card small{display:block}.admin-advertiser-card strong{color:#eef2f5;font-size:11px}.admin-advertiser-card span{color:#818d99;margin-top:3px;font-size:8px}.admin-advertiser-card small{color:#84f342;text-transform:uppercase;margin-top:5px;font-size:7px;font-weight:800}.admin-ad-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.admin-ad-actions button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 11px;font-size:8px;font-weight:900;display:flex}.admin-ad-actions button.approve{color:#081008;background:#84f342;border:0}.admin-ad-actions button.approve:hover{background:#98ff5b}.admin-ad-actions button.reject{color:#ff7d8c;background:#ff5a6e14;border:1px solid #ff5a6e38}.admin-ad-actions button.reject:hover{background:#ff5a6e24}.admin-ad-actions button.pause{color:#ffc36c;background:#ffb14614;border:1px solid #ffb14638}.admin-ad-actions button.pause:hover{background:#ffb14624}.admin-ad-actions button:disabled{opacity:.45;cursor:not-allowed}.admin-campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.admin-campaign-card{background:#101720;border:1px solid #293542;border-radius:16px;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.admin-campaign-media{aspect-ratio:16/8;color:#84f342;background:radial-gradient(circle,#84f3420f,#0000 55%),#070b10;place-content:center;width:100%;display:grid;overflow:hidden}.admin-campaign-media img{object-fit:cover;width:100%;height:100%;display:block}.admin-campaign-body{padding:15px}.admin-campaign-body>small{color:#84f342;letter-spacing:.7px;text-transform:uppercase;font-size:7px;font-weight:900;display:block}.admin-campaign-body h3{color:#edf2f5;margin:5px 0 3px;font-size:15px}.admin-campaign-body>span{color:#75818e;font-size:8px;display:block}.admin-campaign-stats{align-items:center;gap:7px;margin:12px 0;display:flex}.admin-campaign-stats span{color:#9ba6b1;background:#090f15;border:1px solid #222d38;border-radius:8px;align-items:center;gap:5px;padding:6px 8px;font-size:7px;font-weight:800;display:flex}.admin-campaign-card .status-pending{color:#ffd36a}.admin-campaign-card .status-approved{color:#72bfff}.admin-campaign-card .status-active{color:#84f342}.admin-campaign-card .status-paused{color:#ffb565}.admin-campaign-card .status-rejected{color:#ff7484}.admin-campaign-card .status-finished{color:#aeb8c2}.admin-ads-page .form-error{margin-bottom:14px}@media (width<=900px){.admin-campaign-grid{grid-template-columns:1fr}}@media (width<=700px){.admin-ads-page{padding:18px 12px 30px}.admin-ads-header{flex-direction:column}.admin-ads-header>button{width:100%}.admin-advertiser-card{flex-direction:column;align-items:flex-start}.admin-ad-actions{width:100%}.admin-ad-actions button{flex:1}}@media (width<=480px){.admin-ads-tabs{flex-direction:column}}.feed-mixed-item{display:contents}.feed-ad-card{background:linear-gradient(#84f34206,#0000 35%),#0e151d;border:1px solid #84f3422e;border-radius:16px;overflow:hidden}.feed-ad-header{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.feed-ad-brand{align-items:center;gap:9px;display:flex}.feed-ad-brand>div{color:#84f342;background:#84f34214;border:1px solid #84f3422e;border-radius:10px;place-content:center;width:36px;height:36px;display:grid}.feed-ad-brand section{gap:2px;display:grid}.feed-ad-brand strong{color:#eaf0f3;font-size:9px}.feed-ad-brand span{color:#74818e;font-size:7px}.feed-ad-header>small{color:#84f342;letter-spacing:1.2px;font-size:6px;font-weight:900}.feed-ad-media{background:#070b10;width:100%}.feed-ad-media img{object-fit:cover;width:100%;max-height:520px;display:block}.feed-ad-content{padding:14px}.feed-ad-content>span{color:#84f342;letter-spacing:1.1px;margin-bottom:4px;font-size:6px;font-weight:900;display:block}.feed-ad-content h3{color:#edf2f5;margin:0;font-size:14px}.feed-ad-content p{color:#7c8895;margin:6px 0 0;font-size:8px;line-height:1.6}.feed-ad-content button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:39px;margin-top:12px;font-size:8px;font-weight:900;display:flex}.feed-ad-content button:hover{background:#98ff5b}.admin-ad-actions button.pricing{color:#84f342;background:#84f34212;border:1px solid #84f34233}.admin-pricing-backdrop{z-index:999999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.admin-pricing-modal{background:#0e151d;border:1px solid #293543;border-radius:17px;width:min(100%,440px);overflow:hidden;box-shadow:0 30px 90px #0009}.admin-pricing-modal>header{background:#121a23;border-bottom:1px solid #283440;justify-content:space-between;align-items:center;padding:16px;display:flex}.admin-pricing-modal header span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900}.admin-pricing-modal header h2{color:#eef2f5;margin:4px 0 0;font-size:16px}.admin-pricing-modal header button{color:#a9b3bd;cursor:pointer;background:#1a232d;border:1px solid #303c48;border-radius:50%;place-content:center;width:34px;height:34px;display:grid}.admin-pricing-form{gap:12px;padding:17px;display:grid}.admin-pricing-form label{gap:4px;display:grid}.admin-pricing-form label>span{color:#dce3e8;font-size:9px;font-weight:800}.admin-pricing-form label>small{color:#687584;font-size:7px}.admin-pricing-form input{color:#edf2f5;background:#080d13;border:1px solid #293543;border-radius:9px;outline:none;min-height:42px;padding:0 11px}.admin-pricing-form>button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;min-height:43px;margin-top:3px;font-weight:900}.monetization-page{width:min(100%,1100px);margin:0 auto;padding:26px 22px 40px}.monetization-header{margin-bottom:20px}.monetization-header>div>span{color:#84f342;letter-spacing:1.5px;align-items:center;gap:7px;font-size:8px;font-weight:900;display:flex}.monetization-header h1{color:#f1f5f7;margin:6px 0 4px;font-size:29px}.monetization-header p{color:#74808d;margin:0;font-size:9px;line-height:1.6}.monetization-balance-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.monetization-balance-card{background:#101720;border:1px solid #26323e;border-radius:15px;flex-direction:column;justify-content:flex-end;min-height:126px;padding:16px;display:flex;position:relative;overflow:hidden}.monetization-balance-card.accent{background:radial-gradient(circle at 100% 0,#84f3421c,#0000 42%),#101720;border-color:#84f34247}.monetization-balance-card>div{color:#84f342;background:#84f34214;border:1px solid #84f34229;border-radius:10px;place-content:center;width:34px;height:34px;display:grid;position:absolute;top:14px;left:14px}.monetization-balance-card>span{color:#74808d;font-size:8px;font-weight:800}.monetization-balance-card>strong{color:#f0f4f6;margin-top:4px;font-size:22px}.monetization-performance{background:#0e151d;border:1px solid #26323e;border-radius:15px;margin-bottom:16px;padding:14px}.monetization-performance>div{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.monetization-performance span{color:#84f342;background:#090f15;border:1px solid #222d38;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:80px;display:flex}.monetization-performance strong{color:#edf2f5;font-size:14px}.monetization-performance small{color:#6f7b88;font-size:7px}.monetization-history{background:#0d141c;border:1px solid #25313d;border-radius:16px;padding:16px}.monetization-section-title{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.monetization-section-title span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900}.monetization-section-title h2{color:#edf2f5;margin:4px 0 0;font-size:17px}.monetization-section-title>strong{color:#84f342;background:#84f34214;border:1px solid #84f34229;border-radius:9px;place-content:center;min-width:32px;height:32px;font-size:8px;display:grid}.monetization-list{gap:8px;display:grid}.monetization-row{background:#090f15;border:1px solid #222d38;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.monetization-row-main{align-items:center;gap:10px;display:flex}.monetization-row-icon{color:#84f342;background:#84f34212;border:1px solid #84f34226;border-radius:10px;flex-shrink:0;place-content:center;width:37px;height:37px;display:grid}.monetization-row-main strong,.monetization-row-main span,.monetization-row-main small{display:block}.monetization-row-main strong{color:#e9eef2;font-size:9px}.monetization-row-main span{color:#788592;margin-top:2px;font-size:7px}.monetization-row-main small{color:#566270;margin-top:3px;font-size:6px}.monetization-row-value{text-align:right}.monetization-row-value>strong{color:#84f342;font-size:10px;display:block}.earning-status{text-transform:uppercase;border-radius:999px;margin-top:5px;padding:4px 7px;font-size:6px;font-weight:900;display:inline-block}.earning-status.pending{color:#ffd36b;background:#ffd36b14;border:1px solid #ffd36b2e}.earning-status.available{color:#84f342;background:#84f34214;border:1px solid #84f3422e}.earning-status.paid{color:#70bfff;background:#70bfff14;border:1px solid #70bfff2e}.monetization-empty{text-align:center;color:#84f342;flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.monetization-empty h3{color:#e5ebef;margin:9px 0 4px;font-size:14px}.monetization-empty p{color:#6f7c89;max-width:320px;margin:0;font-size:8px;line-height:1.6}.monetization-loading{color:#74808d;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:450px;font-size:9px;display:flex}.monetization-loading svg{color:#84f342}@media (width<=850px){.monetization-balance-grid,.monetization-performance>div{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.monetization-page{padding:17px 12px 30px}.monetization-row{align-items:flex-start}}.monetization-withdraw-card{background:radial-gradient(circle at 100% 0,#84f34214,#0000 35%),#0e151d;border:1px solid #84f3422e;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:18px;display:flex}.monetization-withdraw-card>div>span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900;display:block}.monetization-withdraw-card h2{color:#edf2f5;margin:4px 0;font-size:17px}.monetization-withdraw-card p{color:#75818e;margin:0;font-size:8px}.monetization-withdraw-card p strong{color:#84f342}.monetization-withdraw-card>button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 17px;font-size:9px;font-weight:900;display:flex;box-shadow:0 8px 24px #84f3421f}.monetization-withdraw-card>button:hover{background:#98ff5b}.monetization-withdraw-card>button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.withdrawal-modal-backdrop{z-index:999999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.withdrawal-modal{background:#0d141c;border:1px solid #293543;border-radius:18px;width:min(100%,470px);overflow:hidden;box-shadow:0 30px 90px #000000a6}.withdrawal-modal>header{background:#121a23;border-bottom:1px solid #283440;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.withdrawal-modal>header span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900;display:block}.withdrawal-modal>header h2{color:#eef2f5;margin:4px 0 0;font-size:17px}.withdrawal-modal>header button{color:#a8b2bc;cursor:pointer;background:#19222c;border:1px solid #303c48;border-radius:50%;place-content:center;width:35px;height:35px;padding:0;font-size:20px;display:grid}.withdrawal-modal>header button:hover{color:#fff;background:#222d38}.withdrawal-modal form{gap:11px;padding:18px;display:grid}.withdrawal-modal form label{gap:5px;display:grid}.withdrawal-modal form label>span{color:#dce3e8;font-size:8px;font-weight:800}.withdrawal-modal form label>small{color:#687584;font-size:7px}.withdrawal-modal input,.withdrawal-modal select{color:#edf2f5;background:#080d13;border:1px solid #293543;border-radius:9px;outline:none;width:100%;min-height:42px;padding:0 11px}.withdrawal-modal input:focus,.withdrawal-modal select:focus{border-color:#84f3428c}.withdrawal-modal select{cursor:pointer}.withdrawal-modal form>button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:43px;margin-top:4px;font-size:9px;font-weight:900;display:flex}.withdrawal-modal form>button:hover{background:#98ff5b}.withdrawal-modal form>button:disabled{opacity:.5;cursor:not-allowed}.withdrawal-history{background:#0d141c;border:1px solid #25313d;border-radius:16px;margin-top:16px;padding:16px}.withdrawal-list{gap:8px;display:grid}.withdrawal-row{background:#090f15;border:1px solid #222d38;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.withdrawal-row>div strong,.withdrawal-row>div span,.withdrawal-row>div small{display:block}.withdrawal-row>div strong{color:#edf2f5;font-size:10px}.withdrawal-row>div span{color:#7d8995;margin-top:3px;font-size:7px}.withdrawal-row>div small{color:#566270;margin-top:3px;font-size:6px}.withdrawal-status{text-transform:uppercase;letter-spacing:.4px;border-radius:999px;justify-content:center;align-items:center;min-width:76px;padding:5px 8px;font-size:6px;font-weight:900;display:inline-flex}.withdrawal-status.pending{color:#ffd36b;background:#ffd36b14;border:1px solid #ffd36b2e}.withdrawal-status.reviewing{color:#6dbdff;background:#6dbdff14;border:1px solid #6dbdff2e}.withdrawal-status.approved{color:#84f342;background:#84f34214;border:1px solid #84f3422e}.withdrawal-status.paid{color:#65e7c3;background:#65e7c314;border:1px solid #65e7c32e}.withdrawal-status.rejected{color:#ff7585;background:#ff758514;border:1px solid #ff75852e}.withdrawal-status.cancelled{color:#9ba6b1;background:#9ba6b112;border:1px solid #9ba6b126}@media (width<=650px){.monetization-withdraw-card{flex-direction:column;align-items:flex-start}.monetization-withdraw-card>button{width:100%}.withdrawal-modal-backdrop{padding:0}.withdrawal-modal{border:0;border-radius:0;width:100%;height:100dvh;overflow-y:auto}.withdrawal-row{align-items:flex-start}}.admin-withdrawals-page{width:min(100%,1120px);margin:0 auto;padding:26px 22px 40px}.admin-withdrawals-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-withdrawals-header>div>span{color:#84f342;letter-spacing:1.5px;align-items:center;gap:7px;font-size:8px;font-weight:900;display:flex}.admin-withdrawals-header h1{color:#f1f5f7;margin:6px 0 4px;font-size:28px}.admin-withdrawals-header p{color:#74808d;margin:0;font-size:9px}.admin-withdrawals-header>button{color:#dce3e8;cursor:pointer;background:#131b24;border:1px solid #293543;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:41px;padding:0 14px;display:flex}.admin-withdrawal-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.admin-withdrawal-stats article{background:#101720;border:1px solid #26323e;border-radius:14px;flex-direction:column;justify-content:flex-end;min-height:110px;padding:14px;display:flex;position:relative}.admin-withdrawal-stats svg{color:#84f342;position:absolute;top:14px;left:14px}.admin-withdrawal-stats span{color:#74808d;font-size:7px}.admin-withdrawal-stats strong{color:#eef2f5;margin-top:4px;font-size:19px}.admin-withdrawal-search{color:#697683;background:#0c1219;border:1px solid #26323e;border-radius:10px;align-items:center;gap:8px;min-height:43px;margin-bottom:14px;padding:0 12px;display:flex}.admin-withdrawal-search input{color:#edf2f5;background:0 0;border:0;outline:none;flex:1}.admin-withdrawal-list{gap:9px;display:grid}.admin-withdrawal-card{background:#0e151d;border:1px solid #26323e;border-radius:13px;padding:14px}.admin-withdrawal-main{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-withdrawal-main strong,.admin-withdrawal-main span,.admin-withdrawal-main small{display:block}.admin-withdrawal-main strong{color:#edf2f5;font-size:10px}.admin-withdrawal-main span{color:#798592;margin-top:2px;font-size:7px}.admin-withdrawal-main small{color:#596572;margin-top:3px;font-size:6px}.admin-withdrawal-amount{text-align:right}.admin-withdrawal-amount>strong{color:#84f342;font-size:12px}.admin-withdrawal-details{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.admin-withdrawal-details span{color:#8793a0;background:#090f15;border:1px solid #222d38;border-radius:8px;padding:6px 8px;font-size:7px}.admin-withdrawal-actions{justify-content:flex-end;margin-top:11px;display:flex}.admin-withdrawal-actions button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:9px;min-height:36px;padding:0 12px;font-size:8px;font-weight:900}.admin-withdrawals-loading,.admin-withdrawals-denied{color:#84f342;place-content:center;justify-items:center;gap:8px;min-height:400px;display:grid}.withdrawal-review-backdrop{z-index:999999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.withdrawal-review-modal{background:#0d141c;border:1px solid #293543;border-radius:17px;width:min(100%,520px);overflow:hidden}.withdrawal-review-modal>header{background:#121a23;border-bottom:1px solid #283440;justify-content:space-between;align-items:center;padding:16px;display:flex}.withdrawal-review-modal header span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900}.withdrawal-review-modal header h2{color:#eef2f5;margin:4px 0 0;font-size:18px}.withdrawal-review-modal header>button{color:#aab4be;cursor:pointer;background:#1a232d;border:1px solid #303c48;border-radius:50%;place-content:center;width:34px;height:34px;display:grid}.withdrawal-review-content{gap:12px;padding:17px;display:grid}.withdrawal-review-info{background:#090f15;border:1px solid #222d38;border-radius:10px;padding:12px}.withdrawal-review-info strong,.withdrawal-review-info span{display:block}.withdrawal-review-info strong{color:#edf2f5;font-size:10px}.withdrawal-review-info span{color:#75818e;margin-top:3px;font-size:7px}.withdrawal-review-info pre{color:#9ca7b2;background:#060a0f;border-radius:8px;margin:10px 0 0;padding:10px;font-size:7px;overflow-x:auto}.withdrawal-review-content label{gap:5px;display:grid}.withdrawal-review-content label>span{color:#dce3e8;font-size:8px}.withdrawal-review-content input,.withdrawal-review-content textarea{color:#edf2f5;background:#080d13;border:1px solid #293543;border-radius:9px;outline:none;width:100%;padding:10px 11px}.withdrawal-review-content textarea{resize:vertical;min-height:90px}.withdrawal-review-actions{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.withdrawal-review-actions button{cursor:pointer;border-radius:9px;min-height:39px;font-size:8px;font-weight:900}.withdrawal-review-actions .reviewing{color:#6dbdff;background:#6dbdff14;border:1px solid #6dbdff33}.withdrawal-review-actions .approve{color:#081008;background:#84f342;border:0}.withdrawal-review-actions .paid{color:#081008;background:#65e7c3;border:0}.withdrawal-review-actions .reject{color:#ff7585;background:#ff758514;border:1px solid #ff758533}@media (width<=800px){.admin-withdrawal-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.admin-withdrawals-page{padding:17px 12px 30px}.admin-withdrawals-header{flex-direction:column}.admin-withdrawal-main{align-items:flex-start}.withdrawal-review-actions{grid-template-columns:1fr}}.ads-wallet-card{background:radial-gradient(circle at 100% 0,#84f3421f,#0000 36%),#0e151d;border:1px solid #84f34238;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:18px;display:flex}.ads-wallet-main{align-items:center;gap:12px;display:flex}.ads-wallet-icon{color:#84f342;background:#84f34214;border:1px solid #84f3422e;border-radius:13px;place-content:center;width:48px;height:48px;display:grid}.ads-wallet-main span,.ads-wallet-main strong,.ads-wallet-main small{display:block}.ads-wallet-main span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900}.ads-wallet-main strong{color:#f0f5f7;margin-top:3px;font-size:24px}.ads-wallet-main small{color:#71808d;margin-top:3px;font-size:7px}.ads-wallet-card>button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-size:9px;font-weight:900;display:flex}.ads-topup-history{background:#0d141c;border:1px solid #25313d;border-radius:16px;margin-top:16px;padding:16px}.ads-topup-list{gap:8px;display:grid}.ads-topup-row{background:#090f15;border:1px solid #222d38;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.ads-topup-row strong,.ads-topup-row span,.ads-topup-row small{display:block}.ads-topup-row strong{color:#edf2f5;font-size:10px}.ads-topup-row div>span{color:#778491;margin-top:2px;font-size:7px}.ads-topup-row small{color:#586572;margin-top:3px;font-size:6px}.ads-topup-empty{color:#687582;place-content:center;min-height:120px;font-size:8px;display:grid}.topup-status{text-transform:uppercase;border-radius:999px;padding:5px 8px;font-size:6px;font-weight:900}.topup-status.pending{color:#ffd36b;background:#ffd36b14;border:1px solid #ffd36b2e}.topup-status.approved{color:#84f342;background:#84f34214;border:1px solid #84f3422e}.topup-modal-backdrop{z-index:999999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d6;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.topup-modal{background:#0d141c;border:1px solid #293543;border-radius:18px;width:min(100%,470px);overflow:hidden;box-shadow:0 30px 90px #000000a6}.topup-modal>header{background:#121a23;border-bottom:1px solid #283440;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.topup-modal header span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900;display:block}.topup-modal header h2{color:#eef2f5;margin:4px 0 0;font-size:18px}.topup-modal header button{color:#a9b3bd;cursor:pointer;background:#1a232d;border:1px solid #303c48;border-radius:50%;place-content:center;width:35px;height:35px;padding:0;display:grid}.topup-modal-content{gap:14px;padding:18px;display:grid}.topup-modal-content>p{color:#788592;margin:0;font-size:8px;line-height:1.6}.topup-presets{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.topup-presets button{color:#adb7c1;cursor:pointer;background:#101820;border:1px solid #293543;border-radius:9px;min-height:42px;font-size:9px;font-weight:900}.topup-presets button.active{color:#081008;background:#84f342;border-color:#84f342}.topup-modal-content label{gap:5px;display:grid}.topup-modal-content label span{color:#dce3e8;font-size:8px;font-weight:800}.topup-modal-content input{color:#edf2f5;background:#080d13;border:1px solid #293543;border-radius:9px;outline:none;width:100%;min-height:43px;padding:0 11px}.topup-summary{background:#090f15;border:1px solid #222d38;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;display:flex}.topup-summary span{color:#75818e;font-size:8px}.topup-summary strong{color:#84f342;font-size:12px}.topup-pay-button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;min-height:44px;font-size:9px;font-weight:900}.topup-pay-button:disabled{opacity:.5;cursor:not-allowed}.topup-security{color:#65727f;text-align:center;font-size:7px;line-height:1.5}@media (width<=650px){.ads-wallet-card{flex-direction:column;align-items:flex-start}.ads-wallet-card>button{width:100%}.topup-presets{grid-template-columns:repeat(2,1fr)}.topup-modal-backdrop{padding:0}.topup-modal{border:0;border-radius:0;width:100%;min-height:100dvh}}.explore-tag-banner{background:radial-gradient(circle at 0,#84f34214,#0000 42%),#0e151d;border:1px solid #84f34233;border-radius:14px;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;padding:14px 16px;display:flex}.explore-tag-banner>div{color:#84f342;align-items:center;gap:10px;display:flex}.explore-tag-banner span,.explore-tag-banner strong{display:block}.explore-tag-banner span{color:#72808d;letter-spacing:1px;font-size:7px;font-weight:900}.explore-tag-banner strong{color:#84f342;margin-top:2px;font-size:15px}.explore-tag-banner>button{color:#aeb8c1;cursor:pointer;background:#121a23;border:1px solid #293543;border-radius:9px;align-items:center;gap:6px;min-height:35px;padding:0 10px;font-size:8px;font-weight:800;display:flex}.explore-style-results{background:#0d141c;border:1px solid #25313d;border-radius:16px;margin-bottom:18px;padding:16px}.explore-style-posts{gap:14px;display:grid}@media (width<=600px){.explore-tag-banner{flex-direction:column;align-items:flex-start}.explore-tag-banner>button{justify-content:center;width:100%}}.home-featured-ad{background:linear-gradient(#84f34206,#0000),#0e151d;border:1px solid #84f3422e;border-radius:16px;overflow:hidden}.home-featured-ad-media{aspect-ratio:16/7;background:#070b10;width:100%;overflow:hidden}.home-featured-ad-media img{object-fit:cover;width:100%;height:100%;display:block}.home-featured-ad-placeholder{color:#84f342;background:radial-gradient(circle,#84f34214,#0000 60%);place-content:center;width:100%;height:100%;display:grid}.home-featured-ad-content{padding:15px}.home-featured-ad-content>span{color:#84f342;letter-spacing:1.2px;font-size:7px;font-weight:900;display:block}.home-featured-ad-content>small{color:#74818e;margin-top:4px;font-size:7px;display:block}.home-featured-ad-content h3{color:#edf2f5;margin:6px 0 0;font-size:15px}.home-featured-ad-content p{color:#7b8794;margin:6px 0 0;font-size:8px;line-height:1.6}.home-featured-ad-content button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:39px;margin-top:12px;font-size:8px;font-weight:900;display:flex}.home-ad-placeholder{background:radial-gradient(circle at 100%,#84f34212,#0000 42%),#0e151d;border:1px dashed #84f34240;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:17px;display:flex}.home-ad-placeholder>div{flex-direction:column;gap:4px;display:flex}.home-ad-placeholder svg{color:#84f342}.home-ad-placeholder span{color:#84f342;letter-spacing:1.2px;font-size:7px;font-weight:900}.home-ad-placeholder h3{color:#edf2f5;margin:2px 0 0;font-size:15px}.home-ad-placeholder p{color:#74818e;margin:2px 0 0;font-size:8px}.home-ad-placeholder button{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:9px;min-height:39px;padding:0 14px;font-size:8px;font-weight:900}@media (width<=650px){.home-ad-placeholder{flex-direction:column;align-items:flex-start}.home-ad-placeholder button{width:100%}}@media (width<=600px){.profile-page{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0;padding:0 10px 30px;overflow-x:hidden}.profile-header-card{box-sizing:border-box;border-radius:0 0 22px 22px;width:100%;min-width:0;max-width:100%;margin:0;overflow:hidden}.profile-cover{background-position:50%;background-size:cover;width:100%;height:190px;min-height:190px;position:relative;overflow:hidden}.profile-cover-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(60px,24vw,110px);display:flex;overflow:hidden}.change-cover-button{z-index:3;min-height:34px;padding:0 10px;font-size:11px;position:absolute;bottom:10px;right:10px}.profile-information{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:0 14px 18px;position:relative}.profile-avatar-section{width:100%;height:56px;margin-bottom:8px;position:relative}.profile-main-avatar{box-sizing:border-box;border-radius:50%;width:108px;height:108px;margin:0;position:absolute;top:-54px;left:0}.profile-main-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.change-avatar-button{width:30px;height:30px;bottom:1px;right:1px}.profile-actions{box-sizing:border-box;align-items:center;gap:7px;width:100%;max-width:100%;margin:4px 0 18px;padding:0;display:flex}.profile-actions button{white-space:nowrap;flex:1 1 0;min-width:0;max-width:100%;min-height:42px;padding:0 10px;font-size:13px;overflow:hidden}.profile-actions button svg{flex-shrink:0;width:17px;height:17px}.profile-identity{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:0}.profile-identity h1{overflow-wrap:anywhere;align-items:center;gap:6px;width:100%;margin:0 0 5px;font-size:clamp(28px,9vw,38px);line-height:1.08;display:flex}.profile-identity>span{margin-bottom:16px;font-size:16px;display:block}.profile-location{box-sizing:border-box;align-items:flex-start;gap:7px;width:100%;max-width:100%;margin-top:10px;font-size:15px;line-height:1.25;display:flex}.profile-location svg{flex:none;margin-top:2px}.profile-biography{overflow-wrap:anywhere;width:100%;max-width:100%;margin-top:13px;font-size:14px;line-height:1.45}.profile-statistics{box-sizing:border-box;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;min-width:0;max-width:100%;margin-top:20px;display:grid;overflow:hidden}.profile-statistics button{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:0;min-height:82px;padding:10px 3px;display:flex;overflow:hidden}.profile-statistics button strong{font-size:22px;line-height:1;display:block}.profile-statistics button span{text-align:center;white-space:normal;overflow-wrap:anywhere;width:100%;margin-top:6px;font-size:10px;line-height:1.1;display:block}.profile-content-card{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin-top:12px;padding:12px;overflow:hidden}.profile-content-header{justify-content:space-between;align-items:flex-end;gap:10px;width:100%;display:flex}.profile-content-header h2{font-size:18px}.profile-content-header>strong{white-space:nowrap;font-size:10px}.explore-page{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:0;padding:12px 10px 30px;overflow-x:hidden}.explore-hero{box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;min-width:0;max-width:100%;padding:16px;display:flex;overflow:hidden}.explore-hero>div:first-child{flex:1;min-width:0}.explore-hero h1{overflow-wrap:anywhere;max-width:100%;margin:6px 0;font-size:clamp(24px,8vw,32px);line-height:1.08}.explore-hero p{max-width:100%;font-size:13px;line-height:1.4}.explore-hero-icon{flex:0 0 44px;width:44px;height:44px}.explore-hero-icon svg{width:25px;height:25px}.explore-tag-banner{box-sizing:border-box;flex-direction:column;align-items:flex-start;gap:10px;width:100%;padding:13px;display:flex}.explore-tag-banner>div{width:100%;min-width:0}.explore-tag-banner strong{overflow-wrap:anywhere;font-size:16px}.explore-tag-banner>button{justify-content:center;width:100%}.explore-style-results{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:11px;overflow:hidden}.explore-style-posts{grid-template-columns:minmax(0,1fr);gap:12px;width:100%;min-width:0;max-width:100%;display:grid}.explore-style-posts>*{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.explore-filter-card{box-sizing:border-box;width:100%;max-width:100%;padding:12px;overflow:hidden}.explore-filter-form{box-sizing:border-box;grid-template-columns:minmax(0,1fr);gap:10px;width:100%;display:grid}.explore-filter-form label,.explore-filter-form input{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.explore-search-field{box-sizing:border-box;align-items:center;gap:7px;width:100%;display:flex}.explore-search-field input{flex:1;min-width:0}.explore-search-button{justify-content:center;width:100%;min-height:43px}.explore-clear-filters{justify-content:center;width:100%;margin-top:9px}.explore-results-header{box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:9px;width:100%;display:flex}.explore-results-header>div{min-width:0}.explore-results-header h2{overflow-wrap:anywhere;font-size:17px}.explore-results-header>strong{white-space:nowrap;flex-shrink:0;font-size:9px}.explore-results{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:12px;overflow:hidden}.artists-grid{box-sizing:border-box;grid-template-columns:minmax(0,1fr);gap:10px;width:100%;min-width:0;max-width:100%;display:grid}.artists-grid>*{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.explore-loading,.explore-empty{box-sizing:border-box;text-align:center;width:100%;max-width:100%;padding:28px 12px}.explore-empty p{max-width:100%;line-height:1.4}.explore-load-more{width:100%;min-height:42px;margin-top:12px}}@media (width<=390px){.profile-page,.explore-page{padding-left:7px;padding-right:7px}.profile-actions{gap:5px}.profile-actions button{padding:0 7px;font-size:12px}.profile-statistics{gap:4px}.profile-statistics button{padding:9px 2px}.profile-statistics button span{font-size:9px}.explore-hero{padding:13px}.explore-hero h1{font-size:24px}}@media (width<=600px){.profile-actions{box-sizing:border-box;width:100%!important;max-width:100%!important;padding:0!important;position:static!important;inset:auto!important;transform:none!important}.profile-actions:has(.profile-edit-button){justify-content:flex-end;align-items:center;display:flex;margin:-42px 0 22px!important;padding-left:120px!important}.profile-edit-button{white-space:nowrap;justify-content:center;align-items:center;gap:7px;flex:none!important;width:auto!important;min-width:145px!important;max-width:170px!important;min-height:40px!important;padding:0 14px!important;font-size:13px!important;display:inline-flex!important}:is(.profile-actions:has(.profile-follow-button),.profile-actions:has(.profile-message-button)){grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;margin:12px 0 20px!important;padding:0!important;display:grid!important}.profile-follow-button,.profile-message-button{white-space:nowrap;box-sizing:border-box;justify-content:center;align-items:center;gap:6px;overflow:hidden;width:100%!important;min-width:0!important;max-width:100%!important;min-height:42px!important;margin:0!important;padding:0 8px!important;font-size:13px!important;display:flex!important;position:static!important;transform:none!important}.profile-follow-button svg,.profile-message-button svg{flex:none;width:17px;height:17px}.profile-identity{clear:both;margin-top:0!important;position:static!important}.profile-cover-placeholder{box-sizing:border-box!important;letter-spacing:-2px!important;white-space:nowrap!important;text-align:center!important;justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;padding:0 12px!important;font-size:clamp(42px,14vw,72px)!important;font-weight:900!important;line-height:1!important;display:flex!important;overflow:hidden!important}}@media (width<=390px){.profile-cover-placeholder{letter-spacing:-1.5px!important;font-size:13vw!important}}.create-post-avatar{border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.create-post-avatar img{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%;display:block}.create-post-header{align-items:center!important;gap:11px!important;display:flex!important}.create-post-avatar{box-sizing:border-box!important;background:#18212b!important;border:2px solid #2b3743!important;border-radius:50%!important;flex:0 0 46px!important;justify-content:center!important;align-items:center!important;width:46px!important;min-width:46px!important;height:46px!important;min-height:46px!important;margin:0!important;padding:0!important;display:flex!important;position:relative!important;overflow:hidden!important}.create-post-avatar img{object-fit:cover!important;object-position:center!important;opacity:1!important;visibility:visible!important;border:0!important;border-radius:50%!important;width:100%!important;min-width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important;position:absolute!important;inset:0!important;transform:none!important}.create-post-avatar span{color:#84f342;justify-content:center;align-items:center;width:100%;height:100%;font-size:17px;font-weight:900;display:flex}.create-post-style-field{align-items:center;gap:8px;display:flex}.create-post-style-field>span{color:#84f342;flex:none;font-weight:900}.create-post-style-field select{color:#e8edf2;cursor:pointer;background:#101820;border:0;outline:none;width:100%;min-width:0;padding:0 10px}.create-post-style-field select option{color:#e8edf2;background:#101820}@media (width<=600px){.create-post-style-field{width:100%;max-width:100%}.create-post-style-field select{width:100%;min-width:0}}.graffmx-login-page{background:#070b0f;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);min-height:100vh;display:grid;overflow:hidden}.graffmx-login-showcase{background:radial-gradient(circle at 18% 18%,#84f34224,#0000 32%),radial-gradient(circle at 80% 78%,#275e3c2e,#0000 35%),linear-gradient(145deg,#0b1219,#070b0f 62%);align-items:center;min-height:100vh;padding:55px clamp(38px,6vw,90px);display:flex;position:relative;overflow:hidden}.graffmx-login-showcase:before{content:"";opacity:.16;pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:46px 46px;position:absolute;inset:0}.graffmx-login-showcase:after{content:"";border:75px solid #84f34206;border-radius:50%;width:430px;height:430px;position:absolute;top:-120px;right:-180px}.graffmx-login-showcase-content{z-index:3;width:min(100%,620px);position:relative}.graffmx-login-brand,.graffmx-login-mobile-brand{letter-spacing:-2.5px;align-items:baseline;font-style:italic;font-weight:950;display:inline-flex}.graffmx-login-brand{margin-bottom:50px;font-size:28px}.graffmx-login-brand span,.graffmx-login-mobile-brand span{color:#f4f7f9}.graffmx-login-brand strong,.graffmx-login-mobile-brand strong{color:#84f342}.graffmx-login-eyebrow{color:#84f342;letter-spacing:2.2px;margin-bottom:13px;font-size:10px;font-weight:900;display:block}.graffmx-login-showcase h1{color:#f1f4f6;letter-spacing:-4px;text-transform:uppercase;max-width:610px;margin:0;font-size:clamp(48px,5.8vw,82px);line-height:.94}.graffmx-login-showcase>*{box-sizing:border-box}.graffmx-login-showcase-content>p{color:#8995a1;max-width:530px;margin:25px 0 0;font-size:15px;line-height:1.7}.graffmx-login-benefits{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.graffmx-login-benefits>div{color:#b9c3cb;background:#ffffff06;border:1px solid #ffffff12;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;font-weight:700;display:flex}.graffmx-login-benefits svg{color:#84f342}.graffmx-login-community-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080e14b8;border:1px solid #84f34224;border-radius:14px;align-items:center;gap:12px;width:min(100%,500px);margin-top:32px;padding:15px;display:flex}.graffmx-login-community-icon{color:#84f342;background:#84f34214;border-radius:11px;flex:0 0 42px;place-content:center;width:42px;height:42px;display:grid}.graffmx-login-community-card strong,.graffmx-login-community-card span{display:block}.graffmx-login-community-card strong{color:#eef2f4;font-size:12px}.graffmx-login-community-card span{color:#74818d;margin-top:3px;font-size:10px;line-height:1.4}.graffmx-login-graffiti-word{z-index:1;color:#ffffff06;letter-spacing:-12px;white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:clamp(100px,14vw,220px);font-weight:1000;position:absolute;bottom:-38px;left:-35px}.graffmx-login-panel{background:#0b1118;justify-content:center;align-items:center;min-height:100vh;padding:35px clamp(25px,5vw,72px);display:flex}.graffmx-login-box{width:min(100%,470px)}.graffmx-login-mobile-brand{margin-bottom:30px;font-size:26px;display:none}.graffmx-login-heading>span,.graffmx-login-register>div>span{color:#84f342;letter-spacing:1.7px;font-size:8px;font-weight:900}.graffmx-login-heading h2{color:#f1f4f6;letter-spacing:-1px;margin:7px 0;font-size:34px}.graffmx-login-heading p{color:#76838e;max-width:400px;margin:0;font-size:12px;line-height:1.55}.graffmx-login-message{margin-top:18px}.graffmx-login-form{gap:15px;margin-top:26px;display:grid}.graffmx-login-form label{gap:7px;display:grid}.graffmx-login-form label>span{color:#c4ccd2;font-size:10px;font-weight:800}.graffmx-login-input{color:#63717d;background:#080d12;border:1px solid #26313b;border-radius:11px;align-items:center;gap:9px;min-height:49px;padding:0 13px;transition:border-color .2s,box-shadow .2s;display:flex}.graffmx-login-input:focus-within{border-color:#84f34299;box-shadow:0 0 0 3px #84f3420e}.graffmx-login-input input{color:#edf2f5;background:0 0;border:0;outline:0;flex:1;min-width:0;height:47px;padding:0;font-size:13px}.graffmx-login-input input::placeholder{color:#4c5862}.graffmx-password-toggle{color:#687581;cursor:pointer;background:0 0;border:0;flex:0 0 34px;place-content:center;width:34px;height:34px;padding:0;display:grid}.graffmx-password-toggle:hover{color:#84f342}.graffmx-login-forgot{justify-content:flex-end;margin-top:-5px;display:flex}.graffmx-login-forgot a{color:#84909a;font-size:10px;font-weight:700;text-decoration:none}.graffmx-login-forgot a:hover{color:#84f342}.graffmx-login-submit{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:49px;font-size:11px;font-weight:950;transition:transform .18s,background .18s;display:flex;box-shadow:0 12px 32px #84f3421c}.graffmx-login-submit:hover:not(:disabled){background:#9aff5c;transform:translateY(-1px)}.graffmx-login-submit:disabled{opacity:.55;cursor:not-allowed}.graffmx-login-divider{justify-content:center;align-items:center;margin:28px 0 17px;display:flex;position:relative}.graffmx-login-divider:before{content:"";background:#202a33;height:1px;position:absolute;left:0;right:0}.graffmx-login-divider span{color:#596571;background:#0b1118;padding:0 10px;font-size:8px;font-weight:700;position:relative}.graffmx-login-register{background:linear-gradient(135deg,#84f3420e,#ffffff03);border:1px solid #84f3422b;border-radius:14px;padding:17px}.graffmx-login-register h3{color:#e9eef1;margin:5px 0;font-size:17px}.graffmx-login-register p{color:#74808c;margin:0;font-size:10px;line-height:1.5}.graffmx-register-button{color:#dfe6eb;background:#141d25;border:1px solid #2a3641;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:42px;margin-top:14px;font-size:10px;font-weight:900;text-decoration:none;transition:border-color .18s,color .18s,background .18s;display:flex}.graffmx-register-button:hover{color:#84f342;background:#84f3420d;border-color:#84f34247}.graffmx-login-legal{color:#4e5a65;text-align:center;margin:17px 0 0;font-size:8px;line-height:1.5}@media (width<=1050px){.graffmx-login-page{grid-template-columns:1fr minmax(390px,.9fr)}.graffmx-login-showcase{padding:45px 38px}.graffmx-login-showcase h1{font-size:clamp(43px,6vw,64px)}}@media (width<=760px){.graffmx-login-page{min-height:100dvh;display:block;overflow-y:auto}.graffmx-login-showcase{display:none}.graffmx-login-panel{align-items:flex-start;min-height:100dvh;padding:28px 17px 38px}.graffmx-login-box{width:100%}.graffmx-login-mobile-brand{display:inline-flex}.graffmx-login-heading h2{font-size:30px}.graffmx-login-heading p{font-size:11px}.graffmx-login-input,.graffmx-login-submit{min-height:50px}.graffmx-login-register{padding:15px}}.post-page{width:min(100%,760px);margin:0 auto;padding:24px 18px 50px}.post-page-header{align-items:center;gap:16px;margin-bottom:15px;display:flex}.post-page-header>div span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900;display:block}.post-page-header h1{color:#edf2f5;margin:3px 0 0;font-size:20px}.post-page-back{color:#c3ccd3;cursor:pointer;background:#111922;border:1px solid #28343f;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 11px;font-size:9px;font-weight:800;display:inline-flex}.post-page-content{width:100%}.post-page-loading{color:#84f342;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:450px;display:flex}.post-page-error{text-align:center;background:#0d141c;border:1px solid #25313d;border-radius:15px;margin-top:20px;padding:30px 20px}.post-page-error h1{color:#edf2f5;margin:0;font-size:20px}.post-page-error p{color:#75818d;margin:8px 0 0;font-size:10px}@media (width<=600px){.post-page{width:100%;padding:12px 8px 35px}.post-page-header{padding:0 4px}.post-page-content{width:100%;max-width:100%}}.reel-public-page{box-sizing:border-box;color:#fff;background:radial-gradient(circle at 15% 15%,#ff5c001f,#0000 30%),radial-gradient(circle at 85% 75%,#ff5c0012,#0000 35%),#090909;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:32px 20px 60px;display:flex}.reel-public-header{justify-content:space-between;align-items:center;width:100%;max-width:520px;margin-bottom:18px;display:flex}.reel-public-header strong{letter-spacing:1.5px;font-size:20px;font-weight:900}.reel-public-back{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:flex}.reel-public-back:hover{background:#ffffff24;transform:translateY(-1px)}.reel-public-content{justify-content:center;width:100%;max-width:480px;display:flex}.reel-public-content>*{width:100%}.reel-public-loading{color:#fff;background:#090909;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;min-height:100vh;display:flex}.reel-public-loading span{color:#ffffffad;font-size:14px}.reel-public-loading .spin-icon{color:#ff5c00}.reel-public-error{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:480px;margin-top:80px;padding:40px 28px;box-shadow:0 24px 70px #00000059}.reel-public-error h1{margin:0 0 12px;font-size:26px;font-weight:900}.reel-public-error p{color:#ffffff9e;margin:0;font-size:14px;line-height:1.6}.reel-public-brand{letter-spacing:2px;text-transform:uppercase;color:#fff;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;font-weight:900;display:flex}.reel-public-brand:before{content:"";background:#ff5c00;border-radius:50%;width:9px;height:9px;box-shadow:0 0 18px #ff5c00cc}.reel-public-guest-cta{box-sizing:border-box;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:480px;margin-top:18px;padding:22px}.reel-public-guest-cta strong{margin-bottom:7px;font-size:17px;font-weight:900;display:block}.reel-public-guest-cta p{color:#ffffff9e;margin:0 0 16px;font-size:13px;line-height:1.5}.reel-public-guest-buttons{gap:10px;display:flex}.reel-public-guest-buttons a{border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:44px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s,opacity .2s;display:flex}.reel-public-guest-buttons a:hover{transform:translateY(-1px)}.reel-public-login{color:#fff;background:#ffffff12;border:1px solid #ffffff26}.reel-public-register{color:#fff;background:#ff5c00}@media (width<=768px){.reel-public-page{padding:20px 16px 40px}.reel-public-header,.reel-public-content,.reel-public-guest-cta{max-width:500px}}@media (width<=520px){.reel-public-page{background:#000;padding:12px 0 30px}.reel-public-header{box-sizing:border-box;margin-bottom:10px;padding:0 14px}.reel-public-header strong{font-size:17px}.reel-public-back{width:38px;height:38px}.reel-public-brand{box-sizing:border-box;width:100%;padding:0 15px}.reel-public-content,.reel-public-content>*{width:100%;max-width:none}.reel-public-error{box-sizing:border-box;width:calc(100% - 28px);margin-top:50px;padding:32px 20px}.reel-public-error h1{font-size:22px}.reel-public-guest-cta{width:calc(100% - 28px);margin:16px auto 0;padding:18px}.reel-public-guest-buttons{flex-direction:column}.reel-public-guest-buttons a{width:100%}}@media (width<=380px){.reel-public-page{padding-top:8px}.reel-public-header{padding:0 10px}.reel-public-guest-cta{width:calc(100% - 20px)}}.reel-tiktok-page{background:#000;width:100%;height:100dvh;padding:0;position:relative;overflow:hidden}.reel-tiktok-feed{scroll-snap-type:y mandatory;overscroll-behavior-y:contain;scrollbar-width:none;width:100%;height:100dvh;overflow:hidden auto}.reel-tiktok-feed::-webkit-scrollbar{display:none}.reel-tiktok-item{scroll-snap-align:start;scroll-snap-stop:always;background:#000;justify-content:center;align-items:center;width:100%;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.reel-tiktok-item>*{width:100%;height:100%}.reel-public-back-floating{z-index:100;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0000006b;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;display:flex;position:fixed;top:16px;left:16px}.reel-public-logo{z-index:99;color:#fff;letter-spacing:1px;pointer-events:none;font-size:16px;font-weight:950;position:fixed;top:21px;left:50%;transform:translate(-50%)}@media (width>=700px){.reel-tiktok-item>*{width:min(100%,500px);height:100dvh}.reel-tiktok-feed{background:radial-gradient(circle,#171717,#000 65%)}}@media (width<=699px){.reel-public-back-floating{top:calc(env(safe-area-inset-top) + 10px);left:10px}.reel-public-logo{top:calc(env(safe-area-inset-top) + 17px)}.reel-tiktok-item,.reel-tiktok-item>*{width:100%;height:100dvh;min-height:100dvh}}.reel-card{position:relative}.reel-sound-button{z-index:15;color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer;background:#0000006b;border:1px solid #ffffff21;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:flex;position:absolute;top:70px;right:15px}.reel-card-active{opacity:1}@media (width<=600px){.reel-sound-button{width:38px;height:38px;top:64px;right:11px}}*{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#fff3}::-webkit-scrollbar-corner{background:0 0}.header-search-submit{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:8px;flex:none;min-height:32px;padding:0 11px;font-size:10px;font-weight:900}.header-search-submit:hover{background:#98ff5a}.header-global-search{flex:1;width:100%;min-width:0;max-width:520px;position:relative}.header-global-search .header-search{width:100%}.header-search-clear{color:#78848f;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;background:0 0!important;border:0!important;width:30px!important;min-width:30px!important;height:30px!important;padding:0!important}.header-search-clear:hover{color:#fff;background:#ffffff0f!important}.header-search-dropdown{z-index:5000;box-sizing:border-box;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0b1118fa;border:1px solid #27323d;border-radius:15px;width:100%;min-width:360px;max-height:520px;padding:8px;position:absolute;top:calc(100% + 10px);left:0;overflow-y:auto;box-shadow:0 20px 60px #00000080}.header-search-title{padding:8px 10px 10px}.header-search-title span,.header-search-title strong{display:block}.header-search-title span{color:#84f342;letter-spacing:1.5px;font-size:7px;font-weight:900}.header-search-title strong{color:#e9eef2;margin-top:3px;font-size:13px}.header-search-results{gap:3px;display:grid}.header-search-result{text-align:left;width:100%;min-height:64px;color:inherit;cursor:pointer;gap:11px;background:0 0!important;border:0!important;border-radius:10px!important;align-items:center!important;padding:7px 9px!important;display:flex!important}.header-search-result:hover{background:#151e27!important}.header-search-result-avatar{color:#84f342;background:#202b35;border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:45px;height:45px;font-size:16px;font-weight:900;display:flex;overflow:hidden}.header-search-result-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.header-search-result-info{flex:1;min-width:0}.header-search-result-info strong{color:#edf2f5;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:12px;display:flex;overflow:hidden}.header-search-result-info strong svg{color:#84f342;flex-shrink:0}.header-search-result-info>span{color:#87939d;margin-top:2px;font-size:10px;display:block}.header-search-result-info small{color:#56636e;margin-top:3px;font-size:8px;display:block}.header-search-result-icon{color:#4f5d68;flex-shrink:0}.header-search-status,.header-search-empty{box-sizing:border-box;color:#77838e;justify-content:center;align-items:center;gap:8px;min-height:100px;padding:18px;font-size:10px;display:flex}.header-search-empty{text-align:center;flex-direction:column}.header-search-empty strong{color:#cbd2d8;font-size:11px}.header-search-empty span{max-width:260px;font-size:9px;line-height:1.4}.header-search-all{cursor:pointer;justify-content:center;gap:6px;width:100%;min-height:40px;margin-top:6px;font-size:9px;font-weight:800;color:#84f342!important;background:#84f3420e!important;border:1px solid #84f3421f!important;border-radius:9px!important;align-items:center!important;padding:0 10px!important;display:flex!important}.header-search-dropdown{scrollbar-width:thin;scrollbar-color:#ffffff14 transparent}.header-search-dropdown::-webkit-scrollbar{width:3px}.header-search-dropdown::-webkit-scrollbar-thumb{background:#ffffff17;border-radius:20px}@media (width<=700px){.header-global-search{max-width:none}.header-search-dropdown{width:auto;min-width:0;max-height:calc(100dvh - 80px);position:fixed;top:64px;left:8px;right:8px}.header-search-result{min-height:62px}.header-search-result-avatar{width:43px;min-width:43px;height:43px}}.app-header{align-items:center;gap:16px;width:100%;display:flex}.app-logo{flex:none}.header-global-search{flex:auto;width:100%;min-width:180px;max-width:520px}.header-actions{flex:none;align-items:center;gap:10px;display:flex;margin-left:auto!important}@media (width<=600px){.profile-actions{z-index:30!important;pointer-events:auto!important;position:relative!important}.profile-edit-button{touch-action:manipulation;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:40!important;pointer-events:auto!important;justify-content:center!important;align-items:center!important;gap:7px!important;min-height:44px!important;padding:0 16px!important;display:inline-flex!important;position:relative!important}.profile-edit-button *{pointer-events:none}}.change-avatar-button{cursor:pointer;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:transform .18s,background .18s;display:flex;box-shadow:0 5px 16px #00000059;color:#071006!important;background:#84f342!important;border:3px solid #0b1118!important;border-radius:50%!important}.change-avatar-button:hover:not(:disabled){transform:scale(1.05);background:#9aff5c!important}.change-avatar-button:active:not(:disabled){transform:scale(.96)}.change-avatar-button svg{stroke-width:2.6px;width:18px;height:18px}.change-avatar-button:disabled{opacity:.65;cursor:wait}@media (width<=600px){.change-avatar-button{touch-action:manipulation;z-index:60!important;pointer-events:auto!important;width:40px!important;height:40px!important;position:absolute!important;bottom:3px!important;right:3px!important}.change-avatar-button *{pointer-events:none}}button.change-avatar-button{z-index:20!important;color:#071006!important;opacity:1!important;visibility:visible!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;cursor:pointer!important;pointer-events:auto!important;appearance:none!important;background-color:#84f342!important;background-image:none!important;border:3px solid #0b1118!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;display:flex!important;position:absolute!important;bottom:4px!important;right:4px!important;box-shadow:0 5px 16px #00000073!important}button.change-avatar-button svg{color:#071006!important;stroke:#071006!important;opacity:1!important;visibility:visible!important;pointer-events:none!important;width:20px!important;height:20px!important;display:block!important}button.change-avatar-button:hover:not(:disabled){background-color:#9aff5c!important}button.change-avatar-button:active:not(:disabled){transform:scale(.94);background-color:#76dc3c!important}button.change-avatar-button:disabled{color:#071006!important;opacity:.75!important;background-color:#84f342!important}.header-mobile-search-button,.header-mobile-search-back{display:none}@media (width<=700px){.header-mobile-search-button{color:#e8edf1;cursor:pointer;background:#ffffff12;border:1px solid #ffffff14;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;padding:0;display:flex}.header-global-search{display:none}.header-global-search.mobile-open{box-sizing:border-box;background:#0b1118;border-bottom:1px solid #202b35;align-items:center;gap:9px;min-height:64px;padding:10px 12px;box-shadow:0 8px 25px #00000059;z-index:10000!important;width:100%!important;max-width:none!important;display:flex!important;position:fixed!important;top:0!important;left:0!important;right:0!important}.header-mobile-search-back{color:#e7edf1;cursor:pointer;background:#ffffff0d;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;display:flex}.header-mobile-search-back:active{background:#ffffff1a}.header-global-search.mobile-open .header-search{flex:1;min-width:0;margin:0;width:auto!important}.header-global-search.mobile-open .header-search input{width:100%}.header-global-search.mobile-open .header-search-dropdown{box-sizing:border-box;border-left:0;border-right:0;border-radius:0 0 14px 14px;max-height:calc(100dvh - 64px);width:100%!important;min-width:0!important;position:fixed!important;top:64px!important;left:0!important;right:0!important}.header-global-search{max-width:none}.header-global-search.mobile-open{align-items:center!important;gap:10px!important;padding:10px 12px!important;display:flex!important}.header-global-search.mobile-open .header-search{opacity:1!important;visibility:visible!important;background:#151d25!important;border:1px solid #2b3742!important;border-radius:22px!important;flex:auto!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:none!important;height:44px!important;padding:0 12px!important;display:flex!important}.header-global-search.mobile-open .header-search>svg{color:#8c98a3!important;flex:none!important;display:block!important}.header-global-search.mobile-open .header-search input{color:#fff!important;opacity:1!important;visibility:visible!important;background:0 0!important;border:0!important;outline:0!important;flex:auto!important;width:100%!important;min-width:0!important;height:42px!important;padding:0 8px!important;font-size:14px!important;display:block!important}.header-global-search.mobile-open .header-search input::placeholder{color:#788590!important;opacity:1!important}.header-global-search.mobile-open .header-search-clear{display:flex!important}.header-mobile-search-button{margin-left:4px!important;margin-right:auto!important}.app-logo{margin-right:0!important}}.events-page{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:28px 22px 60px}.events-hero{background:linear-gradient(135deg,#101820,#121d25);border:1px solid #26333d;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:30px;display:flex}.events-hero>div>span,.events-results>header span{color:#84f342;letter-spacing:1.7px;font-size:8px;font-weight:900}.events-hero h1{color:#f1f5f7;margin:6px 0 7px;font-size:30px}.events-hero p{color:#84919b;max-width:650px;margin:0;font-size:13px;line-height:1.6}.events-create-button{color:#071006;cursor:pointer;background:#84f342;border:0;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:0 18px;font-size:11px;font-weight:900;display:flex}.events-filters{background:#0e151c;border:1px solid #25313b;border-radius:15px;margin-top:18px;padding:15px}.events-types{align-items:center;gap:7px;padding-bottom:4px;display:flex;overflow-x:auto}.events-types button{color:#83909a;cursor:pointer;background:#151e26;border:1px solid #283540;border-radius:999px;flex-shrink:0;min-height:34px;padding:0 12px;font-size:9px;font-weight:800}.events-types button.active{color:#071006;background:#84f342;border-color:#84f342}.events-location-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px;display:grid}.events-location-filters label{background:#111920;border:1px solid #26333e;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 11px;display:flex}.events-location-filters input{color:#edf2f5;background:0 0;border:0;outline:0;width:100%;font-size:11px}.events-results{margin-top:25px}.events-results>header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px;display:flex}.events-results h2{color:#edf2f5;margin:4px 0 0;font-size:20px}.events-results>header>strong{color:#73808a;font-size:10px}.events-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.event-card{cursor:pointer;background:#0d141b;border:1px solid #25313b;border-radius:16px;transition:transform .2s,border-color .2s;overflow:hidden}.event-card:hover{border-color:#3b4a55;transform:translateY(-3px)}.event-card-cover{aspect-ratio:16/9;background:#172028;width:100%;position:relative;overflow:hidden}.event-card-cover img{object-fit:cover;width:100%;height:100%;display:block}.event-card-cover-placeholder{color:#84f342;letter-spacing:2px;justify-content:center;align-items:center;width:100%;height:100%;font-size:22px;font-weight:950;display:flex}.event-card-type{color:#071006;text-transform:uppercase;background:#84f342;border-radius:7px;padding:5px 8px;font-size:7px;font-weight:900;position:absolute;top:10px;left:10px}.event-card-content{padding:14px}.event-card-organizer span{color:#66727c;letter-spacing:1.2px;font-size:6px;font-weight:900;display:block}.event-card-organizer strong{color:#b9c3ca;margin-top:2px;font-size:9px;display:block}.event-card h3{color:#f0f4f6;margin:8px 0 12px;font-size:16px;line-height:1.3}.event-card-meta{color:#7f8b95;align-items:center;gap:7px;margin-top:7px;font-size:9px;display:flex}.event-card-meta svg{color:#84f342;flex-shrink:0}.event-card-bottom{border-top:1px solid #202b34;justify-content:space-between;align-items:center;gap:10px;margin-top:15px;padding-top:12px;display:flex}.event-card-bottom>div{color:#72808a;align-items:center;gap:6px;font-size:8px;display:flex}.event-card-bottom button{color:#84f342;cursor:pointer;background:#84f3420f;border:1px solid #84f34226;border-radius:8px;min-height:32px;padding:0 10px;font-size:8px;font-weight:900}.events-loading,.events-empty{color:#78858f;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:300px;display:flex}.events-loading svg,.events-empty>svg{color:#84f342}.events-empty h3{color:#e8edf0;margin:5px 0 0}.events-empty p{margin:0;font-size:10px}.events-empty button{color:#071006;cursor:pointer;background:#84f342;border:0;border-radius:9px;min-height:38px;margin-top:8px;padding:0 14px;font-size:9px;font-weight:900}@media (width<=1000px){.events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.events-page{padding:12px 9px 40px}.events-hero{flex-direction:column;align-items:stretch;padding:20px 17px}.events-hero h1{font-size:23px}.events-create-button{width:100%}.events-location-filters,.events-grid{grid-template-columns:1fr}.events-results>header{flex-direction:column;align-items:flex-start;gap:5px}}.create-event-page{box-sizing:border-box;width:100%;max-width:920px;margin:0 auto;padding:24px 18px 60px}.create-event-topbar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.create-event-topbar>button{color:#a0abb3;cursor:pointer;background:#111920;border:1px solid #26333d;border-radius:9px;align-items:center;gap:7px;min-height:38px;padding:0 11px;display:flex}.create-event-topbar>span{color:#84f342;letter-spacing:1.5px;font-size:12px;font-weight:950}.create-event-card{background:#0d141b;border:1px solid #26323c;border-radius:18px;padding:24px}.create-event-header{border-bottom:1px solid #202b34;justify-content:space-between;align-items:center;gap:20px;padding-bottom:20px;display:flex}.create-event-header>div>span{color:#84f342;letter-spacing:1.5px;font-size:7px;font-weight:900}.create-event-header h1{color:#eff3f5;margin:5px 0;font-size:25px}.create-event-header p{color:#77848e;max-width:620px;margin:0;font-size:10px;line-height:1.5}.create-event-header>svg{color:#84f342;flex-shrink:0}.create-event-form{gap:15px;margin-top:20px;display:grid}.create-event-field{gap:7px;display:grid}.create-event-field>span{color:#a8b2b9;align-items:center;gap:5px;font-size:9px;font-weight:800;display:flex}.create-event-field input,.create-event-field select,.create-event-field textarea{box-sizing:border-box;color:#eef3f5;background:#111920;border:1px solid #283640;border-radius:9px;outline:0;width:100%;padding:0 12px;font-size:11px}.create-event-field input,.create-event-field select{min-height:42px}.create-event-field textarea{resize:vertical;min-height:130px;padding-top:12px}.create-event-field input:focus,.create-event-field select:focus,.create-event-field textarea:focus{border-color:#84f3428c;box-shadow:0 0 0 3px #84f3420f}.create-event-description{grid-column:1/-1}.create-event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.create-event-cover-section{gap:8px;display:grid}.create-event-cover-section>div:first-child{justify-content:space-between;align-items:center;display:flex}.create-event-cover-section strong{color:#cbd3d8;font-size:10px}.create-event-cover-section span{color:#68747d;font-size:8px}.create-event-cover-picker{aspect-ratio:16/7;cursor:pointer;background:#101820;border:1px dashed #33424d;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.create-event-cover-picker>div{color:#73808a;flex-direction:column;align-items:center;gap:5px;display:flex}.create-event-cover-picker svg{color:#84f342}.create-event-cover-picker img{object-fit:cover;width:100%;height:100%;display:block}.create-event-footer{border-top:1px solid #202b34;justify-content:flex-end;align-items:center;gap:9px;margin-top:8px;padding-top:17px;display:flex}.create-event-cancel,.create-event-submit{cursor:pointer;border-radius:9px;min-height:42px;padding:0 15px;font-size:9px;font-weight:900}.create-event-cancel{color:#9aa5ad;background:#141c23;border:1px solid #2a3741}.create-event-submit{color:#071006;background:#84f342;border:0;justify-content:center;align-items:center;gap:7px;display:flex}.create-event-submit:disabled,.create-event-cancel:disabled{opacity:.6;cursor:not-allowed}@media (width<=650px){.create-event-page{padding:12px 8px 40px}.create-event-card{padding:18px 13px}.create-event-header{align-items:flex-start}.create-event-header>svg{width:32px}.create-event-grid{grid-template-columns:1fr}.create-event-cover-picker{aspect-ratio:16/9}.create-event-footer{flex-direction:column-reverse;align-items:stretch}.create-event-footer button{width:100%}}.event-detail-page{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto;padding:22px 18px 60px}.event-detail-back{color:#a0abb3;cursor:pointer;background:#111920;border:1px solid #26333d;border-radius:9px;align-items:center;gap:7px;min-height:38px;margin-bottom:13px;padding:0 11px;display:inline-flex}.event-detail-card{background:#0d141b;border:1px solid #26323c;border-radius:20px;overflow:hidden}.event-detail-cover{aspect-ratio:16/6;background:#151f27;width:100%;position:relative;overflow:hidden}.event-detail-cover img{object-fit:cover;width:100%;height:100%;display:block}.event-detail-cover-placeholder{color:#84f342;letter-spacing:3px;justify-content:center;align-items:center;width:100%;height:100%;font-size:36px;font-weight:950;display:flex}.event-detail-type{color:#071006;text-transform:uppercase;background:#84f342;border-radius:8px;padding:6px 10px;font-size:8px;font-weight:950;position:absolute;top:15px;left:15px}.event-detail-body{grid-template-columns:minmax(0,1fr) 280px;gap:30px;padding:26px;display:grid}.event-detail-organizer{align-items:center;gap:10px;display:flex}.event-detail-organizer-avatar{color:#84f342;background:#17212a;border:1px solid #2b3842;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:17px;font-weight:900;display:flex;overflow:hidden}.event-detail-organizer-avatar img{object-fit:cover;width:100%;height:100%;display:block}.event-detail-organizer>div:last-child{gap:1px;display:grid}.event-detail-organizer span{color:#67747e;letter-spacing:1.2px;font-size:6px;font-weight:900}.event-detail-organizer strong{color:#dfe5e8;font-size:11px}.event-detail-organizer small{color:#7b8790;font-size:9px}.event-detail-main h1{color:#f3f6f7;margin:18px 0 10px;font-size:29px;line-height:1.2}.event-detail-description{color:#8b979f;white-space:pre-wrap;margin:0 0 24px;font-size:12px;line-height:1.7}.event-detail-info-grid{gap:11px;display:grid}.event-detail-info-item{background:#111920;border:1px solid #24313a;border-radius:11px;gap:11px;padding:13px;display:flex}.event-detail-info-item>svg{color:#84f342;flex-shrink:0}.event-detail-info-item>div{gap:3px;display:grid}.event-detail-info-item span{color:#66747e;text-transform:uppercase;font-size:7px;font-weight:900}.event-detail-info-item strong{color:#d7dee2;font-size:10px}.event-detail-info-item small{color:#7b8790;font-size:9px}.event-detail-side{min-width:0}.event-detail-participation-card{background:#101820;border:1px solid #283640;border-radius:14px;gap:9px;padding:16px;display:grid;position:sticky;top:90px}.event-detail-participation-card>span{color:#e5ebee;font-size:11px;font-weight:900}.event-interest-button,.event-going-button{cursor:pointer;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:42px;font-size:9px;font-weight:900;display:flex}.event-interest-button{color:#b8c2c8;background:#172029;border:1px solid #303d47}.event-interest-button.active{color:#84f342;background:#84f3420f;border-color:#84f34259}.event-going-button{color:#071006;background:#84f342;border:0}.event-going-button.active{background:#9aff5c}.event-detail-participation-card small{color:#66737c;text-align:center;font-size:8px}.event-detail-loading{color:#7d8992;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:60vh;display:flex}.event-detail-loading svg{color:#84f342}.event-detail-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex}.event-detail-error h1{color:#f0f4f5}.event-detail-error p{color:#7c8992}@media (width<=760px){.event-detail-page{padding:10px 8px 40px}.event-detail-cover{aspect-ratio:16/9}.event-detail-body{grid-template-columns:1fr;gap:18px;padding:18px 13px}.event-detail-main h1{font-size:23px}.event-detail-participation-card{position:static}}.create-post-event-field{gap:7px;width:100%;display:grid}.create-post-event-field>span{color:#a8b2b9;letter-spacing:.2px;font-size:9px;font-weight:800}.create-post-event-field select{box-sizing:border-box;color:#edf2f5;cursor:pointer;appearance:none;background-color:#111920;background-image:linear-gradient(45deg,#0000 50%,#84f342 50%),linear-gradient(135deg,#84f342 50%,#0000 50%);background-position:calc(100% - 17px) 17px,calc(100% - 12px) 17px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #283640;border-radius:9px;outline:none;width:100%;min-height:42px;padding:0 40px 0 12px;font-size:11px;transition:border-color .18s,box-shadow .18s,background-color .18s}.create-post-event-field select:hover{border-color:#3a4954}.create-post-event-field select:focus{border-color:#84f342a6;box-shadow:0 0 0 3px #84f34212}.create-post-event-field select:disabled{opacity:.55;cursor:not-allowed}.create-post-event-field option{color:#edf2f5;background:#111920}.event-community-content{margin-top:22px}.event-community-header{margin-bottom:14px}.event-community-header span{color:#84f342;letter-spacing:1.5px;font-size:7px;font-weight:900}.event-community-header h2{color:#edf2f5;margin:4px 0 0;font-size:20px}.event-posts-section,.event-reels-section{margin-top:20px}.event-posts-section h3,.event-reels-section h3{color:#cbd3d8;margin:0 0 10px;font-size:13px}.event-posts-list{gap:14px;display:grid}.event-reels-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.event-reel-item{background:#000;border-radius:14px;min-height:520px;overflow:hidden}.event-community-loading,.event-community-empty{color:#78858f;text-align:center;justify-content:center;align-items:center;gap:8px;min-height:160px;font-size:10px;display:flex}@media (width<=700px){.event-reels-grid{grid-template-columns:1fr}.event-reel-item{min-height:460px}}.event-owner-panel{background:#101820;border:1px solid #283640;border-radius:14px;gap:8px;margin-bottom:12px;padding:14px;display:grid}.event-owner-panel>span{color:#84f342;letter-spacing:1.2px;font-size:7px;font-weight:900}.event-owner-panel button{cursor:pointer;border-radius:9px;min-height:38px;font-size:9px;font-weight:900}.event-owner-edit{color:#071006;background:#84f342;border:0}.event-owner-publish{color:#84f342;background:#84f3420f;border:1px solid #84f34238}.event-owner-cancel{color:#f4c76a;background:#f4c76a0f;border:1px solid #f4c76a2e}.event-owner-delete{color:#ff7575;background:#ff4b4b0f;border:1px solid #ff4b4b2e}.event-owner-panel button:disabled{opacity:.5;cursor:not-allowed}.event-cancelled-banner{color:#f88;text-align:center;letter-spacing:1px;background:#ff464614;border:1px solid #ff46462e;padding:10px;font-size:9px;font-weight:900}.create-reel-event-field{flex-direction:column;gap:7px;width:100%;margin-top:2px;display:flex}.create-reel-event-field>span{color:#9ba9b4;font-size:9px;font-weight:800;line-height:1.2}.create-reel-event-field select{box-sizing:border-box;color:#e9eef1;cursor:pointer;appearance:none;background-color:#091117;background-image:linear-gradient(45deg,#0000 50%,#84f342 50%),linear-gradient(135deg,#84f342 50%,#0000 50%);background-position:calc(100% - 17px) 15px,calc(100% - 12px) 15px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #2a3b48;border-radius:10px;outline:none;width:100%;height:36px;padding:0 40px 0 12px;font-family:inherit;font-size:10px;font-weight:600;transition:border-color .18s,background-color .18s,box-shadow .18s}.create-reel-event-field select:hover{background-color:#0c151c;border-color:#3d5260}.create-reel-event-field select:focus{border-color:#84f342;box-shadow:0 0 0 3px #84f34214}.create-reel-event-field select:disabled{opacity:.5;cursor:not-allowed}.create-reel-event-field select option{color:#e9eef1;background-color:#0d151c}.event-share-button{color:#84f342;cursor:pointer;background:#84f3420f;border:1px solid #84f3422e;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:42px;margin-bottom:10px;font-size:9px;font-weight:900;display:flex}.event-share-button:hover{background:#84f3421a}.event-participants-section{margin-top:22px}.event-participants-section>header span{color:#84f342;letter-spacing:1.4px;font-size:7px;font-weight:900}.event-participants-section>header h2{color:#eef2f4;margin:4px 0 0;font-size:20px}.event-participants-group{margin-top:18px}.event-participants-group h3{color:#cbd3d8;margin:0 0 10px;font-size:12px}.event-participants-group>p{color:#6f7b84;margin:0;font-size:9px}.event-participants-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.event-participant-card{text-align:left;min-height:64px;color:inherit;cursor:pointer;background:#101820;border:1px solid #27343e;border-radius:11px;align-items:center;gap:9px;padding:8px 10px;display:flex}.event-participant-card:hover{background:#141e26;border-color:#3b4a55}.event-participant-avatar{color:#84f342;background:#1b252d;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:15px;font-weight:900;display:flex;overflow:hidden}.event-participant-avatar img{object-fit:cover;width:100%;height:100%;display:block}.event-participant-card>div:last-child{min-width:0}.event-participant-card strong,.event-participant-card span,.event-participant-card small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.event-participant-card strong{color:#e0e6e9;font-size:10px}.event-participant-card span{color:#7b8790;margin-top:2px;font-size:8px}.event-participant-card small{color:#5f6b74;margin-top:2px;font-size:7px}.event-participants-loading{color:#75818a;justify-content:center;align-items:center;gap:8px;min-height:150px;font-size:9px;display:flex}.event-participants-loading svg{color:#84f342}@media (width<=900px){.event-participants-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=580px){.event-participants-list{grid-template-columns:1fr}}.create-reel-event-label{align-items:center;gap:5px;display:flex}.create-reel-event-label svg{color:#8fa0ac}.event-public-guest-cta{text-align:center;background:#101820;border:1px solid #293640;border-radius:12px;margin-top:16px;padding:16px}.event-public-guest-cta strong{color:#e8edf0;font-size:12px;display:block}.event-public-guest-cta p{color:#76838d;margin:6px 0 12px;font-size:9px;line-height:1.5}.event-public-guest-cta>div{gap:8px;display:flex}.event-public-guest-cta button{cursor:pointer;border-radius:8px;flex:1;min-height:39px;font-size:9px;font-weight:900}.event-public-guest-cta button:first-child{color:#dfe5e8;background:#172028;border:1px solid #303e48}.event-public-register{color:#071006;background:#84f342;border:0}.notification-event-icon{color:#84f342;background:#84f34214;border:1px solid #84f34229;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.notification-item{position:relative}.notification-avatar-area{flex:none;position:relative}.notification-avatar{color:#84f342;background:#18232c;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:15px;font-weight:900;display:flex;overflow:hidden}.notification-avatar img{object-fit:cover;width:100%;height:100%;display:block}.notification-type-icon{color:#d6dde1;background:#26333d;border:2px solid #0d141b;border-radius:50%;justify-content:center;align-items:center;width:23px;height:23px;display:flex;position:absolute;bottom:-2px;right:-3px}.notification-type-icon.event{color:#071006;background:#84f342}.notification-item.event-notification{border-left:2px solid #84f34273}.notification-item.event-notification.unread{background:linear-gradient(90deg,#84f3420e,#0000 70%)}.notification-content{flex:1;min-width:0}.notification-content p{color:#aeb8bf;margin:0;font-size:10px;line-height:1.5}.notification-content p strong{color:#eef3f5;font-weight:900}.notification-content time{color:#65727c;margin-top:4px;font-size:8px;display:block}.notification-unread-dot{background:#84f342;border-radius:50%;flex:0 0 8px;width:8px;height:8px;box-shadow:0 0 8px #84f34273}.profile-content-tabs{background:#0c141a;border:1px solid #22303a;border-radius:12px;align-items:center;gap:4px;margin-bottom:20px;padding:5px;display:flex;overflow-x:auto}.profile-content-tabs button{color:#74828c;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1 0 auto;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:0 14px;font-size:9px;font-weight:900;transition:background .18s,color .18s;display:flex}.profile-content-tabs button:hover{color:#d9e0e4;background:#ffffff09}.profile-content-tabs button.active{color:#071006;background:#84f342}.profile-content-tabs button span{min-width:20px;color:inherit;background:#00000021;border-radius:999px;padding:2px 5px;font-size:7px}.profile-tab-content{width:100%}.profile-tab-loading,.profile-tab-empty{box-sizing:border-box;color:#71808a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;padding:25px;display:flex}.profile-tab-loading>svg,.profile-tab-empty>svg{color:#84f342}.profile-tab-empty h3{color:#e6ecef;margin:5px 0 0;font-size:14px}.profile-tab-empty p{color:#71808a;max-width:360px;margin:0;font-size:9px;line-height:1.5}.profile-reels-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.profile-reel-card{text-align:left;min-width:0;color:inherit;cursor:pointer;background:#0b1218;border:1px solid #22303a;border-radius:12px;padding:0;transition:transform .18s,border-color .18s;overflow:hidden}.profile-reel-card:hover{border-color:#3b4d59;transform:translateY(-2px)}.profile-reel-media{aspect-ratio:9/14;background:#050708;width:100%;position:relative;overflow:hidden}.profile-reel-media img,.profile-reel-media video{object-fit:cover;width:100%;height:100%;display:block}.profile-reel-placeholder{color:#84f342;background:linear-gradient(145deg,#101b22,#070b0e);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.profile-reel-overlay{color:#fff;opacity:0;background:0 0;justify-content:center;align-items:center;transition:opacity .18s,background .18s;display:flex;position:absolute;inset:0}.profile-reel-card:hover .profile-reel-overlay{opacity:1;background:#0000004d}.profile-reel-views{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000094;border-radius:6px;padding:4px 7px;font-size:7px;font-weight:800;position:absolute;bottom:8px;left:8px}.profile-reel-card>p{color:#9aa6ae;white-space:nowrap;text-overflow:ellipsis;margin:0;padding:8px 9px;font-size:8px;overflow:hidden}.profile-events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-create-event-button{color:#071006;cursor:pointer;background:#84f342;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:37px;padding:0 12px;font-size:8px;font-weight:900;display:flex}.profile-empty-create-event{color:#071006;cursor:pointer;background:#84f342;border:0;border-radius:8px;min-height:38px;margin-top:8px;padding:0 13px;font-size:8px;font-weight:900}@media (width<=900px){.profile-reels-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-events-grid{grid-template-columns:1fr}}@media (width<=600px){.profile-content-tabs{gap:2px;margin-bottom:13px;padding:4px}.profile-content-tabs button{gap:4px;min-height:40px;padding:0 8px;font-size:8px}.profile-content-tabs button svg{width:15px;height:15px}.profile-content-tabs button span{display:none}.profile-reels-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.profile-reel-card{border-radius:5px}.profile-reel-media{aspect-ratio:9/14}.profile-reel-card>p{display:none}.profile-reel-views{padding:3px 5px;font-size:6px;bottom:5px;left:5px}.profile-events-grid{grid-template-columns:1fr}.profile-content-header{gap:8px}}@media (width>=821px){:root{--graff-header-height:60px;--graff-sidebar-width:224px;--graff-bg:#080b10;--graff-sidebar-bg:#0b1016;--graff-surface:#10161d;--graff-border:#202a34;--graff-border-soft:#ffffff0e;--graff-text:#e7ecef;--graff-text-secondary:#909ba4;--graff-text-muted:#606d77;--graff-green:#84f342}.app-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px 12px #0000002e;height:var(--graff-header-height)!important;border-bottom:1px solid var(--graff-border-soft)!important;background:#080b10f5!important;gap:18px!important;padding:0 18px!important}.app-logo{flex:none;line-height:1;letter-spacing:-1px!important;font-size:20px!important;font-weight:950!important}.header-global-search{flex:0 440px!important;width:100%!important;min-width:220px!important;max-width:440px!important}.header-search{color:#64717b;width:100%!important;min-height:36px!important;box-shadow:none!important;background:#10171e!important;border:1px solid #222d36!important;border-radius:999px!important;gap:8px!important;margin:0!important;padding:0 12px!important}.header-search input{color:#e9eef1!important;height:34px!important;font-size:12px!important}.header-search input::placeholder{font-size:11px;color:#66737d!important}.header-search>svg{width:17px!important;height:17px!important}.header-actions{flex:none!important;gap:7px!important;margin-left:auto!important}.header-actions>a,.header-actions .icon-button{transition:color .16s,background .16s,border-color .16s;color:#b4bec5!important;background:0 0!important;border:1px solid #0000!important;border-radius:50%!important;width:36px!important;min-width:36px!important;height:36px!important;padding:0!important}.header-actions>a:hover,.header-actions .icon-button:hover{color:#fff!important;background:#ffffff0e!important;border-color:#ffffff0e!important}.header-actions>a svg{width:19px;height:19px}.header-actions>button{letter-spacing:.1px;border-radius:8px!important;gap:6px!important;height:35px!important;min-height:35px!important;padding:0 13px!important;font-size:10px!important;font-weight:850!important}.header-actions>button svg{width:17px;height:17px}.header-avatar{background:#182129!important;border:1px solid #2c3740!important;width:35px!important;min-width:35px!important;height:35px!important}.app-sidebar{scrollbar-width:thin;scrollbar-color:#ffffff0f transparent;top:var(--graff-header-height)!important;width:var(--graff-sidebar-width)!important;background:var(--graff-sidebar-bg)!important;border-right:1px solid var(--graff-border-soft)!important;padding:14px 10px 16px!important;overflow:hidden auto!important}.app-sidebar::-webkit-scrollbar{width:3px}.app-sidebar::-webkit-scrollbar-track{background:0 0}.app-sidebar::-webkit-scrollbar-thumb{background:#ffffff12;border-radius:20px}.sidebar-profile{min-height:52px;text-decoration:none;transition:background .16s,border-color .16s;background:0 0!important;border:1px solid #0000!important;border-radius:9px!important;gap:9px!important;margin-bottom:12px!important;padding:7px 8px!important}.sidebar-profile:hover{background:#ffffff09!important;border-color:#ffffff0a!important}.sidebar-profile .profile-avatar{min-width:38px;width:38px!important;height:38px!important;font-size:13px!important}.sidebar-profile-info{min-width:0}.sidebar-profile-info strong,.sidebar-profile strong{color:#e1e7ea;line-height:1.2;font-size:11px!important;font-weight:750!important}.sidebar-profile-info span,.sidebar-profile span{font-weight:500;line-height:1.2;color:#66737d!important;margin-top:2px!important;font-size:9px!important}.sidebar-navigation{gap:2px!important;display:grid!important}.sidebar-navigation a{transition:color .15s,background .15s,border-color .15s,transform .15s;position:relative;color:#89959f!important;letter-spacing:0!important;background:0 0!important;border:1px solid #0000!important;border-radius:8px!important;align-items:center!important;gap:10px!important;min-height:37px!important;padding:0 10px!important;font-size:11.5px!important;font-weight:600!important;line-height:1!important;display:flex!important}.sidebar-navigation a svg{stroke-width:1.9px;min-width:18px;width:18px!important;height:18px!important}.sidebar-navigation a:hover{color:#dfe5e8!important;background:#ffffff0a!important;border-color:#ffffff06!important}.sidebar-navigation a.active{color:#e9ffdc!important;background:#84f34216!important;border-color:#84f34217!important;font-weight:700!important}.sidebar-navigation a.active svg{color:var(--graff-green)!important}.sidebar-navigation a.active:before{content:"";background:var(--graff-green);border-radius:0 3px 3px 0;width:2px;height:18px;position:absolute;left:-10px;box-shadow:0 0 10px #84f34240}.sidebar-divider{background:#ffffff0e!important;height:1px!important;margin:10px 7px!important}.sidebar-community-card{background:#84f34209!important;border:1px solid #84f34217!important;border-radius:9px!important;margin-top:12px!important;padding:11px!important}.sidebar-community-card svg{width:18px;height:18px;color:var(--graff-green)}.sidebar-community-card strong{color:#cbd4d9;font-weight:750;margin-top:5px!important;font-size:9.5px!important}.sidebar-community-card p{color:#606d76!important;margin:4px 0 0!important;font-size:8px!important;line-height:1.45!important}.sidebar-signout{min-height:35px;font-weight:650;transition:color .15s,background .15s;color:#a97575!important;background:0 0!important;border:1px solid #dc5a5a1a!important;border-radius:8px!important;margin-top:10px!important;padding:0 9px!important;font-size:9px!important}.sidebar-signout:hover{color:#ff9b9b!important;background:#ff50500b!important}.application-content{min-height:100vh;padding:78px 22px 36px calc(var(--graff-sidebar-width) + 22px)!important}.feed-page{width:100%;grid-template-columns:minmax(0,680px) 290px!important;gap:20px!important;max-width:1160px!important}.create-post-card,.post-card,.right-panel,.section-placeholder{border-color:#fff1!important;border-radius:13px!important;box-shadow:0 8px 25px #00000021!important}.create-post-card{margin-bottom:16px!important;padding:16px!important}.feed-right-column{gap:12px!important}.right-panel{padding:15px!important}.right-panel>span{letter-spacing:1.4px!important;font-size:8px!important}.right-panel h2,.right-panel h3{margin:6px 0!important;font-size:14px!important}.right-panel p{font-size:9px!important;line-height:1.5!important}.popular-tags{gap:5px!important;margin-top:10px!important}.popular-tags button{padding:5px 8px!important;font-size:8px!important}body{font-size:13px}button,input,textarea,select{font-size:inherit}.explore-page{width:100%;max-width:1100px!important;margin:0 auto!important}.explore-hero{box-shadow:0 8px 30px #00000021;border-color:#ffffff12!important;border-radius:15px!important;gap:20px!important;min-height:150px!important;padding:22px 25px!important}.explore-hero>div:first-child{max-width:620px!important}.explore-hero span,.explore-results-header span{letter-spacing:1.5px!important;font-size:8px!important;font-weight:850!important}.explore-hero h1{letter-spacing:-.7px;margin:6px 0 7px!important;font-size:clamp(28px,3vw,38px)!important;line-height:1.08!important}.explore-hero p{color:#81909a!important;max-width:540px!important;font-size:11px!important;line-height:1.55!important}.explore-hero-icon{border-radius:20px!important;width:72px!important;height:72px!important;box-shadow:0 16px 36px #84f34224!important}.explore-hero-icon svg{width:34px!important;height:34px!important}.explore-filter-card{background:#0e151c!important;border-color:#ffffff0f!important;border-radius:12px!important;margin-top:14px!important;padding:13px!important}.explore-filter-form{grid-template-columns:minmax(240px,2fr) minmax(130px,1fr) minmax(130px,1fr) auto!important;gap:8px!important}.explore-filter-form label{color:#75828c!important;gap:5px!important;font-size:8px!important;font-weight:750!important}.explore-filter-form input{background:#0a1015!important;border-radius:8px!important;height:37px!important;padding:0 10px!important;font-size:10px!important}.explore-search-field input{padding-left:34px!important}.explore-search-field svg{width:16px!important;height:16px!important;bottom:10px!important;left:10px!important}.explore-search-button{border-radius:8px!important;min-width:92px!important;min-height:37px!important;padding:0 12px!important;font-size:9px!important}.explore-clear-filters{margin-top:8px!important;padding:5px 7px!important;font-size:8px!important}.explore-results{margin-top:20px!important}.explore-results-header{margin-bottom:12px!important}.explore-results-header h2{margin:3px 0 0!important;font-size:17px!important}.explore-results-header>strong{font-size:9px!important}.artists-grid{gap:11px!important}.artist-card{box-shadow:none!important;border-radius:13px!important}.artist-card:hover{transform:translateY(-2px)!important;box-shadow:0 10px 28px #0003!important}.artist-card-top{height:72px!important}.artist-card-decoration{font-size:34px!important}.artist-private-badge{padding:4px 7px!important;font-size:7px!important;top:8px!important;right:8px!important}.artist-card-content{padding:42px 13px 13px!important}.artist-card-avatar{border-width:3px!important;width:68px!important;height:68px!important;top:-36px!important;left:13px!important}.artist-card-content h3{margin:5px 0 2px!important;font-size:13px!important}.artist-card-content p,.artist-card-content small{font-size:8px!important}.profile-page{width:100%!important;max-width:1080px!important;margin:10px auto 28px!important;padding:0!important}.profile-header-card{border-color:#fff1!important;border-radius:15px!important;box-shadow:0 8px 30px #00000026!important}.profile-cover{height:245px!important}.profile-cover-placeholder{letter-spacing:7px!important;font-size:78px!important}.change-cover-button{min-height:36px;border-radius:8px!important;gap:6px!important;padding:0 13px!important;font-size:9px!important;bottom:16px!important;right:16px!important}.change-cover-button svg{width:16px;height:16px}.profile-information{padding:0 24px 24px!important}.profile-avatar-section{height:72px!important}.profile-main-avatar{border-width:4px!important;width:118px!important;height:118px!important;font-size:38px!important;top:-58px!important}.change-avatar-button{width:34px!important;height:34px!important;bottom:3px!important}.profile-actions{gap:7px!important;top:16px!important;right:24px!important}.profile-follow-button,.profile-edit-button,.profile-message-button{border-radius:8px!important;gap:6px!important;min-height:36px!important;padding:0 13px!important;font-size:9px!important;font-weight:800!important}.profile-follow-button svg,.profile-edit-button svg,.profile-message-button svg{width:16px;height:16px}.profile-identity{margin-top:3px!important}.profile-identity h1{letter-spacing:-.4px;gap:7px!important;margin:0 0 3px!important;font-size:25px!important}.profile-identity>span{font-size:11px!important}.profile-location{gap:5px!important;margin-top:9px!important;font-size:10px!important}.profile-location svg{width:15px;height:15px}.profile-biography{max-width:620px!important;margin-top:12px!important;font-size:11px!important;line-height:1.55!important}.profile-statistics{gap:8px!important;margin-top:18px!important}.profile-statistics button{background:#121a21!important;border-color:#fff1!important;border-radius:9px!important;min-width:105px!important;padding:9px 13px!important}.profile-statistics strong{line-height:1.1;font-size:18px!important}.profile-statistics span{margin-top:2px;font-size:8px!important}.profile-content-card{border-color:#ffffff0f!important;border-radius:13px!important;margin-top:14px!important;padding:16px!important}.profile-content-header{margin-bottom:14px!important}.profile-content-header span{letter-spacing:1.4px!important;font-size:8px!important}.profile-content-header h2{margin:3px 0 0!important;font-size:17px!important}.profile-content-header>strong{font-size:9px!important}.profile-content-tabs{min-height:43px;border-radius:9px!important;gap:3px!important;margin-bottom:14px!important;padding:4px!important}.profile-content-tabs button{border-radius:7px!important;gap:5px!important;min-height:34px!important;padding:0 11px!important;font-size:8.5px!important}.profile-content-tabs button svg{width:15px;height:15px}.profile-gallery{gap:4px!important}.profile-gallery-item{border-radius:6px!important}.profile-reels-grid{gap:6px!important}.profile-reel-card{border-radius:8px!important}.events-page{max-width:1100px!important;padding:12px 0 35px!important}.events-hero{border-color:#fff1!important;border-radius:14px!important;gap:18px!important;padding:20px 23px!important}.events-hero>div>span,.events-results>header span{letter-spacing:1.4px!important;font-size:7px!important}.events-hero h1{letter-spacing:-.4px;margin:4px 0 5px!important;font-size:24px!important}.events-hero p{max-width:580px!important;font-size:10px!important;line-height:1.5!important}.events-create-button{border-radius:8px!important;gap:5px!important;min-height:37px!important;padding:0 13px!important;font-size:9px!important}.events-create-button svg{width:16px;height:16px}.events-filters{border-radius:10px!important;margin-top:12px!important;padding:10px!important}.events-types{gap:5px!important}.events-types button{min-height:29px!important;padding:0 9px!important;font-size:7.5px!important}.events-location-filters{gap:7px!important;margin-top:8px!important}.events-location-filters label{border-radius:7px!important;min-height:35px!important;padding:0 9px!important}.events-location-filters input{font-size:9px!important}.events-results{margin-top:18px!important}.events-results>header{margin-bottom:10px!important}.events-results h2{font-size:17px!important}.events-results>header>strong{font-size:8px!important}.events-grid{gap:10px!important}.event-card{box-shadow:none;border-radius:11px!important}.event-card:hover{transform:translateY(-2px)!important}.event-card-type{border-radius:5px!important;padding:4px 6px!important;font-size:6px!important;top:8px!important;left:8px!important}.event-card-content{padding:10px!important}.event-card-organizer span{font-size:5.5px!important}.event-card-organizer strong{font-size:8px!important}.event-card h3{margin:6px 0 8px!important;font-size:13px!important;line-height:1.25!important}.event-card-meta{gap:5px!important;margin-top:5px!important;font-size:7.5px!important}.event-card-meta svg{width:14px;height:14px}.event-card-bottom{margin-top:10px!important;padding-top:8px!important}.event-card-bottom>div{font-size:7px!important}.event-card-bottom button{border-radius:6px!important;min-height:28px!important;padding:0 8px!important;font-size:7px!important}.feed-section-header{margin:16px 0 10px!important}.feed-section-header span{letter-spacing:1.4px!important;font-size:8px!important}.feed-section-header h1{letter-spacing:-.3px;margin:3px 0 0!important;font-size:18px!important}.stories-strip-real{gap:9px!important;padding:2px 1px 11px!important}.story-strip-item{flex:0 0 58px!important;gap:4px!important;width:58px!important}.story-strip-item>span{font-size:7px!important}.story-own-wrapper,.story-strip-avatar-button,.story-strip-ring{width:52px!important;height:52px!important}.story-strip-ring{padding:2px!important}.story-strip-avatar-button img,.story-strip-ring img{object-fit:cover;width:100%;height:100%}.create-post-card{border-radius:12px!important;margin-bottom:13px!important;padding:13px!important}.create-post-heading{gap:9px!important}.create-post-heading .profile-avatar,.create-post-heading .profile-avatar-small{width:36px!important;height:36px!important}.create-post-heading strong{font-size:10px!important;font-weight:750!important}.create-post-heading small{margin-top:1px!important;font-size:8px!important}.post-caption-input{min-height:72px;line-height:1.5;border-radius:9px!important;margin-top:11px!important;padding:10px 11px!important;font-size:10px!important}.post-caption-input::placeholder{color:#66737d;font-size:10px}.post-details-grid{gap:8px!important;margin-top:10px!important}.post-details-grid label{gap:4px!important;font-size:8px!important}.post-details-grid input,.post-details-grid select{border-radius:8px!important;height:36px!important;padding:0 10px!important;font-size:9px!important}.selected-media-grid{gap:7px!important;margin-top:10px!important}.selected-media-item{border-radius:9px!important;min-height:155px!important}.selected-media-item img,.selected-media-item video{min-height:155px!important}.remove-media-button{width:28px!important;height:28px!important;top:6px!important;right:6px!important}.remove-media-button svg{width:15px;height:15px}.media-type-label{gap:4px!important;padding:4px 6px!important;font-size:7px!important;bottom:6px!important;right:6px!important}.create-post-footer{gap:10px!important;margin-top:11px!important;padding-top:10px!important}.create-post-options{gap:8px!important;font-size:8px!important}.create-post-options span,.media-picker-button{gap:5px!important}.media-picker-button{min-height:32px;border-radius:7px!important;padding:0 9px!important;font-size:8px!important}.media-picker-button svg{width:15px;height:15px}.publish-button{border-radius:7px!important;gap:5px!important;min-height:33px!important;padding:0 11px!important;font-size:8px!important}.posts-list{gap:12px!important}.post-card{border-radius:12px!important}.post-card-header{padding:11px 13px!important}.post-author{gap:8px!important}.post-author .profile-avatar,.post-author .profile-avatar-small,.post-author-avatar{width:38px!important;min-width:38px!important;height:38px!important}.post-author strong{gap:4px!important;font-size:10px!important;font-weight:750!important}.post-author small{gap:4px!important;margin-top:1px!important;font-size:8px!important}.post-author .verified-icon{width:14px!important;height:14px!important}.post-card-header button{font-size:9px}.post-caption{color:#cbd2d7!important;padding:0 13px 8px!important;font-size:10.5px!important;line-height:1.5!important}.post-location{gap:4px!important;padding:0 13px 9px!important;font-size:8px!important}.post-location svg{width:13px!important;height:13px!important}.post-media-container{background:#040608!important}.post-media-container>img,.post-video-wrapper video{max-height:660px!important}.video-indicator{gap:4px!important;padding:4px 6px!important;font-size:7px!important;top:8px!important;left:8px!important}.media-navigation{width:34px!important;height:34px!important}.media-navigation-left{left:8px!important}.media-navigation-right{right:8px!important}.media-navigation svg{width:18px;height:18px}.media-dots{gap:4px!important;bottom:9px!important}.media-dots button{width:5px!important;height:5px!important}.media-dots button.active{width:14px!important}.post-style{padding:8px 13px 0!important;font-size:8px!important}.post-card-footer{border-top:1px solid #ffffff09;padding:8px 11px 10px!important}.post-actions{gap:2px!important}.post-actions button{min-height:32px;border-radius:7px!important;gap:5px!important;padding:0 8px!important;font-size:8px!important}.post-actions button svg{stroke-width:1.9px;width:18px!important;height:18px!important}.post-actions button:hover{background:#ffffff0a!important}.post-actions button.liked{color:#ff5c79!important}.post-save-button,.save-post-button{border-radius:50%!important;width:32px!important;height:32px!important;padding:0!important}.post-save-button svg,.save-post-button svg{width:18px!important;height:18px!important}.load-more-button{min-height:36px;border-radius:8px!important;margin-top:12px!important;padding:0 10px!important;font-size:8px!important}.feed-loading,.feed-empty{border-radius:12px!important;padding:35px 15px!important;font-size:9px!important}.create-post-modal-shell{border-radius:14px!important}.create-post-modal-header{min-height:49px!important;padding:0 14px!important}.create-post-modal-header strong{font-size:11px!important}.create-post-modal-header>button{width:32px!important;height:32px!important}.create-post-modal-content{padding:12px!important}.notifications-page{max-width:900px!important}.notifications-hero{box-shadow:0 8px 28px #00000021;border-color:#fff1!important;border-radius:14px!important;gap:18px!important;min-height:140px!important;padding:20px 23px!important}.notifications-hero span,.notifications-header span{letter-spacing:1.4px!important;font-size:7.5px!important}.notifications-hero h1{letter-spacing:-.5px;margin:4px 0 5px!important;font-size:28px!important;line-height:1.1!important}.notifications-hero p{color:#7f8c96!important;max-width:520px!important;font-size:10px!important;line-height:1.5!important}.notifications-hero-icon{border-radius:18px!important;width:66px!important;height:66px!important}.notifications-hero-icon svg{width:30px!important;height:30px!important}.notifications-card{border-color:#ffffff0f!important;border-radius:12px!important;margin-top:13px!important;padding:14px!important}.notifications-header{gap:12px!important;padding-bottom:11px!important}.notifications-header h2{margin:3px 0 1px!important;font-size:16px!important}.notifications-header small{font-size:8px!important}.notifications-actions{gap:6px!important}.notifications-actions button{border-radius:7px!important;gap:5px!important;min-height:34px!important;padding:0 10px!important;font-size:8px!important}.notifications-actions button svg{width:15px!important;height:15px!important}.notifications-list{gap:5px!important;margin-top:10px!important}.notification-item{min-height:60px;border-color:#ffffff0e!important;border-radius:9px!important;gap:9px!important;padding:9px 10px!important}.notification-item:hover{background:#171f28!important}.notification-item.unread{background:linear-gradient(90deg,#84f3420e,#121921 35%)!important;border-color:#84f34221!important}.notification-avatar{min-width:40px;width:40px!important;height:40px!important;font-size:12px!important}.notification-type-icon{border-width:2px!important;width:19px!important;height:19px!important;bottom:-2px!important;right:-2px!important}.notification-type-icon svg{width:11px!important;height:11px!important}.notification-content p{font-size:9px!important;line-height:1.45!important}.notification-content time{margin-top:2px!important;font-size:7px!important}.notification-unread-dot{flex:0 0 6px!important;width:6px!important;height:6px!important;box-shadow:0 0 7px #84f34259!important}.notifications-load-more{min-height:34px;border-radius:7px!important;margin-top:10px!important;padding:0 10px!important;font-size:8px!important}.messages-page{max-width:1080px!important}.chat-layout{box-shadow:0 8px 30px #00000024;border-color:#fff1!important;border-radius:13px!important;grid-template-columns:285px minmax(0,1fr)!important;height:calc(100vh - 92px)!important;min-height:540px!important;max-height:calc(100vh - 92px)!important}.chat-conversations{border-right-color:#ffffff0e!important}.chat-conversations-header{padding:14px 14px 10px!important}.chat-conversations-header span{letter-spacing:1.4px!important;font-size:7px!important}.chat-conversations-header h2{margin:3px 0 0!important;font-size:16px!important}.chat-search{margin:0 10px 9px!important}.chat-search input{border-radius:8px!important;height:35px!important;padding:0 9px 0 32px!important;font-size:9px!important}.chat-search svg{width:15px;height:15px;left:9px!important}.conversation-list{padding:0 6px 9px!important}.conversation-item{min-height:54px;border-radius:8px!important;gap:8px!important;padding:7px 8px!important}.conversation-item:hover,.conversation-item.active{background:#161e27!important}.conversation-item.active{box-shadow:inset 2px 0 #84f342!important}.conversation-avatar,.chat-window-avatar{width:38px!important;min-width:38px!important;height:38px!important;font-size:12px!important}.conversation-item strong{font-size:9.5px!important}.conversation-item p,.conversation-item small,.conversation-item span{font-size:7.5px}.conversation-unread-badge{min-width:17px!important;height:17px!important;padding:0 4px!important;font-size:7px!important}.chat-window-header{min-height:57px!important;padding:9px 13px!important}.chat-window-header strong{font-size:10px!important}.chat-window-header span,.chat-window-header small{font-size:7.5px!important}.chat-messages{gap:5px!important;padding:13px!important}.message-row{margin-bottom:3px!important}.message-bubble{border-radius:10px!important;max-width:72%!important;padding:7px 9px!important;font-size:9.5px!important;line-height:1.45!important}.message-bubble p{font-size:9.5px!important}.message-bubble footer{margin-top:2px!important}.message-bubble time{font-size:6.5px!important}.chat-composer{gap:7px!important;padding:9px 10px!important}.chat-composer textarea{border-radius:10px!important;min-height:38px!important;max-height:110px!important;padding:9px 11px!important;font-size:9.5px!important}.chat-composer button,.chat-attachment-button,.chat-audio-button,.chat-send-button{width:38px!important;min-width:38px!important;height:38px!important}.chat-composer button svg{width:17px!important;height:17px!important}.audio-preview-play,.audio-discard-button,.audio-send-button{width:34px!important;height:34px!important}.settings-page{width:min(100%,960px)!important}.settings-header{margin-bottom:13px!important}.settings-header span{letter-spacing:1.3px!important;gap:5px!important;font-size:7px!important}.settings-header h1{letter-spacing:-.3px;margin:3px 0!important;font-size:22px!important}.settings-header p{font-size:8px!important}.settings-layout{gap:9px!important}.settings-card{border-color:#ffffff0f!important;border-radius:10px!important;padding:13px!important}.settings-card-title{gap:6px!important;margin-bottom:10px!important}.settings-card-title svg{width:17px;height:17px}.settings-card-title strong{font-size:10px!important}.settings-card-title span{font-size:7px!important}.settings-card label{font-size:8px!important}.settings-card input,.settings-card select{border-radius:7px!important;min-height:36px!important;font-size:9px!important}.settings-card button{min-height:34px;border-radius:7px!important;font-size:8px!important}.ads-page{width:min(100%,1080px)!important;margin:0 auto!important;padding:10px 0 30px!important}.ads-header{margin-bottom:14px!important}.ads-header span{letter-spacing:1.3px!important;font-size:7px!important}.ads-header h1{font-size:22px!important}.ads-header p{font-size:8px!important}.ads-refresh-button{border-radius:8px!important;width:35px!important;height:35px!important}.ads-new-button{min-height:35px!important;box-shadow:none!important;border-radius:8px!important;gap:5px!important;padding:0 12px!important;font-size:8px!important}.ads-stats{gap:8px!important;margin-bottom:14px!important}.ads-stat-card{border-radius:10px!important;min-height:96px!important;padding:11px!important}.ads-stat-card>div{border-radius:7px!important;width:28px!important;height:28px!important;top:9px!important;left:9px!important}.ads-stat-card>div svg{width:15px!important;height:15px!important}.ads-stat-card>span{font-size:6.5px!important}.ads-stat-card>strong{font-size:18px!important}.ads-campaign-section{border-radius:10px!important;padding:12px!important}.ads-campaign-grid{gap:9px!important}.ads-campaign-card{border-radius:9px!important}.ads-welcome-card{border-radius:13px!important;width:min(100%,460px)!important;margin:30px auto!important;padding:23px!important;box-shadow:0 12px 35px #00000038!important}.ads-welcome-icon{border-radius:13px!important;width:50px!important;height:50px!important;margin-bottom:10px!important}.ads-welcome-icon svg{width:25px!important;height:25px!important}.ads-welcome-card h1{font-size:21px!important}.ads-welcome-card>p{margin-bottom:15px!important;font-size:8px!important}.ads-welcome-card form{gap:6px!important}.ads-welcome-card form input,.ads-welcome-card form button{border-radius:7px!important;min-height:36px!important}.admin-ads-page{width:min(100%,1080px)!important;padding:10px 0 30px!important}.admin-ads-header{gap:12px!important;margin-bottom:13px!important}.admin-ads-header>div:first-child>span{letter-spacing:1.3px!important;gap:5px!important;font-size:7px!important}.admin-ads-header h1{margin:3px 0 2px!important;font-size:21px!important}.admin-ads-header p{font-size:8px!important}.admin-ads-header>button{border-radius:7px!important;gap:5px!important;min-height:35px!important;padding:0 11px!important;font-size:8px!important}.admin-ads-tabs{border-radius:9px!important;gap:3px!important;margin-bottom:12px!important;padding:4px!important}.admin-ads-tabs button{border-radius:7px!important;gap:5px!important;min-height:34px!important;font-size:8px!important}.admin-advertiser-list{gap:6px!important}.admin-advertiser-card{border-radius:9px!important;gap:10px!important;padding:10px!important}.admin-advertiser-card strong{font-size:9px!important}.admin-advertiser-card span{font-size:7px!important}.admin-advertiser-card small{font-size:6px!important}.admin-ad-actions{gap:5px!important}.admin-ad-actions button{border-radius:6px!important;gap:4px!important;min-height:31px!important;padding:0 8px!important;font-size:7px!important}.admin-campaign-grid{gap:9px!important}.admin-campaign-card{border-radius:9px!important}.admin-campaign-stats{gap:5px!important;margin:8px 0!important}.admin-campaign-stats span{border-radius:6px!important;gap:4px!important;padding:4px 6px!important;font-size:6px!important}.saved-page{width:min(100%,1000px)!important}.saved-page-header{gap:10px!important;margin-bottom:13px!important}.saved-title-icon{border-radius:9px!important;width:38px!important;height:38px!important}.saved-title-icon svg{width:18px!important;height:18px!important}.saved-page-header>div:last-child>span{letter-spacing:1.3px!important;font-size:7px!important}.saved-page-header h1{letter-spacing:-.3px;margin:1px 0!important;font-size:21px!important}.saved-page-header p{font-size:8px!important}.saved-tabs{border-radius:9px!important;gap:3px!important;margin-bottom:10px!important;padding:4px!important}.saved-tabs button{border-radius:7px!important;gap:5px!important;min-height:34px!important;font-size:8px!important}.saved-tabs button svg{width:15px;height:15px}.saved-tabs button>span{min-width:17px!important;padding:1px 4px!important;font-size:6px!important}.saved-grid{gap:3px!important}.saved-card{border-radius:5px!important}.saved-card-stats{gap:12px!important}.saved-card-stats span{gap:4px!important;font-size:8px!important}.saved-card-stats svg{width:16px;height:16px}.saved-video-icon{width:25px!important;height:25px!important;top:6px!important;right:6px!important}.follow-requests-page{width:min(100%,760px)!important}.follow-requests-header{border-radius:10px!important;margin-bottom:10px!important;padding:11px 13px!important}.follow-requests-header h1,.follow-requests-header h2{font-size:17px!important}.follow-requests-header span,.follow-requests-header p{font-size:8px!important}.follow-requests-list{gap:6px!important}.follow-request-card{min-height:62px;border-radius:9px!important;gap:9px!important;padding:9px 10px!important}.follow-request-avatar{min-width:40px;width:40px!important;height:40px!important}.follow-request-card strong{font-size:9.5px!important}.follow-request-card span,.follow-request-card small,.follow-request-card p{font-size:7.5px!important}.follow-request-actions{gap:5px!important}.follow-request-actions button{border-radius:6px!important;min-height:31px!important;padding:0 9px!important;font-size:7px!important}.monetization-page{width:min(100%,1030px)!important;padding:10px 0 30px!important}.monetization-header{margin-bottom:13px!important}.monetization-header>div>span{letter-spacing:1.3px!important;gap:5px!important;font-size:7px!important}.monetization-header h1{letter-spacing:-.3px;margin:3px 0 2px!important;font-size:22px!important}.monetization-header p{font-size:8px!important;line-height:1.5!important}.monetization-balance-grid{gap:8px!important;margin-bottom:11px!important}.monetization-balance-card{border-radius:10px!important;min-height:95px!important;padding:11px!important}.monetization-balance-card span{font-size:7px!important}.monetization-balance-card strong{font-size:18px!important}.monetization-balance-card svg{width:17px;height:17px}.monetization-withdraw-card{border-radius:10px!important;gap:12px!important;margin-bottom:11px!important;padding:12px!important}.monetization-withdraw-card>div>span{letter-spacing:1.1px!important;font-size:6px!important}.monetization-withdraw-card h2{margin:2px 0!important;font-size:14px!important}.monetization-withdraw-card p{font-size:7px!important}.monetization-withdraw-card>button{min-height:34px!important;box-shadow:none!important;border-radius:7px!important;gap:5px!important;padding:0 11px!important;font-size:8px!important}.withdrawal-modal-backdrop{-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;padding:15px!important}.withdrawal-modal{border-radius:12px!important;width:min(100%,420px)!important;box-shadow:0 18px 55px #0000007a!important}.withdrawal-modal>header{min-height:50px!important;padding:10px 13px!important}.withdrawal-modal h2{font-size:15px!important}.withdrawal-modal p,.withdrawal-modal span{font-size:8px!important}.withdrawal-modal input,.withdrawal-modal select,.withdrawal-modal textarea{border-radius:7px!important;min-height:36px!important;font-size:9px!important}.admin-pricing-modal{border-radius:12px!important}.admin-pricing-modal header{min-height:50px!important;padding:0 13px!important}.admin-pricing-modal header h2{font-size:15px!important}.admin-pricing-modal header button{width:29px!important;height:29px!important}.admin-pricing-form{gap:8px!important;padding:12px!important}.admin-pricing-form label>span{font-size:8px!important}.admin-pricing-form label>small{font-size:6px!important}.admin-pricing-form input{border-radius:7px!important;min-height:35px!important;padding:0 9px!important;font-size:9px!important}.admin-pricing-form>button{border-radius:7px!important;min-height:35px!important;font-size:8px!important}.create-event-page{max-width:850px!important;padding:10px 0 35px!important}.create-event-topbar{margin-bottom:9px!important}.create-event-topbar>button{border-radius:7px!important;gap:5px!important;min-height:33px!important;padding:0 9px!important;font-size:8px!important}.create-event-topbar>span{letter-spacing:1.2px!important;font-size:9px!important}.create-event-card{border-radius:12px!important;padding:16px!important}.create-event-header{gap:14px!important;padding-bottom:13px!important}.create-event-header>div>span{letter-spacing:1.2px!important;font-size:6px!important}.create-event-header h1{margin:3px 0!important;font-size:19px!important}.create-event-header p{font-size:8px!important}.create-event-header>svg{width:27px;height:27px}.create-event-form{gap:10px!important;margin-top:13px!important}.create-event-grid{gap:8px!important}.create-event-field{gap:4px!important}.create-event-field>span{gap:4px!important;font-size:8px!important}.create-event-field>span svg{width:14px;height:14px}.create-event-field input,.create-event-field select{border-radius:7px!important;min-height:36px!important;padding:0 10px!important;font-size:9px!important}.create-event-field textarea{border-radius:7px!important;min-height:95px!important;padding:9px 10px!important;font-size:9px!important}.create-event-cover-section{gap:5px!important}.create-event-cover-section strong{font-size:8px!important}.create-event-cover-section span{font-size:7px!important}.create-event-cover-picker{border-radius:8px!important}.create-event-footer{gap:6px!important;margin-top:5px!important;padding-top:11px!important}.create-event-cancel,.create-event-submit{border-radius:7px!important;min-height:35px!important;padding:0 11px!important;font-size:8px!important}.create-reel-page{max-width:950px!important}.create-reel-card{border-radius:12px!important}.create-reel-layout{gap:14px!important}.create-reel-field{gap:4px!important}.create-reel-field>span{font-size:8px!important}.create-reel-field input,.create-reel-field select{border-radius:7px!important;min-height:36px!important;font-size:9px!important}.create-reel-field textarea{border-radius:7px!important;min-height:90px!important;font-size:9px!important}.create-reel-event-field>span{font-size:8px!important}.create-reel-event-field select{border-radius:7px!important;height:36px!important;font-size:9px!important}.create-reel-progress{border-radius:7px!important;padding:8px!important}.publish-reel-button{border-radius:7px!important;gap:5px!important;min-height:36px!important;font-size:8px!important}.content-menu-dropdown{border-radius:9px!important;box-shadow:0 12px 30px #00000059!important}.content-menu-dropdown button{border-radius:6px!important;gap:6px!important;min-height:33px!important;padding:0 9px!important;font-size:8px!important}.content-menu-dropdown button svg{width:14px;height:14px}.application-content input,.application-content select,.application-content textarea{font-family:inherit}.application-content input::placeholder,.application-content textarea::placeholder{color:#5f6c76}.application-content input:focus,.application-content select:focus,.application-content textarea:focus{outline:none}.application-content button{transition:background .16s,color .16s,border-color .16s,transform .16s,opacity .16s}.application-content button:active:not(:disabled){transform:scale(.98)}.application-content select{cursor:pointer}.application-content select option{color:#e8edf0;background:#0c1319}::selection{color:#071007;background:#84f342}}.post-author .profile-avatar,.post-author strong,.post-author small{cursor:pointer}.post-author .profile-avatar{transition:transform .16s,box-shadow .16s}.post-author .profile-avatar:hover{transform:scale(1.04);box-shadow:0 0 0 2px #84f34238}.post-author strong{transition:color .16s}.post-author strong:hover{color:#84f342}.post-author small:hover{color:#aeb8c2}.profile-connections-backdrop{z-index:99999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.profile-connections-modal{background:#0d141b;border:1px solid #293640;border-radius:14px;flex-direction:column;width:min(100%,430px);max-height:min(650px,85vh);display:flex;overflow:hidden;box-shadow:0 25px 70px #0000008c}.profile-connections-header{border-bottom:1px solid #202b34;justify-content:space-between;align-items:center;min-height:58px;padding:10px 13px;display:flex}.profile-connections-header span{color:#84f342;letter-spacing:1.3px;font-size:7px;font-weight:900}.profile-connections-header h2{color:#edf2f5;margin:3px 0 0;font-size:16px}.profile-connections-header>button{color:#aab4bc;cursor:pointer;background:#172028;border:1px solid #2a3741;border-radius:50%;place-content:center;width:32px;height:32px;display:grid}.profile-connections-search{align-items:center;margin:10px 11px;display:flex;position:relative}.profile-connections-search svg{color:#65727c;position:absolute;left:11px}.profile-connections-search input{color:#edf2f5;background:#091017;border:1px solid #283640;border-radius:8px;outline:none;width:100%;height:36px;padding:0 10px 0 35px;font-size:9px}.profile-connections-search input:focus{border-color:#84f34273}.profile-connections-list{padding:0 7px 10px;overflow-y:auto}.profile-connection-user{width:100%;min-height:57px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:7px 8px;display:flex}.profile-connection-user:hover{background:#161f27}.profile-connection-avatar{color:#071007;background:#84f342;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:900;display:flex;overflow:hidden}.profile-connection-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-connection-info{flex:1;min-width:0}.profile-connection-info strong{color:#e8edef;align-items:center;gap:4px;font-size:10px;display:flex}.profile-connection-info span{color:#68757f;margin-top:2px;font-size:8px;display:block}.profile-connections-loading,.profile-connections-empty{color:#73808a;justify-content:center;align-items:center;gap:8px;min-height:150px;font-size:9px;display:flex}.mention-suggestions{z-index:100;background:#10171e;border:1px solid #293640;border-radius:10px;width:min(360px,100%);position:absolute;top:calc(100% + 5px);left:0;overflow:hidden;box-shadow:0 14px 35px #00000073}.mention-suggestion-user{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:8px 10px;display:flex}.mention-suggestion-user:hover{background:#182129}.mention-suggestion-avatar{color:#071007;background:#84f342;border-radius:50%;flex:0 0 35px;justify-content:center;align-items:center;width:35px;height:35px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.mention-suggestion-avatar img{object-fit:cover;width:100%;height:100%;display:block}.mention-suggestion-info{min-width:0}.mention-suggestion-info strong{color:#edf2f5;font-size:10px;display:block}.mention-suggestion-info span{color:#71808a;margin-top:2px;font-size:8px;display:block}.mention-suggestions-status{color:#78858e;align-items:center;gap:7px;min-height:48px;padding:9px 11px;font-size:9px;display:flex}.create-post-mention-area{position:relative}.mention-suggestions-caret{z-index:9999;background:#10171e;border:1px solid #293640;border-radius:10px;width:300px;max-width:calc(100vw - 30px);max-height:260px;position:absolute;overflow-y:auto;transform:translateY(2px);box-shadow:0 15px 40px #0000008c}.post-mention-link{color:#84f342;font:inherit;cursor:pointer;background:0 0;border:0;margin:0;padding:0;font-weight:700;display:inline}.post-mention-link:hover{text-decoration:underline}.reel-mention-link{color:#84f342;font:inherit;cursor:pointer;background:0 0;border:0;outline:0;margin:0;padding:0;font-weight:700;display:inline}.reel-mention-link:hover{text-decoration:underline}.reel-comment-input-mention-wrapper{flex:1;position:relative}.reel-comment-input-mention-wrapper>input{width:100%}.reel-comment-avatar{width:42px;min-width:42px;height:42px;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;display:flex;overflow:hidden}.reel-comment-avatar img{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%;display:block}.reel-comment-avatar span{color:#84f342;background:#18232c;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:12px;font-weight:900;display:flex}.artist-card-avatar{background:0 0;border-radius:50%;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;padding:0;text-decoration:none;display:flex;overflow:hidden}.artist-card-avatar img{object-fit:cover;object-position:center;border-radius:50%;width:100%;height:100%;display:block}.artist-card-avatar span{color:#84f342;background:#18232c;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-weight:900;display:flex}.chat-typing-header{font-size:9px;font-weight:700;color:#84f342!important}.chat-typing-indicator{color:#7f8c95;align-items:center;gap:4px;margin:4px 0 8px 8px;display:flex}.chat-typing-indicator>span{background:#84f342;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite chatTypingDot}.chat-typing-indicator>span:nth-child(2){animation-delay:.15s}.chat-typing-indicator>span:nth-child(3){animation-delay:.3s}.chat-typing-indicator small{margin-left:4px;font-size:8px}@keyframes chatTypingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.message-read-status{color:#68747d;justify-content:center;align-items:center;margin-left:3px;display:inline-flex}.message-read-status.read{color:#84f342}.message-bubble footer{justify-content:flex-end;align-items:center;gap:4px;display:flex}.message-row.own .message-bubble footer{color:#000000a6}.message-status-check{letter-spacing:-3px;justify-content:center;align-items:center;margin-left:5px;color:#000000a6!important;visibility:visible!important;opacity:1!important;font-size:12px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.message-status-check.read{color:#071006!important;font-weight:900!important}.message-row.own .message-status-check{color:#000000a6!important}.message-row.own .message-status-check.read{color:#000!important}.create-spot-page{width:min(760px,100% - 24px);margin:0 auto;padding:24px 0 60px}.create-spot-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.create-spot-header button{color:#dce4e8;cursor:pointer;background:#17212a;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.create-spot-header span,.create-spot-card>span{color:#84f342;letter-spacing:1.5px;font-size:9px;font-weight:900}.create-spot-header h1{color:#f2f5f6;margin:3px 0 0;font-size:24px}.create-spot-form{gap:16px;display:grid}.create-spot-card{background:#111a21;border:1px solid #ffffff0f;border-radius:16px;padding:20px}.create-spot-card h2{color:#edf2f4;margin:5px 0 18px;font-size:17px}.create-spot-card label{color:#9da8ae;gap:7px;margin-bottom:14px;font-size:10px;font-weight:700;display:grid}.create-spot-card input,.create-spot-card textarea,.create-spot-card select{color:#ecf1f3;width:100%;font:inherit;background:#0b1218;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:11px 12px}.create-spot-card textarea{resize:vertical}.create-spot-card input:focus,.create-spot-card textarea:focus,.create-spot-card select:focus{border-color:#84f34299}.create-spot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.spot-current-location{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:10px;align-items:center;gap:8px;margin-bottom:18px;padding:10px 13px;font-size:10px;font-weight:900;display:inline-flex}.spot-image-upload{cursor:pointer;background:#ffffff06;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:110px;color:#89969d!important;border:1px dashed #84f34259!important;gap:8px!important;display:flex!important}.spot-image-upload:hover{color:#84f342!important;border-color:#84f342b3!important}.spot-image-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.spot-image-preview{aspect-ratio:1;border-radius:10px;position:relative;overflow:hidden}.spot-image-preview img{object-fit:cover;width:100%;height:100%;display:block}.spot-image-preview>span{color:#fff;background:#000000a6;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:8px;font-weight:900;display:flex;position:absolute;bottom:6px;left:6px}.spot-image-preview button{color:#fff;cursor:pointer;background:#000000b3;border:0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:6px;right:6px}.create-spot-submit{color:#081008;cursor:pointer;background:#84f342;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;font-size:11px;font-weight:900;display:flex}.create-spot-submit:disabled{opacity:.45;cursor:not-allowed}@media (width<=640px){.create-spot-page{width:calc(100% - 16px);padding-top:12px}.create-spot-grid{grid-template-columns:1fr}.spot-image-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.graffiti-map-page{width:min(1200px,100% - 24px);margin:0 auto;padding:22px 0 60px}.graffiti-map-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.graffiti-map-header span,.graffiti-map-results-header span{color:#84f342;letter-spacing:1.5px;font-size:9px;font-weight:900}.graffiti-map-header h1{color:#eef3f5;margin:4px 0;font-size:25px}.graffiti-map-header p{color:#77848d;margin:0;font-size:10px}.graffiti-map-create{color:#071006;cursor:pointer;background:#84f342;border:0;border-radius:11px;align-items:center;gap:7px;padding:11px 15px;font-size:10px;font-weight:900;display:flex}.graffiti-map-search{color:#68757e;background:#10181f;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:9px;margin-bottom:13px;padding:10px 13px;display:flex}.graffiti-map-search input{color:#eaf0f2;background:0 0;border:0;outline:none;width:100%;font-size:11px}.graffiti-map-container{background:#10181f;border:1px solid #ffffff0f;border-radius:17px;height:520px;position:relative;overflow:hidden}.graffiti-map{width:100%;height:100%}.graffiti-map-loading{color:#7e8b93;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex}.graffiti-map-summary{color:#75828b;align-items:center;gap:6px;margin:12px 0 20px;font-size:9px;display:flex}.graffiti-map-summary strong{color:#84f342}.graffiti-map-results-header h2{color:#edf2f4;margin:3px 0 14px;font-size:18px}.graffiti-map-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.graffiti-map-card{text-align:left;cursor:pointer;background:#111a21;border:1px solid #ffffff0e;border-radius:13px;padding:0;overflow:hidden}.graffiti-map-card:hover,.graffiti-map-card.active{border-color:#84f34273}.graffiti-map-card-image{background:#0a1116;height:145px;overflow:hidden}.graffiti-map-card-image img{object-fit:cover;width:100%;height:100%;display:block}.graffiti-map-card-placeholder{color:#84f342;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.graffiti-map-card-content{gap:4px;padding:11px;display:grid}.graffiti-map-card-content strong{color:#edf2f4;font-size:11px}.graffiti-map-card-content span{color:#748089;font-size:9px}.graffiti-map-card-content small{color:#84f342;font-size:8px}.graffiti-map-empty{color:#69767f;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:180px;display:flex}.graffiti-map-empty h3{color:#dce3e6;margin:9px 0 3px;font-size:14px}.graffiti-map-empty p{margin:0;font-size:9px}.spot-map-popup{gap:5px;min-width:170px;display:grid}.spot-map-popup img{object-fit:cover;border-radius:7px;width:100%;height:95px}.spot-map-popup strong{font-size:12px}.spot-map-popup span,.spot-map-popup small{font-size:9px}.spot-map-popup button{cursor:pointer;background:#84f342;border:0;border-radius:7px;margin-top:5px;padding:7px 9px;font-size:9px;font-weight:900}@media (width<=800px){.graffiti-map-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.graffiti-map-container{height:450px}}@media (width<=560px){.graffiti-map-page{width:calc(100% - 14px);padding-top:10px}.graffiti-map-header{flex-direction:column;align-items:flex-start}.graffiti-map-create{justify-content:center;width:100%}.graffiti-map-container{height:390px}.graffiti-map-grid{grid-template-columns:1fr}}.spot-detail-page{width:min(920px,100% - 24px);margin:0 auto;padding:20px 0 60px}.spot-detail-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.spot-detail-header>button{color:#e6ecef;cursor:pointer;background:#141e26;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.spot-detail-header span,.spot-detail-section-header span{color:#84f342;letter-spacing:1.4px;font-size:9px;font-weight:900}.spot-detail-header h1{color:#eef3f5;margin:3px 0 0;font-size:22px}.spot-detail-gallery{background:#0d151b;border-radius:16px;overflow:hidden}.spot-detail-main-image{aspect-ratio:16/10;width:100%;overflow:hidden}.spot-detail-main-image img{object-fit:cover;width:100%;height:100%;display:block}.spot-detail-image-empty{color:#84f342;background:#101920;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.spot-detail-thumbnails{gap:7px;padding:9px;display:flex;overflow-x:auto}.spot-detail-thumbnails button{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex:none;width:70px;height:55px;padding:0;overflow:hidden}.spot-detail-thumbnails button.active{border-color:#84f342}.spot-detail-thumbnails img{object-fit:cover;width:100%;height:100%;display:block}.spot-detail-info,.spot-detail-section{background:#111a21;border:1px solid #ffffff0e;border-radius:15px;margin-top:14px;padding:18px}.spot-detail-meta{color:#7e8b93;flex-wrap:wrap;gap:12px;font-size:9px;display:flex}.spot-detail-meta>div{align-items:center;gap:5px;display:flex}.spot-detail-meta strong{color:#dbe2e5}.spot-detail-description{color:#b2bcc2;margin:14px 0 0;font-size:11px;line-height:1.6}.spot-detail-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.spot-detail-actions button{color:#cbd4d8;cursor:pointer;background:#18232b;border:0;border-radius:9px;align-items:center;gap:6px;padding:9px 11px;font-size:9px;font-weight:800;display:inline-flex}.spot-detail-actions button:hover{color:#84f342}.spot-detail-section-header h2{color:#eaf0f2;margin:3px 0 13px;font-size:17px}.spot-artists-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.spot-artists-list>button{text-align:left;cursor:pointer;background:#0c141a;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:10px;padding:10px;display:flex}.spot-artist-avatar{color:#84f342;background:#18232b;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:12px;font-weight:900;display:flex;overflow:hidden}.spot-artist-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.spot-artists-list strong{color:#e9eff1;font-size:10px;display:block}.spot-artists-list span{color:#748089;margin-top:2px;font-size:8px;display:block}.spot-detail-empty{color:#69767e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:90px;display:flex}.spot-detail-empty p{margin:0;font-size:9px}.spot-detail-loading,.spot-detail-error{color:#839098;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:350px;display:flex}@media (width<=620px){.spot-detail-page{width:calc(100% - 14px);padding-top:10px}.spot-artists-list{grid-template-columns:1fr}.spot-detail-main-image{aspect-ratio:4/3}.spot-detail-actions button{flex:calc(50% - 8px);justify-content:center}}.location-picker{margin-bottom:16px}.location-picker-map{background:#0b1218;border:1px solid #ffffff12;border-radius:14px;height:330px;overflow:hidden}.location-picker-leaflet{width:100%;height:100%}.location-picker-help{color:#748089;margin:7px 2px 0;font-size:9px;line-height:1.5}@media (width<=600px){.location-picker-map{height:280px}}.spot-detail-actions button.spot-action-active{color:#84f342;background:#84f34217}.spot-comments-section{background:#111a21;border:1px solid #ffffff0e;border-radius:15px;margin-top:14px;padding:18px}.spot-comment-form{align-items:flex-end;gap:8px;margin-bottom:18px;display:flex}.spot-comment-form textarea{color:#e9eff1;resize:vertical;background:#0c141a;border:1px solid #ffffff12;border-radius:10px;outline:none;flex:1;min-height:44px;padding:11px}.spot-comment-form button{color:#071006;cursor:pointer;background:#84f342;border:0;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.spot-comment{gap:9px;margin-bottom:12px;display:flex}.spot-comment-reply{margin-top:10px;margin-left:12px}.spot-comment-avatar{color:#84f342;background:#18232b;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.spot-comment-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.spot-comment-body{flex:1}.spot-comment-bubble{background:#0c141a;border-radius:10px;padding:9px 11px}.spot-comment-bubble strong{color:#edf2f4;font-size:10px;display:block}.spot-comment-bubble small{color:#6f7c85;font-size:8px}.spot-comment-bubble p{color:#c5cdd1;margin:5px 0 0;font-size:10px;line-height:1.45}.spot-comment-actions{align-items:center;gap:7px;margin-top:4px;display:flex}.spot-comment-actions button{color:#75818a;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:2px 3px;font-size:8px;display:flex}.spot-comment-actions button.liked{color:#84f342}.spot-comment-replying{color:#87939a;background:#0c141a;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:7px 9px;font-size:9px;display:flex}.spot-comment-replying strong{color:#84f342}.spot-comment-replying button{color:#89959d;cursor:pointer;background:0 0;border:0}.spot-comments-empty{color:#71808a;text-align:center;padding:25px 10px;font-size:9px}.spot-related-block{margin-top:16px}.spot-related-block:first-of-type{margin-top:0}.spot-related-title{color:#87949b;align-items:center;gap:6px;margin-bottom:9px;font-size:9px;display:flex}.spot-related-title strong{color:#dfe6e9;font-size:10px}.spot-related-title span{color:#84f342}.spot-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.spot-related-card{text-align:left;cursor:pointer;background:#0c141a;border:1px solid #ffffff0d;border-radius:10px;padding:0;overflow:hidden}.spot-related-media{background:#091016;height:125px;overflow:hidden}.spot-related-media img{object-fit:cover;width:100%;height:100%;display:block}.spot-related-info{padding:8px}.spot-related-info strong{color:#e9eef0;font-size:9px}.spot-related-info p{color:#77848c;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:8px;display:-webkit-box;overflow:hidden}.spot-related-stats{color:#6f7c84;align-items:center;gap:8px;margin-top:7px;font-size:8px;display:flex}.spot-related-stats span{align-items:center;gap:3px;display:flex}.spot-related-reels{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.spot-related-reel{text-align:left;cursor:pointer;background:#0c141a;border:1px solid #ffffff0d;border-radius:10px;padding:0;overflow:hidden}.spot-related-reel-media{aspect-ratio:9/14;background:#091016;position:relative;overflow:hidden}.spot-related-reel-media img{object-fit:cover;width:100%;height:100%;display:block}.spot-related-play{color:#081008;background:#84f342e6;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spot-related-placeholder{color:#84f342;justify-content:center;align-items:center;width:100%;height:100%;display:flex}@media (width<=760px){.spot-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spot-related-reels{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=480px){.spot-related-grid{grid-template-columns:1fr}.spot-related-reels{grid-template-columns:repeat(2,minmax(0,1fr))}}.spot-selector{margin-top:12px;position:relative}.spot-selector-label{color:#78858d;align-items:center;gap:6px;margin-bottom:6px;font-size:9px;font-weight:700;display:flex}.spot-selector-open{color:#b8c2c7;cursor:pointer;background:#10181f;border:1px solid #ffffff12;border-radius:9px;align-items:center;gap:7px;padding:8px 11px;font-size:9px;font-weight:800;display:inline-flex}.spot-selector-selected{background:#84f34212;border:1px solid #84f34240;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;display:flex}.spot-selector-selected strong{color:#eaf0f2;font-size:10px;display:block}.spot-selector-selected span{color:#7d8991;margin-top:2px;font-size:8px;display:block}.spot-selector-selected button{color:#89959c;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.spot-selector-panel{z-index:50;background:#0c141a;border:1px solid #ffffff14;border-radius:11px;width:min(430px,100%);padding:9px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 35px #00000059}.spot-selector-search{background:#111a21;border-radius:8px;align-items:center;gap:7px;padding:8px 10px;display:flex}.spot-selector-search input{color:#eaf0f2;background:0 0;border:0;outline:none;width:100%;font-size:9px}.spot-selector-results{max-height:230px;margin-top:7px;overflow-y:auto}.spot-selector-results button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:9px 10px}.spot-selector-results button:hover{background:#84f3420f}.spot-selector-results strong{color:#e6ecef;font-size:9px;display:block}.spot-selector-results span{color:#728089;margin-top:2px;font-size:8px;display:block}.spot-selector-empty{color:#74818a;text-align:center;padding:18px 8px;font-size:9px}.delete-spot-button{color:#ff6565;cursor:pointer;background:#ff46460f;border:1px solid #ff50502e;border-radius:11px;justify-content:center;align-items:center;gap:7px;min-height:44px;font-size:10px;font-weight:900;display:flex}.delete-spot-button:hover{background:#ff46461c}.delete-spot-button:disabled{opacity:.45;cursor:not-allowed}.graffiti-map-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px;display:grid}.graffiti-map-filters select{color:#cbd4d8;background:#10181f;border:1px solid #ffffff0f;border-radius:9px;outline:none;min-width:0;padding:9px 10px;font-size:9px}.graffiti-map-clear-filters{color:#84f342;cursor:pointer;background:0 0;border:1px solid #84f3422e;border-radius:8px;margin-bottom:13px;padding:7px 10px;font-size:8px;font-weight:800}@media (width<=700px){.graffiti-map-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=450px){.graffiti-map-filters{grid-template-columns:1fr}}.nearby-spots{background:#111a21;border:1px solid #ffffff0d;border-radius:15px;margin-bottom:18px;padding:15px}.nearby-spots-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:11px;display:flex}.nearby-spots-header span{color:#84f342;letter-spacing:1.3px;font-size:8px;font-weight:900}.nearby-spots-header h2{color:#eaf0f2;margin:3px 0 0;font-size:15px}.nearby-spots-header button{color:#84f342;cursor:pointer;background:0 0;border:1px solid #84f34233;border-radius:8px;padding:7px 10px;font-size:8px;font-weight:800}.nearby-spots-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.nearby-spot-card{text-align:left;cursor:pointer;background:#0c141a;border:1px solid #ffffff0b;border-radius:10px;padding:0;overflow:hidden}.nearby-spot-image{height:100px;overflow:hidden}.nearby-spot-image img{object-fit:cover;width:100%;height:100%;display:block}.nearby-spot-placeholder{color:#84f342;background:#091016;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.nearby-spot-content{gap:4px;padding:8px;display:grid}.nearby-spot-content strong{color:#eaf0f2;font-size:9px}.nearby-spot-content span{color:#84f342;align-items:center;gap:3px;font-size:8px;font-weight:800;display:flex}.nearby-spot-content small{color:#6f7c84;font-size:7px}@media (width<=850px){.nearby-spots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.nearby-spots-grid{grid-template-columns:1fr 1fr}.nearby-spot-image{height:90px}}.spot-artist-selector{width:100%;position:relative}.spot-artist-search{color:#7c8991;background:#0b1218;border-radius:11px;align-items:center;width:100%;border:1px solid #ffffff12!important;gap:9px!important;padding:10px 12px!important;display:flex!important}.spot-artist-search input{flex:1;min-width:0;font-size:10px;color:#e9eef0!important;background:0 0!important;border:0!important;outline:none!important;margin:0!important;padding:0!important}.spot-artist-search input::placeholder{color:#66737b}.spot-artist-search-status{color:#74818a;padding:9px 4px;font-size:9px}.spot-artist-results{background:#0b1218;border:1px solid #ffffff12;border-radius:11px;width:100%;max-height:270px;margin-top:7px;overflow:hidden auto}.spot-artist-results>button{color:#dce4e8;text-align:left;cursor:pointer;gap:10px;min-height:58px;background:0 0!important;border:0!important;border-bottom:1px solid #ffffff0a!important;border-radius:0!important;align-items:center!important;width:100%!important;padding:8px 10px!important;display:flex!important}.spot-artist-results>button:last-child{border-bottom:0!important}.spot-artist-results>button:hover{background:#84f34212!important}.spot-artist-results>button:disabled{opacity:.45;cursor:default}.spot-artist-result-avatar{color:#84f342;background:#172129;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex;overflow:hidden;border-radius:50%!important;flex:0 0 42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important}.spot-artist-result-avatar img{object-fit:cover!important;object-position:center!important;border-radius:50%!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;display:block!important}.spot-artist-result-info{flex:1;min-width:0}.spot-artist-result-info strong{color:#edf2f4;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:5px;font-size:10px;font-weight:800;display:flex;overflow:hidden}.spot-artist-result-info strong svg{color:#84f342;flex:none}.spot-artist-result-info span{color:#718089;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:8px;display:block;overflow:hidden}.spot-artist-results>button>svg{color:#84f342;flex:none}.spot-selected-artists{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.spot-selected-artist{color:#dce5e8;background:#84f34214;border:1px solid #84f3423b;border-radius:20px;align-items:center;gap:7px;max-width:220px;padding:6px 7px 6px 10px;font-size:9px;font-weight:800;display:inline-flex}.spot-selected-artist>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.spot-selected-artist>button{cursor:pointer;justify-content:center;align-items:center;color:#84f342!important;background:#84f3421f!important;border:0!important;border-radius:50%!important;width:22px!important;min-width:22px!important;height:22px!important;padding:0!important;display:flex!important}.spot-selected-artist>button:hover{color:#071006!important;background:#84f342!important}.spot-selected-artist>button svg{stroke-width:2.5px;width:13px;height:13px}@media (width<=600px){.spot-artist-results>button{min-height:56px;padding:7px 9px!important}.spot-artist-result-avatar,.spot-artist-result-avatar img{width:40px!important;min-width:40px!important;max-width:40px!important;height:40px!important}.spot-selected-artist{max-width:100%}}.header-actions{align-items:center;gap:8px;display:flex}.header-icon-with-badge{width:38px;height:38px;color:inherit;flex:0 0 38px;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}@media (width<=600px){.header-actions{flex-shrink:0;align-items:center!important;gap:5px!important;display:flex!important}.header-messages-link,.header-notifications-link{justify-content:center;align-items:center;position:relative;flex:0 0 38px!important;width:38px!important;height:38px!important;display:flex!important}.header-publish-button,.header-avatar{display:none!important}.header-icon-with-badge .header-badge{z-index:5;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:8px;font-weight:900;position:absolute;top:-2px;right:-2px;display:flex!important}}.conversation-sidebar{box-sizing:border-box;width:100%;min-width:0;overflow:hidden}.conversation-sidebar-header{box-sizing:border-box;width:100%;min-width:0;padding:16px 16px 12px;overflow:hidden}.conversation-sidebar-header>span{color:#84f342;letter-spacing:1.3px;white-space:nowrap;text-overflow:ellipsis;width:100%;margin:0 0 4px;font-size:9px;font-weight:900;line-height:1.2;display:block;overflow:hidden}.conversation-sidebar-header h2{color:#edf2f4;white-space:nowrap;text-overflow:ellipsis;width:100%;min-width:0;margin:0;font-size:20px;font-weight:800;line-height:1.15;display:block;overflow:hidden}.chat-search{box-sizing:border-box;width:calc(100% - 24px);margin:0 12px 12px}.chat-search input{width:100%;min-width:0}.conversation-list{width:100%;min-width:0;overflow-x:hidden}.conversation-item{box-sizing:border-box;width:100%;min-width:0}.conversation-details{flex:1;min-width:0}.conversation-details strong,.conversation-details p{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.chat-layout{box-sizing:border-box;grid-template-columns:minmax(260px,320px) minmax(0,1fr);width:100%;min-width:0;display:grid;overflow:hidden}@media (width<=760px){.messages-page{width:100%;min-width:0;overflow-x:hidden}.chat-layout{width:100%;min-width:0;display:block;overflow-x:hidden}.conversation-sidebar{overflow:hidden;width:100%!important;min-width:0!important;max-width:100%!important}.conversation-sidebar-header{padding:13px 14px 10px}.conversation-sidebar-header>span{letter-spacing:1.1px;font-size:8px}.conversation-sidebar-header h2{font-size:18px}.chat-search{width:calc(100% - 20px);margin:0 10px 10px}.conversation-item{max-width:100%;padding:10px 12px}}.conversation-actions{flex:none;justify-content:flex-end;align-items:center;gap:6px;display:flex}.conversation-delete-button{color:#6f7c84;opacity:0;cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:opacity .18s,color .18s,background .18s;display:flex}.conversation-item:hover .conversation-delete-button{opacity:1}.conversation-delete-button:hover{color:#ff6868;background:#ff505014}@media (width<=760px){.conversation-delete-button{opacity:1;flex:0 0 28px;width:28px;height:28px}.conversation-actions{gap:4px}}.hashtag-page{width:min(1050px,100% - 24px);margin:0 auto;padding:22px 0 60px}.hashtag-header{background:#111a21;border:1px solid #ffffff0e;border-radius:15px;align-items:center;gap:14px;padding:18px;display:flex}.hashtag-icon{color:#071006;background:#84f342;border-radius:14px;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.hashtag-header span,.hashtag-section-header span{color:#84f342;letter-spacing:1.3px;font-size:8px;font-weight:900}.hashtag-header h1{color:#edf2f4;margin:3px 0;font-size:24px}.hashtag-header p{color:#77848c;margin:0;font-size:9px}.hashtag-section{background:#111a21;border:1px solid #ffffff0d;border-radius:14px;margin-top:15px;padding:15px}.hashtag-section-header{color:#84f342;align-items:center;gap:8px;margin-bottom:12px;display:flex}.hashtag-section-header h2{color:#e9eef0;margin:2px 0 0;font-size:15px}.hashtag-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.hashtag-post-card{text-align:left;cursor:pointer;background:#0b1319;border:0;border-radius:10px;padding:0;overflow:hidden}.hashtag-media-placeholder{color:#84f342;background:#091016;justify-content:center;align-items:center;height:145px;display:flex}.hashtag-post-card p{color:#9ba7ad;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;padding:8px;font-size:8px;display:-webkit-box;overflow:hidden}.hashtag-reel-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.hashtag-reel-card{text-align:left;cursor:pointer;background:#0b1319;border:0;border-radius:10px;padding:0;overflow:hidden}.hashtag-reel-image{aspect-ratio:9/14;color:#84f342;background:#091016;justify-content:center;align-items:center;display:flex}.hashtag-reel-card>span{color:#74818a;padding:7px;font-size:8px;display:block}.hashtag-section-empty,.hashtag-loading,.hashtag-empty-page{color:#728089;text-align:center;padding:30px 12px}@media (width<=700px){.hashtag-post-grid,.hashtag-reel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.hashtag-link{color:#84f342;font-weight:700;text-decoration:none}.hashtag-link:hover{text-decoration:underline}.hashtag-post-image{object-fit:cover;width:100%;height:145px;display:block}.hashtag-reel-image img{object-fit:cover;width:100%;height:100%;display:block}.trending-hashtags{background:#111a21;border:1px solid #ffffff0d;border-radius:14px;padding:14px}.trending-hashtags-header{color:#84f342;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.trending-hashtags-header span{color:#84f342;letter-spacing:1.2px;font-size:8px;font-weight:900}.trending-hashtags-header h3{color:#edf2f4;margin:3px 0 0;font-size:14px}.trending-hashtag-list{gap:3px;display:grid}.trending-hashtag-list>button{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;padding:8px 7px;display:flex}.trending-hashtag-list>button:hover{background:#84f3420f}.trending-hashtag-position{color:#56636c;width:18px;font-size:9px;font-weight:900}.trending-hashtag-icon{color:#84f342;background:#84f34214;border-radius:8px;justify-content:center;align-items:center;width:29px;height:29px;display:flex}.trending-hashtag-info{flex:1;min-width:0}.trending-hashtag-info strong{color:#e5ecef;white-space:nowrap;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.trending-hashtag-info small{color:#6f7c84;margin-top:2px;font-size:7px;display:block}.analytics-page{width:min(1150px,100% - 24px);margin:0 auto;padding:24px 0 60px}.analytics-header{justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px;display:flex}.analytics-header>div>span,.analytics-panel header span{color:#84f342;letter-spacing:1.3px;font-size:8px;font-weight:900}.analytics-header h1{color:#edf2f4;margin:4px 0;font-size:24px}.analytics-header p{color:#74818a;margin:0;font-size:10px}.analytics-header select{color:#dce4e8;background:#111a21;border:1px solid #ffffff12;border-radius:9px;padding:9px 12px}.analytics-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.analytics-cards article{color:#84f342;background:#111a21;border:1px solid #ffffff0d;border-radius:13px;gap:7px;padding:16px;display:grid}.analytics-cards article span{color:#74818a;font-size:8px;font-weight:700}.analytics-cards article strong{color:#eef3f4;font-size:24px}.analytics-panel{background:#111a21;border:1px solid #ffffff0d;border-radius:14px;margin-top:14px;padding:16px}.analytics-panel h2{color:#edf2f4;margin:3px 0 13px;font-size:16px}.analytics-daily-list{gap:5px;display:grid}.analytics-day{border-bottom:1px solid #ffffff0b;grid-template-columns:minmax(80px,1fr) minmax(90px,1fr) minmax(90px,1fr);align-items:center;gap:10px;padding:10px 8px;display:grid}.analytics-day>span{color:#94a0a6;font-size:9px}.analytics-day div{gap:2px;display:grid}.analytics-day strong{color:#edf2f4;font-size:11px}.analytics-day small{color:#65727a;font-size:7px}@media (width<=800px){.analytics-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.analytics-header{flex-direction:column;align-items:flex-start}.analytics-cards{grid-template-columns:1fr 1fr}.analytics-cards article strong{font-size:20px}}.create-post-details-panel{background:#0d151b;border:1px solid #ffffff0d;border-radius:13px;margin-top:14px;padding:14px}.create-post-details-header{border-bottom:1px solid #ffffff0b;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:10px;display:flex}.create-post-details-header>div{min-width:0}.create-post-details-header>div>span{color:#84f342;letter-spacing:1.15px;margin-bottom:2px;font-size:7px;font-weight:900;line-height:1;display:block}.create-post-details-header>div>strong{color:#e8eef0;font-size:10px;font-weight:800;line-height:1.25;display:block}.create-post-details-header>small{color:#66747c;background:#ffffff06;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:700}.create-post-details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.create-post-detail-field{flex-direction:column;gap:6px;min-width:0;margin:0;display:flex}.create-post-detail-label{color:#849198;letter-spacing:.15px;align-items:center;gap:5px;min-height:17px;font-family:inherit;font-size:8px;font-weight:800;line-height:1;display:flex}.create-post-detail-label svg{color:#84f342;stroke-width:1.8px;flex:none}.create-post-detail-field input,.create-post-detail-field select{box-sizing:border-box;color:#dfe6e9;background:#091117;border:1px solid #ffffff0e;border-radius:9px;outline:0;width:100%;min-width:0;height:38px;margin:0;padding:0 11px;font-family:inherit;font-size:9px;font-weight:500;line-height:normal;transition:border-color .15s,background .15s}.create-post-detail-field select{cursor:pointer;appearance:auto}.create-post-detail-field input::placeholder{color:#526068;opacity:1}.create-post-detail-field input:focus,.create-post-detail-field select:focus{background:#0b141a;border-color:#84f34261}.create-post-detail-field input:disabled,.create-post-detail-field select:disabled{color:#57646b;opacity:.7;cursor:not-allowed;background:#091016}.create-post-spot-field{grid-column:1/-1}.create-post-spot-selector{width:100%;min-width:0}.create-post-spot-selector select,.create-post-spot-selector input{box-sizing:border-box;color:#dfe6e9;background:#091117;border:1px solid #ffffff0e;border-radius:9px;outline:none;width:100%;min-height:38px;padding:0 11px;font-family:inherit;font-size:9px;font-weight:500}.create-post-event-field,.create-post-style-field,.create-post-crew{font-family:inherit}.create-post-visibility{align-items:center;gap:7px;display:flex}.create-post-visibility>span{color:#718087;font-size:8px;font-weight:700}.create-post-visibility select{box-sizing:border-box;color:#dce4e7;background:#0a1218;border:1px solid #ffffff0e;border-radius:9px;outline:none;height:36px;padding:0 10px;font-family:inherit;font-size:8px;font-weight:700}.create-post-visibility select:focus{border-color:#84f3425c}.create-post-submit-area{align-items:center;gap:8px;display:flex}@media (width<=650px){.create-post-details-panel{padding:12px}.create-post-details-grid{grid-template-columns:1fr;gap:9px}.create-post-spot-field{grid-column:auto}.create-post-detail-field input,.create-post-detail-field select{height:40px;font-size:10px}.create-post-submit-area{flex-direction:column;align-items:stretch;width:100%}.create-post-visibility{justify-content:space-between;width:100%}.create-post-visibility select{flex:1}.create-post-submit-button{width:100%}}.create-post-details-panel{z-index:5;background:#0d151b;border:1px solid #ffffff0d;border-radius:12px;margin-top:12px;padding:0;position:relative;overflow:visible}.create-post-details-toggle{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.create-post-details-toggle:hover{background:#ffffff05}.create-post-details-toggle-left{align-items:center;gap:9px;min-width:0;display:flex}.create-post-details-toggle-icon{color:#84f342;background:#84f3420f;border:1px solid #84f34217;border-radius:8px;flex:0 0 31px;justify-content:center;align-items:center;width:31px;height:31px;display:flex}.create-post-details-toggle-left>div:last-child{min-width:0}.create-post-details-toggle-left span{color:#84f342;letter-spacing:1px;margin-bottom:2px;font-size:7px;font-weight:900;display:block}.create-post-details-toggle-left strong{color:#e4eaed;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:800;display:block;overflow:hidden}.create-post-details-toggle-left small{color:#5f6c73;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:7px;font-weight:500;display:block;overflow:hidden}.create-post-details-toggle-right{flex:none;align-items:center;gap:7px;display:flex}.create-post-details-toggle-right>span{color:#66737a;background:#ffffff06;border-radius:999px;padding:3px 6px;font-size:7px;font-weight:700}.details-chevron{color:#718087;transition:transform .2s,color .2s}.details-chevron.open{color:#84f342;transform:rotate(180deg)}.create-post-card,.create-post-card form{overflow:visible!important}.create-post-details-panel,.create-post-details-content{z-index:auto;position:relative;overflow:visible!important}.create-post-details-grid{overflow:visible!important}.create-post-spot-field{z-index:100;grid-column:1/-1;position:relative;overflow:visible!important}.create-post-spot-selector{z-index:100;width:100%;min-width:0;position:relative;overflow:visible!important}.create-post-spot-selector .spot-selector{z-index:101;position:relative;overflow:visible!important}.notification-item{box-sizing:border-box;background:#111a21;border:1px solid #ffffff0b;border-radius:11px;width:100%;position:relative;overflow:hidden}.notification-item.unread{background:#84f34206;border-color:#84f34217}.notification-main-button{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:11px;padding:11px;display:flex}.notification-main-button:hover{background:#ffffff05}.notification-type-icon.crew{color:#071007;background:#84f342}.notification-crew-actions{gap:7px;padding:0 11px 11px 64px;display:flex}.notification-crew-actions button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-height:32px;padding:0 11px;font-size:8px;font-weight:900;display:inline-flex}.notification-crew-accept{color:#071007;background:#84f342;border:0}.notification-crew-reject{color:#9ba7ad;background:#0b1319;border:1px solid #ffffff0e}.notification-crew-actions button:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.notification-crew-actions{grid-template-columns:1fr 1fr;padding:0 10px 10px;display:grid}.notification-crew-actions button{width:100%}}.settings-push-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:18px;display:flex}.settings-push-box>div{flex-direction:column;gap:5px;display:flex}.settings-push-box strong{font-size:14px}.settings-push-box span{opacity:.7;font-size:12px}.settings-push-box .settings-primary-button{flex-shrink:0}@media (width<=640px){.settings-push-box{flex-direction:column;align-items:stretch}.settings-push-box .settings-primary-button{justify-content:center;width:100%}}.message-marketplace-card{text-align:left;width:min(100%,330px);color:inherit;cursor:pointer;background:#0000002e;border:1px solid #ffffff12;border-radius:10px;grid-template-columns:72px minmax(0,1fr);gap:9px;margin-bottom:7px;padding:7px;display:grid}.message-marketplace-image{color:#84f342;background:#091116;border-radius:8px;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.message-marketplace-image img{object-fit:cover;width:100%;height:100%}.message-marketplace-info{flex-direction:column;justify-content:center;gap:3px;min-width:0;display:flex}.message-marketplace-info>span{color:#84f342;letter-spacing:.8px;font-size:6px;font-weight:900}.message-marketplace-info strong{color:#e4eaed;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.message-marketplace-info small{color:#fff;font-size:11px;font-weight:900}.story-sound-button{color:#fff;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(8px);background:#0000008c;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,background .2s;display:flex;position:absolute;top:72px;right:18px}.story-sound-button:hover{background:#000000bf;transform:scale(1.05)}.story-sound-button:active{transform:scale(.95)}.home-explore-panel{padding:16px}.home-explore-header{margin-bottom:10px}.home-explore-header>span{letter-spacing:.1em;color:#84f342;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.home-explore-header h3{margin:0;font-size:16px;font-weight:800}.home-explore-links{flex-direction:column;gap:4px;display:flex}.home-explore-link{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:10px;padding:10px 8px;transition:background .18s,transform .18s;display:flex}.home-explore-link:hover{background:#40f91612;transform:translate(2px)}.home-explore-link-icon{color:#84f342;background:#40f9161a;border-radius:11px;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.home-explore-link-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-explore-link-text strong{font-size:13px;font-weight:800}.home-explore-link-text span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.home-explore-link>svg{color:#94a3b8;flex:none}.upcoming-events-panel{overflow:hidden}.upcoming-events-title{align-items:center;gap:9px;margin-bottom:12px;display:flex}.upcoming-events-title>svg{color:#84f342}.upcoming-events-title>div{min-width:0}.upcoming-events-title span{letter-spacing:.1em;color:#84f342;margin-bottom:1px;font-size:9px;font-weight:800;display:block}.upcoming-events-title h3{margin:0;font-size:15px;font-weight:800}.upcoming-events-list{flex-direction:column;gap:4px;display:flex}.upcoming-event-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:11px;align-items:center;gap:8px;padding:8px 4px;transition:background .18s;display:flex}.upcoming-event-item:hover{background:#40f9160f}.upcoming-event-date{text-align:center;flex:0 0 34px;width:34px}.upcoming-event-date strong{font-size:17px;font-weight:900;line-height:1;display:block}.upcoming-event-date span{color:#84f342;margin-top:3px;font-size:9px;font-weight:900;display:block}.upcoming-event-cover{color:#94a3b8;background:#94a3b81f;border-radius:10px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.upcoming-event-cover img{object-fit:cover;width:100%;height:100%;display:block}.upcoming-event-info{flex:1;min-width:0}.upcoming-event-info>strong{white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;font-weight:800;display:block;overflow:hidden}.upcoming-event-info>span{color:#64748b;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:3px;font-size:10px;display:flex;overflow:hidden}.upcoming-event-arrow{color:#94a3b8;flex:none}.upcoming-events-more{color:#84f342;cursor:pointer;background:0 0;border:0;border-top:1px solid #94a3b826;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:10px;padding:9px;font-size:11px;font-weight:800;display:flex}.upcoming-events-loading,.upcoming-events-empty{color:#64748b;justify-content:center;align-items:center;gap:7px;min-height:85px;font-size:11px;display:flex}.upcoming-events-empty{text-align:center;flex-direction:column}.upcoming-events-empty button{color:#84f342;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.reward-progress-panel{overflow:hidden}.reward-progress-header{align-items:center;gap:10px;margin-bottom:14px;display:flex}.reward-level-icon{color:#84f342;background:#40f9161f;border-radius:13px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.reward-progress-header span{letter-spacing:.1em;color:#84f342;margin-bottom:2px;font-size:9px;font-weight:900;display:block}.reward-progress-header h3{margin:0;font-size:16px;font-weight:900}.reward-level-main{background:linear-gradient(135deg,#40f91624,#40f91608);border-radius:14px;align-items:center;gap:12px;margin-bottom:14px;padding:12px;display:flex}.reward-level-number{color:#fff;background:#84f342;border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:23px;font-weight:950;display:flex;box-shadow:0 8px 22px #40f91640}.reward-level-info{min-width:0}.reward-level-info span{color:#64748b;margin-bottom:2px;font-size:9px;font-weight:800;display:block}.reward-level-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:900;display:block;overflow:hidden}.reward-progress-data{margin-bottom:14px}.reward-progress-label{color:#64748b;justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;font-size:10px;display:flex}.reward-progress-label strong{color:#84f342}.reward-progress-track{background:#94a3b82e;border-radius:999px;width:100%;height:8px;overflow:hidden}.reward-progress-value{border-radius:inherit;background:linear-gradient(90deg,#84f342,#fb923c);height:100%;transition:width .5s}.reward-progress-xp{color:#64748b;justify-content:space-between;gap:8px;margin-top:6px;font-size:9px;display:flex}.reward-progress-xp span:first-child{color:#84f342;align-items:center;gap:3px;font-weight:800;display:flex}.reward-mini-stats{grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px;display:grid}.reward-mini-stats>div{text-align:center;background:#94a3b812;border-radius:11px;flex-direction:column;align-items:center;min-width:0;padding:9px 4px;display:flex}.reward-mini-stats svg{color:#84f342;margin-bottom:4px}.reward-mini-stats strong{font-size:12px;font-weight:900}.reward-mini-stats span{color:#64748b;margin-top:1px;font-size:8px}.reward-latest-badge{background:#40f9160f;border-radius:11px;align-items:center;gap:9px;margin-bottom:8px;padding:9px;display:flex}.reward-badge-icon{color:#84f342;background:#40f91621;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;display:flex}.reward-latest-badge>div:last-child{min-width:0}.reward-latest-badge span{color:#64748b;margin-bottom:2px;font-size:8px;font-weight:800;display:block}.reward-latest-badge strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;display:block;overflow:hidden}.reward-progress-more{color:#84f342;cursor:pointer;background:0 0;border:0;border-top:1px solid #94a3b826;justify-content:center;align-items:center;gap:4px;width:100%;padding:9px;font-size:11px;font-weight:800;display:flex}.reward-progress-loading,.reward-progress-error{color:#64748b;justify-content:center;align-items:center;gap:7px;min-height:90px;font-size:11px;display:flex}.home-marketplace-panel{overflow:hidden}.home-marketplace-header{align-items:center;gap:9px;margin-bottom:12px;display:flex}.home-marketplace-header>svg{color:#84f342}.home-marketplace-header span{letter-spacing:.1em;color:#84f342;margin-bottom:2px;font-size:9px;font-weight:900;display:block}.home-marketplace-header h3{margin:0;font-size:15px;font-weight:800}.home-marketplace-list{flex-direction:column;gap:4px;display:flex}.home-marketplace-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:7px 4px;display:flex}.home-marketplace-item:hover{background:#f973160f}.home-marketplace-image{color:#94a3b8;background:#94a3b81a;border-radius:10px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.home-marketplace-image img{object-fit:cover;width:100%;height:100%}.home-marketplace-info{flex:1;min-width:0}.home-marketplace-info strong{white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:11px;font-weight:800;display:block;overflow:hidden}.home-marketplace-info span{color:#84f342;font-size:11px;font-weight:900}.home-marketplace-item>svg{color:#94a3b8;flex:none}.home-marketplace-more{color:#84f342;cursor:pointer;background:0 0;border:0;border-top:1px solid #94a3b826;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:9px;padding:9px;font-size:11px;font-weight:800;display:flex}.home-marketplace-loading,.home-marketplace-empty{color:#64748b;justify-content:center;align-items:center;gap:7px;min-height:85px;font-size:11px;display:flex}.home-marketplace-empty{text-align:center;flex-direction:column}.home-marketplace-empty button{color:#84f342;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.home-battles-panel{overflow:hidden}.home-battles-header{align-items:center;gap:9px;margin-bottom:12px;display:flex}.home-battles-header>svg{color:#84f342}.home-battles-header span{letter-spacing:.1em;color:#84f342;margin-bottom:2px;font-size:9px;font-weight:900;display:block}.home-battles-header h3{margin:0;font-size:15px;font-weight:800}.home-battles-list{flex-direction:column;gap:4px;display:flex}.home-battle-item{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:7px 4px;display:flex}.home-battle-item:hover{background:#f973160f}.home-battle-cover{color:#84f342;background:#94a3b81a;border-radius:10px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden}.home-battle-cover img{object-fit:cover;width:100%;height:100%}.home-battle-info{flex:1;min-width:0}.home-battle-info>strong{white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:11px;font-weight:800;display:block;overflow:hidden}.home-battle-meta{align-items:center;gap:8px;margin-bottom:2px;display:flex}.home-battle-meta span{color:#84f342;align-items:center;gap:3px;font-size:9px;font-weight:800;display:inline-flex}.home-battle-info small{color:#64748b;font-size:9px;display:block}.home-battle-item>svg{color:#94a3b8;flex:none}.home-battles-more{color:#84f342;cursor:pointer;background:0 0;border:0;border-top:1px solid #94a3b826;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:9px;padding:9px;font-size:11px;font-weight:800;display:flex}.home-battles-loading,.home-battles-empty{color:#64748b;justify-content:center;align-items:center;gap:7px;min-height:85px;font-size:11px;display:flex}.home-battles-empty{text-align:center;flex-direction:column}.home-battles-empty button{color:#84f342;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.profile-rewards-summary{--reward-green:#39ff14;--reward-green-soft:#39ff141f;--reward-green-border:#39ff1438;--reward-green-glow:#39ff142e;border:1px solid var(--reward-green-border);background:linear-gradient(135deg,#39ff1412,#0f172a08 55%,#39ff1406);border-radius:16px;margin-top:16px;padding:16px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000f}.profile-rewards-summary:before{content:"";filter:blur(28px);pointer-events:none;background:#39ff1417;border-radius:50%;width:120px;height:120px;position:absolute;top:-70px;right:-40px}.profile-rewards-level{z-index:1;align-items:center;gap:11px;margin-bottom:14px;display:flex;position:relative}.profile-level-icon{width:42px;height:42px;color:var(--reward-green);background:#39ff141c;border:1px solid #39ff1440;border-radius:13px;flex:0 0 42px;justify-content:center;align-items:center;display:flex;box-shadow:0 0 18px #39ff141a}.profile-rewards-level>div:last-child{min-width:0}.profile-rewards-level span{color:var(--reward-green);letter-spacing:.11em;margin-bottom:2px;font-size:9px;font-weight:950;display:block}.profile-rewards-level strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:900;display:block;overflow:hidden}.profile-badges-list{z-index:1;flex-wrap:wrap;gap:7px;margin-bottom:14px;display:flex;position:relative}.profile-badge-item{background:#94a3b812;border:1px solid #94a3b81f;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:6px 9px;font-size:9px;font-weight:800;display:inline-flex}.profile-badge-item>span:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-badge-icon{flex:none;justify-content:center;align-items:center;display:flex}.profile-badge-item.common{color:var(--reward-green);background:#39ff140f;border-color:#39ff142b}.profile-badge-item.rare{color:#38bdf8;background:#38bdf80f;border-color:#38bdf82e}.profile-badge-item.epic{color:#c084fc;background:#c084fc0f;border-color:#c084fc2e}.profile-badge-item.legendary{color:#facc15;background:#facc150f;border-color:#facc1533}.profile-rewards-stats{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;position:relative}.profile-rewards-stats>div{background:#94a3b80e;border:1px solid #94a3b81a;border-radius:11px;align-items:center;gap:7px;min-width:0;padding:9px 10px;display:flex}.profile-rewards-stats svg{color:var(--reward-green);flex:none}.profile-rewards-stats strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:900;overflow:hidden}.profile-rewards-stats span{color:#64748b;font-size:9px;font-weight:700}.profile-rewards-more{z-index:1;width:100%;color:var(--reward-green);cursor:pointer;background:0 0;border:0;border-top:1px solid #39ff141f;justify-content:center;align-items:center;gap:5px;margin-top:12px;padding:11px 4px 1px;font-size:10px;font-weight:900;transition:opacity .2s,transform .2s;display:flex;position:relative}.profile-rewards-more:hover{opacity:.82;transform:translateY(-1px)}.profile-rewards-more svg{transition:transform .2s}.profile-rewards-more:hover svg{transform:translate(2px)}.profile-rewards-loading{color:#64748b;background:#39ff140a;border:1px solid #39ff1424;border-radius:14px;align-items:center;gap:7px;margin-top:16px;padding:14px;font-size:10px;display:flex}.profile-rewards-loading svg{color:var(--reward-green)}.spin-icon{animation:.8s linear infinite profileRewardsSpin}@keyframes profileRewardsSpin{to{transform:rotate(360deg)}}@media (width<=560px){.profile-rewards-summary{border-radius:14px;margin-top:13px;padding:13px}.profile-level-icon{flex-basis:38px;width:38px;height:38px}.profile-rewards-level strong{font-size:14px}.profile-badge-item{padding:5px 8px;font-size:8px}.profile-rewards-stats>div{padding:8px}.profile-rewards-stats strong{font-size:11px}.profile-rewards-stats span{font-size:8px}}.next-achievements-list{flex-direction:column;gap:9px;display:flex}.next-achievement-card{background:linear-gradient(135deg,#39ff1412,#94a3b809);border:1px solid #39ff1424;border-radius:13px;align-items:center;gap:11px;padding:12px;display:flex}.next-achievement-icon{color:#39ff14;background:#39ff141a;border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.next-achievement-info{flex:1;min-width:0}.next-achievement-heading{justify-content:space-between;gap:10px;margin-bottom:7px;display:flex}.next-achievement-heading>div{min-width:0}.next-achievement-heading strong{font-size:11px;font-weight:900;display:block}.next-achievement-heading span{color:#64748b;margin-top:2px;font-size:9px;display:block}.next-achievement-heading b{color:#39ff14;flex:none;font-size:10px}.next-achievement-track{background:#94a3b826;border-radius:999px;width:100%;height:7px;overflow:hidden}.next-achievement-track span{border-radius:inherit;background:linear-gradient(90deg,#39ff14,#7cff5b);height:100%;transition:width .4s;display:block;box-shadow:0 0 10px #39ff1440}.post-author-info{min-width:0}.post-author-name{align-items:center;gap:5px;display:flex}.post-author-rewards{align-items:center;gap:5px;margin-top:4px;display:flex}.post-author-level{color:#39ff14;letter-spacing:.07em;background:#39ff1414;border:1px solid #39ff143d;border-radius:999px;justify-content:center;align-items:center;min-height:18px;padding:2px 7px;font-size:7px;font-weight:950;line-height:1;display:inline-flex;box-shadow:0 0 9px #39ff1412}.post-author-badge{cursor:help;background:#94a3b814;border:1px solid #94a3b829;border-radius:50%;flex:0 0 19px;justify-content:center;align-items:center;width:19px;height:19px;font-size:9px;font-weight:900;transition:transform .15s,box-shadow .15s;display:inline-flex}.post-author-badge:hover{transform:translateY(-1px)scale(1.08)}.post-author-badge.common{color:#39ff14;background:#39ff1412;border-color:#39ff1433}.post-author-badge.rare{color:#38bdf8;background:#38bdf812;border-color:#38bdf833}.post-author-badge.epic{color:#c084fc;background:#c084fc12;border-color:#c084fc38}.post-author-badge.legendary{color:#facc15;background:#facc1514;border-color:#facc1540;box-shadow:0 0 9px #facc1514}@media (width<=560px){.post-author-rewards{gap:4px;margin-top:3px}.post-author-level{min-height:16px;padding:2px 6px;font-size:6px}.post-author-badge{flex-basis:17px;width:17px;height:17px;font-size:8px}}.edit-post-backdrop{z-index:9999;-webkit-backdrop-filter:blur(5px);background:#000000b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.edit-post-modal{color:#fff;background:#0f1115;border:1px solid #39ff142b;border-radius:20px;width:min(100%,620px);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 28px 80px #00000080}.edit-post-modal>header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f1115f5;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex;position:sticky;top:0}.edit-post-modal>header span{color:#39ff14;letter-spacing:.1em;margin-bottom:3px;font-size:10px;font-weight:900;display:block}.edit-post-modal>header h2{margin:0;font-size:20px;font-weight:900}.edit-post-close{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .18s,color .18s,transform .18s;display:flex}.edit-post-close:hover{color:#39ff14;background:#39ff141a;transform:rotate(3deg)}.edit-post-modal form{flex-direction:column;gap:17px;padding:20px;display:flex}.edit-post-field{flex-direction:column;gap:7px;display:flex}.edit-post-field>span{color:#d8dee9;font-size:12px;font-weight:800}.edit-post-field input,.edit-post-field textarea,.edit-post-field select{color:#fff;width:100%;font:inherit;background:#171a20;border:1px solid #ffffff17;border-radius:12px;outline:none;padding:12px 13px;font-size:13px;transition:border-color .18s,box-shadow .18s,background .18s}.edit-post-field textarea{resize:vertical;min-height:120px;line-height:1.5}.edit-post-field input::placeholder,.edit-post-field textarea::placeholder{color:#6b7280}.edit-post-field input:focus,.edit-post-field textarea:focus,.edit-post-field select:focus{background:#1a1d23;border-color:#39ff148c;box-shadow:0 0 0 3px #39ff1414}.edit-post-field small{color:#737b89;align-self:flex-end;font-size:10px}.edit-post-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.edit-post-section-title{color:#39ff14;align-items:center;gap:7px;padding-top:2px;display:flex}.edit-post-section-title strong{font-size:12px;font-weight:900}.edit-post-field select{cursor:pointer}.edit-post-field select option{color:#fff;background:#171a20}.edit-post-modal .form-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444440;border-radius:11px;padding:10px 12px;font-size:12px}.edit-post-modal form>footer{justify-content:flex-end;gap:10px;padding-top:5px;display:flex}.edit-post-cancel{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;min-height:42px;padding:0 17px;font-size:12px;font-weight:800}.edit-post-cancel:hover{background:#ffffff0d}.edit-post-save{color:#071007;cursor:pointer;background:#39ff14;border:1px solid #39ff146b;border-radius:12px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 19px;font-size:12px;font-weight:950;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex;box-shadow:0 0 20px #39ff1424}.edit-post-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 28px #39ff143d}.edit-post-save:disabled,.edit-post-cancel:disabled{opacity:.55;cursor:not-allowed}.edit-post-modal::-webkit-scrollbar{width:7px}.edit-post-modal::-webkit-scrollbar-track{background:0 0}.edit-post-modal::-webkit-scrollbar-thumb{background:#39ff142e;border-radius:999px}@media (width<=640px){.edit-post-backdrop{align-items:flex-end;padding:0}.edit-post-modal{border-radius:20px 20px 0 0;width:100%;max-height:92dvh}.edit-post-modal>header{padding:15px 16px}.edit-post-modal form{padding:16px}.edit-post-grid{grid-template-columns:1fr}.edit-post-modal form>footer{background:#0f1115f7;border-top:1px solid #ffffff12;margin:0 -16px -16px;padding:13px 16px;position:sticky;bottom:-16px}.edit-post-cancel,.edit-post-save{flex:1}}.edit-post-media-section{flex-direction:column;gap:10px;display:flex}.edit-post-media-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.edit-post-media-header strong{color:#fff;font-size:12px;font-weight:900;display:block}.edit-post-media-header span{color:#7c8799;margin-top:2px;font-size:9px;display:block}.edit-post-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.edit-post-media-item{aspect-ratio:1;background:#171a20;border:1px solid #ffffff14;border-radius:13px;min-width:0;position:relative;overflow:hidden}.edit-post-media-item img,.edit-post-media-item video{object-fit:cover;width:100%;height:100%;display:block}.edit-post-media-item.marked-delete{border-color:#ef444459}.edit-post-media-item.marked-delete img,.edit-post-media-item.marked-delete video{opacity:.28;filter:grayscale(.7)}.edit-post-delete-overlay{z-index:3;color:#fecaca;text-align:center;pointer-events:none;background:#7f1d1d57;justify-content:center;align-items:center;padding:10px;font-size:10px;font-weight:900;display:flex;position:absolute;inset:0}.edit-post-media-item .remove-preview-button{z-index:6;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(7px);background:#000000bd;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .18s,color .18s,transform .18s;display:flex;position:absolute;top:7px;right:7px}.edit-post-media-item .remove-preview-button:hover{color:#39ff14;background:#39ff1426;transform:scale(1.06)}.edit-post-media-item.marked-delete .remove-preview-button{color:#39ff14;background:#39ff1426;border-color:#39ff1459}.edit-post-media-item .preview-media-badge{z-index:5;color:#fff;-webkit-backdrop-filter:blur(7px);background:#000000ad;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:8px;font-weight:900;display:inline-flex;position:absolute;bottom:7px;left:7px}.edit-post-media-item .preview-file-info{z-index:5;-webkit-backdrop-filter:blur(7px);background:#000000a1;border-radius:9px;padding:6px 7px;position:absolute;bottom:34px;left:7px;right:7px}.edit-post-media-item .preview-file-info strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:8px;font-weight:800;display:block;overflow:hidden}.edit-post-media-item .preview-file-info span{color:#b7c0ce;margin-top:2px;font-size:7px;display:block}.edit-post-add-media{background:#39ff1406;border:1px dashed #39ff142e;border-radius:13px;align-items:center;gap:8px;padding:10px;display:flex}.edit-post-add-media button{color:#39ff14;cursor:pointer;background:#39ff140f;border:1px solid #39ff142e;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:0 11px;font-size:10px;font-weight:900;transition:background .18s,transform .18s;display:inline-flex}.edit-post-add-media button:hover:not(:disabled){background:#39ff141c;transform:translateY(-1px)}.edit-post-add-media button:disabled{opacity:.45;cursor:not-allowed}.edit-post-add-media>span{color:#7c8799;margin-left:auto;font-size:9px;font-weight:800}.edit-post-modal .post-upload-progress{background:#39ff140a;border:1px solid #39ff1424;border-radius:12px;padding:11px}.edit-post-modal .upload-progress-info{justify-content:space-between;align-items:center;gap:10px;margin-bottom:7px;display:flex}.edit-post-modal .upload-progress-info>div{color:#cbd5e1;align-items:center;gap:6px;font-size:9px;display:flex}.edit-post-modal .upload-progress-info svg{color:#39ff14}.edit-post-modal .upload-progress-info strong{color:#39ff14;font-size:9px}.edit-post-modal .upload-progress-track{background:#94a3b829;border-radius:999px;width:100%;height:6px;overflow:hidden}.edit-post-modal .upload-progress-track span{border-radius:inherit;background:linear-gradient(90deg,#39ff14,#7cff5b);height:100%;transition:width .2s;display:block;box-shadow:0 0 12px #39ff1438}.edit-post-modal .create-post-mention-area{position:relative}.edit-post-modal .mention-suggestions{z-index:50;background:#101318;border:1px solid #39ff1429;border-radius:12px;width:min(320px,100vw - 50px);max-height:250px;padding:6px;position:absolute;overflow-y:auto;box-shadow:0 16px 45px #00000073}.edit-post-modal .mention-suggestions-status{color:#7c8799;align-items:center;gap:7px;padding:10px;font-size:10px;display:flex}.edit-post-modal .mention-suggestion-user{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:9px;width:100%;padding:8px;display:flex}.edit-post-modal .mention-suggestion-user:hover{background:#39ff1412}.edit-post-modal .mention-suggestion-avatar{color:#39ff14;background:#39ff1414;border-radius:50%;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;font-size:11px;font-weight:900;display:flex;overflow:hidden}.edit-post-modal .mention-suggestion-avatar img{object-fit:cover;width:100%;height:100%}.edit-post-modal .mention-suggestion-info{min-width:0}.edit-post-modal .mention-suggestion-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:10px;display:block;overflow:hidden}.edit-post-modal .mention-suggestion-info span{color:#7c8799;margin-top:2px;font-size:8px;display:block}@media (width<=640px){.edit-post-media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.edit-post-add-media{flex-wrap:wrap}.edit-post-add-media button{flex:calc(50% - 4px)}.edit-post-add-media>span{text-align:right;width:100%;margin-left:0}.edit-post-modal .mention-suggestions{width:min(290px,100vw - 38px)}}.admin-advertiser-balance{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.admin-advertiser-balance strong{color:#39ff14;font-weight:900}.admin-campaign-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;width:100%;display:grid}.admin-campaign-card{background:linear-gradient(145deg,#101820 0%,#0b1218 100%);border:1px solid #7dff2333;border-radius:16px;grid-template-columns:42% minmax(0,58%);min-width:0;min-height:310px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 32px #00000047}.admin-campaign-card:hover{border-color:#7dff237a;transform:translateY(-2px);box-shadow:0 16px 38px #00000057,0 0 22px #7dff230d}.admin-campaign-media{background:#070c10;width:100%;height:100%;min-height:310px;position:relative;overflow:hidden}.admin-campaign-media img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .35s;display:block}.admin-campaign-card:hover .admin-campaign-media img{transform:scale(1.025)}.admin-campaign-media:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 72%,#0b1218d9 100%);position:absolute;inset:0}.admin-campaign-body{flex-direction:column;gap:9px;min-width:0;padding:18px 18px 16px;display:flex}.admin-campaign-body>small{color:#82ff28;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:11px;font-weight:900;line-height:1.2}.admin-campaign-body h3{color:#f7fafc;letter-spacing:-.02em;overflow-wrap:anywhere;margin:0;font-size:19px;font-weight:800;line-height:1.25}.admin-campaign-body [class^=status-],.admin-campaign-body [class*=\ status-]{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;width:fit-content;padding:5px 9px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.status-active{color:#82ff28;background:#82ff281a;border:1px solid #82ff2842}.status-active:before{content:"";background:#82ff28;border-radius:50%;width:6px;height:6px;margin-right:6px;box-shadow:0 0 8px #82ff28cc}.status-pending{color:#57c8ff;background:#57c8ff1a;border:1px solid #57c8ff3d}.status-approved{color:#82ff28;background:#82ff2817;border:1px solid #82ff283d}.status-paused{color:#ffc24d;background:#ffc24d1a;border:1px solid #ffc24d40}.status-draft{color:#aab6c0;background:#aab6c014;border:1px solid #aab6c02e}.status-rejected{color:#ff6868;background:#ff686817;border:1px solid #ff68683d}.admin-campaign-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:3px;display:grid}.admin-campaign-stats span{color:#cbd5dd;background:#040a0e9e;border:1px solid #ffffff12;border-radius:8px;align-items:center;gap:7px;min-width:0;min-height:40px;padding:8px 10px;font-size:12px;font-weight:650;line-height:1.25;display:flex}.admin-campaign-stats svg{color:#82ff28;flex:none}.admin-campaign-stats strong{color:#fff;margin-left:auto;font-size:12px;font-weight:800}.admin-campaign-balance,.campaign-balance{border-top:1px solid #ffffff12;margin-top:3px;padding-top:9px}.admin-campaign-balance-row,.campaign-balance-row{color:#b8c2ca;justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.admin-campaign-balance-row strong,.campaign-balance-row strong{color:#82ff28;font-size:13px}.admin-campaign-progress,.campaign-progress{background:#1b252c;border-radius:999px;width:100%;height:7px;margin-top:7px;overflow:hidden}.admin-campaign-progress>span,.campaign-progress>span{border-radius:inherit;background:linear-gradient(90deg,#62e900,#98ff25);height:100%;display:block;box-shadow:0 0 10px #82ff283d}.admin-campaign-details{border-top:1px solid #ffffff12;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:3px;padding-top:9px;display:grid}.admin-campaign-detail{text-align:center;min-width:0;padding:6px}.admin-campaign-detail span{color:#8997a1;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:10px;display:block}.admin-campaign-detail strong{color:#eef3f6;overflow-wrap:anywhere;font-size:11px;font-weight:750;line-height:1.35;display:block}.admin-campaign-card .admin-ad-actions{border-top:1px solid #ffffff12;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:auto;padding-top:10px;display:grid}.admin-campaign-card .admin-ad-actions button{white-space:nowrap;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;min-height:35px;padding:7px 9px;font-size:11px;font-weight:850;line-height:1;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.admin-campaign-card .admin-ad-actions button:hover:not(:disabled){transform:translateY(-1px)}.admin-campaign-card .admin-ad-actions button:disabled{opacity:.5;cursor:not-allowed;transform:none}.admin-campaign-card .admin-ad-actions .pricing{color:#82ff28;background:#82ff2812;border:1px solid #82ff2847}.admin-campaign-card .admin-ad-actions .pricing:hover{background:#82ff2821;border-color:#82ff287a}.admin-campaign-card .admin-ad-actions .approve{color:#82ff28;background:#82ff2812;border:1px solid #82ff284d}.admin-campaign-card .admin-ad-actions .approve:hover{background:#82ff2824}.admin-campaign-card .admin-ad-actions .pause{color:#ffc24d;background:#ffc24d12;border:1px solid #ffc24d47}.admin-campaign-card .admin-ad-actions .reject{color:#ff6262;background:#ff46460f;border:1px solid #ff464640}.admin-campaign-card .admin-ad-actions .reject:hover{background:#ff46461f;border-color:#ff464673}.admin-campaign-no-image{color:#66757f;background:linear-gradient(145deg,#0a1015,#111a21);flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;min-height:310px;font-size:12px;display:flex}@media (width<=1350px){.admin-campaign-grid{gap:14px}.admin-campaign-card{grid-template-columns:39% minmax(0,61%)}.admin-campaign-body{padding:15px}.admin-campaign-body h3{font-size:17px}.admin-campaign-stats span{font-size:11px}}@media (width<=1050px){.admin-campaign-grid{grid-template-columns:1fr}.admin-campaign-card{grid-template-columns:300px minmax(0,1fr)}.admin-campaign-media{min-height:320px}}@media (width<=680px){.admin-campaign-grid{grid-template-columns:1fr;gap:14px}.admin-campaign-card{border-radius:14px;min-height:0;display:block}.admin-campaign-media{width:100%;height:220px;min-height:0}.admin-campaign-media:after{background:linear-gradient(#0000 70%,#0b1218cc)}.admin-campaign-body{padding:15px}.admin-campaign-body h3{font-size:18px}.admin-campaign-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-campaign-details{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=430px){.admin-campaign-media{height:190px}.admin-campaign-stats,.admin-campaign-details{grid-template-columns:1fr}.admin-campaign-detail{text-align:left;border-bottom:1px solid #ffffff0d}.admin-campaign-card .admin-ad-actions{grid-template-columns:1fr}.admin-campaign-card .admin-ad-actions button{min-height:40px;font-size:12px}}.admin-advertiser-balance{background:#040a0ea6;border:1px solid #ffffff12;border-radius:9px;padding:9px 11px}.admin-advertiser-balance-row{color:#aeb9c1;justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.admin-advertiser-balance-row strong{font-size:14px;font-weight:900}.has-balance{color:#82ff28!important}.no-balance{color:#ff6262!important}.campaign-warning{color:#ff7676;margin-top:6px;font-size:10px;font-weight:700;line-height:1.35;display:block}.campaign-expired-warning{color:#ffb454;background:#ffb45412;border:1px solid #ffb45433;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:750}.admin-campaign-card .admin-ad-actions .disabled-action{color:#71808a;cursor:not-allowed;background:#ffffff08;border:1px solid #ffffff14}.mobile-quick-nav{display:none}@media (width<=768px){.mobile-quick-nav{z-index:80;-webkit-backdrop-filter:blur(14px);background:#090f13f7;border-bottom:1px solid #ffffff12;width:100%;display:block;position:sticky;top:56px;box-shadow:0 5px 16px #0000002e}.mobile-quick-nav-scroll{scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;align-items:stretch;width:100%;display:flex;overflow:auto hidden}.mobile-quick-nav-scroll::-webkit-scrollbar{display:none}.mobile-quick-link{color:#89959e;border-radius:0;flex-direction:column;flex:0 0 72px;justify-content:center;align-items:center;gap:4px;min-width:72px;height:61px;padding:7px 4px 6px;text-decoration:none;transition:color .16s,background .16s;display:flex;position:relative}.mobile-quick-link:hover{color:#dce5e9;background:#ffffff06}.mobile-quick-icon{border-radius:9px;justify-content:center;align-items:center;width:31px;height:29px;transition:color .16s,background .16s,transform .16s;display:flex}.mobile-quick-label{max-width:68px;color:inherit;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:650;line-height:1;overflow:hidden}.mobile-quick-link.active{color:#83ff2b}.mobile-quick-link.active .mobile-quick-icon{color:#83ff2b;background:#83ff2b17}.mobile-quick-link.active:after{content:"";background:#83ff2b;border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:9px;right:9px;box-shadow:0 0 9px #83ff2b52}}@media (width<=430px){.mobile-quick-link{flex-basis:66px;min-width:66px;height:58px}.mobile-quick-label{max-width:62px;font-size:9px}.mobile-quick-icon svg{width:20px;height:20px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
