*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Arial,sans-serif;background:#fff;min-height:100vh;color:#202124;margin:0;padding:0}#app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.container{background:#fff;padding:2.5rem;max-width:1400px;width:95%;margin:2rem auto;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d}header{text-align:center;margin-bottom:2rem}header h1{font-size:2.5rem;margin-bottom:.5rem;color:#4a5568}header p{color:#718096;font-size:1.1rem}.current-time{background:#f7fafc;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.current-time h2{margin-bottom:1rem;color:#2d3748;font-size:1.5rem}.time-display{display:grid;gap:.75rem}.time-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.time-item label{font-weight:600;color:#4a5568;min-width:180px}.time-item span{font-family:Courier New,monospace;background:#edf2f7;padding:.25rem .5rem;border-radius:4px;font-size:.95rem;flex-grow:1;text-align:right;margin:0 .5rem}.copy-btn{background:none;border:none;cursor:pointer;font-size:1.1rem;color:#4299e1;padding:.25rem;border-radius:4px;transition:background-color .2s}.copy-btn:hover{background-color:#ebf8ff}.converter-section{display:grid;gap:1.5rem}.converter-card{background:#f8f9fa;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.converter-card h2{margin-bottom:1rem;color:#2d3748;font-size:1.3rem}.input-group{margin-bottom:1rem}.input-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#4a5568}.input-with-buttons{display:flex;gap:.5rem;align-items:center}.input-with-buttons input{flex-grow:1}.action-btn{background:#667eea;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.action-btn:hover{background:#5a67d8}.input-group input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .2s}.input-group input:focus{outline:none;border-color:#667eea}.format-hint{margin-top:.5rem;font-size:.85rem;color:#718096;font-style:italic}.format-examples{margin-top:.5rem;font-size:.85rem;color:#4a5568}.format-examples ul{margin-top:.25rem;padding-left:1.25rem}.format-examples li{margin-bottom:.25rem}.result{background:#ebf8ff;padding:1rem;border-radius:8px;border-left:4px solid #4299e1}.result-item{display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #bee3f8;align-items:center}.result-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.result-item label{font-weight:600;color:#2b6cb0;min-width:180px}.result-item span{font-family:Courier New,monospace;background:#fff;padding:.25rem .5rem;border-radius:4px;flex-grow:1;text-align:right;margin:0 .5rem}.error{background:#fee;color:#c53030;padding:1rem;border-radius:8px;border-left:4px solid #e53e3e;margin-top:1rem}footer{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #e2e8f0;color:#718096;font-size:.9rem}@media (max-width: 768px){.container{padding:1.5rem}header h1{font-size:2rem}.converter-section{gap:1rem}.time-item,.result-item{flex-direction:column;align-items:flex-start;gap:.25rem}.time-item span,.result-item span{align-self:stretch;text-align:left}.input-with-buttons{flex-direction:column}.action-btn{width:100%;padding:.5rem}.time-item,.result-item{position:relative}.copy-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}}
