.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:2px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.header-content{max-width:1600px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);font-size:1.5rem;font-weight:700;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-icon{width:40px;height:40px;object-fit:contain}.logo-text{color:var(--text);font-weight:800}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-link{padding:.625rem 1.5rem;text-decoration:none;color:var(--text-secondary);border-radius:8px;transition:all .2s;font-weight:600;font-size:1rem}.nav-link:hover{color:var(--text);background:var(--surface)}.nav-link.active{color:var(--text);background:var(--surface);border-bottom:3px solid var(--text)}.main-content{flex:1;width:100%;margin:0 auto}.footer{text-align:center;padding:1rem;background:var(--surface);border-top:1px solid var(--border);color:var(--text-secondary);font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer p{margin:.5rem 0}.footer p:first-child{color:var(--text);margin-bottom:.75rem}.footer a{color:var(--text);text-decoration:none;font-weight:600;transition:all .2s;border-bottom:2px solid transparent}.footer a:hover{color:var(--text);border-bottom-color:var(--text)}@media (max-width: 768px){.header-content{padding:1rem}.logo{font-size:1.25rem}.logo-icon{width:32px;height:32px}.nav-links{gap:.25rem}.nav-link{padding:.5rem 1rem;font-size:.875rem}}.page-loader{display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%;padding:2rem}.loader-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loader-spinner{width:50px;height:50px;border:4px solid var(--border);border-top:4px solid var(--text);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{color:var(--text-secondary);font-size:1rem;font-weight:600;letter-spacing:.05em;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.page-loader+*{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.page-loader{min-height:50vh;padding:1rem}.loader-spinner{width:40px;height:40px;border-width:3px}.loader-text{font-size:.875rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #000000;--primary-dark: #1a1a1a;--secondary: #333333;--background: #ffffff;--surface: #f5f5f5;--surface-hover: #e8e8e8;--text: #000000;--text-secondary: #666666;--border: #e0e0e0;--error: #000000;--success: #000000;--accent: #000000}html{overscroll-behavior:none;overflow-x:hidden}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background-attachment:fixed;color:var(--text);min-height:100vh;overscroll-behavior-y:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}#root{min-height:100vh;overflow-x:hidden;overscroll-behavior:none}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text)}
