:root{--bg:#080a0e;--panel:#10141b;--panel2:#151a22;--line:#252c37;--text:#f6f7f9;--muted:#8e98a8;--accent:#d6ff39;--accent2:#7ea116;--danger:#ff6262}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 80% 0,#18220d 0,transparent 28%),var(--bg);color:var(--text);font:15px Inter,Arial,sans-serif;min-height:100vh}.noise{position:fixed;inset:0;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);position:relative;z-index:2;background:rgba(8,10,14,.75);backdrop-filter:blur(15px)}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font:800 25px 'Barlow Condensed'}.brand-mark{display:grid;place-items:center;width:42px;height:42px;background:var(--accent);color:#111;clip-path:polygon(15% 0,100% 0,85% 100%,0 100%)}nav{display:flex;align-items:center;gap:25px}nav a,.link-btn{color:#adb5c2;text-decoration:none;font-weight:600;background:none;border:0;cursor:pointer;font:inherit}.nav-login{border:1px solid var(--accent)!important;padding:10px 16px;color:var(--accent)!important}main{width:min(1180px,90vw);margin:auto;min-height:calc(100vh - 170px)}.hero{padding:115px 0 65px}.eyebrow,.section-kicker{color:var(--accent);font:700 13px Inter;letter-spacing:.18em}.hero h1,.page-head h1,.auth h1,.empty h1{font:800 clamp(48px,8vw,105px)/.88 'Barlow Condensed';letter-spacing:-.025em;margin:22px 0}.hero h1 span{color:transparent;-webkit-text-stroke:1px #77808d}.hero>p{max-width:680px;color:#aeb6c2;font-size:18px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border:1px solid #3a4350;background:#171c24;color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.btn.primary{background:var(--accent);border-color:var(--accent);color:#101308}.btn.small{padding:8px 12px;font-size:12px}.wide{width:100%}.hero-actions{margin:32px 0 68px}.hero-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.hero-grid div{padding:26px;border-right:1px solid var(--line)}.hero-grid b{font:800 38px 'Barlow Condensed';display:block}.hero-grid small{color:var(--muted);letter-spacing:.12em}.section{padding:90px 0}.section.compact{padding:55px 0}.section h2,.subhead,.panel h2{font:700 36px 'Barlow Condensed';margin:15px 0 25px}.cards{display:grid;gap:18px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.two{grid-template-columns:repeat(2,1fr);padding:45px 0}.card,.panel{background:linear-gradient(145deg,var(--panel2),var(--panel));border:1px solid var(--line);padding:28px}.card>span{color:var(--accent);font:700 12px Inter}.card h3,.card h2{font:700 28px 'Barlow Condensed';margin:28px 0 10px}.card p,.muted{color:var(--muted);line-height:1.6}.action-card{text-decoration:none;color:#fff;min-height:250px}.action-card b{color:var(--accent)}.disabled{opacity:.45;pointer-events:none}.page-head{display:flex;align-items:end;justify-content:space-between;padding:65px 0 35px;border-bottom:1px solid var(--line)}.page-head h1{font-size:72px;margin:12px 0}.page-head p{color:var(--muted)}.score{text-align:right}.score b{display:block;font:800 48px 'Barlow Condensed';color:var(--accent)}.score span{color:var(--muted)}.total-progress,.progress{height:8px;background:#222934;overflow:hidden}.total-progress{height:14px;margin:28px 0 35px}.total-progress i,.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--accent2),var(--accent))}.resource-list{display:grid;gap:12px}.resource-row{padding:24px;background:var(--panel);border:1px solid var(--line)}.resource-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.resource-top h3{font:700 25px 'Barlow Condensed';margin:5px 0}.resource-numbers{text-align:right}.resource-numbers b{font:700 25px 'Barlow Condensed'}.resource-numbers span{color:var(--muted);margin-left:8px}.status{font-size:10px;color:var(--accent);letter-spacing:.15em}.status.done{background:var(--accent);color:#111;padding:4px 7px}.resource-row small{display:block;color:var(--muted);margin-top:10px}.member-grid,.quota-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.mini-line{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px}.auth-wrap{min-height:690px;display:grid;place-items:center}.auth{width:min(440px,100%)}.auth h1{font-size:65px}.auth label,.edit-grid label,.quota-edit{display:grid;gap:8px;margin:18px 0;color:#bbc3ce;font-weight:600}input,select{width:100%;background:#0b0e13;border:1px solid #303846;color:#fff;padding:12px;font:inherit}.auth .muted{display:block;margin-top:18px;text-align:center}.flash{margin-top:20px;padding:14px 18px;border:1px solid}.flash.success{border-color:#617826;color:var(--accent)}.flash.error{border-color:#7b3030;color:#ff8b8b}.empty{text-align:center;margin:100px auto;max-width:700px}.empty-small{color:var(--muted)}.quota{padding:24px}.quota-title{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.quota-title span{font-size:10px;color:var(--accent);letter-spacing:.12em}.quota-title h3{font:700 27px 'Barlow Condensed';margin:7px 0}.quota-item{margin:18px 0}.quota-item>div:first-child{display:flex;justify-content:space-between;margin-bottom:8px}.quota-item b{font-size:12px}.archived{opacity:.7}.admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px;padding:35px 0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.inline-form{display:flex;gap:8px}.admin-section{margin:20px 0}.table-head{display:flex;justify-content:space-between;gap:20px;align-items:center}.table-head input{max-width:340px}.table{display:grid}.tr{display:grid;grid-template-columns:1fr 1.3fr 1fr auto;gap:15px;align-items:center;padding:13px;border-top:1px solid var(--line)}.tr span{min-width:0}.tr small{display:block;color:var(--muted);margin-top:4px}.th{font-size:11px;color:var(--muted);letter-spacing:.12em}.resource-config{grid-template-columns:1.3fr 1fr 1fr auto}.edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 18px}.quota-targets{margin:20px 0}.quota-edit{grid-template-columns:1fr 160px;align-items:center}footer{width:min(1180px,90vw);margin:50px auto 0;padding:35px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}footer strong{color:#fff;font:800 25px 'Barlow Condensed'}footer p{margin:5px 0}@media(max-width:800px){nav a:not(.nav-login),nav form{display:none}.hero{padding-top:70px}.hero-grid,.cards.three,.cards.two,.member-grid,.quota-grid,.admin-grid{grid-template-columns:1fr}.page-head{align-items:start;flex-direction:column}.score{text-align:left}.form-grid,.edit-grid{grid-template-columns:1fr}.tr,.resource-config{grid-template-columns:1fr}.th{display:none}.table-head{align-items:start;flex-direction:column}.quota-edit{grid-template-columns:1fr}footer{flex-direction:column;gap:20px}}
.panel-title-row,.group-admin-head,.global-bc-copy{display:flex;align-items:center;justify-content:space-between;gap:20px}.panel-title-row h2{margin-right:auto}.group-admin-list{display:grid;gap:20px;padding:35px 0}.group-admin-card h2{margin:5px 0 18px}.group-percent{text-align:right}.group-percent b{display:block;color:var(--accent);font:800 38px 'Barlow Condensed'}.group-percent span{color:var(--muted);font-size:12px}.group-progress{margin-bottom:22px}.group-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-bottom:20px;border-bottom:1px solid var(--line)}.group-actions .inline-form{max-width:520px;flex:1}.btn.danger{border-color:#743737;color:#ff9898;background:#251315}.subhead-small{font:700 23px 'Barlow Condensed';margin:24px 0 10px}.member-admin-list{display:grid}.member-admin-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 0;border-bottom:1px solid var(--line)}.member-admin-row small{display:block;color:var(--muted);margin-top:4px}.member-admin-row>div{display:flex;gap:8px}.add-member-form{margin-top:18px}.global-bc-home{margin-top:55px;padding:30px;background:linear-gradient(145deg,var(--panel2),var(--panel));border:1px solid var(--line)}.global-bc-copy h2{font:700 34px 'Barlow Condensed';margin:9px 0}.global-bc-copy>b{font:800 62px 'Barlow Condensed';color:var(--accent)}.global-bc-home p{color:var(--muted);margin-bottom:0}@media(max-width:800px){.panel-title-row,.group-admin-head,.global-bc-copy,.group-actions,.member-admin-row{align-items:flex-start;flex-direction:column}.group-percent{text-align:left}.group-actions .inline-form{max-width:none;width:100%}.global-bc-copy>b{font-size:48px}}
.home-quota-wrap{margin-top:28px;text-align:left}.home-quota-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:14px 0}.home-quota-card{padding:22px}.home-quota-item{margin-top:14px}.home-quota-item>div:first-child{display:flex;justify-content:space-between;gap:18px;font-size:.85rem}.progress.slim{height:5px;margin-top:7px}.account-panel{margin-top:28px;display:grid;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.2fr);gap:28px;align-items:start}
@media(max-width:800px){.home-quota-grid,.account-panel{grid-template-columns:1fr}}

/* Icônes de ressources WLF */
.resource-name{display:inline-flex;align-items:center;gap:.55rem;min-width:0}
.resource-icon{width:24px;height:24px;object-fit:contain;image-rendering:pixelated;flex:0 0 auto;filter:drop-shadow(0 0 5px rgba(196,255,35,.12))}
h3 .resource-name,.resource-top h3 .resource-name{font:inherit}
.quota-item .resource-name,.mini-line .resource-name,.home-quota-item .resource-name{font-weight:600}
.resource-config .resource-icon,.edit-grid .resource-icon{width:22px;height:22px}
@media (max-width:650px){.resource-icon{width:21px;height:21px}}
