:root{--bg:#0f1724;--card:#0b1220;--muted:#94a3b8;--accent:#06b6d4;--glass: rgba(255,255,255,.04)}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;padding:0;background:linear-gradient(180deg,#061028,#07132a);color:#e6eef6}.app{min-height:100vh;display:flex;flex-direction:column}header{display:flex;align-items:center;justify-content:space-between;padding:28px 40px}.brand{display:flex;align-items:center;gap:12px}.logo{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,var(--accent),#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700}.brand h1{font-size:18px;margin:0}.container{max-width:1100px;margin:0 auto;padding:36px}.hero{display:flex;gap:40px;align-items:center}.hero-card{background:var(--card);padding:28px;border-radius:14px;box-shadow:0 6px 30px #02061799;flex:1}.hero h2{margin:0 0 12px}.muted{color:var(--muted)}.cta{margin-top:20px}.btn{background:linear-gradient(90deg,var(--accent),#7c3aed);color:#022;padding:10px 18px;border-radius:10px;border:none;cursor:pointer;font-weight:600}.profile{background:var(--glass);padding:22px;border-radius:12px;max-width:340px}.profile img{border-radius:999px;width:80px;height:80px;object-fit:cover}.profile h3{margin:10px 0 4px}.profile p{margin:0;color:var(--muted)}.logout{background:transparent;border:1px solid rgba(255,255,255,.06);color:var(--muted);padding:8px 12px;border-radius:8px;cursor:pointer}.dashboard{display:flex;gap:28px}.card{background:var(--card);padding:14px;border-radius:12px;flex:1}.small{font-size:13px;color:var(--muted)}.flex{display:flex;gap:12px;align-items:center}.hero-block{display:flex;gap:36px;align-items:stretch;margin-bottom:40px}.hero-left{flex:1}.hero-left h1{font-size:38px;margin:0 0 12px}.lead{font-size:18px}.hero-ctas{display:flex;gap:12px;margin-top:18px}.btn.ghost{background:transparent;color:var(--muted);border:1px solid rgba(255,255,255,.06)}.trust{display:flex;gap:18px;margin-top:20px}.trust-item{min-width:120px}.hero-right{width:320px;display:flex;align-items:center;justify-content:center}.mock-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:14px;border-radius:12px;width:100%}.lottie-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.mock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pill{background:#ffffff08;padding:6px 10px;border-radius:999px;font-size:12px}.badge{background:linear-gradient(90deg,var(--accent),#7c3aed);padding:6px 10px;border-radius:8px;color:#022;font-weight:700}.mock-body .row{display:flex;gap:12px;align-items:center}.avatar{width:56px;height:56px;border-radius:999px;background:linear-gradient(90deg,#7c3aed,var(--accent))}.mock-name{font-weight:700}.stats{display:flex;gap:12px;margin-top:14px}.stat-num{font-weight:800}.features{padding:32px 0}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:18px}.feature{background:var(--card);padding:16px;border-radius:10px}.project-card{transition:transform .18s ease,box-shadow .18s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px #02061766}.feature-ico{width:44px;height:44px;border-radius:10px;background:linear-gradient(90deg,var(--accent),#7c3aed);margin-bottom:8px}.how{padding:32px 0}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.how-step{background:var(--glass);padding:14px;border-radius:10px;display:flex;gap:12px;align-items:flex-start}.step-num{background:#ffffff08;width:36px;height:36px;border-radius:8px;display:grid;place-items:center;font-weight:700}.testimonials{padding:32px 0}.test-grid{display:flex;gap:12px}.test-card{background:var(--card);padding:18px;border-radius:10px;flex:1}.site-footer{padding:24px 0;margin-top:36px;border-top:1px solid rgba(255,255,255,.03)}.foot-grid{display:flex;justify-content:space-between;gap:12px}.foot-bottom{margin-top:18px;text-align:center}@media (max-width:900px){.hero-block{flex-direction:column}*{box-sizing:border-box}.feature-grid{grid-template-columns:1fr}}.content-max{max-width:1240px;margin:0 auto;padding:18px}.forms-wrap{display:grid;grid-template-columns:420px 1fr;gap:32px;align-items:stretch}.reveal{opacity:0;transform:translateY(10px);transition:opacity .6s cubic-bezier(.2,.9,.2,1),transform .6s cubic-bezier(.2,.9,.2,1)}.reveal.in{opacity:1;transform:none}.hero-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff05,#ffffff02);padding:28px;border-radius:18px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:420px}.hero-card:before{content:"";position:absolute;right:-120px;top:-80px;width:420px;height:420px;background:radial-gradient(circle at 30% 30%,rgba(124,58,237,.12),transparent 30%),radial-gradient(circle at 70% 70%,rgba(6,182,212,.08),transparent 30%);transform:rotate(12deg);filter:blur(18px);pointer-events:none}.reveal.delay-1{transition-delay:.05s}.reveal.delay-2{transition-delay:.18s}.form-card{display:flex;flex-direction:column;gap:14px}.reveal.delay-3{transition-delay:.32s}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:18px}@keyframes floaty{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.achievement-card{display:flex;flex-direction:column;justify-content:space-between;min-height:380px;border-radius:16px}.mock-card{animation:floaty 6s ease-in-out infinite;will-change:transform}.btn{transition:transform .16s ease,box-shadow .16s ease;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px}.media-carousel .media-thumb{width:100%;height:200px;border-radius:14px;box-shadow:0 14px 36px #0206175c;border:1px solid rgba(255,255,255,.02);object-fit:cover}.btn.primary{background:linear-gradient(90deg,#06b6d4,#7c3aed);color:#fff;border:none;box-shadow:0 10px 30px #06b6d40f;font-weight:800}.btn.primary:hover{box-shadow:0 18px 40px #06b6d41f}.cert-card.card{background:linear-gradient(180deg,#ffffff05,#ffffff02);padding:14px;border-radius:14px;box-shadow:0 10px 34px #0206175c;display:flex;flex-direction:column;justify-content:space-between;min-height:160px}.cert-card.card .avatar-sm{width:48px;height:48px;border-radius:12px}.cert-badge{position:absolute;left:12px;top:12px;background:linear-gradient(90deg,#06b6d4,#7c3aed);padding:6px 10px;border-radius:10px;color:#021;font-weight:800;font-size:12px}.feature:hover,.test-card:hover,.card:hover{transform:translateY(-6px);transition:transform .25s cubic-bezier(.2,.9,.2,1)}.card.no-hover:hover{transform:none}@media (max-width:640px){.hero-left h1{font-size:26px}.hero-right,.mock-card{display:none}.container{padding:20px}.how-grid{grid-template-columns:1fr}}.dev-stats{padding:18px 0}.stats-grid{display:grid;grid-template-columns:320px 1fr 320px;gap:12px;align-items:start}.skills{display:flex;flex-direction:column;gap:12px;margin-top:12px}.skill-head{display:flex;justify-content:space-between}.skill-bar{background:#ffffff0a;height:10px;border-radius:8px;overflow:hidden}.skill-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#06b6d4);transition:width .8s cubic-bezier(.2,.9,.2,1)}.map-placeholder{height:160px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(90deg,#ffffff05,#ffffff03);color:var(--muted)}.sparkline{display:block}.gamification{padding:30px 0}.g-grid{display:grid;grid-template-columns:240px 1fr 200px;gap:18px}.center{display:flex;flex-direction:column;align-items:center;justify-content:center}.progress-ring{width:120px;height:120px}.badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.badge-item{display:flex;flex-direction:column;align-items:center;gap:6px;background:var(--card);padding:10px;border-radius:10px;min-width:88px}.badge-ico{font-size:20px;color:#ffd166}.points.big{font-size:28px;font-weight:800}@media (max-width:1000px){.stats-grid,.g-grid{grid-template-columns:1fr}}.dashboard-shell{display:flex;gap:16px}.sidebar{width:220px;min-width:220px;flex:0 0 220px;background:linear-gradient(180deg,#ffffff05,#ffffff03);padding:14px;border-radius:12px}.side-brand{display:flex;gap:12px;align-items:center;margin-bottom:18px}.side-nav{display:flex;flex-direction:column;gap:10px}.nav-item{padding:10px;border-radius:8px;color:var(--muted);display:flex;gap:8px;align-items:center;cursor:pointer}.nav-item.active{background:#7c3aed1f;color:#e6eef8}.nav-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;color:var(--muted)}.dash-main{flex:1}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;padding:8px 6px;border-radius:10px;background:linear-gradient(180deg,#ffffff03,#ffffff02)}.topbar>div:first-child{width:220px}.search{display:none}.top-actions{display:flex;gap:12px;align-items:center}.action-group{display:flex;gap:8px;align-items:center;margin-right:12px}.profile-inline{display:flex;align-items:center;gap:12px}.hello{margin-right:6px}.avatar-with-level{position:relative;display:flex;flex-direction:column;align-items:center}.level-badge{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:linear-gradient(90deg,#ffd166,#ffb4a2);color:#061022;font-weight:800;font-size:12px;padding:2px 6px;border-radius:10px;box-shadow:0 6px 18px #02061780}.avatar-with-level .avatar-sm{box-shadow:0 8px 30px #02061773;border-radius:10px}.header-illustration{width:84px;height:40px;background:linear-gradient(90deg,#7c3aed1f,#06b6d40f);border-radius:8px;display:grid;place-items:center;color:var(--muted);font-size:12px}.btn .btn-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.btn.ghost{background:transparent;color:#e6eef6;border:1px solid rgba(255,255,255,.06);padding:10px 12px}.avatar-sm{width:40px;height:40px;border-radius:8px;object-fit:cover}.avatar-sm.placeholder{display:grid;place-items:center;background:#ffffff08;width:40px;height:40px;border-radius:8px}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:12px}.overview .big{font-size:28px;font-weight:800}.dash-grid{display:grid;grid-template-columns:1fr 320px;gap:12px}.col-left,.col-right{display:flex;flex-direction:column;gap:10px}.project-list{list-style:none;padding:0;margin:0}.project-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:8px;background:linear-gradient(180deg,#ffffff03,#ffffff01);gap:8px}.proj-name{font-weight:700}.proj-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.stars{display:flex;align-items:center;gap:6px;color:var(--muted)}.activity{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.badges-row{display:flex;gap:10px;flex-wrap:wrap}.badge-large{background:linear-gradient(90deg,#7c3aed,#06b6d4);padding:10px 14px;border-radius:10px;color:#022;font-weight:800}.pub-row{display:flex;gap:12px;align-items:flex-start}.pub-stat{min-width:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:6px}.pub-content{flex:1}.pub-list{display:grid;grid-template-columns:1fr;gap:10px;margin-top:8px}.pub-card{background:linear-gradient(180deg,#ffffff03,#ffffff01);padding:12px;border-radius:10px;display:flex;flex-direction:column;gap:6px;min-height:64px}.pub-title a{font-weight:700;color:inherit;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pub-title a:hover{text-decoration:underline}.pub-desc{font-size:12px;line-height:1.2;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pub-meta{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--muted)}.pub-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #02061759}@media (min-width:1000px){.pub-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-top:12px}.achievement-card{background:linear-gradient(180deg,#ffffff05,#ffffff02);padding:12px;border-radius:12px;box-shadow:0 8px 30px #02061773;transition:transform .18s ease,box-shadow .18s ease}.achievement-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #0206178c}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}@media (max-width:640px){.media-thumb{height:120px}}.achievements-form{padding:18px;overflow:hidden}.form-hero{display:flex;gap:18px;align-items:flex-start}.illustration{flex:0 0 220px;display:flex;flex-direction:column;align-items:center;padding:12px}.illustration svg{border-radius:12px}.form-fields{flex:1;display:flex;flex-direction:column;gap:10px}.field{width:100%;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:transparent;color:inherit}.field.area{min-height:120px;resize:vertical}.thumb-grid{display:flex;gap:8px;flex-wrap:wrap}.action-bar{display:flex;gap:8px;align-items:center}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;margin-top:12px}.achievement-card{padding:14px;border-radius:14px;background:linear-gradient(180deg,#ffffff05,#ffffff02);box-shadow:0 10px 30px #02061773}.post-header .avatar-sm{width:48px;height:48px;border-radius:10px;background:linear-gradient(90deg,#7c3aed,#06b6d4);color:#021;display:grid;place-items:center;font-weight:800}.post-body{margin-top:10px;color:#e6eef6}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.media-thumb{width:100%;height:160px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.04)}.file-link{display:inline-block;padding:8px 10px;border-radius:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.03)}.media-carousel{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.media-carousel .media-item{flex:0 0 220px;min-width:160px;scroll-snap-align:start}.media-carousel .media-item.file-item{display:flex;align-items:center;justify-content:center}.media-carousel .media-thumb{width:100%;height:160px;border-radius:12px;box-shadow:0 10px 30px #02061759;border:1px solid rgba(255,255,255,.02);object-fit:cover}.media-carousel .file-link{padding:10px 12px;background:linear-gradient(90deg,#7c3aed0f,#06b6d40a);border-radius:10px}@media (max-width:640px){.media-carousel .media-item{flex:0 0 160px;min-width:140px}.media-carousel .media-thumb{height:120px}}.forms-wrap{display:grid;grid-template-columns:360px 1fr;gap:28px;align-items:stretch}@media (max-width:1000px){.forms-wrap{grid-template-columns:1fr}}.hero-card{background:linear-gradient(180deg,#ffffff05,#ffffff02);padding:22px;border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:200px}.hero-card h2{margin:8px 0 4px}.form-card{display:flex;flex-direction:column;gap:12px}.forms-wrap>.hero-card,.forms-wrap>.form-card{height:100%}.forms-wrap>.hero-card{min-height:360px}.forms-wrap>.form-card{min-height:360px}.tabs{display:flex;gap:8px;background:transparent;padding:6px;border-radius:10px}.tab{padding:10px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.04);background:#ffffff05;color:var(--muted);cursor:pointer;font-weight:700}.tab.active{background:linear-gradient(90deg,#7c3aed,#06b6d4);color:#021;font-weight:800;border-color:transparent;box-shadow:0 10px 30px #7c3aed1f}.tab-panel{margin-top:8px}.card{background:linear-gradient(180deg,#ffffff05,#ffffff02);border:1px solid rgba(255,255,255,.02);padding:16px;border-radius:14px;box-shadow:0 14px 40px #02061799}.card h3{margin-top:0}.content-max{max-width:1180px;margin:0 auto;padding:12px 18px}.h-scroll-achievements{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:18px 6px 24px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;position:relative}.h-scroll-achievements>.achievement-card{flex:0 0 420px;min-width:320px;scroll-snap-align:start}.h-scroll-certs{display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;padding:12px 6px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;position:relative}.h-scroll-certs>.cert-card{flex:0 0 300px;min-width:240px;scroll-snap-align:start}.h-scroll-certs:before,.h-scroll-certs:after{content:"";position:absolute;top:0;bottom:0;width:56px;pointer-events:none}.h-scroll-certs:before{left:0;background:linear-gradient(90deg,rgba(2,6,23,.92),transparent)}.h-scroll-certs:after{right:0;background:linear-gradient(270deg,rgba(2,6,23,.92),transparent)}.h-scroll-achievements:before,.h-scroll-certs:before,.h-scroll-achievements:after,.h-scroll-certs:after{content:"";position:absolute;top:0;bottom:0;width:72px;pointer-events:none}.h-scroll-achievements:before,.h-scroll-certs:before{left:0;background:linear-gradient(90deg,rgba(2,6,23,.85),transparent)}.h-scroll-achievements:after,.h-scroll-certs:after{right:0;background:linear-gradient(270deg,rgba(2,6,23,.85),transparent)}.h-scroll-achievements::-webkit-scrollbar,.h-scroll-certs::-webkit-scrollbar{height:6px}.h-scroll-achievements::-webkit-scrollbar-track,.h-scroll-certs::-webkit-scrollbar-track{background:transparent}.h-scroll-achievements::-webkit-scrollbar-thumb,.h-scroll-certs::-webkit-scrollbar-thumb{background:#7c3aed38;border-radius:6px}.h-scroll-achievements::-webkit-scrollbar-thumb:hover,.h-scroll-certs::-webkit-scrollbar-thumb:hover{background:#7c3aed47}.h-scroll-achievements,.h-scroll-certs{scrollbar-width:thin;scrollbar-color:rgba(124,58,237,.22) transparent}@media (max-width:820px){.form-hero{flex-direction:column}.illustration{flex:0 0 auto}}.skill-mini{display:flex;flex-direction:column;gap:8px}.skill-name{font-weight:700}.skill-bar{height:10px;background:#ffffff0a;border-radius:8px}.skill-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#06b6d4);transition:width .8s}@media (max-width:1000px){.dashboard-shell{flex-direction:column}.sidebar{width:100%}.dash-grid,.overview-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061799;display:flex;align-items:center;justify-content:center;z-index:80}.modal-card{background:var(--card);padding:18px;border-radius:12px;min-width:420px;max-width:90%;box-shadow:0 12px 40px #02061799}.modal-card h3{margin-top:0}.modal-card label{display:block;margin-top:12px;font-size:13px}.modal-card input{width:100%;padding:8px;margin-top:6px;border-radius:8px;border:1px solid rgba(255,255,255,.04);background:transparent;color:inherit}.modal-card .error{color:#ffb4b4;margin-top:8px}.profile-page{display:flex;flex-direction:column;gap:20px}.profile-hero{display:flex;gap:20px;align-items:flex-start}.profile-left{display:flex;gap:18px;flex:1}.profile-avatar{width:120px;height:120px;border-radius:16px;object-fit:cover}.profile-avatar.placeholder{display:grid;place-items:center;width:120px;height:120px;border-radius:16px;background:linear-gradient(90deg,#7c3aed,#06b6d4);font-size:40px}.profile-meta h2{margin:0}.hero-stats{display:flex;gap:18px;margin-top:12px}.hero-stats .stat-num{font-weight:800;font-size:20px}.profile-actions{display:flex;gap:10px;margin-top:12px}.profile-right{width:320px;display:flex;flex-direction:column;gap:12px}.profile-body{display:grid;grid-template-columns:1fr 360px;gap:18px}.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}.project-card{background:linear-gradient(180deg,#ffffff03,#ffffff01);padding:12px;border-radius:10px}.proj-header{display:flex;justify-content:space-between;align-items:center}.proj-title{font-weight:700}@media (max-width:900px){.col-right{order:2}.col-left{order:1}.profile-right{width:100%}.profile-body{display:block}.card.small{margin-bottom:12px}}.proj-actions{margin-top:8px}.cert-grid{display:flex;flex-direction:column;gap:10px;margin-top:10px}.cert-card{background:var(--card);padding:10px;border-radius:8px}.cert-card.card{background:linear-gradient(180deg,#ffffff05,#ffffff02);padding:12px;border-radius:12px;box-shadow:0 8px 28px #0206175c;display:flex;flex-direction:column;justify-content:space-between;min-height:140px}.cert-card.card .avatar-sm{width:44px;height:44px}.timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.dropzone{border:1px dashed rgba(255,255,255,.04);padding:18px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffffff03,#ffffff02)}.dropzone.drop-active{background:linear-gradient(90deg,#7c3aed0f,#06b6d40a);border-color:#7c3aed80}.thumb-item{background:#ffffff05;padding:8px;border-radius:8px;border:1px solid rgba(255,255,255,.02);display:flex;flex-direction:column;gap:6px;min-width:140px}.thumb-name{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.achievement-card,.cert-card{background:linear-gradient(180deg,#ffffff05,#ffffff02);padding:12px;border-radius:12px}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-top:12px}.notif-item{padding:8px;border-radius:8px;background:linear-gradient(180deg,#ffffff03,#ffffff01)}.stat-num{font-size:22px}.project-grid .project-card{transition:transform .18s ease}.project-grid .project-card:hover{transform:translateY(-6px)}@media (max-width:1000px){.profile-body,.project-grid{grid-template-columns:1fr}.profile-right{width:100%}}.achievement-card,.cert-card{background:linear-gradient(180deg,#ffffff05,#ffffff02);box-shadow:0 10px 30px #02061773;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.achievement-card:hover,.cert-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #02061799;filter:brightness(1.02)}.achievements-page{padding:18px 8px 40px}.achievements-page .forms-wrap{gap:28px}.hero-card{padding:28px;border-radius:14px}.form-card{padding:8px}.form-fields .field{padding:12px;border-radius:12px}.btn.primary{padding:10px 16px;border-radius:12px}.achievements-grid{align-items:stretch}.achievement-card{display:flex;flex-direction:column;justify-content:space-between;min-height:340px}
