.time-converter{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.current-time{padding:.75rem 1rem;background-color:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;font-size:.9rem;display:flex;justify-content:center}.current-time span{font-weight:600;margin-left:.5rem}.converter-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.input-type{display:flex;align-items:center;gap:.75rem}.input-type label{font-weight:500}.input-type select{padding:.5rem;border:1px solid #e1e4e8;border-radius:6px;font-size:1rem;background-color:white;min-width:150px}.input-section{flex-direction:column}.input-section,.input-with-buttons{display:flex;gap:1rem}.time-input{flex:1;padding:.75rem;border:1px solid #e1e4e8;border-radius:6px;font-size:1rem}.convert-btn,.copy-btn,.current-btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s}.current-btn{background-color:#f6f8fa;color:#0366d6;border:1px solid #e1e4e8;white-space:nowrap}.current-btn:hover{background-color:#e1e4e8}.convert-btn{background-color:#2ea44f;color:white}.convert-btn:hover:not(:disabled){background-color:#2c974b}.copy-btn{background-color:#0969da;color:white;padding:.3rem .75rem;font-size:.85rem}.copy-btn:hover{background-color:#0860c1}button:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:.75rem 1rem;border-radius:6px;background-color:#ffebe9;color:#cf222e;border:1px solid #ff9999}.results{display:flex;flex-direction:column;gap:1rem}.result-item{background-color:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;overflow:hidden}.result-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#eef2f7;border-bottom:1px solid #e1e4e8;font-weight:600;font-size:.9rem}.result-value{padding:.75rem 1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9rem;word-break:break-all}@media (max-width:768px){.input-with-buttons{flex-direction:column}.current-btn{width:100%}}