.timestamp-inline-code{font-family:ui-monospace,Cascadia Code,Segoe UI Mono,monospace;font-size:.92em;font-weight:600;background:var(--bg3);padding:.12em .45em;border-radius:4px;border:1px solid var(--border);color:var(--text-bright)}.timestamp-tool{display:flex;flex-direction:column;gap:1.25rem;margin-top:.25rem}.timestamp-tool__row{display:flex;flex-wrap:wrap;gap:1rem}@media(min-width:520px){.timestamp-tool__row--split{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}}.timestamp-tool__field{display:flex;flex-direction:column;gap:.4rem;flex:1 1;min-width:0}.timestamp-tool__field--full{flex-basis:100%}.timestamp-tool__label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:1.25rem}.timestamp-tool__label-row--output{margin-bottom:.15rem}.timestamp-tool__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;cursor:pointer}.timestamp-tool__label--static{cursor:default}.timestamp-tool__hint{position:relative;flex-shrink:0;display:inline-flex;align-items:center;align-self:center}.timestamp-tool__hint-marker{border-radius:50%;width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);border:1px solid var(--border);background:var(--bg3);cursor:help;transition:color .15s,border-color .15s,background .15s}.timestamp-tool__hint:hover .timestamp-tool__hint-marker{color:var(--blurple);border-color:rgba(88,101,242,.45);background:rgba(88,101,242,.12)}.timestamp-tool__hint-icon{width:.85rem;height:.85rem;pointer-events:none}.timestamp-tool__hint-panel{position:absolute;top:calc(100% + .35rem);right:0;z-index:30;width:min(18.5rem,100vw - 2.5rem);padding:.75rem .9rem;background:var(--bg2);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 28px rgba(0,0,0,.35);font-size:.8125rem;font-weight:500;line-height:1.5;color:var(--text);text-transform:none;letter-spacing:normal;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .14s ease,visibility .14s ease,transform .14s ease;pointer-events:none}.timestamp-tool__hint-panel:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:.45rem}.timestamp-tool__hint-panel p{margin:0 0 .5rem}.timestamp-tool__hint-panel p:last-child{margin-bottom:0}.timestamp-tool__hint-panel ul{margin:.35rem 0 0;padding-left:1.15rem}.timestamp-tool__hint-panel li{margin-bottom:.35rem}.timestamp-tool__hint-panel li:last-child{margin-bottom:0}.timestamp-tool__hint-panel strong{color:var(--text-bright);font-weight:700}.timestamp-tool__hint:hover .timestamp-tool__hint-panel{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.timestamp-tool__hint-note{margin-top:.5rem!important;padding-top:.5rem;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem}.timestamp-tool__actions--with-hint{align-items:center}.timestamp-tool__copy-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.timestamp-tool__input,.timestamp-tool__select{width:100%;min-height:44px;background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:.65rem .9rem;color:var(--text-bright);font-family:Nunito,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s,box-shadow .2s}.timestamp-tool__input:focus,.timestamp-tool__select:focus{border-color:var(--blurple);box-shadow:0 0 0 3px rgba(88,101,242,.2)}.timestamp-tool__input--mono{font-family:ui-monospace,Cascadia Code,Segoe UI Mono,monospace;font-size:.85rem}.timestamp-tool__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b9bbbe' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.25rem}.timestamp-tool__actions{display:flex;flex-wrap:wrap;gap:.75rem}.timestamp-tool__btn{font-family:Nunito,sans-serif;font-weight:600;font-size:.9rem;border-radius:8px;padding:.65rem 1.1rem;cursor:pointer;border:none;transition:background .2s,transform .05s,opacity .2s}.timestamp-tool__btn:active:not(:disabled){transform:scale(.98)}.timestamp-tool__btn:disabled{opacity:.45;cursor:not-allowed}.timestamp-tool__btn--primary{background:var(--blurple);color:#fff;align-self:flex-start}.timestamp-tool__btn--primary:hover:not(:disabled){background:var(--blurple-hover)}.timestamp-tool__btn--secondary{background:var(--bg3);color:var(--text-bright);border:1px solid var(--border)}.timestamp-tool__btn--secondary:hover{border-color:var(--blurple);color:var(--text-bright)}.timestamp-tool__output{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.1rem;background:var(--bg3);border-radius:8px;border:1px solid var(--border);overflow:visible;position:relative}.timestamp-tool__preview{font-size:1.05rem;font-weight:600;color:var(--text-bright);line-height:1.4;word-break:break-word}