@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--bg-color:#f8fafc;--sidebar-bg:#fff;--text-main:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--sidebar-width:280px;--card-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--header-height:60px}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);max-width:100vw;color:var(--text-main);scroll-behavior:smooth;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);border-right:1px solid var(--border-color);z-index:100;height:100vh;padding:2rem 1.5rem;position:fixed;top:0;left:0;overflow-y:auto}.logo{color:var(--primary-color);align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700;display:flex}.nav-list{list-style:none}.nav-item{margin-bottom:.5rem}.nav-link{color:var(--text-main);border-radius:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.nav-link:hover{color:var(--primary-color);background-color:#f1f5f9;transform:translate(4px)}.nav-link.active{background-color:var(--primary-color);color:#fff}.main-content{margin-left:var(--sidebar-width);flex:1;max-width:1200px;padding:3rem 4rem}.section{margin-bottom:5rem;scroll-margin-top:2rem}.section-title{color:#0f172a;margin-bottom:1.5rem;font-size:2.25rem;font-weight:700}.image-container{border:1px solid var(--border-color);background:#fff;border-radius:1rem;margin-bottom:2rem;overflow:hidden}.screenshot{width:100%;height:auto;display:block}.description{color:var(--text-muted);max-width:800px;font-size:1.1rem;line-height:1.7}.page-header{margin-bottom:4rem}.page-title{color:#0f172a;margin-bottom:1rem;font-size:3rem;font-weight:800}.page-subtitle{color:#64748b;max-width:700px;font-size:1.25rem}.page-footer{border-top:1px solid var(--border-color);text-align:center;color:#94a3b8;margin-top:8rem;padding-top:2rem;padding-bottom:4rem}.mobile-header,.mobile-overlay{display:none}.desktop-logo{display:flex}@media (max-width:1024px){.sidebar{width:240px}.main-content{margin-left:240px;padding:2rem}}@media (max-width:768px){.layout{flex-direction:column}.mobile-header{background:var(--sidebar-bg);border-bottom:1px solid var(--border-color);z-index:110;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.menu-toggle{cursor:pointer;color:var(--text-main);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.sidebar{z-index:120;border-right:1px solid var(--border-color);width:280px;height:100vh;box-shadow:none;border-bottom:none;padding:2rem 1.5rem;transition:left .3s;position:fixed;top:0;left:-280px}.sidebar.open{left:0;box-shadow:2px 0 8px #0000001a}.desktop-logo{display:none}.mobile-overlay{z-index:115;background:#00000080;width:100vw;height:100vh;display:block;position:fixed;top:0;left:0}.nav-list{padding-bottom:0;display:block;overflow-x:visible}.nav-item{white-space:normal;margin-bottom:.5rem}.nav-link{background:0 0;border-radius:.5rem;padding:.75rem 1rem;font-size:.95rem}.nav-link:hover{transform:translate(4px)}.nav-link.active{background:var(--primary-color)}.main-content{margin-left:0;padding:1.5rem 1rem}.page-header{margin-bottom:2rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.section-title{margin-bottom:1rem;font-size:1.5rem}.section{margin-bottom:3rem;scroll-margin-top:80px}.page-footer{margin-top:4rem}}
