.timestamp-page h1{max-width:980px;font-size:clamp(48px,7.4vw,92px)}.timestamp-page .seo-hero{grid-template-columns:minmax(0,1fr) minmax(310px,.66fr)}.timestamp-page .hero-example{transform:rotate(-1deg)}.timestamp-page .hero-example pre{min-height:235px}.epoch-app{--epoch-deep:var(--ink-deep,#062f39);--epoch-ink:var(--ink,#12323a);--epoch-muted:var(--muted,#526d75);--epoch-line:var(--line,#115b692e);--epoch-aqua:var(--aqua-dark,#075668);--epoch-aqua-pale:var(--aqua-pale,#dff7fb);--epoch-mint:#12744a;--epoch-mint-pale:var(--mint-pale,#ddf8eb);--epoch-sun:#8f5700;--epoch-sun-pale:var(--sun-pale,#fff3cf);--epoch-coral:#a83d34;--epoch-coral-pale:var(--coral-pale,#fff0ed);color:var(--epoch-ink);box-shadow:var(--shadow,0 24px 70px #074e601f);background:#ffffffeb;border:1px solid #ffffffc7;border-radius:30px;overflow:hidden}.epoch-app *,.epoch-app :before,.epoch-app :after{box-sizing:border-box}.epoch-app button,.epoch-app input,.epoch-app select,.epoch-app textarea{font:inherit}.epoch-app button{cursor:pointer}.epoch-app button:disabled{cursor:not-allowed;opacity:.48}.epoch-app code,.epoch-app textarea,.epoch-app .epoch-mono{font-family:SFMono-Regular,Cascadia Code,Fira Code,DejaVu Sans Mono,Consolas,monospace}.epoch-toolbar,.epoch-panel-heading,.epoch-input-actions,.epoch-result-heading,.epoch-batch-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.epoch-toolbar{border-bottom:1px solid var(--epoch-line);background:linear-gradient(90deg,#f8feff,#f4fff9 54%,#fffaf0);min-height:68px;padding:13px 16px}.epoch-local-badge{align-items:center;gap:11px;min-width:0;display:flex}.epoch-local-badge>span{background:var(--epoch-mint);border-radius:50%;flex:none;width:10px;height:10px;box-shadow:0 0 0 4px #16865421}.epoch-local-badge div{gap:2px;min-width:0;display:grid}.epoch-local-badge strong{color:var(--epoch-deep);font-size:12px}.epoch-local-badge small{color:var(--epoch-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.epoch-live-clock{border:1px solid var(--epoch-line);background:#fffc;border-radius:13px;flex:none;align-items:center;gap:10px;padding:8px 11px;display:flex}.epoch-live-clock span{color:var(--epoch-muted);letter-spacing:.09em;text-transform:uppercase;font-size:12px;font-weight:900}.epoch-live-clock code{color:var(--epoch-aqua);font-size:12px;font-weight:850}.epoch-primary{background:var(--epoch-line);grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);gap:1px;min-height:520px;display:grid}.epoch-panel{background:#fff;min-width:0}.epoch-input-panel{background:linear-gradient(#fffdf8,#fff);flex-direction:column;display:flex}.epoch-panel-heading{border-bottom:1px solid var(--epoch-line);align-items:flex-start;padding:18px}.epoch-panel-heading>div{min-width:0}.epoch-panel-heading p{color:var(--epoch-aqua);letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:900}.epoch-panel-heading h2{color:var(--epoch-deep);letter-spacing:-.025em;margin:0;font-size:18px}.epoch-panel-heading small{max-width:520px;color:var(--epoch-muted);margin-top:5px;font-size:12px;line-height:1.5;display:block}.epoch-input-body{flex-direction:column;flex:1;gap:18px;padding:22px 18px;display:flex}.epoch-field{gap:7px;display:grid}.epoch-field>span,.epoch-fieldset legend{color:var(--epoch-deep);font-size:12px;font-weight:900}.epoch-field>small,.epoch-fieldset>small{color:var(--epoch-muted);font-size:12px;line-height:1.45}.epoch-text-input,.epoch-date-input,.epoch-batch-input{border:1px solid var(--epoch-line);width:100%;color:var(--epoch-deep);caret-color:var(--epoch-aqua);background:#fff;border-radius:13px;outline:0}.epoch-text-input{letter-spacing:-.025em;min-height:54px;padding:11px 13px;font-size:17px;font-weight:750}.epoch-date-input{min-height:48px;padding:10px 12px;font-size:12px}.epoch-text-input:focus,.epoch-date-input:focus,.epoch-batch-input:focus,.epoch-unit-select:focus{border-color:#07566899;box-shadow:0 0 0 3px #08748724}.epoch-fieldset{border:0;gap:8px;margin:0;padding:0;display:grid}.epoch-unit-choices{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;display:grid}.epoch-unit-option{min-width:0;position:relative}.epoch-unit-option input{opacity:0;pointer-events:none;position:absolute}.epoch-unit-option span{border:1px solid var(--epoch-line);min-height:42px;color:var(--epoch-muted);text-align:center;background:#fff;border-radius:11px;place-content:center;padding:7px 5px;font-size:12px;font-weight:900;transition:border-color .16s,color .16s,background .16s,transform .16s;display:grid}.epoch-unit-option:hover span{color:var(--epoch-aqua);background:var(--epoch-aqua-pale);transform:translateY(-1px)}.epoch-unit-option input:checked+span{color:#fff;border-color:var(--epoch-aqua);background:var(--epoch-aqua);box-shadow:0 7px 15px #0756682e}.epoch-unit-option input:focus-visible+span{outline-offset:2px;outline:3px solid #f3b52c99}.epoch-input-actions{flex-wrap:wrap;justify-content:flex-start;margin-top:auto}.epoch-button,.epoch-copy-button{min-height:38px;color:var(--epoch-aqua);background:var(--epoch-aqua-pale);border:0;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:900;line-height:1.2;transition:transform .16s,background .16s,color .16s}.epoch-button:hover:not(:disabled),.epoch-copy-button:hover:not(:disabled){background:#d2eff4;transform:translateY(-1px)}.epoch-button.primary{color:#fff;background:var(--epoch-aqua);box-shadow:0 8px 18px #07566833}.epoch-button.primary:hover:not(:disabled){background:var(--epoch-deep)}.epoch-button.danger{color:var(--epoch-coral);background:var(--epoch-coral-pale)}.epoch-copy-button{flex:none;min-height:30px;padding:6px 10px;font-size:12px}.epoch-button:focus-visible,.epoch-copy-button:focus-visible{outline-offset:2px;outline:3px solid #f3b52ca3}.epoch-message{color:var(--epoch-muted);background:#f4f8f9;border-radius:11px;margin:0;padding:11px 13px;font-size:12px;line-height:1.5}.epoch-message strong{color:var(--epoch-deep);margin-right:4px}.epoch-message.warning{color:#674600;background:var(--epoch-sun-pale)}.epoch-message.warning strong{color:#674600}.epoch-message.error{color:#7d2b25;background:var(--epoch-coral-pale)}.epoch-message.error strong{color:#7d2b25}.epoch-result-panel{background:linear-gradient(#f8fdff,#fff)}.epoch-result-heading{border-bottom:1px solid var(--epoch-line);min-height:87px;padding:16px 18px}.epoch-result-heading>div{min-width:0}.epoch-result-heading p{color:var(--epoch-aqua);letter-spacing:.12em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:900}.epoch-result-heading h2{color:var(--epoch-deep);letter-spacing:-.025em;margin:0;font-size:18px}.epoch-detected-unit{color:#17683c;background:var(--epoch-mint-pale);text-align:right;border-radius:11px;flex:none;gap:2px;padding:8px 11px;display:grid}.epoch-detected-unit span{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.epoch-detected-unit strong{font-size:12px}.epoch-result-content{background:var(--epoch-line);gap:1px;display:grid}.epoch-date-grid{background:var(--epoch-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.epoch-output-card{background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:15px 16px;display:grid}.epoch-output-card>div{gap:5px;min-width:0;display:grid}.epoch-output-card span{color:var(--epoch-muted);letter-spacing:.09em;text-transform:uppercase;font-size:12px;font-weight:900}.epoch-output-card code{min-width:0;color:var(--epoch-deep);overflow-wrap:anywhere;font-size:12px;font-weight:750;line-height:1.45;overflow:hidden}.epoch-output-card.primary-output{background:linear-gradient(110deg,#f7feff,#f4fff9);grid-column:1/-1}.epoch-output-card.primary-output code{color:var(--epoch-aqua);font-size:14px}.epoch-exact-block{background:#fff}.epoch-exact-heading{border-bottom:1px solid var(--epoch-line);padding:12px 16px}.epoch-exact-heading strong{color:var(--epoch-deep);font-size:12px;display:block}.epoch-exact-heading small{color:var(--epoch-muted);margin-top:3px;font-size:12px;line-height:1.45;display:block}.epoch-exact-list{margin:0}.epoch-exact-row{border-bottom:1px solid var(--epoch-line);grid-template-columns:max-content minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;padding:9px 16px;display:grid}.epoch-exact-row:last-child{border-bottom:0}.epoch-exact-row dt{color:var(--epoch-muted);letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:900}.epoch-exact-row dd{min-width:0;color:var(--epoch-deep);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:750;overflow:hidden}.epoch-empty{text-align:center;place-content:center;min-height:430px;padding:32px;display:grid}.epoch-empty span{width:58px;height:58px;color:var(--epoch-aqua);background:var(--epoch-aqua-pale);border-radius:18px;place-content:center;margin:0 auto 13px;font:900 19px/1 SFMono-Regular,Consolas,monospace;display:grid}.epoch-empty strong{color:var(--epoch-deep);font-size:16px}.epoch-empty p{max-width:420px;color:var(--epoch-muted);margin:7px auto 0;font-size:12px;line-height:1.55}.epoch-empty.error span{color:var(--epoch-coral);background:var(--epoch-coral-pale)}.epoch-empty.error strong{color:#7d2b25}.epoch-secondary{border-top:1px solid var(--epoch-line);background:var(--epoch-line);grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:1px;display:grid}.epoch-secondary .epoch-panel{background:#fff}.epoch-date-body{gap:14px;padding:18px;display:grid}.epoch-date-settings{grid-template-columns:1fr;gap:9px;display:grid}.epoch-select-field{gap:7px;display:grid}.epoch-select-field span{color:var(--epoch-deep);font-size:12px;font-weight:900}.epoch-unit-select{border:1px solid var(--epoch-line);min-height:48px;color:var(--epoch-deep);background:#fff;border-radius:13px;outline:0;padding:9px 11px;font-size:12px}.epoch-date-output{border:1px solid var(--epoch-line);background:#f8fdff;border-radius:13px;overflow:hidden}.epoch-date-output .epoch-exact-row{grid-template-columns:max-content minmax(0,1fr) auto;padding-inline:12px}.epoch-batch-body{gap:13px;padding:18px;display:grid}.epoch-batch-input{resize:vertical;min-height:148px;padding:13px;font-size:12px;line-height:1.6}.epoch-batch-actions{align-items:center}.epoch-batch-actions>span{color:var(--epoch-muted);font-size:12px;line-height:1.45}.epoch-batch-table-wrap{border:1px solid var(--epoch-line);background:#fff;border-radius:13px;max-height:380px;overflow:auto}.epoch-batch-table{border-collapse:collapse;width:100%;font-size:12px}.epoch-batch-table th{z-index:1;color:var(--epoch-muted);border-bottom:1px solid var(--epoch-line);letter-spacing:.06em;text-align:left;text-transform:uppercase;background:#f5fafb;padding:9px 10px;font-weight:900;position:sticky;top:0}.epoch-batch-table td{min-width:90px;color:var(--epoch-ink);border-bottom:1px solid var(--epoch-line);vertical-align:top;padding:9px 10px}.epoch-batch-table tr:last-child td{border-bottom:0}.epoch-batch-table td:first-child{min-width:32px;color:var(--epoch-muted);text-align:right}.epoch-batch-table code{min-width:130px;max-width:270px;color:var(--epoch-deep);text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.epoch-batch-table .epoch-batch-error{color:var(--epoch-coral);line-height:1.4}.epoch-batch-empty{min-height:92px;color:var(--epoch-muted);border:1px dashed var(--epoch-line);text-align:center;border-radius:13px;place-content:center;margin:0;font-size:12px;display:grid}.epoch-privacy-note{color:var(--epoch-muted);border-top:1px solid var(--epoch-line);text-align:center;background:#fbfefe;justify-content:center;align-items:center;gap:7px;margin:0;padding:12px 16px;font-size:12px;line-height:1.45;display:flex}.epoch-privacy-note strong{color:var(--epoch-aqua)}@media (width<=1020px){.timestamp-page .seo-hero,.epoch-primary,.epoch-secondary{grid-template-columns:1fr}.epoch-empty{min-height:280px}}@media (width<=680px){.timestamp-page h1{font-size:clamp(44px,15vw,70px)}.epoch-app{border-radius:22px}.epoch-toolbar,.epoch-panel-heading,.epoch-result-heading,.epoch-batch-actions{flex-direction:column;align-items:stretch}.epoch-toolbar{min-height:0}.epoch-live-clock{justify-content:space-between;width:100%}.epoch-unit-choices{grid-template-columns:repeat(3,minmax(0,1fr))}.epoch-unit-option:first-child{grid-column:span 2}.epoch-input-actions{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.epoch-button{padding-inline:10px}.epoch-result-heading{min-height:0}.epoch-detected-unit{text-align:left}.epoch-date-grid{grid-template-columns:1fr}.epoch-output-card.primary-output{grid-column:auto}.epoch-exact-row{grid-template-columns:max-content minmax(0,1fr) auto;padding-inline:12px}.epoch-date-settings{grid-template-columns:1fr}.epoch-batch-actions>span{text-align:center}}@media (width<=430px){.epoch-toolbar,.epoch-panel-heading,.epoch-input-body,.epoch-result-heading,.epoch-date-body,.epoch-batch-body{padding-inline:13px}.epoch-input-actions{grid-template-columns:1fr}.epoch-output-card{padding-inline:13px}.epoch-output-card code,.epoch-output-card.primary-output code{font-size:12px}.epoch-exact-row,.epoch-date-output .epoch-exact-row{grid-template-columns:1fr auto;gap:4px 8px}.epoch-exact-row dt{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.epoch-app *,.epoch-app :before,.epoch-app :after{scroll-behavior:auto!important;transition:none!important}}
