:root{--cr-primary:#c0392b;--cr-primary-hover:#a93226;--cr-primary-light:#fadbd8;--cr-secondary:#64748b;--cr-success:#27ae60;--cr-success-light:#d5f5e3;--cr-danger:#c0392b;--cr-danger-light:#fadbd8;--cr-warning:#f39c12;--cr-warning-light:#fcf3cf;--cr-cell-bg:#fff;--cr-cell-blocked:#2c3e50;--cr-cell-selected:#fcf3cf;--cr-cell-highlighted:#ebf5fb;--cr-cell-border:#bdc3c7;--cr-grid-border:#2c3e50;--cr-text-primary:#2c3e50;--cr-text-secondary:#64748b;--cr-text-muted:#94a3b8;--cr-bg-primary:#fff;--cr-bg-secondary:#f9f7f2;--cr-bg-tertiary:#f1f5f9;--cr-shadow-sm:0 1px 2px 0 #0000000d;--cr-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--cr-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--cr-radius-sm:4px;--cr-radius-md:8px;--cr-radius-lg:12px;--cr-transition:all .2s ease}.dark{--cr-primary:#e74c3c;--cr-primary-hover:#c0392b;--cr-primary-light:#e74c3c33;--cr-secondary:#94a3b8;--cr-success:#2ecc71;--cr-success-light:#2ecc7133;--cr-danger:#e74c3c;--cr-danger-light:#e74c3c33;--cr-warning:#f1c40f;--cr-warning-light:#f1c40f33;--cr-cell-bg:#fff;--cr-cell-blocked:#1e293b;--cr-cell-selected:#854d0e;--cr-cell-highlighted:#1e3a5f;--cr-cell-border:#475569;--cr-grid-border:#1e293b;--cr-text-primary:#f9f7f2;--cr-text-secondary:#cbd5e1;--cr-text-muted:#94a3b8;--cr-bg-primary:#1e293b;--cr-bg-secondary:#0f172a;--cr-bg-tertiary:#334155}.cr-container{flex-direction:column;gap:1rem;max-width:100%;margin:0 auto;padding:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.cr-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.cr-title{color:var(--cr-text-primary);margin:0;font-size:1.5rem;font-weight:700}.cr-progress{align-items:center;gap:.75rem;width:100%;max-width:300px;display:flex}.cr-progress__bar{background:var(--cr-bg-tertiary);border-radius:9999px;flex:1;height:8px;overflow:hidden}.cr-progress__fill{background:linear-gradient(90deg,var(--cr-primary),var(--cr-success));border-radius:9999px;height:100%;transition:width .3s}.cr-progress__text{color:var(--cr-text-secondary);text-align:right;min-width:3rem;font-size:.875rem;font-weight:600}.cr-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.5rem 0;display:flex}.cr-btn{border-radius:var(--cr-radius-md);cursor:pointer;transition:var(--cr-transition);white-space:nowrap;border:2px solid #0000;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.cr-btn:disabled{opacity:.5;cursor:not-allowed}.cr-btn__icon{flex-shrink:0;width:1.125rem;height:1.125rem}.cr-btn--primary{background:var(--cr-primary);color:#fff;border-color:var(--cr-primary)}.cr-btn--primary:hover:not(:disabled){background:var(--cr-primary-hover);border-color:var(--cr-primary-hover);box-shadow:var(--cr-shadow-md);transform:translateY(-1px)}.cr-btn--secondary{background:var(--cr-bg-primary);color:var(--cr-text-primary);border-color:var(--cr-cell-border)}.cr-btn--secondary:hover:not(:disabled){background:var(--cr-bg-tertiary);border-color:var(--cr-secondary)}.cr-btn--danger{background:var(--cr-bg-primary);color:var(--cr-danger);border-color:var(--cr-danger)}.cr-btn--danger:hover:not(:disabled){background:var(--cr-danger);color:#fff}.cr-btn--active{background:var(--cr-success);color:#fff;border-color:var(--cr-success)}.cr-content{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.cr-grid-wrapper{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;justify-content:center;width:100%;padding:.5rem;display:flex;overflow-x:auto}.cr-grid{box-shadow:var(--cr-shadow-lg);aspect-ratio:1;background:#000;border:3px solid #000;border-radius:2px;gap:0;width:min(100vw - 2rem,600px);display:grid}.cr-cell{aspect-ratio:1;background:#fff;border:1px solid #000;justify-content:center;align-items:center;transition:background-color .15s;display:flex;position:relative}.cr-cell--empty,.cr-cell--blocked{border-color:#000;background:#000!important}.cr-cell--active{cursor:pointer}.cr-cell--active:hover{background:#f5f5f5}.cr-cell--selected{box-shadow:inset 0 0 0 2px #f59e0b;background:#fff9c4!important}.cr-cell--highlighted{background:#e3f2fd!important}.cr-cell--solution{background:#e8f5e9!important}.cr-cell__number{color:#000;pointer-events:none;z-index:1;font-size:clamp(7px,1.5vw,11px);font-weight:700;line-height:1;position:absolute;top:2px;left:3px}.cr-cell__input{text-align:center;text-transform:uppercase;color:#000;width:100%;height:100%;caret-color:var(--cr-primary);cursor:pointer;background:0 0;border:none;outline:none;padding:15% 0 0;font-family:Arial,sans-serif;font-size:clamp(14px,3.5vw,24px);font-weight:700;position:absolute;top:0;bottom:0;left:0;right:0}.cr-cell__input:focus{outline:none}.cr-cell__input:disabled{cursor:default;color:#27ae60}.cr-clues{gap:1.5rem;width:100%;max-width:800px;display:grid}.cr-clues__section{background:var(--cr-bg-secondary);border-radius:var(--cr-radius-lg);box-shadow:var(--cr-shadow-sm);border:1px solid var(--cr-cell-border);padding:1rem}.cr-clues__title{color:var(--cr-primary);border-bottom:2px solid var(--cr-primary);align-items:center;gap:.5rem;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.cr-clues__icon{width:1.25rem;height:1.25rem;stroke:var(--cr-primary)}.cr-clues__list{scroll-behavior:smooth;flex-direction:column;gap:.25rem;max-height:300px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.cr-clue{border-radius:var(--cr-radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;border-left:3px solid #0000;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;transition:all .2s;display:flex}.cr-clue:hover{background:var(--cr-bg-tertiary);border-left-color:var(--cr-secondary)}.cr-clue--active{transform:translate(2px);background:var(--cr-primary-light)!important;border-left:3px solid var(--cr-primary)!important}.cr-clue__number{min-width:1.75rem;color:var(--cr-primary);text-align:right;flex-shrink:0;font-size:.9375rem;font-weight:700}.cr-clue__text{color:var(--cr-text-primary);flex:1;font-size:.875rem;line-height:1.5}.cr-clue__answer{color:var(--cr-success);background:var(--cr-success-light);border-radius:var(--cr-radius-sm);text-transform:uppercase;flex-shrink:0;padding:.125rem .5rem;font-size:.75rem;font-weight:600}.cr-active-clue{background:var(--cr-bg-primary);border-top:1px solid var(--cr-cell-border);z-index:100;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 6px -1px #0000001a}.cr-active-clue__number{color:#fff;background:var(--cr-primary);border-radius:var(--cr-radius-sm);justify-content:center;align-items:center;min-width:2.5rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.cr-active-clue__text{color:var(--cr-text-primary);text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.cr-loading{color:var(--cr-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.cr-loading__spinner{border:3px solid var(--cr-bg-tertiary);border-top-color:var(--cr-primary);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite cr-spin}@keyframes cr-spin{to{transform:rotate(360deg)}}@media (max-width:639px){.cr-container{padding:.75rem .75rem 5rem}.cr-header{gap:.5rem}.cr-title{font-size:1.25rem}.cr-actions{flex-wrap:wrap;justify-content:center;gap:.375rem}.cr-btn{padding:.5rem .75rem;font-size:.8125rem}.cr-btn span{display:none}.cr-register-modal__actions .cr-btn span,.cr-solution-modal__actions .cr-btn span{display:inline}.cr-btn__icon{width:1.25rem;height:1.25rem}.cr-grid{width:calc(100vw - 1.5rem);max-width:none}.cr-clues{grid-template-columns:1fr}.cr-clues__list{max-height:200px}.cr-clue{padding:.375rem .5rem}.cr-clue__text{font-size:.8125rem}}.cr-grid-wrapper--mobile{-webkit-overflow-scrolling:touch;position:relative;overflow:auto}.cr-grid-section{flex-direction:column;gap:.75rem;display:flex}.cr-zoom-control{z-index:10;background:#fffffff2;border-radius:1rem;align-items:center;gap:.75rem;padding:.625rem 1rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.dark .cr-zoom-control{background:#1e293bf2}.cr-zoom-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;transition:all .15s;display:flex}.cr-zoom-btn:hover:not(:disabled){color:#1e293b;background:#e2e8f0}.cr-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.dark .cr-zoom-btn{color:#cbd5e1;background:#334155;border-color:#475569}.dark .cr-zoom-btn:hover:not(:disabled){color:#f1f5f9;background:#475569}.cr-zoom-btn svg{width:1.125rem;height:1.125rem}.cr-zoom-slider{-webkit-appearance:none;appearance:none;cursor:pointer;background:#e2e8f0;border-radius:.25rem;flex:1;height:.375rem}.cr-zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:2px solid #fff;border-radius:50%;width:1.25rem;height:1.25rem;transition:transform .15s;box-shadow:0 2px 6px #6366f166}.cr-zoom-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.cr-zoom-slider::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:2px solid #fff;border-radius:50%;width:1.25rem;height:1.25rem;box-shadow:0 2px 6px #6366f166}.dark .cr-zoom-slider{background:#475569}.cr-zoom-value{color:#64748b;text-align:right;min-width:2.5rem;font-size:.75rem;font-weight:600}.dark .cr-zoom-value{color:#94a3b8}.cr-current-clue{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:3px solid #f59e0b;border-radius:.75rem;align-items:flex-start;gap:.5rem;padding:.625rem .875rem;font-size:.8125rem;line-height:1.4;display:flex}.dark .cr-current-clue{background:linear-gradient(135deg,#422006 0%,#78350f 100%);border-left-color:#fbbf24}.cr-current-clue__number{color:#d97706;background:#fff9;border-radius:.25rem;flex-shrink:0;padding:.125rem .375rem;font-weight:700}.dark .cr-current-clue__number{color:#fbbf24;background:#0000004d}.cr-current-clue__text{color:#92400e}.dark .cr-current-clue__text{color:#fef3c7}.cr-current-clue--desktop{box-shadow:var(--cr-shadow-sm);background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-left:4px solid #f59e0b;border-radius:.75rem;align-items:center;gap:.75rem;margin-top:1rem;padding:.875rem 1.25rem;font-size:.9375rem;line-height:1.5;animation:.2s ease-out slideInClue;display:flex}@keyframes slideInClue{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dark .cr-current-clue--desktop{background:linear-gradient(135deg,#422006 0%,#78350f 100%);border-left-color:#fbbf24}.cr-current-clue--desktop .cr-current-clue__label{color:#92400e;text-transform:uppercase;letter-spacing:.025em;flex-shrink:0;font-size:.8125rem;font-weight:500}.dark .cr-current-clue--desktop .cr-current-clue__label{color:#fcd34d}.cr-current-clue--desktop .cr-current-clue__number{color:#fff;text-align:center;background:#d97706;border-radius:.375rem;flex-shrink:0;min-width:2.5rem;padding:.25rem .5rem;font-size:.875rem;font-weight:700}.dark .cr-current-clue--desktop .cr-current-clue__number{color:#fef3c7;background:#b45309}.cr-current-clue--desktop .cr-current-clue__text{color:#78350f;flex:1;font-weight:500}.dark .cr-current-clue--desktop .cr-current-clue__text{color:#fef3c7}.cr-mobile-input-modal{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:flex-end;padding:0;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cr-mobile-input-modal__content{background:#fff;border-radius:1.5rem 1.5rem 0 0;width:100%;max-width:100%;padding:1.25rem 1.25rem 2rem;animation:.3s ease-out slideUp;position:relative;box-shadow:0 -10px 40px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dark .cr-mobile-input-modal__content{background:#1e293b}.cr-mobile-input-modal__close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.cr-mobile-input-modal__close:hover{color:#1e293b;background:#e2e8f0}.dark .cr-mobile-input-modal__close{color:#94a3b8;background:#334155}.cr-mobile-input-modal__close svg{width:1rem;height:1rem}.cr-mobile-input-modal__title{color:#1e293b;margin:0 0 .75rem;padding-right:2rem;font-size:1rem;font-weight:700}.dark .cr-mobile-input-modal__title{color:#f1f5f9}.cr-mobile-input-modal__clue{background:#f8fafc;border-radius:.75rem;align-items:flex-start;gap:.5rem;margin-bottom:1rem;padding:.75rem;font-size:.875rem;line-height:1.5;display:flex}.dark .cr-mobile-input-modal__clue{background:#0f172a}.cr-mobile-input-modal__clue-number{color:#6366f1;flex-shrink:0;font-weight:700}.dark .cr-mobile-input-modal__clue-number{color:#818cf8}.cr-mobile-input-modal__clue-text{color:#334155}.dark .cr-mobile-input-modal__clue-text{color:#e2e8f0}.cr-mobile-input-modal__preview{flex-wrap:wrap;justify-content:center;gap:.375rem;margin-bottom:1rem;display:flex}.cr-mobile-input-modal__letter{color:#1e293b;text-transform:uppercase;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.125rem;font-weight:700;transition:all .15s;display:flex}.cr-mobile-input-modal__letter--filled{color:#1e40af;background:#dbeafe;border-color:#3b82f6}.dark .cr-mobile-input-modal__letter{color:#f1f5f9;background:#334155;border-color:#475569}.dark .cr-mobile-input-modal__letter--filled{color:#93c5fd;background:#1e3a5f;border-color:#60a5fa}.cr-mobile-input-modal__input{text-transform:uppercase;text-align:center;letter-spacing:.25em;color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;width:100%;margin-bottom:1rem;padding:.875rem 1rem;font-size:1.125rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.cr-mobile-input-modal__input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 4px #6366f126}.cr-mobile-input-modal__input::placeholder{color:#94a3b8;text-transform:none;letter-spacing:normal}.dark .cr-mobile-input-modal__input{color:#f1f5f9;background:#0f172a;border-color:#475569}.dark .cr-mobile-input-modal__input:focus{border-color:#818cf8;box-shadow:0 0 0 4px #818cf833}.cr-mobile-input-modal__actions{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.cr-mobile-input-modal__actions .cr-btn{justify-content:center;padding:.875rem 1rem;font-size:.9375rem}.cr-mobile-input-modal__actions .cr-btn span{color:inherit;display:inline!important}@media (min-width:640px) and (max-width:1023px){.cr-container{padding:1.25rem 1.25rem 4.5rem}.cr-grid{width:min(100vw - 3rem,500px)}.cr-clues{grid-template-columns:repeat(2,1fr)}.cr-clues__list{max-height:250px}}@media (min-width:1024px){.cr-container{max-width:900px;padding:2rem}.cr-header{text-align:left;flex-direction:row;justify-content:space-between}.cr-progress{max-width:250px}.cr-actions{gap:.75rem}.cr-btn{padding:.75rem 1.25rem;font-size:.9375rem}.cr-content{gap:2rem}.cr-grid{width:600px;max-width:600px}.cr-clues{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:none}.cr-clues__section{padding:1.25rem}.cr-clues__title{font-size:1.125rem}.cr-clues__list{max-height:400px}.cr-clue{padding:.625rem 1rem}.cr-clue__text{font-size:.9375rem}.cr-active-clue{display:none}}@media (min-width:1280px){.cr-container{max-width:1000px}.cr-grid{width:650px;max-width:650px}.cr-cell__number{font-size:11px}.cr-cell__input{font-size:24px}}@media print{.cr-container{padding:0}.cr-actions,.cr-active-clue,.cr-progress{display:none!important}.cr-grid{width:100%;max-width:400px;box-shadow:none;border:2px solid #000}.cr-cell__input{color:#000}.cr-clues{grid-template-columns:repeat(2,1fr);gap:1rem}.cr-clue__answer{display:none}}@media (prefers-reduced-motion:reduce){.cr-cell,.cr-btn,.cr-clue,.cr-progress__fill{transition:none}.cr-loading__spinner{animation:none}}:is(.cr-btn:focus-visible,.cr-clue:focus-visible){outline:2px solid var(--cr-primary);outline-offset:2px}.cr-cell__input:focus-visible{box-shadow:inset 0 0 0 2px var(--cr-primary)}.crossword-test-page{background:var(--cr-bg-secondary);min-height:100vh;padding:1rem}.test-header{text-align:center;margin-bottom:1.5rem}.test-header h1{color:var(--cr-text-primary);margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.test-header p{color:var(--cr-text-secondary);margin:0;font-size:1rem}.crossword-info{background:var(--cr-bg-primary);border-radius:var(--cr-radius-md);box-shadow:var(--cr-shadow-sm);max-width:900px;margin-bottom:1rem;margin-left:auto;margin-right:auto;padding:1rem}.crossword-info h3{color:var(--cr-text-primary);margin:0 0 .75rem;font-size:1rem;font-weight:600}.crossword-info p{color:var(--cr-text-secondary);margin:.25rem 0;font-size:.875rem}.crossword-navigation{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.nav-button{border:1px solid var(--cr-cell-border);background:var(--cr-bg-primary);color:var(--cr-text-primary);border-radius:var(--cr-radius-md);cursor:pointer;transition:var(--cr-transition);padding:.5rem 1rem;font-size:.875rem;font-weight:500}.nav-button:hover:not(:disabled){background:var(--cr-bg-tertiary);border-color:var(--cr-secondary)}.nav-button:disabled{opacity:.5;cursor:not-allowed}.current-crossword{color:var(--cr-text-primary);padding:0 1rem;font-weight:600}.loading-message,.error-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.loading-message{color:var(--cr-text-secondary)}.error-message{color:var(--cr-danger);background:var(--cr-danger-light);border-radius:var(--cr-radius-lg);border:1px solid var(--cr-danger)}.error-message h2{margin:0;font-size:1.25rem}.error-message p{margin:0;font-size:.9375rem}.test-controls{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.test-button{border:2px solid var(--cr-primary);background:var(--cr-bg-primary);color:var(--cr-primary);border-radius:var(--cr-radius-md);cursor:pointer;transition:var(--cr-transition);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.test-button:hover,.test-button.active{background:var(--cr-primary);color:#fff}@media (max-width:639px){.crossword-test-page{padding:.75rem}.test-header h1{font-size:1.375rem}.crossword-navigation{gap:.5rem}.nav-button{padding:.375rem .75rem;font-size:.8125rem}.current-crossword{text-align:center;order:-1;width:100%;padding:.5rem 0}}.cr-solution-modal{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out cr-fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes cr-fadeIn{0%{opacity:0}to{opacity:1}}.cr-solution-modal__content{background:var(--cr-bg-primary);border-radius:var(--cr-radius-lg);max-width:90vw;max-height:90vh;box-shadow:var(--cr-shadow-lg);flex-direction:column;animation:.25s ease-out cr-slideUp;display:flex;position:relative;overflow:hidden}@keyframes cr-slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cr-solution-modal__close{background:var(--cr-bg-tertiary);cursor:pointer;width:2.25rem;height:2.25rem;transition:var(--cr-transition);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:.75rem;right:.75rem}.cr-solution-modal__close:hover{background:var(--cr-danger-light);color:var(--cr-danger)}.cr-solution-modal__close svg{width:1.25rem;height:1.25rem}.cr-solution-modal__title{color:var(--cr-text-primary);border-bottom:1px solid var(--cr-cell-border);align-items:center;gap:.75rem;margin:0;padding:1.25rem 3rem 1rem 1.5rem;font-size:1.25rem;font-weight:700;display:flex}.cr-solution-modal__size{background:var(--cr-primary-light);color:var(--cr-primary);border-radius:var(--cr-radius-sm);padding:.25rem .625rem;font-size:.875rem;font-weight:500}.cr-solution-modal__image-wrapper{background:var(--cr-bg-tertiary);flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:auto}.cr-solution-modal__image{object-fit:contain;border-radius:var(--cr-radius-md);max-width:100%;max-height:65vh;box-shadow:var(--cr-shadow-md)}.cr-solution-modal__actions{border-top:1px solid var(--cr-cell-border);background:var(--cr-bg-secondary);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.dark .cr-solution-modal__content{background:#1f2937}.dark .cr-solution-modal__title{color:#f9fafb;border-bottom-color:#374151}.dark .cr-solution-modal__size{background:#c0392b33}.dark .cr-solution-modal__close{color:#9ca3af;background:#374151}.dark .cr-solution-modal__close:hover{color:#ef4444;background:#c0392b33}.dark .cr-solution-modal__image-wrapper{background:#111827}.dark .cr-solution-modal__actions{background:#1f2937;border-top-color:#374151}@media (max-width:639px){.cr-solution-modal{padding:.5rem}.cr-solution-modal__content{max-width:100%;max-height:95vh}.cr-solution-modal__title{padding:1rem 2.5rem .75rem 1rem;font-size:1.125rem}.cr-solution-modal__image{max-height:55vh}.cr-solution-modal__actions{flex-direction:column;padding:.75rem 1rem}.cr-solution-modal__actions .cr-btn{justify-content:center;width:100%}}.cr-pdf-download{justify-content:center;margin-top:1.5rem;display:flex}.cr-btn--pdf{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;box-shadow:0 4px 14px #dc262640}.cr-btn--pdf:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-1px);box-shadow:0 6px 20px #dc262659}.cr-btn--pdf .cr-btn__icon{width:1.25rem;height:1.25rem}.dark .cr-btn--pdf{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 14px #ef44444d}.dark .cr-btn--pdf:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.cr-btn__text--full{display:inline}.cr-btn__text--short{display:none}@media (max-width:767px){.cr-btn__text--full{display:none}.cr-btn__text--short{display:inline}.cr-btn--pdf{padding:.75rem 1rem;font-size:.875rem}}.cr-btn__badge{color:#fff;background:#f59e0b;border-radius:9999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:.375rem;padding:0 .375rem;font-size:.6875rem;font-weight:700;animation:2s ease-in-out infinite badgePulse;display:inline-flex}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.7}}.cr-btn--limited{opacity:.6;position:relative}.cr-btn--limited:after{content:"";border-radius:inherit;pointer-events:none;background:repeating-linear-gradient(45deg,#0000,#0000 5px,#0000000d 5px 10px);position:absolute;top:0;bottom:0;left:0;right:0}.cr-register-modal{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.cr-register-modal__content{text-align:center;background:#fff;border-radius:1rem;width:100%;max-width:400px;padding:2rem 1.5rem;animation:.25s ease-out modalScaleIn;position:relative;box-shadow:0 25px 50px -12px #00000040}.cr-register-modal__close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .15s;display:flex;position:absolute;top:.75rem;right:.75rem}.cr-register-modal__close:hover{color:#374151;background:#e5e7eb}.cr-register-modal__close svg{width:1rem;height:1rem}.cr-register-modal__icon{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1.25rem;display:flex}.cr-register-modal__icon svg{stroke:#d97706;width:2rem;height:2rem}.cr-register-modal__title{color:#111827;margin-bottom:.75rem;font-size:1.375rem;font-weight:700}.cr-register-modal__message{color:#6b7280;margin-bottom:.5rem;font-size:.9375rem}.cr-register-modal__cta{color:#374151;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500}.cr-register-modal__actions{flex-direction:column;gap:.75rem;display:flex}.cr-btn--wide{justify-content:center;width:100%;padding:.875rem 1.25rem}.dark .cr-register-modal__content{background:#1f2937}.dark .cr-register-modal__close{color:#9ca3af;background:#374151}.dark .cr-register-modal__close:hover{color:#e5e7eb;background:#4b5563}.dark .cr-register-modal__icon{background:linear-gradient(135deg,#44403c 0%,#57534e 100%)}.dark .cr-register-modal__icon svg{stroke:#fbbf24}.dark .cr-register-modal__title{color:#f9fafb}.dark .cr-register-modal__message{color:#9ca3af}.dark .cr-register-modal__cta{color:#d1d5db}@media (max-width:639px){.cr-register-modal{padding:.75rem}.cr-register-modal__content{padding:1.5rem 1rem}.cr-register-modal__icon{width:3.5rem;height:3.5rem}.cr-register-modal__icon svg{width:1.75rem;height:1.75rem}.cr-register-modal__title{font-size:1.25rem}}.cr-btn--save{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);position:relative}.cr-btn--save:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%)}.cr-btn--save-logged{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.cr-btn--save-logged:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%)}.cr-btn__lock{opacity:.8;width:.875rem;height:.875rem;margin-left:.25rem}.cr-save-message{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto 1rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;animation:.3s ease-out saveMessageIn;display:flex;box-shadow:0 4px 14px #10b9814d}.cr-save-message svg{width:1rem;height:1rem}@keyframes saveMessageIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cr-register-modal__icon--save{background:linear-gradient(135deg,#e0e7ff 0%,#c7d2fe 100%)}.cr-register-modal__icon--save svg{stroke:#4f46e5}.dark .cr-register-modal__icon--save{background:linear-gradient(135deg,#312e81 0%,#3730a3 100%)}.dark .cr-register-modal__icon--save svg{stroke:#818cf8}.cr-register-modal__icon--pdf{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)}.cr-register-modal__icon--pdf svg{stroke:#dc2626}.dark .cr-register-modal__icon--pdf{background:linear-gradient(135deg,#7f1d1d 0%,#991b1b 100%)}.dark .cr-register-modal__icon--pdf svg{stroke:#f87171}.cr-btn--pdf-locked{position:relative}.cr-btn--pdf-locked .cr-btn__lock{opacity:.7;width:.875rem;height:.875rem;margin-left:.375rem}.dark .cr-btn--save{background:linear-gradient(135deg,#818cf8 0%,#6366f1 100%)}.dark .cr-btn--save:hover{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.dark .cr-btn--save-logged{background:linear-gradient(135deg,#34d399 0%,#10b981 100%)}.dark .cr-btn--save-logged:hover{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.dark .cr-save-message{background:linear-gradient(135deg,#34d399 0%,#10b981 100%)}.cr-help-fab{color:#fff;cursor:pointer;z-index:100;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #6366f166}.cr-help-fab:hover{transform:scale(1.1);box-shadow:0 6px 25px #6366f180}.cr-help-fab:active{transform:scale(.95)}.cr-help-fab svg{width:1.5rem;height:1.5rem}.dark .cr-help-fab{background:linear-gradient(135deg,#818cf8 0%,#6366f1 100%)}@media (max-width:767px){.cr-help-fab{width:3rem;height:3rem;bottom:1rem;right:1rem}.cr-help-fab svg{width:1.25rem;height:1.25rem}}.cr-help-modal{z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.cr-help-modal__content{background:#fff;border-radius:1.25rem;width:100%;max-width:500px;max-height:90vh;padding:1.5rem;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px #00000040}.dark .cr-help-modal__content{background:#1e293b}.cr-help-modal__close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.cr-help-modal__close:hover{color:#1e293b;background:#e2e8f0}.dark .cr-help-modal__close{color:#94a3b8;background:#334155}.dark .cr-help-modal__close:hover{color:#f1f5f9;background:#475569}.cr-help-modal__close svg{width:1rem;height:1rem}.cr-help-modal__title{color:#1e293b;align-items:center;gap:.5rem;margin:0 0 1.25rem;padding-right:2rem;font-size:1.25rem;font-weight:700;display:flex}.cr-help-modal__title svg{color:#6366f1;width:1.5rem;height:1.5rem}.dark .cr-help-modal__title{color:#f1f5f9}.dark .cr-help-modal__title svg{color:#818cf8}.cr-help-modal__tabs{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.cr-help-modal__tab{background:#f8fafc;border-left:3px solid #6366f1;border-radius:.75rem;padding:1rem}.cr-help-modal__tab--mobile{border-left-color:#10b981}.cr-help-modal__tab--desktop{border-left-color:#3b82f6}.dark .cr-help-modal__tab{background:#0f172a}.cr-help-modal__tab-header{color:#334155;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9375rem;font-weight:600;display:flex}.cr-help-modal__tab-header svg{width:1.125rem;height:1.125rem}.cr-help-modal__tab--mobile .cr-help-modal__tab-header{color:#059669}.cr-help-modal__tab--desktop .cr-help-modal__tab-header{color:#2563eb}.dark .cr-help-modal__tab--mobile .cr-help-modal__tab-header{color:#34d399}.dark .cr-help-modal__tab--desktop .cr-help-modal__tab-header{color:#60a5fa}.cr-help-modal__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.cr-help-modal__list li{color:#475569;align-items:flex-start;gap:.5rem;font-size:.8125rem;line-height:1.5;display:flex}.dark .cr-help-modal__list li{color:#cbd5e1}.cr-help-modal__list-icon{color:#94a3b8;flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem}.dark .cr-help-modal__list-icon{color:#64748b}.cr-help-modal__buttons-info{background:#f1f5f9;border-radius:.75rem;margin-bottom:1.25rem;padding:1rem}.dark .cr-help-modal__buttons-info{background:#0f172a}.cr-help-modal__subtitle{color:#334155;align-items:center;gap:.375rem;margin:0 0 .75rem;font-size:.875rem;font-weight:600;display:flex}.cr-help-modal__subtitle svg{color:#6366f1;width:1rem;height:1rem}.dark .cr-help-modal__subtitle{color:#e2e8f0}.dark .cr-help-modal__subtitle svg{color:#818cf8}.cr-help-modal__buttons-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.cr-help-modal__buttons-list li{color:#475569;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.dark .cr-help-modal__buttons-list li{color:#cbd5e1}.cr-help-icon{flex-shrink:0;width:1rem;height:1rem}.cr-help-icon--primary{color:#6366f1}.cr-help-icon--secondary{color:#64748b}.cr-help-icon--danger{color:#ef4444}.cr-help-icon--save{color:#10b981}.dark .cr-help-icon--primary{color:#818cf8}.dark .cr-help-icon--secondary{color:#94a3b8}.dark .cr-help-icon--danger{color:#f87171}.dark .cr-help-icon--save{color:#34d399}.cr-help-modal__actions{justify-content:center;display:flex}.cr-help-modal__actions .cr-btn{justify-content:center;gap:.5rem;min-width:140px}.cr-help-modal__actions .cr-btn span{display:inline!important}@media (max-width:767px){.cr-help-modal__tab--desktop{display:none}.cr-help-modal__content{border-radius:1rem 1rem 0 0;max-width:100%;max-height:85vh}.cr-help-modal{align-items:flex-end;padding:0}}@media (min-width:768px){.cr-help-modal__tab--mobile{display:none}}.cr-creator-preview{background:var(--cr-bg-secondary);border-radius:1rem;margin-top:1rem;padding:1rem}.cr-creator-preview .cr-container{max-width:100%}.cr-creator-preview .cr-grid-section{flex-direction:column;align-items:center;display:flex}.cr-creator-preview .cr-grid-wrapper{justify-content:center;display:flex;overflow:visible}.cr-creator-preview .cr-grid{min-width:auto;max-width:100%}.cr-creator-preview .cr-content{flex-direction:column;gap:1.5rem;display:flex}.cr-creator-preview .cr-grid-section{flex-direction:column;align-items:center;width:100%;display:flex}.cr-creator-preview .cr-clues{grid-template-columns:1fr;gap:1.5rem;width:100%;display:grid}@media (min-width:768px){.cr-creator-preview .cr-clues{grid-template-columns:1fr 1fr}}.cr-creator-preview .cr-current-clue--desktop{text-align:center;background:var(--cr-bg-tertiary);border-radius:.75rem;justify-content:center;margin-top:1rem;padding:1rem;display:flex!important}.cr-creator-preview .cr-cell{min-width:36px;min-height:36px}@media (max-width:767px){.cr-creator-preview{margin-top:.5rem;padding:.5rem}.cr-creator-preview .cr-actions{flex-wrap:wrap;gap:.5rem}.cr-creator-preview .cr-btn{padding:.5rem .75rem;font-size:.875rem}}
