:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:#333;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(210deg,#633560,#2f4078,#3e6aa8 70%,#bb9eb6);background-attachment:fixed}#root{min-height:100vh}button{font-family:inherit}.navbar{position:fixed;top:1rem;right:1rem;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:60px;height:60px;border-radius:12px;box-shadow:0 4px 12px #00000026;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:20px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;transition:transform .2s ease}.hamburger:hover{transform:scale(1.1)}.hamburger span{width:100%;height:2px;background:#333;transition:all .3s ease}.menu{position:fixed;top:1rem;right:80px;width:200px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000026;border:1px solid rgba(255,255,255,.2);border-radius:12px;opacity:0;visibility:hidden;transform:translate(20px);transition:all .3s ease;z-index:1001;padding:.5rem 0}.menu-open{opacity:1;visibility:visible;transform:translate(0)}.menu-item{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;font-size:.9rem;cursor:pointer;transition:background-color .2s ease;border-radius:8px;margin:0 .5rem;width:calc(100% - 1rem)}.menu-item:hover{background-color:#d8d8d8}.menu-item.active{background-color:#333;color:#f5f5f5;font-weight:500}.overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#00000080;z-index:999}.profile-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem 0}.profile-picture{flex-shrink:0}.profile-picture img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #e0e0e0}.profile-page{padding:1rem;max-width:600px;margin:0 auto}.profile-info h1{margin:0 0 .5rem;font-size:2rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.profile-info .title{margin:0;color:#fff;font-size:1.1rem;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.3)}.profile-cards{display:flex;flex-direction:column;gap:1rem}.info-item{margin-bottom:.5rem;color:#666}.info-item:last-child{margin-bottom:0}.info-item strong{color:#333}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#333;color:#f5f5f5;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background:#f9f9f9}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.status-won{color:#2ecc71;font-weight:600}.status-lost{color:#e74c3c;font-weight:600}.history-guesses{display:flex;flex-direction:column;gap:.5rem}.history-guess-row{display:flex;justify-content:space-between;align-items:center}.guess-colors{display:flex;gap:.5rem}.guess-circle{width:30px;height:30px;border-radius:50%;border:2px solid #333}.feedback{font-size:.9rem;color:#333}@media(min-width:768px){.profile-page{padding:2rem}.profile-header{gap:2rem}.profile-picture img{width:150px;height:150px}.profile-info h1{font-size:2.5rem}.profile-cards{gap:1.5rem}}.game-status{text-align:center;margin-bottom:1.5rem}.game-status .message{font-weight:500;color:#333;font-size:1rem}.guess-section{margin-bottom:1.5rem;text-align:center}.number-inputs{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.number-inputs select{padding:.75rem;border:2px solid #ddd;border-radius:8px;font-size:1.2rem;min-width:70px;background:#f8f9fa;font-weight:700;text-align:center;cursor:pointer;transition:all .3s ease}.number-inputs select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.number-inputs select:disabled{background:#e9ecef;cursor:not-allowed;opacity:.6}.divider{height:2px;background:linear-gradient(to right,transparent,#ddd,transparent);margin:1.5rem 0}.guess-rows{display:flex;flex-direction:column;gap:.5rem}.guess-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:8px;transition:all .3s ease;max-width:300px;width:100%;margin:0 auto}.guess-row.empty{background:#00000005;border:1px dashed #ddd}.guess-row.filled{background:#fff;border:1px solid #eee;box-shadow:0 2px 5px #0000000d}.guess-pegs{display:flex;gap:.5rem}.guess-row .peg{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;border:2px solid rgba(0,0,0,.1);transition:all .3s ease}.guess-row.empty .peg{background:#f8f9fa;color:transparent}.guess-row.filled .peg{color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.5);border-color:#ffffff4d}.feedback{display:flex;gap:.5rem;align-items:center;min-width:80px;justify-content:flex-end}.black-pegs,.white-pegs{font-size:.9rem;font-weight:700}.black-pegs{color:#333}.white-pegs{color:#666}.won{font-size:1.2rem;margin-left:.5rem}.peg[data-color="1"]{background:#ff4757}.peg[data-color="2"]{background:#2ed573}.peg[data-color="3"]{background:#3742fa}.peg[data-color="4"]{background:#ffa502}.peg[data-color="5"]{background:#a4b0be}.peg[data-color="6"]{background:#8e44ad}@media(max-width:768px){.number-inputs{flex-wrap:wrap;gap:.75rem}.number-inputs select{min-width:60px;font-size:1rem}.guess-row{flex-direction:row;gap:.5rem;text-align:center}.feedback{justify-content:center}}@media(max-width:380px){.guess-row{flex-direction:column;gap:.5rem;text-align:center}.number-inputs select{min-width:20px;font-size:.6rem}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;max-width:400px;width:90%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #0000001a}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.modal-close:hover{background:#0000001a;color:#333}.modal-content h2{margin-bottom:1.5rem;color:#333;text-align:center}.error{color:#dc3545;font-size:.875rem;margin-bottom:1rem;padding:.5rem;background:#dc35451a;border-radius:5px}.form-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.form-actions button{width:100%}.form-footer{margin-top:1rem;text-align:center}.link-btn{background:none;border:none;color:#333;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:.5rem;transition:opacity .2s ease}.link-btn:hover{opacity:.7}@media(max-width:480px){.modal-content{padding:1.5rem;margin:1rem}.form-actions{flex-direction:column}}.showcases-page{padding:1rem;max-width:800px;margin:0 auto}.user-info{display:flex;align-items:center;justify-content:center;gap:1rem;color:#fff;font-weight:500;margin-top:1rem}.game-tabs{display:flex;justify-content:center;gap:0;margin-bottom:2rem;background:#fff;border-radius:12px;padding:.25rem;box-shadow:0 2px 10px #0000001a}.tab{flex:1;max-width:140px;padding:.75rem 1rem;background:transparent;color:#666;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.95rem;font-weight:500}.tab:hover{background:#0000000d;color:#333}.tab.active{background:#333;color:#fff;box-shadow:0 2px 8px #0003}.game-content{margin-bottom:2rem}.help-text{text-align:center;padding:1rem}.help-text p{margin:.25rem 0;color:#666;font-size:.9rem}.help-text code{background:#0000001a;padding:.2rem .4rem;border-radius:3px;font-family:monospace}.history-view{padding:2rem;min-height:300px}.history-view p{text-align:center;color:#666;margin:2rem 0}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#00000005;border-radius:8px;border:1px solid rgba(0,0,0,.05);transition:all .2s ease}.history-item:hover{background:#0000000a;border-color:#0000001a}.history-date{font-weight:600;color:#333;font-size:1rem}.history-stats{display:flex;gap:1rem;align-items:center}.history-stats span{font-size:.9rem;color:#666}.history-stats .won{color:#2e7d32;font-weight:600}.history-stats .lost{color:#d32f2f;font-weight:600}@media(max-width:768px){.showcases-page{padding:.5rem}.tab{max-width:120px;padding:.6rem .75rem;font-size:.9rem}}.projects-grid{display:flex;flex-direction:column;gap:1.5rem}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.2);transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.project-header h3{margin:0;color:#333;font-size:1.3rem}.status{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.status.completed{background:#e8f5e8;color:#2e7d32}.status.in-progress{background:#fff3e0;color:#f57c00}.project-card p{margin:0 0 1rem;color:#666;line-height:1.6}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f5f5f5;color:#555;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}@media(min-width:768px){.showcases-page{padding:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.page-header h1{font-size:2.5rem}}.contact-page{padding:1rem;max-width:800px;margin:0 auto}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-form{text-align:left}.contact-item{margin-bottom:1rem;color:#666}.contact-item:last-child{margin-bottom:0}.contact-item strong{color:#333;display:inline-block;width:80px}.contact-item a{color:#333;text-decoration:none}.contact-item a:hover{text-decoration:underline}.form-group input.error,.form-group textarea.error{border-color:#e74c3c;background-color:#fee}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.25rem;text-align:left}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:768px){.contact-page{padding:2rem}.contact-content{flex-direction:row}.contact-info,.contact-form{flex:1}}.btn{background:#333;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease;font-weight:500}.btn:hover:not(:disabled){background:#444;transform:translateY(-1px)}.btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-primary{background:#333}.btn-primary:hover:not(:disabled){background:#444}.btn-secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover:not(:disabled){background:#ffffff4d}.card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.3)}.card h3{margin:0 0 1rem;color:#333;font-size:1.3rem}.card p{margin:0;color:#666;line-height:1.6}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s ease;box-sizing:border-box;background:#f8f9fa}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#333;box-shadow:0 0 0 2px #3333331a}.form-group input:disabled,.form-group textarea:disabled,.form-group select:disabled{background:#e9ecef;cursor:not-allowed;opacity:.6}.form-group textarea{resize:vertical;min-height:100px}.page-header{text-align:center;margin-bottom:2rem}.page-header h1{margin:0 0 .5rem;font-size:2rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.page-header p{margin:0;color:#fff;font-size:1.1rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.message{padding:.75rem;border-radius:8px;margin:1rem 0;font-weight:500}.message.success{background:#e8f5e8;color:#2e7d32;border:1px solid #c8e6c9}.message.error{background:#ffebee;color:#c62828;border:1px solid #ffcdd2}.message.info{background:#e3f2fd;color:#1565c0;border:1px solid #bbdefb}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media(min-width:768px){.page-header h1{font-size:2.5rem}}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh}.main-content{padding:1rem;min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
