.dashboard-module__Gx_nyq__wrapper{background:var(--background);width:100vw;height:100vh;color:var(--foreground);flex-direction:column;display:flex;overflow:hidden}.dashboard-module__Gx_nyq__navbar{background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:background-color .3s;display:flex}@media (max-width:768px){.dashboard-module__Gx_nyq__navbar{flex-direction:column;gap:1rem;padding:1rem}}.dashboard-module__Gx_nyq__navLeft{align-items:center;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__logoArea{color:var(--text-bright);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.dashboard-module__Gx_nyq__logoIcon{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.dashboard-module__Gx_nyq__statusIndicator{color:var(--text-muted);background:var(--row-bg);border:1px solid var(--border-color);border-radius:99px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.85rem;display:flex}.dashboard-module__Gx_nyq__pulseDot{background-color:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b981}.dashboard-module__Gx_nyq__pulseDotActive{animation:1.5s infinite dashboard-module__Gx_nyq__pulse-soft}.dashboard-module__Gx_nyq__pulseDotPaused{background-color:var(--text-dim);box-shadow:none}.dashboard-module__Gx_nyq__navRight{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.dashboard-module__Gx_nyq__navRight{justify-content:space-between;width:100%}}.dashboard-module__Gx_nyq__controls{align-items:center;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__selectInput{background:var(--input-bg);border:1px solid var(--border-color);color:var(--foreground);cursor:pointer;border-radius:8px;outline:none;padding:.4rem .75rem;font-size:.85rem;transition:border-color .2s,background-color .3s}.dashboard-module__Gx_nyq__selectInput:focus{border-color:var(--primary)}.dashboard-module__Gx_nyq__iconBtn{background:var(--row-bg);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__iconBtn:hover{background:var(--row-hover-bg);color:var(--text-bright);border-color:var(--border-highlight)}.dashboard-module__Gx_nyq__btnAction{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.dashboard-module__Gx_nyq__btnAction:hover{box-shadow:0 4px 12px var(--primary-glow);transform:translateY(-1px)}.dashboard-module__Gx_nyq__mainContent{flex-direction:column;flex:1;gap:1.75rem;padding:1.5rem 2rem;display:flex;overflow:hidden auto}@media (max-width:640px){.dashboard-module__Gx_nyq__mainContent{gap:1rem;padding:1rem}}.dashboard-module__Gx_nyq__emptyState{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;height:100%;display:flex}.dashboard-module__Gx_nyq__emptyText{color:var(--text-muted);font-size:1.1rem}.dashboard-module__Gx_nyq__boardColumn{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;width:100%;min-height:300px;transition:border-color .2s,background-color .3s;display:flex;overflow:hidden}.dashboard-module__Gx_nyq__sectionContainer{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__sectionHeader{background:var(--card-bg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(12px);border-radius:10px;justify-content:space-between;align-items:center;padding:.6rem .75rem;transition:border-color .2s,background-color .3s;display:flex}.dashboard-module__Gx_nyq__sectionHeaderLeft{align-items:center;gap:.5rem;min-width:0;display:flex}.dashboard-module__Gx_nyq__sectionHeaderRight{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.dashboard-module__Gx_nyq__sectionTitle{color:var(--text-bright);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:4px;padding:2px 4px;font-size:1rem;font-weight:700;transition:background .2s;overflow:hidden}.dashboard-module__Gx_nyq__sectionTitle:hover{background:#ffffff0d}body.dashboard-module__Gx_nyq__theme-light .dashboard-module__Gx_nyq__sectionTitle:hover{background:#0000000d}.dashboard-module__Gx_nyq__sectionTitleInput{background:var(--input-bg);border:1px solid var(--primary);color:var(--text-bright);border-radius:4px;outline:none;width:160px;padding:1px 4px;font-size:1rem;font-weight:700}.dashboard-module__Gx_nyq__sectionBoardCount{color:var(--text-dim);background:var(--row-bg);border-radius:4px;padding:.15rem .4rem;font-size:.75rem}.dashboard-module__Gx_nyq__sectionCollapseBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__sectionCollapseBtn:hover{background:var(--row-hover-bg);color:var(--text-bright)}.dashboard-module__Gx_nyq__sectionAvgChange{border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.75rem;font-weight:700}.dashboard-module__Gx_nyq__sectionActionBtn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__sectionActionBtn:hover{color:#ef4444;background:#ef44441a}.dashboard-module__Gx_nyq__sectionBoards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.dashboard-module__Gx_nyq__sectionCollapsed .dashboard-module__Gx_nyq__sectionBoards{display:none}.dashboard-module__Gx_nyq__ungroupedArea{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__ungroupedTitle{color:var(--text-muted);padding:.25rem .75rem;font-size:.85rem;font-weight:600}.dashboard-module__Gx_nyq__ungroupedBoards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.dashboard-module__Gx_nyq__addSectionBtn{border:1px dashed var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__addSectionBtn:hover{border-color:var(--primary);color:var(--primary);background:#6366f10d}.dashboard-module__Gx_nyq__boardHeader{border-bottom:1px solid var(--border-color);background:0 0;justify-content:space-between;align-items:center;gap:.5rem;min-height:44px;padding:.85rem 1rem;display:flex}.dashboard-module__Gx_nyq__boardTitleWrapper{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.dashboard-module__Gx_nyq__boardTitle{color:var(--text-bright);text-overflow:ellipsis;white-space:nowrap;cursor:pointer;border-radius:4px;padding:2px 4px;font-size:1.05rem;font-weight:700;transition:background .2s;overflow:hidden}.dashboard-module__Gx_nyq__boardTitle:hover{background:#ffffff0d}body.dashboard-module__Gx_nyq__theme-light .dashboard-module__Gx_nyq__boardTitle:hover{background:#0000000d}.dashboard-module__Gx_nyq__boardTitleInput{background:var(--input-bg);border:1px solid var(--primary);color:var(--text-bright);border-radius:4px;outline:none;width:100%;padding:1px 4px;font-size:1.05rem;font-weight:700}.dashboard-module__Gx_nyq__boardHeaderRight{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__boardAvgChange{border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.75rem;font-weight:700}.dashboard-module__Gx_nyq__boardActionBtn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__boardActionBtn:hover{color:#ef4444;background:#ef44441a}.dashboard-module__Gx_nyq__stockList{flex-direction:column;flex:1;gap:.4rem;min-height:50px;padding:.5rem;display:flex;overflow-y:auto}.dashboard-module__Gx_nyq__stockRow{background:var(--row-bg);border:1px solid var(--row-border);cursor:grab;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .65rem;transition:all .2s,background-color .8s;display:flex;position:relative;overflow:hidden}.dashboard-module__Gx_nyq__stockRow:active{cursor:grabbing}.dashboard-module__Gx_nyq__stockRow:hover{background:var(--row-hover-bg);border-color:var(--border-highlight)}.dashboard-module__Gx_nyq__stockRowLeft{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.dashboard-module__Gx_nyq__gripIcon{color:var(--text-dim);opacity:.3;cursor:grab;flex-shrink:0;transition:opacity .2s}.dashboard-module__Gx_nyq__stockRow:hover .dashboard-module__Gx_nyq__gripIcon{opacity:.8}.dashboard-module__Gx_nyq__stockTypeBadge{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;font-size:.65rem;font-weight:800;display:flex}.dashboard-module__Gx_nyq__badgeStar{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f640}.dashboard-module__Gx_nyq__badgeChinext{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b40}.dashboard-module__Gx_nyq__badgeMain{color:var(--text-muted);background:#94a3b826;border:1px solid #94a3b840}.dashboard-module__Gx_nyq__badgeBse{color:#10b981;background:#10b98126;border:1px solid #10b98140}.dashboard-module__Gx_nyq__stockMeta{flex-direction:column;min-width:0;display:flex}.dashboard-module__Gx_nyq__stockName{color:var(--text-bright);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.dashboard-module__Gx_nyq__stockCodeArea{color:var(--text-dim);align-items:center;gap:.35rem;font-size:.72rem;display:flex}.dashboard-module__Gx_nyq__stockPop{color:var(--text-muted);font-weight:500}.dashboard-module__Gx_nyq__stockRowRight{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.dashboard-module__Gx_nyq__stockPrice{text-align:right;min-width:55px;font-family:monospace;font-size:.875rem;font-weight:700}.dashboard-module__Gx_nyq__stockPercentBox{text-align:right;border-radius:4px;min-width:54px;padding:.2rem .4rem;font-family:monospace;font-size:.78rem;font-weight:700}.dashboard-module__Gx_nyq__rowDeleteBtn{color:var(--text-dim);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;margin-left:2px;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__stockRow:hover .dashboard-module__Gx_nyq__rowDeleteBtn{opacity:.7}.dashboard-module__Gx_nyq__stockRow:hover .dashboard-module__Gx_nyq__rowDeleteBtn:hover{opacity:1;color:#ef4444;background:#ef444426}.dashboard-module__Gx_nyq__boardFooter{border-top:1px solid var(--border-color);background:#ffffff01}.dashboard-module__Gx_nyq__toggleFormBtn{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.35rem;padding:.65rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__toggleFormBtn:hover{color:var(--text-bright);background:var(--row-bg)}.dashboard-module__Gx_nyq__addFormContent{border-top:1px dashed var(--border-color);background:var(--form-bg);flex-direction:column;gap:.75rem;padding:.85rem;display:flex}.dashboard-module__Gx_nyq__searchContainer{position:relative}.dashboard-module__Gx_nyq__searchInputWrapper{align-items:center;display:flex;position:relative}.dashboard-module__Gx_nyq__searchInput{background:var(--input-bg);border:1px solid var(--border-color);color:var(--foreground);border-radius:6px;outline:none;width:100%;padding:.4rem .6rem;font-size:.8rem;transition:border-color .2s,background-color .3s}.dashboard-module__Gx_nyq__searchInput:focus{border-color:var(--primary)}.dashboard-module__Gx_nyq__searchInput::placeholder{color:var(--text-dim)}.dashboard-module__Gx_nyq__searchSpinner{color:var(--text-muted);align-items:center;display:flex;position:absolute;right:.5rem}.dashboard-module__Gx_nyq__searchDropdown{z-index:50;background:var(--card-bg);border:1px solid var(--border-highlight);border-radius:8px;max-height:240px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000004d}.dashboard-module__Gx_nyq__searchResultItem{width:100%;color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.45rem .65rem;font-size:.8rem;transition:background .15s;display:flex}.dashboard-module__Gx_nyq__searchResultItem:first-child{border-radius:8px 8px 0 0}.dashboard-module__Gx_nyq__searchResultItem:last-child{border-radius:0 0 8px 8px}.dashboard-module__Gx_nyq__searchResultItem:hover,.dashboard-module__Gx_nyq__searchResultActive{background:var(--row-hover-bg)}.dashboard-module__Gx_nyq__searchResultLeft{align-items:center;gap:.5rem;min-width:0;display:flex}.dashboard-module__Gx_nyq__searchResultName{color:var(--text-bright);white-space:nowrap;font-weight:600}.dashboard-module__Gx_nyq__searchResultCode{color:var(--text-dim);font-family:monospace;font-size:.72rem}.dashboard-module__Gx_nyq__formSectionTitle{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:700}.dashboard-module__Gx_nyq__formGrid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.dashboard-module__Gx_nyq__formField{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__Gx_nyq__formLabel{color:var(--text-muted);font-size:.7rem}.dashboard-module__Gx_nyq__formInput{background:var(--input-bg);border:1px solid var(--border-color);color:var(--foreground);border-radius:6px;outline:none;width:100%;padding:.35rem .5rem;font-size:.8rem;transition:background-color .3s}.dashboard-module__Gx_nyq__formInput:focus{border-color:var(--primary)}.dashboard-module__Gx_nyq__btnSubmitStock{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.25rem;padding:.35rem;font-size:.8rem;font-weight:600;transition:background .2s;display:flex}.dashboard-module__Gx_nyq__btnSubmitStock:hover{background:var(--primary-dark)}.dashboard-module__Gx_nyq__presetContainer{flex-wrap:wrap;gap:.35rem;margin-top:.2rem;display:flex}.dashboard-module__Gx_nyq__presetBadge{background:var(--row-bg);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;border-radius:4px;padding:.15rem .4rem;font-size:.72rem;transition:all .2s}.dashboard-module__Gx_nyq__presetBadge:hover{color:#a5b4fc;background:#6366f11a;border-color:#6366f14d}.dashboard-module__Gx_nyq__modalOverlay{background:var(--overlay-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;justify-content:center;align-items:center;width:100vw;height:100vh;transition:background-color .3s;display:flex;position:fixed;top:0;left:0}.dashboard-module__Gx_nyq__modalContent{background:var(--modal-bg);border:1px solid var(--border-highlight);border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:400px;padding:1.5rem;transition:background-color .3s;display:flex;box-shadow:0 25px 50px -12px #0000004d}.dashboard-module__Gx_nyq__modalHeader{justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__modalTitle{color:var(--text-bright);font-size:1.15rem;font-weight:700}.dashboard-module__Gx_nyq__modalCloseBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__modalCloseBtn:hover{color:var(--text-bright);background:#ffffff0d}body.dashboard-module__Gx_nyq__theme-light .dashboard-module__Gx_nyq__modalCloseBtn:hover{background:#0000000d}.dashboard-module__Gx_nyq__modalBody{flex-direction:column;gap:1rem;display:flex}.dashboard-module__Gx_nyq__modalActions{justify-content:flex-end;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__btnCancel{border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.dashboard-module__Gx_nyq__btnCancel:hover{color:var(--text-bright);background:#ffffff0d}body.dashboard-module__Gx_nyq__theme-light .dashboard-module__Gx_nyq__btnCancel:hover{background:#0000000d}.dashboard-module__Gx_nyq__toastContainer{z-index:1000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.dashboard-module__Gx_nyq__toast{background:var(--modal-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-highlight);color:var(--text-bright);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;transition:background-color .3s;animation:.3s cubic-bezier(.16,1,.3,1) forwards dashboard-module__Gx_nyq__slideIn;display:flex;box-shadow:0 10px 25px -5px #0003}@keyframes dashboard-module__Gx_nyq__slideIn{0%{opacity:0;transform:translate(100%)translateY(0)}to{opacity:1;transform:translate(0)translateY(0)}}
