*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background:#f8f9fa;color:#1f1f1f;overflow-x:hidden}h1,h2,h3,h4,h5{font-family:'Poppins',sans-serif;font-weight:600}.game-header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:100}.logo-link{color:#1f1f1f;text-decoration:none;font-weight:500;transition:color .3s}.logo-link:hover{color:#ef233c}.game-title{font-size:1.25rem;color:#ef233c;font-weight:700}@media(max-width:768px){.game-title{font-size:1rem}}.game-container{padding:2rem 0;min-height:calc(100vh - 200px)}.stats-bar{margin-bottom:2rem}.stat-card{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;align-items:center;gap:.75rem;transition:transform .3s,box-shadow .3s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.stat-card i{font-size:1.5rem}@media(max-width:768px){.stat-card i{font-size:1.25rem}}.stat-info{display:flex;flex-direction:column}.stat-label{font-size:.75rem;color:#6c757d;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.25rem;font-weight:700;color:#1f1f1f}@media(max-width:768px){.stat-value{font-size:1rem}}.crossword-wrapper{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08)}.crossword-controls{display:flex;gap:.5rem;flex-wrap:wrap}.crossword-controls .btn{font-size:.875rem;padding:.5rem 1rem}@media(max-width:576px){.crossword-controls{justify-content:center}.crossword-controls .btn{flex:1;min-width:100px}}.crossword-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:2px;max-width:500px;margin:0 auto;padding:1rem;background:#e9ecef;border-radius:8px;aspect-ratio:1}@media(max-width:768px){.crossword-grid{max-width:100%;padding:.5rem;gap:1px}}.crossword-cell{background:#fff;border:2px solid #dee2e6;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;cursor:pointer;position:relative;transition:all .2s;min-height:40px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}@media(max-width:576px){.crossword-cell{font-size:1rem;min-height:35px}}.crossword-cell.blocked{background:#1f1f1f;cursor:default;border-color:#1f1f1f}.crossword-cell.active{border-color:#ef233c;background:#fff5f5;box-shadow:0 0 0 2px rgba(239,35,60,.2)}.crossword-cell.correct{background:#d4edda;border-color:#28a745}.crossword-cell.hint-revealed{background:#fff3cd;border-color:#ffc107}.crossword-cell input{width:100%;height:100%;border:none;background:transparent;text-align:center;font-size:inherit;font-weight:inherit;outline:none;text-transform:uppercase;caret-color:#ef233c}.crossword-cell .cell-number{position:absolute;top:2px;left:3px;font-size:.6rem;color:#6c757d;font-weight:600}@media(max-width:576px){.crossword-cell .cell-number{font-size:.5rem;top:1px;left:2px}}.clues-wrapper{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08);max-height:600px;overflow-y:auto}@media(max-width:992px){.clues-wrapper{max-height:400px;margin-top:1rem}}.clues-title{font-size:1.25rem;color:#1f1f1f;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #ef233c}.clues-list{display:flex;flex-direction:column;gap:.75rem}.clue-item{padding:.75rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #dee2e6;cursor:pointer;transition:all .3s}.clue-item:hover{background:#e9ecef;border-left-color:#ef233c;transform:translateX(5px)}.clue-item.active{background:#fff5f5;border-left-color:#ef233c;box-shadow:0 2px 8px rgba(239,35,60,.15)}.clue-item.solved{background:#d4edda;border-left-color:#28a745;opacity:.7}.clue-number{font-weight:700;color:#ef233c;margin-right:.5rem;font-size:1rem}.clue-text{color:#1f1f1f;font-size:.95rem;line-height:1.5}.promotion-section{padding:3rem 0}.section-title{font-size:2rem;color:#1f1f1f;margin-bottom:2rem}@media(max-width:768px){.section-title{font-size:1.5rem}}.promo-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,.08);text-align:center;transition:transform .3s,box-shadow .3s;height:100%}.promo-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.promo-card i{font-size:3rem;color:#ef233c;margin-bottom:1rem}.promo-card h4{font-size:1.25rem;margin-bottom:1rem;color:#1f1f1f}.promo-card p{color:#6c757d;margin-bottom:1.5rem;font-size:.95rem}.modal-content{border:none;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15)}.modal-header{padding:1.5rem}.modal-title{color:#1f1f1f;font-size:1.5rem}.modal-body{padding:2rem}.completion-stats{margin:2rem 0}.completion-stat i{font-size:2.5rem;margin-bottom:.5rem}.completion-stat h4{font-size:2rem;font-weight:700;color:#1f1f1f;margin:.5rem 0}.completion-stat p{color:#6c757d;font-size:.95rem;margin:0}.upgrade-promo{background:#fff5f5;border:2px solid #ef233c;border-radius:12px}.upgrade-promo h4,.upgrade-promo h5{color:#ef233c;font-weight:700}.upgrade-benefits{margin:1.5rem 0}.upgrade-benefits li{padding:.5rem 0;font-size:.95rem;color:#1f1f1f}.game-footer{background:#1f1f1f;color:#fff;margin-top:3rem}.game-footer a{color:#ef233c;text-decoration:none}.btn-danger{background:#ef233c;border-color:#ef233c;font-weight:600;transition:all .3s}.btn-danger:hover{background:#d81f35;border-color:#d81f35;transform:translateY(-2px);box-shadow:0 4px 12px rgba(239,35,60,.3)}.btn-outline-danger{color:#ef233c;border-color:#ef233c;font-weight:600;transition:all .3s}.btn-outline-danger:hover{background:#ef233c;border-color:#ef233c;color:#fff;transform:translateY(-2px)}@media(max-width:576px){.btn{padding:.5rem 1rem;font-size:.875rem}}.fade-in{animation:fadeIn .5s ease-in}.pulse{animation:pulse 1s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ef233c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#d81f35}