:root{--green:#16813b;--green2:#0f6c31;--ink:#162018;--muted:#687268;--line:#e1e8e2;--soft:#f5f8f5;--cream:#fffaf0;--shadow:0 18px 50px rgba(34,55,38,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.container{width:min(1220px,calc(100% - 36px));margin:auto}.topbar{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #edf1ed}.nav{height:76px;display:flex;align-items:center;gap:28px}.brand img{display:block;width:206px;height:auto}.navlinks{display:flex;gap:26px;margin-left:auto;align-items:center}.navlinks a{font-size:14px;font-weight:650;color:#303a31}.navlinks a.active,.navlinks a:hover{color:var(--green)}.actions{display:flex;gap:10px;margin-left:8px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;padding:12px 18px;font-weight:750;border:1px solid var(--green);transition:.2s;cursor:pointer}.btn.primary{background:var(--green);color:#fff;box-shadow:0 9px 24px rgba(22,129,59,.18)}.btn.primary:hover{background:var(--green2);transform:translateY(-1px)}.btn.ghost{color:var(--green);background:#fff}.hero{position:relative;overflow:hidden;background:linear-gradient(105deg,#fff 0%,#fff 35%,rgba(255,255,255,.7) 55%,rgba(245,249,243,.93) 100%)}.hero:before{content:"";position:absolute;inset:auto 0 0 0;height:52%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(224,236,211,.56)),radial-gradient(circle at 12% 100%,#e8d599 0 12%,transparent 13%),radial-gradient(circle at 78% 100%,#b5c89b 0 12%,transparent 13%);opacity:.55}.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;padding:64px 0 58px}.eyebrow{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--green)}h1{font-family:Georgia,"Times New Roman",serif;font-size:58px;line-height:1.02;margin:10px 0 18px;letter-spacing:-.03em}h1 span{color:var(--green)}.lead{font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.5;color:#384238;max-width:620px}.hero-cta{display:flex;gap:14px;margin:26px 0 28px}.proofs{display:flex;gap:26px;flex-wrap:wrap}.proof{display:flex;gap:9px;align-items:center;font-size:13px;font-weight:650;color:#344037}.proof i{font-style:normal;width:30px;height:30px;display:grid;place-items:center;border:1px solid #cfe0d2;border-radius:50%;color:var(--green)}.dashboard-card{background:rgba(255,255,255,.95);border:1px solid #e5ebe6;border-radius:20px;padding:18px;box-shadow:var(--shadow);transform:rotate(.3deg)}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dash-name{font-size:21px;font-weight:800}.small{font-size:12px;color:var(--muted)}.progress-box{display:grid;grid-template-columns:130px 1fr;gap:16px;align-items:center;border:1px solid #edf0ed;border-radius:14px;padding:16px;background:#fff}.ring{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;margin:auto;background:conic-gradient(var(--green) 0 72%,#e8eeea 72%);position:relative}.ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:#fff}.ring b{position:relative;z-index:1;font-size:22px}.bar{height:8px;border-radius:10px;background:#e6ede8;overflow:hidden;margin-top:9px}.bar span{display:block;width:72%;height:100%;background:var(--green);border-radius:inherit}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.quick div{border:1px solid #edf0ed;border-radius:12px;padding:13px 10px;background:#fff;min-height:88px}.quick strong{display:block;font-size:13px;margin-top:7px}.section{padding:38px 0}.section.alt{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.section h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;margin:0}.section p.sub{margin:4px 0 0;color:var(--muted);font-size:14px}.academy-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.academy-card{border:1px solid var(--line);border-radius:14px;padding:18px 14px;background:#fff;min-height:112px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.academy-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(38,58,41,.08);border-color:#c7d9ca}.academy-icon{font-size:30px}.academy-card strong{font-size:14px}.academy-card small{color:var(--muted)}.content-grid{display:grid;grid-template-columns:1.05fr .95fr .95fr;gap:24px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.course{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.course-visual{height:105px;display:flex;align-items:end;padding:12px;background:linear-gradient(135deg,#e9f4e5,#f6e8bb);font-size:34px}.course:nth-child(2) .course-visual{background:linear-gradient(135deg,#f4dfa4,#e9f2d8)}.course:nth-child(3) .course-visual{background:linear-gradient(135deg,#dde5dc,#f1e4b7)}.course-body{padding:13px}.course strong{font-size:14px;display:block}.meta{font-size:11px;color:var(--muted);margin:6px 0 12px}.searchbox{display:flex;gap:8px;margin-top:22px}.searchbox input{flex:1;border:1px solid #d9e2da;border-radius:10px;padding:13px 14px;font-size:14px}.chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.chip{font-size:11px;padding:7px 10px;border-radius:999px;border:1px solid #dce6dd;background:#fff;color:#39523f}.season-list{display:grid;gap:10px}.season{border:1px solid var(--line);border-radius:12px;padding:14px;background:#fff}.season .art{height:76px;border-radius:8px;background:linear-gradient(145deg,#c4aa75,#ebe6d1);margin-bottom:10px}.season:nth-child(2) .art{background:linear-gradient(145deg,#b4c4aa,#e8eef0)}.season:nth-child(3) .art{background:linear-gradient(145deg,#a1b96f,#d9c58b)}.season strong{font-size:13px}.banner{background:linear-gradient(90deg,#f5edcf,#fff7e4,#e9efcf);border-top:1px solid #e9dfbd;border-bottom:1px solid #e9dfbd}.banner .container{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:24px;padding-bottom:24px}.banner h3{font-family:Georgia,"Times New Roman",serif;font-size:26px;margin:0 0 3px}.footer{padding:26px 0 34px}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:center}.footer small{color:var(--muted)}.footer-links{display:flex;gap:18px;font-size:12px;color:#536056}.page-hero{padding:44px 0 32px;background:linear-gradient(135deg,#f7faf6,#fffaf1);border-bottom:1px solid var(--line)}.page-hero h1{font-size:44px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.panel-shell{min-height:calc(100vh - 76px);display:grid;grid-template-columns:250px 1fr;background:#f6f8f6}.sidebar{background:#fff;border-right:1px solid var(--line);padding:24px}.side-link{display:flex;gap:10px;padding:11px 12px;border-radius:9px;font-size:14px;font-weight:650;margin-bottom:4px}.side-link.active{background:#e9f5ec;color:var(--green)}.panel-main{padding:32px}.notice{border:1px solid #cfe2d3;background:#f1f8f2;color:#2d5d38;padding:14px 16px;border-radius:12px}.auth-wrap{min-height:calc(100vh - 76px);display:grid;place-items:center;background:linear-gradient(135deg,#f5f8f4,#fff7e7);padding:40px 20px}.auth-card{width:min(470px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:var(--shadow)}.field{display:grid;gap:7px;margin:15px 0}.field label{font-size:13px;font-weight:700}.field input{padding:13px;border:1px solid #d9e2da;border-radius:9px}.w100{width:100%}.mobile-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:26px}@media(max-width:1050px){.academy-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.dashboard-card{max-width:720px}.content-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.nav{height:68px}.brand img{width:180px}.mobile-toggle{display:block}.navlinks,.actions{display:none}.nav.open{height:auto;flex-wrap:wrap;padding:12px 0 16px}.nav.open .navlinks,.nav.open .actions{display:flex;width:100%;flex-direction:column;align-items:stretch;margin:0}.hero-grid{padding:38px 0}h1{font-size:42px}.lead{font-size:18px}.academy-grid{grid-template-columns:repeat(2,1fr)}.cards,.grid-3{grid-template-columns:1fr}.quick{grid-template-columns:repeat(2,1fr)}.banner .container,.footer-grid{align-items:flex-start;flex-direction:column}.panel-shell{grid-template-columns:1fr}.sidebar{display:none}.panel-main{padding:20px}.section{padding:28px 0}}@media(max-width:470px){.container{width:min(100% - 24px,1220px)}h1{font-size:36px}.hero-cta{flex-direction:column}.academy-grid{grid-template-columns:1fr}.progress-box{grid-template-columns:1fr}.proofs{gap:12px}.quick{grid-template-columns:1fr 1fr}}

/* =========================================================
   Rolnik360 EDU 0.1.2 — HOME REDESIGN
   Widok główny przebudowany pod zaakceptowaną makietę.
   ========================================================= */
.home-v2{background:#fff}.home-v2 .container{width:min(1580px,calc(100% - 64px))}.home-v2 .hero-premium{min-height:560px;background:#fbfdfb;border-bottom:1px solid #edf1ec;isolation:isolate}.hero-premium .hero-photo{position:absolute;z-index:-3;inset:0;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.98) 34%,rgba(255,255,255,.83) 53%,rgba(255,255,255,.22) 77%,rgba(255,255,255,.06) 100%),url('https://images.unsplash.com/photo-1657136856763-278647c1c613?auto=format&fit=crop&w=2200&q=82');background-size:cover;background-position:center}.hero-premium:before{display:none}.hero-premium:after{content:"";position:absolute;z-index:-2;inset:auto 0 0;height:48%;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(239,244,229,.88))}.hero-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(2px);opacity:.4;pointer-events:none}.hero-glow-left{width:420px;height:420px;left:-170px;bottom:-215px;background:#ead48f}.hero-glow-right{width:460px;height:460px;right:-170px;bottom:-250px;background:#9fbd82}.home-v2 .hero-grid{grid-template-columns:minmax(560px,.92fr) minmax(650px,1.08fr);gap:70px;padding:68px 0 62px;min-height:560px}.hero-copy{padding-left:6px}.home-v2 .eyebrow{font-size:14px;letter-spacing:.14em}.home-v2 h1{font-size:clamp(54px,4vw,76px);max-width:760px;line-height:.98;margin:14px 0 20px}.home-v2 .lead{font-size:23px;max-width:690px;line-height:1.5}.home-v2 .hero-cta{margin:30px 0 30px}.btn.big{padding:15px 22px;border-radius:10px;font-size:15px}.home-v2 .proofs{gap:28px}.home-v2 .proof{align-items:center;min-width:165px}.home-v2 .proof i{width:34px;height:34px;background:#fff;border-color:#b9d5be;box-shadow:0 5px 16px rgba(37,86,47,.07)}.home-v2 .proof svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-v2 .proof span{display:grid;gap:2px}.home-v2 .proof b{font-size:13px}.home-v2 .proof small{font-size:11px;color:#667067;font-weight:500}.dashboard-preview{padding:18px 20px 20px;border-radius:22px;box-shadow:0 24px 75px rgba(28,53,31,.18);transform:none;backdrop-filter:blur(14px);background:rgba(255,255,255,.96);max-width:720px;margin-left:auto}.preview-topline{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #edf1ed;margin-bottom:16px}.mini-brand{display:flex;align-items:center;gap:10px}.mini-brand img{width:116px}.mini-brand span{font-size:10px;padding:4px 7px;border-radius:999px;background:#eef6ef;color:#28723c;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.preview-user{display:flex;align-items:center;gap:9px}.preview-user .avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1b7d3d,#123b21);color:#fff;font-size:12px;font-weight:800}.preview-user strong{font-size:12px;display:block}.preview-user small{font-size:9px;display:block;color:#7a827b}.preview-user .bell{color:#e9a62b}.dashboard-preview .dash-name{font-size:24px}.dashboard-preview .label{font-weight:800;letter-spacing:.08em;color:#8a928b}.preview-content-grid{display:grid;grid-template-columns:1.55fr .75fr;gap:12px}.dashboard-preview .progress-box{grid-template-columns:118px 1fr;padding:17px}.dashboard-preview .ring{width:88px;height:88px}.quote-card{min-height:126px;border-radius:14px;border:1px solid #edf0ed;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;background:linear-gradient(145deg,#f7fbf7,#f3ead7);color:#36533b}.quote-card .quote-leaf svg{width:42px;height:42px;fill:none;stroke:#238348;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.quote-card em{font-family:Georgia,"Times New Roman",serif;font-size:17px;line-height:1.25}.dashboard-preview .quick{gap:12px}.dashboard-preview .quick div{min-height:96px;padding:14px}.dashboard-preview .quick i{display:flex;width:30px;height:30px;color:#16813b}.dashboard-preview .quick svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dashboard-preview .quick strong{font-size:13px}.academy-section{padding:28px 0 34px}.section-head.compact{margin-bottom:16px}.home-v2 .section h2{font-size:31px}.academy-row{grid-template-columns:repeat(6,1fr);gap:14px}.academy-row .academy-card{min-height:88px;padding:14px 15px;display:grid;grid-template-columns:44px 1fr 18px;align-items:center;gap:10px;justify-content:initial;border-radius:12px}.academy-row .academy-icon{width:42px;height:42px;display:grid;place-items:center;color:#17783a;background:#f0f8f1;border-radius:11px}.academy-row .academy-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.academy-row .academy-text{display:grid;gap:3px}.academy-row .academy-text strong{font-size:14px}.academy-row .academy-text small{font-size:11px;line-height:1.25}.academy-arrow{font-size:27px;color:#728076}.home-content{background:#f6f9f6;padding:30px 0 38px;border-top:1px solid #eef2ee}.home-content-grid{display:grid;grid-template-columns:1.18fr .98fr 1.05fr;gap:30px;align-items:start}.home-content-grid>div{min-width:0}.text-link{font-size:12px;color:#23733b;font-weight:700}.premium-cards{grid-template-columns:repeat(3,1fr);gap:14px}.premium-course{border-radius:14px;box-shadow:0 8px 24px rgba(44,65,47,.05)}.premium-course .course-visual{height:130px;padding:0;background-size:cover;background-position:center;position:relative}.premium-course .course-visual.calf,.premium-season .art.calf{background-image:url('https://images.unsplash.com/photo-1754978934079-1c0f7b7ce7fa?auto=format&fit=crop&w=900&q=82')}.premium-course .course-visual.wheat,.premium-season .art.wheat{background-image:url('https://images.unsplash.com/photo-1753866551936-998e5fcf6d5f?auto=format&fit=crop&w=900&q=82')}.premium-course .course-visual.tractor,.premium-season .art.tractor{background-image:url('https://images.unsplash.com/photo-1647708479224-fb82df8bf16e?auto=format&fit=crop&w=900&q=82')}.course-badge{position:absolute;top:10px;right:10px;background:#16813b;color:#fff;font-size:10px;font-weight:800;border-radius:999px;padding:5px 8px;box-shadow:0 4px 14px rgba(16,88,39,.2)}.premium-course .course-body{padding:13px 13px 14px}.premium-course .course-body strong{font-size:14px;line-height:1.2;min-height:34px}.course-link{margin-top:10px;display:flex;align-items:center;justify-content:space-between;background:#16813b;color:#fff;border-radius:7px;padding:9px 10px;font-size:12px;font-weight:800}.knowledge-box,.seasonal-box{padding-top:1px}.knowledge-head{display:flex;align-items:start;justify-content:space-between;gap:20px}.knowledge-sketch{width:66px;height:66px;color:#72ae7c;opacity:.55}.knowledge-sketch svg{width:66px;height:66px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.premium-search{background:#fff;border:1px solid #dbe4dc;border-radius:11px;padding:5px 5px 5px 12px;box-shadow:0 8px 28px rgba(41,65,46,.05)}.premium-search>span{display:flex;color:#248146}.premium-search svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.premium-search input{border:0;padding:11px 8px;outline:0;background:transparent}.premium-search .btn{padding:10px 18px;border-radius:8px}.popular-label{font-size:11px;color:#69736b;margin-top:16px}.home-v2 .chips{gap:8px;margin-top:9px}.home-v2 .chip{padding:6px 11px;background:#fff}.month-pill{font-size:11px;color:#5e695f}.season-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.premium-season{padding:0 0 13px;overflow:hidden}.premium-season .art{height:90px;border-radius:0;margin:0 0 10px;background-size:cover;background-position:center}.premium-season strong,.premium-season .small,.premium-season a{display:block;padding-left:11px;padding-right:11px}.premium-season strong{font-size:12px;line-height:1.25;min-height:30px}.premium-season .small{font-size:10px;line-height:1.35;min-height:38px}.premium-season a{font-size:10px;color:#167139;font-weight:800;margin-top:8px}.home-v2 + .banner{background-image:linear-gradient(90deg,rgba(246,237,207,.9),rgba(255,248,228,.9),rgba(230,239,206,.9)),url('https://images.unsplash.com/photo-1753866551936-998e5fcf6d5f?auto=format&fit=crop&w=1800&q=70');background-size:cover;background-position:center}.topbar .container{width:min(1580px,calc(100% - 64px))}.topbar .nav{height:82px}.topbar .brand img{width:215px}.topbar .navlinks{gap:30px}.topbar .navlinks a{font-size:14px}.topbar .actions .btn{padding:11px 18px}

@media(max-width:1450px){.home-v2 .container,.topbar .container{width:min(1320px,calc(100% - 48px))}.home-v2 .hero-grid{grid-template-columns:1fr 1fr;gap:38px}.home-v2 h1{font-size:58px}.dashboard-preview{max-width:630px}.academy-row{grid-template-columns:repeat(3,1fr)}.home-content-grid{grid-template-columns:1.15fr .85fr}.seasonal-box{grid-column:1/-1}.season-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:1050px){.hero-premium .hero-photo{background-image:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.82)),url('https://images.unsplash.com/photo-1657136856763-278647c1c613?auto=format&fit=crop&w=1600&q=78')}.home-v2 .hero-grid{grid-template-columns:1fr;min-height:auto}.dashboard-preview{margin:0;max-width:760px}.home-content-grid{grid-template-columns:1fr}.seasonal-box{grid-column:auto}.premium-cards,.season-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.home-v2 .container,.topbar .container{width:min(100% - 26px,1580px)}.home-v2 .hero-grid{padding:42px 0 36px}.home-v2 h1{font-size:44px}.home-v2 .lead{font-size:18px}.home-v2 .proofs{display:grid;grid-template-columns:1fr}.preview-user{display:none}.preview-content-grid{grid-template-columns:1fr}.quote-card{display:none}.academy-row{grid-template-columns:1fr 1fr}.premium-cards,.season-grid{grid-template-columns:1fr}.dashboard-preview .quick{grid-template-columns:1fr 1fr}.home-content{padding-top:24px}.topbar .nav{height:68px}.topbar .brand img{width:180px}}
@media(max-width:480px){.academy-row{grid-template-columns:1fr}.home-v2 h1{font-size:38px}.dashboard-preview{padding:14px}.dashboard-preview .dash-name{font-size:20px}.dashboard-preview .progress-box{grid-template-columns:1fr}.home-v2 .hero-cta{flex-direction:column}.home-v2 .hero-cta .btn{width:100%}}

/* =========================================================
   Rolnik360 EDU 0.1.3 — AUTH / ADMIN / BRAND POLISH
   ========================================================= */
.inline-form{display:inline-flex;margin:0}.inline-form button{font:inherit}.btn.admin-btn{background:#eef7ef;border-color:#bcd8c1;color:#0f6c31}.btn.admin-btn:hover{background:#e0f1e3;border-color:#9cc7a4}.flash-wrap{position:fixed;top:94px;left:50%;transform:translateX(-50%);z-index:90;width:min(620px,calc(100% - 30px));pointer-events:none}.flash{padding:13px 16px;border:1px solid;border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(23,42,28,.13);font-size:14px;font-weight:650;pointer-events:auto}.flash.success{border-color:#b7dbbf;background:#f0f9f2;color:#185f2c}.flash.error{border-color:#ecc3c3;background:#fff4f4;color:#9c2b2b}.flash.info{border-color:#cddbea;background:#f4f8fd;color:#315d85}.auth-logo{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #eef1ee}.auth-logo img{display:block;width:232px;max-width:100%;height:auto}.auth-card h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;margin:7px 0 4px}.auth-card .small a{color:var(--green);font-weight:800}.password-hint{margin:-5px 0 16px;color:#69736b;font-size:12px;line-height:1.4}.field input:focus{outline:3px solid rgba(22,129,59,.1);border-color:#88ba94}.ring.zero{background:#e8eeea}.user-role-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 12px;background:#eaf5ec;border:1px solid #cfe2d3;color:#176b32;font-size:12px;font-weight:800}.account-card{display:flex;flex-direction:column;gap:5px;max-width:520px;margin-top:24px;padding:18px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(32,54,37,.04)}.account-card strong{font-size:13px;color:#516056}.account-card span{font-size:16px;font-weight:800}.account-card small{color:var(--muted)}.admin-side{margin-top:16px;background:#f0f7f1;color:#146a30}.admin-shell{min-height:calc(100vh - 82px);padding:42px 0 56px;background:#f5f8f5}.admin-head{display:flex;justify-content:space-between;gap:32px;align-items:flex-end;margin-bottom:24px}.admin-head h1{font-size:44px;margin:6px 0 7px}.admin-head p{margin:0;color:var(--muted)}.admin-identity{min-width:260px;padding:15px 17px;border-radius:14px;border:1px solid #dce6dd;background:#fff;box-shadow:0 8px 25px rgba(35,55,39,.05);display:flex;flex-direction:column;gap:4px}.admin-identity strong{font-size:15px}.admin-identity span{font-size:12px;color:var(--muted)}.admin-identity b{align-self:flex-start;margin-top:4px;border-radius:999px;background:#e8f5eb;color:#11662d;padding:5px 9px;font-size:11px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.admin-stats>div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 19px;box-shadow:0 7px 22px rgba(32,54,37,.04)}.admin-stats span{display:block;font-size:12px;color:var(--muted);margin-bottom:8px}.admin-stats strong{font-family:Georgia,"Times New Roman",serif;font-size:30px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(32,54,37,.05)}.admin-card-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;border-bottom:1px solid #edf1ed}.admin-card-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:23px}.admin-card-head span{font-size:12px;color:var(--muted)}.table-wrap{overflow:auto}.admin-table{width:100%;border-collapse:collapse;min-width:780px;font-size:13px}.admin-table th{padding:12px 14px;text-align:left;background:#f7faf7;color:#687268;font-size:11px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e8ede9}.admin-table td{padding:13px 14px;border-bottom:1px solid #eef2ef;vertical-align:middle}.admin-table tbody tr:hover{background:#fafcfa}.role-pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#f0f2f0;color:#576258;font-size:11px;font-weight:750}.role-pill.admin{background:#e7f5ea;color:#11652d}.admin-notice{margin-top:18px}.topbar .brand{display:flex;align-items:center;flex:0 0 auto}.topbar .brand img{width:232px;max-height:58px}.mini-brand img{width:145px!important;height:auto}.proof i svg,.quick i svg,.academy-icon svg,.knowledge-sketch svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.quick i{display:block;width:28px;height:28px;color:#16813b}.academy-icon{width:34px;height:34px;color:#1a7c38}.proof i{padding:6px}.proof span{display:flex;flex-direction:column;gap:1px}.proof span small{font-weight:500;color:#6a746c}

@media(max-width:1180px){.topbar .brand img{width:205px}.topbar .navlinks{gap:18px}.topbar .actions{gap:7px}.topbar .actions .btn{padding:10px 13px}.admin-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.flash-wrap{top:78px}.topbar .brand img{width:196px}.nav.open .inline-form{width:100%}.nav.open .inline-form .btn{width:100%}.admin-shell{padding:26px 0 40px}.admin-head{align-items:stretch;flex-direction:column}.admin-head h1{font-size:36px}.admin-identity{min-width:0}.admin-stats{grid-template-columns:1fr 1fr}.account-card{max-width:none}.auth-card{padding:24px 20px}.auth-logo img{width:220px}}
@media(max-width:470px){.admin-stats{grid-template-columns:1fr}.admin-head h1{font-size:32px}}
