:root{--spesn-red:#e50922;--spesn-red2:#870015;--spesn-silver:#c6c9cf;--spesn-white:#f7f8fa;--spesn-black:#050507;--spesn-panel:#111218;--spesn-line:rgba(255,255,255,.12)}
body .spesn,body .spesn-dashboard{background:var(--spesn-black);color:var(--spesn-white);font-family:Inter,Arial,sans-serif;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;overflow:hidden}.spesn *,.spesn-dashboard *{box-sizing:border-box}.spesn-wrap{width:min(1240px,calc(100% - 36px));margin:auto}.spesn-hero,.spesn-profile-hero,.spesn-cta{min-height:620px;display:flex;align-items:center;position:relative;background:linear-gradient(90deg,#050507 0%,rgba(5,5,7,.8) 45%,rgba(5,5,7,.18)),var(--spesn-bg);background-size:cover;background-position:center}.spesn-hero--short{min-height:440px}.spesn-profile-hero{min-height:500px}.spesn-veil{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent 60%),radial-gradient(circle at 15% 50%,rgba(229,9,34,.22),transparent 35%)}.spesn-hero .spesn-wrap,.spesn-profile-hero .spesn-wrap,.spesn-cta .spesn-wrap{position:relative;z-index:2;max-width:900px;margin-left:max(18px,calc((100vw - 1240px)/2))}.spesn span,.spesn-dashboard span{letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;color:var(--spesn-silver);font-weight:800}.spesn h1,.spesn-dashboard h1{font-size:clamp(2.7rem,6vw,6.8rem);line-height:.92;margin:.25em 0;max-width:1050px}.spesn h2{font-size:clamp(2rem,4vw,4.1rem);line-height:1.02;margin:.2em 0}.spesn h3{font-size:1.45rem;margin:.4em 0}.spesn p,.spesn li{color:#d9dbe0;line-height:1.75}.spesn-hero p,.spesn-profile-hero p,.spesn-cta p{font-size:1.16rem;max-width:760px}.spesn-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.spesn-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--spesn-red),var(--spesn-red2));color:#fff!important;text-decoration:none!important;border:0;border-radius:4px;padding:15px 24px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;box-shadow:0 12px 35px rgba(229,9,34,.23)}.spesn-btn--ghost{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.32);box-shadow:none}.spesn-btn--small{padding:10px 14px;font-size:.72rem}.spesn-section{padding:90px 0;background:linear-gradient(180deg,#08090d,#050507)}.spesn-section--gallery{background:#0d0e13}.spesn-intro{max-width:850px;margin-bottom:42px}.spesn-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.spesn-card,.spesn-panel{background:linear-gradient(145deg,rgba(25,27,35,.98),rgba(10,11,15,.98));border:1px solid var(--spesn-line);border-radius:16px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.28)}.spesn-card__image{height:235px;display:block;background-size:cover;background-position:center;position:relative}.spesn-card__image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85),transparent 65%)}.spesn-card>div{padding:24px}.spesn-card a{color:#fff;text-decoration:none}.spesn-card__foot{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:20px}.spesn-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:28px}.spesn-gallery figure{margin:0;height:240px;overflow:hidden;border-radius:12px;border:1px solid var(--spesn-line)}.spesn-gallery img{width:100%;height:100%;object-fit:cover;transition:.4s}.spesn-gallery figure:hover img{transform:scale(1.06)}.spesn-cta{min-height:480px}.spesn-panel{padding:32px}.spesn-form label,.spesn-upload label{display:block;font-weight:800;color:#fff;margin-bottom:16px}.spesn-form input,.spesn-form select,.spesn-form textarea,.spesn-upload input{width:100%;margin-top:8px;padding:14px;background:#08090d;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:7px}.spesn-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.spesn-dashboard{padding:45px 0 100px}.spesn-dashboard header{padding:55px;border-radius:18px;background-size:cover;background-position:center;margin-bottom:25px}.spesn-account-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.spesn-stats,.spesn-admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0}.spesn-stats>div,.spesn-admin-stats>div{padding:18px;border:1px solid var(--spesn-line);background:#090a0e;border-radius:10px}.spesn-stats b,.spesn-admin-stats b{font-size:1.3rem;display:block;margin-top:7px}.spesn-files{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.spesn-files h3{width:100%}.spesn-files a{color:#fff;background:#090a0e;border:1px solid var(--spesn-line);padding:10px 14px;border-radius:6px}.spesn-rich{line-height:1.75}.spesn-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0}.spesn-tiers article{padding:25px;background:#08090d;border:1px solid var(--spesn-line);border-radius:12px}
@media(max-width:900px){.spesn-grid{grid-template-columns:1fr 1fr}.spesn-gallery{grid-template-columns:repeat(2,1fr)}.spesn-stats,.spesn-admin-stats,.spesn-tiers{grid-template-columns:1fr 1fr}.spesn-hero .spesn-wrap,.spesn-profile-hero .spesn-wrap,.spesn-cta .spesn-wrap{margin:auto}.spesn-hero,.spesn-profile-hero{min-height:540px}}
@media(max-width:620px){.spesn-grid,.spesn-form-grid,.spesn-stats,.spesn-admin-stats,.spesn-tiers{grid-template-columns:1fr}.spesn-gallery{grid-template-columns:1fr 1fr}.spesn-gallery figure{height:170px}.spesn-section{padding:62px 0}.spesn-dashboard header{padding:32px 22px}.spesn-account-head{display:block}.spesn h1,.spesn-dashboard h1{font-size:2.65rem}}
