.history-module__Fl5TgG__main{background:var(--bg-base);min-height:100vh;padding-top:56px}.history-module__Fl5TgG__inner{max-width:760px;margin:0 auto;padding:3.5rem 2rem 6rem}.history-module__Fl5TgG__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.history-module__Fl5TgG__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.68rem;font-weight:800;display:block}.history-module__Fl5TgG__title{letter-spacing:-.035em;color:var(--text-primary);font-size:2rem;font-weight:900}.history-module__Fl5TgG__btn_new{background:var(--cyan);color:var(--text-inverse);white-space:nowrap;flex-shrink:0;padding:.65rem 1.25rem;font-size:.82rem;font-weight:800;text-decoration:none;transition:opacity .2s}.history-module__Fl5TgG__btn_new:hover{opacity:.88}.history-module__Fl5TgG__stats{border:1px solid var(--border-subtle);grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem;display:grid}.history-module__Fl5TgG__stat{border-right:1px solid var(--border-subtle);flex-direction:column;gap:.3rem;padding:1.25rem 1.5rem;display:flex}.history-module__Fl5TgG__stat:last-child{border-right:none}.history-module__Fl5TgG__stat_value{letter-spacing:-.03em;color:var(--text-primary);white-space:nowrap;font-size:1.4rem;font-weight:800}.history-module__Fl5TgG__stat_label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:600}.history-module__Fl5TgG__unlock_bar{background:var(--cyan-glow);border:1px solid var(--border-subtle);border-left:2px solid var(--cyan);margin-bottom:2.5rem;padding:1rem 1.25rem}.history-module__Fl5TgG__unlock_progress{background:var(--border-subtle);height:2px;margin-bottom:.75rem}.history-module__Fl5TgG__unlock_fill{background:var(--cyan);height:100%;transition:width .5s cubic-bezier(.16,1,.3,1)}.history-module__Fl5TgG__unlock_text{color:var(--text-muted);font-size:.78rem}.history-module__Fl5TgG__auth_banner{background:var(--cyan-glow);border:1px solid var(--cyan-dim);border-left:2px solid var(--cyan);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.history-module__Fl5TgG__auth_banner p{color:var(--text-secondary);font-size:.82rem}.history-module__Fl5TgG__auth_banner_btn{color:var(--cyan);white-space:nowrap;flex-shrink:0;font-size:.8rem;font-weight:700;text-decoration:none}.history-module__Fl5TgG__auth_banner_btn:hover{text-decoration:underline}.history-module__Fl5TgG__migrate_banner{background:var(--red-glow);border:1px solid var(--red-dim);border-left:2px solid var(--red);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.history-module__Fl5TgG__migrate_banner p{color:var(--text-secondary);font-size:.82rem}.history-module__Fl5TgG__migrate_btn{color:var(--red);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0;font-family:inherit;font-size:.78rem;font-weight:700}.history-module__Fl5TgG__migrate_btn:hover{text-decoration:underline}.history-module__Fl5TgG__migrate_btn:disabled{opacity:.5;cursor:not-allowed}.history-module__Fl5TgG__loading{justify-content:center;padding:5rem;display:flex}.history-module__Fl5TgG__loading_spinner{border:2px solid var(--border-subtle);border-top-color:var(--cyan);border-radius:50%;width:24px;height:24px;animation:.7s linear infinite history-module__Fl5TgG__spin}@keyframes history-module__Fl5TgG__spin{to{transform:rotate(360deg)}}.history-module__Fl5TgG__empty{text-align:center;border:1px dashed var(--border-default);padding:5rem 2rem}.history-module__Fl5TgG__empty_title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.history-module__Fl5TgG__empty_desc{color:var(--text-secondary);margin-bottom:2rem;font-size:.88rem;line-height:1.7}.history-module__Fl5TgG__empty_cta{background:var(--cyan);color:var(--text-inverse);padding:.8rem 1.75rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:opacity .2s;display:inline-block}.history-module__Fl5TgG__empty_cta:hover{opacity:.88}.history-module__Fl5TgG__timeline{flex-direction:column;gap:0;display:flex}.history-module__Fl5TgG__card{align-items:flex-start;gap:1.25rem;display:flex}.history-module__Fl5TgG__timeline_col{flex-direction:column;flex-shrink:0;align-items:center;width:20px;padding-top:1.5rem;display:flex}.history-module__Fl5TgG__dot{background:var(--border-default);border:1px solid var(--border-strong);border-radius:50%;flex-shrink:0;width:8px;height:8px}.history-module__Fl5TgG__dot_latest{background:var(--cyan);border-color:var(--cyan);box-shadow:0 0 8px var(--cyan-dim)}.history-module__Fl5TgG__line{background:var(--border-subtle);flex:1;width:1px;min-height:16px;margin:4px 0}.history-module__Fl5TgG__card_body{border:1px solid var(--border-subtle);background:var(--bg-surface);flex:1;min-width:0;margin-bottom:1.25rem;transition:border-color .2s}.history-module__Fl5TgG__card_body:hover{border-color:var(--border-default)}.history-module__Fl5TgG__card_header{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.6rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;transition:background .2s;display:flex;position:relative}.history-module__Fl5TgG__card_header:hover{background:#ffffff03}.history-module__Fl5TgG__card_meta{align-items:center;gap:.6rem;display:flex}.history-module__Fl5TgG__card_date{letter-spacing:.06em;color:var(--cyan);opacity:.7;text-transform:uppercase;font-size:.72rem;font-weight:700}.history-module__Fl5TgG__card_time{color:var(--text-muted);font-size:.72rem}.history-module__Fl5TgG__card_preview{color:var(--text-primary);font-size:.92rem;font-weight:500;line-height:1.5}.history-module__Fl5TgG__tag_row{flex-wrap:wrap;gap:.4rem;display:flex}.history-module__Fl5TgG__tag{background:var(--red-glow);border:1px solid var(--red-dim);color:var(--red);letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;font-size:.68rem;font-weight:700;display:inline-block}.history-module__Fl5TgG__chevron{color:var(--text-muted);font-size:.6rem;position:absolute;top:1.25rem;right:1.25rem}.history-module__Fl5TgG__card_content{border-top:1px solid var(--border-subtle);flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.history-module__Fl5TgG__section{flex-direction:column;gap:.5rem;display:flex}.history-module__Fl5TgG__section_label{letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-weight:800}.history-module__Fl5TgG__section_label_red{letter-spacing:.15em;color:var(--red);opacity:.7;text-transform:uppercase;font-size:.65rem;font-weight:800}.history-module__Fl5TgG__section_label_cyan{letter-spacing:.15em;color:var(--cyan);opacity:.7;text-transform:uppercase;font-size:.65rem;font-weight:800}.history-module__Fl5TgG__section_text{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.history-module__Fl5TgG__principle_block{background:var(--cyan-glow);border:1px solid var(--cyan-dim);padding:1rem}.history-module__Fl5TgG__if_then{flex-direction:column;gap:.6rem;display:flex}.history-module__Fl5TgG__if_row,.history-module__Fl5TgG__then_row{align-items:flex-start;gap:.75rem;display:flex}.history-module__Fl5TgG__if_badge{letter-spacing:.08em;color:var(--text-secondary);text-transform:uppercase;flex-shrink:0;width:30px;padding-top:.1rem;font-size:.65rem;font-weight:800}.history-module__Fl5TgG__then_badge{letter-spacing:.08em;color:var(--cyan);text-transform:uppercase;flex-shrink:0;width:30px;padding-top:.1rem;font-size:.65rem;font-weight:800}.history-module__Fl5TgG__report_cta{border:1px solid var(--border-default);background:var(--cyan-glow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1rem;padding:2rem;display:flex}.history-module__Fl5TgG__report_cta_text{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.history-module__Fl5TgG__report_cta_btn{border:1px solid var(--cyan);color:var(--cyan);flex-shrink:0;padding:.7rem 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s}.history-module__Fl5TgG__report_cta_btn:hover{background:var(--cyan-glow)}.history-module__Fl5TgG__delete_row{border-top:1px solid var(--border-subtle);align-items:center;gap:.75rem;margin-top:.25rem;padding-top:.75rem;display:flex}.history-module__Fl5TgG__btn_delete{color:var(--text-muted);cursor:pointer;letter-spacing:.04em;background:0 0;border:none;padding:0;font-family:inherit;font-size:.72rem;font-weight:600;transition:color .15s}.history-module__Fl5TgG__btn_delete:hover{color:var(--red)}.history-module__Fl5TgG__delete_confirm_text{color:var(--text-secondary);flex:1;font-size:.72rem}.history-module__Fl5TgG__btn_delete_confirm{background:var(--red);color:#fff;cursor:pointer;border:none;padding:.3rem .75rem;font-family:inherit;font-size:.72rem;font-weight:700;transition:opacity .15s}.history-module__Fl5TgG__btn_delete_confirm:hover{opacity:.85}.history-module__Fl5TgG__btn_delete_cancel{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;padding:.3rem .75rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:border-color .15s,color .15s}.history-module__Fl5TgG__btn_delete_cancel:hover{border-color:var(--border-strong);color:var(--text-primary)}@media (max-width:480px){.history-module__Fl5TgG__inner{padding:2rem 1rem 5rem}.history-module__Fl5TgG__stat{padding:.9rem .75rem}.history-module__Fl5TgG__stat_value{font-size:1.1rem}.history-module__Fl5TgG__stat_label{font-size:.65rem}}
.PatternGraph-module__y9urvG__graphWrapper{background:#0d1017;border:1px solid #161b26;width:100%;height:520px;margin-bottom:2rem;position:relative;overflow:hidden}.PatternGraph-module__y9urvG__overlay{pointer-events:none;z-index:10;position:absolute;top:1.25rem;left:1.5rem}.PatternGraph-module__y9urvG__graphTitle{letter-spacing:.18em;text-transform:uppercase;color:#00e5ff;opacity:.7;margin-bottom:.25rem;font-size:.68rem;font-weight:800}.PatternGraph-module__y9urvG__graphSubtitle{color:#3d4460;font-size:.75rem}.PatternGraph-module__y9urvG__empty_graph{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;display:flex}.PatternGraph-module__y9urvG__empty_graph p{color:#3d4460;font-size:.82rem}
