.navbar{background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:60px;display:flex;justify-content:center;align-items:center;font-size:1.1rem;position:sticky;top:0;z-index:999}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:60px;z-index:1;width:100%;padding:0 60px}.navbar-logo{color:var(--accent-color);cursor:pointer;text-decoration:none;font-size:1.3rem;font-weight:700;display:flex;align-items:center}.nav-menu{display:flex;align-items:center;list-style:none;text-align:center;gap:2rem}.nav-item{height:60px}.nav-links{color:#ccd6f6;display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;cursor:pointer}.nav-links:hover{color:var(--accent-color);transition:all .2s ease-out}#root{width:100%;margin:0;padding:0;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--bg-color: #0a192f;--text-color: #ccd6f6;--accent-color: #00d2ff;--slate-color: #8892b0;--navy-light: #112240}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:Playfair Display,serif;color:#e6f1ff;line-height:1.1}a{color:var(--accent-color);text-decoration:none;transition:all .3s ease}a:hover{color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--navy-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--slate-color)}
