@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--primary-color:#d2145a;--dark:#212529;--dark-secondary:#2a2e33;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--text-primary:#fff;--text-secondary:#9f9f9f;--text-muted:#bcbcbc;--border-color:hsla(0,0%,100%,.1)}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;overflow-x:hidden}html{scrollbar-gutter:stable}body{font-family:Inter,sans-serif;font-size:14px;scroll-behavior:smooth;color:var(--text-secondary);background:var(--dark);line-height:1.6;min-height:100vh;overflow-x:hidden;width:100%;max-width:100vw}img{max-width:100%}a{text-decoration:none;color:inherit}ol,ul{list-style:none;margin:0;padding:0}.shadow-box{position:relative;border-radius:30px;background:var(--dark)}.shadow-box:after{right:0;bottom:0;background:linear-gradient(120deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,.01));z-index:-1;margin:-1px}.shadow-box:after,.shadow-box:before{content:"";position:absolute;left:0;top:0;border-radius:30px}.shadow-box:before{width:100%;height:100%;z-index:1;background:linear-gradient(120deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05));opacity:.25;pointer-events:none}.shadow-box>*{position:relative;z-index:2}.theme-btn{background:var(--dark);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;border-radius:16px;font-size:16px;font-weight:500;padding:14px 30px;border:none;cursor:pointer;font-family:inherit}.theme-btn:hover{background:#fff;color:var(--dark)}.theme-btn.primary{background:var(--primary-color)}.theme-btn.primary:hover{background:#fff;color:var(--primary-color)}.theme-btn:disabled{opacity:.5;cursor:not-allowed}.form-input{width:100%;border:1px solid var(--border-color);background:hsla(0,0%,100%,.03);border-radius:12px;padding:16px 20px;font-size:15px;color:#fff;transition:all .3s ease;font-family:inherit;outline:none}.form-input:focus{border-color:var(--primary-color);background:rgba(210,20,90,.05);box-shadow:0 0 0 3px rgba(210,20,90,.1)}.form-input::placeholder{color:var(--text-muted);opacity:.5}.form-group{margin-bottom:24px}.form-label{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.card{padding:24px;position:relative;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(135deg,rgba(210,20,90,.08),rgba(210,20,90,.02) 50%,transparent);pointer-events:none;z-index:0}.card>*{position:relative;z-index:1}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.card-header h2{font-size:18px;color:var(--text-primary);font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-bottom:30px}.stat-card{padding:28px;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card .stat-icon{width:55px;height:55px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:24px}.stat-card .stat-icon.green{background:rgba(16,185,129,.1);color:var(--success)}.stat-card .stat-icon.blue{background:rgba(59,130,246,.1);color:var(--info)}.stat-card .stat-icon.yellow{background:rgba(245,158,11,.1);color:var(--warning)}.stat-card .stat-icon.pink{background:rgba(210,20,90,.1);color:var(--primary-color)}.stat-card .stat-value{font-size:32px;font-weight:700;color:var(--text-primary);margin-bottom:5px}.stat-card .stat-label{color:var(--text-muted);font-size:14px;opacity:.7;text-transform:uppercase;letter-spacing:.5px}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;min-height:200px}.spinner{width:40px;height:40px;border:3px solid hsla(0,0%,100%,.1);border-top:3px solid var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.spinner-small{width:20px;height:20px;border-width:2px}.spinner-large{width:60px;height:60px;border-width:4px}@keyframes spin{to{transform:rotate(1turn)}}.page-loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:var(--dark);z-index:9999}.page-loading-content{display:flex;flex-direction:column;align-items:center;gap:24px}.spinner-wrapper{position:relative}.spinner-wrapper .spinner{width:50px;height:50px;border-width:4px}.spinner-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:radial-gradient(circle,rgba(210,20,90,.15) 0,transparent 70%);animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.2)}}.loading-message{color:var(--text-muted);font-size:16px;font-weight:500;letter-spacing:.5px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;min-height:300px}.loading-container .spinner{margin-bottom:16px}.loading-container .loading-text{color:var(--text-muted);font-size:14px}.loading-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--dark);z-index:9999}.loading-spinner-small .spinner{width:24px;height:24px;border-width:2px}.loading-spinner-medium .spinner{width:40px;height:40px;border-width:3px}.loading-spinner-large .spinner{width:60px;height:60px;border-width:4px}.skeleton{background:linear-gradient(90deg,hsla(0,0%,100%,.05) 25%,hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{height:300px;border-radius:16px}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-text.short{width:60%}.skeleton-text.medium{width:80%}.skeleton-avatar{width:50px;height:50px;border-radius:50%}.toast-container{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);z-index:999999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-message{min-width:300px;padding:16px 24px;border-radius:16px;background:rgba(33,37,41,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.1);color:#fff;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(0,0,0,.3);pointer-events:auto;animation:toast-slide-in .4s cubic-bezier(.175,.885,.32,1.275) forwards}.toast-message.success{border-left:4px solid var(--success)}.toast-message.error{border-left:4px solid var(--danger)}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:20px}.modal{width:100%;max-width:500px;background:linear-gradient(135deg,#2a2e33,#212529);border-radius:20px;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(0,0,0,.5);overflow:hidden;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid hsla(0,0%,100%,.05)}.modal-header h2{font-size:20px;color:var(--text-primary);font-weight:600}.modal-close{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-muted);font-size:20px}.modal-close:hover{background:rgba(210,20,90,.15);border-color:var(--primary-color);color:var(--primary-color)}.modal-body{padding:24px}.modal-footer{padding:20px 24px;display:flex;gap:12px;border-top:1px solid hsla(0,0%,100%,.05)}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:24px;gap:24px}.media-card{padding:16px;transition:transform .3s ease;cursor:pointer}.media-card:hover{transform:translateY(-5px)}.media-card .cover{width:100%;aspect-ratio:2/3;border-radius:12px;overflow:hidden;margin-bottom:16px;background:hsla(0,0%,100%,.05)}.media-card .cover img{width:100%;height:100%;object-fit:cover}.media-card .title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-card .subtitle{font-size:14px;color:var(--text-muted);opacity:.7;margin-bottom:8px}.media-card .meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-muted)}.media-card .meta span{display:flex;align-items:center;gap:4px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.empty-state svg{width:80px;height:80px;color:var(--text-muted);opacity:.3;margin-bottom:24px}.empty-state h3{font-size:20px;color:var(--text-primary);margin-bottom:8px}.empty-state p{color:var(--text-muted);margin-bottom:24px;max-width:400px}.search-box{display:flex;gap:12px;margin-bottom:24px}.search-box input{flex:1 1}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}.media-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}}@media (max-width:480px){.search-box{flex-direction:column}.search-box .theme-btn{width:100%}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}