* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
}

:root{--lc-bg:#0e0e0e;--lc-surface:#1a1a1a;--lc-border:#2a2a2a;--lc-yellow:#ffc700;--lc-text:#f5f5f5;--lc-muted:#a0a0a0;--lc-dim:#666}
body{background:var(--lc-bg);color:var(--lc-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.lc-site-footer{position:relative;z-index:1;border-top:1px solid var(--lc-border);background:#0a0a0a;color:var(--lc-text)}.lc-site-footer__inner,.lc-site-footer__bottom{width:min(1400px,calc(100% - 48px));margin:0 auto}.lc-site-footer__inner{min-height:166px;display:grid;grid-template-columns:1.25fr 1fr auto;align-items:center;gap:42px}.lc-site-footer__brand>a{display:inline-flex;align-items:center;gap:10px;color:var(--lc-yellow);font:800 18px Montserrat,Inter,sans-serif;text-decoration:none}.lc-site-footer__brand img{width:37px;height:37px;padding:2px;object-fit:contain;border:1px solid rgba(255,199,0,.5);border-radius:13px;background:#050505;box-shadow:0 4px 14px rgba(255,199,0,.14)}.lc-site-footer__brand p{max-width:250px;margin:10px 0 0;color:#777;font-size:12px;line-height:1.5}.lc-site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:11px 20px}.lc-site-footer__nav a{color:#aaa;font-size:13px;font-weight:700;text-decoration:none}.lc-site-footer__nav a:hover{color:var(--lc-yellow)}.lc-site-footer__spotify{display:inline-flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(255,199,0,.28);border-radius:12px;background:rgba(255,199,0,.06);color:var(--lc-yellow);font-size:12px;font-weight:800;text-decoration:none}.lc-site-footer__spotify:hover{background:rgba(255,199,0,.12)}.lc-site-footer__spotify b{font-size:15px}.lc-site-footer__bottom{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #202020;color:#666;font-size:11px}
.auth-page{min-height:100vh;position:relative;isolation:isolate;overflow:hidden;background:var(--lc-bg);padding:48px 20px 0}
.auth-page:before{content:"";position:absolute;z-index:-2;inset:0;background:radial-gradient(circle at 50% 7%,rgba(255,199,0,.11),transparent 22rem),radial-gradient(circle at 12% 48%,rgba(255,199,0,.035),transparent 26rem),radial-gradient(circle at 88% 72%,rgba(255,199,0,.03),transparent 24rem)}
.auth-page:after{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.12;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,black,transparent 78%)}
.auth-decor{position:absolute;z-index:-1;inset:0;overflow:hidden;pointer-events:none;user-select:none}
.auth-decor__title{position:absolute;top:290px;left:50%;transform:translateX(-50%);font:900 clamp(90px,13vw,210px)/.8 Montserrat,Inter,sans-serif;letter-spacing:-.07em;white-space:nowrap;color:rgba(255,255,255,.018);-webkit-text-stroke:1px rgba(255,199,0,.045)}
.auth-decor__word{position:absolute;color:rgba(255,199,0,.22);font:700 11px/1 Montserrat,Inter,sans-serif;letter-spacing:.38em;text-transform:uppercase}.auth-decor__word--one{left:7%;top:25%;transform:rotate(-90deg)}.auth-decor__word--two{right:6%;top:42%;transform:rotate(90deg)}.auth-decor__word--three{left:8%;top:68%}
.auth-wave{position:absolute;top:430px;display:flex;align-items:center;gap:8px;height:170px;opacity:.22}.auth-wave--left{left:clamp(24px,8vw,140px)}.auth-wave--right{right:clamp(24px,8vw,140px);transform:scaleX(-1)}.auth-wave i{display:block;width:2px;border-radius:99px;background:linear-gradient(to bottom,transparent,var(--lc-yellow),transparent)}.auth-wave i:nth-child(1),.auth-wave i:nth-child(7){height:28px}.auth-wave i:nth-child(2),.auth-wave i:nth-child(6){height:64px}.auth-wave i:nth-child(3),.auth-wave i:nth-child(5){height:112px}.auth-wave i:nth-child(4){height:164px}
.auth-shell{width:min(432px,100%);position:relative;margin:auto;display:flex;flex-direction:column;gap:40px}
.auth-shell:before{content:"";position:absolute;z-index:-1;left:50%;top:235px;width:min(720px,94vw);height:620px;transform:translateX(-50%);border-radius:50%;background:rgba(255,199,0,.035);filter:blur(90px);pointer-events:none}
.auth-brand{text-align:center;display:flex;align-items:center;flex-direction:column;gap:8px}
.auth-brand__mark{width:80px;height:80px;padding:5px;border:1px solid rgba(255,199,0,.8);border-radius:24px;background:#050505;display:grid;place-items:center;overflow:hidden;box-shadow:0 8px 32px rgba(255,199,0,.25),inset 0 0 18px rgba(255,199,0,.08);margin-bottom:12px}
.auth-brand__mark img{width:68px;height:68px;display:block;object-fit:contain;border-radius:18px}.auth-brand strong,.auth-card h1{font-family:Montserrat,Inter,sans-serif}.auth-brand p{color:var(--lc-muted)}
.auth-card{position:relative;background:linear-gradient(145deg,#1d1d1d,var(--lc-surface) 48%,#171717);border:1px solid var(--lc-border);border-radius:24px;padding:32px;box-shadow:0 24px 70px rgba(0,0,0,.5),0 0 42px rgba(255,199,0,.035)}
.auth-card:before{content:"";position:absolute;left:52px;right:52px;top:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,199,0,.55),transparent)}
.auth-card h1{font-size:16px;line-height:24px;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:20px}
.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field label{color:var(--lc-muted);font-size:16px}.auth-input{height:54px;border:1px solid var(--lc-border);background:var(--lc-bg);border-radius:16px;display:flex;align-items:center;padding:0 16px;box-shadow:inset 0 2px 4px rgba(0,0,0,.3)}
.auth-input img{width:20px;height:20px;margin-right:12px}.auth-input input{width:100%;border:0;outline:0;background:transparent;color:var(--lc-text);font:inherit}.auth-input input::placeholder{color:#555}
.auth-submit,.auth-secondary{height:52px;border-radius:16px;font:inherit;display:grid;place-items:center;text-decoration:none}.auth-submit{border:0;background:var(--lc-yellow);color:var(--lc-bg);box-shadow:0 4px 16px rgba(255,199,0,.25);cursor:pointer}.auth-secondary{border:1px solid var(--lc-border);color:var(--lc-text)}
.auth-separator{display:flex;align-items:center;gap:12px;color:var(--lc-dim);margin:24px 0}.auth-separator:before,.auth-separator:after{content:"";height:1px;background:var(--lc-border);flex:1}.auth-switch,.auth-legal{text-align:center;color:var(--lc-muted)}.auth-switch{margin-bottom:12px}.auth-legal{color:var(--lc-dim);line-height:24px}
.auth-page--login .auth-shell{padding-bottom:48px}.auth-page--login .auth-card h1{margin-bottom:24px}.auth-notice{margin-bottom:20px;padding:12px 14px;border:1px solid;border-radius:12px;font-size:13px;line-height:1.5}.auth-notice--error{border-color:rgba(255,107,107,.28);background:rgba(255,107,107,.08);color:#ff9292}.auth-notice--success{border-color:rgba(83,211,151,.28);background:rgba(83,211,151,.08);color:#74e5af}.auth-options{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:-4px;font-size:13px}.auth-remember{display:flex;align-items:center;gap:7px;color:var(--lc-muted);cursor:pointer}.auth-remember input{width:15px;height:15px;accent-color:var(--lc-yellow)}.auth-forgot{color:var(--lc-yellow);text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-session-actions{display:flex;flex-direction:column;gap:12px}.auth-session-actions .auth-submit{font-weight:700;text-decoration:none}
@media(max-width:900px){.auth-wave,.auth-decor__word{display:none}.auth-decor__title{top:310px;font-size:22vw}}
@media(max-width:520px){.auth-page{padding-top:24px}.auth-page:after{background-size:32px 32px;opacity:.09}.auth-card{padding:24px}.auth-shell{gap:28px}.auth-shell:before{top:180px;height:480px}.auth-decor__title{top:260px}.auth-options{align-items:flex-start;flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:no-preference){.auth-brand__mark{animation:lc-float 6s ease-in-out infinite}@keyframes lc-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}}

/* Homepage */
.lc-feed-empty{padding:22px;border:1px dashed #3a3a3a;border-radius:16px;background:#171717;color:var(--lc-muted);font-size:14px;text-align:center}
.lc-compose-submit{height:42px;padding:0 16px;border:0;border-radius:13px;background:var(--lc-yellow);color:#111;font-weight:800;cursor:pointer}.lc-member-post-remove{margin-left:auto;padding:7px 10px;border:1px solid var(--lc-border);border-radius:9px;background:transparent;color:#999;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.lc-member-post-remove:hover{border-color:#6b6b6b;color:#fff}@media(max-width:640px){.lc-compose{flex-wrap:wrap}.lc-compose input{flex-basis:calc(100% - 56px)}.lc-compose-submit{margin-left:auto}}
.lc-home{min-height:100vh;background:#0e0e0e;color:var(--lc-text)}.lc-header{height:73px;position:sticky;z-index:10;top:0;padding:0 44px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(14,14,14,.96);border-bottom:1px solid var(--lc-border);box-shadow:0 10px 20px rgba(0,0,0,.35);backdrop-filter:blur(12px)}.lc-brand,.lc-header nav,.lc-tools{display:flex;align-items:center}.lc-brand{gap:12px;color:var(--lc-yellow);font:700 20px Montserrat,Inter,sans-serif;text-decoration:none}.lc-brand span{width:40px;height:40px;padding:3px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,199,0,.7);border-radius:16px;background:#050505;box-shadow:0 5px 18px rgba(255,199,0,.22)}.lc-brand img{width:34px;height:34px;object-fit:contain}.lc-header nav{gap:24px}.lc-header nav a{color:var(--lc-text);font:700 14px Montserrat,Inter,sans-serif;text-decoration:none}.lc-header nav a:first-child,.lc-header nav a:hover{color:var(--lc-yellow)}.lc-tools{justify-content:flex-end;gap:12px}.lc-tools label{height:38px;width:224px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--lc-border);border-radius:99px;background:var(--lc-surface);color:var(--lc-muted)}.lc-tools input{min-width:0;width:100%;border:0;outline:0;background:none;color:white}.lc-tools>a,.lc-compose i,.lc-post header>i{display:grid;place-items:center;background:var(--lc-yellow);color:#0e0e0e;font-weight:700;box-shadow:0 5px 18px rgba(255,199,0,.22)}.lc-tools>a{width:40px;height:40px;border-radius:16px;text-decoration:none}
.lc-grid{max-width:1400px;margin:auto;padding:24px;display:grid;grid-template-columns:320px minmax(0,664px) 320px;gap:24px;align-items:start}.lc-panel,.lc-compose,.lc-post{background:var(--lc-surface);border:1px solid var(--lc-border);border-radius:16px;box-shadow:0 10px 20px rgba(0,0,0,.2)}.lc-filters{overflow:hidden}.lc-filters>header{padding:16px 20px;border-bottom:1px solid var(--lc-border);background:#0e0e0e}.lc-filters h2,.lc-feed h1,.lc-list h2,.lc-events h2{font:700 16px/24px Montserrat,Inter,sans-serif}.lc-filters small,.lc-feed>header p{color:var(--lc-muted)}.lc-filters nav{padding:20px;display:grid;gap:8px}.lc-filters button{height:44px;padding:0 16px;border:0;border-radius:16px;background:none;color:var(--lc-muted);font-weight:700;text-align:left}.lc-filters button.active{background:var(--lc-yellow);color:#0e0e0e;box-shadow:0 6px 20px rgba(255,199,0,.28)}.lc-feed{display:grid;gap:16px}.lc-feed>header{height:48px}.lc-feed>header p{font-size:14px}.lc-compose{padding:20px;display:flex;align-items:center;gap:16px}.lc-compose i{width:40px;height:40px;border-radius:16px;font-style:normal}.lc-compose input{height:42px;flex:1;padding:0 20px;border:1px solid var(--lc-border);border-radius:99px;background:#0e0e0e;color:white;outline:0}.lc-post{padding:20px;display:grid;gap:16px}.lc-post header{display:flex;gap:12px;align-items:center}.lc-post header>i{width:48px;height:48px;border-radius:16px;font-style:normal}.lc-post header div{flex:1}.lc-post h2{font:700 16px Montserrat,Inter,sans-serif}.lc-post h2 em{margin-left:8px;padding:5px 10px;border:1px solid rgba(255,199,0,.4);border-radius:99px;background:rgba(255,199,0,.15);color:var(--lc-yellow);font-size:12px;font-style:normal}.lc-post small{color:var(--lc-muted)}.lc-post>p{font-size:14px;line-height:1.65}.lc-post>img{width:100%;aspect-ratio:16/7;object-fit:cover;border-radius:16px}.lc-post footer{display:flex;justify-content:space-between;color:var(--lc-muted)}.lc-side{display:grid;gap:16px}.lc-list,.lc-events{overflow:hidden}.lc-list h2,.lc-events h2{padding:16px 20px;border-bottom:1px solid var(--lc-border);background:#0e0e0e}.lc-list a{padding:16px 20px;display:grid;font-weight:700}.lc-list a+a{border-top:1px solid var(--lc-border)}.lc-list small,.lc-events small{display:block;color:var(--lc-muted);font-weight:400}.lc-events{padding-bottom:20px}.lc-events article{margin:12px 20px 0;padding:16px;display:flex;gap:12px;align-items:center;border:1px solid var(--lc-border);border-radius:16px;background:#0e0e0e}.lc-events time{width:48px;height:48px;display:grid;place-items:center;align-content:center;border:1px solid rgba(255,199,0,.35);border-radius:16px;color:var(--lc-yellow);font-weight:700}
@media(max-width:1180px){.lc-header{grid-template-columns:auto 1fr auto}.lc-header nav{justify-content:center}.lc-tools label{display:none}.lc-grid{grid-template-columns:240px minmax(0,1fr)}.lc-side{grid-column:1/-1;grid-template-columns:1fr 1fr}}@media(max-width:800px){.lc-header{height:auto;min-height:64px;padding:10px 16px;grid-template-columns:1fr auto}.lc-header nav{grid-column:1/-1;order:3;justify-content:flex-start;overflow:auto;padding-top:10px}.lc-grid{display:block;padding:16px}.lc-filters,.lc-feed{margin-bottom:16px}.lc-filters nav{display:flex;overflow:auto;padding:12px}.lc-filters button{flex:0 0 auto}.lc-side{display:grid;grid-template-columns:1fr}.lc-post>img{aspect-ratio:16/10}}
.lc-actions button{padding:5px;border:0;background:none;color:var(--lc-muted);font:inherit;cursor:pointer}.lc-actions button:hover,.lc-actions button.is-active{color:var(--lc-yellow)}.lc-like.is-active span{font-size:0}.lc-like.is-active span:after{content:"♥";font-size:16px}.lc-save img{display:block;width:14px;height:14px}.lc-save:hover img,.lc-save.is-active img{filter:brightness(0) saturate(100%) invert(80%) sepia(96%) saturate(1903%) hue-rotate(359deg) brightness(102%) contrast(106%)}.lc-comments{display:flex;gap:8px}.lc-comments[hidden]{display:none}.lc-comments input{min-width:0;flex:1;padding:12px 16px;border:1px solid var(--lc-border);border-radius:12px;background:#0e0e0e;color:#fff;outline:0}.lc-comments>button{padding:0 16px;border:0;border-radius:12px;background:var(--lc-yellow);font-weight:700;cursor:pointer}

/* Forum */
.lc-header nav a.active{color:var(--lc-yellow)}
.lc-forum{max-width:1400px;margin:0 auto;padding:32px;display:flex;flex-direction:column;gap:32px;color:var(--lc-text)}
.lc-forum-intro,.lc-forum-categories>header,.lc-discussions>header{display:flex;align-items:center;justify-content:space-between;gap:20px}
.lc-forum-intro h1,.lc-forum h2,.lc-forum h3,.lc-forum p{margin:0}.lc-forum-intro h1{font-size:20px}.lc-forum-intro p{margin-top:10px;color:var(--lc-muted);font-size:16px}
.lc-new-topic,.lc-topic-submit{border:0;border-radius:16px;background:var(--lc-yellow);color:#0e0e0e;font-weight:800;padding:14px 22px;cursor:pointer;box-shadow:0 4px 12px rgba(255,199,0,.12)}
.lc-forum-categories,.lc-discussions{display:flex;flex-direction:column;gap:20px}.lc-forum-categories>header h2,.lc-discussions>header h2{font-size:16px}.lc-forum-categories>header span{color:var(--lc-muted);font-size:14px}
.lc-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}.lc-category{display:flex;gap:16px;min-height:247px;padding:20px;border:1px solid var(--lc-border);border-radius:16px;background:#1a1a1a;box-shadow:0 2px 4px rgba(0,0,0,.2);transition:.2s ease}.lc-category:hover,.lc-category:focus{border-color:rgba(255,199,0,.5);transform:translateY(-2px);outline:0}.lc-category-icon{display:grid;place-items:center;flex:0 0 56px;height:56px;border:1px solid rgba(255,199,0,.2);border-radius:16px;background:rgba(255,199,0,.1)}.lc-category-icon img{width:24px;height:24px}.lc-category-body{min-width:0;flex:1}.lc-category h3{font-size:16px}.lc-category-body>p{margin-top:10px;color:var(--lc-muted);font-size:14px;line-height:1.6}.lc-category-stats{display:flex;align-items:center;gap:16px;margin-top:12px;color:#d0d0d0;font-size:14px}.lc-category-stats span{display:flex;align-items:center;gap:8px}.lc-category-stats img{width:16px;height:16px}.lc-category-stats i{width:4px;height:4px;border-radius:50%;background:#3a3a3a}.lc-last{position:relative;display:flex;flex-direction:column;gap:6px;margin-top:12px;padding:14px;border:1px solid var(--lc-border);border-radius:16px;background:#0e0e0e}.lc-last small{color:#6a6a6a;text-transform:uppercase;letter-spacing:.3px}.lc-last b{padding-right:22px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-last span{color:var(--lc-muted);font-size:12px}.lc-last>img{position:absolute;right:14px;top:39px;width:16px;height:16px}
.lc-discussion-list{overflow:hidden;border:1px solid var(--lc-border);border-radius:16px;background:#1a1a1a}.lc-discussion{display:grid;grid-template-columns:48px minmax(0,1fr) 164px 208px;align-items:center;gap:20px;min-height:102px;padding:20px;border-bottom:1px solid var(--lc-border)}.lc-discussion:last-child{border-bottom:0}.lc-discussion:hover{background:#1e1e1e}.lc-disc-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:rgba(255,199,0,.12);display:grid;place-items:center;color:var(--lc-yellow);font-weight:800}.lc-disc-avatar img{width:100%;height:100%;object-fit:cover}.lc-disc-main{min-width:0}.lc-disc-main h3{display:flex;align-items:center;gap:10px;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lc-disc-main h3 em,.lc-disc-main h3 strong{flex:0 0 auto;border:1px solid rgba(255,199,0,.35);border-radius:99px;padding:4px 10px;color:var(--lc-yellow);font-size:11px;font-style:normal}.lc-disc-main p{margin-top:9px;color:var(--lc-muted);font-size:12px}.lc-disc-main p b{margin-right:10px;border-radius:99px;background:rgba(255,199,0,.1);color:var(--lc-yellow);padding:5px 12px}.lc-disc-counts{display:flex;justify-content:space-around;color:var(--lc-muted);font-size:14px}.lc-disc-last{display:flex;flex-direction:column;gap:6px;padding-left:24px;border-left:1px solid var(--lc-border)}.lc-disc-last small{color:#6a6a6a;text-transform:uppercase;font-size:11px}.lc-disc-last b{font-size:14px}.lc-disc-last span{color:var(--lc-muted);font-size:12px}
.lc-topic-dialog{width:min(620px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:0;border:1px solid #343434;border-radius:22px;background:#171717;color:#f5f5f5;box-shadow:0 30px 120px rgba(0,0,0,.85);overflow:hidden}.lc-topic-dialog::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(9px)}.lc-topic-dialog form{display:flex;flex-direction:column;margin:0}.lc-topic-head{position:relative;display:flex;align-items:center;gap:14px;padding:22px 24px;border-bottom:1px solid var(--lc-border);background:linear-gradient(135deg,rgba(255,199,0,.08),transparent 55%)}.lc-topic-head-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(255,199,0,.28);border-radius:14px;background:rgba(255,199,0,.1);color:var(--lc-yellow);font-size:24px}.lc-topic-head h2{margin:0;font-size:20px}.lc-topic-head p{margin:5px 0 0;color:var(--lc-muted);font-size:13px}.lc-dialog-close{position:absolute;right:18px;top:20px;display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--lc-border);border-radius:50%;background:#202020;color:#aaa;font-size:24px;line-height:1;cursor:pointer}.lc-dialog-close:hover{border-color:#555;color:#fff}.lc-topic-content{display:flex;flex-direction:column;gap:20px;padding:22px 24px;overflow-y:auto}.lc-topic-field{position:relative;display:flex;flex-direction:column;gap:8px}.lc-topic-field>span,.lc-topic-categories legend{color:#eee;font-size:14px;font-weight:800}.lc-topic-field input,.lc-topic-field textarea{box-sizing:border-box;width:100%;padding:14px 16px;border:1px solid var(--lc-border);border-radius:13px;background:#0e0e0e;color:#fff;font:inherit;outline:0;transition:.2s}.lc-topic-field input:focus,.lc-topic-field textarea:focus{border-color:rgba(255,199,0,.65);box-shadow:0 0 0 3px rgba(255,199,0,.08)}.lc-topic-field textarea{min-height:120px;resize:vertical;line-height:1.5}.lc-topic-field small{color:#737373;font-size:11px;font-weight:400}.lc-topic-field .lc-topic-count{position:absolute;right:4px;bottom:0}.lc-topic-categories{min-width:0;margin:0;padding:0;border:0}.lc-topic-categories>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.lc-topic-categories label{cursor:pointer}.lc-topic-categories input{position:absolute;opacity:0;pointer-events:none}.lc-topic-categories label>span{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid var(--lc-border);border-radius:12px;background:#0e0e0e;color:#aaa;font-size:12px;font-weight:700;transition:.18s}.lc-topic-categories img{width:18px;height:18px}.lc-topic-categories input:checked+span{border-color:rgba(255,199,0,.55);background:rgba(255,199,0,.1);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,199,0,.08)}.lc-topic-tip{display:flex;gap:9px;padding:11px 13px;border:1px solid rgba(255,199,0,.14);border-radius:12px;background:rgba(255,199,0,.05);font-size:11px;line-height:1.5}.lc-topic-tip b{color:var(--lc-yellow)}.lc-topic-tip span{color:#999}.lc-topic-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid var(--lc-border);background:#141414}.lc-topic-cancel,.lc-topic-submit{padding:12px 18px;border-radius:13px;font-weight:800;cursor:pointer}.lc-topic-cancel{border:1px solid var(--lc-border);background:#222;color:#aaa}.lc-topic-submit{margin:0;border:0;background:var(--lc-yellow);color:#0e0e0e;box-shadow:0 5px 18px rgba(255,199,0,.15)}
@media(max-width:900px){.lc-category-grid{grid-template-columns:1fr}.lc-discussion{grid-template-columns:48px 1fr}.lc-disc-counts{grid-column:2;justify-content:flex-start;gap:28px}.lc-disc-last{display:none}}
@media(max-width:640px){.lc-forum{padding:22px 16px}.lc-forum-intro{align-items:flex-start;flex-direction:column}.lc-new-topic{width:100%}.lc-forum-categories>header span{display:none}.lc-category{min-height:0;padding:16px}.lc-category-icon{flex-basis:44px;height:44px;border-radius:13px}.lc-category-icon img{width:20px;height:20px}.lc-category-stats{flex-wrap:wrap}.lc-last b{white-space:normal}.lc-discussions>header{align-items:flex-start;flex-direction:column}.lc-discussion{gap:14px;padding:16px}.lc-disc-main h3{white-space:normal;flex-wrap:wrap}.lc-topic-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px);border-radius:18px}.lc-topic-head{padding:18px}.lc-topic-head p{display:none}.lc-topic-content{padding:18px}.lc-topic-categories>div{grid-template-columns:repeat(2,minmax(0,1fr))}.lc-topic-footer{padding:14px 18px}.lc-topic-cancel{display:none}.lc-topic-submit{width:100%}}

/* Fenêtre simple et centrée de création d'un sujet */
.lc-topic-dialog[open]{position:fixed;inset:0;display:block;width:min(500px,calc(100% - 32px));height:max-content;max-height:calc(100vh - 32px);margin:auto;padding:0;border:1px solid #333;border-radius:18px;background:#191919;color:#f5f5f5;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.9)}
.lc-topic-dialog .lc-topic-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #2a2a2a;background:#191919}
.lc-topic-dialog .lc-topic-head h2{margin:0;font-size:20px}
.lc-topic-dialog .lc-dialog-close{position:static;width:32px;height:32px;border:0;background:transparent;color:#999;font-size:25px}
.lc-topic-dialog .lc-topic-content{display:flex;flex-direction:column;gap:17px;padding:20px 22px;overflow:visible}
.lc-topic-dialog .lc-topic-field{display:flex;flex-direction:column;gap:8px}
.lc-topic-dialog .lc-topic-field>span{color:#d4d4d4;font-size:13px;font-weight:700}
.lc-topic-dialog .lc-topic-field input,.lc-topic-dialog .lc-topic-field select,.lc-topic-dialog .lc-topic-field textarea{box-sizing:border-box;width:100%;margin:0;padding:13px 14px;border:1px solid #303030;border-radius:11px;background:#0d0d0d;color:#f5f5f5;font:inherit;outline:0}
.lc-topic-dialog .lc-topic-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#888 50%),linear-gradient(135deg,#888 50%,transparent 50%);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-size:5px 5px;background-repeat:no-repeat}
.lc-topic-dialog .lc-topic-field input:focus,.lc-topic-dialog .lc-topic-field select:focus,.lc-topic-dialog .lc-topic-field textarea:focus{border-color:#8d7000;box-shadow:none}
.lc-topic-dialog .lc-topic-field textarea{min-height:125px;resize:none}
.lc-topic-dialog .lc-topic-count{position:static;align-self:flex-end;color:#777;font-size:11px}
.lc-topic-dialog .lc-topic-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid #2a2a2a;background:#151515}
.lc-topic-dialog .lc-topic-cancel,.lc-topic-dialog .lc-topic-submit{padding:11px 17px;border-radius:10px;font-size:13px}
.lc-topic-dialog .lc-topic-cancel{border:1px solid #333;background:transparent;color:#aaa}
.lc-topic-dialog .lc-topic-submit{border:0;background:#ffc700;color:#111;box-shadow:none}
@media(max-width:520px){.lc-topic-dialog[open]{width:calc(100% - 20px);max-height:calc(100vh - 20px)}.lc-topic-dialog .lc-topic-head,.lc-topic-dialog .lc-topic-content{padding:17px}.lc-topic-dialog .lc-topic-footer{padding:14px 17px}.lc-topic-dialog .lc-topic-cancel{display:block}.lc-topic-dialog .lc-topic-submit{width:auto}}

/* Forum topic */
.lc-thread{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0 64px}.lc-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:24px;color:#666;font-size:13px}.lc-breadcrumb a{color:#999;text-decoration:none}.lc-breadcrumb a:hover{color:var(--lc-yellow)}.lc-breadcrumb b{color:#777;font-weight:500}.lc-thread-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.lc-thread-title>div>span{display:inline-flex;padding:5px 11px;border:1px solid rgba(255,199,0,.3);border-radius:99px;background:rgba(255,199,0,.08);color:var(--lc-yellow);font-size:11px;font-weight:800}.lc-thread-title h1{max-width:780px;margin:11px 0 8px;font:800 clamp(25px,3vw,38px)/1.18 Montserrat,Inter,sans-serif;letter-spacing:-.025em}.lc-thread-title p{color:var(--lc-muted);font-size:13px}.lc-thread-follow{min-width:112px;padding:12px 18px;border:1px solid rgba(255,199,0,.38);border-radius:13px;background:rgba(255,199,0,.08);color:var(--lc-yellow);font-weight:800;cursor:pointer}.lc-thread-follow.is-active{background:var(--lc-yellow);color:#111}.lc-thread-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px;align-items:start}.lc-thread-stream{display:flex;flex-direction:column;gap:16px}.lc-thread-post{display:grid;grid-template-columns:142px minmax(0,1fr);overflow:hidden;border:1px solid var(--lc-border);border-radius:18px;background:#191919;box-shadow:0 12px 36px rgba(0,0,0,.2)}.lc-thread-post--origin{border-color:rgba(255,199,0,.22)}.lc-thread-author{padding:22px 16px;display:flex;align-items:center;flex-direction:column;text-align:center;border-right:1px solid var(--lc-border);background:#151515}.lc-thread-avatar{width:58px;height:58px;display:grid;place-items:center;overflow:hidden;border:2px solid rgba(255,199,0,.6);border-radius:18px;background:#070707;color:#111;font-weight:900}.lc-thread-avatar img{width:100%;height:100%;object-fit:cover}.lc-thread-avatar--letter{background:var(--lc-yellow);box-shadow:0 5px 18px rgba(255,199,0,.18)}.lc-thread-author strong{margin-top:11px;font-size:13px}.lc-thread-author small{color:#777;font-size:11px}.lc-thread-author em{margin-top:11px;padding:4px 9px;border-radius:99px;background:rgba(255,199,0,.12);color:var(--lc-yellow);font-size:10px;font-style:normal;font-weight:800}.lc-thread-author span{margin-top:12px;color:#666;font-size:10px}.lc-thread-message{min-width:0;display:flex;flex-direction:column}.lc-thread-message>header{height:52px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--lc-border);color:#777;font-size:12px}.lc-thread-message>header button{border:0;background:none;color:#777;font-weight:800;cursor:pointer}.lc-thread-copy{min-height:136px;padding:22px 20px;color:#e2e2e2;font-size:14px;line-height:1.75}.lc-thread-copy p+p{margin-top:12px}.lc-thread-actions{margin-top:auto;padding:13px 18px;display:flex;gap:10px;border-top:1px solid var(--lc-border);background:#171717}.lc-thread-actions button{padding:7px 10px;border:0;border-radius:9px;background:transparent;color:#929292;font:inherit;font-size:12px;cursor:pointer}.lc-thread-actions button:hover,.lc-thread-actions button.is-active{background:rgba(255,199,0,.08);color:var(--lc-yellow)}.lc-thread-divider{display:flex;align-items:center;gap:13px;padding:5px 2px;color:#888;font-size:12px}.lc-thread-divider i{height:1px;flex:1;background:var(--lc-border)}.lc-thread-divider select{padding:7px 28px 7px 10px;border:1px solid var(--lc-border);border-radius:9px;background:#151515;color:#aaa}.lc-thread-replies{display:flex;flex-direction:column;gap:12px}.lc-reply-box{display:grid;grid-template-columns:46px 1fr;gap:14px;margin-top:8px;padding:20px;border:1px solid rgba(255,199,0,.2);border-radius:18px;background:linear-gradient(145deg,#1b1b1b,#171717)}.lc-reply-box>.lc-thread-avatar{width:46px;height:46px;border-radius:14px}.lc-reply-box>div:last-child{min-width:0;display:flex;flex-direction:column;gap:9px}.lc-reply-box label{font-size:13px;font-weight:800}.lc-reply-box textarea{min-height:112px;padding:14px;border:1px solid var(--lc-border);border-radius:13px;resize:vertical;background:#0e0e0e;color:#fff;font:inherit;outline:0}.lc-reply-box textarea:focus{border-color:rgba(255,199,0,.55)}.lc-reply-box footer{display:flex;align-items:center;justify-content:space-between}.lc-reply-box small{color:#666;font-size:11px}.lc-reply-box button{padding:11px 17px;border:0;border-radius:11px;background:var(--lc-yellow);color:#111;font-weight:800;cursor:pointer}.lc-thread-side{position:sticky;top:96px;display:flex;flex-direction:column;gap:14px}.lc-thread-side section{overflow:hidden;border:1px solid var(--lc-border);border-radius:16px;background:#191919}.lc-thread-side h2{padding:15px 17px;border-bottom:1px solid var(--lc-border);background:#151515;font-size:14px}.lc-thread-side dl{display:grid;grid-template-columns:repeat(3,1fr);padding:17px}.lc-thread-side dl div{text-align:center}.lc-thread-side dt{color:#777;font-size:10px}.lc-thread-side dd{margin-top:3px;color:#eee;font-weight:800}.lc-thread-side ul{padding:17px 17px 8px 35px;color:#aaa;font-size:12px;line-height:1.8}.lc-thread-side section>a{display:block;padding:0 17px 16px;color:var(--lc-yellow);font-size:11px;text-decoration:none}.lc-thread-back{padding:13px;text-align:center;border:1px solid var(--lc-border);border-radius:13px;color:#aaa;font-size:12px;text-decoration:none}.lc-disc-main h3 a{min-width:0;color:inherit;text-decoration:none;overflow:hidden;text-overflow:ellipsis}.lc-disc-main h3 a:hover{color:var(--lc-yellow)}
@media(max-width:900px){.lc-thread-layout{grid-template-columns:1fr}.lc-thread-side{position:static;display:grid;grid-template-columns:1fr 1fr}.lc-thread-back{grid-column:1/-1}.lc-thread-post{grid-template-columns:118px minmax(0,1fr)}}
@media(max-width:640px){.lc-thread{width:min(100% - 28px,1180px);padding-top:18px}.lc-thread-title{align-items:flex-start;flex-direction:column}.lc-thread-title h1{font-size:27px}.lc-thread-follow{width:100%}.lc-thread-post{display:block}.lc-thread-author{padding:14px 16px;display:grid;grid-template-columns:44px 1fr auto;grid-template-rows:auto auto;text-align:left;border-right:0;border-bottom:1px solid var(--lc-border)}.lc-thread-author .lc-thread-avatar{grid-row:1/3;width:44px;height:44px;margin-right:11px;border-radius:14px}.lc-thread-author strong{margin:0}.lc-thread-author small{grid-column:2}.lc-thread-author em,.lc-thread-author span{grid-column:3;grid-row:1/3;margin:0}.lc-thread-author span{display:none}.lc-thread-message>header{height:44px;padding:0 16px}.lc-thread-copy{padding:17px 16px}.lc-thread-actions{padding:10px 12px;overflow:auto}.lc-thread-side{display:flex}.lc-reply-box{grid-template-columns:1fr}.lc-reply-box>.lc-thread-avatar{display:none}}

/* User profile */
.lc-profile{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:28px 0 72px}.lc-profile-hero{overflow:hidden;border:1px solid var(--lc-border);border-radius:22px;background:#191919;box-shadow:0 18px 50px rgba(0,0,0,.28)}.lc-profile-cover{position:relative;height:190px;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(255,199,0,.24),transparent 22rem),linear-gradient(125deg,#090909,#1c1707 55%,#090909)}.lc-profile-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 49%,rgba(255,199,0,.1) 50%,transparent 51%);background-size:58px 100%;opacity:.22}.lc-profile-cover>span{position:absolute;left:42px;bottom:-24px;color:rgba(255,199,0,.055);font:900 clamp(72px,11vw,150px)/1 Montserrat,sans-serif;letter-spacing:-.08em;white-space:nowrap}.lc-profile-cover i{position:absolute;width:2px;border-radius:99px;background:linear-gradient(transparent,var(--lc-yellow),transparent);opacity:.4}.lc-profile-cover i:nth-of-type(1){right:120px;top:28px;height:120px}.lc-profile-cover i:nth-of-type(2){right:102px;top:55px;height:66px}.lc-profile-cover i:nth-of-type(3){right:84px;top:73px;height:32px}.lc-profile-overview{position:relative;min-height:104px;padding:0 32px 18px 178px;display:flex;align-items:center;gap:18px}.lc-profile-avatar{position:absolute;left:32px;top:-64px;width:124px;height:124px;padding:5px;border:3px solid #191919;border-radius:32px;background:#080808;box-shadow:0 12px 32px rgba(0,0,0,.55)}.lc-profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:25px}.lc-profile-avatar span{position:absolute;right:3px;bottom:4px;width:24px;height:24px;display:grid;place-items:center;border:3px solid #191919;border-radius:50%;background:#1bbf69;color:#1bbf69;font-size:9px}.lc-profile-identity{flex:1}.lc-profile-identity>div{display:flex;align-items:center;gap:10px}.lc-profile-identity h1{font:800 25px Montserrat,Inter,sans-serif}.lc-profile-identity em{padding:4px 9px;border:1px solid rgba(255,199,0,.3);border-radius:99px;background:rgba(255,199,0,.08);color:var(--lc-yellow);font-size:10px;font-style:normal;font-weight:800}.lc-profile-identity p{color:#7d7d7d;font-size:13px}.lc-profile-buttons{display:flex;gap:9px}.lc-profile-buttons button,.lc-profile-buttons a{height:42px;padding:0 16px;display:grid;place-items:center;border:1px solid var(--lc-border);border-radius:12px;background:#222;color:#ddd;font-weight:700;text-decoration:none;cursor:pointer}.lc-profile-buttons .lc-profile-edit{border-color:rgba(255,199,0,.28);background:var(--lc-yellow);color:#111}.lc-profile-buttons .lc-profile-share{width:42px;padding:0}.lc-profile-details{padding:0 32px 24px}.lc-profile-details>p{max-width:680px;color:#d0d0d0;font-size:14px;line-height:1.65}.lc-profile-details>div{display:flex;flex-wrap:wrap;gap:18px;margin-top:13px;color:#777;font-size:11px}.lc-profile-stats{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--lc-border);border-bottom:1px solid var(--lc-border);background:#161616}.lc-profile-stats>div{padding:16px;text-align:center}.lc-profile-stats>div+div{border-left:1px solid var(--lc-border)}.lc-profile-stats dt{color:#777;font-size:10px}.lc-profile-stats dd{margin-top:2px;color:#f3f3f3;font-size:17px;font-weight:800}.lc-profile-tabs{height:58px;padding:0 22px;display:flex;gap:8px}.lc-profile-tabs button{position:relative;padding:0 16px;border:0;background:none;color:#888;font-weight:700;cursor:pointer}.lc-profile-tabs button b{margin-left:5px;color:#555;font-size:10px}.lc-profile-tabs button.is-active{color:#fff}.lc-profile-tabs button.is-active:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:var(--lc-yellow)}.lc-profile-notice{margin:18px 0 0;padding:13px 16px;border:1px solid rgba(83,211,151,.25);border-radius:13px;background:rgba(83,211,151,.08);color:#74e5af;font-size:13px}.lc-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:20px;margin-top:20px;align-items:start}.lc-profile-panel{display:none}.lc-profile-panel.is-active{display:flex;flex-direction:column;gap:14px}.lc-profile-panel>h2{margin-bottom:2px;font:800 18px Montserrat,Inter,sans-serif}.lc-profile-post{overflow:hidden;border:1px solid var(--lc-border);border-radius:18px;background:#191919}.lc-profile-post>header{padding:17px 18px;display:flex;align-items:center;gap:11px}.lc-mini-avatar{width:42px;height:42px;overflow:hidden;border:1px solid rgba(255,199,0,.35);border-radius:13px}.lc-mini-avatar img{width:100%;height:100%;object-fit:cover}.lc-profile-post>header>div:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.lc-profile-post header strong{font-size:13px}.lc-profile-post header small{color:#777;font-size:11px}.lc-profile-post header em{padding:4px 9px;border:1px solid rgba(255,199,0,.3);border-radius:99px;color:var(--lc-yellow);font-size:10px;font-style:normal}.lc-profile-post header>button{border:0;background:none;color:#777}.lc-profile-post>p{padding:0 18px 16px;color:#dedede;font-size:14px;line-height:1.65}.lc-profile-track{margin:0 18px 18px;padding:14px;display:flex;align-items:center;gap:12px;border:1px solid var(--lc-border);border-radius:14px;background:#0e0e0e}.lc-profile-track>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:rgba(255,199,0,.12);color:var(--lc-yellow)}.lc-profile-track>div{display:flex;flex:1;flex-direction:column}.lc-profile-track small{color:#777}.lc-profile-track button{width:38px;height:38px;border:0;border-radius:50%;background:var(--lc-yellow);cursor:pointer}.lc-profile-media{width:calc(100% - 36px);max-height:340px;margin:0 18px 18px;object-fit:cover;border-radius:14px}.lc-profile-post>footer{padding:11px 14px;display:flex;gap:8px;border-top:1px solid var(--lc-border);background:#171717}.lc-profile-post>footer button{padding:7px 10px;border:0;border-radius:9px;background:none;color:#888;cursor:pointer}.lc-profile-post>footer button:hover,.lc-profile-post>footer button.is-active{background:rgba(255,199,0,.08);color:var(--lc-yellow)}.lc-profile-topic{padding:17px;display:flex;align-items:center;gap:14px;border:1px solid var(--lc-border);border-radius:15px;background:#191919;color:inherit;text-decoration:none}.lc-profile-topic>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(255,199,0,.1);color:var(--lc-yellow)}.lc-profile-topic>div{display:flex;flex:1;flex-direction:column}.lc-profile-topic small{color:#777}.lc-profile-topic>b{color:#777}.lc-profile-empty{padding:70px 25px;text-align:center;border:1px solid var(--lc-border);border-radius:18px;background:#191919}.lc-profile-empty>span{display:block;color:var(--lc-yellow);font-size:38px}.lc-profile-empty strong{display:block;margin-top:10px}.lc-profile-empty p{margin:5px 0 18px;color:#777;font-size:13px}.lc-profile-empty a{padding:10px 16px;border-radius:11px;background:var(--lc-yellow);color:#111;font-weight:800;text-decoration:none}.lc-profile-about{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lc-profile-about>div{padding:18px;border:1px solid var(--lc-border);border-radius:15px;background:#191919}.lc-profile-about span{color:#777;font-size:11px}.lc-profile-about p{margin-top:5px;font-size:13px}.lc-profile-side{display:flex;flex-direction:column;gap:14px}.lc-profile-side>section{padding:17px;border:1px solid var(--lc-border);border-radius:16px;background:#191919}.lc-profile-side h2{font-size:14px}.lc-profile-badges{display:flex;gap:9px;margin:15px 0 9px}.lc-profile-badges span{width:43px;height:43px;display:grid;place-items:center;border:1px solid rgba(255,199,0,.25);border-radius:13px;background:rgba(255,199,0,.08);color:var(--lc-yellow)}.lc-profile-side>section>p{color:#777;font-size:11px}.lc-profile-side section>a{margin-top:13px;display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.lc-profile-side section>a i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#0e0e0e;color:var(--lc-yellow);font-size:10px;font-style:normal;font-weight:900}.lc-profile-side section>a span{display:flex;flex-direction:column}.lc-profile-side section>a strong{font-size:12px}.lc-profile-side section>a small{color:#777;font-size:10px}.lc-profile-completion>div{height:6px;margin:13px 0;border-radius:99px;background:#292929}.lc-profile-completion>div i{display:block;width:80%;height:100%;border-radius:inherit;background:var(--lc-yellow)}.lc-profile-dialog{width:min(520px,calc(100% - 28px));padding:0;border:1px solid #343434;border-radius:20px;background:#191919;color:#fff;box-shadow:0 28px 100px rgba(0,0,0,.9)}.lc-profile-dialog::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(8px)}.lc-profile-dialog header,.lc-profile-dialog footer{padding:18px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--lc-border)}.lc-profile-dialog header h2{font-size:18px}.lc-profile-dialog header button{border:0;background:none;color:#999;font-size:26px;cursor:pointer}.lc-profile-dialog form>div{padding:20px;display:flex;flex-direction:column;gap:16px}.lc-profile-dialog label{display:flex;flex-direction:column;gap:7px;color:#aaa;font-size:13px}.lc-profile-dialog input,.lc-profile-dialog textarea{padding:13px;border:1px solid var(--lc-border);border-radius:11px;background:#0e0e0e;color:#fff;font:inherit}.lc-profile-dialog textarea{min-height:100px;resize:vertical}.lc-profile-dialog footer{justify-content:flex-end;gap:9px;border-top:1px solid var(--lc-border);border-bottom:0}.lc-profile-dialog footer button{padding:11px 15px;border:1px solid var(--lc-border);border-radius:10px;background:#222;color:#aaa;font-weight:800;cursor:pointer}.lc-profile-dialog footer button[type=submit]{border:0;background:var(--lc-yellow);color:#111}
@media(max-width:900px){.lc-profile-layout{grid-template-columns:1fr}.lc-profile-side{display:grid;grid-template-columns:1fr 1fr}.lc-profile-completion{grid-column:1/-1}}
@media(max-width:640px){.lc-profile{width:min(100% - 24px,1160px);padding-top:14px}.lc-profile-cover{height:130px}.lc-profile-cover>span{left:20px;font-size:70px}.lc-profile-overview{padding:58px 18px 16px;align-items:flex-start;flex-direction:column}.lc-profile-avatar{left:18px;top:-50px;width:96px;height:96px;border-radius:25px}.lc-profile-avatar img{border-radius:19px}.lc-profile-buttons{width:100%}.lc-profile-buttons .lc-profile-edit,.lc-profile-buttons a{flex:1}.lc-profile-details{padding:0 18px 20px}.lc-profile-stats{grid-template-columns:repeat(3,1fr)}.lc-profile-stats>div:nth-child(n+4){display:none}.lc-profile-tabs{padding:0 6px;overflow:auto}.lc-profile-tabs button{flex:0 0 auto;padding:0 12px}.lc-profile-layout{margin-top:14px}.lc-profile-side{display:flex}.lc-profile-about{grid-template-columns:1fr}}

/* Fenêtre compacte de modification du profil */
.lc-profile-dialog[open]{position:fixed;inset:0;display:block;width:min(460px,calc(100% - 32px));height:max-content;max-height:calc(100vh - 32px);margin:auto;padding:0;border:1px solid #353535;border-radius:18px;background:#191919;color:#f5f5f5;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.9)}
.lc-profile-dialog[open] form{margin:0}.lc-profile-dialog[open] header{padding:19px 20px;background:#191919}.lc-profile-dialog[open] header h2{font-size:19px}.lc-profile-dialog[open] header button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:transparent;color:#999}.lc-profile-dialog[open] form>div{gap:15px;padding:20px}.lc-profile-dialog[open] label{gap:7px;color:#aaa;font-size:12px;font-weight:700}.lc-profile-dialog[open] input,.lc-profile-dialog[open] textarea{padding:12px 13px;border-color:#303030;border-radius:10px;font-size:14px}.lc-profile-dialog[open] textarea{min-height:92px}.lc-profile-dialog[open] footer{padding:14px 20px;background:#151515}.lc-profile-dialog[open] footer button{padding:10px 15px;border-radius:10px;font-size:13px}
@media(max-width:520px){.lc-profile-dialog[open]{width:calc(100% - 20px);max-height:calc(100vh - 20px)}.lc-profile-dialog[open] header,.lc-profile-dialog[open] form>div{padding-left:17px;padding-right:17px}.lc-profile-dialog[open] footer{padding:14px 17px}}

/* Login & Register Forms */
.login-container,
.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 2rem;
}

.login-form-wrapper,
.register-form-wrapper {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.login-form-wrapper h1,
.register-form-wrapper h1 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group input[type="checkbox"] {
    margin-right: 0.5rem;
}

.submit-btn {
    width: 100%;
    padding: 0.75rem;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #005a87;
}

.error-message {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.success-message {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.register-link,
.login-link {
    text-align: center;
    margin-top: 1rem;
}

.register-link a,
.login-link a {
    color: #0073aa;
    text-decoration: none;
}

.register-link a:hover,
.login-link a:hover {
    text-decoration: underline;
}

/* Front Page User Status */
.front-page-content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
}

.front-page-content h1 {
    margin-bottom: 2rem;
}

.user-status {
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.user-status.logged-in {
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.user-status.logged-out {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
}

.user-status p {
    margin-bottom: 1rem;
}

.user-status p:last-of-type {
    margin-bottom: 1.5rem;
}

.auth-links {
    display: flex;
    gap: 1rem;
}

.logout-btn,
.login-btn,
.register-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.logout-btn:hover,
.login-btn:hover,
.register-btn:hover {
    background: #005a87;
}

.register-btn {
    background: #28a745;
}

.register-btn:hover {
    background: #218838;
}

/* Spotify garde son lecteur officiel : cette enveloppe l'intègre au style Le Cercle. */
.lc-profile-track.lc-spotify-player {
    display: block;
    padding: 0;
    overflow: hidden;
    border-color: rgba(255, 199, 0, .26);
    background: #0e0e0e;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .22);
}

.lc-spotify-player iframe {
    display: block;
    width: 100%;
    min-height: 152px;
    border: 0;
    border-radius: 12px;
}

@media (max-width: 560px) {
    .lc-profile-track.lc-spotify-player {
        margin-right: 14px;
        margin-left: 14px;
        border-radius: 12px;
    }

    .lc-spotify-player iframe {
        height: 152px;
    }
}

/* Playlists */
.lc-events{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:48px 0 80px}.lc-events-hero{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.lc-events-hero>div{max-width:750px}.lc-events-hero>div>span,.lc-events-feature-copy>span{color:var(--lc-yellow);font-size:11px;font-weight:900;letter-spacing:.12em}.lc-events h1{max-width:750px;margin:11px 0 13px;font:900 clamp(34px,5vw,62px)/.98 Montserrat,Inter,sans-serif;letter-spacing:-.05em}.lc-events-hero p{max-width:650px;color:#9b9b9b;font-size:17px;line-height:1.55}.lc-events-count{display:flex;align-items:center;gap:10px;padding:13px 0;color:#888;font-size:11px!important;line-height:1.3;text-transform:uppercase}.lc-events-count b{color:var(--lc-yellow);font:900 50px/.8 Montserrat,sans-serif}.lc-events-feature{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid rgba(255,199,0,.3);border-radius:22px;background:radial-gradient(circle at 80% 20%,rgba(255,199,0,.22),transparent 25rem),linear-gradient(115deg,#1b1103,#121212 62%);box-shadow:0 22px 55px rgba(0,0,0,.25)}.lc-events-feature-copy{padding:42px 46px}.lc-events-feature-date{display:flex;align-items:center;gap:11px;margin:24px 0 8px;color:#aaa;font-size:10px!important;font-weight:800;letter-spacing:.11em;line-height:1.3;text-transform:uppercase}.lc-events-feature-date b{color:var(--lc-yellow);font:900 66px/.8 Montserrat,sans-serif;letter-spacing:-.08em}.lc-events-feature-copy h2{margin:11px 0 9px;font:900 45px/.94 Montserrat,sans-serif;letter-spacing:-.06em}.lc-events-feature-copy>p:not(.lc-events-feature-date){color:#c2c2c2}.lc-event-reserve{border:1px solid rgba(255,199,0,.35);border-radius:11px;background:var(--lc-yellow);color:#151515;font-size:12px;font-weight:900;cursor:pointer;transition:transform .18s,box-shadow .18s}.lc-event-reserve:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(255,199,0,.17)}.lc-events-feature-copy .lc-event-reserve{margin-top:27px;padding:13px 17px}.lc-event-reserve b{margin-left:7px;font-size:15px}.lc-events-feature-art{position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:31px;background:repeating-linear-gradient(125deg,rgba(255,199,0,.1) 0 1px,transparent 1px 31px),linear-gradient(135deg,rgba(255,199,0,.12),transparent 66%)}.lc-events-feature-art:before,.lc-events-feature-art:after{position:absolute;border:1px solid rgba(255,199,0,.2);border-radius:50%;content:""}.lc-events-feature-art:before{right:-110px;bottom:-210px;width:490px;height:490px}.lc-events-feature-art:after{right:60px;bottom:65px;width:245px;height:245px}.lc-events-feature-art small,.lc-events-feature-art span{z-index:1;color:rgba(255,255,255,.48);font-size:10px;font-weight:900;letter-spacing:.14em}.lc-events-feature-art strong{z-index:1;color:var(--lc-yellow);font:900 clamp(100px,16vw,205px)/.8 Montserrat,sans-serif;letter-spacing:-.12em;text-shadow:0 0 38px rgba(255,199,0,.22)}.lc-events-feature-art span{align-self:end}.lc-events-list{margin-top:48px}.lc-events-list>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px}.lc-events-list h2{font:900 25px Montserrat,sans-serif;letter-spacing:-.04em}.lc-events-list header p{margin-top:5px;color:#888;font-size:13px}.lc-events-list header>span{color:#888;font-size:12px}.lc-events-list header>span b{color:var(--lc-yellow)}.lc-events-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.lc-events-filters button{padding:9px 13px;border:1px solid var(--lc-border);border-radius:100px;background:#171717;color:#a6a6a6;font-size:11px;font-weight:800;cursor:pointer}.lc-events-filters button.is-active{border-color:rgba(255,199,0,.45);background:rgba(255,199,0,.1);color:var(--lc-yellow)}.lc-event-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.lc-event-card{display:grid;grid-template-columns:74px 1fr auto;align-items:center;gap:19px;padding:19px;border:1px solid var(--lc-border);border-radius:17px;background:#191919;transition:transform .2s,border-color .2s}.lc-event-card:hover{transform:translateY(-3px);border-color:rgba(255,199,0,.45)}.lc-event-card.is-hidden{display:none}.lc-event-date{display:grid;place-items:center;align-content:center;min-height:77px;border:1px solid rgba(255,199,0,.45);border-radius:15px;background:linear-gradient(145deg,#28200b,#111);color:#fff}.lc-event-date b{color:var(--lc-yellow);font:900 31px/.85 Montserrat,sans-serif;letter-spacing:-.07em}.lc-event-date span{margin-top:4px;color:#aaa;font-size:10px;font-weight:900;letter-spacing:.1em}.lc-event-details em{color:var(--lc-yellow);font-size:10px;font-style:normal;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.lc-event-details h3{margin:6px 0 4px;font:800 18px Montserrat,sans-serif;letter-spacing:-.04em}.lc-event-details p{color:#ababab;font-size:12px}.lc-event-details small{display:block;margin-top:7px;color:#707070;font-size:11px;line-height:1.4}.lc-event-card .lc-event-reserve{padding:10px 12px;white-space:nowrap}@media(max-width:760px){.lc-events{width:min(100% - 28px,1160px);padding-top:30px}.lc-events-hero{align-items:start;flex-direction:column}.lc-events-count{display:none}.lc-events-feature{grid-template-columns:1fr}.lc-events-feature-copy{padding:33px}.lc-events-feature-art{min-height:180px}.lc-events-feature-art strong{font-size:132px}.lc-event-grid{grid-template-columns:1fr}}@media(max-width:480px){.lc-events h1{font-size:37px}.lc-events-list>header{align-items:start;flex-direction:column;gap:6px}.lc-event-card{grid-template-columns:62px 1fr;gap:13px}.lc-event-card .lc-event-reserve{grid-column:2;padding:9px 11px;justify-self:start}.lc-event-date{min-height:64px}.lc-event-date b{font-size:27px}.lc-event-details h3{font-size:16px}}

/* Playlists */
.lc-playlists{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:48px 0 80px}.lc-playlists-hero{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.lc-playlists-hero>div{max-width:740px}.lc-playlists-hero>div>span,.lc-playlists-feature-copy>span{color:var(--lc-yellow);font-size:11px;font-weight:900;letter-spacing:.12em}.lc-playlists h1{max-width:700px;margin:11px 0 13px;font:900 clamp(34px,5vw,62px)/.98 Montserrat,Inter,sans-serif;letter-spacing:-.05em}.lc-playlists-hero p{max-width:610px;color:#9b9b9b;font-size:17px;line-height:1.55}.lc-playlists-count{display:flex;align-items:center;gap:10px;padding:13px 0;color:#888;font-size:11px!important;line-height:1.3;text-transform:uppercase}.lc-playlists-count b{color:var(--lc-yellow);font:900 50px/.8 Montserrat,sans-serif}.lc-playlists-feature{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid rgba(255,199,0,.3);border-radius:22px;background:radial-gradient(circle at 25% 20%,rgba(255,199,0,.16),transparent 26rem),linear-gradient(115deg,#1b1103,#121212 62%);box-shadow:0 22px 55px rgba(0,0,0,.25)}.lc-playlists-feature-copy{padding:46px}.lc-playlists-feature-copy h2{margin:9px 0;font:900 48px/.95 Montserrat,sans-serif;letter-spacing:-.06em}.lc-playlists-feature-copy p{max-width:420px;color:#c2c2c2;line-height:1.65}.lc-playlists-meta{display:flex;gap:12px;margin-top:26px;color:var(--lc-yellow);font-size:12px;font-weight:800}.lc-playlists-player{display:grid;align-items:center;min-height:330px;padding:28px;background:linear-gradient(135deg,rgba(255,199,0,.11),rgba(0,0,0,.1))}.lc-playlists-player iframe{display:block;width:100%;border:0;border-radius:12px;box-shadow:0 14px 32px rgba(0,0,0,.32)}.lc-playlists-library{margin-top:48px}.lc-playlists-library>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.lc-playlists-library h2{font:900 25px Montserrat,sans-serif;letter-spacing:-.04em}.lc-playlists-library header p{margin-top:5px;color:#888;font-size:13px}.lc-playlists-library header>span{color:#888;font-size:12px}.lc-playlists-library header>span b{color:var(--lc-yellow)}.lc-playlist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.lc-playlist-card{display:grid;grid-template-columns:152px 1fr;gap:18px;min-height:176px;padding:14px;border:1px solid var(--lc-border);border-radius:18px;background:#191919;transition:transform .2s,border-color .2s}.lc-playlist-card:hover,.lc-playlist-card.is-selected{border-color:rgba(255,199,0,.5)}.lc-playlist-card:hover{transform:translateY(-3px)}.lc-playlist-cover{position:relative;display:grid;place-items:center;overflow:hidden;border:0;border-radius:13px;cursor:pointer}.lc-playlist-cover:before{position:absolute;inset:-38px;background:repeating-linear-gradient(125deg,transparent 0 16px,rgba(255,255,255,.1) 17px 18px);content:"";transform:rotate(-7deg)}.lc-playlist-cover--love{background:linear-gradient(135deg,#4a1d43,#d26c88)}.lc-playlist-cover--brussels{background:linear-gradient(135deg,#292036,#426684)}.lc-playlist-cover--new{background:linear-gradient(135deg,#173d38,#73a96a)}.lc-playlist-cover--freestyle{background:linear-gradient(135deg,#5a3209,#d98520)}.lc-playlist-cover i{z-index:1;display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--lc-yellow);color:#141414;font-size:18px;font-style:normal;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.3)}.lc-playlist-cover span{position:absolute;z-index:1;right:12px;bottom:11px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.lc-playlist-card>div{display:flex;flex-direction:column;align-items:start}.lc-playlist-card h3{font:800 19px Montserrat,sans-serif}.lc-playlist-card p{margin:8px 0 5px;color:#b1b1b1;font-size:12px}.lc-playlist-card small{color:#747474;font-size:11px;line-height:1.45}.lc-playlist-listen{margin-top:auto;border:0;background:none;color:var(--lc-yellow);font-size:12px;font-weight:900;cursor:pointer}.lc-playlist-listen b{margin-left:5px;font-size:15px}@media(max-width:760px){.lc-playlists{width:min(100% - 28px,1160px);padding-top:30px}.lc-playlists-hero{align-items:start;flex-direction:column}.lc-playlists-count{display:none}.lc-playlists-feature{grid-template-columns:1fr}.lc-playlists-feature-copy{padding:31px}.lc-playlists-player{min-height:152px;padding:16px}.lc-playlists-player iframe{height:152px}.lc-playlist-grid{grid-template-columns:1fr}}@media(max-width:430px){.lc-playlists h1{font-size:37px}.lc-playlists-library>header{align-items:start;flex-direction:column;gap:6px}.lc-playlist-card{grid-template-columns:112px 1fr;gap:12px;min-height:142px}.lc-playlist-cover i{width:42px;height:42px}.lc-playlist-card h3{font-size:16px}.lc-playlist-card p{font-size:11px}}

.lc-playlist-card{min-height:0;align-items:start}.lc-playlist-embed{grid-column:1/-1;display:block;overflow:hidden;border:1px solid rgba(255,199,0,.2);border-radius:12px;background:#111}.lc-playlist-embed iframe{display:block;width:100%;height:352px;border:0;border-radius:12px}

/* Artistes */
.lc-artists{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:48px 0 80px}.lc-artists-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.lc-artists-intro>div:first-child{max-width:720px}.lc-artists-intro>div:first-child>span,.lc-feature-copy>span{color:var(--lc-yellow);font-size:11px;font-weight:900;letter-spacing:.12em}.lc-artists h1{max-width:690px;margin:11px 0 13px;font:900 clamp(34px,5vw,62px)/.98 Montserrat,Inter,sans-serif;letter-spacing:-.05em}.lc-artists-intro p{max-width:590px;color:#9b9b9b;font-size:17px;line-height:1.55}.lc-artists-number{display:flex;align-items:center;gap:10px;padding:13px 0;color:#888;font-size:11px;line-height:1.3;text-transform:uppercase}.lc-artists-number b{color:var(--lc-yellow);font:900 50px/.8 Montserrat,sans-serif}.lc-artists-featured{position:relative;display:grid;grid-template-columns:1.02fr .98fr;min-height:350px;overflow:hidden;border:1px solid rgba(255,199,0,.3);border-radius:22px;background:radial-gradient(circle at 85% 10%,rgba(255,199,0,.24),transparent 26rem),linear-gradient(115deg,#1b1103,#121212 62%);box-shadow:0 22px 55px rgba(0,0,0,.25)}.lc-feature-copy{z-index:1;padding:46px}.lc-feature-copy h2{margin:9px 0;font:900 52px/.95 Montserrat,sans-serif;letter-spacing:-.06em}.lc-feature-copy p{max-width:420px;color:#c2c2c2;line-height:1.65}.lc-feature-copy>div{display:flex;align-items:center;gap:17px;margin-top:27px}.lc-feature-copy button,.lc-feature-copy a{height:42px;padding:0 16px;display:inline-flex;align-items:center;border:1px solid rgba(255,199,0,.35);border-radius:12px;background:var(--lc-yellow);color:#151515;font-weight:900;text-decoration:none;cursor:pointer}.lc-feature-copy a{border-color:transparent;background:transparent;color:#fff}.lc-feature-copy a b{margin-left:8px;color:var(--lc-yellow);font-size:19px}.lc-feature-mark{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,rgba(255,199,0,.13),transparent 64%)}.lc-feature-mark:before,.lc-feature-mark:after{position:absolute;border:1px solid rgba(255,199,0,.19);border-radius:50%;content:""}.lc-feature-mark:before{width:380px;height:380px}.lc-feature-mark:after{width:260px;height:260px}.lc-feature-mark i{z-index:1;color:var(--lc-yellow);font:900 clamp(180px,24vw,300px)/.8 Montserrat,sans-serif;font-style:normal;letter-spacing:-.15em;text-shadow:0 0 42px rgba(255,199,0,.22)}.lc-feature-mark span{position:absolute;bottom:28px;right:33px;color:rgba(255,255,255,.42);font-size:9px;letter-spacing:.13em}.lc-artists-list{margin-top:48px}.lc-artists-list>header{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.lc-artists-list h2{font:900 25px Montserrat,sans-serif;letter-spacing:-.04em}.lc-artists-list header p{margin-top:5px;color:#888;font-size:13px}.lc-artists-list header>span{color:#888;font-size:12px}.lc-artists-list header>span b{color:var(--lc-yellow)}.lc-artist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lc-artist-card{overflow:hidden;border:1px solid var(--lc-border);border-radius:18px;background:#191919;transition:transform .2s,border-color .2s}.lc-artist-card:hover{transform:translateY(-4px);border-color:rgba(255,199,0,.45)}.lc-artist-art{position:relative;height:142px;padding:18px;overflow:hidden;background:radial-gradient(circle at 78% 20%,rgba(255,199,0,.25),transparent 8rem),var(--artist-color)}.lc-artist-art:after{position:absolute;inset:0;background:linear-gradient(115deg,transparent 45%,rgba(255,199,0,.14) 45.5%,transparent 46%);background-size:33px 33px;content:""}.lc-artist-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.83) contrast(1.06)}.lc-artist-art:has(img):before{position:absolute;z-index:1;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.66),transparent 62%);content:""}.lc-artist-art b{position:relative;z-index:1;color:#ffcc19;font:900 102px/.8 Montserrat,sans-serif;letter-spacing:-.1em}.lc-artist-art span{position:absolute;z-index:2;right:16px;bottom:14px;color:#f8f8f8;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;writing-mode:vertical-rl}.lc-artist-info{padding:16px}.lc-artist-info>div{display:flex;align-items:center;justify-content:space-between;gap:9px}.lc-artist-info h3{font:800 17px Montserrat,sans-serif}.lc-artist-info button{padding:7px 10px;border:1px solid rgba(255,199,0,.28);border-radius:9px;background:rgba(255,199,0,.08);color:var(--lc-yellow);font-size:10px;font-weight:900;cursor:pointer}.lc-artist-info p{margin:7px 0;color:#aaa;font-size:12px}.lc-artist-info small{color:#6f6f6f;font-size:10px}.lc-artists-credits{margin-top:18px;color:#707070;font-size:10px;line-height:1.6}.lc-artist-follow.is-following{border-color:rgba(118,229,175,.4);background:rgba(118,229,175,.12);color:#8cf0bb}.lc-feature-copy .lc-artist-follow.is-following{background:#1f7e4a;color:#fff}@media(max-width:760px){.lc-artists{width:min(100% - 28px,1160px);padding-top:30px}.lc-artists-intro{align-items:start;flex-direction:column}.lc-artists-number{display:none}.lc-artists-featured{grid-template-columns:1fr;min-height:460px}.lc-feature-copy{padding:31px}.lc-feature-mark{min-height:145px}.lc-feature-mark i{font-size:185px}.lc-feature-mark span{bottom:18px;right:20px}.lc-artist-grid{grid-template-columns:repeat(2,1fr)}.lc-artist-art{height:120px}.lc-artist-art b{font-size:82px}}@media(max-width:430px){.lc-artists h1{font-size:37px}.lc-artists-list>header{align-items:start;flex-direction:column;gap:6px}.lc-artist-grid{grid-template-columns:1fr}.lc-feature-copy>div{align-items:flex-start;flex-direction:column;gap:4px}}
