.timeconverter-module__pgBXyG__calculatorWrapper{max-width:800px;margin:0 auto}.timeconverter-module__pgBXyG__tabHeader{border-bottom:1px solid var(--border-color);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.5rem;margin-bottom:2rem;padding-bottom:0;display:flex;overflow-x:auto}.timeconverter-module__pgBXyG__tabHeader::-webkit-scrollbar{display:none}.timeconverter-module__pgBXyG__tabButton{cursor:pointer;color:var(--text-primary);white-space:nowrap;background:0 0;border:none;padding:1rem .5rem;font-size:.95rem;font-weight:600;transition:all .2s;position:relative}.timeconverter-module__pgBXyG__tabButton:hover,.timeconverter-module__pgBXyG__tabButton.timeconverter-module__pgBXyG__active{color:var(--accent-primary)}.timeconverter-module__pgBXyG__tabButton.timeconverter-module__pgBXyG__active:after{content:"";background:var(--accent-primary);height:2px;position:absolute;bottom:-1px;left:0;right:0}.timeconverter-module__pgBXyG__calculateSection{flex-direction:column;gap:2rem;display:flex}.timeconverter-module__pgBXyG__timeGrid{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}@media (max-width:768px){.timeconverter-module__pgBXyG__timeGrid{grid-template-columns:1fr;gap:1.5rem}.timeconverter-module__pgBXyG__operationWrapper{justify-content:center;width:100%;display:flex}}.timeconverter-module__pgBXyG__operationSelect{border-radius:var(--radius-sm);border:2px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;text-align:center;min-width:80px;padding:.75rem 1.5rem;font-size:1.25rem;font-weight:700;transition:all .2s}.timeconverter-module__pgBXyG__operationSelect:hover{border-color:var(--accent-primary)}.timeconverter-module__pgBXyG__operationSelect:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #83ca341a}@media (max-width:768px){.timeconverter-module__pgBXyG__operationSelect{width:100%;max-width:200px;padding:.75rem;font-size:1.1rem}}.timeconverter-module__pgBXyG__resultBox{text-align:center;background:var(--bg-secondary);border-radius:var(--radius-md);padding:2rem;transition:all .2s}.timeconverter-module__pgBXyG__resultLabel{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.timeconverter-module__pgBXyG__resultValue{color:var(--accent-primary);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.timeconverter-module__pgBXyG__timeInputCard{background:var(--bg-secondary);border-radius:var(--radius-sm);padding:1.25rem;transition:all .2s}.timeconverter-module__pgBXyG__timeInputCard:hover{box-shadow:0 4px 12px #00000014}.timeconverter-module__pgBXyG__timeInputLabel{margin-bottom:1rem;font-size:.95rem;font-weight:600;display:block}.timeconverter-module__pgBXyG__timeFields{gap:.5rem;display:flex}.timeconverter-module__pgBXyG__timeField{flex-direction:column;flex:1;gap:.25rem;display:flex}.timeconverter-module__pgBXyG__timeField input{border-radius:var(--radius-sm);border:2px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);text-align:center;padding:.75rem .5rem;font-size:1rem;transition:all .2s}.timeconverter-module__pgBXyG__timeField input:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #83ca341a}.timeconverter-module__pgBXyG__timeField span{text-align:center;color:var(--text-muted);text-transform:uppercase;font-size:.7rem;font-weight:600}.timeconverter-module__pgBXyG__converterSection{flex-direction:column;gap:2rem;display:flex}.timeconverter-module__pgBXyG__converterInputs{align-items:flex-end;gap:1rem;display:flex}.timeconverter-module__pgBXyG__inputGroup{flex-direction:column;flex:1;gap:.5rem;display:flex}.timeconverter-module__pgBXyG__inputLabel{margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.timeconverter-module__pgBXyG__inputField{border-radius:var(--radius-sm);border:2px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.timeconverter-module__pgBXyG__inputField:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #83ca341a}.timeconverter-module__pgBXyG__selectField{border-radius:var(--radius-sm);border:2px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);cursor:pointer;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.timeconverter-module__pgBXyG__selectField:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 3px #83ca341a}@media (max-width:768px){.timeconverter-module__pgBXyG__tabHeader{gap:1rem}.timeconverter-module__pgBXyG__tabButton{padding:.875rem .5rem;font-size:.9rem}.timeconverter-module__pgBXyG__timeGrid{grid-template-columns:1fr;gap:1.5rem}.timeconverter-module__pgBXyG__operationSelect{width:100%;padding:.75rem;font-size:1.1rem}.timeconverter-module__pgBXyG__calculateSection{gap:1.5rem}.timeconverter-module__pgBXyG__resultBox{padding:1.5rem}.timeconverter-module__pgBXyG__timeInputCard{padding:1rem}}@media (max-width:639px){.timeconverter-module__pgBXyG__converterInputs{flex-direction:column}.timeconverter-module__pgBXyG__inputGroup,.timeconverter-module__pgBXyG__selectField{width:100%}.timeconverter-module__pgBXyG__timeFields{gap:.375rem}.timeconverter-module__pgBXyG__timeField input{padding:.625rem .25rem;font-size:.95rem}.timeconverter-module__pgBXyG__timeInputCard{padding:.875rem}.timeconverter-module__pgBXyG__timeInputLabel{margin-bottom:.75rem;font-size:.9rem}}@media (max-width:479px){.timeconverter-module__pgBXyG__tabHeader{gap:.75rem}.timeconverter-module__pgBXyG__tabButton{padding:.75rem .25rem;font-size:.85rem}.timeconverter-module__pgBXyG__resultBox{padding:1.25rem}.timeconverter-module__pgBXyG__resultValue{font-size:1.75rem}.timeconverter-module__pgBXyG__timeField input{padding:.5rem .25rem;font-size:.875rem}.timeconverter-module__pgBXyG__inputField,.timeconverter-module__pgBXyG__selectField{padding:.75rem;font-size:.95rem}}
