@font-face{font-family:Domine;src:url(/assets/Domine/Domine-VariableFont_wght.ttf) format("truetype-variations");font-weight:400 700;font-style:normal;font-display:swap}:root{--font-serif: "Domine", serif;--font-sans: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif}body{font-family:var(--font-sans);background-color:#f9f5f0}.crossword-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border:3px solid black;border-radius:10px;overflow:hidden;width:100%;box-sizing:border-box;background-color:#f9f1e6;box-shadow:5px 5px rgba(0,0,0,.5)}.crossword-cell-input{padding-inline:0;padding-block:0}.grid-row{display:flex}.grid-cell{width:40px;height:40px;border:.5px solid #000;position:relative;background:#fff}.grid-cell.inactive{background:#333}.cell-number{position:absolute;top:2px;left:2px;color:#000;font-size:10px}.grid-cell input{width:100%;height:100%;border:none;text-align:center;font-size:24px;text-transform:uppercase;background:transparent;caret-color:transparent}.grid-cell input:focus{outline:none}.clues-container{flex:1;min-width:300px;max-width:600px;display:flex;flex-direction:column;height:600px;min-height:0;border:1px solid grey;border-radius:3px;padding:0 1em}.clues-scroll{overflow-y:auto;padding-right:1rem;flex:1;min-height:0}.across-clues,.down-clues{flex:1;min-width:0}.clue{margin-bottom:.5rem;padding:12px;margin:-4px}.clue-number{font-weight:700;margin-right:.5rem}.grid-cell.selected input{background-color:#ffec99}.grid-cell.selected.current-clue input{background-color:#ffd43b}.clue.selected{background-color:rgba(192,193,34,.28);border-radius:4px;font-weight:500}.grid-cell.current-clue input{background-color:#fff3bf}.app-header{margin-bottom:2rem;text-align:center}.crossword-selector{display:flex;gap:1rem;justify-content:center;align-items:center;margin:1rem 0}.crossword-selector input{width:80px;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px}.crossword-selector button{padding:.5rem 1rem;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.crossword-selector button:hover{background-color:#e4c689}.error-message{color:#dc3545;margin-top:.5rem}.app-header h1{margin:0;padding:1rem 0}.controls{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.controls button{padding:.5rem 1rem;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.controls button:hover{background-color:#e4c689}.controls button.error{background-color:#dc3545}.grid-cell.error input{color:#dc3545;animation:shake .5s}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.controls-container{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:1rem}.controls-container button{padding:.5rem 1rem}.controls-container button:hover{background-color:#e4c689}.controls-container button.error{background-color:#dc3545}.stats-panel{display:flex;gap:2rem;justify-content:center;align-items:center;margin:0 auto 1rem;max-width:1200px;padding:1rem 2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.stat{display:flex;gap:.5rem;align-items:center}.stat-label{font-weight:500}.stat-value{font-family:monospace;font-size:1.1rem;font-weight:700}.completion-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);text-align:center;z-index:100;animation:slideIn .5s ease-out}.completion-message h2{color:#28a745;margin-top:0}.completion-message p{margin:.5rem 0;color:#495057}@keyframes slideIn{0%{transform:translate(-50%,-40%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}.completion-message:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:-1}.type-selector{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer}.type-selector:hover{border-color:#e4c689}.type-selector:focus{outline:none;border-color:#e4c689;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.crossword-info{width:100%;margin:0 auto 1rem;padding:1rem 2rem;background-color:#3f3f3f;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.crossword-author{margin:0;color:#444;font-style:italic}.crossword-instructions{margin:.5rem 0 0;color:#666;font-size:.95rem;line-height:1.4;white-space:pre-line}.crossword-metadata{display:flex;gap:1rem;align-items:center;margin:.5rem 0}.crossword-date{margin:0;color:#444}.dashboard{max-width:1200px;margin:0 auto;padding:2rem}.crosswords-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;padding:0 1rem}.crossword-card{background:#f9f1e6;border-radius:8px;padding:0;cursor:pointer;border:1px solid #bdbdbd;min-height:100px;transition:transform .2s,box-shadow .2s;overflow:hidden}.crossword-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.crossword-card.complete{border:1px solid #28a745}.crossword-card-header{display:flex;justify-content:space-between;padding:.5rem 1rem;margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.1)}.crossword-type{text-transform:uppercase;font-size:.8rem;color:#444;letter-spacing:.05em;font-weight:500}.crossword-number{color:#8f9ba3}.crossword-name{margin:0;font-family:var(--font-serif)}.crossword-card-body{display:flex;flex-direction:row;gap:1rem;align-items:center;padding:1rem}.crossword-card-body-icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center;position:relative}.crossword-card-body-icon img{width:50px;height:50px;object-fit:contain}.crossword-card-body-icon.completed img{opacity:.5}.crossword-card-body-icon.completed-100 img{opacity:.7;filter:hue-rotate(90deg)}.crossword-card-body-icon .completion-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.7);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:.9em}.crossword-card-body-icon .completion-overlay.completed-100{background-color:rgba(40,167,69,.9);color:#fff}.crossword-card-body-icon .completion-overlay.completed-100:after{content:"\2713";font-size:1.5em}.crossword-card-body-text{display:flex;flex-direction:column;gap:.5rem}.crossword-date,.crossword-creator{margin:.2rem 0;color:#444;font-size:.9rem}.crossword-status{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #4a4a4a}.status-indicator{font-size:.9rem;padding:.25rem .5rem;border-radius:4px;background:#bdbdbd}.status-indicator.complete{background:#28a745;color:#fff}.status-indicator.in-progress{background:#007bff;color:#fff}.last-modified{font-size:.8rem;color:#8f9ba3}.clue b,.crossword-instructions b{font-weight:700;color:#444}.clue i,.crossword-instructions i,.clue em,.crossword-instructions em{font-style:italic}.clue strong,.crossword-instructions strong{font-weight:700;color:#444}.dashboard-controls{display:flex;gap:1rem;justify-content:center;align-items:center;margin:1rem 0}.dashboard .type-selector{min-width:150px;margin:0 auto}.search-link{padding:8px 16px;background:#f0f0f0;border-radius:4px;text-decoration:none;color:#333}.search-link:hover{background:#e0e0e0}.puzzle-section{margin:2rem 0}.puzzle-section h2{margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #888;color:#444;font-family:var(--font-serif)}.refresh-button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.refresh-button:hover:not(:disabled){background:#0056b3}.refresh-button:disabled{background:#ccc;cursor:not-allowed}.refresh-message{margin-top:1rem;padding:8px 16px;border-radius:4px;text-align:center}.refresh-message.success{background:#28a745;color:#fff}.refresh-message.error{background:#dc3545;color:#fff}.type-nav{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin:1rem 0}.type-link{padding:8px 16px;text-decoration:none;color:#8f9ba3;border-radius:4px;transition:background-color .2s}.type-link:hover{background:#4a4a4a}.type-link.active{background:#007bff;color:#fff}.pagination-controls{display:flex;gap:1rem;justify-content:center;align-items:center;margin:2rem 0}.pagination-button{padding:8px 16px;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.pagination-button:hover:not(:disabled){background:#0056b3}.pagination-button:disabled{background:#ccc;cursor:not-allowed}.page-info{color:#8f9ba3}.pagination-info{text-align:center;color:#8f9ba3;margin:1rem 0}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#333;padding:20px;border-radius:5px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.1)}.modal-title{font-size:1.2em;font-weight:700;margin-bottom:15px}.modal-clue,.modal-definition{margin-bottom:15px}.modal-definition .label{font-weight:700}.modal-explanation{margin-bottom:20px}.modal-close{display:block;margin-left:auto;padding:8px 16px}.highlighted-definition{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.crossword-layout{display:flex;gap:2rem;width:100%;padding:2em;box-sizing:border-box;align-items:stretch;min-height:0}.crossword-grid-wrapper{flex:0 0 auto;display:flex;flex-direction:column}.crossword-grid{max-width:100%;flex-shrink:0;border:1px solid grey}.clues-section{margin-bottom:2rem}.clue{cursor:pointer;padding:.5rem;border-radius:4px}.clue:hover{background-color:rgba(0,0,0,.05)}@media (max-width: 768px){.crossword-layout{flex-direction:column;align-items:center}.crossword-grid-wrapper{width:100%;max-width:500px}.clues-container{width:100%;max-width:none;margin-top:1rem;height:100%}.crossword-grid-wrapper{width:100%;padding:5px;box-sizing:border-box}.crossword-grid{width:fit-content;margin:0 auto;padding:0;box-sizing:border-box}body{min-height:100vh;margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column}.grid-cell{width:calc(85vw / var(--grid-columns));height:calc(85vw / var(--grid-columns));max-width:40px;max-height:40px}.grid-cell input{font-size:min(20px,calc(85vw / var(--grid-columns) * .5))}.cell-number{font-size:min(10px,calc(85vw / var(--grid-columns) * .25))}.clues-container{width:100%;max-height:50vh;padding:0 10px;box-sizing:border-box}}@media (max-width: 480px){body{overflow-x:hidden}.crossword-layout{padding:0}.crossword-container{border:none;border-radius:0}.crossword-grid-wrapper{padding:3px}.grid-cell{width:calc(88vw / var(--grid-columns));height:calc(88vw / var(--grid-columns))}.crossword-info,.stats-panel,.controls-container{margin-left:5px;margin-right:5px;width:calc(100% - 10px);box-sizing:border-box}}.selected-clue-display{display:none;background:#3f3f3f;padding:.75rem;border-radius:4px;margin-bottom:1rem;width:100%;box-sizing:border-box}.selected-clue-number{font-weight:700;margin-right:.5rem}.selected-clue-text{color:#b0cfda}@media (max-width: 768px){.selected-clue-display{display:block;margin:.5rem 5px;width:calc(100% - 10px)}.crossword-grid-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden;padding:0 5px;box-sizing:border-box}}.mobile-controls{display:none}@media (max-width: 768px){.mobile-controls{display:flex;background:#3f3f3f;padding:8px;gap:8px;justify-content:space-between;align-items:flex-start;box-shadow:0 -2px 10px rgba(0,0,0,.2)}.mobile-controls button{background:transparent;color:#fff;border:none;padding:8px;border-radius:4px;font-size:18px;flex:0 0 auto;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px}.mobile-controls-clue{flex:1;min-width:0;padding:0 4px}.mobile-controls-number{color:#b0cfda;font-size:12px;font-weight:700;margin-bottom:2px}.mobile-controls-text{color:#fff;font-size:14px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.crossword-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.crossword-info-v2{width:100%;margin:0 0 1rem;padding:1rem 2rem;background-color:#bcd8ec;box-sizing:border-box;border-bottom:1px solid grey}.crossword-control{display:flex;align-items:center;flex-direction:column;gap:.75em}.crossword-control img{width:24px;height:24px}.crossword-control label{font-size:12px;font-weight:500}.user-menu-container{position:relative;display:flex;gap:.5rem}.user-menu-container img{cursor:pointer}.user-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000;min-width:120px}.user-dropdown button{width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.9rem;color:#333;display:flex;align-items:center;gap:.5rem}.dropdown-icon{width:16px;height:16px}.user-dropdown button:hover{background-color:#f5f5f5}.login-container{display:flex;align-items:center;justify-content:center;background-color:#f9f5f0;padding:12px 4px}.login-form-container{max-width:400px;width:100%;margin:0 auto;padding:2rem}.login-title{margin:1.5rem 0;text-align:center;font-size:1.875rem;font-weight:800;color:#333}.login-form{margin-top:2rem}.login-error{background-color:#fde8e8;padding:1rem;border-radius:4px;margin-bottom:1rem}.login-error-text{font-size:.875rem;color:#dc2626}.login-input-group{margin-bottom:1rem}.login-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;margin-bottom:.5rem;box-sizing:border-box}.login-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px rgba(79,70,229,.2)}.login-button{width:100%;padding:.75rem 1rem;background-color:#4f46e5;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.login-button:hover{background-color:#4338ca}.user-menu-container img{width:32px;height:32px}.source-links,.type-links{display:flex;padding-left:1rem;gap:1rem}body{margin:0;padding:0;font-family:Arial,sans-serif}.app-bar{position:relative;display:flex;justify-content:center;align-items:center;min-height:150px;height:150px}.app-bar-logo{position:absolute;left:50%;display:flex;justify-content:center;align-items:center;transform:translate(-50%)}.app-bar-icon{height:100px;cursor:pointer}.app-bar-right{display:flex;justify-content:flex-start;align-items:flex-start;margin-left:auto;padding-top:20px;height:100%;padding-right:20px}.daily-message-container{display:flex;padding:30px 0;font-size:1em;color:gray;justify-content:center;align-items:center}.puzzle-widgets{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px}.puzzle-widget-container{width:min(280px,75vw);color:#000;padding:20px;border-radius:10px;border:5px solid #000;box-shadow:5px 5px rgba(0,0,0,.5);cursor:pointer;transition:filter .2s ease}.puzzle-widget-container:hover{filter:brightness(.9)}.puzzle-widget-header{display:flex;justify-content:center;align-items:center;font-weight:600;margin-bottom:20px;font-family:var(--font-serif)}.puzzle-widget-header h2{margin:0;font-size:1.5em}.puzzle-widget-icon{width:100%;height:50%;display:flex;justify-content:center;align-items:center;position:relative}.puzzle-widget-icon img{width:50%;height:100%}.puzzle-widget-icon.completed img{opacity:.5}.puzzle-widget-icon.completed-100 img{opacity:.7;filter:hue-rotate(90deg)}.completion-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.7);color:#fff;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:1.2em}.completion-overlay.completed-100{background-color:rgba(40,167,69,.9);color:#fff}.completion-overlay.completed-100:after{content:"\2713";font-size:2em}.puzzle-widget-footer{display:flex;justify-content:center;align-items:center;width:100%;margin-top:20px}.puzzle-widget-date-container{display:flex;justify-content:center;align-items:center;width:100%;margin-top:40px}.puzzle-widget-streak-container{display:flex;justify-content:center;align-items:center;width:100%;margin-top:10px;color:#444}.puzzle-widget-streak{font-weight:600;margin-left:5px;color:#000}.puzzle-widget-date{color:#444}.puzzle-widget-hr{background-color:#444;border:0;height:1px;margin:20px 0}.puzzle-widget-archive{display:flex;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:40px}.puzzle-widget-button{padding:10px 20px;margin:0 20px;font-size:1.5em;min-width:100px}.small-puzzle-widget-container{width:min(130px,30vw);color:#000;padding:20px;border-radius:10px;border:5px solid #000;cursor:pointer;box-shadow:5px 5px rgba(0,0,0,.5);transition:filter .2s ease}.small-puzzle-widget-container:hover{filter:brightness(.9)}.small-puzzle-widget-header{font-size:small;font-weight:600;display:flex;justify-content:center;align-items:center;font-family:var(--font-serif);margin-bottom:10px}.small-puzzle-widget-header h2{margin:0;font-size:1.3em}.small-puzzle-widget-icon{width:100%;height:50%;display:flex;justify-content:center;align-items:center;margin-bottom:10px;position:relative}.small-puzzle-widget-icon img{width:50%;height:100%}.small-puzzle-widget-icon.completed img{opacity:.5}.small-puzzle-widget-icon.completed-100 img{opacity:.7;filter:hue-rotate(90deg)}.small-completion-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:rgba(0,0,0,.7);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:.9em}.small-completion-overlay.completed-100{background-color:rgba(40,167,69,.9);color:#fff}.small-completion-overlay.completed-100:after{content:"\2713";font-size:1.5em}.small-puzzle-widgets-container{max-width:1200px;margin:0 auto;padding:0 20px}.small-puzzle-widgets-header{display:flex;justify-content:center;text-align:left;width:100%;max-width:1200px;margin:20px auto;padding-left:calc((100% - 1200px)/2)}.small-puzzle-widgets-header h2{margin:0;font-family:var(--font-serif);font-size:1.5em;color:#444}.small-puzzle-widgets{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:20px;margin-top:20px;width:100%}.button-56{align-items:center;background-color:#fbe6d7;border:2px solid #111;border-radius:8px;box-sizing:border-box;color:#111;cursor:pointer;display:flex;font-family:var(--font-serif);font-weight:700;font-size:16px;height:48px;justify-content:center;line-height:24px;max-width:100%;padding:0 25px;position:relative;text-align:center;text-decoration:none;-moz-user-select:-moz-none;user-select:none;-webkit-user-select:none;touch-action:manipulation;box-shadow:5px 5px rgba(0,0,0,.5)}.button-56:after{background-color:#111;border-radius:8px;content:"";display:block;height:48px;left:0;width:100%;position:absolute;top:-2px;transform:translate(4px,4px);transition:transform .2s ease-out;z-index:-1}.button-56:hover:after{transform:translate(0)}.button-56:active{background-color:#ffdeda;outline:0}.button-56:hover{outline:0;background-color:#e4c689}@media (min-width: 768px){.button-56{padding:0 40px}}.footer{display:flex;justify-content:center;align-items:center;width:100%;margin-top:20px;position:relative;bottom:0;margin-bottom:20px}.footer-text{font-size:1em;color:gray}.search-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:var(--background-color);border-bottom:1px solid var(--border-color)}.view-toggle{display:flex;align-items:center;gap:.5rem}.view-toggle label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.view-toggle input[type=checkbox]{width:1rem;height:1rem;cursor:pointer}
