.timezone-converter-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.timezone-converter-page-container{padding:.75rem}}.timezone-converter-page-container .page-header{text-align:center;margin-bottom:1.5rem}.timezone-converter-page-container .page-header .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease;overflow:hidden;display:inline-block}.timezone-converter-page-container .page-header .page-title .word-wrapper{display:inline-block;white-space:nowrap}html.dark .timezone-converter-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.timezone-converter-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.timezone-converter-page-container .page-header .page-title{font-size:3.5rem}}.timezone-converter-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:600px;margin:0 auto 1rem;transition:color .3s ease}html.dark .timezone-converter-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.timezone-converter-page-container .page-header .page-subtitle{font-size:1.1rem}}.timezone-converter-page-container .tool-section{background:#fff;padding:1rem;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;gap:1.5rem;transition:all .3s ease;box-sizing:border-box}html.dark .timezone-converter-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.timezone-converter-page-container .tool-section .input-output-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;align-items:center}@media(min-width:768px){.timezone-converter-page-container .tool-section .input-output-container{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:center}}.timezone-converter-page-container .tool-section .input-output-container .input-section,.timezone-converter-page-container .tool-section .input-output-container .output-section{flex:1 1 100%;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box;width:100%}@media(min-width:768px){.timezone-converter-page-container .tool-section .input-output-container .input-section,.timezone-converter-page-container .tool-section .input-output-container .output-section{flex:1 1 48%;min-width:300px}}.timezone-converter-page-container .tool-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.timezone-converter-page-container .tool-section .section-header .section-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}html.dark .timezone-converter-page-container .tool-section .section-header .section-title{color:#f8f8f2}.timezone-converter-page-container .tool-section .input-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.timezone-converter-page-container .tool-section .input-group .input-label{font-size:.95rem;font-weight:500;color:#1a1a1a}html.dark .timezone-converter-page-container .tool-section .input-group .input-label{color:#f8f8f2}.timezone-converter-page-container .tool-section .input-group .select-input,.timezone-converter-page-container .tool-section .input-group .text-input-compact{width:100%;padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;font-family:monospace}.timezone-converter-page-container .tool-section .input-group .select-input::placeholder,.timezone-converter-page-container .tool-section .input-group .text-input-compact::placeholder{color:#9ca3af}.timezone-converter-page-container .tool-section .input-group .select-input:focus,.timezone-converter-page-container .tool-section .input-group .text-input-compact:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(26,26,26,.2)}html.dark .timezone-converter-page-container .tool-section .input-group .select-input,html.dark .timezone-converter-page-container .tool-section .input-group .text-input-compact{background-color:#282a36;border-color:#44475a;color:#f8f8f2}html.dark .timezone-converter-page-container .tool-section .input-group .select-input::placeholder,html.dark .timezone-converter-page-container .tool-section .input-group .text-input-compact::placeholder{color:#6272a4}html.dark .timezone-converter-page-container .tool-section .input-group .select-input:focus,html.dark .timezone-converter-page-container .tool-section .input-group .text-input-compact:focus{border-color:#bd93f9;box-shadow:0 0 0 2px rgba(189,147,249,.2)}.timezone-converter-page-container .tool-section .input-group .select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}html.dark .timezone-converter-page-container .tool-section .input-group .select-input{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23BD93F9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>')}.timezone-converter-page-container .tool-section .action-buttons-inline{display:flex;justify-content:flex-end;width:100%;margin-top:.5rem}.timezone-converter-page-container .tool-section .action-buttons-inline .current-time-button{background-color:#666;color:#fff;border:1px solid #666;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:all .2s ease}.timezone-converter-page-container .tool-section .action-buttons-inline .current-time-button:hover{background-color:hsl(0,0%,30%);border-color:hsl(0,0%,30%)}.timezone-converter-page-container .tool-section .action-buttons-inline .current-time-button:disabled{opacity:.6;cursor:not-allowed}html.dark .timezone-converter-page-container .tool-section .action-buttons-inline .current-time-button{background-color:#bd93f9;color:#f8f8f2;border-color:#bd93f9}html.dark .timezone-converter-page-container .tool-section .action-buttons-inline .current-time-button:hover{background-color:rgb(159.4736842105,98.6842105263,246.3157894737);border-color:rgb(159.4736842105,98.6842105263,246.3157894737)}.timezone-converter-page-container .tool-section .swap-button-container{display:flex;justify-content:center;align-items:center;margin:1rem auto;width:100%}@media(min-width:768px){.timezone-converter-page-container .tool-section .swap-button-container{width:auto;flex:0 0 auto;height:100%;margin:0 1rem}}.timezone-converter-page-container .tool-section .swap-button-container .swap-button{background-color:rgba(0,0,0,0);color:#1a1a1a;border:2px solid #1a1a1a;border-radius:50%;width:70px;height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:.75rem;line-height:1.2;box-shadow:0 1px 3px rgba(0,0,0,.1)}.timezone-converter-page-container .tool-section .swap-button-container .swap-button:hover{background-color:#1a1a1a;color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.15)}.timezone-converter-page-container .tool-section .swap-button-container .swap-button:hover .arrow-icon{transform:rotate(180deg)}.timezone-converter-page-container .tool-section .swap-button-container .swap-button .arrow-icon{margin-bottom:2px;transition:transform .3s ease}.timezone-converter-page-container .tool-section .swap-button-container .swap-button span{font-weight:600;display:none}@media(min-width:768px){.timezone-converter-page-container .tool-section .swap-button-container .swap-button span{display:block;margin-top:2px;text-align:center;word-break:break-word}}html.dark .timezone-converter-page-container .tool-section .swap-button-container .swap-button{color:#f8f8f2;border-color:#f8f8f2;box-shadow:0 4px 12px rgba(0,0,0,.4)}html.dark .timezone-converter-page-container .tool-section .swap-button-container .swap-button:hover{background-color:#f8f8f2;color:#282a36}@media(max-width:767px){.timezone-converter-page-container .tool-section .swap-button-container .swap-button{width:40px;height:40px;border-radius:4px;border:1px solid #1a1a1a;background-color:#1a1a1a;color:#fff}.timezone-converter-page-container .tool-section .swap-button-container .swap-button:hover{background-color:#333;color:#fff}.timezone-converter-page-container .tool-section .swap-button-container .swap-button .arrow-icon{margin-bottom:0}}.timezone-converter-page-container .tool-section .main-action-buttons{display:flex;gap:.75rem;width:100%;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.timezone-converter-page-container .tool-section .main-action-buttons button{flex:1 1 auto;min-width:140px;max-width:220px;background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a;padding:.7rem 1.2rem;border-radius:4px;font-size:.95rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;transition:all .2s ease}.timezone-converter-page-container .tool-section .main-action-buttons button:hover{background-color:#333;border-color:#333}.timezone-converter-page-container .tool-section .main-action-buttons button:disabled{opacity:.6;cursor:not-allowed}html.dark .timezone-converter-page-container .tool-section .main-action-buttons button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .timezone-converter-page-container .tool-section .main-action-buttons button:hover{background-color:#44475a;border-color:#44475a}.timezone-converter-page-container .tool-section .output-display{width:100%;min-height:80px;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:1.1rem;line-height:1.5;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;word-break:break-all;display:flex;align-items:center;justify-content:center;text-align:center;font-family:monospace}.timezone-converter-page-container .tool-section .output-display:empty:before{content:attr(data-placeholder);color:#9ca3af}html.dark .timezone-converter-page-container .tool-section .output-display{background-color:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a;color:#f8f8f2}.timezone-converter-page-container .tool-section .copy-button{background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a;padding:.6rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;transition:all .2s ease}.timezone-converter-page-container .tool-section .copy-button:hover{background-color:#333;border-color:#333}.timezone-converter-page-container .tool-section .copy-button:disabled{opacity:.6;cursor:not-allowed}.timezone-converter-page-container .tool-section .copy-button.success{background-color:#22c55e;border-color:#22c55e;color:#fff}.timezone-converter-page-container .tool-section .copy-button.success:hover{background-color:rgb(26.4935064935,153.5064935065,73.2467532468);border-color:rgb(26.4935064935,153.5064935065,73.2467532468)}html.dark .timezone-converter-page-container .tool-section .copy-button.success{background-color:#50fa7b;border-color:#50fa7b;color:#f8f8f2}html.dark .timezone-converter-page-container .tool-section .copy-button.success:hover{background-color:rgb(30.4166666667,248.5833333333,85.6);border-color:rgb(30.4166666667,248.5833333333,85.6)}html.dark .timezone-converter-page-container .tool-section .copy-button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .timezone-converter-page-container .tool-section .copy-button:hover{background-color:#44475a;border-color:#44475a}.timezone-converter-page-container .tool-section .error-message{color:#dc2626;font-size:.85rem;margin-top:.5rem;text-align:center;width:100%}.timezone-converter-page-container .ad-placeholder{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem;transition:all .3s ease}html.dark .timezone-converter-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}