@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:#333;font-family:Inter,sans-serif;margin:0}.App{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffffd9;border:1px solid #fff3;border-radius:16px;box-shadow:0 10px 30px #0000001a;margin:40px auto;max-width:1000px;padding:30px}.app-header{border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding-bottom:20px;text-align:center}.app-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#1a73e8,#4a00e0);-webkit-background-clip:text;font-size:2.8rem;font-weight:700;margin:0}.app-header p{color:#5f6368;font-size:1.1rem}.navbar{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;justify-content:center;margin-bottom:40px;padding:8px}.nav-button{background-color:initial;border:none;border-radius:8px;color:#5f6368;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;position:relative;transition:all .3s ease}.nav-button:hover{color:#1a73e8}.nav-button.active{background-color:#1a73e8;box-shadow:0 4px 12px #1a73e84d;color:#fff;transform:translateY(-2px)}.content{padding:10px}.section-content{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section-content h2{border-bottom:2px solid #1a73e8;color:#333;display:inline-block;font-size:2rem;margin-bottom:20px;padding-bottom:10px}.section-content li,.section-content p{color:#4f4f4f;font-size:1.1rem}@media (max-width:768px){.App{margin:20px;padding:20px}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}.navbar{align-items:stretch;flex-direction:column}.nav-button{margin:4px 0;text-align:center}.section-content h2{font-size:1.8rem}}@media (max-width:480px){.App{border-radius:8px;margin:10px;padding:15px}.app-header h1{font-size:1.5rem}.app-header p,.author-info-container span{font-size:.9rem}.author-info-container{flex-direction:column;gap:8px}.content{padding:5px}.section-content h2{font-size:1.5rem}.section-content li,.section-content p{font-size:1rem}}
/*# sourceMappingURL=main.5f2d00dc.css.map*/