:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}.app{padding:2rem}.app h1{color:var(--text-h);margin-bottom:2rem}.world-clock-form{background:var(--code-bg);border-radius:12px;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:1.5rem}.world-clock-form h2{color:var(--text-h);margin:0 0 1.5rem;font-size:1.25rem}.form-group{text-align:left;margin-bottom:1rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;display:block}.form-group input{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text-h);box-sizing:border-box;border-radius:8px;padding:.75rem;font-size:1rem}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.world-clock-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:background .2s}.world-clock-form button:hover{background:#8f2ee6}.world-clock-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;padding:1rem;display:grid}.clock-list-empty{color:var(--text);text-align:center;padding:3rem}.world-clock{background:var(--code-bg);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem;display:flex;position:relative}.delete-btn{background:var(--accent-bg);width:28px;height:28px;color:var(--accent);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.delete-btn:hover{background:var(--accent);color:#fff}.clock-name{color:var(--text-h);text-align:center;margin:0 0 1rem;font-size:1rem}.clock-face{background:var(--bg);border:4px solid var(--border);border-radius:50%;width:140px;height:140px;margin-bottom:1rem;position:relative}.clock-center{background:var(--text-h);z-index:10;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hand{transform-origin:bottom;border-radius:4px;position:absolute;bottom:50%;left:50%}.hour-hand{background:var(--text-h);width:4px;height:35px;margin-left:-2px}.minute-hand{background:var(--text);width:3px;height:50px;margin-left:-1.5px}.second-hand{background:var(--accent);width:2px;height:55px;margin-left:-1px}.digital-time{font-family:var(--mono);color:var(--text-h);margin-bottom:.25rem;font-size:1.5rem}.timezone-info{color:var(--text);font-size:.75rem}.clock-face:before{content:"";background:var(--border);width:2px;height:8px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.clock-face:after{content:"";background:var(--border);width:2px;height:8px;position:absolute;bottom:5px;left:50%;transform:translate(-50%)}
