:root{--yeliq-purple:#7c6ff6;--yeliq-dark:#0b0d17;--yeliq-gray:#c6c8d0;--bg-light:#f9fafc}body{font-family:var(--font-inter),sans-serif;background:#fff;color:#111827}h1,h2,h3,h4{font-weight:600;letter-spacing:-.01em}body,html{margin:0;padding:0;height:100%;font-family:Inter,sans-serif;color:var(--yeliq-dark)}a{text-decoration:none!important;color:inherit}.layout{display:grid;grid-template-columns:15% 85%;height:100vh}.layout aside{background:#fff;border-right:1px solid #e5e7eb;padding:2%;justify-content:space-between}.layout aside .logo{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-weight:700;font-size:1.25rem;color:var(--yeliq-purple)}.layout aside .logo img{display:block;height:36px;width:auto}.layout aside nav{display:flex;flex-direction:column;gap:1.25rem}.layout aside nav a{font-size:1rem;font-weight:500;color:var(--yeliq-purple)}.layout aside .footer-link{margin-top:auto;font-size:.95rem;color:var(--yeliq-purple)}.layout main{overflow-y:auto}.layout main header{padding-bottom:1rem;margin-bottom:2rem;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:1.25rem}.layout aside{display:flex;flex-direction:column;height:100%}.layout aside nav{flex-grow:1}.layout aside .footer{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}