body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation-header{background:#fff;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;box-sizing:border-box;display:flex;height:10vh;justify-content:space-between;left:0;padding:0 40px;position:fixed;top:0;width:100%;z-index:1000}.navigation-header .logo-container{align-items:center;display:flex;height:100%;justify-content:center;width:70px}.navigation-header .hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;margin-top:7%;padding:0;width:30px;z-index:1001}.navigation-header .hamburger-menu span{background:#222;border-radius:10px;height:3px;transition:all .3s ease;width:100%}@media(max-width:768px){.navigation-header .hamburger-menu{display:flex}}.navigation-header .link-container{align-items:center;display:flex;gap:1rem;height:100%;justify-content:flex-end}@media(max-width:768px){.navigation-header .link-container{display:none}}.navigation-header .link-container .nav-link,.navigation-header .link-container .simple-kitchen{border-radius:6px;color:#222;cursor:pointer;font-weight:500;letter-spacing:.5px;padding:10px 20px;position:relative;text-decoration:none;transition:all .3s ease}.navigation-header .link-container .nav-link:hover,.navigation-header .link-container .simple-kitchen:hover{box-shadow:0 0 20px #ffb3004d;color:#ffb300}.navigation-header .logo-icon{height:60%;width:60%}.navigation-header .logo-icon:hover{fill:#4ecdc4}.overlay{display:none}@media(max-width:768px){.overlay{background:#00000080;display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}}.mobile-menu{display:none}@media(max-width:768px){.mobile-menu{background:#fff;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;gap:1rem;height:100%;left:-100%;max-width:300px;padding:80px 20px 20px;position:fixed;top:0;transition:left .3s ease;width:70%;z-index:1000}.mobile-menu.open{left:0}.mobile-menu .mobile-nav-link{border-radius:8px;color:#222;font-weight:500;padding:15px 20px;text-decoration:none;transition:background .2s ease}.mobile-menu .mobile-nav-link:hover{background:#18a9991a;color:#ffb300}}.footer{background:#222;color:#fff;padding:2rem;text-align:center}.footer .footer-copyright{font-size:1rem;margin-bottom:.5rem;opacity:.9}.footer .footer-made{font-size:.9rem;opacity:.7}@media(max-width:768px){.footer .footer-copyright{font-size:.9rem}.footer .footer-made{font-size:.8rem}}.main-content{padding:10px 1.5rem 2rem}@media(min-width:768px){.main-content{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.main-content{padding-left:3rem;padding-right:3rem}}.home-page{min-height:100vh;width:100%}.hero-section{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:50vh;padding:10vh 2rem 2rem}.hero-section .hero-content{color:#fff;max-width:800px;text-align:center}.hero-section .hero-content .hero-title{animation:fadeInUp .8s ease;font-size:3.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.hero-section .hero-content .hero-title{font-size:2.5rem}}.hero-section .hero-content .hero-subtitle{animation:fadeInUp 1s ease;font-size:2rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}@media(max-width:768px){.hero-section .hero-content .hero-subtitle{font-size:1.5rem}}.hero-section .hero-content .hero-description{animation:fadeInUp 1.2s ease;font-size:1.2rem;line-height:1.8;opacity:.85}@media(max-width:768px){.hero-section .hero-content .hero-description{font-size:1rem}}.tech-section{background:#fff;padding:4rem 2rem}.tech-section .section-container{margin:0 auto;max-width:1200px}.tech-section .section-title{color:#222;font-size:2.5rem;margin-bottom:3rem;margin-top:0;text-align:center}@media(max-width:768px){.tech-section .section-title{font-size:2rem}}.tech-section .tech-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:80%}.tech-section .tech-grid .tech-card{background:#f5f7fa;border:2px solid #e0e0e0;border-radius:12px;padding:1rem;position:relative;text-align:center;transition:all .3s ease}.tech-section .tech-grid .tech-card .tech-name{color:#222;font-size:1.2rem;font-weight:600}.tech-section .tech-grid .tech-card .learning-badge{color:#ffb300;display:block;font-size:.8rem;font-weight:500;margin-top:.5rem}.projects-section{background:#f5f7fa;padding:5rem 2rem}.projects-section .section-container{margin:0 auto;max-width:1200px}.projects-section .section-title{color:#222;font-size:2.5rem;margin-bottom:3rem;text-align:center}@media(max-width:768px){.projects-section .section-title{font-size:2rem}}.projects-section .projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}@media(max-width:768px){.projects-section .projects-grid{grid-template-columns:1fr}}.projects-section .projects-grid .project-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .3s ease}.projects-section .projects-grid .project-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.projects-section .projects-grid .project-card .project-info .project-title{color:#222;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.projects-section .projects-grid .project-card .project-info .project-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.projects-section .projects-grid .project-card .project-info .project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.projects-section .projects-grid .project-card .project-info .project-tech .tech-badge{background:#ffb300;border-radius:6px;color:#fff;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.projects-section .projects-grid .project-card .project-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.projects-section .projects-grid .project-card .project-button:hover{box-shadow:0 4px 12px #667eea66;transform:scale(1.05)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-section{background:#fff;padding:5rem 2rem}.contact-section .section-container{margin:0 auto;max-width:800px;text-align:center}.contact-section .section-title{color:#222;font-size:2.5rem;margin-bottom:1.5rem}@media(max-width:768px){.contact-section .section-title{font-size:2rem}}.contact-section .contact-description{color:#666;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}@media(max-width:768px){.contact-section .contact-description{font-size:1rem}}.contact-section .contact-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.contact-section .contact-links .contact-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-section .contact-links .contact-button:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-3px)}@media(max-width:768px){.contact-section .contact-links .contact-button{font-size:.9rem;padding:.8rem 1.5rem}}.option-item{width:40%}@media(max-width:768px){.option-item{border-radius:50%;width:90%}}.option-item{align-items:center;background:linear-gradient(90deg,#2d5016,#a8c5a0);border-radius:12px;display:flex;gap:.5rem;padding:.6rem .8rem;transition:transform .2s ease,box-shadow .2s ease}.option-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.option-item span{color:#fff;flex:1 1;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.option-item input{background:#0000;border:none;caret-color:#fff;color:#fff;font-size:.9rem;outline:none;width:100%}.option-item .delete-btn,.option-item .edit-btn{background:none;border:none;cursor:pointer;padding:2px}.option-item .edit-btn{color:#fff}.option-item .delete-btn{color:#e74c3c}.option-item.empty{align-items:center;display:flex;justify-content:center}.option-item.empty .empty-message{color:#999;font-size:1.2rem;text-align:center}.winner-display{align-items:center;background:#fffffff2;border:3px solid #ffb300;border-radius:16px;box-shadow:0 4px 20px #0003;display:flex;flex-direction:column;gap:2rem;padding:2rem 8rem;position:absolute;text-align:center;z-index:10}@media(max-width:768px){.winner-display{gap:1rem;max-width:85%;padding:2rem 3rem}}.winner-display h1.winner-text{-webkit-text-fill-color:#0000;animation:bounce .6s ease;background:linear-gradient(45deg,gold,orange);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin:0;text-shadow:0 0 20px #ffb30066}@media(max-width:768px){.winner-display h1.winner-text{font-size:1rem}.winner-display img{width:40px!important}}.winner-display .winner-text-container{align-items:center;display:flex;flex-direction:row;gap:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px);transform:translateY(10px)}}.winner-display .close-icon{color:#333;cursor:pointer;position:absolute;right:1rem;top:1rem}.winner-display .close-icon:hover{color:#ffb300}.winner-display .close-btn{background:#0000;border:none;cursor:pointer;padding:.25rem;position:absolute;right:1rem;top:1rem}.winner-display .close-btn svg{color:#666}.winner-display .close-btn:hover svg{color:#ffb300}.winner-display .remove-btn{background:#423ce7;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.winner-display .remove-btn:hover{background:#c0392b}.roulette-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:30% 70%;height:75vh;padding:15vh 20px 20px}.roulette-container .left-panel{display:flex;flex-direction:column;gap:1.5rem;height:100%}@media(max-width:768px){.roulette-container .left-panel{gap:0;height:35vh;position:relative}}.roulette-container .left-panel .options-list{display:flex;flex:9 1;flex-wrap:wrap;justify-content:center;max-height:60vh}@media(max-width:768px){.roulette-container .left-panel .options-list{max-height:25vh;padding-bottom:5rem}}.roulette-container .left-panel .options-list{align-content:flex-start;background:#fff;border:2px solid #e0e0e0;border-radius:50px;box-shadow:0 2px 8px #00000014;gap:10px;overflow-y:scroll;padding:2rem 2rem 5rem}.roulette-container .left-panel>div:last-child{flex:1 1;max-width:100%;position:relative}@media(max-width:768px){.roulette-container .left-panel>div:last-child{bottom:5%;left:0;margin:0 auto;max-width:90%;position:absolute;right:0;z-index:10}}.roulette-container .left-panel>div:last-child input{background:#f0fff3;border:2px solid #ccc;border-radius:50px;box-sizing:border-box;font-size:1rem;padding:1rem 2rem;width:100%}.roulette-container .left-panel>div:last-child button{aspect-ratio:1/1;background:#fff;border-radius:50%;cursor:pointer;height:80%;position:absolute;right:0;top:10%;transform:translateX(-10%)}.roulette-container .left-panel>div:last-child button:hover{background-color:#9297f61a}.roulette-container .right-panel{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:50px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;position:relative}@media(max-width:768px){.roulette-container .right-panel{height:45vh;position:relative}}.roulette-container .right-panel .dark-overlay{background:#00000080;border-radius:50px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.roulette-container .right-panel .wheel-container{cursor:pointer}.roulette-container .right-panel .empty-state{align-items:flex-start;background-image:url(https://cdn-icons-png.flaticon.com/512/2917/2917995.png);background-position:50%;background-repeat:no-repeat;background-size:60%;display:flex;height:100%;justify-content:center;opacity:.3;padding-top:3rem;width:100%}.roulette-container .right-panel .empty-state .empty-state-text{color:#0b3d2e;font-size:1.5rem;opacity:1;text-align:center;z-index:1}@media(max-width:768px){.roulette-container{gap:1rem;grid-template-columns:1fr;grid-template-rows:auto auto;height:auto;padding-top:13vh}}
/*# sourceMappingURL=main.8bec277b.css.map*/