:root{--font-family: "Inter", system-ui, Avenir, Helvetica, Arial, sans-serif;--bg-color: #f4f4f4;--card-bg: #ffffff;--text-primary: #333333;--text-secondary: #666666;--accent-blue: #6fa8dc;--accent-blue-light: #cfe2f3;--border-color: #e0e0e0;--selected-border: #333333;--weekend-bg: #f9f9f9;--home-icon-color: #333}body{margin:0;font-family:var(--font-family);background:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}*{box-sizing:border-box}.container{max-width:1000px;margin:10px auto;padding:20px;background:var(--card-bg);border-radius:8px;box-shadow:0 4px 20px #00000026}button{cursor:pointer;border:none;background:none;font-family:inherit}@media(max-width:768px){.container{margin:15px 10px;padding:10px;border-radius:4px}}.timeline{display:flex;overflow:hidden;min-width:max-content}.hour-block{height:100%;width:30px;flex-shrink:0;border-right:1px solid #f0f0f0;border-bottom:1px solid #eee;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:#fff;transition:background .1s,opacity .2s;position:relative;-webkit-user-select:none;user-select:none;scroll-snap-align:start}@media(max-width:768px){.hour-block{width:45px}}.hour-block:hover{background:#f9f9f9}.hour-block.weekend{background:#fdfdfd}.hour-block.night{background:#f4f7fa;color:#999}.hour-block.weekend-marked{background:#e59090;border-right-color:#d17d7d;color:#fff}.hour-block.weekend-marked .hour-number{color:#fff;font-weight:700}.hour-block.selected{background:#fff;z-index:10;border-right:1px solid #f0f0f0;border-bottom:none}.hour-block.selected.top-row{border-top:2px solid #2ecc71}.hour-block.selected.bottom-row{border-bottom:2px solid #2ecc71}.hour-block.range-start{border-left:2px solid #2ecc71}.hour-block.range-end{border-right:2px solid #2ecc71}.hour-block.selected:not(.bottom-row){border-bottom:1px solid transparent}.hour-block.selected.top-row.range-start{border-top-left-radius:4px}.hour-block.selected.top-row.range-end{border-top-right-radius:4px}.hour-block.selected.bottom-row.range-start{border-bottom-left-radius:4px}.hour-block.selected.bottom-row.range-end{border-bottom-right-radius:4px}.hour-block.blurred{opacity:.4;filter:blur(.5px)}.hour-block.blurred:hover{opacity:.6}.hour-block.hovered{z-index:20;background:transparent;border-right:1px solid #f0f0f0;border-left:2px solid #333;border-right:2px solid #333;border-bottom:1px solid transparent}.hour-block.hovered.top-row{border-top:2px solid #333;border-top-left-radius:4px;border-top-right-radius:4px}.hour-block.hovered.bottom-row{border-bottom:2px solid #333;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.hour-label{text-align:center;line-height:1}.hour-number{font-size:13px;font-weight:500;color:#333}.ampm{font-size:9px;color:#999;margin-top:-2px;display:block;text-transform:lowercase}.date-inline-marker{display:flex;flex-direction:column;align-items:center;line-height:1;background:#607d8b;color:#fff;width:100%;height:100%;justify-content:center}.date-inline-marker .day-of-week{font-size:9px;text-transform:uppercase}.date-inline-marker .month{font-size:8px}.date-inline-marker .day{font-size:12px;font-weight:700}.resize-handle{position:absolute;top:0;bottom:0;width:12px;cursor:col-resize;z-index:50;background:transparent}.resize-handle.start{left:-6px}.resize-handle.end{right:-6px}.resize-handle:hover{background:transparent}.hour-block.new-day{border-left:2px dashed #aaa}.time-row{display:flex;height:55px;align-items:stretch;background:#fff}.home-row{background:#fff}.location-info{width:280px;flex-shrink:0;display:flex;padding:8px;align-items:center;border-right:1px solid #eee;border-bottom:1px solid #eee;position:relative;z-index:100;background:#fff;height:100%;box-sizing:border-box}.timeline-wrapper{flex:1;overflow-x:auto;overflow-y:hidden;height:100%;position:relative;scrollbar-width:none;display:flex}.row-end-arrow{width:30px;display:flex;justify-content:center;align-items:center;border-left:1px solid #eee;border-bottom:1px solid #eee;height:100%;cursor:pointer;background:#fff;z-index:10}.row-controls{display:flex;flex-direction:column;gap:5px;margin-right:10px;width:20px;align-items:center}.remove-btn{color:#ccc;padding:0}.remove-btn:hover{color:#999}.home-icon{color:#333}.city-details{flex:1}.city-name{font-size:15px;font-weight:700;color:#333;line-height:1.3}.gmt-offset{font-size:11px;color:#999;font-weight:400;background:#f0f0f0;padding:1px 4px;border-radius:2px;margin-left:5px}.country-name{font-size:12px;color:#999;margin-top:2px}.current-time-display{text-align:right;min-width:80px}.time-large{font-size:18px;font-weight:700;color:#333}.ampm{font-size:12px;margin-left:1px}.date-small{font-size:11px;color:#999}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.blinking-colon{animation:blink 1s infinite;margin:0 1px}.timezone-code{display:inline-block;background-color:#f5f5f5;color:#666;border-radius:3px;padding:1px 4px;margin-left:4px;font-size:9px;font-weight:500;vertical-align:middle;border:1px solid #e0e0e0;text-transform:uppercase}@media(max-width:768px){.time-row{overflow:hidden;isolation:isolate}.location-info{flex:0 0 130px;width:130px;min-width:130px;padding:8px 5px 8px 30px;background:#fff;z-index:100;position:relative;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;box-sizing:border-box}.row-controls{position:absolute;left:5px;top:50%;transform:translateY(-50%);margin-right:0;width:20px}.city-details{width:100%;min-width:0}.city-name{font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.country-name{font-size:10px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.time-large{font-size:14px;line-height:1.2;white-space:nowrap}.current-time-display{min-width:0;flex:0 0 auto;overflow:hidden;text-align:left;width:100%}.row-end-arrow{display:none}.timeline-wrapper{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;z-index:10;position:relative;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden}}.search-bar-wrapper{position:relative;width:100%;max-width:300px}@media(max-width:768px){.search-bar-wrapper{max-width:none}}.search-input{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none;transition:border-color .2s}.search-input:focus{border-color:#6fa8dc;box-shadow:0 0 0 2px #6fa8dc33}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;background:#666;color:#fff;border-radius:4px;margin-top:4px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow-y:auto}.suggestion-item{display:flex;justify-content:space-between;padding:8px 12px;cursor:pointer;border-bottom:1px solid #777}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background:#555}.suggestion-info{font-size:13px}.suggestion-city{font-weight:700}.suggestion-time{font-size:13px;font-weight:700}.calendar-popup{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 4px 12px #0003;z-index:1000;width:280px;padding:10px;font-family:sans-serif}.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;background:#666;color:#fff;padding:5px;border-radius:3px}.current-month{font-weight:700;font-size:14px}.nav-btn{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center}.nav-btn:hover{opacity:.8}.row{display:flex;margin:0;padding:0;width:100%}.col{flex-grow:1;flex-basis:0;max-width:100%}.days{font-weight:700;color:#333;font-size:12px;margin-bottom:5px;border-bottom:1px solid #eee}.col-center{text-align:center;padding:5px 0}.cell{height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:13px;border-radius:3px}.cell:hover:not(.disabled){background:#f0f0f0}.cell.selected{background:#6fa8dc;color:#fff}.cell.disabled{color:#ccc;pointer-events:none}.time-table{background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden}.toolbar{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee;background:#fcfcfc;position:relative;z-index:500}.add-location{flex:1;max-width:300px}.add-btn{background:#fff;border:1px solid #ddd;padding:6px 12px;border-radius:4px;color:#999;font-size:14px;width:100%;text-align:left}.date-controls{display:flex;align-items:center;gap:10px;flex:1;justify-content:center}.date-pagination{display:flex;background:#f0f0f0;border-radius:4px;padding:2px}.date-page-btn{padding:4px 10px;font-size:13px;color:#666;border-radius:2px;border:none;background:transparent;cursor:pointer;font-weight:500}.date-page-btn:hover{background:#e0e0e0}.date-page-btn.selected{background:#fff;color:#333;box-shadow:0 1px 2px #0000001a;font-weight:700}.settings-controls{display:flex;gap:15px;align-items:center}.text-btn{display:flex;align-items:center;gap:5px;color:#666;font-size:13px;font-weight:500}.link-btn{color:#36c;font-size:11px;font-weight:700;text-transform:uppercase}.rows-container{position:relative}@media(max-width:768px){.toolbar{flex-direction:column;gap:15px;align-items:stretch}.add-location{max-width:none}.date-controls{flex-direction:column;gap:10px}.date-pagination{overflow-x:auto;justify-content:flex-start;width:100%;scrollbar-width:none}.date-pagination::-webkit-scrollbar{display:none}.settings-controls{justify-content:space-between;width:100%;border-top:1px solid #eee;padding-top:10px}}.settings-menu-container{position:relative;display:inline-block}.settings-dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid #ccc;box-shadow:0 4px 6px #00000026;border-radius:4px;z-index:1000;padding:8px 0;margin-top:5px;display:none}.settings-menu-container:hover .settings-dropdown,.settings-menu-container.open .settings-dropdown{display:block}.settings-item{display:flex;align-items:center;padding:8px 16px;cursor:pointer;font-size:13px;color:#333;transition:background-color .2s}.settings-item:hover{background-color:#f0f0f0}.settings-item.active{font-weight:700;background-color:#f5f5f5}.settings-item .checkbox{width:16px;height:16px;border:1px solid #999;border-radius:2px;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#555;background:#f9f9f9}.settings-item.checked .checkbox{background:#e6e6e6;color:#333;font-weight:700}.settings-icon{margin-right:8px;display:flex;align-items:center;justify-content:center;color:#666}.calendar-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding-top:100px}.calendar-modal{background:#fff;width:400px;border-radius:6px;box-shadow:0 4px 12px #0003;overflow:hidden;font-family:sans-serif}.calendar-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #eee}.calendar-modal-title{font-size:16px;font-weight:700;color:#4a90e2}.calendar-modal-done{background:none;border:none;font-size:14px;font-weight:700;color:#333;cursor:pointer}.calendar-modal-content{padding:0}.calendar-section-header{background:#f7f7f7;color:#999;font-size:11px;font-weight:700;padding:8px 15px;text-transform:uppercase;border-bottom:1px solid #eee}.calendar-item{display:flex;align-items:center;padding:15px;border-bottom:1px solid #eee;background:#fff}.calendar-item-icon{width:12px;height:12px;background-color:#0077c8;border-radius:2px;margin-right:12px}.calendar-item-label{flex:1;font-size:16px;color:#333}.toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"OFF";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;content:""}.toggle-switch-label{position:absolute;right:8px;top:6px;color:#fff;font-size:10px;font-weight:700;pointer-events:none;opacity:0;transition:opacity .4s}input:checked+.slider{background-color:#444}input:checked+.slider .toggle-switch-label{opacity:1}input:checked+.slider:before{transform:translate(22px)}.forex-row{display:flex;border-bottom:1px solid #eee;height:70px;align-items:center;background:#f7faff}.forex-info{width:280px;flex-shrink:0;display:flex;padding:10px;align-items:center;border-right:1px solid #eee;background:#f7faff;justify-content:flex-end;position:relative;z-index:20}.forex-label{font-size:13px;color:#999;margin-right:10px}.forex-icon{width:12px;height:12px;background-color:#0077c8;border-radius:2px}.forex-timeline-wrapper{flex:1;overflow-x:hidden;height:100%;position:relative;display:flex}.forex-timeline-content{display:flex;height:100%;position:relative}.forex-bar{position:absolute;height:20px;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center;border-radius:2px;white-space:nowrap;overflow:hidden;box-shadow:0 1px 2px #0000001a}.forex-bar.gray{background-color:#9aa}.forex-bar.blue{background-color:#2980b9}.forex-bar.top-level{top:10px}.forex-bar.bottom-level{top:35px}.selection-toolbar{display:flex;align-items:center;background:#f5f5f5;padding:10px 15px;border-bottom:1px solid #ddd;height:60px;box-shadow:inset 0 -3px 5px -5px #0000001a;position:relative;z-index:500}.selection-duration{display:flex;align-items:center;color:#999;font-size:13px;margin-right:30px;background:#fff;padding:5px 12px;border-radius:4px;border:1px solid #eee}.duration-arrow{color:#ccc;margin:0 8px}.selection-actions{display:flex;align-items:center;gap:15px;flex:1}.action-btn{display:flex;align-items:center;gap:6px;border:none;background:none;cursor:pointer;font-size:13px;color:#666;font-weight:500}.action-btn:hover{color:#333}.action-icon{width:16px;height:16px}.action-btn.outlook{color:#e67e22}.action-btn.google{color:#3498db}.action-btn.gmail{color:#c0392b}.link-selection-btn{margin-left:auto;color:#2980b9;font-weight:700;text-transform:uppercase;font-size:11px;background:none;border:none;cursor:pointer}.link-selection-btn:hover{text-decoration:underline}.close-selection{margin-left:20px;cursor:pointer;color:#999}.close-selection:hover{color:#666}@media(max-width:768px){.selection-toolbar{flex-direction:column;height:auto;padding:10px;gap:10px}.selection-duration{margin-right:0;width:100%;justify-content:center;box-sizing:border-box}.selection-actions{overflow-x:auto;width:100%;justify-content:flex-start;padding-bottom:5px;scrollbar-width:none}.selection-actions::-webkit-scrollbar{display:none}.selection-right-actions{width:100%;justify-content:space-between;margin-left:0!important}.action-btn{white-space:nowrap}}.navbar{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:980px;padding:0;margin:0 auto}@media(max-width:768px){.navbar{padding:15px 10px}.navbar-logo{height:65px}}.navbar-logo{height:104px;object-fit:contain}.navbar-right{display:flex;align-items:center;gap:20px}.signin-link{color:#333;text-decoration:none;font-size:14px;font-weight:500}.signin-link:hover{text-decoration:underline}.time-format-toggle{display:flex;border:1px solid #333;border-radius:4px;overflow:hidden;background:#fff}.format-btn{border:none;background:#fff;color:#333;padding:0 12px;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;height:32px}.format-btn.active{background:#333;color:#fff}.am-pm-text{display:flex;flex-direction:column;line-height:1;font-size:9px;font-weight:700;text-transform:uppercase}.footer-container{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:40px;padding:30px 20px;width:100%;max-width:980px;margin-left:auto;margin-right:auto}.footer-link{color:#333;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}.footer-link:hover{color:#000;text-decoration:underline}.footer-separator{color:#ccc;font-size:13px}@media(max-width:768px){.footer-container{padding:20px 10px;margin-top:20px}}.legal-page{min-height:100vh;background:#fff;padding:40px 20px}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.back-button{background:#f5f5f5;color:#333;padding:10px 20px;border-radius:4px;font-size:14px;margin-bottom:30px;cursor:pointer;border:1px solid #ddd;transition:background .2s}.back-button:hover{background:#e0e0e0}.legal-container h1{font-size:32px;color:#1a1a1a;margin-bottom:10px}.last-updated{color:#666;font-size:14px;margin-bottom:30px}.legal-container section{margin-bottom:30px}.legal-container h2{font-size:20px;color:#333;margin-bottom:10px}.legal-container p{color:#555;line-height:1.6;font-size:15px}@media(max-width:768px){.legal-container{padding:20px}.legal-container h1{font-size:24px}.legal-container h2{font-size:18px}}
