.share-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000c;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.share-modal{background:linear-gradient(145deg,#1a1b4a,#151640);border-radius:16px;width:100%;max-width:500px;max-height:90vh;padding:0;animation:.3s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 40px #00000080,0 0 0 1px #ffffff1a}.share-modal__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.share-modal__title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.share-modal__close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;font-size:1.8rem;line-height:1;transition:all .2s}.share-modal__close:hover{color:#fff;background-color:#ffffff1a}.share-modal__content{padding:1.5rem}.share-modal__next-puzzle{text-align:center;color:#ffffffb3;margin-top:1.5rem;font-size:1.15rem;font-weight:500}.share-modal__stats{gap:1rem;margin-bottom:1.5rem;display:grid}.stat-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.stat-label{color:#fffc;font-size:.95rem;font-weight:500}.stat-value{color:#fff;font-size:1rem;font-weight:600}.share-modal__found-words h3{color:#fff;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.found-words-grid{flex-wrap:wrap;gap:.5rem;display:flex}.found-word-chip{color:#fff;background:linear-gradient(135deg,#6153bd,#4a3c8f);border:1px solid #fff3;border-radius:20px;padding:.5rem .75rem;font-size:.85rem;font-weight:500;animation:.3s ease-out chipAppear}.share-modal__actions{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1.5rem;display:flex}.share-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.share-btn--primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 12px #8b5cf64d}.share-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf666}.share-btn--secondary{color:#fff;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3}.share-btn--secondary:hover{background:linear-gradient(135deg,#ffffff26,#ffffff1a);transform:translateY(-1px)}.share-btn--success{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.share-btn--success:hover{transform:translateY(-1px)}.share-btn--error{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.share-btn--error:hover{transform:translateY(-1px)}.share-btn:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chipAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:600px){.share-modal-overlay{padding:.5rem}.share-modal{max-height:95vh}.share-modal__header{padding:1rem 1rem .75rem}.share-modal__title{font-size:1.3rem}.share-modal__content{padding:1rem}.share-modal__next-puzzle{margin-top:.85rem;font-size:.95rem}.share-modal__actions{padding:.75rem 1rem 1rem}.stat-item{padding:.6rem .8rem}.stat-label,.stat-value{font-size:.9rem}.share-btn{padding:.75rem 1rem;font-size:.95rem}}
.strands-game{--bg-color:#120f27;--text-color:#fff;--text-secondary:#ffffffb3;--border-color:#ffffff1a;--placeholder-color:#ffffff4d;--found-word-color:#233391;--selected-color:#6153bd;--selected-cell-bg:#6153bd;--selected-cell-bg-2:#5a3b8c;--selected-path-gradient:linear-gradient(90deg,#3b47d7 0%,#5a3b8c 100%);--btn-bg:#ffffff1a;--btn-hover-bg:#ffffff26;--btn-active-bg:#ffffff0d;--btn-submit-bg:#7e51df;--btn-submit-hover-bg:#9571e3;--container-max-width:900px;--grid-container-max-width:800px;--cell-size:48px;--cell-border-radius:50%;--grid-bg:transparent;--grid-border:transparent;--transition-fast:.15s;--transition-normal:.25s;--transition-slow:.4s;background-color:var(--bg-color);width:100%;max-width:900px;min-height:100vh;color:var(--text-color);flex-direction:column;align-items:center;margin:0 auto;display:flex}.strands-game__container{width:100%;max-width:var(--container-max-width);flex-direction:column;align-items:center;margin:0 auto;padding:.5rem 1rem 1.5rem;display:flex}.game-subtitle{text-align:center;color:var(--text-secondary);width:100%;margin:0 0 1.5rem;font-size:1.2rem;font-weight:500}.strands-game__main-layout{flex-direction:row;justify-content:center;align-items:flex-start;gap:0;width:100%;max-width:1200px;min-height:70vh;margin:0 auto;display:flex}.strands-game__left-panel{box-sizing:border-box;flex-direction:column;align-items:center;width:50%;min-width:0;max-width:600px;margin-top:10rem;display:flex}.strands-game__main-area{box-sizing:border-box;flex-direction:column;flex:50%;justify-content:flex-start;align-items:flex-start;width:50%;min-width:0;max-width:600px;display:flex}.strands-logo-title{align-items:center;gap:1.1rem;margin-top:1.2rem;margin-bottom:2.2rem;display:flex}.strands-logo{width:48px;height:48px}.strands-title{color:#fff;letter-spacing:.01em;font-size:2.1rem;font-weight:700}.theme-section{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.theme-label{color:#7e7fff;margin-bottom:1.2rem;font-size:1.05rem;font-weight:700}.theme-title{color:#fff;margin-bottom:.5rem;font-size:1.45rem;font-weight:700}.theme-progress{color:#b3b3e6;text-align:center;font-size:1.05rem;font-weight:400}.animate-progress{animation:.6s ease-out progressPulse}.word-chain-display{border-radius:8px;justify-content:center;align-items:center;width:100%;height:3rem;margin-bottom:1rem;padding:.5rem;display:flex;position:relative}.word-chain-display .word-letters{opacity:1;align-items:center;gap:.5rem;transition:opacity .2s,transform .2s;display:flex;transform:translateY(0)}.word-chain-display .word-letters.visible{opacity:1;transform:translateY(0)}.word-chain-display .letter-placeholder{flex-direction:column;align-items:center;min-width:1.5rem;transition:all .2s;display:flex;position:relative}.word-chain-display .letter-placeholder.empty .letter{opacity:0;height:1.5rem}.word-chain-display .letter-placeholder.empty .letter-underline{opacity:.4;border-bottom:2px dotted #8b5cf6}.word-chain-display .letter-placeholder.empty .letter-underline:after{opacity:.2;animation:none}.word-chain-display .letter-placeholder.filled .letter{opacity:1;animation:.3s ease-out letterFadeIn}.word-chain-display .letter-placeholder.filled .letter-underline{opacity:1;border-bottom:2px dotted #8b5cf6cc}.word-chain-display .letter-placeholder.filled .letter-underline:after{opacity:.6;animation:2s ease-in-out infinite underlineGlow}.word-chain-display .letter-placeholder .letter{letter-spacing:.05em;color:#fff;text-transform:uppercase;margin-bottom:.25rem;font-size:1.1rem;font-weight:700;line-height:1;transition:opacity .2s}.word-chain-display .letter-placeholder .letter-underline{border-bottom:2px dotted #8b5cf699;width:1.5rem;height:2px;transition:opacity .2s,border-color .2s;position:relative}.word-chain-display .letter-placeholder .letter-underline:after{content:"";background:linear-gradient(90deg,#0000 0%,#8b5cf64d 25%,#8b5cf699 50%,#8b5cf64d 75%,#0000 100%);height:2px;transition:opacity .2s;position:absolute;bottom:-2px;left:0;right:0}.strands-game .game-board{flex:auto;justify-content:center;align-items:center;gap:0;width:100%;max-width:100%;min-height:0;margin:0 auto .7rem;display:flex}.grid-container{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:auto;background-color:#0000;border:none;border-radius:0;justify-content:center;gap:12px;padding:12px;display:grid}.grid-cell{width:var(--cell-size);height:var(--cell-size);color:#fff;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:none;z-index:1;touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0000;pointer-events:auto;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;transition:background .15s,color .15s;display:flex;position:relative}.grid-cell:hover{pointer-events:auto}.grid-cell.selected{background:var(--selected-cell-bg);color:#fff;z-index:2;pointer-events:auto;border:none;border-radius:50%}.grid-cell.spangram{background:var(--selected-cell-bg-2);z-index:2;box-shadow:none;pointer-events:auto;border:none;border-radius:50%;font-weight:700}.grid-cell.found{background:var(--found-word-color);color:#fff;z-index:2;box-shadow:none;pointer-events:auto;border:none;border-radius:50%}.grid-cell:after{content:"";display:none}.grid-cell.hinted{z-index:2;pointer-events:auto;background-color:#ffb6c133;border:2px dashed #ffb6c1;animation:2s infinite hint-pulse}.grid-cell.last-letter-with-border{animation:1.2s ease-in-out infinite last-letter-pulse;border:3px dotted #8b5cf6!important}.controls-section{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.controls-section--mobile{display:none}.btn{color:var(--text-color);cursor:pointer;transition:all var(--transition-fast)ease;background:linear-gradient(145deg,#1e1f54,#191b45);border:1px solid #ffffff1a;border-radius:30px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 5px #0003}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.btn:active{transform:translateY(0)}.btn.submit{background:linear-gradient(145deg,var(--btn-submit-bg),#6a41cb);border-color:#ffffff26}.btn.submit:hover{background:linear-gradient(145deg,var(--btn-submit-hover-bg),#7952d5)}.hint-btn{cursor:pointer;background:0 0;border:1px solid #7952d5;border-radius:24px;justify-content:center;align-items:center;width:200px;height:48px;transition:all .3s;display:flex;position:relative;overflow:hidden}.hint-btn:disabled{cursor:not-allowed;opacity:.7}.hint-btn.available:hover{transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf633}.hint-btn.used{background:#8b5cf61a;border-color:#3a3160}.hint-progress{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hint-progress-bar{z-index:1;background:#6a41cb;border-radius:24px 0 0 24px;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.hint-btn-content{z-index:2;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex;position:relative}.hint-btn-text{color:#fff;text-shadow:0 1px 2px #0000001a;letter-spacing:.01em;font-size:1.05rem;font-weight:700}.hint-progress-text{color:#aaa;text-shadow:0 1px 2px #0000001a;letter-spacing:.01em;font-size:1rem;font-weight:700;line-height:44px}.hint-status{color:#8b5cf6;text-align:center;margin-top:.5rem;font-weight:600;animation:.3s ease-in-out fadeIn}.found-words{width:100%;max-width:var(--grid-container-max-width);background-color:#ffffff0d;border-radius:12px;margin-top:1rem;padding:1rem}.found-words-title{color:var(--text-secondary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.found-words-list{flex-wrap:wrap;gap:.5rem;display:flex}.found-word{background-color:var(--found-word-color);color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;animation:.3s forwards word-appear}.error-message{justify-content:center;align-items:center;width:100%;display:flex!important}.error-message .error-text{color:#ff6b6b;text-align:center;background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:20px;padding:.5rem 1rem;font-size:1.1rem;font-weight:700;animation:.5s ease-in-out errorPulse}.word-celebration{justify-content:center;align-items:center;width:100%;display:flex!important}.word-celebration .celebration-text{color:#4ade80;text-align:center;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#4ade8026,#4ade800d);border:1px solid #4ade8066;border-radius:30px;max-width:100%;padding:.6rem 1.2rem;font-size:1rem;font-weight:700;animation:.6s ease-out celebrationBounce;position:relative;overflow:hidden;box-shadow:0 4px 12px #4ade8033,inset 0 1px #ffffff1a}.word-celebration .celebration-text:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:2s ease-in-out shimmer;position:absolute;top:0;left:-100%}.spangram-celebration{justify-content:center;align-items:center;width:100%;display:flex!important}.spangram-celebration .celebration-text{color:gold;text-align:center;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;text-overflow:ellipsis;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffd70033,#ffd70014);border:2px solid #ffd70080;border-radius:35px;max-width:100%;padding:.7rem 1.4rem;font-size:1.1rem;font-weight:700;animation:.8s ease-out spangramGlow;position:relative;overflow:hidden;box-shadow:0 6px 20px #ffd7004d,0 0 30px #ffd70033,inset 0 1px #ffffff26}.spangram-celebration .celebration-text:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:2.5s ease-in-out shimmer;position:absolute;top:0;left:-100%}@keyframes word-appear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes hint-pulse{0%,to{background-color:#ffb6c133}50%{background-color:#ffb6c166}}@keyframes underlineGlow{0%,to{opacity:.3}50%{opacity:.8}}@keyframes letterFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes errorPulse{0%{opacity:0;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes celebrationBounce{0%{opacity:0;transform:scale(.9)}50%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes spangramGlow{0%{opacity:0;transform:scale(.9)}50%{opacity:1;text-shadow:0 0 15px gold;transform:scale(1.05)}to{opacity:1;text-shadow:0 0 10px gold;transform:scale(1)}}@keyframes progressPulse{0%{color:#b3b3e6;transform:scale(1)}50%{color:#7e7fff;text-shadow:0 0 10px #7e7fff80;transform:scale(1.1)}to{color:#b3b3e6;transform:scale(1)}}@keyframes confetti{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(-100px)rotate(720deg)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes last-letter-pulse{0%,to{border-color:#7c3aed;transform:scale(1)}50%{border-color:#c4b5fd;transform:scale(1.05)}}@media (max-width:900px){.strands-game__main-layout{flex-direction:column;align-items:center;gap:1.5rem}.strands-game__left-panel,.strands-game__main-area{width:100%;max-width:100%;margin-top:1.2rem;padding:1.2rem 1rem}.strands-logo-title{margin-top:.5rem;margin-bottom:1.2rem}}@media (max-width:768px){:root{--cell-size:35px}.strands-game{padding-top:60px}.game-subtitle{margin-bottom:1rem;font-size:1rem}.grid-cell{font-size:1rem}.btn{min-width:100px;padding:.75rem 1.5rem;font-size:.9rem}.word-chain-display .word-letters{gap:.3rem}.word-chain-display .letter-placeholder{min-width:1.2rem}.word-chain-display .letter-placeholder.empty .letter{height:1.2rem}.word-chain-display .letter-placeholder .letter{font-size:1rem}.word-chain-display .letter-placeholder .letter-underline{width:1.2rem}.error-message .error-text{padding:.4rem .8rem;font-size:1rem}.word-celebration .celebration-text,.spangram-celebration .celebration-text{padding:.4rem .8rem;font-size:.9rem}}@media (max-width:480px){:root{--cell-size:30px}.strands-game{padding-top:55px}.game-subtitle,.grid-cell{font-size:.9rem}.btn{min-width:90px;padding:.6rem 1.25rem;font-size:.85rem}.found-words{padding:.75rem}.found-word{padding:.4rem .75rem;font-size:.8rem}.word-chain-display{height:2.5rem}.word-chain-display .word-letters{gap:.25rem}.word-chain-display .letter-placeholder{min-width:1rem}.word-chain-display .letter-placeholder.empty .letter{height:1rem}.word-chain-display .letter-placeholder .letter{margin-bottom:.2rem;font-size:.9rem}.word-chain-display .letter-placeholder .letter-underline{border-bottom-width:1.5px;width:1rem}.word-chain-display .letter-placeholder .letter-underline:after{height:1.5px;bottom:-1.5px}.error-message .error-text{padding:.4rem .75rem;font-size:.8rem}.word-celebration .celebration-text{border-radius:25px;max-width:calc(100vw - 2rem);padding:.4rem .8rem;font-size:.9rem}.spangram-celebration .celebration-text{border-radius:30px;max-width:calc(100vw - 2rem);padding:.4rem .8rem;font-size:.9rem}}@media (max-width:600px){.strands-game{box-sizing:border-box;flex-direction:column;justify-content:flex-start;height:100vh;min-height:100vh;max-height:100vh;margin:0;padding:8px;display:flex;overflow:hidden}.strands-game__main-layout{flex-direction:column;flex:auto;align-items:center;gap:.25rem;width:100%;max-width:100%;min-height:0;max-height:calc(100vh - 60px)}.strands-game__left-panel,.strands-game__main-area{box-sizing:border-box;flex-direction:column;flex-shrink:1;justify-content:flex-start;align-items:center;width:100%;max-width:100%;min-height:0;margin-top:4px;padding:0;display:flex}.theme-section{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:.4rem}.theme-label{margin-bottom:0;margin-right:.3rem;font-size:.9rem}.theme-title{margin-bottom:0;font-size:.9rem;font-weight:600}.strands-game__left-panel .controls-section{display:none}.controls-section{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:.5rem}.controls-section--mobile{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-top:.5rem;display:flex}.theme-progress{white-space:nowrap;flex-shrink:0;font-size:.85rem;font-weight:600}.word-chain-display{margin-bottom:.3rem}.strands-game .game-board{flex:none;justify-content:center;align-items:flex-start;gap:0;width:100%;max-width:100%;min-height:0;margin:0 auto .7rem;display:flex}.grid-container{box-sizing:border-box;gap:5px;width:100%;max-width:100%;padding:0 12px}.hint-btn{border-radius:18px;flex-shrink:0;width:auto;min-width:120px;max-width:160px;height:36px;margin:0;font-size:.9rem}.hint-btn-content{justify-content:center;width:100%;font-size:.9rem}.hint-btn-text{font-size:.9rem}.hint-progress-text{margin-left:.3rem;font-size:.8rem;line-height:34px}.hint-status{text-align:center;margin-top:.2rem;font-size:.95rem}.strands-logo{width:32px;height:32px}.strands-title{font-size:1.1rem}.error-message .error-text{padding:.4rem .8rem;font-size:.9rem}.word-celebration .celebration-text{border-radius:25px;max-width:calc(100vw - 2rem);padding:.5rem 1rem;font-size:.9rem}.spangram-celebration .celebration-text{border-radius:30px;max-width:calc(100vw - 2rem);padding:.6rem 1.2rem;font-size:1rem}}@media (max-width:360px){:root{--cell-size:28px}.strands-game{padding:8px}.grid-container{gap:5px}.grid-cell,.theme-label,.theme-title{font-size:.85rem}.theme-progress{font-size:.8rem}.hint-btn{min-width:100px;max-width:140px;height:32px;font-size:.85rem}.hint-btn-text{font-size:.85rem}.hint-progress-text{font-size:.75rem}.word-chain-display .letter-placeholder{min-width:.9rem}.word-chain-display .letter-placeholder .letter{font-size:.85rem}.word-chain-display .letter-placeholder .letter-underline{width:.9rem}.error-message .error-text{padding:.35rem .7rem;font-size:.85rem}.word-celebration .celebration-text,.spangram-celebration .celebration-text{padding:.4rem .9rem;font-size:.85rem}}.strands-game__completed-state{justify-content:center;align-items:center;min-height:70vh;padding:2rem 2rem 140px;display:flex}.completed-message{text-align:center;background:linear-gradient(145deg,#1a1b4a,#151640);border:1px solid #ffffff1a;border-radius:16px;max-width:500px;padding:2rem;box-shadow:0 20px 40px #0000004d}.completed-message h2{color:#ffe066;margin:0 0 1rem;font-size:2rem;font-weight:700}.completed-message>p{color:#fffc;margin:0 0 2rem;font-size:1.1rem}.next-game-info{background:linear-gradient(135deg,#ffe0661a,#ffa5000d);border:1px solid #ffe06633;border-radius:12px;margin:2rem 0;padding:1.5rem}.next-game-info h3{color:#ffe066;margin:0 0 1rem;font-size:1.2rem;font-weight:600}.next-game-info p{color:#ffffffb3;margin:.5rem 0 0;font-size:.95rem}.countdown-display{color:#fff;text-shadow:0 2px 4px #0000004d;letter-spacing:.1em;margin:1rem 0;font-family:Courier New,monospace;font-size:3rem;font-weight:700}.view-results-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:none;border-radius:10px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #8b5cf64d}.view-results-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf666}.view-results-btn:active{transform:translateY(0)}@media (max-width:600px){.strands-game__completed-state{min-height:60vh;padding:1rem 1rem 120px}.completed-message{padding:1.5rem}.completed-message h2{font-size:1.5rem}.completed-message>p{margin-bottom:1.5rem;font-size:1rem}.next-game-info{margin:1.5rem 0;padding:1rem}.next-game-info h3{font-size:1rem}.next-game-info p{font-size:.85rem}.countdown-display{font-size:2.2rem}.view-results-btn{padding:.875rem 1.5rem;font-size:.95rem}}.strands-completion-screen{justify-content:center;align-items:center;min-height:70vh;padding:.5rem .5rem 40px;display:flex}.completion-content{background:linear-gradient(145deg,#1a1b4a,#151640);border-radius:20px;width:100%;max-width:720px;max-height:95vh;padding:0;animation:.5s cubic-bezier(.34,1.56,.64,1) slideUpScale;position:relative;overflow:hidden;box-shadow:0 25px 50px #0009,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a}.completion-content:before{content:"";pointer-events:none;background:linear-gradient(135deg,#8b5cf60d 0%,#0000 50%,#9333ea0d 100%);height:100%;position:absolute;top:0;left:0;right:0}.completion-header{text-align:center;background:linear-gradient(135deg,#8b5cf61a 0%,#3b82f61a 100%);border-radius:20px 20px 0 0;padding:1.25rem 1.25rem 1rem;position:relative}.completion-header:after{content:"";background:linear-gradient(90deg,#0000 0%,#8b5cf680 50%,#0000 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.completion-title{-webkit-text-fill-color:#0000;text-shadow:0 2px 4px #ffd7004d;background:linear-gradient(135deg,gold,orange,#ff6b35);-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:1.5rem;font-weight:800;animation:2s ease-in-out infinite alternate titleGlow}.completion-message{color:#ffffffe6;opacity:0;margin:0;font-size:1rem;font-weight:500;line-height:1.4;animation:.6s ease-out .3s forwards fadeInUp}.completion-body{padding:1rem;position:relative}.completion-stats{gap:.6rem;margin-bottom:1.25rem;display:grid}.completion-stats .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%);border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;padding:.65rem 1rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.completion-stats .stat-item:before{content:"";background:linear-gradient(90deg,#0000 0%,#8b5cf61a 50%,#0000 100%);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.completion-stats .stat-item:hover{border-color:#8b5cf64d;transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf633}.completion-stats .stat-item:hover:before{left:100%}.completion-stats .stat-label{color:#fffc;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.completion-stats .stat-label:before{content:"✨";font-size:.8rem}.completion-stats .stat-value{color:#fff;text-shadow:0 1px 2px #00000080;font-size:.9rem;font-weight:700}.completion-found-words{background:linear-gradient(135deg,#8b5cf60d 0%,#3b82f60d 100%);border:1px solid #8b5cf633;border-radius:14px;margin-bottom:1.25rem;padding:1rem}.completion-found-words h3{color:#fff;align-items:center;gap:.4rem;margin:0 0 .75rem;font-size:.95rem;font-weight:700;display:flex}.completion-found-words h3:before{content:"🎯";font-size:.9rem}.completion-found-words .found-words-grid{flex-wrap:wrap;gap:.4rem;display:flex}.completion-found-words .found-word-chip{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border:1px solid #fff3;border-radius:20px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;transition:all .3s;animation:.5s ease-out backwards chipSlideIn;position:relative;overflow:hidden;box-shadow:0 3px 8px #8b5cf64d}.completion-found-words .found-word-chip:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.completion-found-words .found-word-chip:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b5cf666}.completion-found-words .found-word-chip:hover:before{left:100%}.completion-found-words .found-word-chip:first-child{animation-delay:.1s}.completion-found-words .found-word-chip:nth-child(2){animation-delay:.15s}.completion-found-words .found-word-chip:nth-child(3){animation-delay:.2s}.completion-found-words .found-word-chip:nth-child(4){animation-delay:.25s}.completion-found-words .found-word-chip:nth-child(5){animation-delay:.3s}.completion-found-words .found-word-chip:nth-child(6){animation-delay:.35s}.completion-found-words .found-word-chip:nth-child(7){animation-delay:.4s}.completion-found-words .found-word-chip:nth-child(8){animation-delay:.45s}.completion-next-puzzle{text-align:center;color:#fffc;background:linear-gradient(135deg,#3b82f61a 0%,#9333ea1a 100%);border:1px solid #3b82f633;border-radius:10px;justify-content:center;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.75rem;font-size:.9rem;font-weight:600;display:flex}.completion-next-puzzle:before{content:"⏰";font-size:.9rem}.completion-actions{flex-direction:column;gap:.75rem;padding:0 1rem 1.25rem;display:flex}.completion-actions .share-btn{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:40px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.completion-actions .share-btn:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.completion-actions .share-btn:hover:before{left:100%}.completion-actions .share-btn--primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#7c3aed,#6d28d9);box-shadow:0 6px 20px #8b5cf666}.completion-actions .share-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf680}.completion-actions .share-btn--primary:active{transform:translateY(-1px)}.completion-actions .share-btn--success{color:#fff;background:linear-gradient(135deg,#10b981,#059669,#047857)}.completion-actions .share-btn--success:hover{transform:translateY(-2px);box-shadow:0 8px 25px #10b98166}.completion-actions .share-btn--error{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626,#b91c1c)}.completion-actions .share-btn--error:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ef444466}@keyframes slideUpScale{0%{opacity:0;transform:translateY(50px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes titleGlow{0%{text-shadow:0 2px 4px #ffd7004d}to{text-shadow:0 2px 4px #ffd70099,0 0 20px #ffd7004d}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes chipSlideIn{0%{opacity:0;transform:translate(-20px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}@media (max-width:600px){.strands-completion-screen{padding:.25rem .25rem 120px}.completion-content{border-radius:16px;max-height:98vh;overflow:hidden}.completion-header{padding:1rem .75rem .75rem}.completion-title{font-size:1.3rem}.completion-message{font-size:.8rem}.completion-body{padding:.75rem}.completion-stats{gap:.5rem;margin-bottom:1rem}.completion-stats .stat-item{padding:.5rem .75rem}.completion-stats .stat-label,.completion-stats .stat-value{font-size:.8rem}.completion-found-words{margin-bottom:1rem;padding:.75rem}.completion-found-words h3{margin-bottom:.5rem;font-size:.85rem}.completion-found-words .found-word-chip{border-radius:16px;padding:.35rem .6rem;font-size:.7rem}.completion-next-puzzle{margin-bottom:.75rem;padding:.5rem;font-size:.8rem}.completion-actions{padding:0 .75rem 1rem}.completion-actions .share-btn{border-radius:35px;padding:.65rem 1rem;font-size:.85rem}}.strands-completion-nudge{margin-top:2rem;padding:0 1rem}@media (max-width:600px){.strands-completion-nudge{margin-top:1.5rem;padding:0 .5rem}}
