.world-clock-viewer-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.world-clock-viewer-page-container{padding:.75rem}}.world-clock-viewer-page-container .page-header{text-align:center;margin-bottom:1.5rem}.world-clock-viewer-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}html.dark .world-clock-viewer-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.world-clock-viewer-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.world-clock-viewer-page-container .page-header .page-title{font-size:3.5rem}}.world-clock-viewer-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:600px;margin:0 auto 1rem;transition:color .3s ease}html.dark .world-clock-viewer-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.world-clock-viewer-page-container .page-header .page-subtitle{font-size:1.1rem}}.world-clock-viewer-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 .world-clock-viewer-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.world-clock-viewer-page-container .tool-section .add-timezone-section{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center}.world-clock-viewer-page-container .tool-section .add-timezone-section .input-group{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px}.world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .input-label{font-size:.95rem;font-weight:500;color:#1a1a1a}html.dark .world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .input-label{color:#f8f8f2}.world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .select-input{width:100%;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;-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:.6rem 2.5rem .6rem 1rem}.world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .select-input::placeholder{color:#9ca3af}.world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .select-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(26,26,26,.2)}html.dark .world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .select-input{background-color:#282a36;border-color:#44475a;color:#f8f8f2;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>')}html.dark .world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .select-input::placeholder{color:#6272a4}html.dark .world-clock-viewer-page-container .tool-section .add-timezone-section .input-group .select-input:focus{border-color:#bd93f9;box-shadow:0 0 0 2px rgba(189,147,249,.2)}.world-clock-viewer-page-container .tool-section .add-timezone-section .add-button{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;width:100%;max-width:400px}.world-clock-viewer-page-container .tool-section .add-timezone-section .add-button:hover{background-color:#333;border-color:#333}.world-clock-viewer-page-container .tool-section .add-timezone-section .add-button:disabled{opacity:.6;cursor:not-allowed}html.dark .world-clock-viewer-page-container .tool-section .add-timezone-section .add-button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .world-clock-viewer-page-container .tool-section .add-timezone-section .add-button:hover{background-color:#44475a;border-color:#44475a}.world-clock-viewer-page-container .tool-section .timezone-list{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}@media(max-width:600px){.world-clock-viewer-page-container .tool-section .timezone-list{grid-template-columns:1fr}}.world-clock-viewer-page-container .tool-section .timezone-list .timezone-card{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;padding:1rem;display:flex;flex-direction:column;align-items:flex-start;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease}html.dark .world-clock-viewer-page-container .tool-section .timezone-list .timezone-card{background-color:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .remove-button{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#666;cursor:pointer;font-size:1.2rem;padding:.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .remove-button:hover{color:#dc2626;background-color:rgba(220,38,38,.1)}html.dark .world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .remove-button{color:#bd93f9}html.dark .world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .remove-button:hover{color:#dc2626;background-color:rgba(220,38,38,.2)}.world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .timezone-name{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;word-break:break-word}html.dark .world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .timezone-name{color:#f8f8f2}.world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .timezone-time{font-size:1.8rem;font-weight:700;color:#1a1a1a;font-family:monospace;margin-bottom:.5rem}html.dark .world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .timezone-time{color:#f8f8f2}.world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .timezone-offset{font-size:.9rem;color:#666}html.dark .world-clock-viewer-page-container .tool-section .timezone-list .timezone-card .timezone-offset{color:#bd93f9}.world-clock-viewer-page-container .tool-section .error-message{color:#dc2626;font-size:.85rem;margin-top:.5rem;text-align:center;width:100%}.world-clock-viewer-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 .world-clock-viewer-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}