:root{--bg:#f4f5f7;--bg-gradient:linear-gradient(135deg, #4361ee11 0%, transparent 55%, #6b8aff0b 100%);--surface:#fff;--surface-2:#ebedf0;--border:#d8dbe0;--accent:#4361ee;--accent-dim:#3651d4;--accent-muted:#4361ee12;--accent-surface:#f2f4fe;--accent-glow:#4361ee24;--accent-border:#4361ee4d;--text:#1a1d23;--text-muted:#7a8494;--shadow:0 2px 12px #0000000f, 0 1px 3px #0000000a;--shadow-lg:0 6px 28px #00000017;--radius:8px;--radius-sm:5px;--mono:"Geist Mono", monospace;--sans:"Geist", sans-serif;--result-alt-surface:#f7f8fe}[data-theme=dark]{--bg:#12151c;--bg-gradient:linear-gradient(135deg, #6b8aff17 0%, transparent 55%, #4361ee0f 100%);--surface:#1c2030;--surface-2:#252a3a;--border:#2e3448;--accent:#6b8aff;--accent-dim:#5572e8;--accent-muted:#6b8aff14;--accent-surface:#6b8aff14;--accent-glow:#6b8aff29;--accent-border:#6b8aff52;--text:#e2e6ef;--text-muted:#7a85a0;--shadow:0 2px 12px #0000003d, 0 1px 3px #00000029;--shadow-lg:0 6px 28px #00000052;--result-alt-surface:#6b8aff08}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--text);flex-direction:column;min-width:330px;min-height:100vh;font-size:15px;line-height:1.6;transition:background .3s,color .3s;display:flex}body:before{content:"";background:var(--bg-gradient);z-index:-1;pointer-events:none;transition:background .3s;position:fixed;top:0;bottom:0;left:0;right:0}.skip-link{background:var(--accent);color:#fff;font-size:13px;font-family:var(--sans);z-index:9999;border-radius:0 0 var(--radius) 0;padding:8px 16px;text-decoration:none;position:absolute;top:-999px;left:0}.skip-link:focus{top:0}.header{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);border-bottom:1px solid var(--border);box-shadow:var(--shadow);background:#ffffffb8;justify-content:space-between;align-items:center;padding:10px 40px;transition:background .3s,border-color .3s;display:flex;position:sticky;top:0}[data-theme=dark] .header{background:#1c2030c7}.header__right{align-items:center;gap:8px;display:flex}.header__brand{color:inherit;border-radius:var(--radius-sm);align-items:center;gap:5px;margin:-5px;padding:5px;text-decoration:none;display:flex}.header__logo-icon{align-items:center;display:flex}.header__title{color:var(--text);letter-spacing:-.75px;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:17px;font-weight:800;line-height:1}.header__title span{color:var(--accent)}.header__nav{gap:2px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.header__nav-link{font-family:var(--sans);color:var(--text-muted);border-radius:var(--radius-sm);padding:6px 16px;font-size:13.5px;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.header__nav-link:hover{color:var(--text);background:var(--accent-muted)}.header__nav-link+.header__nav-link{position:relative}.header__nav-link+.header__nav-link:before{content:"";background:var(--border);width:1px;height:18px;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.theme-toggle{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;align-items:center;padding:7px;transition:all .2s;display:flex}.theme-toggle:hover{color:var(--accent);border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-muted)}.theme-toggle svg{fill:currentColor;width:16px;height:16px;display:none}[data-theme=dark] .theme-toggle__sun,[data-theme=light] .theme-toggle__moon{display:block}main{flex-direction:column;flex:1;gap:40px;width:100%;max-width:960px;margin:0 auto;padding:48px 24px 64px;display:flex}.page-heading{margin-bottom:-8px}.page-heading h1{font-family:var(--mono);letter-spacing:-1px;margin-bottom:6px;font-size:28px;font-weight:700}.page-heading h1 span{color:var(--accent)}.page-heading__subtitle{font-family:var(--mono);color:var(--text-muted);font-size:13px}.page-heading__algos{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.page-heading__algos .algo-badge{opacity:.72;cursor:pointer;-webkit-appearance:none;appearance:none;border:none;margin:0;line-height:1.6;transition:opacity .15s,transform .15s,box-shadow .15s}.page-heading__algos .algo-badge:hover{opacity:1;transform:translateY(-1px);box-shadow:0 2px 6px #0000001a}.page-heading__algos .algo-badge:active{box-shadow:none;transform:translateY(0)}.page-heading__algos .algo-badge:focus-visible{opacity:1;outline:2px solid var(--accent);outline-offset:2px}.section{flex-direction:column;gap:14px;scroll-margin-top:72px;display:flex}.section__label{font-family:var(--mono);text-transform:uppercase;letter-spacing:2px;color:var(--accent-dim);align-items:center;gap:10px;font-size:11px;font-weight:600;display:flex}.section__label-icon{width:15px;height:15px;fill:var(--accent-dim);flex-shrink:0}.section__label-arrow{fill:none;width:16px;height:10px;stroke:var(--accent-dim);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.section__label:after{content:"";background:var(--border);flex:1;height:1px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .25s,border-color .25s;overflow:hidden}.card:focus-within,.card:hover{box-shadow:var(--shadow-lg)}.card--text-drag .text-input__wrap{border:2px dashed var(--accent);background:var(--accent-muted);box-shadow:0 0 0 3px var(--accent-glow)}.card__body{flex-direction:column;gap:12px;padding:16px;display:flex}.result{border-top:1px solid var(--border);background:var(--accent-surface);font-family:var(--mono);align-items:center;gap:12px;padding:9px 14px;display:flex}.result__hash{color:var(--text);word-break:break-all;-webkit-user-select:none;user-select:none;letter-spacing:.45px;cursor:pointer;flex:1;font-size:13.5px;position:relative}.result__hash--empty{color:var(--text-muted);letter-spacing:0;-webkit-user-select:none;user-select:none;cursor:default;font-size:13px;font-style:italic}.result__hash--computing{background:linear-gradient(to right, var(--accent-glow) calc(var(--progress,0) * 1%), transparent calc(var(--progress,0) * 1%));color:var(--accent-dim);letter-spacing:.3px;cursor:default;-webkit-user-select:none;user-select:none;border-radius:3px;padding:3px 6px;font-size:11px;font-style:normal;font-weight:600;line-height:1.8;transition:background .15s linear}.result__actions{flex-shrink:0;gap:6px;display:flex}.result:nth-child(odd){background:var(--accent-surface)}.result:nth-child(2n){background:var(--result-alt-surface)}.result+.result{border-top:1px solid var(--border)}.text-input__wrap{border-radius:var(--radius-sm);border:2px solid #0000;position:relative}.text-input__textarea{width:100%;min-height:110px;max-height:400px;color:var(--text);font-family:var(--mono);resize:vertical;background:0 0;border:none;outline:none;padding:14px;font-size:13px;line-height:1.65}.text-input__textarea::placeholder{color:var(--text-muted)}.text-input__counter{z-index:1;font-family:var(--mono);color:var(--text-muted);letter-spacing:.3px;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:1;align-items:center;gap:6px;font-size:10.5px;display:flex;position:absolute;bottom:3px;right:15px}.text-input__counter-sep{opacity:.4;background:currentColor;border-radius:50%;flex-shrink:0;width:3px;height:3px}.text-input__clear{z-index:1;display:none;position:absolute;top:8px;right:8px}.text-input__clear--visible{display:flex}.btn{font-family:var(--sans);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;white-space:nowrap;align-items:center;gap:5px;padding:5px 11px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;position:relative}.btn:hover{border-color:var(--accent-border);color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.btn:active{transform:scale(.96)}.btn:disabled{opacity:.38;pointer-events:none}.btn svg{fill:currentColor;width:12px;height:12px}.btn--primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--primary:hover{opacity:.88;color:#fff;box-shadow:0 4px 16px var(--accent-glow)}.tooltip{display:none}.tooltip-singleton{background:var(--text);color:var(--bg);white-space:nowrap;pointer-events:none;opacity:0;font-size:11px;font-family:var(--sans);z-index:9999;border-radius:5px;padding:3px 8px;transition:opacity .15s,transform .15s;position:fixed;transform:translate(-50%)translateY(calc(4px - 100%))}.tooltip-singleton--visible{opacity:1;transform:translate(-50%)translateY(calc(-100% - 6px))}.options{align-items:center;display:flex}.options__segment{-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffffb8;display:inline-flex;overflow:hidden}[data-theme=dark] .options__segment{background:#1c2030c7}.options__segment-label{font-family:var(--mono);color:var(--text-muted);cursor:pointer;border-right:1px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:5px 11px;font-size:11px;font-weight:500;transition:color .15s,background .15s;display:flex}.options__segment-label:last-child{border-right:none}.options__segment-label:hover{color:var(--text);background:var(--accent-muted)}.options__radio{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.options__radio:checked+.options__segment-label{color:var(--accent);background:var(--accent-muted);font-weight:600}.options-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.options-row--end{justify-content:flex-end}.options__prefix{font-family:var(--mono);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);border-right:1px solid var(--border);-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:.6;cursor:default;justify-content:center;align-items:center;min-width:57px;padding:5px 9px;font-size:9.5px;font-weight:500;display:inline-flex}.options__group{align-items:center;display:flex}.history-btn,.random__item-btn,.history-table__action-btn{position:relative}.file-drop{border:2px dashed var(--border);border-radius:var(--radius);text-align:center;cursor:pointer;background:var(--surface);padding:28px 24px;transition:all .2s;position:relative}.file-drop:hover,.file-drop--active{border-color:var(--accent-border);background:var(--accent-muted)}.file-drop--page-drag{border-color:var(--accent);background:var(--accent-muted);box-shadow:0 0 0 3px var(--accent-glow)}.file-drop:has(.file-drop__clear:hover){border-color:var(--border);background:var(--surface)}.file-drop__input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.file-drop__icon{width:28px;height:28px;fill:var(--text-muted);opacity:.5;margin-bottom:8px}.file-drop__text{font-family:var(--mono);color:var(--text-muted);font-size:13px}.file-drop__text strong{color:var(--accent);text-decoration:underline}.file-drop__filename{font-family:var(--mono);color:var(--accent);max-width:calc(100% - 48px);margin-top:6px;font-size:13px;display:none}.file-drop__filename--visible{vertical-align:top;align-items:baseline;gap:0;display:inline-flex}.file-drop__filename-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.file-drop__filesize{font-family:var(--mono);color:var(--text-muted);opacity:.75;white-space:nowrap;flex-shrink:0;font-size:13px}.file-drop__clear{z-index:1;display:none;position:absolute;top:8px;right:8px}.file-drop__clear--visible{display:flex}.random__controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.random__controls-sep{background:var(--border);flex-shrink:0;width:1px;height:20px}.random__select{font-family:var(--mono);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);cursor:pointer;outline:none;padding:5px 8px;font-size:12px;transition:border-color .2s}.random__select:focus{border-color:var(--accent-border)}.random__list{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .25s,border-color .25s;overflow:hidden}.random__list:hover{box-shadow:var(--shadow-lg)}.random__item{font-family:var(--mono);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:9px 14px;font-size:13px;transition:background .15s;display:flex}.random__item:last-child{border-bottom:none}.random__item:hover{background:var(--accent-muted)}.random__item-index{color:var(--text-muted);min-width:26px;font-size:11px}.random__item-hash{min-width:0;color:var(--text);-webkit-user-select:none;user-select:none;letter-spacing:.3px;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;flex:1;position:relative;overflow:hidden}.random__item-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.random__item:hover .random__item-actions{opacity:1}.random__item-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;padding:3px;transition:all .15s;display:flex;position:relative}.random__item-btn:hover{color:var(--accent);border-color:var(--accent-border)}.random__item-btn svg{fill:currentColor;width:13px;height:13px}.info{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);font-size:14px;line-height:1.8;transition:box-shadow .25s,border-color .25s;overflow:hidden}.info:hover{box-shadow:var(--shadow-lg)}.info__tabs-wrap{border-bottom:1px solid var(--border);position:relative;overflow:hidden}.info__tabs{background:var(--accent-surface);scrollbar-width:none;-webkit-overflow-scrolling:touch;border-bottom:none;display:flex;overflow-x:auto}.info__tabs::-webkit-scrollbar{display:none}.info__tabs-wrap:before,.info__tabs-wrap:after{content:"";pointer-events:none;z-index:2;width:32px;transition:opacity .2s;position:absolute;top:0;bottom:1px}.info__tabs-wrap:before{background:linear-gradient(to right, var(--accent-surface), transparent);opacity:var(--tabs-fade-left,0);left:0}.info__tabs-wrap:after{background:linear-gradient(to left, var(--accent-surface), transparent);opacity:var(--tabs-fade-right,0);right:0}.info__tab{font-family:var(--mono);text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 18px;font-size:11px;font-weight:600;transition:color .15s,border-color .15s,background .15s;display:flex;position:relative}.info__tab+.info__tab:before{content:"";background:var(--border);width:1px;height:14px;transition:opacity .15s;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.info__tab:hover:before,.info__tab+.info__tab:hover:before{opacity:0}.info__tab:hover{color:var(--text);background:var(--accent-muted)}.info__tab[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}.info__tab-badge{font-family:var(--mono);letter-spacing:.3px;color:var(--accent-dim);background:var(--accent-muted);opacity:.75;border-radius:3px;align-items:center;padding:0 4px;font-size:9px;font-weight:700;line-height:14px;display:inline-flex}.info__tab[aria-selected=true] .info__tab-badge{opacity:1}.info__panel{padding:24px;display:none}.info__panel[data-active]{animation:.2s both panelIn;display:block}@keyframes panelIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.info__panel[data-active]{animation:none}}.info h3{font-family:var(--mono);color:var(--accent-dim);margin-top:20px;margin-bottom:8px;font-size:13px;font-weight:600}.info h3:first-child{margin-top:0}.info p{color:var(--text-muted);margin-bottom:4px}.info strong{color:var(--text)}.info code{background:var(--surface-2);border:1px solid var(--border);font-family:var(--mono);border-radius:4px;padding:1px 6px;font-size:12px}.info a{color:var(--accent);border-bottom:1px solid var(--accent-border);text-decoration:none;transition:border-color .15s}.info a:hover{border-color:var(--accent)}.info-table{border-collapse:collapse;width:100%;font-family:var(--mono);margin-top:16px;margin-bottom:4px;font-size:12px}.info-table th{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);text-align:left;border-bottom:1px solid var(--border);background:var(--bg);white-space:nowrap;padding:6px 10px;font-size:10px;font-weight:600}[data-theme=dark] .info-table th{background:#ffffff05}.info-table td{border-bottom:1px solid var(--border);color:var(--text-muted);vertical-align:middle;padding:6px 10px}.info-table tr:last-child td{border-bottom:none}.info-table tr:hover td{background:var(--accent-muted)}.info-table__algo{color:var(--text);white-space:nowrap;font-weight:600}.info-table .info-table__status--secure{color:#0e7a6a}.info-table .info-table__status--legacy{color:#b05800}.info-table .info-table__status--broken{color:#c0392b}[data-theme=dark] .info-table__status--secure{color:#3dd6c0}[data-theme=dark] .info-table__status--legacy{color:#ffac5f}[data-theme=dark] .info-table__status--broken{color:#ff6b6b}@media (max-width:540px){.info-table thead{display:none}.info-table,.info-table tbody,.info-table tr,.info-table td{box-sizing:border-box;width:100%;display:block}.info-table tr{border-bottom:1px solid var(--border);padding:8px 0}.info-table tr:last-child{border-bottom:none}.info-table td{border-bottom:none;justify-content:space-between;gap:12px;padding:3px 0;display:flex}.info-table td:before{content:attr(data-label);color:var(--text);white-space:nowrap;flex-shrink:0;font-weight:600}.info-table tr:hover td{background:0 0}}.footer{-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);border-top:1px solid var(--border);text-align:center;font-family:var(--mono);color:var(--text-muted);letter-spacing:.4px;background:#ffffffb8;padding:24px 40px;font-size:11.5px}[data-theme=dark] .footer{background:#1c2030c7}.footer__copy{color:var(--text-muted);opacity:.7;letter-spacing:.3px;margin-top:8px;font-size:11px}.footer__links{justify-content:center;gap:16px;margin-top:8px;display:flex}.footer__link{color:var(--text-muted);text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);transition:color .2s,text-decoration-color .2s}.footer__link:hover{color:var(--accent);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.footer__link--silent,.footer__link--silent:hover{color:inherit;text-decoration:none}.footer__link--brand{text-underline-offset:3px;text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border)}.footer__github{color:var(--text-muted);opacity:.5;align-items:center;margin-top:14px;text-decoration:none;transition:opacity .2s;display:inline-flex}.footer__github:hover{opacity:.75}.footer__github svg{fill:currentColor;width:18px;height:18px}.footer__x{color:var(--text-muted);opacity:.5;align-items:center;margin-left:8px;text-decoration:none;transition:opacity .2s;display:inline-flex}.footer__x:hover{opacity:.75}.footer__x svg{fill:currentColor;width:16px;height:16px}.section__label-row{gap:6px}.toggle-all-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;flex-shrink:0;align-items:center;padding:8px;transition:color .15s,border-color .15s,box-shadow .15s;display:flex}.toggle-all-btn:hover{color:var(--accent);border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-muted)}.toggle-all-btn svg{fill:currentColor;width:14px;height:14px}.section__label-row{align-items:center;display:flex;position:relative}.section__label-row .section__label{flex:1;margin:0}.history-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;flex-shrink:0;align-items:center;padding:8px;transition:color .15s,border-color .15s,box-shadow .15s;display:flex}.history-btn:hover,.history-btn[aria-expanded=true]{color:var(--accent);border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-muted)}.history-btn svg{fill:currentColor;width:14px;height:14px}.permalink-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;flex-shrink:0;align-items:center;padding:8px;transition:color .15s,border-color .15s,box-shadow .15s;display:flex}.permalink-btn:hover{color:var(--accent);border-color:var(--accent-border);box-shadow:0 0 0 3px var(--accent-muted)}.permalink-btn svg{fill:currentColor;width:14px;height:14px}.permalink-btn__icon-check,.permalink-btn--copied .permalink-btn__icon-link{display:none}.permalink-btn--copied .permalink-btn__icon-check{display:block}.history-popover{-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);border:1px solid var(--border);border-radius:var(--radius);max-width:max(max(100vw,330px) - 32px,268px);box-shadow:var(--shadow-lg);z-index:120;opacity:0;visibility:hidden;pointer-events:none;background:#ffffffb8;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:calc(100% + 6px);right:0;transform:translateY(-4px)}[data-theme=dark] .history-popover{background:#1c2030c7}.history-popover--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.history-popover__header{border-bottom:1px solid var(--border);background:var(--accent-surface);border-radius:var(--radius) var(--radius) 0 0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.history-popover__title{font-family:var(--mono);text-transform:uppercase;letter-spacing:1.5px;color:var(--accent-dim);font-size:10px;font-weight:600}.history-popover__close,.file-drop__clear,.text-input__clear{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .15s,background .15s}.history-popover__close{margin:-2px;display:flex}.history-popover__close:hover,.file-drop__clear:hover,.text-input__clear:hover{color:var(--text);background:var(--surface-2)}.history-popover__close:active,.file-drop__clear:active,.text-input__clear:active{transform:scale(.9)}.history-popover__close svg,.file-drop__clear svg,.text-input__clear svg{fill:currentColor;width:14px;height:14px}.history-popover__clear{font-family:var(--sans);border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;white-space:nowrap;align-items:center;padding:5px 11px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.history-popover__clear svg{fill:currentColor;width:12px;height:12px}.history-popover__clear:hover{border-color:var(--accent-border);color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.history-popover__clear:active{transform:scale(.96)}.history-popover__empty{font-family:var(--mono);color:var(--text-muted);text-align:center;padding:20px 14px;font-size:12px;font-style:italic}.history-table{border-collapse:collapse;width:100%;font-family:var(--mono);table-layout:fixed;font-size:12px}.history-table thead th{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);text-align:left;border-bottom:1px solid var(--border);background:var(--bg);padding:7px 12px;font-size:10px;font-weight:600}[data-theme=dark] .history-table thead th{background:#ffffff05}.history-table tbody td{vertical-align:middle;border-bottom:1px solid var(--border);background:var(--surface);padding:7px 12px}[data-theme=dark] .history-table tbody td{background:#ffffff08}.history-table tbody tr:last-child td{border-bottom:none}.history-table tbody tr:hover td{background:var(--accent-muted)}.history-table__num{color:var(--text-muted);width:35px}.history-table__hash{color:var(--text);letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.history-table__time{color:var(--text-muted);white-space:nowrap;width:150px}.history-table__algo{width:79px}.history-table__actions{text-align:right;white-space:nowrap;width:52px;overflow:visible;padding-left:4px!important;padding-right:8px!important}.history-table__action-btns{opacity:0;gap:1px;transition:opacity .15s;display:inline-flex}.history-table tbody tr:hover .history-table__action-btns{opacity:1}.history-table__action-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;align-items:center;padding:3px;transition:all .15s;display:inline-flex;position:relative}.history-table__action-btn:hover{color:var(--accent);border-color:var(--accent-border)}.history-table__action-btn svg{fill:currentColor;width:13px;height:13px}.algo-badge{font-family:var(--mono);letter-spacing:.5px;white-space:nowrap;-webkit-user-select:none;user-select:none;opacity:.82;color:var(--accent-dim);background:var(--accent-muted);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:1px 5px;font-size:10px;font-weight:600;transition:opacity .15s;display:inline-flex}.random__item:hover .algo-badge,.history-table tr:hover .algo-badge{opacity:1}.result .algo-badge{opacity:1;cursor:pointer;transition:opacity .15s,filter .15s}.result--disabled .algo-badge,.result--disabled .result__hash{opacity:.4;transition:opacity .2s}.result:not(.result--disabled) .algo-badge,.result:not(.result--disabled) .result__hash{transition:opacity .2s}.result--disabled .result__hash{cursor:default;color:var(--text-muted);font-style:italic}.result--disabled .result__actions{opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.result:not(.result--disabled) .result__actions{opacity:1;visibility:visible;transition:opacity .2s,visibility .2s}.random__item-badge{cursor:default}.history-popover__footer{border-top:1px solid var(--border);background:var(--accent-surface);border-radius:0 0 var(--radius) var(--radius);justify-content:space-between;align-items:center;gap:8px;padding:7px 14px;display:flex}.history-pagination{align-items:center;gap:4px;display:flex}.history-pagination__btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.history-pagination__btn:hover:not(:disabled){border-color:var(--accent-border);color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.history-pagination__btn:active:not(:disabled){transform:scale(.96)}.history-pagination__btn:disabled{opacity:.38;cursor:default}.history-pagination__btn svg{fill:currentColor;width:12px;height:12px}.history-pagination__info{font-family:var(--mono);color:var(--text-muted);white-space:nowrap;padding:0 2px;font-size:10px}.history-backdrop{-webkit-backdrop-filter:blur(3px)brightness(.85);backdrop-filter:blur(3px)brightness(.85);z-index:110;opacity:0;visibility:hidden;pointer-events:none;background:#00000047;transition:opacity .2s,visibility .2s;position:fixed;top:0;bottom:0;left:0;right:0}.history-backdrop--visible{opacity:1;visibility:visible;pointer-events:auto}[data-theme=dark] .history-backdrop{background:#00000073}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@media (max-width:600px){.header{padding:10px 16px}.header__nav{display:none}main{padding:32px 16px 48px}.page-heading h1{font-size:22px}.result{flex-wrap:wrap;gap:8px 12px}.result__actions{flex-basis:100%;justify-content:flex-end;padding-top:4px}.footer{padding:20px 16px}.options__group,.options,.options__segment{width:100%}.options__segment-label{flex:1}}@media (max-width:620px){.options__group,.options,.options__segment{width:100%}.options__segment-label{flex:1}}@media (hover:none){.random__item-actions,.history-table__action-btns{opacity:1}}