.page-module__GNu7zG__page{background:var(--bg);flex-direction:column;flex:1;min-width:0;display:flex}.page-module__GNu7zG__headerArea{border-bottom:1px solid var(--border);background:var(--bg);flex:none;padding:32px 32px 24px}.page-module__GNu7zG__title{letter-spacing:-.02em;margin:0;font-size:24px;font-weight:700}.page-module__GNu7zG__subtitle{color:var(--muted);margin-top:4px;font-size:13.5px}.page-module__GNu7zG__layout{gap:48px;width:100%;max-width:1200px;display:flex}.page-module__GNu7zG__tabs{flex-direction:column;flex:none;gap:4px;width:220px;display:flex}.page-module__GNu7zG__tab{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:none;border-left:2px solid #0000;border-radius:0 6px 6px 0;align-items:center;gap:12px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.page-module__GNu7zG__tab:hover{color:var(--text);background:var(--element)}.page-module__GNu7zG__activeTab{color:var(--text);background:var(--element);border-left:2px solid var(--accent);font-weight:600}.page-module__GNu7zG__activeTab svg{color:var(--accent)}.page-module__GNu7zG__scrollBody{flex:1;min-height:0;padding:32px;display:flex;overflow:auto}.page-module__GNu7zG__content{flex-direction:column;flex:1;min-width:0;display:flex}.page-module__GNu7zG__panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:32px;box-shadow:0 4px 12px #0000000d}.page-module__GNu7zG__panel h2{color:var(--text);margin-bottom:24px;font-size:20px;font-weight:600}.page-module__GNu7zG__formGroup{margin-bottom:24px}.page-module__GNu7zG__formGroup label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.page-module__GNu7zG__input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:10px 14px;font-size:15px;transition:border-color .2s}.page-module__GNu7zG__input:focus{border-color:var(--accent)}.page-module__GNu7zG__select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;padding:8px 12px;font-size:14px}.page-module__GNu7zG__primaryBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;transition:opacity .2s;display:flex}.page-module__GNu7zG__primaryBtn:hover{opacity:.9}.page-module__GNu7zG__tableWrap{border:1px solid var(--border);border-radius:8px;overflow:hidden}.page-module__GNu7zG__table{border-collapse:collapse;width:100%}.page-module__GNu7zG__table th{background:var(--element);color:var(--muted);text-align:left;border-bottom:1px solid var(--border);padding:12px 16px;font-size:13px;font-weight:600}.page-module__GNu7zG__table td{color:var(--text);border-bottom:1px solid var(--border);padding:14px 16px;font-size:14px}.page-module__GNu7zG__table tr:last-child td{border-bottom:none}.page-module__GNu7zG__emptyState{text-align:center;background:var(--bg);border:1px dashed var(--border);color:var(--muted);border-radius:8px;padding:40px}.page-module__GNu7zG__iconBtn{border:1px solid var(--border);background:var(--panel);width:30px;height:30px;color:var(--muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;display:flex}.page-module__GNu7zG__iconBtn:hover{background:var(--hover);color:var(--text)}.page-module__GNu7zG__cancelBtn{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s}.page-module__GNu7zG__cancelBtn:hover{background:var(--hover)}.page-module__GNu7zG__usageStack{flex-direction:column;gap:20px;display:flex}.page-module__GNu7zG__usageHeader{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-module__GNu7zG__panelCopy{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.45}.page-module__GNu7zG__planBadge{background:var(--element);border:1px solid var(--border);color:var(--text);text-transform:capitalize;border-radius:8px;flex:none;padding:7px 10px;font-size:13px;font-weight:700}.page-module__GNu7zG__metricGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.page-module__GNu7zG__metricTile{background:var(--bg);border:1px solid var(--border);border-radius:8px;min-width:0;padding:14px}.page-module__GNu7zG__metricTile span{color:var(--muted);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.page-module__GNu7zG__metricTile strong{color:var(--text);font-size:23px;line-height:1;display:block}.page-module__GNu7zG__budgetBlock{margin-top:22px}.page-module__GNu7zG__budgetTopline,.page-module__GNu7zG__budgetFootnote{color:var(--muted);justify-content:space-between;gap:16px;font-size:13px;display:flex}.page-module__GNu7zG__budgetTopline strong{color:var(--text)}.page-module__GNu7zG__budgetTrack{background:var(--element);border:1px solid var(--border);border-radius:999px;height:12px;margin:10px 0 8px;position:relative;overflow:hidden}.page-module__GNu7zG__budgetFill{background:var(--accent);border-radius:inherit;height:100%}.page-module__GNu7zG__forecastMarker{background:var(--text);width:2px;height:20px;position:absolute;top:-4px}.page-module__GNu7zG__chartWrap{background:var(--bg);border:1px solid var(--border);border-radius:8px;grid-template-columns:repeat(31,minmax(10px,1fr));align-items:flex-end;gap:4px;height:172px;margin-top:24px;padding:16px 14px 10px;display:grid;overflow-x:auto}.page-module__GNu7zG__chartColumn{flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;min-width:10px;height:146px;display:flex}.page-module__GNu7zG__actualBar,.page-module__GNu7zG__forecastBar{border-radius:4px 4px 0 0;width:100%}.page-module__GNu7zG__actualBar{background:var(--accent)}.page-module__GNu7zG__forecastBar{background:color-mix(in srgb, var(--accent) 35%, var(--muted));opacity:.8}.page-module__GNu7zG__chartColumn span{color:var(--muted);font-size:10px;line-height:1}.page-module__GNu7zG__alertGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.page-module__GNu7zG__alertPending,.page-module__GNu7zG__alertHit{border:1px solid var(--border);border-radius:8px;padding:12px}.page-module__GNu7zG__alertPending{background:var(--bg)}.page-module__GNu7zG__alertHit{background:color-mix(in srgb, var(--accent) 14%, var(--bg));border-color:color-mix(in srgb, var(--accent) 42%, var(--border))}.page-module__GNu7zG__alertPending strong,.page-module__GNu7zG__alertHit strong,.page-module__GNu7zG__alertPending span,.page-module__GNu7zG__alertHit span{display:block}.page-module__GNu7zG__alertPending strong,.page-module__GNu7zG__alertHit strong{color:var(--text);margin-bottom:4px;font-size:15px}.page-module__GNu7zG__alertPending span,.page-module__GNu7zG__alertHit span{color:var(--muted);font-size:12px}.page-module__GNu7zG__priceTable{border:1px solid var(--border);border-radius:8px;overflow:hidden}.page-module__GNu7zG__priceHeader,.page-module__GNu7zG__priceRow{grid-template-columns:minmax(190px,1.4fr) minmax(100px,.7fr) minmax(100px,.7fr) minmax(100px,.75fr) minmax(86px,.55fr) 44px;align-items:center;gap:10px;display:grid}.page-module__GNu7zG__priceHeader{background:var(--element);color:var(--muted);text-transform:uppercase;padding:11px 12px;font-size:12px;font-weight:700}.page-module__GNu7zG__priceRow{border-top:1px solid var(--border);padding:12px}.page-module__GNu7zG__compactInput{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:7px;outline:none;width:100%;min-width:0;padding:8px 9px;font-size:13px}.page-module__GNu7zG__modelSubline{color:var(--muted);margin-top:5px;font-size:11.5px}.page-module__GNu7zG__toggleLabel{color:var(--muted);align-items:center;gap:7px;font-size:13px;display:flex}@media (max-width:900px){.page-module__GNu7zG__metricGrid,.page-module__GNu7zG__alertGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-module__GNu7zG__priceTable{overflow-x:auto}.page-module__GNu7zG__priceHeader,.page-module__GNu7zG__priceRow{min-width:760px}}@media (max-width:768px){.page-module__GNu7zG__headerArea{padding:20px 16px 16px}.page-module__GNu7zG__layout{flex-direction:column;gap:20px}.page-module__GNu7zG__tabs{border-bottom:1px solid var(--border);flex-direction:row;width:100%;overflow-x:auto}.page-module__GNu7zG__tab{white-space:nowrap;border-bottom:2px solid #0000;border-left:none;border-radius:6px 6px 0 0}.page-module__GNu7zG__activeTab{border-left:none;border-bottom:2px solid var(--accent)}.page-module__GNu7zG__scrollBody{padding:16px}.page-module__GNu7zG__panel{padding:20px}.page-module__GNu7zG__metricGrid,.page-module__GNu7zG__alertGrid{grid-template-columns:1fr}}
.IconSelect-module__dqtdta__container{width:100%;position:relative}.IconSelect-module__dqtdta__button{background:var(--element);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;text-align:left;border-radius:6px;outline:none;justify-content:space-between;align-items:center;padding:6px 12px;font-size:14px;display:flex}.IconSelect-module__dqtdta__button:hover{border-color:var(--text)}.IconSelect-module__dqtdta__button:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-alpha)}.IconSelect-module__dqtdta__selectedContent{align-items:center;gap:8px;display:flex}.IconSelect-module__dqtdta__iconWrap{width:20px;height:20px;color:var(--text);justify-content:center;align-items:center;display:flex}.IconSelect-module__dqtdta__dropdown{background:var(--panel);border:1px solid var(--border);z-index:50;border-radius:6px;width:100%;max-height:250px;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.IconSelect-module__dqtdta__option{cursor:pointer;color:var(--text);align-items:center;gap:8px;padding:8px 12px;font-size:14px;transition:background .15s;display:flex}.IconSelect-module__dqtdta__option:hover{background:var(--subtle)}.IconSelect-module__dqtdta__activeOption{background:var(--brand-alpha);color:var(--brand)}.IconSelect-module__dqtdta__activeOption .IconSelect-module__dqtdta__iconWrap{color:var(--brand)}
.HashiGame-module__Kji9cG__container{flex-direction:column;gap:24px;display:flex}.HashiGame-module__Kji9cG__header{border-bottom:1px solid var(--border);padding-bottom:24px}.HashiGame-module__Kji9cG__title{color:var(--text);margin:0 0 8px;font-size:24px;font-weight:700}.HashiGame-module__Kji9cG__subtitle{color:var(--muted);margin:0;font-size:15px}.HashiGame-module__Kji9cG__layout{align-items:flex-start;gap:32px;display:flex}.HashiGame-module__Kji9cG__sidebar{flex-direction:column;flex-shrink:0;gap:32px;width:280px;display:flex}.HashiGame-module__Kji9cG__propSection{flex-direction:column;display:flex}.HashiGame-module__Kji9cG__propHeader{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin:0 0 16px;font-size:14px;font-weight:700}.HashiGame-module__Kji9cG__settingGroup{flex-direction:column;margin-bottom:16px;display:flex}.HashiGame-module__Kji9cG__settingGroup label{color:var(--muted);margin-bottom:8px;font-size:13px;font-weight:500}.HashiGame-module__Kji9cG__settingGroup input[type=range]{width:100%}.HashiGame-module__Kji9cG__generateBtn{background:var(--accent);width:100%;color:var(--accent-fg);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:8px;padding:10px;font-size:14px;font-weight:600;transition:background .2s;display:flex}.HashiGame-module__Kji9cG__generateBtn:hover:not(:disabled){background:var(--accent-hover)}.HashiGame-module__Kji9cG__generateBtn:disabled{opacity:.5;cursor:not-allowed}.HashiGame-module__Kji9cG__viewTabs{background:var(--subtle);border:1px solid var(--border);border-radius:6px;padding:4px;display:flex}.HashiGame-module__Kji9cG__viewTab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s}.HashiGame-module__Kji9cG__viewTab.HashiGame-module__Kji9cG__active{background:var(--panel);color:var(--text);box-shadow:var(--shadow-sm)}.HashiGame-module__Kji9cG__mainContent{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex}.HashiGame-module__Kji9cG__actionBar{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.HashiGame-module__Kji9cG__zoomLabel{color:var(--muted);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:38px;font-size:12px}.HashiGame-module__Kji9cG__boardContainer{justify-content:center;align-items:flex-start;width:100%;padding-top:40px;display:flex}.HashiGame-module__Kji9cG__emptyState{color:var(--faint);justify-content:center;align-items:center;padding:64px;display:flex}@media (max-width:768px){.HashiGame-module__Kji9cG__boardContainer{justify-content:flex-start}}
.HashiGrid-module__8T_WUa__boardWrap{background:var(--panel);box-shadow:var(--shadow);border:1px solid var(--border);border-radius:8px;padding:32px;display:inline-block}.HashiGrid-module__8T_WUa__grid{background:0 0;gap:0;display:grid}.HashiGrid-module__8T_WUa__cell{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.HashiGrid-module__8T_WUa__isIsland{cursor:pointer}.HashiGrid-module__8T_WUa__islandNode{background:var(--element);border:2px solid var(--border-strong);width:32px;height:32px;color:var(--text);z-index:2;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:all .2s;display:flex}.HashiGrid-module__8T_WUa__isIsland:hover .HashiGrid-module__8T_WUa__islandNode{border-color:var(--accent);transform:scale(1.1)}.HashiGrid-module__8T_WUa__selected .HashiGrid-module__8T_WUa__islandNode{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent-text);box-shadow:0 0 0 4px #3e63dd33}.HashiGrid-module__8T_WUa__satisfied .HashiGrid-module__8T_WUa__islandNode{background:var(--green-bg);border-color:var(--green-fg);color:var(--green-fg)}.HashiGrid-module__8T_WUa__error .HashiGrid-module__8T_WUa__islandNode{background:var(--red-bg);border-color:var(--red-fg);color:var(--red-fg)}.HashiGrid-module__8T_WUa__bridge{background:var(--text);z-index:1;position:absolute}.HashiGrid-module__8T_WUa__bridge--{width:100%;height:4px;top:50%;left:0;transform:translateY(-50%)}.HashiGrid-module__8T_WUa__bridge-\={border-top:4px solid var(--text);border-bottom:4px solid var(--text);background:0 0;width:100%;height:12px;top:50%;left:0;transform:translateY(-50%)}.HashiGrid-module__8T_WUa__bridge-\|{width:4px;height:100%;top:0;left:50%;transform:translate(-50%)}.HashiGrid-module__8T_WUa__bridge-dv{border-left:4px solid var(--text);border-right:4px solid var(--text);background:0 0;width:12px;height:100%;top:0;left:50%;transform:translate(-50%)}
.LogicGridGrid-module__BSiuJW__sheet{color:var(--text);grid-template-columns:max-content minmax(280px,380px);grid-template-areas:"chart clues""answer clues";align-items:start;gap:24px 32px;font-family:Arial,Helvetica,sans-serif;line-height:1.25;display:inline-grid}.LogicGridGrid-module__BSiuJW__chartWrap{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow-sm);box-sizing:border-box;border-radius:16px;grid-area:chart;padding:1.25rem;overflow:auto}.LogicGridGrid-module__BSiuJW__chartStack{flex-direction:column;align-items:flex-start;display:inline-flex}.LogicGridGrid-module__BSiuJW__columnTable,.LogicGridGrid-module__BSiuJW__bodyTable{border-collapse:collapse;table-layout:fixed;background:var(--panel)}.LogicGridGrid-module__BSiuJW__columnTable{margin-left:var(--lg-left-offset,120px)}.LogicGridGrid-module__BSiuJW__groupHeader{border:2px solid var(--grid-strong);background:var(--element);height:24px;color:var(--text);text-align:center;vertical-align:middle;border-bottom:0;padding:0 6px;font-size:13px;font-weight:700}.LogicGridGrid-module__BSiuJW__valueHeader{width:var(--lg-cell,28px);min-width:var(--lg-cell,28px);height:var(--lg-header-height,82px);border:1px solid var(--border);border-bottom:2px solid var(--grid-strong);background:var(--panel);vertical-align:bottom;text-align:center;padding:3px 0 5px}.LogicGridGrid-module__BSiuJW__valueHeaderText{height:calc(var(--lg-header-height,82px) - 10px);width:auto;color:var(--text);writing-mode:vertical-rl;white-space:nowrap;justify-content:flex-start;align-items:flex-start;font-size:11px;font-weight:600;line-height:1;display:inline-flex;transform:rotate(180deg)}.LogicGridGrid-module__BSiuJW__rowGroup{width:var(--lg-row-group,28px);min-width:var(--lg-row-group,28px);border:2px solid var(--grid-strong);background:var(--element);color:var(--text);text-align:center;vertical-align:middle;padding:0;font-size:15px;font-weight:700}.LogicGridGrid-module__BSiuJW__rowGroup span{writing-mode:vertical-rl;justify-content:center;align-items:center;display:inline-flex;transform:rotate(180deg)}.LogicGridGrid-module__BSiuJW__rowLabel{width:var(--lg-row-label,92px);min-width:var(--lg-row-label,92px);border:1px solid var(--border);border-right:3px solid var(--grid-strong);background:var(--panel);color:var(--text);text-align:right;white-space:nowrap;padding:0 10px 0 0;font-size:12px;font-weight:600}.LogicGridGrid-module__BSiuJW__cell,.LogicGridGrid-module__BSiuJW__voidCell{width:var(--lg-cell,28px);min-width:var(--lg-cell,28px);height:var(--lg-cell,28px);text-align:center;vertical-align:middle;padding:0}.LogicGridGrid-module__BSiuJW__cell{border:1px solid var(--border);background:var(--panel);font-size:18px;font-weight:700}.LogicGridGrid-module__BSiuJW__markIcon{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.LogicGridGrid-module__BSiuJW__voidCell{background:var(--panel);border:none}.LogicGridGrid-module__BSiuJW__interactiveCell{cursor:pointer;transition:background-color .1s}.LogicGridGrid-module__BSiuJW__interactiveCell:hover{background-color:var(--cell-hover,#80808026)}.LogicGridGrid-module__BSiuJW__hoverLine{background-color:var(--cell-hover,#8080801f)}.LogicGridGrid-module__BSiuJW__sourceHighlight{outline:2px solid var(--accent,#3b82f6);outline-offset:-2px;z-index:1}.LogicGridGrid-module__BSiuJW__conflict{background-color:var(--red-bg,#d947472e)}.LogicGridGrid-module__BSiuJW__groupStart{border-left-width:3px;border-left-color:var(--grid-strong)}.LogicGridGrid-module__BSiuJW__groupEnd{border-right-width:3px;border-right-color:var(--grid-strong)}.LogicGridGrid-module__BSiuJW__rowGroupStart{border-top-width:3px;border-top-color:var(--grid-strong)}.LogicGridGrid-module__BSiuJW__rowGroupEnd{border-bottom-width:3px;border-bottom-color:var(--grid-strong)}.LogicGridGrid-module__BSiuJW__check{color:var(--green-fg,#188a46)}.LogicGridGrid-module__BSiuJW__cross{color:var(--red-fg,#d94747)}.LogicGridGrid-module__BSiuJW__clues{background:var(--panel);border:1px solid var(--border);max-width:360px;box-shadow:var(--shadow-sm);box-sizing:border-box;border-radius:16px;grid-area:clues;padding:1.25rem 1.5rem}.LogicGridGrid-module__BSiuJW__cluesTitle{color:var(--text);border-bottom:2px solid var(--border);margin:0 0 16px;padding-bottom:8px;font-size:16px;font-weight:600}.LogicGridGrid-module__BSiuJW__clueList{color:var(--text);margin:0;padding-left:22px;font-size:13px;line-height:1.45}.LogicGridGrid-module__BSiuJW__clueListDesign{padding-left:0;list-style-type:none}.LogicGridGrid-module__BSiuJW__clueList li{margin:0 0 6px}.LogicGridGrid-module__BSiuJW__clueItem{cursor:pointer;border-radius:6px;margin-left:-6px;padding:2px 6px;transition:background .15s,opacity .15s}.LogicGridGrid-module__BSiuJW__clueItem:hover{background:#3b82f624}[data-theme=dark] .LogicGridGrid-module__BSiuJW__clueItem:hover{background:#60a5fa2e}.LogicGridGrid-module__BSiuJW__clueItemCrossed{opacity:.5;text-decoration:line-through}.LogicGridGrid-module__BSiuJW__answerKey{background:var(--panel);border:1px solid var(--border);min-width:0;max-width:none;box-shadow:var(--shadow-sm);box-sizing:border-box;border-radius:16px;grid-area:answer;justify-self:stretch;padding:1.25rem 1.5rem}.LogicGridGrid-module__BSiuJW__answerTitleRow{justify-content:space-between;align-items:center;margin:0 0 8px;display:flex}.LogicGridGrid-module__BSiuJW__answerTitle{color:var(--text);margin:0;font-size:16px;font-weight:700}.LogicGridGrid-module__BSiuJW__answerToggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:600}.LogicGridGrid-module__BSiuJW__answerToggle:hover{background:var(--hover)}.LogicGridGrid-module__BSiuJW__answerTable{border-collapse:collapse;border:2px solid var(--grid-strong);width:100%;font-size:13px}.LogicGridGrid-module__BSiuJW__answerTable th,.LogicGridGrid-module__BSiuJW__answerTable td{border:1px solid var(--border);text-align:left;color:var(--text);padding:7px 10px}.LogicGridGrid-module__BSiuJW__answerTable th{background:var(--element);font-weight:700}.LogicGridGrid-module__BSiuJW__answerTable td{height:28px}.LogicGridGrid-module__BSiuJW__answerCellFilled{cursor:pointer}.LogicGridGrid-module__BSiuJW__answerCellFilled:hover{background:var(--cell-hover,#80808026)}@media (max-width:900px){.LogicGridGrid-module__BSiuJW__sheet{grid-template-columns:1fr;grid-template-areas:"chart""clues""answer"}.LogicGridGrid-module__BSiuJW__clues{max-width:680px}.LogicGridGrid-module__BSiuJW__cluesTitle{text-align:left}}@media print{.LogicGridGrid-module__BSiuJW__chartWrap{overflow:visible}.LogicGridGrid-module__BSiuJW__sheet{grid-template-columns:max-content 1fr;grid-template-areas:"chart clues""answer clues"}}.LogicGridGrid-module__BSiuJW__editableClueContainer{cursor:text;box-sizing:border-box;border:1px dashed #0000;border-radius:4px;align-items:flex-start;gap:6px;width:100%;max-width:100%;margin-left:0;padding:0 4px;transition:border-color .2s,background .2s;display:flex;position:relative}.LogicGridGrid-module__BSiuJW__editableClueContainer:hover{border-color:var(--border);background:var(--hover)}.LogicGridGrid-module__BSiuJW__clueNumber{text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:18px;display:inline-block}.LogicGridGrid-module__BSiuJW__clueTextSpan{color:inherit;font-size:inherit;flex:1;min-width:0;font-family:inherit}.LogicGridGrid-module__BSiuJW__clueActions{flex-shrink:0;align-items:center;gap:2px;display:inline-flex}.LogicGridGrid-module__BSiuJW__editClueBtn,.LogicGridGrid-module__BSiuJW__deleteClueBtn{color:#9ca3af;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;padding:0;transition:opacity .2s;display:flex}.LogicGridGrid-module__BSiuJW__editableClueContainer:hover .LogicGridGrid-module__BSiuJW__editClueBtn,.LogicGridGrid-module__BSiuJW__editableClueContainer:hover .LogicGridGrid-module__BSiuJW__deleteClueBtn,.LogicGridGrid-module__BSiuJW__editClueBtn:focus-visible,.LogicGridGrid-module__BSiuJW__deleteClueBtn:focus-visible{opacity:1}.LogicGridGrid-module__BSiuJW__editClueBtn:hover{background:var(--hover);color:var(--text)}.LogicGridGrid-module__BSiuJW__deleteClueBtn:hover{color:#ef4444;background:#ef44441f}.LogicGridGrid-module__BSiuJW__clueInputWrapper{align-items:center;gap:8px;width:100%;max-width:400px;margin:-4px 0;display:inline-flex}.LogicGridGrid-module__BSiuJW__clueEditNumber{color:#fff;background:#3b82f6;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;height:24px;margin-left:5px;padding:0 8px;font-size:13px;font-weight:600;display:flex}.LogicGridGrid-module__BSiuJW__clueInput{font-size:inherit;color:var(--text);background:var(--bg);border:1px solid #3b82f6;border-radius:6px;outline:none;flex-grow:1;margin:0;padding:3px 7px;font-family:inherit}.LogicGridGrid-module__BSiuJW__clueCancelBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .2s;display:flex}.LogicGridGrid-module__BSiuJW__clueCancelBtn:hover{color:#dc2626;background:#ef44441a}.LogicGridGrid-module__BSiuJW__addClueInput{border:1px dashed var(--border);background:var(--panel);width:100%;height:38px;color:var(--text);box-sizing:border-box;border-radius:6px;outline:none;margin-top:10px;padding:0 12px;font-family:inherit;font-size:13px}.LogicGridGrid-module__BSiuJW__addClueInput:focus{border-color:var(--accent)}.LogicGridGrid-module__BSiuJW__addClueInput::placeholder{color:var(--muted);opacity:1}.LogicGridGrid-module__BSiuJW__confirmOverlay{z-index:2000;background:#00000094;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.LogicGridGrid-module__BSiuJW__confirmDialog{border:1px solid var(--border);background:var(--panel);width:min(420px,100%);color:var(--text);box-shadow:var(--shadow);border-radius:12px;grid-template-columns:auto 1fr;gap:12px;padding:20px;display:grid}.LogicGridGrid-module__BSiuJW__confirmIcon{color:#ef4444;background:#ef44441f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.LogicGridGrid-module__BSiuJW__confirmTitle{margin:1px 0 6px;font-size:16px;font-weight:700}.LogicGridGrid-module__BSiuJW__confirmMessage{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.LogicGridGrid-module__BSiuJW__confirmActions{grid-column:1/-1;justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.LogicGridGrid-module__BSiuJW__confirmNoBtn,.LogicGridGrid-module__BSiuJW__confirmYesBtn{min-width:76px;height:34px;font:inherit;cursor:pointer;border-radius:7px;padding:0 13px;font-size:12.5px;font-weight:650}.LogicGridGrid-module__BSiuJW__confirmNoBtn{border:1px solid var(--border);background:var(--element);color:var(--text)}.LogicGridGrid-module__BSiuJW__confirmYesBtn{color:#fff;background:#dc2626;border:1px solid #dc2626}.LogicGridGrid-module__BSiuJW__confirmNoBtn:hover{background:var(--hover)}.LogicGridGrid-module__BSiuJW__confirmYesBtn:hover{background:#b91c1c}
.LogicGridGame-module__mlIFEa__gameContainer{height:100%;padding:32px;overflow:auto}.LogicGridGame-module__mlIFEa__board{gap:18px;max-width:1180px;margin:0 auto;display:grid}.LogicGridGame-module__mlIFEa__printPanel{background:var(--panel);border:1px solid var(--border);box-shadow:var(--shadow);color:var(--text);border-radius:8px;flex-direction:column;justify-self:center;align-items:flex-start;gap:18px;padding:28px;display:inline-flex}.LogicGridGame-module__mlIFEa__printHeader{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.LogicGridGame-module__mlIFEa__printTitle{color:var(--text);margin:0;font-size:18px;font-weight:700}.LogicGridGame-module__mlIFEa__printMeta{color:var(--muted);margin:0;font-size:12px}.LogicGridGame-module__mlIFEa__emptyState{min-height:260px;color:var(--muted);justify-content:center;align-items:center;font-size:14px;display:flex}.LogicGridGame-module__mlIFEa__panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;overflow:hidden}.LogicGridGame-module__mlIFEa__error{color:var(--danger);background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:13px;display:flex}.LogicGridGame-module__mlIFEa__retrySaveBtn{min-height:30px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:0 11px;font-weight:650;display:inline-flex}.LogicGridGame-module__mlIFEa__retrySaveBtn:hover:not(:disabled){background:#ef444414}.LogicGridGame-module__mlIFEa__retrySaveBtn:disabled{opacity:.6;cursor:wait}.LogicGridGame-module__mlIFEa__sectionTitle{letter-spacing:.05em;text-transform:uppercase;color:var(--faint);margin-bottom:12px;font-size:11px;font-weight:600}.LogicGridGame-module__mlIFEa__sectionHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.LogicGridGame-module__mlIFEa__sectionHeader .LogicGridGame-module__mlIFEa__sectionTitle{margin-bottom:0}.LogicGridGame-module__mlIFEa__aiGenerateIconBtn{border:1px solid var(--border);background:var(--element);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;display:flex}.LogicGridGame-module__mlIFEa__aiGenerateIconBtn:hover{border-color:var(--accent);color:var(--accent)}.LogicGridGame-module__mlIFEa__sparkleIcon{color:var(--accent)}.LogicGridGame-module__mlIFEa__controlGroup{flex-direction:column;gap:14px;display:flex}.LogicGridGame-module__mlIFEa__controlRow{flex-direction:column;gap:7px;display:flex}.LogicGridGame-module__mlIFEa__controlLabel{color:var(--text);font-size:12.5px;font-weight:500}.LogicGridGame-module__mlIFEa__input,.LogicGridGame-module__mlIFEa__select,.LogicGridGame-module__mlIFEa__textarea{border:1px solid var(--border);background:var(--panel);width:100%;color:var(--text);border-radius:8px;outline:none;font-family:inherit;font-size:13px}.LogicGridGame-module__mlIFEa__input,.LogicGridGame-module__mlIFEa__select{height:36px;padding:0 10px}.LogicGridGame-module__mlIFEa__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 11px center;background-repeat:no-repeat;background-size:14px;padding-right:34px}.LogicGridGame-module__mlIFEa__textarea{resize:vertical;min-height:90px;padding:9px 10px;line-height:1.4}.LogicGridGame-module__mlIFEa__categoryBox{border:1px solid var(--border);background:var(--panel);border-radius:8px;flex-direction:column;gap:8px;padding:10px;transition:all .2s;display:flex}.LogicGridGame-module__mlIFEa__categoryBoxStandard{background:#f0f7ff;border-color:#cbd5e1}.LogicGridGame-module__mlIFEa__categoryBoxStandard .LogicGridGame-module__mlIFEa__categoryHeaderTitle{color:#1e3a8a}.LogicGridGame-module__mlIFEa__categoryBoxOrdered{background:#fffbeb;border-color:#fef08a}.LogicGridGame-module__mlIFEa__categoryBoxOrdered .LogicGridGame-module__mlIFEa__categoryHeaderTitle{color:#854d0e}[data-theme=dark] .LogicGridGame-module__mlIFEa__categoryBoxStandard{background:#3b82f61a;border-color:#3b82f64d}[data-theme=dark] .LogicGridGame-module__mlIFEa__categoryBoxStandard .LogicGridGame-module__mlIFEa__categoryHeaderTitle{color:#93c5fd}[data-theme=dark] .LogicGridGame-module__mlIFEa__categoryBoxOrdered{background:#f59e0b1a;border-color:#f59e0b4d}[data-theme=dark] .LogicGridGame-module__mlIFEa__categoryBoxOrdered .LogicGridGame-module__mlIFEa__categoryHeaderTitle{color:#fcd34d}.LogicGridGame-module__mlIFEa__categoryTop{grid-template-columns:1fr 96px;gap:8px;display:grid}.LogicGridGame-module__mlIFEa__smallBtn{border:1px solid var(--border);background:var(--element);height:30px;color:var(--text);cursor:pointer;border-radius:7px;font-size:12px;font-weight:600}.LogicGridGame-module__mlIFEa__smallBtn:disabled{opacity:.45;cursor:not-allowed}.LogicGridGame-module__mlIFEa__checkGrid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.LogicGridGame-module__mlIFEa__checkLabel{color:var(--text);align-items:center;gap:7px;font-size:12.5px;display:flex}.LogicGridGame-module__mlIFEa__helperText{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.LogicGridGame-module__mlIFEa__difficultyCard{border:1px solid var(--border);background:var(--panel);border-radius:10px;flex-direction:column;gap:18px;padding:16px;display:flex}.LogicGridGame-module__mlIFEa__difficultyCard>.LogicGridGame-module__mlIFEa__helperText{font-size:13px;line-height:1.5}.LogicGridGame-module__mlIFEa__difficultySelect{height:44px;padding-left:12px;font-size:14px;font-weight:650}.LogicGridGame-module__mlIFEa__difficultyInfoRow{align-items:flex-start;gap:12px;display:flex}.LogicGridGame-module__mlIFEa__difficultyInfoIcon{flex-shrink:0;margin-top:1px}.LogicGridGame-module__mlIFEa__difficultyInfoIconClues,.LogicGridGame-module__mlIFEa__difficultyInfoIconProof{color:#67b7f7}.LogicGridGame-module__mlIFEa__difficultyInfoIconMeaning{color:#f0d44f}.LogicGridGame-module__mlIFEa__difficultyInfoBody{flex-direction:column;gap:7px;min-width:0;display:flex}.LogicGridGame-module__mlIFEa__difficultyInfoLabel{color:var(--text);font-size:13px;font-weight:650}.LogicGridGame-module__mlIFEa__clueTypeBadgeRow{flex-wrap:wrap;gap:7px;display:flex}.LogicGridGame-module__mlIFEa__clueTypeBadge{color:#6d48d7;background:#7c5cff24;border:1px solid #7c5cff38;border-radius:6px;align-items:center;padding:3px 8px;font-size:11.5px;font-weight:650;line-height:1.2;display:inline-flex}[data-theme=dark] .LogicGridGame-module__mlIFEa__clueTypeBadge{color:#d5b8ff;background:#8960c461;border-color:#ae8eff29}.LogicGridGame-module__mlIFEa__finalRevealCard{border:1px solid var(--border);background:var(--panel);border-radius:10px;flex-direction:column;gap:18px;padding:16px;display:flex}.LogicGridGame-module__mlIFEa__finalRevealHeader{align-items:center;gap:10px;display:flex}.LogicGridGame-module__mlIFEa__finalRevealIcon{color:#7c5cff;background:#7c5cff24;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}[data-theme=dark] .LogicGridGame-module__mlIFEa__finalRevealIcon{color:#a78bfa;background:#7c5cff2e;box-shadow:0 0 18px #7c5cff29}.LogicGridGame-module__mlIFEa__finalRevealTitle{color:var(--text);margin:0;font-size:16px;font-weight:700}.LogicGridGame-module__mlIFEa__finalRevealHelp{color:var(--muted);margin:-6px 0 0;font-size:12.5px;line-height:1.5}.LogicGridGame-module__mlIFEa__finalRevealList{flex-direction:column;gap:8px;display:flex}.LogicGridGame-module__mlIFEa__finalRevealRowBlock{flex-direction:column;gap:4px;display:flex}.LogicGridGame-module__mlIFEa__finalRevealColumnLabels,.LogicGridGame-module__mlIFEa__finalRevealRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 28px;align-items:center;gap:8px;display:grid}.LogicGridGame-module__mlIFEa__finalRevealColumnLabels{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;padding:0 2px;font-size:10.5px;font-weight:750}.LogicGridGame-module__mlIFEa__finalRevealRole{color:var(--muted);padding-left:2px;font-size:10.5px;line-height:1.3}.LogicGridGame-module__mlIFEa__finalRevealSelect{appearance:none;background-color:var(--panel);width:100%;height:36px;color:var(--text);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #7c5cff8c;border-radius:9px;margin:0;padding:0 30px 0 10px;font-family:inherit;font-size:13px;font-weight:600}.LogicGridGame-module__mlIFEa__finalRevealSelect:focus{border-color:#7c5cff;outline:none;box-shadow:0 0 0 2px #7c5cff24}.LogicGridGame-module__mlIFEa__finalRevealRemove{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;padding:0;display:inline-flex}.LogicGridGame-module__mlIFEa__finalRevealRemove:hover{color:#dc2626;background:#dc26261a}.LogicGridGame-module__mlIFEa__finalRevealAdd{border:1px solid var(--border);background:var(--panel);color:var(--text);font:inherit;cursor:pointer;border-radius:8px;align-self:flex-start;padding:7px 10px;font-size:12px;font-weight:650}.LogicGridGame-module__mlIFEa__finalRevealAdd:hover:not(:disabled){color:#7c5cff;border-color:#7c5cff8c}.LogicGridGame-module__mlIFEa__finalRevealAdd:disabled{cursor:default;opacity:.55}.LogicGridGame-module__mlIFEa__sentenceRow{color:var(--text);font-size:13px;line-height:2.2}.LogicGridGame-module__mlIFEa__inlineSelect{border:1px solid var(--border);background:var(--panel);width:auto;height:30px;color:var(--text);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 9px center;background-repeat:no-repeat;background-size:13px;border-radius:8px;margin:0 2px;padding:0 30px 0 9px;font-family:inherit;font-size:13px;display:inline-block}.LogicGridGame-module__mlIFEa__lineDivider{background:var(--line);height:1px;margin:0}.LogicGridGame-module__mlIFEa__modalOverlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LogicGridGame-module__mlIFEa__modal{background:var(--panel);border:1px solid var(--border);width:min(460px,100vw - 32px);box-shadow:var(--shadow);color:var(--text);border-radius:8px;padding:22px}.LogicGridGame-module__mlIFEa__modalTitle{align-items:center;gap:8px;margin:0 0 8px;font-size:16px;display:flex}.LogicGridGame-module__mlIFEa__modalHelp{color:var(--muted);margin:0 0 18px;font-size:13px;line-height:1.45}.LogicGridGame-module__mlIFEa__field,.LogicGridGame-module__mlIFEa__fieldGrid{margin-bottom:14px}.LogicGridGame-module__mlIFEa__field{flex-direction:column;gap:6px;display:flex}.LogicGridGame-module__mlIFEa__fieldGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.LogicGridGame-module__mlIFEa__field label{color:var(--text);font-size:12.5px;font-weight:600}.LogicGridGame-module__mlIFEa__field input,.LogicGridGame-module__mlIFEa__field select{border:1px solid var(--border);background:var(--panel);height:36px;color:var(--text);border-radius:8px;outline:none;padding:0 10px;font-family:inherit;font-size:13px}.LogicGridGame-module__mlIFEa__modalActions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.LogicGridGame-module__mlIFEa__cancelBtn,.LogicGridGame-module__mlIFEa__confirmBtn{cursor:pointer;border-radius:7px;height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600}.LogicGridGame-module__mlIFEa__cancelBtn{border:1px solid var(--border);background:var(--element);color:var(--text)}.LogicGridGame-module__mlIFEa__confirmBtn{border:1px solid var(--accent);background:var(--accent);min-width:92px;color:var(--accent-fg);justify-content:center;align-items:center;display:flex}.LogicGridGame-module__mlIFEa__cancelBtn:disabled,.LogicGridGame-module__mlIFEa__confirmBtn:disabled{opacity:.6;cursor:not-allowed}.LogicGridGame-module__mlIFEa__spinner{animation:1s linear infinite LogicGridGame-module__mlIFEa__spin}@keyframes LogicGridGame-module__mlIFEa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.LogicGridGame-module__mlIFEa__wordPoolEditorCompact{max-width:none}.LogicGridGame-module__mlIFEa__wordPoolChips{flex-direction:column;align-items:stretch;gap:8px;margin-top:10px;display:flex}.LogicGridGame-module__mlIFEa__wordPoolChip{border:1px solid var(--line);width:100%;min-height:30px;color:var(--text);background:var(--panel);border-radius:6px;justify-content:space-between;align-items:center;gap:6px;padding:5px 7px 5px 10px;font-size:13px;font-weight:600;display:flex}.LogicGridGame-module__mlIFEa__chipTextWrapper{align-items:center;gap:6px;display:inline-flex}.LogicGridGame-module__mlIFEa__wordPoolRemove{color:currentColor;cursor:pointer;opacity:.65;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:inline-flex}.LogicGridGame-module__mlIFEa__wordPoolRemove:hover{opacity:1;background:#00000014}.LogicGridGame-module__mlIFEa__wordPoolInput{border:1px dashed var(--border);background:var(--panel);width:100%;min-width:120px;height:30px;color:var(--text);border-radius:6px;padding:0 10px;font-size:13px}.LogicGridGame-module__mlIFEa__wordPoolInput:focus{border-color:#3e63dd;outline:none}.LogicGridGame-module__mlIFEa__categoryTopRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.LogicGridGame-module__mlIFEa__categoryHeaderLeft{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.LogicGridGame-module__mlIFEa__dragHandle{color:var(--muted);cursor:grab;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.LogicGridGame-module__mlIFEa__dragHandle:hover{background:var(--hover);color:var(--text)}.LogicGridGame-module__mlIFEa__categoryHeaderContainer{cursor:text;border:1px dashed #0000;border-radius:6px;flex:1;align-items:center;gap:6px;min-width:0;margin-left:-6px;padding:4px 6px;transition:border-color .2s,background .2s;display:flex;position:relative}.LogicGridGame-module__mlIFEa__categoryHeaderContainer:hover{border-color:var(--border-strong);background:var(--subtle)}.LogicGridGame-module__mlIFEa__categoryHeaderTitle{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:600;overflow:hidden}.LogicGridGame-module__mlIFEa__editCategoryBtn{color:var(--muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:opacity .2s;display:flex}.LogicGridGame-module__mlIFEa__categoryHeaderContainer:hover .LogicGridGame-module__mlIFEa__editCategoryBtn{opacity:1}.LogicGridGame-module__mlIFEa__editCategoryBtn:hover{background:var(--hover);color:var(--text)}.LogicGridGame-module__mlIFEa__categoryHeaderInput{color:var(--text);border:1px solid var(--accent);background:var(--panel);border-radius:4px;outline:none;width:100%;margin:0 0 0 -6px;padding:2px 6px;font-size:14px;font-weight:600}.LogicGridGame-module__mlIFEa__categoryHeaderRight{align-items:center;gap:6px;display:flex}.LogicGridGame-module__mlIFEa__removeCategoryHeaderBtn{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.LogicGridGame-module__mlIFEa__removeCategoryHeaderBtn:hover:not(:disabled){color:#dc2626;background:#ef44441a;border-color:#ef444433}.LogicGridGame-module__mlIFEa__removeCategoryHeaderBtn:disabled{opacity:.35;cursor:not-allowed}
.PublicPlayNav-module__lPp8Aq__nav{border-right:1px solid var(--border);background:var(--subtle);flex-direction:column;flex:none;width:240px;min-height:100vh;display:flex}.PublicPlayNav-module__lPp8Aq__brandRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:6px;padding:14px 12px 14px 20px;display:flex}.PublicPlayNav-module__lPp8Aq__brand{min-width:0;color:var(--text);align-items:center;gap:9px;font-size:16px;font-weight:600;display:flex}.PublicPlayNav-module__lPp8Aq__brandIcon{object-fit:cover;border-radius:7px;flex:none;width:26px;height:26px}.PublicPlayNav-module__lPp8Aq__headerToggle{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;display:flex}.PublicPlayNav-module__lPp8Aq__headerToggle:hover{background:var(--hover);color:var(--text)}.PublicPlayNav-module__lPp8Aq__links{flex-direction:column;flex:1;gap:3px;padding:14px 12px;display:flex;overflow:auto}.PublicPlayNav-module__lPp8Aq__sectionLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--faint);padding:14px 9px 4px;font-size:12px;font-weight:700}.PublicPlayNav-module__lPp8Aq__navItem{cursor:pointer;color:var(--muted);border-radius:7px;align-items:center;gap:9px;padding:8px 9px;display:flex}.PublicPlayNav-module__lPp8Aq__navItem:hover{background:var(--hover);color:var(--text)}.PublicPlayNav-module__lPp8Aq__navItem.PublicPlayNav-module__lPp8Aq__active{background:var(--accent-subtle);color:var(--accent-text);font-weight:600}.PublicPlayNav-module__lPp8Aq__backItem{background:var(--accent);color:var(--accent-fg);margin-bottom:4px;font-weight:600}.PublicPlayNav-module__lPp8Aq__backItem:hover{background:var(--accent-hover);color:var(--accent-fg)}.PublicPlayNav-module__lPp8Aq__navItemDisabled{color:var(--faint);opacity:.6;cursor:default}.PublicPlayNav-module__lPp8Aq__navItemDisabled:hover{color:var(--faint);background:0 0}.PublicPlayNav-module__lPp8Aq__icon{flex:none}.PublicPlayNav-module__lPp8Aq__label{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:500;overflow:hidden}.PublicPlayNav-module__lPp8Aq__footer{border-top:1px solid var(--border);flex-direction:column;flex:none;gap:6px;padding:12px;display:flex}.PublicPlayNav-module__lPp8Aq__chevronCollapsed{transform:rotate(180deg)}.PublicPlayNav-module__lPp8Aq__collapsed{width:52px}.PublicPlayNav-module__lPp8Aq__collapsed .PublicPlayNav-module__lPp8Aq__label{display:none}.PublicPlayNav-module__lPp8Aq__collapsed .PublicPlayNav-module__lPp8Aq__brandRow{flex-direction:column;gap:8px;padding:14px 8px}.PublicPlayNav-module__lPp8Aq__collapsed .PublicPlayNav-module__lPp8Aq__brand{justify-content:center}.PublicPlayNav-module__lPp8Aq__collapsed .PublicPlayNav-module__lPp8Aq__sectionLabel{display:none}.PublicPlayNav-module__lPp8Aq__collapsed .PublicPlayNav-module__lPp8Aq__navItem{justify-content:center;padding:8px}.PublicPlayNav-module__lPp8Aq__collapsed .PublicPlayNav-module__lPp8Aq__footer{padding:12px 6px}.PublicPlayNav-module__lPp8Aq__mobileCloseBtn{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:none;justify-content:center;align-items:center;display:none}.PublicPlayNav-module__lPp8Aq__mobileCloseBtn:hover{background:var(--hover);color:var(--text)}.PublicPlayNav-module__lPp8Aq__backdrop{z-index:90;background:#00000080;position:fixed;inset:0}@media (max-width:768px){.PublicPlayNav-module__lPp8Aq__nav{z-index:100;width:min(84vw,300px);min-height:100vh;box-shadow:var(--shadow);transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.PublicPlayNav-module__lPp8Aq__nav.PublicPlayNav-module__lPp8Aq__mobileOpen{transform:translate(0)}.PublicPlayNav-module__lPp8Aq__headerToggle{display:none}.PublicPlayNav-module__lPp8Aq__mobileCloseBtn{display:flex}}
.PlayPage-module__8NlZdq__pageShell{max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.PlayPage-module__8NlZdq__playWrapper{background:var(--bg);min-width:0;min-height:100vh;color:var(--text);flex-direction:column;flex:1;display:flex}.PlayPage-module__8NlZdq__playHeader{background:var(--panel);border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:14px 24px;display:flex}@media (min-width:769px){.PlayPage-module__8NlZdq__playHeaderHasSidenav{display:none}}.PlayPage-module__8NlZdq__menuToggle{border:1px solid var(--border);background:var(--panel);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.PlayPage-module__8NlZdq__menuToggle:hover{background:var(--hover)}@media (min-width:769px){.PlayPage-module__8NlZdq__menuToggle{display:none}}.PlayPage-module__8NlZdq__logo{color:var(--text);align-items:center;gap:10px;font-size:15px;font-weight:600;display:inline-flex}.PlayPage-module__8NlZdq__logoIcon{object-fit:cover;border-radius:7px;width:26px;height:26px}.PlayPage-module__8NlZdq__solverMain{flex:1;justify-content:center;align-items:flex-start;padding:2.5rem clamp(1rem,4vw,3rem);display:flex}.PlayPage-module__8NlZdq__loadingContainer,.PlayPage-module__8NlZdq__errorContainer{background:var(--bg);min-height:100vh;color:var(--text);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.PlayPage-module__8NlZdq__errorContainer p{color:var(--muted);font-size:14px}.PlayPage-module__8NlZdq__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite PlayPage-module__8NlZdq__spin}@keyframes PlayPage-module__8NlZdq__spin{to{transform:rotate(360deg)}}.PlayPage-module__8NlZdq__backBtn{background:var(--accent);height:36px;color:var(--accent-fg);border-radius:8px;align-items:center;padding:0 14px;font-size:13px;font-weight:600;display:inline-flex}.PlayPage-module__8NlZdq__unsupportedCard{background:var(--panel);border:1px solid var(--border);text-align:center;color:var(--text);border-radius:12px;padding:2rem}@media (max-width:768px){.PlayPage-module__8NlZdq__playHeader{padding:10px 14px}.PlayPage-module__8NlZdq__solverMain{padding:1.25rem .75rem}}
.HelpModal-module__RNHnfW__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HelpModal-module__RNHnfW__modal{background-color:var(--background,#fff);color:var(--foreground,#333);border:1px solid var(--border-color,#eaeaea);border-radius:8px;flex-direction:column;width:90%;max-width:800px;height:80vh;display:flex;overflow:hidden;box-shadow:0 10px 25px #0003}@media (prefers-color-scheme:dark){.HelpModal-module__RNHnfW__modal{background-color:var(--background,#1e1e1e);color:var(--foreground,#eee);border-color:var(--border-color,#333)}}.HelpModal-module__RNHnfW__header{border-bottom:1px solid var(--border-color,#eaeaea);align-items:center;gap:12px;padding:16px 20px;display:flex}.HelpModal-module__RNHnfW__title{flex:1;margin:0;font-size:1.25rem;font-weight:600}.HelpModal-module__RNHnfW__headerIcon{color:#666;justify-content:center;align-items:center;display:flex}.HelpModal-module__RNHnfW__iconBtn{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:6px;transition:opacity .2s,background-color .2s;display:flex}.HelpModal-module__RNHnfW__iconBtn:hover{opacity:1;background-color:#8080801a}.HelpModal-module__RNHnfW__content{flex:1;padding:20px;overflow-y:auto}.HelpModal-module__RNHnfW__searchContainer{background-color:#8080801a;border-radius:6px;align-items:center;margin-bottom:24px;padding:8px 12px;display:flex}.HelpModal-module__RNHnfW__searchIcon{color:#888;margin-right:8px}.HelpModal-module__RNHnfW__searchInput{color:inherit;background:0 0;border:none;outline:none;flex:1;font-size:1rem}.HelpModal-module__RNHnfW__categorySections{flex-direction:column;gap:24px;display:flex}.HelpModal-module__RNHnfW__section{flex-direction:column;gap:12px;display:flex}.HelpModal-module__RNHnfW__sectionTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--muted,#888);margin:0;padding-left:2px;font-size:.82rem;font-weight:800}.HelpModal-module__RNHnfW__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.HelpModal-module__RNHnfW__categoryCard{border:1px solid var(--border-color,#eaeaea);cursor:pointer;color:inherit;text-align:center;background:#8080800f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px 12px;font-size:.95rem;font-weight:600;transition:background-color .2s,border-color .2s,transform .1s;display:flex}.HelpModal-module__RNHnfW__categoryCard:hover{background:#80808024;border-color:#06c}.HelpModal-module__RNHnfW__categoryCard:active{transform:scale(.98)}.HelpModal-module__RNHnfW__categoryCard svg{color:#06c}@media (prefers-color-scheme:dark){.HelpModal-module__RNHnfW__categoryCard{border-color:var(--border-color,#333)}.HelpModal-module__RNHnfW__categoryCard:hover{border-color:#66b3ff}.HelpModal-module__RNHnfW__categoryCard svg{color:#66b3ff}}.HelpModal-module__RNHnfW__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.HelpModal-module__RNHnfW__linkBtn{cursor:pointer;color:#06c;text-align:left;background:0 0;border:none;padding:0;font-size:1rem;text-decoration:underline;transition:color .2s}.HelpModal-module__RNHnfW__linkBtn:hover{color:#049}@media (prefers-color-scheme:dark){.HelpModal-module__RNHnfW__linkBtn{color:#66b3ff}.HelpModal-module__RNHnfW__linkBtn:hover{color:#9cf}.HelpModal-module__RNHnfW__categoryTitle{color:#aaa}}.HelpModal-module__RNHnfW__loading,.HelpModal-module__RNHnfW__noResults{text-align:center;color:#888;padding:20px}.HelpModal-module__RNHnfW__topicContent{line-height:1.6}.HelpModal-module__RNHnfW__topicContent h1{margin-top:0}.HelpModal-module__RNHnfW__topicContent h2,.HelpModal-module__RNHnfW__topicContent h3{margin-top:1.5em}.HelpModal-module__RNHnfW__topicContent p{margin-bottom:1em}.HelpModal-module__RNHnfW__topicContent pre{background:#8080801a;border-radius:6px;padding:12px;overflow-x:auto}.HelpModal-module__RNHnfW__topicContent code{background:#8080801a;border-radius:4px;padding:2px 4px;font-family:monospace}
.JobDrawer-module__8Wy3Aq__drawer{background:var(--panel);border:1px solid var(--border);z-index:1000;border-bottom:none;border-right:none;border-top-left-radius:8px;flex-direction:column;width:400px;max-height:50vh;display:flex;position:fixed;bottom:0;right:0;box-shadow:0 -4px 12px #0000001a}.JobDrawer-module__8Wy3Aq__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.JobDrawer-module__8Wy3Aq__title{color:var(--text);margin:0;font-size:14px;font-weight:600}.JobDrawer-module__8Wy3Aq__actions{align-items:center;gap:4px;display:flex}.JobDrawer-module__8Wy3Aq__clearAllBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:4px;margin-right:4px;padding:2px 8px;font-size:11px;transition:all .15s}.JobDrawer-module__8Wy3Aq__clearAllBtn:hover{background:var(--element);color:var(--text);border-color:var(--border-strong)}.JobDrawer-module__8Wy3Aq__iconBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.JobDrawer-module__8Wy3Aq__iconBtn:hover{background:var(--element);color:var(--text)}.JobDrawer-module__8Wy3Aq__content{flex:1;padding:16px;overflow-y:auto}.JobDrawer-module__8Wy3Aq__emptyState{color:var(--text-muted);text-align:center;padding:20px 0;font-size:13px}.JobDrawer-module__8Wy3Aq__jobList{flex-direction:column;gap:16px;display:flex}.JobDrawer-module__8Wy3Aq__jobItem{cursor:pointer;border-radius:6px;flex-direction:column;gap:8px;padding:6px;transition:background .15s;display:flex}.JobDrawer-module__8Wy3Aq__jobItem:hover{background:var(--element)}.JobDrawer-module__8Wy3Aq__jobCancelBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600;transition:all .15s}.JobDrawer-module__8Wy3Aq__jobCancelBtn:hover{color:#fff;background:#ef4444}.JobDrawer-module__8Wy3Aq__jobDownloadBtn{background:var(--accent);border:1px solid var(--accent);color:#fff;cursor:pointer;border-radius:4px;align-items:center;gap:4px;padding:3px 7px;font-size:11px;font-weight:600;transition:filter .15s;display:inline-flex}.JobDrawer-module__8Wy3Aq__jobDownloadBtn:hover{filter:brightness(.92)}.JobDrawer-module__8Wy3Aq__jobDownloadBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.JobDrawer-module__8Wy3Aq__jobRemoveBtn{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:opacity .15s,background .15s;display:flex}.JobDrawer-module__8Wy3Aq__jobItem:hover .JobDrawer-module__8Wy3Aq__jobRemoveBtn{opacity:1}.JobDrawer-module__8Wy3Aq__jobRemoveBtn:hover{background:var(--border);color:var(--text)}.JobDrawer-module__8Wy3Aq__jobHeader{justify-content:space-between;align-items:center;font-size:13px;display:flex}.JobDrawer-module__8Wy3Aq__jobTitle{color:var(--text);align-items:center;gap:8px;font-weight:500;display:flex}.JobDrawer-module__8Wy3Aq__jobStatusText{color:var(--text-muted);font-variant-numeric:tabular-nums}.JobDrawer-module__8Wy3Aq__progressTrack{background:var(--element);border-radius:3px;height:6px;overflow:hidden}.JobDrawer-module__8Wy3Aq__progressFill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.JobDrawer-module__8Wy3Aq__errorText{color:var(--red-fg);background:var(--red-bg);border-radius:4px;padding:6px;font-size:12px}.JobDrawer-module__8Wy3Aq__iconSuccess{color:var(--green-fg)}.JobDrawer-module__8Wy3Aq__iconFailed{color:var(--red-fg)}.JobDrawer-module__8Wy3Aq__iconRunning{color:var(--accent);animation:1s linear infinite JobDrawer-module__8Wy3Aq__spin}.JobDrawer-module__8Wy3Aq__iconQueued{color:var(--text-muted)}@keyframes JobDrawer-module__8Wy3Aq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.JobDrawer-module__8Wy3Aq__collapsedDrawer{background:var(--panel);border:1px solid var(--border);z-index:1000;cursor:pointer;border-radius:8px;min-width:200px;padding:8px 16px;position:fixed;bottom:16px;right:16px;box-shadow:0 4px 12px #0000001a}.JobDrawer-module__8Wy3Aq__collapsedContent{justify-content:space-between;align-items:center;gap:16px;display:flex}.JobDrawer-module__8Wy3Aq__summaryText{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}
.AppLayout-module__0yJnea__shell{flex-direction:column;display:flex;position:fixed;inset:0}.AppLayout-module__0yJnea__bodyRow{flex:1;min-height:0;display:flex}.AppLayout-module__0yJnea__mainContent{background:var(--bg);flex-direction:column;flex:1;min-width:0;display:flex;overflow:auto}@media (max-width:768px){.AppLayout-module__0yJnea__bodyRow{flex-direction:column-reverse}}
