/* /Layout/MainLayout.razor.rz.scp.css */
.nl-app-shell[b-ksnhtfx3la] {
    min-height: 100vh;
    background: var(--nl-bg);
    color: var(--nl-fg);
}
/* /Pages/AuthCallback.razor.rz.scp.css */
.nl-callback[b-x2om5qt33d] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: var(--nl-bg);
}

.nl-callback-motif[b-x2om5qt33d] {
    animation: nl-callback-spin-b-x2om5qt33d 8s linear infinite;
}

@keyframes nl-callback-spin-b-x2om5qt33d {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.nl-callback-text[b-x2om5qt33d] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg-muted);
    letter-spacing: 0.3px;
}
/* /Pages/Detail.razor.rz.scp.css */
.nl-detail[b-vc0wnai5pt] {
    position: relative;
    padding-bottom: 80px;
}

.nl-detail-missing[b-vc0wnai5pt] {
    padding: 80px 24px;
    text-align: center;
    font-family: var(--nl-font-jp);
    color: var(--nl-fg-muted);
}

.nl-detail-topbar[b-vc0wnai5pt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px 4px;
}

.nl-detail-back[b-vc0wnai5pt] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--nl-fg);
    font-family: var(--nl-font-jp);
    font-size: 14px;
}

.nl-detail-edit[b-vc0wnai5pt] {
    background: none;
    border: none;
    padding: 10px;
    color: var(--nl-fg-muted);
    font-family: var(--nl-font-jp);
    font-size: 14px;
    cursor: pointer;
}

.nl-detail-hero[b-vc0wnai5pt] {
    padding: 6px 24px 18px;
    position: relative;
}

.nl-detail-motif[b-vc0wnai5pt] {
    position: absolute;
    top: -10px;
    right: -40px;
    opacity: 1;
}

.nl-detail-date[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-faint);
    letter-spacing: 0.5px;
}

.nl-detail-time[b-vc0wnai5pt] {
    font-family: var(--nl-font-latin);
    color: var(--nl-fg-muted);
}

.nl-detail-lots[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    color: var(--nl-fg-muted);
}

.nl-detail-ticker[b-vc0wnai5pt] {
    margin-top: 6px;
    font-family: var(--nl-font-jp);
    font-size: 28px;
    font-weight: 700;
    color: var(--nl-fg);
    letter-spacing: -0.5px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.nl-detail-side[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.3px;
}

.nl-detail-side-long[b-vc0wnai5pt] {
    color: var(--nl-primary);
    background: var(--nl-primary-soft);
}

.nl-detail-side-short[b-vc0wnai5pt] {
    color: var(--nl-accent);
    background: var(--nl-accent-soft);
}

.nl-detail-status[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    letter-spacing: 0.3px;
}

.nl-detail-status-open[b-vc0wnai5pt] {
    color: #5BA8C8;
    background: rgba(91, 168, 200, 0.14);
}

.nl-detail-status-win[b-vc0wnai5pt] {
    color: var(--nl-primary);
    background: var(--nl-primary-soft);
}

.nl-detail-status-loss[b-vc0wnai5pt] {
    color: var(--nl-danger);
    background: rgba(200, 99, 90, 0.14);
}

.nl-detail-status-even[b-vc0wnai5pt] {
    color: var(--nl-fg-muted);
    background: var(--nl-surface-2);
}

.nl-detail-exit-price[b-vc0wnai5pt] {
    margin-top: 4px;
    font-family: var(--nl-font-latin);
    font-size: 26px;
    font-weight: 700;
    color: var(--nl-fg);
}

.nl-detail-exit-currency[b-vc0wnai5pt] {
    font-size: 16px;
    color: var(--nl-fg-muted);
    margin-right: 4px;
    font-family: var(--nl-font-jp);
    font-weight: 500;
}

.nl-detail-exit-meta[b-vc0wnai5pt] {
    margin-top: 6px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-detail-exit-note[b-vc0wnai5pt] {
    margin-top: 12px;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    line-height: 1.7;
    white-space: pre-wrap;
}

.nl-detail-code[b-vc0wnai5pt] {
    margin-top: 4px;
    font-family: var(--nl-font-latin);
    font-size: 14px;
    color: var(--nl-fg-muted);
}

.nl-detail-pattern-tag[b-vc0wnai5pt] {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--nl-primary-soft);
    color: var(--nl-primary);
    font-family: var(--nl-font-jp);
    font-size: 13px;
    font-weight: 500;
}

.nl-detail-section[b-vc0wnai5pt] {
    padding: 12px 20px 0;
}

.nl-detail-section:first-of-type[b-vc0wnai5pt] {
    padding-top: 0;
}

.nl-detail-section-label[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.nl-detail-psych[b-vc0wnai5pt] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nl-detail-psych-emoji[b-vc0wnai5pt] {
    font-size: 44px;
    line-height: 1;
}

.nl-detail-psych-name[b-vc0wnai5pt] {
    margin-top: 4px;
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-detail-psych-dots[b-vc0wnai5pt] {
    display: flex;
    gap: 4px;
    margin-top: 8px;
}

.nl-detail-psych-dot[b-vc0wnai5pt] {
    width: 18px;
    height: 4px;
    border-radius: 2px;
}

.nl-detail-psych-note[b-vc0wnai5pt] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--nl-border);
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    line-height: 1.7;
    white-space: pre-wrap;
}

.nl-detail-note[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
    line-height: 1.7;
    white-space: pre-wrap;
}

.nl-detail-stoploss-price[b-vc0wnai5pt] {
    margin-top: 4px;
    font-family: var(--nl-font-latin);
    font-size: 26px;
    font-weight: 700;
    color: var(--nl-fg);
}

.nl-detail-stoploss-currency[b-vc0wnai5pt] {
    font-size: 16px;
    color: var(--nl-fg-muted);
    margin-right: 4px;
    font-family: var(--nl-font-jp);
    font-weight: 500;
}

.nl-detail-stoploss-reason[b-vc0wnai5pt] {
    margin-top: 12px;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    line-height: 1.7;
    white-space: pre-wrap;
}

.nl-detail-deeplink[b-vc0wnai5pt] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nl-detail-deeplink-icon[b-vc0wnai5pt] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--nl-bg-elev);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-detail-deeplink-body[b-vc0wnai5pt] {
    flex: 1;
}

.nl-detail-deeplink-title[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-detail-deeplink-sub[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    margin-top: 2px;
}

.nl-detail-share[b-vc0wnai5pt] {
    padding: 28px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.nl-detail-share-btn[b-vc0wnai5pt] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--nl-fg);
    color: var(--nl-bg);
    border: none;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 160ms ease, transform 160ms ease;
}

.nl-detail-share-btn:hover[b-vc0wnai5pt] {
    opacity: 0.88;
}

.nl-detail-share-btn:active[b-vc0wnai5pt] {
    transform: scale(0.98);
}

.nl-detail-share-icon[b-vc0wnai5pt] {
    font-size: 16px;
    font-family: var(--nl-font-latin);
    font-weight: 700;
}

.nl-detail-share-hint[b-vc0wnai5pt] {
    margin: 0;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-faint);
}

.nl-detail-delete[b-vc0wnai5pt] {
    padding: 14px 20px 0;
    display: flex;
    justify-content: center;
}

.nl-detail-delete-btn[b-vc0wnai5pt] {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-faint);
    padding: 8px 12px;
}

.nl-detail-scrim[b-vc0wnai5pt] {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: var(--nl-scrim);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 110px;
}

.nl-detail-confirm[b-vc0wnai5pt] {
    background: var(--nl-surface);
    border-radius: 18px;
    margin: 0 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px var(--nl-border);
    animation: nl-sheet 240ms cubic-bezier(.2, .8, .3, 1.1);
    max-width: 360px;
    width: 100%;
}

.nl-detail-confirm-title[b-vc0wnai5pt] {
    font-family: var(--nl-font-jp);
    font-size: 16px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-detail-confirm-sub[b-vc0wnai5pt] {
    margin-top: 6px;
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    line-height: 1.6;
}

.nl-detail-confirm-actions[b-vc0wnai5pt] {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}
/* /Pages/Home.razor.rz.scp.css */
.nl-home[b-zwynw2j4qr] {
    position: relative;
    padding: 0 0 80px;
}

.nl-home-loading[b-zwynw2j4qr] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nl-home-motif-bg[b-zwynw2j4qr] {
    position: absolute;
    top: 6px;
    right: -60px;
    pointer-events: none;
    opacity: 1;
}

.nl-home-header[b-zwynw2j4qr] {
    padding: 8px 20px 0;
    position: relative;
    z-index: 2;
}

.nl-home-date[b-zwynw2j4qr] {
    margin-top: 4px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-home-hero-wrap[b-zwynw2j4qr] {
    padding: 18px 20px 0;
    position: relative;
    z-index: 2;
}

.nl-home-hero-top[b-zwynw2j4qr] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.nl-home-hero-eyebrow[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.nl-home-hero-title[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    color: var(--nl-fg);
    font-weight: 600;
    margin-top: 2px;
}

.nl-home-hero-period[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-home-graph[b-zwynw2j4qr] {
    overflow-x: auto;
    margin: 0 -4px;
    padding: 0 4px;
}

.nl-home-stats[b-zwynw2j4qr] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--nl-border);
}

.nl-home-stat-value[b-zwynw2j4qr] {
    font-family: var(--nl-font-latin);
    font-size: 22px;
    font-weight: 600;
    color: var(--nl-fg);
    line-height: 1;
}

.nl-home-stat-value span[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    font-weight: 500;
    margin-left: 2px;
}

.nl-home-stat-label[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    margin-top: 4px;
}

.nl-home-stat-divider[b-zwynw2j4qr] {
    width: 1px;
    height: 28px;
    background: var(--nl-border);
    margin: 0 14px;
}

.nl-home-spacer[b-zwynw2j4qr] {
    flex: 1;
}

.nl-home-stat-pill[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-accent);
    background: var(--nl-accent-soft);
    padding: 4px 10px;
    border-radius: 999px;
}

.nl-home-cta[b-zwynw2j4qr] {
    padding: 14px 20px 0;
    position: relative;
    z-index: 2;
}

.nl-home-positions[b-zwynw2j4qr] {
    padding: 24px 20px 0;
}

.nl-home-section-header[b-zwynw2j4qr] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nl-home-section-title[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--nl-fg);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.nl-home-section-dot[b-zwynw2j4qr] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #5BA8C8;
}

.nl-home-section-count[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-home-section-link[b-zwynw2j4qr] {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-primary);
    cursor: pointer;
    padding: 8px;
}

.nl-home-positions-list[b-zwynw2j4qr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nl-home-positions-empty[b-zwynw2j4qr] {
    padding: 18px;
    background: var(--nl-surface);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    text-align: center;
}

.nl-home-positions-empty p[b-zwynw2j4qr] {
    margin: 0;
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
}

.nl-home-recent[b-zwynw2j4qr] {
    padding: 24px 20px 0;
}

.nl-home-recent-header[b-zwynw2j4qr] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 10px;
}

.nl-home-recent-title[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-home-recent-link[b-zwynw2j4qr] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    cursor: pointer;
}

.nl-home-recent-list[b-zwynw2j4qr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/* /Pages/List.razor.rz.scp.css */
.nl-list[b-p57c64wcoj] {
    padding: 4px 0 80px;
}

.nl-list-header[b-p57c64wcoj] {
    padding: 8px 20px 0;
}

.nl-list-title[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 22px;
    font-weight: 600;
    color: var(--nl-fg);
    margin: 0;
}

.nl-list-count[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    margin-top: 4px;
}

.nl-list-filters[b-p57c64wcoj] {
    display: flex;
    gap: 8px;
    padding: 14px 20px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nl-list-date-filter[b-p57c64wcoj] {
    margin: 14px 20px 12px;
    padding: 12px 14px;
    background: var(--nl-primary-soft);
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: inset 0 0 0 1px var(--nl-primary-ring);
}

.nl-list-date-filter-info[b-p57c64wcoj] {
    flex: 1;
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.nl-list-date-filter-label[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    font-weight: 600;
    color: var(--nl-primary);
}

.nl-list-date-filter-count[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-list-date-filter-clear[b-p57c64wcoj] {
    background: none;
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nl-primary);
    flex-shrink: 0;
}

.nl-list-date-filter-clear:hover[b-p57c64wcoj] {
    background: rgba(91, 168, 139, 0.18);
}

.nl-list-empty-date[b-p57c64wcoj] {
    padding: 60px 32px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.nl-list-empty-date-title[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-list-empty-date-sub[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
}

.nl-list-empty[b-p57c64wcoj] {
    padding: 60px 32px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.nl-list-empty-title[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-list-empty-sub[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    line-height: 1.6;
}

.nl-list-entries[b-p57c64wcoj] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 20px 0;
}

[b-p57c64wcoj] .nl-cal {
    padding: 6px 16px 12px;
}

.nl-list-view-toggle[b-p57c64wcoj] {
    display: inline-flex;
    margin: 14px 20px 4px;
    background: var(--nl-surface);
    border: 1px solid var(--nl-border);
    border-radius: 12px;
    padding: 3px;
    gap: 2px;
}

.nl-list-view-tab[b-p57c64wcoj] {
    border: none;
    background: transparent;
    color: var(--nl-fg-muted);
    font-family: var(--nl-font-jp);
    font-size: 12px;
    font-weight: 500;
    padding: 7px 14px;
    border-radius: 9px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 160ms ease, color 160ms ease;
}

.nl-list-view-tab.active[b-p57c64wcoj] {
    background: var(--nl-primary-soft);
    color: var(--nl-primary);
    box-shadow: inset 0 0 0 1px var(--nl-primary-ring);
}

.nl-list-view-tab:not(.active):hover[b-p57c64wcoj] {
    background: var(--nl-surface-2);
    color: var(--nl-fg);
}

.nl-list-advanced[b-p57c64wcoj] {
    margin: 0 20px 8px;
}

.nl-list-advanced-summary[b-p57c64wcoj] {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: var(--nl-surface);
    border: 1px solid var(--nl-border);
    border-radius: 999px;
    font-size: 12px;
    color: var(--nl-fg-muted);
    font-weight: 500;
    transition: background 160ms ease;
}

.nl-list-advanced-summary[b-p57c64wcoj]::-webkit-details-marker { display: none; }
.nl-list-advanced-summary[b-p57c64wcoj]::marker { content: ""; }

.nl-list-advanced-summary:hover[b-p57c64wcoj] {
    background: var(--nl-surface-2);
}

.nl-list-advanced-badge[b-p57c64wcoj] {
    color: var(--nl-primary);
    background: var(--nl-primary-soft);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
}

.nl-list-advanced-chevron[b-p57c64wcoj] {
    transition: transform 200ms ease;
    color: var(--nl-fg-muted);
}

.nl-list-advanced-chevron.open[b-p57c64wcoj] {
    transform: rotate(180deg);
}

.nl-list-advanced-body[b-p57c64wcoj] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    padding: 12px;
    background: var(--nl-surface);
    border: 1px solid var(--nl-border);
    border-radius: 12px;
    align-items: end;
}

.nl-list-select[b-p57c64wcoj] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 140px;
}

.nl-list-select-label[b-p57c64wcoj] {
    font-size: 11px;
    color: var(--nl-fg-faint);
    font-weight: 500;
}

.nl-list-select-input[b-p57c64wcoj] {
    background: var(--nl-bg-elev);
    border: 1px solid var(--nl-border);
    color: var(--nl-fg);
    font-family: var(--nl-font-jp);
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    transition: border-color 160ms ease;
}

.nl-list-select-input:focus[b-p57c64wcoj] {
    border-color: var(--nl-primary);
    box-shadow: 0 0 0 2px var(--nl-primary-ring);
}

.nl-list-advanced-clear[b-p57c64wcoj] {
    background: transparent;
    border: 1px solid var(--nl-border);
    color: var(--nl-fg-muted);
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer;
    font-family: var(--nl-font-jp);
    transition: background 160ms ease, color 160ms ease;
}

.nl-list-advanced-clear:hover[b-p57c64wcoj] {
    background: var(--nl-surface-2);
    color: var(--nl-fg);
}

.nl-list-empty-filter[b-p57c64wcoj] {
    padding: 50px 32px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.nl-list-empty-filter-title[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-list-empty-filter-sub[b-p57c64wcoj] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    line-height: 1.6;
}

.nl-list-empty-filter-clear[b-p57c64wcoj] {
    margin-top: 4px;
    background: var(--nl-primary-soft);
    border: 1px solid var(--nl-primary-ring);
    color: var(--nl-primary);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: var(--nl-font-jp);
}
/* /Pages/Login.razor.rz.scp.css */
.nl-login[b-ms7ltt06zf] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 56px 24px 34px;
    overflow: hidden;
}

.nl-login-motif[b-ms7ltt06zf] {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    opacity: 0.45;
    animation: nl-login-spin-b-ms7ltt06zf 28s linear infinite;
    pointer-events: none;
}

@keyframes nl-login-spin-b-ms7ltt06zf {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.nl-login-body[b-ms7ltt06zf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.nl-login-brand[b-ms7ltt06zf] {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.nl-login-tagline[b-ms7ltt06zf] {
    text-align: center;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
    opacity: 0.85;
    margin: 0 0 32px;
}

.nl-login-form[b-ms7ltt06zf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nl-login-input[b-ms7ltt06zf] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--nl-bg-elev);
    padding: 12px 14px;
    border-radius: 12px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-login-input-at[b-ms7ltt06zf] {
    color: var(--nl-fg-faint);
    font-family: var(--nl-font-latin);
    font-weight: 500;
}

.nl-login-input input[b-ms7ltt06zf] {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
}

.nl-login-input input[b-ms7ltt06zf]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1; /* Safari は placeholder にデフォルトで opacity を当てるので明示 */
}

.nl-login-hint[b-ms7ltt06zf] {
    margin: 0;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    text-align: center;
    line-height: 1.5;
}

.nl-login-error[b-ms7ltt06zf] {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(200, 99, 90, 0.10);
    box-shadow: inset 0 0 0 1px rgba(200, 99, 90, 0.30);
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-danger);
    text-align: center;
    line-height: 1.5;
}

.nl-login-sent[b-ms7ltt06zf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 8px 4px;
}

.nl-login-sent-check[b-ms7ltt06zf] {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: var(--nl-primary-soft);
    color: var(--nl-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
}

.nl-login-sent-title[b-ms7ltt06zf] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
    margin-top: 4px;
}

.nl-login-sent-sub[b-ms7ltt06zf] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    line-height: 1.6;
    text-align: center;
}

.nl-login-link[b-ms7ltt06zf] {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}

.nl-login-credit[b-ms7ltt06zf] {
    text-align: center;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    z-index: 2;
    margin: 0;
}

.nl-login-credit span[b-ms7ltt06zf] {
    color: var(--nl-fg);
    opacity: 0.85;
}
/* /Pages/NewEntry.razor.rz.scp.css */
.nl-newentry[b-7byayuwqsm] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.nl-newentry-topbar[b-7byayuwqsm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px 4px;
    flex-shrink: 0;
}

.nl-newentry-close[b-7byayuwqsm] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    color: var(--nl-fg);
    display: inline-flex;
    align-items: center;
}

.nl-newentry-title[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 16px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-newentry-badge[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-accent);
    background: var(--nl-accent-soft);
    padding: 4px 10px;
    border-radius: 999px;
    margin-right: 8px;
}

.nl-newentry-form[b-7byayuwqsm] {
    flex: 1;
    overflow-y: auto;
    padding: 4px 0 120px;
}

.nl-newentry-field[b-7byayuwqsm] {
    padding: 18px 20px 0;
}

.nl-newentry-field-required-frame[b-7byayuwqsm] {
    margin: 14px 12px 0;
    padding: 16px 16px 14px;
    background: var(--nl-bg-elev);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1.5px var(--nl-primary-ring);
}

.nl-newentry-field-required-frame .nl-newentry-field-header[b-7byayuwqsm] {
    padding-left: 2px;
}

.nl-newentry-field-header[b-7byayuwqsm] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 10px;
    padding-left: 2px;
}

.nl-newentry-field-letter[b-7byayuwqsm] {
    font-family: var(--nl-font-latin);
    font-size: 10px;
    color: var(--nl-fg-faint);
    letter-spacing: 1.4px;
    font-weight: 600;
}

.nl-newentry-field-label[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg);
    font-weight: 600;
}

.nl-newentry-field-sublabel[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    margin-left: auto;
}

.nl-newentry-field-badge[b-7byayuwqsm] {
    margin-left: auto;
    font-family: var(--nl-font-jp);
    font-size: 10px;
    padding: 3px 9px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nl-newentry-field-badge-required[b-7byayuwqsm] {
    color: var(--nl-danger);
    background: rgba(200, 99, 90, 0.14);
}

.nl-newentry-field-badge-optional[b-7byayuwqsm] {
    color: var(--nl-fg-muted);
    background: transparent;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    font-weight: 500;
}

.nl-newentry-field-hint[b-7byayuwqsm] {
    margin: 0 4px 10px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    padding: 0 2px;
}

.nl-newentry-field-selected[b-7byayuwqsm] {
    margin: 0 4px 10px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    padding: 0 2px;
}

.nl-newentry-field-selected strong[b-7byayuwqsm] {
    color: var(--nl-primary);
    font-weight: 600;
    margin-left: 4px;
}

.nl-newentry-input[b-7byayuwqsm] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--nl-surface);
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-newentry-input input[b-7byayuwqsm] {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
}

.nl-newentry-input input[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-newentry-input-code[b-7byayuwqsm] {
    font-family: var(--nl-font-latin);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-newentry-pattern-wrap[b-7byayuwqsm] {
    position: relative;
    margin: 0 -16px;
}

.nl-newentry-pattern-row[b-7byayuwqsm] {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 16px 6px;
    -webkit-overflow-scrolling: touch;
}

.nl-newentry-pattern-wrap[b-7byayuwqsm]::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    background: linear-gradient(90deg, transparent, var(--nl-bg-elev) 75%);
    pointer-events: none;
    border-radius: 0 18px 18px 0;
}

.nl-newentry-pattern-scroll-hint[b-7byayuwqsm] {
    margin: 4px 4px 0;
    padding: 0 2px;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-faint);
}

.nl-newentry-custom-pattern[b-7byayuwqsm] {
    margin-top: 10px;
    background: var(--nl-surface);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: inset 0 0 0 1px var(--nl-primary-ring);
}

.nl-newentry-custom-pattern input[b-7byayuwqsm] {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
}

.nl-newentry-custom-pattern input[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-newentry-input-hint[b-7byayuwqsm] {
    margin: 8px 4px 0;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-newentry-side[b-7byayuwqsm] {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.nl-newentry-side-btn[b-7byayuwqsm] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--nl-surface);
    border: none;
    padding: 12px 14px;
    border-radius: 14px;
    cursor: pointer;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg-muted);
    box-shadow: inset 0 0 0 1px var(--nl-border);
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nl-newentry-side-btn-active.nl-newentry-side-long[b-7byayuwqsm] {
    color: var(--nl-primary);
    background: var(--nl-primary-soft);
    box-shadow: inset 0 0 0 1.5px var(--nl-primary);
    font-weight: 600;
}

.nl-newentry-side-btn-active.nl-newentry-side-short[b-7byayuwqsm] {
    color: var(--nl-accent);
    background: var(--nl-accent-soft);
    box-shadow: inset 0 0 0 1.5px var(--nl-accent);
    font-weight: 600;
}

.nl-newentry-side-icon[b-7byayuwqsm] {
    font-size: 18px;
    font-weight: 700;
}

.nl-newentry-time-input[b-7byayuwqsm] {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--nl-surface);
    padding: 10px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-newentry-time-label[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
}

.nl-newentry-time-input input[type="time"][b-7byayuwqsm] {
    background: var(--nl-bg-elev);
    color: var(--nl-fg);
    border: none;
    font-family: var(--nl-font-latin);
    font-size: 15px;
    padding: 6px 10px;
    border-radius: 8px;
    outline: none;
    flex: 1;
    color-scheme: dark;
}

.nl-newentry-time-hint[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-faint);
}

.nl-newentry-lots-control[b-7byayuwqsm] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--nl-bg-elev);
    border-radius: 8px;
    padding: 4px 10px;
    flex: 1;
    box-shadow: inset 0 0 0 1px transparent;
    transition: box-shadow 160ms ease;
}

.nl-newentry-lots-control input[type="text"][b-7byayuwqsm] {
    background: transparent;
    color: var(--nl-fg);
    border: none;
    font-family: var(--nl-font-latin);
    font-size: 15px;
    padding: 6px 0;
    outline: none;
    width: 100%;
    min-width: 0;
}

.nl-newentry-lots-suffix[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    flex-shrink: 0;
}

.nl-newentry-lots-control-error[b-7byayuwqsm] {
    box-shadow: inset 0 0 0 1px var(--nl-danger);
}

.nl-newentry-lots-error[b-7byayuwqsm] {
    margin: 6px 4px 0;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-danger);
}

.nl-newentry-psych-note[b-7byayuwqsm] {
    margin-top: 14px;
    background: var(--nl-surface);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-newentry-psych-question[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    margin-bottom: 8px;
    line-height: 1.5;
}

.nl-newentry-psych-note textarea[b-7byayuwqsm] {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    resize: none;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    line-height: 1.6;
}

.nl-newentry-psych-note textarea[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-newentry-stoploss[b-7byayuwqsm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nl-newentry-stoploss-price[b-7byayuwqsm] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--nl-surface);
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-newentry-stoploss-currency[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg-muted);
}

.nl-newentry-stoploss-price input[b-7byayuwqsm] {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--nl-font-latin);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-newentry-stoploss-price input[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
    font-family: var(--nl-font-jp);
    font-weight: 400;
    font-size: 14px;
}

.nl-newentry-stoploss textarea[b-7byayuwqsm] {
    width: 100%;
    background: var(--nl-surface);
    border: none;
    outline: none;
    resize: none;
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    line-height: 1.6;
}

.nl-newentry-stoploss textarea[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-newentry-status-row[b-7byayuwqsm] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.nl-newentry-status-btn[b-7byayuwqsm] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--nl-surface);
    border: none;
    padding: 12px 14px;
    border-radius: 14px;
    cursor: pointer;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg-muted);
    box-shadow: inset 0 0 0 1px var(--nl-border);
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nl-newentry-status-dot[b-7byayuwqsm] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    flex-shrink: 0;
}

.nl-newentry-status-dot-open[b-7byayuwqsm]  { background: #5BA8C8; }
.nl-newentry-status-dot-win[b-7byayuwqsm]   { background: var(--nl-primary); }
.nl-newentry-status-dot-loss[b-7byayuwqsm]  { background: var(--nl-danger); }
.nl-newentry-status-dot-even[b-7byayuwqsm]  { background: var(--nl-fg-faint); }

.nl-newentry-status-btn-open.nl-newentry-status-btn-active[b-7byayuwqsm] {
    background: rgba(91, 168, 200, 0.14);
    color: #5BA8C8;
    box-shadow: inset 0 0 0 1.5px #5BA8C8;
    font-weight: 600;
}

.nl-newentry-status-btn-win.nl-newentry-status-btn-active[b-7byayuwqsm] {
    background: var(--nl-primary-soft);
    color: var(--nl-primary);
    box-shadow: inset 0 0 0 1.5px var(--nl-primary);
    font-weight: 600;
}

.nl-newentry-status-btn-loss.nl-newentry-status-btn-active[b-7byayuwqsm] {
    background: rgba(200, 99, 90, 0.14);
    color: var(--nl-danger);
    box-shadow: inset 0 0 0 1.5px var(--nl-danger);
    font-weight: 600;
}

.nl-newentry-status-btn-even.nl-newentry-status-btn-active[b-7byayuwqsm] {
    background: var(--nl-surface-2);
    color: var(--nl-fg);
    box-shadow: inset 0 0 0 1.5px var(--nl-fg-faint);
    font-weight: 600;
}

.nl-newentry-exit-fields[b-7byayuwqsm] {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nl-newentry-exit-price[b-7byayuwqsm] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--nl-surface);
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-newentry-exit-price-currency[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg-muted);
}

.nl-newentry-exit-price input[b-7byayuwqsm] {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--nl-font-latin);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-newentry-exit-price input[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
    font-family: var(--nl-font-jp);
    font-weight: 400;
    font-size: 14px;
}

.nl-newentry-exit-fields textarea[b-7byayuwqsm] {
    width: 100%;
    background: var(--nl-surface);
    border: none;
    outline: none;
    resize: none;
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    line-height: 1.6;
}

.nl-newentry-exit-fields textarea[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-newentry-psych[b-7byayuwqsm] {
    background: var(--nl-surface);
    border-radius: 16px;
    padding: 18px 16px 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-newentry-note[b-7byayuwqsm] {
    background: var(--nl-surface);
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    padding: 12px 14px;
}

.nl-newentry-note-over[b-7byayuwqsm] {
    box-shadow: inset 0 0 0 1px var(--nl-danger);
}

.nl-newentry-note textarea[b-7byayuwqsm] {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    resize: none;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
    line-height: 1.6;
}

.nl-newentry-note textarea[b-7byayuwqsm]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-newentry-note-count[b-7byayuwqsm] {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
    font-family: var(--nl-font-latin);
    font-size: 11px;
    color: var(--nl-fg-faint);
}

.nl-newentry-note-over .nl-newentry-note-count[b-7byayuwqsm] {
    color: var(--nl-danger);
}

.nl-newentry-phase2[b-7byayuwqsm] {
    padding: 18px 20px 0;
}

.nl-newentry-phase2-title[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 4px;
}

.nl-newentry-phase2-row[b-7byayuwqsm] {
    display: flex;
    gap: 10px;
}

.nl-newentry-phase2-card[b-7byayuwqsm] {
    flex: 1;
    background: var(--nl-surface);
    border-radius: 12px;
    padding: 12px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.65;
}

.nl-newentry-phase2-icon[b-7byayuwqsm] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--nl-surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.nl-newentry-phase2-body[b-7byayuwqsm] {
    flex: 1;
    min-width: 0;
}

.nl-newentry-phase2-label[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    font-weight: 500;
}

.nl-newentry-phase2-badge[b-7byayuwqsm] {
    font-family: var(--nl-font-jp);
    font-size: 9px;
    color: var(--nl-accent);
    background: var(--nl-accent-soft);
    padding: 2px 6px;
    border-radius: 999px;
    display: inline-block;
    margin-top: 2px;
}

.nl-newentry-footer[b-7byayuwqsm] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 20px 28px;
    background: linear-gradient(180deg, transparent, var(--nl-bg) 30%);
    z-index: 10;
}
/* /Pages/Onboarding.razor.rz.scp.css */
.nl-onboarding[b-b8m0st8mlq] {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 24px;
}

.nl-onboarding-progress[b-b8m0st8mlq] {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 6px 0 18px;
}

.nl-onboarding-progress-dot[b-b8m0st8mlq] {
    width: 8px;
    height: 4px;
    border-radius: 999px;
    background: var(--nl-surface-2);
    transition: width 240ms ease, background 240ms ease;
}

.nl-onboarding-progress-dot.filled[b-b8m0st8mlq] {
    background: var(--nl-primary);
}

.nl-onboarding-progress-dot.active[b-b8m0st8mlq] {
    width: 22px;
}

.nl-onboarding-body[b-b8m0st8mlq] {
    flex: 1;
    overflow-y: auto;
    padding: 0 24px 120px;
}

.nl-onboarding-heading[b-b8m0st8mlq] {
    font-family: var(--nl-font-jp);
    font-size: 24px;
    font-weight: 700;
    color: var(--nl-fg);
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.nl-onboarding-sub[b-b8m0st8mlq] {
    margin-top: 8px;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg-muted);
    line-height: 1.55;
}

.nl-onboarding-sub-en[b-b8m0st8mlq] {
    font-family: var(--nl-font-latin);
    color: var(--nl-accent);
    font-size: 12px;
}

.nl-onboarding-cards[b-b8m0st8mlq] {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nl-onboarding-custom-time[b-b8m0st8mlq] {
    background: var(--nl-surface);
    padding: 14px 16px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-primary-ring);
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: nl-rise 200ms ease;
}

.nl-onboarding-custom-label[b-b8m0st8mlq] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
}

.nl-onboarding-custom-input[b-b8m0st8mlq] {
    background: var(--nl-bg-elev);
    color: var(--nl-fg);
    border: none;
    font-family: var(--nl-font-latin);
    font-size: 17px;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 10px;
    outline: none;
}

.nl-onboarding-step3[b-b8m0st8mlq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
    text-align: center;
}

.nl-onboarding-step3-motif[b-b8m0st8mlq] {
    opacity: 0.6;
    animation: nl-step3-spin-b-b8m0st8mlq 26s linear infinite;
}

@keyframes nl-step3-spin-b-b8m0st8mlq {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.nl-onboarding-step3-title[b-b8m0st8mlq] {
    margin-top: 18px;
    font-family: var(--nl-font-jp);
    font-size: 28px;
    font-weight: 700;
    color: var(--nl-fg);
    letter-spacing: -0.5px;
}

.nl-onboarding-step3-sub[b-b8m0st8mlq] {
    margin-top: 6px;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg-muted);
}

.nl-onboarding-step3-confirm[b-b8m0st8mlq] {
    width: 100%;
    margin-top: 24px;
}

.nl-onboarding-confirm-row[b-b8m0st8mlq] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nl-onboarding-confirm-icon[b-b8m0st8mlq] {
    font-size: 22px;
}

.nl-onboarding-confirm-label[b-b8m0st8mlq] {
    flex: 1;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    text-align: left;
    line-height: 1.5;
}

.nl-onboarding-confirm-divider[b-b8m0st8mlq] {
    height: 1px;
    background: var(--nl-border);
    margin: 12px 0;
}

.nl-onboarding-mantra[b-b8m0st8mlq] {
    margin-top: 24px;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg-muted);
    letter-spacing: 1px;
}

.nl-onboarding-mantra-word[b-b8m0st8mlq] {
    color: var(--nl-fg);
    font-weight: 600;
}

.nl-onboarding-mantra-sep[b-b8m0st8mlq] {
    margin: 0 6px;
    color: var(--nl-fg-faint);
}

.nl-onboarding-footer[b-b8m0st8mlq] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 24px 28px;
    background: linear-gradient(180deg, transparent, var(--nl-bg) 30%);
}
/* /Pages/Profile.razor.rz.scp.css */
.nl-profile[b-ecuzr7t73j] {
    position: relative;
    padding: 4px 0 80px;
}

.nl-profile-motif[b-ecuzr7t73j] {
    position: absolute;
    top: 30px;
    left: -80px;
    pointer-events: none;
}

.nl-profile-header[b-ecuzr7t73j] {
    padding: 8px 20px 0;
    position: relative;
    z-index: 2;
}

.nl-profile-title[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 22px;
    font-weight: 600;
    color: var(--nl-fg);
    margin: 0;
}

.nl-profile-card-wrap[b-ecuzr7t73j] {
    padding: 14px 20px 0;
    position: relative;
    z-index: 2;
}

.nl-profile-user[b-ecuzr7t73j] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nl-profile-pro-badge[b-ecuzr7t73j] {
    margin-left: auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nl-primary), var(--nl-accent));
    color: #FFFFFF;
    font-family: var(--nl-font-latin);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.nl-profile-avatar[b-ecuzr7t73j] {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--nl-primary), var(--nl-accent));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-family: var(--nl-font-jp);
    font-size: 22px;
    font-weight: 700;
}

.nl-profile-user-body[b-ecuzr7t73j] {
    flex: 1;
}

.nl-profile-nickname[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
    word-break: break-all;
}

.nl-profile-source[b-ecuzr7t73j] {
    margin-top: 2px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-profile-stats[b-ecuzr7t73j] {
    display: flex;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--nl-border);
    gap: 16px;
}

.nl-profile-stat[b-ecuzr7t73j] {
    flex: 1;
}

.nl-profile-stat-value[b-ecuzr7t73j] {
    font-family: var(--nl-font-latin);
    font-size: 20px;
    font-weight: 600;
    color: var(--nl-fg);
    line-height: 1;
}

.nl-profile-stat-label[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    margin-top: 4px;
}

.nl-profile-group[b-ecuzr7t73j] {
    padding: 22px 20px 0;
}

.nl-profile-group-title[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding-left: 4px;
}

.nl-profile-row[b-ecuzr7t73j] {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.nl-profile-row-divider[b-ecuzr7t73j] {
    border-bottom: 1px solid var(--nl-border);
}

.nl-profile-row-body[b-ecuzr7t73j] {
    flex: 1;
}

.nl-profile-row-label[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    font-weight: 500;
}

.nl-profile-row-sub[b-ecuzr7t73j] {
    margin-top: 2px;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-profile-badge[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 10px;
    color: var(--nl-accent);
    background: var(--nl-accent-soft);
    padding: 3px 8px;
    border-radius: 999px;
}

.nl-profile-logout[b-ecuzr7t73j] {
    padding: 18px 20px 0;
}

.nl-profile-insights-empty[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    line-height: 1.6;
    text-align: center;
    padding: 12px 4px;
}

.nl-profile-insights-summary[b-ecuzr7t73j] {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 14px;
}

.nl-profile-insights-stat[b-ecuzr7t73j] {
    flex: 1;
}

.nl-profile-insights-stat-value[b-ecuzr7t73j] {
    font-family: var(--nl-font-latin);
    font-size: 24px;
    font-weight: 700;
    color: var(--nl-fg);
    line-height: 1;
}

.nl-profile-insights-stat-value span[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
    font-weight: 500;
    margin-left: 2px;
}

.nl-profile-insights-stat-label[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
    margin-top: 4px;
}

.nl-profile-insights-stat-divider[b-ecuzr7t73j] {
    width: 1px;
    height: 32px;
    background: var(--nl-border);
    margin: 0 14px;
}

.nl-profile-insights-section-label[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 10px;
    color: var(--nl-fg-muted);
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 16px 0 8px;
    padding-top: 12px;
    border-top: 1px solid var(--nl-border);
}

.nl-profile-insights-rows[b-ecuzr7t73j] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nl-profile-insights-row[b-ecuzr7t73j] {
    display: grid;
    grid-template-columns: 100px 1fr 70px;
    align-items: center;
    gap: 10px;
}

.nl-profile-insights-row-label[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nl-profile-insights-row-bar[b-ecuzr7t73j] {
    display: flex;
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: var(--nl-surface-2);
}

.nl-profile-insights-bar-win[b-ecuzr7t73j]  { background: var(--nl-primary); }
.nl-profile-insights-bar-loss[b-ecuzr7t73j] { background: var(--nl-danger); }
.nl-profile-insights-bar-even[b-ecuzr7t73j] { background: var(--nl-fg-faint); }

.nl-profile-insights-row-count[b-ecuzr7t73j] {
    text-align: right;
    font-family: var(--nl-font-latin);
    font-size: 12px;
    color: var(--nl-fg-muted);
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    align-items: baseline;
}

.nl-profile-insights-rate[b-ecuzr7t73j] {
    color: var(--nl-fg);
    font-weight: 600;
}

.nl-profile-insights-total[b-ecuzr7t73j] {
    color: var(--nl-fg-faint);
    font-size: 11px;
}

.nl-profile-insights-side[b-ecuzr7t73j] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.nl-profile-insights-side-card[b-ecuzr7t73j] {
    padding: 12px 14px;
    border-radius: 12px;
    background: var(--nl-surface-2);
}

.nl-profile-insights-side-long[b-ecuzr7t73j] {
    background: var(--nl-primary-soft);
}

.nl-profile-insights-side-short[b-ecuzr7t73j] {
    background: var(--nl-accent-soft);
}

.nl-profile-insights-side-icon[b-ecuzr7t73j] {
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg);
    font-weight: 600;
}

.nl-profile-insights-side-long .nl-profile-insights-side-icon[b-ecuzr7t73j] {
    color: var(--nl-primary);
}

.nl-profile-insights-side-short .nl-profile-insights-side-icon[b-ecuzr7t73j] {
    color: var(--nl-accent);
}

.nl-profile-insights-side-rate[b-ecuzr7t73j] {
    margin-top: 6px;
    font-family: var(--nl-font-latin);
    font-size: 22px;
    font-weight: 700;
    color: var(--nl-fg);
    line-height: 1;
}

.nl-profile-insights-side-meta[b-ecuzr7t73j] {
    margin-top: 4px;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-profile-insights-legend[b-ecuzr7t73j] {
    margin-top: 14px;
    display: flex;
    gap: 14px;
    justify-content: center;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-profile-insights-legend-item[b-ecuzr7t73j] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nl-profile-insights-legend-dot[b-ecuzr7t73j] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.nl-profile-insights-legend-dot-win[b-ecuzr7t73j]  { background: var(--nl-primary); }
.nl-profile-insights-legend-dot-loss[b-ecuzr7t73j] { background: var(--nl-danger); }
.nl-profile-insights-legend-dot-even[b-ecuzr7t73j] { background: var(--nl-fg-faint); }

.nl-profile-credit[b-ecuzr7t73j] {
    margin-top: 24px;
    text-align: center;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-profile-credit span[b-ecuzr7t73j] {
    color: var(--nl-fg);
    opacity: 0.85;
}
/* /Shared/Components/ContributionGraph.razor.rz.scp.css */
.nl-contrib[b-9d8z5sojeq] {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.nl-contrib-month-row[b-9d8z5sojeq] {
    display: grid;
    column-gap: 4px;
    align-items: end;
}

.nl-contrib-month-label[b-9d8z5sojeq] {
    font-family: var(--nl-font-jp);
    font-size: 9px;
    color: var(--nl-fg-faint);
    text-align: left;
    height: 10px;
    line-height: 10px;
}

.nl-contrib-grid[b-9d8z5sojeq] {
    display: grid;
    column-gap: 4px;
    row-gap: 4px;
}

.nl-contrib-day-label[b-9d8z5sojeq] {
    font-family: var(--nl-font-jp);
    font-size: 9px;
    color: var(--nl-fg-faint);
    display: flex;
    align-items: center;
}

.nl-contrib-cell[b-9d8z5sojeq] {
    border-radius: 3px;
    transition: background 300ms ease, box-shadow 160ms ease;
    cursor: pointer;
}

.nl-contrib-cell:hover[b-9d8z5sojeq] {
    box-shadow: inset 0 0 0 1.5px var(--nl-primary);
}

.nl-contrib-today[b-9d8z5sojeq] {
    box-shadow: inset 0 0 0 1.5px var(--nl-fg);
}

.nl-contrib-pulse[b-9d8z5sojeq] {
    animation: nl-pulse 1200ms ease-out;
}

.nl-contrib-legend[b-9d8z5sojeq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    font-family: var(--nl-font-jp);
    font-size: 10px;
    color: var(--nl-fg-faint);
}

.nl-contrib-legend-cell[b-9d8z5sojeq] {
    width: 10px;
    height: 10px;
    border-radius: 2px;
}
/* /Shared/Components/DailyChart.razor.rz.scp.css */
.nl-chart[b-hmk8a7ruoc] {
    display: flex;
    flex-direction: column;
}

.nl-chart-empty[b-hmk8a7ruoc] {
    padding: 18px;
    text-align: center;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    background: var(--nl-bg-elev);
    border-radius: 12px;
}

.nl-chart-meta[b-hmk8a7ruoc] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-chart-meta-range[b-hmk8a7ruoc] {
    font-family: var(--nl-font-latin);
}

.nl-chart-svg[b-hmk8a7ruoc] {
    width: 100%;
    height: 180px;
    background: var(--nl-bg-elev);
    border-radius: 12px;
    display: block;
}

.nl-chart-legend[b-hmk8a7ruoc] {
    display: flex;
    gap: 14px;
    margin-top: 8px;
    justify-content: center;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg-muted);
}

.nl-chart-legend-item[b-hmk8a7ruoc] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nl-chart-legend-dot[b-hmk8a7ruoc] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}

.nl-chart-legend-dot-entry[b-hmk8a7ruoc] { background: var(--nl-accent); }
.nl-chart-legend-dot-win[b-hmk8a7ruoc]   { background: var(--nl-primary); }
.nl-chart-legend-dot-loss[b-hmk8a7ruoc]  { background: var(--nl-danger); }
.nl-chart-legend-dot-even[b-hmk8a7ruoc]  { background: var(--nl-fg-faint); }
/* /Shared/Components/EmojiSlider.razor.rz.scp.css */
.nl-emoji-slider[b-iriuz7fwts] {
    display: flex;
    flex-direction: column;
}

.nl-emoji-slider-emojis[b-iriuz7fwts] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    padding: 0 6px;
}

.nl-emoji-slider-btn[b-iriuz7fwts] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 200ms cubic-bezier(.2, .8, .3, 1.3), filter 200ms ease;
    transform: scale(1);
    filter: grayscale(0.6) opacity(0.55);
    font-size: 28px;
    line-height: 1;
}

.nl-emoji-slider-btn-active[b-iriuz7fwts] {
    transform: scale(1.45);
    filter: none;
}

.nl-emoji-slider-track-area[b-iriuz7fwts] {
    padding: 14px 0;
    cursor: grab;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}

.nl-emoji-slider-track-area:active[b-iriuz7fwts] {
    cursor: grabbing;
}

.nl-emoji-slider-track[b-iriuz7fwts] {
    position: relative;
    height: 4px;
    background: var(--nl-surface-2);
    border-radius: 999px;
}

.nl-emoji-slider-fill[b-iriuz7fwts] {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--nl-primary), var(--nl-accent));
    transition: width 240ms ease;
}

.nl-emoji-slider-handle[b-iriuz7fwts] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--nl-fg);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    transition: left 240ms ease;
}

.nl-emoji-slider-label[b-iriuz7fwts] {
    margin-top: 12px;
    text-align: center;
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg-muted);
}

.nl-emoji-slider-label strong[b-iriuz7fwts] {
    margin-left: 6px;
    color: var(--nl-fg);
    font-weight: 600;
}
/* /Shared/Components/EntryCard.razor.rz.scp.css */
.nl-entry-card-inner[b-s8hbs8iezi] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
}

.nl-entry-card-chart[b-s8hbs8iezi] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--nl-surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.nl-entry-card-status-dot[b-s8hbs8iezi] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    box-shadow: 0 0 0 1.5px var(--nl-surface-2);
}

.nl-entry-card-status-dot-open[b-s8hbs8iezi]  { background: #5BA8C8; }
.nl-entry-card-status-dot-win[b-s8hbs8iezi]   { background: var(--nl-primary); }
.nl-entry-card-status-dot-loss[b-s8hbs8iezi]  { background: var(--nl-danger); }
.nl-entry-card-status-dot-even[b-s8hbs8iezi]  { background: var(--nl-fg-faint); }

.nl-entry-card-body[b-s8hbs8iezi] {
    flex: 1;
    min-width: 0;
}

.nl-entry-card-top[b-s8hbs8iezi] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nl-entry-card-ticker[b-s8hbs8iezi] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    font-weight: 600;
    color: var(--nl-fg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nl-entry-card-code[b-s8hbs8iezi] {
    font-family: var(--nl-font-latin);
    font-size: 11px;
    color: var(--nl-fg-faint);
}

.nl-entry-card-meta[b-s8hbs8iezi] {
    margin-top: 2px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    display: flex;
    align-items: center;
    gap: 6px;
}

.nl-entry-card-sep[b-s8hbs8iezi] {
    color: var(--nl-fg-faint);
}

.nl-entry-card-psych[b-s8hbs8iezi] {
    font-size: 22px;
    line-height: 1;
}
/* /Shared/Components/InsightFeed.razor.rz.scp.css */
.nl-insight-feed[b-u3e5hh4w9b] {
    margin: 0 0 18px;
    padding: 0 0 4px;
}

.nl-insight-feed-header[b-u3e5hh4w9b] {
    padding: 0 20px 8px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.nl-insight-feed-eyebrow[b-u3e5hh4w9b] {
    font-family: var(--nl-font-latin);
    font-size: 10px;
    letter-spacing: 0.18em;
    color: var(--nl-accent);
    font-weight: 600;
}

.nl-insight-feed-title[b-u3e5hh4w9b] {
    font-family: var(--nl-font-jp);
    font-size: 15px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-insight-feed-scroll[b-u3e5hh4w9b] {
    display: flex;
    gap: 10px;
    padding: 2px 20px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.nl-insight-card[b-u3e5hh4w9b] {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 280px;
    min-height: 116px;
    background: var(--nl-surface);
    border: 1px solid var(--nl-border);
    border-radius: 16px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    color: var(--nl-fg);
    font-family: var(--nl-font-jp);
    position: relative;
    transition: background 160ms ease, border-color 160ms ease, transform 80ms ease;
}

button.nl-insight-card[b-u3e5hh4w9b] {
    cursor: pointer;
    font: inherit;
}

button.nl-insight-card:hover[b-u3e5hh4w9b] {
    background: var(--nl-surface-2);
    border-color: var(--nl-border-strong);
}

button.nl-insight-card:active[b-u3e5hh4w9b] {
    transform: scale(0.985);
}

.nl-insight-card-tag[b-u3e5hh4w9b] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: var(--nl-fg-muted);
    font-weight: 500;
}

.nl-insight-card-reminisce .nl-insight-card-tag[b-u3e5hh4w9b] {
    color: var(--nl-accent);
}

.nl-insight-card-weekly .nl-insight-card-tag[b-u3e5hh4w9b] {
    color: var(--nl-primary);
}

.nl-insight-card-body[b-u3e5hh4w9b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nl-insight-card-ticker[b-u3e5hh4w9b] {
    font-size: 17px;
    font-weight: 700;
    color: var(--nl-fg);
    line-height: 1.25;
}

.nl-insight-card-sub[b-u3e5hh4w9b] {
    font-size: 12px;
    color: var(--nl-fg-muted);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.nl-insight-card-outcome[b-u3e5hh4w9b] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
}

.nl-insight-card-outcome-win[b-u3e5hh4w9b] {
    background: var(--nl-primary-soft);
    color: var(--nl-primary);
}

.nl-insight-card-outcome-loss[b-u3e5hh4w9b] {
    background: rgba(200, 99, 90, 0.14);
    color: var(--nl-danger);
}

.nl-insight-card-outcome-even[b-u3e5hh4w9b] {
    background: rgba(120, 128, 140, 0.18);
    color: var(--nl-fg-muted);
}

.nl-insight-card-outcome-open[b-u3e5hh4w9b] {
    background: var(--nl-accent-soft);
    color: var(--nl-accent);
}

.nl-insight-card-title[b-u3e5hh4w9b] {
    font-size: 15px;
    font-weight: 700;
    color: var(--nl-fg);
    letter-spacing: 0.01em;
}

.nl-insight-card-message[b-u3e5hh4w9b] {
    font-size: 12px;
    color: var(--nl-fg-muted);
    line-height: 1.55;
}

.nl-insight-card-arrow[b-u3e5hh4w9b] {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: var(--nl-fg-faint);
}

.nl-insight-card-kind-streak[b-u3e5hh4w9b] {
    background: linear-gradient(135deg, var(--nl-surface) 0%, var(--nl-primary-soft) 120%);
    border-color: var(--nl-primary-ring);
}

.nl-insight-card-kind-no-loss[b-u3e5hh4w9b] {
    background: linear-gradient(135deg, var(--nl-surface) 0%, var(--nl-primary-soft) 120%);
    border-color: var(--nl-primary-ring);
}

.nl-insight-card-kind-frequent-ticker[b-u3e5hh4w9b],
.nl-insight-card-kind-calm[b-u3e5hh4w9b] {
    background: linear-gradient(135deg, var(--nl-surface) 0%, var(--nl-accent-soft) 120%);
    border-color: rgba(227, 168, 87, 0.32);
}
/* /Shared/Components/InstallPrompt.razor.rz.scp.css */
.nl-install[b-t4kz3y5i0o] {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 86px); /* TabBar の上に重ねる */
    z-index: 200;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(20, 22, 28, 0.92);
    color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    animation: nl-install-pop-b-t4kz3y5i0o 320ms cubic-bezier(.2, .8, .3, 1.1);
}

@keyframes nl-install-pop-b-t4kz3y5i0o {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.nl-install-icon[b-t4kz3y5i0o] {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(91, 168, 139, 0.20), rgba(212, 156, 84, 0.20));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nl-install-body[b-t4kz3y5i0o] {
    flex: 1 1 auto;
    min-width: 0;
}

.nl-install-title[b-t4kz3y5i0o] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
}

.nl-install-sub[b-t4kz3y5i0o] {
    margin-top: 2px;
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.nl-install-share-icon[b-t4kz3y5i0o] {
    width: 14px;
    height: 14px;
    color: #6FB8E3;
    flex-shrink: 0;
}

.nl-install-close[b-t4kz3y5i0o] {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: none;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 160ms ease;
}

.nl-install-close:hover[b-t4kz3y5i0o] {
    background: rgba(255, 255, 255, 0.18);
}

/* TabBar がない画面 (Login / Onboarding / NewEntry / Detail / Edit) では下マージンを縮める */
.nl-install-no-tabs[b-t4kz3y5i0o] {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
}
/* /Shared/Components/JourneyTimeline.razor.rz.scp.css */
.nl-journey[b-hla80mnsdp] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 6px 4px 4px;
}

.nl-journey-empty[b-hla80mnsdp] {
    align-items: center;
    text-align: center;
    padding: 16px 8px 12px;
    gap: 12px;
}

.nl-journey-empty-title[b-hla80mnsdp] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-journey-empty-sub[b-hla80mnsdp] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
}

.nl-journey-hero[b-hla80mnsdp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.nl-journey-eyebrow[b-hla80mnsdp] {
    font-family: var(--nl-font-latin);
    font-size: 10px;
    letter-spacing: 0.22em;
    color: var(--nl-primary);
    font-weight: 700;
}

.nl-journey-bignum[b-hla80mnsdp] {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    color: var(--nl-fg);
    line-height: 1;
}

.nl-journey-number[b-hla80mnsdp] {
    font-family: var(--nl-font-latin);
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(160deg, var(--nl-primary) 0%, var(--nl-accent) 110%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.nl-journey-unit[b-hla80mnsdp] {
    font-family: var(--nl-font-jp);
    font-size: 18px;
    font-weight: 600;
    color: var(--nl-fg-muted);
}

.nl-journey-tagline[b-hla80mnsdp] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    color: var(--nl-fg-muted);
}

.nl-journey-track-wrap[b-hla80mnsdp] {
    padding: 0 6px;
}

.nl-journey-track[b-hla80mnsdp] {
    position: relative;
    height: 14px;
    margin: 12px 4px 6px;
}

.nl-journey-track[b-hla80mnsdp]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg,
        rgba(91, 168, 139, 0.10) 0%,
        rgba(91, 168, 139, 0.45) 50%,
        var(--nl-primary) 100%);
    transform: translateY(-50%);
}

.nl-journey-dot[b-hla80mnsdp] {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nl-primary);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 2px var(--nl-bg);
}

.nl-journey-dot-today[b-hla80mnsdp] {
    width: 12px;
    height: 12px;
    background: var(--nl-primary);
    box-shadow: 0 0 0 3px var(--nl-bg), 0 0 0 5px var(--nl-primary-ring);
}

.nl-journey-axis[b-hla80mnsdp] {
    display: flex;
    justify-content: space-between;
    font-family: var(--nl-font-latin);
    font-size: 11px;
    color: var(--nl-fg-faint);
    padding: 0 2px;
}

.nl-journey-summary[b-hla80mnsdp] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
    flex-wrap: wrap;
}

.nl-journey-summary-item b[b-hla80mnsdp] {
    color: var(--nl-fg);
    font-weight: 700;
    font-family: var(--nl-font-latin);
}

.nl-journey-summary-sep[b-hla80mnsdp] {
    color: var(--nl-fg-faint);
}
/* /Shared/Components/MonthlyCalendar.razor.rz.scp.css */
.nl-cal[b-9akztj3r55] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 4px 0 8px;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.nl-cal-header[b-9akztj3r55] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 4px;
}

.nl-cal-title[b-9akztj3r55] {
    font-size: 16px;
    font-weight: 600;
    color: var(--nl-fg);
    min-width: 120px;
    text-align: center;
    letter-spacing: 0.02em;
}

.nl-cal-nav[b-9akztj3r55] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--nl-border);
    background: var(--nl-surface);
    color: var(--nl-fg);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.nl-cal-nav:disabled[b-9akztj3r55] {
    opacity: 0.3;
    cursor: not-allowed;
}

.nl-cal-nav:not(:disabled):hover[b-9akztj3r55] {
    background: var(--nl-surface-2);
    border-color: var(--nl-border-strong);
}

.nl-cal-grid[b-9akztj3r55] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.nl-cal-dow[b-9akztj3r55] {
    font-size: 11px;
    color: var(--nl-fg-faint);
    text-align: center;
    padding: 4px 0;
    font-weight: 500;
}

.nl-cal-dow-sat[b-9akztj3r55] { color: rgba(120, 160, 220, 0.85); }
.nl-cal-dow-sun[b-9akztj3r55] { color: rgba(220, 130, 130, 0.85); }

.nl-cal-empty[b-9akztj3r55] {
    aspect-ratio: 1;
}

.nl-cal-cell[b-9akztj3r55] {
    aspect-ratio: 1;
    border-radius: 10px;
    border: 1px solid var(--nl-border);
    background: var(--nl-surface);
    color: var(--nl-fg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 4px 2px;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, transform 80ms ease;
    font-family: inherit;
    min-height: 0;
}

.nl-cal-cell:not(:disabled):hover[b-9akztj3r55] {
    background: var(--nl-surface-2);
    border-color: var(--nl-border-strong);
}

.nl-cal-cell:not(:disabled):active[b-9akztj3r55] {
    transform: scale(0.96);
}

.nl-cal-cell:disabled[b-9akztj3r55] {
    opacity: 0.35;
    cursor: not-allowed;
    background: transparent;
}

.nl-cal-today[b-9akztj3r55] {
    border-color: var(--nl-primary);
    box-shadow: 0 0 0 1.5px var(--nl-primary-ring);
}

.nl-cal-cell-sat .nl-cal-day-num[b-9akztj3r55] { color: rgba(120, 160, 220, 0.9); }
.nl-cal-cell-sun .nl-cal-day-num[b-9akztj3r55] { color: rgba(220, 130, 130, 0.9); }

.nl-cal-day-num[b-9akztj3r55] {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.nl-cal-markers[b-9akztj3r55] {
    display: flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    min-height: 7px;
}

.nl-cal-markers-empty[b-9akztj3r55] {
    visibility: hidden;
}

.nl-cal-marker[b-9akztj3r55] {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.nl-cal-marker-win[b-9akztj3r55]   { background: var(--nl-primary); }
.nl-cal-marker-loss[b-9akztj3r55]  { background: var(--nl-danger); }
.nl-cal-marker-even[b-9akztj3r55]  { background: var(--nl-fg-faint); }
.nl-cal-marker-open[b-9akztj3r55]  { background: var(--nl-accent); }

.nl-cal-legend[b-9akztj3r55] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    font-size: 11px;
    color: var(--nl-fg-muted);
    padding-top: 4px;
}

.nl-cal-legend-item[b-9akztj3r55] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nl-cal-legend-item .nl-cal-marker[b-9akztj3r55] {
    width: 6px;
    height: 6px;
}
/* /Shared/Components/NlButton.razor.rz.scp.css */
.nl-btn[b-gsj0ts8yw6] {
    font-family: var(--nl-font-jp);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border: none;
    border-radius: 14px;
    padding: 14px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: transform 120ms ease, background 160ms ease, opacity 160ms ease, box-shadow 160ms ease;
}

.nl-btn:active:not(:disabled)[b-gsj0ts8yw6] {
    transform: scale(0.985);
}

.nl-btn:disabled[b-gsj0ts8yw6] {
    cursor: not-allowed;
    opacity: 0.5;
}

.nl-btn-full[b-gsj0ts8yw6] {
    width: 100%;
}

.nl-btn-primary[b-gsj0ts8yw6] {
    background: var(--nl-primary);
    color: #FFFFFF;
}

.nl-btn-secondary[b-gsj0ts8yw6] {
    background: var(--nl-surface-2);
    color: var(--nl-fg);
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-btn-ghost[b-gsj0ts8yw6] {
    background: transparent;
    color: var(--nl-fg);
}

.nl-btn-danger[b-gsj0ts8yw6] {
    background: transparent;
    color: var(--nl-danger);
    box-shadow: inset 0 0 0 1px rgba(200, 99, 90, 0.25);
}

.nl-btn-leading[b-gsj0ts8yw6] {
    display: inline-flex;
    align-items: center;
}
/* /Shared/Components/NlCard.razor.rz.scp.css */
.nl-card[b-mb8uby3x0u] {
    background: var(--nl-surface);
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    transition: transform 160ms ease, background 160ms ease;
}

.nl-card-padded[b-mb8uby3x0u] {
    padding: 16px;
}

.nl-card-clickable[b-mb8uby3x0u] {
    cursor: pointer;
}

.nl-card-clickable:hover[b-mb8uby3x0u] {
    transform: translateY(-1px);
}
/* /Shared/Components/NlChip.razor.rz.scp.css */
.nl-chip[b-l36hns33ut] {
    font-family: var(--nl-font-jp);
    font-size: 13px;
    font-weight: 500;
    border: none;
    padding: 7px 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
    cursor: pointer;
}

.nl-chip-default[b-l36hns33ut] {
    background: var(--nl-surface-2);
    color: var(--nl-fg-muted);
}

.nl-chip-active[b-l36hns33ut] {
    background: var(--nl-primary-soft);
    color: var(--nl-primary);
    box-shadow: inset 0 0 0 1px var(--nl-primary-ring);
}

.nl-chip-muted[b-l36hns33ut] {
    background: transparent;
    color: var(--nl-fg-faint);
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-chip-leading[b-l36hns33ut] {
    display: inline-flex;
    align-items: center;
}
/* /Shared/Components/PatternThumb.razor.rz.scp.css */
.nl-pattern-thumb[b-mv09locyle] {
    background: var(--nl-surface);
    border: none;
    padding: 8px;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 92px;
    transition: background 160ms ease, box-shadow 160ms ease;
}

.nl-pattern-thumb-selected[b-mv09locyle] {
    background: var(--nl-primary-soft);
    box-shadow: inset 0 0 0 1.5px var(--nl-primary);
}

.nl-pattern-thumb-label[b-mv09locyle] {
    font-family: var(--nl-font-jp);
    font-size: 11px;
    color: var(--nl-fg);
    font-weight: 500;
    white-space: nowrap;
}

.nl-pattern-thumb-selected .nl-pattern-thumb-label[b-mv09locyle] {
    color: var(--nl-primary);
    font-weight: 600;
}
/* /Shared/Components/RadioCard.razor.rz.scp.css */
.nl-radio-card[b-u9ruzsebnj] {
    background: var(--nl-surface);
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    border-radius: 14px;
    text-align: left;
    box-shadow: inset 0 0 0 1px var(--nl-border);
    display: flex;
    align-items: center;
    gap: 12px;
    transition: background 160ms ease, box-shadow 160ms ease;
    width: 100%;
}

.nl-radio-card-compact[b-u9ruzsebnj] {
    padding: 14px;
}

.nl-radio-card-active[b-u9ruzsebnj] {
    background: var(--nl-primary-soft);
    box-shadow: inset 0 0 0 1.5px var(--nl-primary);
}

.nl-radio-card-emoji[b-u9ruzsebnj] {
    font-size: 24px;
}

.nl-radio-card-compact .nl-radio-card-emoji[b-u9ruzsebnj] {
    font-size: 22px;
}

.nl-radio-card-body[b-u9ruzsebnj] {
    flex: 1;
    min-width: 0;
}

.nl-radio-card-label[b-u9ruzsebnj] {
    font-family: var(--nl-font-jp);
    font-size: 16px;
    font-weight: 600;
    color: var(--nl-fg);
}

.nl-radio-card-active .nl-radio-card-label[b-u9ruzsebnj] {
    color: var(--nl-primary);
}

.nl-radio-card-sub[b-u9ruzsebnj] {
    margin-top: 2px;
    font-family: var(--nl-font-jp);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-radio-card-radio[b-u9ruzsebnj] {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1.5px var(--nl-border-strong);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.nl-radio-card-active .nl-radio-card-radio[b-u9ruzsebnj] {
    box-shadow: inset 0 0 0 1.5px var(--nl-primary);
    background: var(--nl-primary);
}

.nl-radio-card-radio-dot[b-u9ruzsebnj] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0E1116;
}
/* /Shared/Components/StockSuggest.razor.rz.scp.css */
.nl-stock-suggest[b-2h281toi41] {
    position: relative;
}

.nl-stock-suggest-input[b-2h281toi41] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--nl-surface);
    padding: 12px 14px;
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px var(--nl-border);
}

.nl-stock-suggest-input input[b-2h281toi41] {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-family: var(--nl-font-jp);
    font-size: 15px;
    color: var(--nl-fg);
}

.nl-stock-suggest-input input[b-2h281toi41]::placeholder {
    color: var(--nl-fg-muted);
    opacity: 1;
}

.nl-stock-suggest-code[b-2h281toi41] {
    font-family: var(--nl-font-latin);
    font-size: 12px;
    color: var(--nl-fg-muted);
}

.nl-stock-suggest-dropdown[b-2h281toi41] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--nl-surface);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25), inset 0 0 0 1px var(--nl-border);
    overflow: hidden;
    z-index: 20;
    max-height: 320px;
    overflow-y: auto;
}

.nl-stock-suggest-item[b-2h281toi41] {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    gap: 12px;
}

.nl-stock-suggest-item:not(:first-child)[b-2h281toi41] {
    border-top: 1px solid var(--nl-border);
}

.nl-stock-suggest-item:hover[b-2h281toi41] {
    background: var(--nl-surface-2);
}

.nl-stock-suggest-item-name[b-2h281toi41] {
    font-family: var(--nl-font-jp);
    font-size: 14px;
    color: var(--nl-fg);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nl-stock-suggest-item-code[b-2h281toi41] {
    font-family: var(--nl-font-latin);
    font-size: 12px;
    color: var(--nl-fg-faint);
    flex-shrink: 0;
}
/* /Shared/Components/TabBar.razor.rz.scp.css */
.nl-tabbar[b-geqc0o3rsu] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 8px 22px;
    background: var(--nl-bg);
    border-top: 1px solid var(--nl-border);
    display: flex;
    justify-content: space-around;
    z-index: 40;
}

.nl-tab[b-geqc0o3rsu] {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    flex: 1;
}

.nl-tab-icon[b-geqc0o3rsu] {
    display: inline-flex;
    align-items: center;
}

.nl-tab-label[b-geqc0o3rsu] {
    font-family: var(--nl-font-jp);
    font-size: 10px;
    color: var(--nl-fg-faint);
    font-weight: 500;
}

.nl-tab-active .nl-tab-label[b-geqc0o3rsu] {
    color: var(--nl-primary);
    font-weight: 600;
}
/* /Shared/Components/Toast.razor.rz.scp.css */
.nl-toast-host[b-yk4pywz89s] {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 110px;
    pointer-events: none;
    z-index: 80;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 240ms ease, transform 240ms ease;
}

.nl-toast-host.nl-toast-visible[b-yk4pywz89s] {
    opacity: 1;
    transform: translateY(0);
}

.nl-toast[b-yk4pywz89s] {
    background: var(--nl-surface-2);
    color: var(--nl-fg);
    font-family: var(--nl-font-jp);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 0 0 1px var(--nl-border);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nl-toast-icon[b-yk4pywz89s] {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.nl-toast-icon-success[b-yk4pywz89s] {
    background: var(--nl-primary);
    color: #0E1116;
}

.nl-toast-icon-error[b-yk4pywz89s] {
    background: var(--nl-danger);
    color: #fff;
}
/* /Shared/Components/Wordmark.razor.rz.scp.css */
.nl-wordmark[b-vqksa7lb3h] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--nl-fg);
}

.nl-wordmark-lg[b-vqksa7lb3h] { gap: 8px; }

.nl-wordmark-icon[b-vqksa7lb3h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: relative;
}

.nl-wordmark-lg .nl-wordmark-icon[b-vqksa7lb3h] {
    width: 24px;
    height: 24px;
}

/* 部分弧の輪。CSS で 14 秒 / 1 周のゆっくり回転 (PWA アイコンと同じ方向)。 */
.nl-wordmark-icon-ring[b-vqksa7lb3h] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: nl-wordmark-spin-b-vqksa7lb3h 14s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes nl-wordmark-spin-b-vqksa7lb3h {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* アクセシビリティ: モーション軽減希望のユーザーには静止表示 */
@media (prefers-reduced-motion: reduce) {
    .nl-wordmark-icon-ring[b-vqksa7lb3h] { animation: none; }
}

.nl-wordmark-icon-dot[b-vqksa7lb3h] {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--nl-accent);
    position: relative;
    z-index: 1;
}

.nl-wordmark-lg .nl-wordmark-icon-dot[b-vqksa7lb3h] {
    width: 7px;
    height: 7px;
}

.nl-wordmark-text[b-vqksa7lb3h] {
    font-family: var(--nl-font-latin);
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.2px;
}

.nl-wordmark-lg .nl-wordmark-text[b-vqksa7lb3h] { font-size: 22px; }

.nl-wordmark-text-sep[b-vqksa7lb3h] { color: var(--nl-primary); }

.nl-wordmark-text-loop[b-vqksa7lb3h] {
    font-weight: 400;
    color: var(--nl-fg-muted);
    margin-left: 4px;
}
