@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto+Mono";header{width:100%;position:fixed;top:0;left:0;right:0;z-index:9999}nav{width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;background-color:#fcfcfc;color:#fff;padding:10px;box-shadow:2px 2px 4px #0003}.logo{width:50%;margin-left:25px;width:325px;max-width:50%}.logo img{max-width:100%;cursor:pointer;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.links{text-align:right;width:50%;margin-right:1rem;display:flex;gap:1.5rem;justify-content:flex-end;align-items:center}.links a{font-family:"Press Start 2P",cursive;font-size:.7rem;color:#c9477e;text-decoration:none;cursor:pointer;transition:all .3s ease;padding:.5rem}.links a:hover{color:#570055;transform:translateY(-2px)}@media(max-width:768px){nav{flex-direction:column;gap:1rem}.logo{width:80%;max-width:250px;margin-left:0}.links{width:100%;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-right:0}.links a{font-size:.6rem}}footer{background-color:#fcfcfc;padding:2rem 0;margin-top:3rem;box-shadow:0 -2px 4px #0000001a}#footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:0 2rem}#footer-legal{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:.5rem}.links-legal{font-family:Roboto Mono,monospace;font-size:.9rem;color:#c9477e;text-decoration:none;transition:color .3s ease}.links-legal:hover{color:#570055;text-decoration:underline}.span-legal{color:#c9477e;font-family:Roboto Mono,monospace}#footer-copy-right{text-align:center}#footer-copy-right p{font-family:Roboto Mono,monospace;font-size:.9rem;color:#570055;margin:0}@media(max-width:768px){#footer-legal,#footer-copy-right p{font-size:.8rem}}.btn{background-color:#fff;color:#570055;border:none;padding:15px 30px;border-radius:4px;cursor:pointer;font-size:16px;font-family:Roboto Mono,monospace;transition:all .2s ease}.btn:hover:not(:disabled){box-shadow:4px 4px 8px #570055;transform:scale(1.02)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#c9477e;color:#fff}.btn-secondary{background-color:#fff;color:#570055}.btn-danger{background-color:#e74c3c;color:#fff}#cookie-notice{background-color:#c9477e;margin:0 auto;display:flex;flex-direction:column;align-items:center;align-content:center;color:#fff;position:fixed;bottom:0;left:0;right:0;width:90%;padding:50px;box-sizing:border-box;text-align:center;z-index:999;border-radius:.2rem;font-family:Roboto Mono,monospace;box-shadow:4px 4px 8px #570055}#cookie-notice p{color:#fff;margin-bottom:1rem;line-height:1.6}#cookie-notice a{font-size:16px;text-decoration:none;color:#570055;font-weight:700}#cookie-notice a:hover{text-decoration:underline}@media(max-width:768px){#cookie-notice{padding:30px 20px;width:95%}#cookie-notice p{font-size:14px}}.dashboard-layout{min-height:100vh;background-color:#f5f5f5;overflow-x:hidden;width:100%}.dashboard-header{background-color:#570055;color:#fff;padding:1rem 2rem;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.dashboard-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.dashboard-logo a{font-family:"Press Start 2P",cursive;font-size:1rem;color:#fae3db;text-decoration:none;transition:color .3s}.dashboard-logo a:hover{color:#c9477e}.dashboard-user{position:relative}.dashboard-user-button{background-color:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-family:Roboto Mono,monospace;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:all .3s}.dashboard-user-button:hover{background-color:#fff3;border-color:#c9477e}.dashboard-user-name{font-weight:700}.dashboard-user-icon{font-size:.75rem;transition:transform .3s}.dashboard-user-button:hover .dashboard-user-icon{transform:translateY(2px)}.dashboard-user-menu{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;overflow:hidden;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-user-menu-item{display:block;width:100%;padding:1rem 1.5rem;background:none;border:none;color:#570055;font-family:Roboto Mono,monospace;font-size:.95rem;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .2s}.dashboard-user-menu-item:hover{background-color:#fae3db}.dashboard-user-menu-item.logout{color:#d32f2f;border-top:1px solid #e0e0e0}.dashboard-user-menu-item.logout:hover{background-color:#ffe0e0}.dashboard-main{max-width:1400px;margin:0 auto;padding:2rem;box-sizing:border-box;width:100%}@media(max-width:768px){.dashboard-header{padding:1rem}.dashboard-logo a{font-size:.8rem}.dashboard-user-button{padding:.5rem 1rem;font-size:.9rem}.dashboard-user-name{display:none}.dashboard-main{padding:1rem}}#home-container{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:2rem;gap:3rem;min-height:70vh}#image-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}#image-container img{max-width:350px;height:auto;animation:float 3s ease-in-out infinite}#text-container{max-width:900px;text-align:center}@media(max-width:768px){#home-container{flex-direction:column;padding:1rem;min-height:auto}#image-container img{max-width:250px}#text-container{text-align:center}}#services-point{height:80px;margin-top:-80px}#services-container{padding:3rem 2rem;max-width:1200px;margin:0 auto}#services-title{text-align:center;margin-bottom:3rem}#services-general-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.services-box{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:4px 4px 12px #57005533;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.service-icon{font-size:3rem;margin-bottom:1rem;filter:grayscale(20%)}.services-box:hover{transform:translateY(-5px);box-shadow:6px 6px 16px #5700554d}.services-box h3{color:#c9477e;font-family:"Press Start 2P",cursive;font-size:1rem;margin-bottom:1rem;line-height:1.5}.services-box p{color:#570055;font-family:Roboto Mono,monospace;font-size:.95rem;line-height:1.6}@media(max-width:768px){#services-container{padding:2rem 1rem}#services-general-box{grid-template-columns:1fr}.services-box h3{font-size:.85rem}}#faq-point{height:80px;margin-top:-80px}#faq-container{padding:3rem 2rem;max-width:1000px;margin:0 auto}#faq-title{text-align:center;margin-bottom:3rem}#faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background-color:#fff;border-radius:8px;box-shadow:2px 2px 8px #5700551a;overflow:hidden}.faq-question{font-family:Roboto Mono,monospace;font-size:1.1rem;color:#c9477e;padding:1.5rem;cursor:pointer;margin:0;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.faq-question:hover{background-color:#c9477e0d}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 1.5rem;font-family:Roboto Mono,monospace;color:#570055;line-height:1.8}.faq-answer.active{max-height:1000px;padding:1.5rem}.faq-answer a{color:#c9477e;text-decoration:none;font-weight:700}.faq-answer a:hover{text-decoration:underline}@media(max-width:768px){#faq-container{padding:2rem 1rem}.faq-question{font-size:.95rem;padding:1rem}.faq-answer{font-size:.9rem}.faq-answer.active{padding:1rem}}.form-label-input{display:flex;flex-direction:column;margin-bottom:1rem}.form-label-input label{font-family:Roboto Mono,monospace;font-size:1rem;color:#c9477e;margin-bottom:.5rem;font-weight:700}.form-label-input input{padding:10px;font-size:16px;border:2px solid #c9477e;border-radius:4px;font-family:Roboto Mono,monospace;transition:all .3s ease}.form-label-input input:focus{outline:none;border-color:#570055;box-shadow:0 0 5px #c9477e80}.form-label-input input::placeholder{color:#999;font-style:italic}.form-textarea{display:flex;flex-direction:column;margin-bottom:1rem}.form-textarea label{font-family:Roboto Mono,monospace;font-size:1rem;color:#c9477e;margin-bottom:.5rem;font-weight:700}.form-textarea textarea{padding:10px;font-size:16px;border:2px solid #c9477e;border-radius:4px;font-family:Roboto Mono,monospace;resize:vertical;transition:all .3s ease}.form-textarea textarea:focus{outline:none;border-color:#570055;box-shadow:0 0 5px #c9477e80}.form-textarea textarea::placeholder{color:#999;font-style:italic}#contact-point{height:80px;margin-top:-80px}#contact-container{padding:3rem 2rem;max-width:800px;margin:0 auto}#contact-title{text-align:center;margin-bottom:3rem}#contact-title p{font-family:Roboto Mono,monospace;color:#570055b3;margin-top:1rem;font-size:1.1rem}#contact-form{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:2px 2px 12px #5700551a}.error-message{color:#c9477e;font-family:Roboto Mono,monospace;font-size:.85rem;margin-top:-.8rem;margin-bottom:1rem;margin-left:.2rem}.submit-error{text-align:center;margin-top:1rem;margin-bottom:1.5rem;font-size:.95rem}#contact-form button[type=submit]{width:100%;margin-top:1.5rem;padding:1rem;font-size:1rem}.success-popup{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease}.popup-content{background-color:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 20px #5700554d;text-align:center;max-width:400px;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.popup-icon{width:60px;height:60px;margin:0 auto 1.5rem;background-color:#c9477e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.popup-content h3{font-family:"Press Start 2P",cursive;color:#570055;font-size:1.2rem;margin-bottom:1rem}.popup-content p{font-family:Roboto Mono,monospace;color:#570055b3;margin-bottom:.5rem;line-height:1.6}@media(max-width:768px){#contact-container{padding:2rem 1rem}#contact-form{padding:1.5rem}#contact-title p{font-size:1rem}.popup-content{margin:0 1rem;padding:2rem 1.5rem}.popup-content h3{font-size:1rem}}.home-page{min-height:100vh;background-color:#fae3db}.minesweeper-cell{width:30px;height:30px;border:2px solid rgba(87,0,85,.3);background-color:#fae3db;display:flex;align-items:center;justify-content:center;font-family:Roboto Mono,monospace;font-size:1rem;font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s}.minesweeper-cell:hover:not(.disclosed){background-color:#f0d4cc;border-color:#c9477e}.minesweeper-cell.disclosed{background-color:#fff;border-color:#57005533;cursor:default}.minesweeper-cell.mine{background-color:#ffe0e0}.minesweeper-cell.exploded{background-color:#f44;animation:explode .3s ease-out}.minesweeper-cell.flagged{background-color:#fff3cd}@keyframes explode{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.minesweeper-cell.disclosed{color:#570055e6}.minesweeper-board{display:grid;gap:1px;background-color:#57005533;padding:10px;border-radius:8px;box-shadow:0 4px 12px #00000026;width:fit-content;margin:0 auto}.minesweeper-game{padding:2rem;max-width:800px;margin:0 auto}.game-header{text-align:center;margin-bottom:2rem}.game-header h2{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.5rem;line-height:2;margin-bottom:1.5rem}.game-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem;font-family:Roboto Mono,monospace}.info-label{font-size:.9rem;color:#570055b3}.info-value{font-size:1.5rem;font-weight:700;color:#c9477e}.difficulty-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.difficulty-btn{padding:.75rem 1.5rem;border:2px solid rgba(87,0,85,.3);background-color:#fff;color:#570055;font-family:Roboto Mono,monospace;font-size:.95rem;border-radius:8px;cursor:pointer;transition:all .3s}.difficulty-btn:hover{background-color:#fae3db;border-color:#c9477e}.difficulty-btn.active{background-color:#c9477e;color:#fff;border-color:#c9477e}.game-actions{display:flex;justify-content:center;margin-top:2rem}.game-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out}.game-modal{background-color:#fff;border-radius:12px;padding:2rem;max-width:400px;width:90%;box-shadow:0 8px 24px #0000004d;animation:slideUp .3s ease-out;text-align:center}.game-modal h3{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.2rem;line-height:1.8;margin:0 0 1rem}.game-modal p{font-family:Roboto Mono,monospace;color:#570055e6;font-size:1rem;margin:0 0 1.5rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.minesweeper-game{padding:1rem}.game-header h2{font-size:1.2rem}.game-info{gap:1rem}.info-value{font-size:1.2rem}.difficulty-selector{flex-direction:column;gap:.75rem}.difficulty-btn{width:100%}}.projects-page{min-height:calc(100vh - 160px);padding:2rem 1rem}.projects-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.projects-hero h1{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:2.5rem;line-height:3rem;margin-bottom:1rem}.projects-subtitle{font-family:Roboto Mono,monospace;color:#570055cc;font-size:1.1rem;max-width:600px;margin:0 auto}.project-container{max-width:900px;margin:0 auto}.project-card{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}.project-header{margin-bottom:2rem;text-align:center}.project-header h2{font-family:"Press Start 2P",cursive;color:#570055;font-size:1.3rem;line-height:2;margin-bottom:1rem}.project-description{font-family:Roboto Mono,monospace;color:#570055cc;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.tech-badge{display:inline-block;padding:.4rem .8rem;background-color:#fae3db;color:#570055;border:2px solid rgba(87,0,85,.2);border-radius:6px;font-family:Roboto Mono,monospace;font-size:.85rem;font-weight:700}.project-game{border-top:2px solid #fae3db;padding-top:2rem}@media(max-width:768px){.projects-hero h1{font-size:1.8rem;line-height:2.5rem}.projects-subtitle{font-size:1rem}.project-card{padding:1.5rem}.project-header h2{font-size:1.1rem}}.success-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background-color:#fae3db;padding:2rem}.success-container{background-color:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:2px 2px 12px #5700551a;text-align:center;max-width:500px}.success-icon{width:80px;height:80px;margin:0 auto 2rem;background-color:#c9477e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700}.success-container h1{font-family:"Press Start 2P",cursive;color:#570055;font-size:1.5rem;margin-bottom:1.5rem}.success-container p{font-family:Roboto Mono,monospace;color:#570055b3;margin-bottom:1rem;line-height:1.6;font-size:1.1rem}.success-container a{display:inline-block;margin-top:2rem}@media(max-width:768px){.success-container h1{font-size:1.2rem}.success-container p{font-size:1rem}}.legal-page{min-height:calc(100vh - 200px);background-color:#fae3db;padding:2rem}.legal-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.legal-image{position:sticky;top:100px}.legal-image img{width:100%;height:auto;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.legal-content{background-color:#fff;padding:3rem;border-radius:12px;box-shadow:2px 2px 12px #5700551a}.legal-content h1{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.5rem;margin-bottom:2rem;line-height:1.8}.legal-content h3{font-family:"Press Start 2P",cursive;color:#570055;font-size:.9rem;margin-top:2rem;margin-bottom:1rem;line-height:1.6}.legal-content p{font-family:Roboto Mono,monospace;color:#570055cc;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.legal-content ul{font-family:Roboto Mono,monospace;color:#570055cc;line-height:1.8;margin-left:2rem;margin-bottom:1.5rem}.legal-content ul li{margin-bottom:.5rem}.legal-content a{color:#c9477e;text-decoration:none;font-weight:700}.legal-content a:hover{text-decoration:underline}@media(max-width:968px){.legal-container{grid-template-columns:1fr;gap:2rem}.legal-image{position:static;max-width:250px;margin:0 auto}.legal-content{padding:2rem}.legal-content h1{font-size:1.2rem}.legal-content h3{font-size:.8rem}}.login-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fae3db;padding:2rem}.login-container{background-color:#fff;padding:3rem;border-radius:12px;box-shadow:4px 4px 20px #57005526;max-width:450px;width:100%}.login-container h1{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.5rem;text-align:center;margin-bottom:2rem;line-height:1.8}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-error{background-color:#ffe0e0;color:#d32f2f;padding:1rem;border-radius:8px;border:2px solid #d32f2f;font-family:Roboto Mono,monospace;font-size:.9rem;text-align:center}@media(max-width:768px){.login-container{padding:2rem}.login-container h1{font-size:1.2rem}}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background-color:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #fae3db}.modal-header h2{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.2rem;line-height:1.8;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#570055b3;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close:hover{background-color:#fae3db;color:#c9477e}.modal-body{padding:2rem}.modal-field{margin-bottom:1.5rem}.modal-field label{display:block;font-family:"Press Start 2P",cursive;font-size:.8rem;color:#570055;margin-bottom:.5rem;line-height:1.6}.modal-field p{font-family:Roboto Mono,monospace;color:#570055e6;line-height:1.6;margin:0}.modal-field a{color:#c9477e;text-decoration:none}.modal-field a:hover{text-decoration:underline}.message-content{background-color:#f9f9f9;padding:1rem;border-radius:8px;border:1px solid #e0e0e0;white-space:pre-wrap;word-wrap:break-word}.ip-address{font-size:.9rem;color:#57005599}.status-select{width:100%;padding:.75rem 1rem;border:2px solid rgba(87,0,85,.3);border-radius:8px;font-family:Roboto Mono,monospace;font-size:.95rem;background-color:#fff;cursor:pointer;transition:border-color .3s}.status-select:hover,.status-select:focus{border-color:#c9477e;outline:none}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #fae3db}.btn-cancel,.btn-save{padding:.75rem 1.5rem;border:none;border-radius:8px;font-family:Roboto Mono,monospace;font-size:.95rem;cursor:pointer;transition:all .3s}.btn-cancel{background-color:#f5f5f5;color:#570055cc}.btn-cancel:hover{background-color:#e0e0e0}.btn-save{background-color:#c9477e;color:#fff}.btn-save:hover:not(:disabled){background-color:#570055}.btn-save:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.modal-content{max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:1rem 1.5rem}.modal-header h2{font-size:1rem}.modal-footer{flex-direction:column}.btn-cancel,.btn-save{width:100%}}.dashboard-page{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;width:100%}.dashboard-header-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header-section h1{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.5rem;line-height:1.8;margin:0}.dashboard-filters{display:flex;gap:1rem}.dashboard-filter-select{padding:.75rem 1rem;border:2px solid rgba(87,0,85,.3);border-radius:8px;font-family:Roboto Mono,monospace;font-size:.95rem;background-color:#fff;cursor:pointer;transition:border-color .3s}.dashboard-filter-select:hover,.dashboard-filter-select:focus{border-color:#c9477e;outline:none}.dashboard-loading,.dashboard-empty{text-align:center;padding:3rem;font-family:Roboto Mono,monospace;color:#570055b3}.dashboard-error{background-color:#ffe0e0;color:#d32f2f;padding:1rem;border-radius:8px;border:2px solid #d32f2f;font-family:Roboto Mono,monospace;margin-bottom:1.5rem}.dashboard-table-container{overflow-x:auto}.dashboard-table{width:100%;border-collapse:collapse;font-family:Roboto Mono,monospace}.dashboard-table thead{background-color:#570055;color:#fff}.dashboard-table th{padding:1rem;text-align:left;font-weight:700;font-size:.9rem;white-space:nowrap}.dashboard-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.dashboard-table tbody tr:hover{background-color:#fae3db}.dashboard-table td{padding:1rem;font-size:.9rem;color:#570055e6}.subject-cell{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-badge{display:inline-block;padding:.4rem .8rem;border-radius:6px;font-size:.85rem;font-weight:700;white-space:nowrap}.status-pending{background-color:#fff3cd;color:#856404}.status-reviewed{background-color:#cfe2ff;color:#084298}.status-responded{background-color:#d1e7dd;color:#0f5132}.btn-view{background-color:#c9477e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-family:Roboto Mono,monospace;cursor:pointer;transition:background-color .3s}.btn-view:hover{background-color:#570055}@media(max-width:968px){.dashboard-page{padding:1rem}.dashboard-header-section{flex-direction:column;align-items:flex-start}.dashboard-header-section h1{font-size:1.2rem}.dashboard-table{font-size:.85rem}.dashboard-table th,.dashboard-table td{padding:.75rem .5rem}.subject-cell{max-width:150px}}.profile-page{max-width:800px;margin:0 auto}.profile-page h1{font-family:"Press Start 2P",cursive;color:#c9477e;font-size:1.8rem;margin-bottom:2rem;line-height:1.8}.profile-container{background-color:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.profile-form{display:flex;flex-direction:column;gap:2rem}.profile-message{padding:1rem;border-radius:8px;font-family:Roboto Mono,monospace;font-size:.95rem;text-align:center}.profile-message.success{background-color:#d1e7dd;color:#0f5132;border:2px solid #0f5132}.profile-message.error{background-color:#ffe0e0;color:#d32f2f;border:2px solid #d32f2f}.profile-section{display:flex;flex-direction:column;gap:1.5rem}.profile-section h2{font-family:"Press Start 2P",cursive;color:#570055;font-size:1rem;line-height:1.6;margin:0;padding-bottom:.5rem;border-bottom:2px solid #fae3db}.profile-hint{font-family:Roboto Mono,monospace;font-size:.9rem;color:#57005599;margin:0;font-style:italic}@media(max-width:768px){.profile-page h1{font-size:1.4rem}.profile-container{padding:1.5rem}.profile-section h2{font-size:.9rem}}.App{min-height:100vh;display:flex;flex-direction:column}#main-container{flex:1;margin-top:80px;width:100%}h1{padding-right:10px;padding-left:10px;line-height:4rem;text-align:center;font-family:"Press Start 2P",cursive;font-size:1.8rem;color:#c9477e;text-shadow:-1px 1px 2px rgb(252 252 252)}h2{font-family:"Press Start 2P",cursive;font-size:1.4rem;color:#c9477e;text-align:center}h3{font-family:Roboto Mono,monospace;color:#c9477e}p{font-family:Roboto Mono,monospace;line-height:1.8}.text-bold{font-weight:700}@media(max-width:768px){h1{font-size:1.2rem;line-height:2.5rem}h2{font-size:1rem}#main-container{margin-top:140px}}:root{font-family:Roboto Mono,monospace;line-height:1.5;font-weight:400}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html{scroll-behavior:smooth;overflow-x:hidden;width:100%}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fae3db;overflow-x:hidden;width:100%;box-sizing:border-box}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
