﻿*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;line-height:1.5;color:#333;background-color:#f5f5f5;padding-top:6rem}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.columns{display:flex;flex-wrap:wrap;margin:0 -.5rem}.column{flex:1;padding:0 .5rem;min-width:0}.column.is-half{flex:0 0 50%;max-width:50%}.column.is-one-quarter{flex:0 0 25%;max-width:25%}@media (max-width:768px){.footer .column.is-one-quarter{flex:0 0 100%;max-width:100%;margin-bottom:2rem}}.column.is-full{flex:0 0 100%;max-width:100%}.is-centered{justify-content:center;align-items:center}.is-mobile{flex-direction:column}.columns.is-mobile.bottom-navigation{flex-direction:row;justify-content:space-between;align-items:center}.columns.is-mobile.bottom-navigation .column{flex:0 1 auto;width:auto}.columns.is-mobile.bottom-navigation .column:last-child{text-align:right}@media (max-width:768px){.columns.is-mobile.bottom-navigation{flex-direction:column;gap:1rem}.columns.is-mobile.bottom-navigation .column:last-child{text-align:center}}.is-multiline{flex-wrap:wrap}.title{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.title.is-2{font-size:1.75rem}.title.is-4{font-size:1.25rem}.title.is-5{font-size:1.125rem}.subtitle{font-size:1.25rem;font-weight:400;line-height:1.4}.subtitle.is-6{font-size:1rem}.content{max-width:65ch;margin:0 auto}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin:1.5rem 0 1rem 0;font-weight:600;line-height:1.3}.content p{margin-bottom:1rem}.content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.content li{margin-bottom:.5rem}.has-text-centered{text-align:center}.has-text-weight-bold{font-weight:700}.is-size-4{font-size:1.25rem}.is-size-5{font-size:1.125rem}.is-size-6{font-size:1rem}.is-size-7{font-size:.875rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid transparent;border-radius:6px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;background:#3273dc;color:#fff;min-height:2.5rem}.button:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.button:active{transform:translateY(0)}.button.is-small{font-size:.875rem;padding:.5rem .75rem;min-height:2rem}.button.is-primary{background:#3273dc;border-color:#3273dc}.button.is-info{background:#209cee;border-color:#209cee}.button.is-success{background:#48c774;border-color:#48c774}.button.is-warning{background:#ffdd57;border-color:#ffdd57;color:#333}.button.is-link{background:#3273dc;border-color:#3273dc}.button.is-light{background:#f5f5f5;border-color:#f5f5f5;color:#333}.button.is-outlined{background:0 0;border-color:currentColor}.button.is-static{background:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;cursor:default}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.input,.textarea{width:100%;padding:.75rem;border:2px solid #dbdbdb;border-radius:6px;font-size:1rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.textarea:focus{outline:0;border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.field{margin-bottom:1rem}.field.has-addons{display:flex;gap:.5rem}.field.has-addons .control{flex:1}.field.has-addons .control.is-expanded{flex:1 1 auto}.control{position:relative}.label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.navbar{position:fixed;top:0;left:0;right:0;display:flex;align-items:stretch;background:#3273dc;color:#fff;z-index:1000;min-height:3.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.navbar-brand{display:flex;align-items:center;padding:0 1rem;min-height:3.5rem;flex-shrink:0}.navbar-item{display:flex;align-items:center;padding:.75rem 1rem;color:#fff;text-decoration:none;transition:background-color .2s ease;white-space:nowrap}.navbar-item:hover{background:rgba(255,255,255,.1)}.navbar-burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;background:0 0;border:none;cursor:pointer;color:#fff}.navbar-burger span{display:block;width:1.5rem;height:2px;background:#fff;margin:2px 0;transition:all .3s ease}.navbar-menu{display:flex;align-items:stretch;justify-content:space-between;flex:1;padding:0 1rem}.navbar-start{display:flex;align-items:stretch;justify-content:flex-start}.navbar-end{display:flex;align-items:stretch;justify-content:flex-end}.navbar-item.has-dropdown{position:relative}.navbar-link{display:flex;align-items:center;padding:.75rem 1rem;color:#fff;text-decoration:none;transition:background-color .2s ease;cursor:pointer}.navbar-link:hover{background:rgba(255,255,255,.1)}.navbar-dropdown{position:absolute;top:100%;left:0;min-width:200px;background:#fff;border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.navbar-item.has-dropdown.is-hoverable:hover .navbar-dropdown,.navbar-item.has-dropdown:hover .navbar-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.navbar-dropdown .navbar-item{color:#333;padding:.75rem 1rem;border-bottom:1px solid #eee}.navbar-dropdown .navbar-item:last-child{border-bottom:none}.navbar-dropdown .navbar-item:hover{background:#f5f5f5;color:#3273dc}.box{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem;margin-bottom:1rem}.notification{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1rem;position:relative}.notification.is-info{background:#e3f2fd;border-left:4px solid #2196f3;color:#0d47a1}.notification.is-success{background:#e8f5e8;border-left:4px solid #4caf50;color:#1b5e20}.notification.is-warning{background:#fff3e0;border-left:4px solid #ff9800;color:#e65100}.delete{position:absolute;top:.5rem;right:.5rem;background:0 0;border:none;font-size:1.2rem;cursor:pointer;color:inherit;opacity:.7}.delete:hover{opacity:1}.frame-wordle-container{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border:2px solid #e1e8ed;display:block;width:100%;min-height:200px}.wordle-game-section{max-width:600px;margin:0 auto}.guess-input-section{margin-bottom:1.5rem}.guess-input-section .field.has-addons{max-width:500px;margin:0 auto}.guess-input-section .control.is-expanded{flex:1}.guess-input-section .input{border:3px solid #3273dc;border-radius:8px;font-size:1rem;font-weight:600;text-align:center;letter-spacing:.5px;transition:border-color .3s ease,box-shadow .3s ease}.guess-input-section .input:focus{border-color:#48c774;box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.guess-input-section .button{border-radius:8px;font-weight:600;white-space:nowrap;transition:transform .3s ease,box-shadow .3s ease}.guess-input-section .button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.attempts-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.75rem;background:rgba(255,255,255,.8);border-radius:8px;border:2px solid #ddd;flex-wrap:wrap;gap:.5rem}#attempts-counter{font-size:1.1rem;font-weight:700;color:#2c3e50}.wordle-feedback-grid{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;min-height:100px;width:100%;overflow:visible}.wordle-guess-row{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center;margin-bottom:.25rem;max-width:100%}.wordle-tile{width:50px;height:50px;display:flex;align-items:center;justify-content:center;border:2px solid #ddd;border-radius:6px;font-size:1.5rem;font-weight:900;text-transform:uppercase;transition:all .3s ease;background:#fff;color:#2c3e50}.wordle-tile.correct{background-color:#48c774;border-color:#48c774;color:#fff}.wordle-tile.present{background-color:#ffdd57;border-color:#ffdd57;color:#fff}.wordle-tile.absent{background-color:#718096;border-color:#718096;color:#fff}.puzzle-nav-buttons-container{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:500px;margin:1.5rem auto 0}.puzzle-nav-buttons-container .button{font-size:1.3125rem;padding:.65rem 1rem;height:auto;min-height:3rem;width:100%;justify-content:center}.puzzle-nav-buttons-container .control{width:100%}.puzzle-nav-buttons-container .field{margin-bottom:0}.has-background-info{background-color:#209cee}.has-background-info-light{background-color:#e3f2fd}.has-background-success-light{background-color:#e8f5e8}.has-background-warning-light{background-color:#fff3e0}.has-background-primary-light{background-color:#e3f2fd}.has-background-dark{background-color:#333}.has-text-white{color:#fff}.icon{display:inline-flex;align-items:center;justify-content:center;width:1.2em;height:1.2em}.icon-check{width:0;height:0;border-left:.3em solid transparent;border-bottom:.3em solid transparent;border-right:0;border-top:0;transform:rotate(45deg);border-color:currentColor;border-width:0 .15em .15em 0}.icon-share{width:.8em;height:.8em;border:.1em solid currentColor;border-radius:.1em 0 0 0;position:relative}.icon-share::after{content:'';position:absolute;top:.2em;right:-.4em;width:0;height:0;border:.2em solid transparent;border-left-color:currentColor}.icon-lightbulb{width:.8em;height:.8em;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;border:.1em solid currentColor;position:relative}.icon-lightbulb::after{content:'';position:absolute;bottom:-.2em;left:50%;transform:translateX(-50%);width:.3em;height:.2em;background:currentColor;border-radius:0 0 .1em .1em}.icon-eye{width:.8em;height:.5em;border:.1em solid currentColor;border-radius:50%;position:relative}.icon-eye::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.2em;height:.2em;background:currentColor;border-radius:50%}.icon-chevron-left,.icon-chevron-right{width:.6em;height:.6em;border-right:.15em solid currentColor;border-bottom:.15em solid currentColor}.icon-chevron-left{transform:rotate(135deg)}.icon-chevron-right{transform:rotate(-45deg)}.icon-home{width:.8em;height:.7em;border:.1em solid currentColor;border-radius:.1em .1em 0 0;position:relative}.icon-home::after{content:'';position:absolute;top:-.4em;left:50%;transform:translateX(-50%);width:0;height:0;border:.3em solid transparent;border-bottom-color:currentColor}.icon-star{width:.8em;height:.8em;position:relative;display:inline-block}.icon-star::after,.icon-star::before{content:'';position:absolute;left:50%;top:50%;width:.4em;height:.1em;background:currentColor;transform-origin:left center}.icon-star::before{transform:translate(-50%,-50%) rotate(45deg)}.icon-star::after{transform:translate(-50%,-50%) rotate(-45deg)}.icon-arrow-left,.icon-arrow-right{width:.6em;height:.6em;border-right:.15em solid currentColor;border-bottom:.15em solid currentColor}.icon-arrow-left{transform:rotate(135deg)}.icon-arrow-right{transform:rotate(-45deg)}.icon-redo{width:.8em;height:.8em;border:.15em solid currentColor;border-radius:50%;border-right-color:transparent;position:relative}.icon-redo::after{content:'';position:absolute;top:.2em;right:.1em;width:0;height:0;border:.2em solid transparent;border-top-color:currentColor;transform:rotate(45deg)}.icon-copy{width:.7em;height:.8em;border:.1em solid currentColor;border-radius:.1em;position:relative}.icon-copy::after{content:'';position:absolute;bottom:-.3em;right:-.3em;width:.7em;height:.8em;border:.1em solid currentColor;border-radius:.1em;border-left:none}@media (max-width:768px){.navbar-brand{width:100%;justify-content:space-between}.navbar-burger{display:flex}.navbar-menu{position:absolute;top:100%;left:0;right:0;background:#3273dc;flex-direction:column;padding:1rem;display:none}.navbar-menu.is-active{display:flex}.navbar-end,.navbar-start{flex-direction:column;width:100%;gap:.5rem}.frame-wordle-container{margin:1rem;padding:1rem}.wordle-tile{width:45px;height:45px;font-size:1.3rem}.wordle-guess-row{gap:.15rem}.attempts-info{flex-direction:column;text-align:center}.puzzle-nav-buttons-container{display:flex;flex-direction:column;gap:.5rem}.column.is-half{flex:0 0 100%;max-width:100%}.column.is-one-quarter{flex:0 0 100%;max-width:100%}#puzzleImage,.puzzle-container figure.image img{max-width:100%!important;width:auto!important;height:auto!important}.game-header .field.is-grouped.is-grouped-centered{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:center!important;gap:.25rem!important}.game-header .field.is-grouped .control{flex:0 1 auto!important}.game-header .field.is-grouped .button{padding:.5rem .5rem!important;font-size:.75rem!important;white-space:nowrap!important}.game-header .field.is-grouped .button .icon{margin:0!important}.game-header .field.is-grouped .button span:not(.icon){display:inline!important;font-size:.7rem!important}.input-section .field.is-grouped{flex-wrap:wrap!important;gap:.5rem!important}.input-section .field.is-grouped .control{flex:1 1 auto!important;min-width:0!important}#hintBtn{font-size:.9rem!important;padding:.6rem 1rem!important;white-space:normal!important;min-width:120px!important}#answerTemplate,.answer-template{max-width:100%!important;overflow-x:auto!important;padding:.5rem!important}.answer-tiles{justify-content:flex-start!important;max-width:100%!important}.answer-tile{width:28px!important;height:28px!important;font-size:.9rem!important;flex-shrink:0!important}.answer-tile.space{width:12px!important;min-width:12px!important}#guessesContainer,.guesses-container{max-width:100%!important;overflow-x:hidden!important}#guessesList{max-width:100%!important}.guess-tiles{justify-content:flex-start!important;max-width:100%!important;overflow-x:auto!important}.guess-tile{width:28px!important;height:28px!important;font-size:.85rem!important;flex-shrink:0!important}.game-status .notification{padding:.75rem!important;font-size:.85rem!important;max-width:100%!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.game-status .notification p{word-wrap:break-word!important;overflow-wrap:break-word!important;hyphens:auto!important}.social-share-section .field.is-grouped{flex-wrap:wrap!important;gap:.5rem!important}.social-share-section .field.is-grouped .control{flex:1 1 45%!important;min-width:0!important}.social-share-section .button{width:100%!important;font-size:.85rem!important;padding:.5rem!important}.box.has-background-info-light,.box.has-background-light{padding:1rem!important}.box .title.is-5{font-size:1rem!important}.box p{font-size:.9rem!important}}@media (max-width:480px){.wordle-tile{width:40px;height:40px;font-size:1.1rem}.guess-input-section .field.has-addons{flex-direction:column}.guess-input-section .control{width:100%}.guess-input-section .button{margin-top:.5rem}.game-header .field.is-grouped .button span:not(.icon){font-size:.6rem!important}.answer-tile{width:24px!important;height:24px!important;font-size:.8rem!important}.answer-tile.space{width:10px!important;min-width:10px!important}.guess-tile{width:24px!important;height:24px!important;font-size:.75rem!important}#hintBtn{font-size:.85rem!important;padding:.5rem .75rem!important;min-width:100px!important}#hintBtn span:not(.icon){display:inline!important}.input-section .input.is-large{font-size:1rem!important;padding:.5rem!important}#submitBtn{font-size:.85rem!important;padding:.5rem .75rem!important}}@media (max-width:360px){.game-header .field.is-grouped .button{padding:.4rem!important;font-size:.65rem!important}.game-header .field.is-grouped .button .icon{font-size:.7rem!important}.answer-tile{width:20px!important;height:20px!important;font-size:.7rem!important;border-width:1px!important}.answer-tile.space{width:8px!important;min-width:8px!important}.guess-tile{width:20px!important;height:20px!important;font-size:.65rem!important;border-width:1px!important}.game-status .notification{padding:.5rem!important;font-size:.75rem!important}}@media (prefers-reduced-motion:reduce){.guess-input-section .button,.guess-input-section .input,.wordle-tile{transition:none}.guess-input-section .button:hover{transform:none}}.attempts-info .button:focus,.guess-input-section .button:focus,.guess-input-section .input:focus,.wordle-tile:focus{outline:3px solid #3273dc;outline-offset:2px}@media (prefers-color-scheme:dark){body{background-color:#1a1a1a;color:#e0e0e0}.box{background:#2d2d2d;color:#e0e0e0}.frame-wordle-container{background:linear-gradient(135deg,#2d3748 0,#1a202c 100%);border-color:#4a5568}.attempts-info{background:rgba(45,55,72,.8);border-color:#4a5568}.wordle-tile{background:#2d3748;border-color:#4a5568;color:#e2e8f0}.input,.textarea{background:#2d2d2d;border-color:#4a5568;color:#e0e0e0}}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mt-6{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.is-hidden{display:none}.is-block{display:block}.has-text-justified{text-align:justify}.breadcrumb{margin-bottom:1.5rem}.breadcrumb ul{display:flex;list-style:none;padding:0;margin:0;gap:.5rem}.breadcrumb li:not(:last-child)::after{content:'/';margin-left:.5rem;color:#666}.breadcrumb a{color:#3273dc;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .is-active a{color:#fff;cursor:default;font-weight:600}.pagination{margin:2rem 0}.field.is-grouped{display:flex;gap:.5rem;align-items:center}.field.is-grouped-centered{justify-content:center}.field.is-grouped-multiline{flex-wrap:wrap}.footer{background:#333;color:#fff;padding:2rem 0;margin-top:3rem}.footer .columns{margin-bottom:2rem}.footer a{color:#ccc;text-decoration:none}.footer a:hover{color:#fff}figure{margin:1rem 0}.image{display:block}.image.is-inline-block{display:inline-block}.image img{max-width:100%;height:auto}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid #3273dc;outline-offset:2px}#answerSection,#hintSection,#howToSolveSection,#seoContentSection,#socialSharingSection,#specificHintSection{margin:2rem 0;width:100%}#answerSection .columns,#hintSection .columns,#howToSolveSection .columns,#seoContentSection .columns,#socialSharingSection .columns,#specificHintSection .columns{display:flex;justify-content:center;width:100%}#answerSection .column.is-half,#hintSection .column.is-half,#howToSolveSection .column.is-half,#seoContentSection .column.is-half,#socialSharingSection .column.is-half,#specificHintSection .column.is-half{margin:0 auto}#answerSection .box,#hintSection .box,#howToSolveSection .box,#seoContentSection .box,#socialSharingSection .box,#specificHintSection .box{width:100%}#socialSharingSection{margin:2rem 0}#socialSharingSection .field.is-grouped{flex-wrap:wrap;justify-content:center;gap:.5rem}#socialSharingSection .field.is-grouped .control{flex:0 0 calc(50% - 0.25rem);margin-bottom:.5rem}#socialSharingSection .field.is-grouped .control .button{width:100%}@media (max-width:768px){#socialSharingSection .column.is-half{flex:0 0 100%;max-width:100%}#socialSharingSection .field.is-grouped .control{flex:0 0 100%}}@media (max-width:768px){.navbar-burger.is-active span:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:none;align-items:center;justify-content:center}.modal.is-active{display:flex}.modal-background{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);cursor:pointer}.modal-card{position:relative;background:#fff;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.2);max-height:90vh;overflow:hidden;display:flex;flex-direction:column;margin:0 1rem}.modal-card-head{background:#3273dc;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-radius:8px 8px 0 0}.modal-card-title{font-size:1.25rem;font-weight:700;margin:0}.modal-card-head .delete{background:#fff;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:opacity .2s ease}.modal-card-head .delete::after,.modal-card-head .delete::before{content:'';position:absolute;width:1rem;height:2px;background:#3273dc}.modal-card-head .delete::before{transform:rotate(45deg)}.modal-card-head .delete::after{transform:rotate(-45deg)}.modal-card-head .delete:hover{opacity:.8}.modal-card-body{padding:1.5rem;overflow-y:auto;flex:1;color:#2c3e50;font-size:1.1rem}.modal-card-body p{color:#2c3e50;line-height:1.6}.modal-card-foot{padding:1rem 1.5rem;border-top:1px solid #dbdbdb;display:flex;justify-content:flex-end;gap:.5rem;background:#f5f5f5;border-radius:0 0 8px 8px}.heading{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:.5rem}.title.is-3{font-size:2rem;margin:0}.title.is-4{font-size:1.5rem;margin:0}.has-text-grey{color:#666}@media (max-width:768px){.modal-card{width:95%;max-width:95%}}#hintBtn{transition:all .2s ease-in-out;border-width:2px;font-weight:600}#hintBtn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,193,7,.3)}#hintBtn.is-loading{pointer-events:none;opacity:.7}#hintSection{animation:fadeIn .3s ease-in-out}#hintSection .box{border-left:4px solid #ffdd57;border-radius:8px;box-shadow:0 4px 16px rgba(255,193,7,.2)}.loading-spinner{display:flex;align-items:center;justify-content:center;padding:1rem;color:#947600}.loading-spinner i{font-size:1.2rem;margin-right:.5rem}.hint-text{padding:1rem 0}.hint-text p:first-child{color:#947600;margin-bottom:.8rem}.hint-text p:last-child{background:linear-gradient(135deg,#3273dc,#209cee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;font-size:1.5rem!important;letter-spacing:1px;padding:.5rem;border:2px dashed #3273dc;border-radius:8px;background-color:rgba(50,115,220,.05)}.hint-error{padding:1rem}.hint-error p:first-child{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.hint-error .icon{margin-right:.5rem}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}@media (max-width:768px){#hintSection .column.is-half{width:90%}.hint-text p:last-child{font-size:1.2rem!important}#hintBtn span:not(.icon){display:inline!important}}#answerSection{margin-top:1rem}#hintSection+#answerSection{margin-top:1.5rem}.field.is-grouped.is-grouped-centered .control{margin:.25rem}.hint-text .icon.has-text-warning{color:#ffdd57!important}.has-background-warning-light{background-color:#fffbeb!important}#hintSection .title.is-5{margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}html{scroll-behavior:smooth}#hintBtn.is-active{background-color:#f14668;border-color:#f14668;color:#fff}#hintBtn.is-active:hover{background-color:#f03a5f;border-color:#f03a5f}#hintContent .loading-spinner{min-height:60px}.hint-text{animation:slideInUp .4s ease-out}@keyframes slideInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#hintBtn:focus{box-shadow:0 0 0 3px rgba(255,221,87,.25)}@media (prefers-contrast:high){#hintSection .box{border-left-width:6px;border-left-color:#000}.hint-text p:last-child{color:#000;-webkit-text-fill-color:initial;background:0 0;border-color:#000;background-color:rgba(255,221,87,.1)}}@media (prefers-reduced-motion:reduce){#hintBtn:hover{transform:none}#hintSection,.hint-text{animation:none}html{scroll-behavior:auto}}.answer-tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:2px}.answer-tile{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:2px solid #dbdbdb;border-radius:4px;font-size:1.2rem;font-weight:700;color:#999;background:#f5f5f5;margin:0}.answer-tile.space{width:20px;min-width:20px;border:2px solid #e0e0e0;background:#f9f9f9;margin:0 4px;border-radius:4px}.answer-tile.correct{background:#48c774;border-color:#48c774;color:#fff}.guess-tiles{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:.5rem}.guess-tile{width:35px;height:35px;display:flex;align-items:center;justify-content:center;border:2px solid #dbdbdb;border-radius:4px;font-size:1rem;font-weight:700;text-transform:uppercase;transition:all .3s ease}.guess-tile.correct{background:#48c774;border-color:#48c774;color:#fff}.guess-tile.present{background:#ffdd57;border-color:#ffdd57;color:#333}.guess-tile.absent{background:#dbdbdb;border-color:#dbdbdb;color:#666}.guess-tile.space{width:15px;border:none;background:0 0}.guess-item{padding:.75rem;background:#f5f5f5;border-radius:8px}.attempt-label{font-size:.875rem;color:#666;margin-bottom:.5rem;text-align:center}#statsModal .modal-card-body .box{background-color:#f5f5f5!important;border:1px solid #dbdbdb}#statsModal .modal-card-body .box .heading{color:#4a4a4a;font-weight:600}#statsModal .modal-card-body .box .title{color:#363636}#statsModal .box.has-background-light{background-color:#f0f0f0!important;border:2px solid #3273dc}#statsModal .box.has-background-light .heading,#statsModal .box.has-background-light .title{color:#2c3e50!important}#enablePushBtn,#hintBtn,#navNotifyBtn,#notifyMeBtn,#subscribeBtn{color:#fff}#hintBtn{background-color:#996300;border-color:#805200}#hintBtn:focus,#hintBtn:hover{background-color:#805200;border-color:#6b4400;color:#fff}#enablePushBtn,#navNotifyBtn,#notifyMeBtn,#subscribeBtn{background-color:#1f7a1f;border-color:#186018}#enablePushBtn:focus,#enablePushBtn:hover,#navNotifyBtn:focus,#navNotifyBtn:hover,#notifyMeBtn:focus,#notifyMeBtn:hover,#subscribeBtn:focus,#subscribeBtn:hover{background-color:#186018;border-color:#134d13;color:#fff}.game-status .notification{min-height:120px}.input-section{min-height:130px;contain:layout}.answer-template{min-height:50px;contain:layout}.guesses-container{min-height:80px;contain:layout}.share-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);z-index:1100}.share-card{background:#fff;border-radius:10px;box-shadow:0 16px 40px rgba(0,0,0,.35);padding:0;width:min(520px,90vw);position:relative}.share-card-header{display:flex;align-items:center;justify-content:space-between;background:#2f73da;color:#fff;padding:.75rem 1rem;border-top-left-radius:10px;border-top-right-radius:10px}.share-card-header h3{margin:0;color:#fff}.share-card .delete{background:rgba(255,255,255,.95);color:#2f73da;position:absolute;top:10px;right:10px;width:32px;height:32px;opacity:1;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.3);font-weight:700;cursor:pointer}.share-card .delete::after,.share-card .delete::before{content:'';position:absolute;width:16px;height:3px;background:#2f73da;border-radius:2px}.share-card .delete::before{transform:rotate(45deg)}.share-card .delete::after{transform:rotate(-45deg)}.share-card .delete:hover{background:#fff;border-color:#fff;box-shadow:0 3px 10px rgba(0,0,0,.4)}.share-card-body{padding:0 1rem 1rem;color:#111}.share-card .textarea{width:100%;min-height:180px;background:#f7f7f9;color:#111;border:1px solid #c7c7d1;max-width:100%;box-sizing:border-box;white-space:pre-wrap;overflow-wrap:break-word}.share-status{margin-top:.5rem;color:#2f7b2f;font-weight:600}.hero-box{background-color:#1b1b28;background:linear-gradient(135deg,#1b1b28 0,#2c2c40 100%);border-radius:8px;padding:1.5rem 1rem;margin-bottom:0}.hero-box .title{margin-bottom:.5rem}.hero-box .subtitle{margin-bottom:1rem;opacity:.9}.has-text-light{color:#b5b5c3!important}.hero-box .breadcrumb{margin-bottom:0}.hero-box .breadcrumb ul{justify-content:center;flex-wrap:wrap}.hero-box .breadcrumb li:not(:last-child)::after{color:rgba(255,255,255,.5)}.hero-box .breadcrumb a{color:#fc0;text-decoration:none}.hero-box .breadcrumb a:hover{color:#fff;text-decoration:underline}.hero-box .breadcrumb .is-active a{color:rgba(255,255,255,.7)}.pt-4{padding-top:1.5rem!important}.pb-0{padding-bottom:0!important}

