.outer-field{background-color:#36393f;border-radius:5px;box-shadow:2px 2px 2px #0003;padding:1.25rem;transition:background-color .2s ease,box-shadow .2s ease}:root[data-theme=light] .outer-field{background-color:#f2f3f5;box-shadow:0 1px 3px #0000001a}@media screen and (max-width:768px){.outer-field{border-radius:0;box-shadow:none}}.header{display:flex;flex-direction:column;gap:.75rem;justify-content:space-between}.header-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.title-section{flex:1}.header h1{color:#fff;display:flex;align-items:flex-start;gap:.75rem;margin:0;font-size:1.7rem;font-weight:700;letter-spacing:-.5px}.header h1 img{height:40px;width:40px;object-fit:contain;flex-shrink:0}.title-text{display:flex;flex-direction:column}.header .credits{color:#80848e;font-size:.75rem;font-weight:500;letter-spacing:0}.header h2{font-size:.9375rem;font-weight:400;margin:0;line-height:1.6;color:#b5bac1}.theme-toggle{background-color:#1e1f22;border:none;border-radius:4px;padding:.5rem .625rem;cursor:pointer;font-size:1.125rem;transition:all .15s ease;display:flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;flex-shrink:0}.theme-toggle:hover{background-color:#5865f2;transform:scale(1.05)}.theme-toggle:active{transform:scale(.95)}:root[data-theme=light] .header{color:#2e3338}:root[data-theme=light] .header h1{color:#2e3338}:root[data-theme=light] .header h2{color:#4e5058}:root[data-theme=light] .header .credits{color:#80848e}:root[data-theme=light] .theme-toggle{background-color:#e3e5e8}:root[data-theme=light] .theme-toggle:hover{background-color:#5865f2}@media screen and (max-width:768px){.header{border-radius:0;margin:0!important;padding:1rem;gap:.625rem}.header-top{align-items:flex-start}.header h1{font-size:1.5rem}.header h1 img{height:36px;width:36px}.header h2{font-size:.875rem;line-height:1.5}.theme-toggle{min-width:2.25rem;height:2.25rem;font-size:1rem}}.datetime-selector{display:flex;flex-direction:column;gap:1.25rem;justify-content:space-between}.timezone-picker-wrapper,.datetime-picker-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.875rem;font-weight:600;color:#b9bbbe;text-transform:uppercase;letter-spacing:.5px}:root[data-theme=light] .input-label{color:#4e5058}.datetime-input-group{display:flex;gap:.5rem}.datetime-input,.now-button,.timezone-select{background-color:#202225;border:1px solid #202225;border-radius:3px;color:#fff;padding:.625rem;font-family:Roboto Condensed,sans-serif;font-size:1rem;transition:border-color .15s ease,background-color .15s ease;color-scheme:dark}:root[data-theme=light] .datetime-input,:root[data-theme=light] .timezone-select{background-color:#fff;border-color:#e3e5e8;color:#2e3338;color-scheme:light}:root[data-theme=light] .datetime-input:hover,:root[data-theme=light] .timezone-select:hover{border-color:#b9bbbe}:root[data-theme=light] .datetime-input:focus,:root[data-theme=light] .timezone-select:focus{border-color:#5865f2;background-color:#f2f3f5}.datetime-input:hover,.timezone-select:hover{border-color:#040405}.datetime-input:focus,.timezone-select:focus{outline:none;border-color:#5865f2;background-color:#1e1f22}.datetime-input{flex:1;min-width:0}.timezone-select{width:100%;cursor:pointer}.timezone-select optgroup{font-weight:700;font-size:.875rem;color:#b5bac1;padding:.5rem 0}:root[data-theme=light] .timezone-select optgroup{color:#4e5058}.now-button{cursor:pointer;background-color:#5865f2;border-color:#5865f2;padding:.625rem 1.25rem;font-weight:600;white-space:nowrap}.now-button:hover{background-color:#4752c4;border-color:#4752c4}.now-button:active{transform:translateY(1px)}@media screen and (max-width:768px){.datetime-selector{border-radius:0;margin:0!important;padding:1rem}.datetime-input-group{flex-direction:column}.now-button{width:100%}}.timestamp-output{display:grid;grid-template-columns:1fr;gap:.875rem;padding:.875rem}@media screen and (min-width:769px){.timestamp-output{grid-template-columns:repeat(2,1fr)}}.timestamp-card{background-color:#2b2d31;border:2px solid #1e1f22;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:.75rem}.timestamp-card:first-child{grid-column:1 / -1}@media screen and (max-width:768px){.timestamp-card:first-child{grid-column:1}}.timestamp-card:hover{border-color:#5865f2;transform:translateY(-2px);box-shadow:0 4px 12px #5865f233}.timestamp-card.copied{border-color:#3ba55d;background-color:#2d3136}:root[data-theme=light] .timestamp-card{background-color:#fff;border-color:#e3e5e8}:root[data-theme=light] .timestamp-card:hover{border-color:#5865f2;box-shadow:0 4px 12px #5865f226}:root[data-theme=light] .timestamp-card.copied{border-color:#3ba55d;background-color:#f6f6f7}.card-title{font-size:.875rem;font-weight:600;color:#b5bac1;text-transform:uppercase;letter-spacing:.5px}.card-preview{font-size:1rem;color:#fff;padding:.625rem;background-color:#1e1f22;border-radius:4px;border-left:3px solid #5865f2;min-height:2rem;display:flex;align-items:center}.card-code{font-family:Courier New,monospace;font-size:.875rem;color:#00b0f4;background-color:#1e1f22;padding:.5rem;border-radius:4px;word-break:break-all;-webkit-user-select:all;user-select:all}.card-action{font-size:.8125rem;color:#5865f2;text-align:center;font-weight:500;margin-top:auto;padding-top:.5rem;border-top:1px solid #1e1f22;transition:all .2s ease}:root[data-theme=light] .card-title{color:#4e5058}:root[data-theme=light] .card-preview{color:#2e3338;background-color:#fff;border-left-color:#5865f2}:root[data-theme=light] .card-code{color:#06c;background-color:#fff}:root[data-theme=light] .card-action{border-top-color:#e3e5e8}.card-action.show-copied{color:#3ba55d;animation:copyPulse .3s ease}@keyframes copyPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.timestamp-card:hover .card-action:not(.show-copied){color:#fff}:root[data-theme=light] .timestamp-card:hover .card-action:not(.show-copied){color:#2e3338}@media screen and (max-width:768px){.timestamp-output{border-radius:0;margin:0!important;padding:.75rem;flex-grow:1;grid-template-columns:1fr}.timestamp-card{padding:.875rem}}.app-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-container{width:100%;flex:1;padding:1rem;display:flex;align-items:center;justify-content:center}.domain-notice{position:relative;width:100%;min-height:44px;padding:10px 48px;background:#2b2d31;color:#fff;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;font-size:14px;z-index:1100;box-shadow:0 2px 8px #0000002e;flex-shrink:0}:root[data-theme=light] .domain-notice{background:#f2f3f5;color:#2e3338;border-bottom-color:#00000014}.domain-notice a{color:inherit;font-weight:600;text-decoration:none}.domain-notice a:hover{text-decoration:underline}.domain-name{display:inline-flex;align-items:baseline}.domain-notice-close{position:absolute;top:50%;right:16px;width:28px;height:28px;padding:0;transform:translateY(-50%);background:transparent;border:none;border-radius:4px;color:#b5bac1;cursor:pointer;font-size:22px;line-height:1}.domain-notice-close:hover{background:#ffffff0f;color:#fff}:root[data-theme=light] .domain-notice-close{color:#4e5058}:root[data-theme=light] .domain-notice-close:hover{background:#0000000f;color:#2e3338}.underline{text-decoration:underline}.main-content{width:100%;max-width:600px;color:#fff;display:flex;flex-direction:column;gap:.625rem}.top-section{display:flex;flex-direction:column;gap:.625rem}@media screen and (min-width:769px){.main-content{max-width:900px}.top-section{flex-direction:row;align-items:stretch;gap:.625rem}.top-section>*{flex:1;display:flex;flex-direction:column}}@media screen and (max-width:640px){.domain-notice{min-height:64px;padding:8px 44px 8px 16px;justify-content:flex-start;text-align:left;font-size:13px}}@media screen and (max-width:768px){.app-container{padding:0;align-items:flex-start}.main-content{max-width:100%;min-height:100vh}.top-section{width:100%}.top-section+*{margin-top:.625rem}}*,html,body{font-family:Roboto Condensed,sans-serif;margin:0;padding:0;box-sizing:border-box}:root[data-theme=dark]{--bg-primary: #202225;--bg-secondary: #2b2d31;--bg-tertiary: #1e1f22;--text-primary: #ffffff;--text-secondary: #b5bac1;--text-tertiary: #80848e}:root[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f2f3f5;--bg-tertiary: #e3e5e8;--text-primary: #2e3338;--text-secondary: #4e5058;--text-tertiary: #80848e}body{background-color:var(--bg-primary, #202225);min-height:100vh;position:relative;transition:background-color .2s ease}:root[data-theme=dark] body{background-color:#202225}:root[data-theme=light] body{background-color:#fff}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){#root{align-items:flex-start}}
