/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial}}}.collapse{visibility:collapse}.visible{visibility:visible}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--body-background);min-height:100vh;padding:15px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px}.container{max-width:1600px;margin:0 auto}.header{text-align:center;color:var(--header-text);background:var(--header-background);border-radius:8px;margin-bottom:16px;padding:12px 16px}.header-content{justify-content:space-between;align-items:center;display:flex}.header-text{text-align:center}.header-title{letter-spacing:.02em;color:var(--header-text);margin-bottom:4px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:1.4rem;font-weight:600}.header-date{letter-spacing:.03em;color:var(--header-text);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.95rem;font-weight:700}.header-logo{width:auto;height:40px;margin-bottom:8px;margin-left:auto;margin-right:auto;display:block}.nav-button{color:var(--header-text);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.85rem;transition:all .2s;display:flex}.nav-button:hover{background:#fff3;border-color:#fff6;transform:scale(1.05)}.nav-button:active{transform:scale(.95)}.next-action-banner{background:var(--banner-background);color:var(--banner-text);box-shadow:0 6px 20px var(--banner-shadow);border-radius:10px;margin-bottom:20px;padding:20px}.world-clock-banner{background:var(--banner-background);color:var(--banner-text);box-shadow:0 6px 20px var(--banner-shadow);border-radius:10px;margin-bottom:20px;padding:16px}.world-clock-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.world-clock-item{background:var(--world-clock-item-bg,linear-gradient(135deg,#f0fdf4,#dcfce7));border:1px solid var(--world-clock-item-border,#16a34a33);text-align:center;border-radius:8px;flex:none;width:140px;padding:12px 20px;transition:all .2s}.world-clock-item:hover{background:var(--world-clock-item-bg-hover,linear-gradient(135deg,#dcfce7,#bbf7d0));border-color:var(--world-clock-item-border-hover,#16a34a4d);transform:translateY(-2px)}.world-clock-city{color:var(--world-clock-city-color,#000);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;margin-bottom:4px;font-size:.75rem;font-weight:500}.world-clock-time{color:var(--world-clock-time-color,#14532d);font-variant-numeric:tabular-nums;letter-spacing:.5px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.75rem;font-weight:500}@media(max-width:768px){.world-clock-grid{gap:8px}.world-clock-item{width:110px;padding:8px 12px}.world-clock-city{font-size:.6rem}.world-clock-time{font-size:.75rem}}.world-clock-item{cursor:pointer;position:relative}.world-clock-item--active{z-index:50;background:var(--world-clock-item-bg-hover,linear-gradient(135deg,#dcfce7,#bbf7d0));border-color:var(--world-clock-item-border-hover,#16a34a4d)}.world-clock-weather-hint{margin-top:4px;font-size:.9rem;line-height:1}.weather-popover{background:var(--banner-background,linear-gradient(135deg,#1e293b,#0f172a));z-index:100;text-align:left;border:1px solid #ffffff26;border-radius:12px;min-width:200px;padding:16px;animation:.2s popoverFadeIn;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0006}@keyframes popoverFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.weather-popover-header{border-bottom:1px solid #ffffff1a;margin-bottom:12px;padding-bottom:8px}.weather-popover-city{color:var(--banner-text,#ffffffe6);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.weather-popover-main{align-items:center;gap:12px;margin-bottom:12px;display:flex}.weather-popover-emoji{font-size:2rem}.weather-popover-desc{color:var(--banner-text,#fffc);font-size:.9rem;font-weight:500}.weather-popover-temps{justify-content:space-between;gap:8px;margin-bottom:12px;display:flex}.weather-popover-temp{background:#ffffff0d;border-radius:6px;flex-direction:column;flex:1;align-items:center;padding:8px;display:flex}.weather-popover-temp .temp-label{color:var(--banner-text,#ffffff80);text-transform:uppercase;margin-bottom:4px;font-size:.65rem}.weather-popover-temp .temp-value{font-size:.95rem;font-weight:600}.weather-popover-precip{color:var(--banner-text,#ffffffb3);text-align:center;border-top:1px solid #ffffff1a;padding-top:8px;font-size:.8rem}.weather-popover--loading{min-height:80px;color:var(--banner-text,#fff9);justify-content:center;align-items:center;display:flex}.weather-popover-actions{text-align:center;border-top:1px solid #ffffff1a;margin-top:10px;padding-top:10px}.weather-popover-set-home-btn{color:#60a5fa;cursor:pointer;background:#3b82f633;border:1px solid #3b82f666;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.weather-popover-set-home-btn:hover{background:#3b82f64d;border-color:#3b82f699}.weather-popover-home-badge{color:var(--banner-text,#ffffffb3);font-size:.8rem}.world-clock-home-icon{margin-right:2px;font-size:.7rem}.next-action-title{color:var(--banner-text);z-index:10;background:var(--banner-background);border-bottom:1px solid #ffffff1a;border-radius:10px 10px 0 0;margin:-20px -20px 12px;padding:12px 20px;position:sticky;top:0;box-shadow:0 2px 8px #0000001a}.next-action-content{color:var(--banner-text);font-size:.95rem;line-height:1.6}.activity-group{background:#0003;border-radius:8px;margin-top:12px;padding:12px}.activity-group h3{margin-bottom:8px;font-size:1.05rem}.activity-header{-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:opacity .2s}.activity-header:hover{opacity:.8}.activity-content{animation:.2s ease-out slideDown}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:10000px}}.collapse-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:2px;min-width:17px;padding:2px 4px;font-size:.6rem;font-weight:700;line-height:1;transition:all .2s}.collapse-btn:hover{background:#ffffff4d;transform:scale(1.05)}.collapse-btn-small{color:#ffffffe6;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:2px;min-width:14px;padding:1px 3px;font-size:.54rem;font-weight:700;line-height:1;transition:all .2s}.collapse-btn-small:hover{background:#ffffff40;transform:scale(1.05)}.collapsible-section{margin:8px 0}.section-header{-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:6px 0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;transition:opacity .2s}.section-header:hover{opacity:.8}.activity-detail{margin:6px 0 6px 15px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;line-height:1.5}.month-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px;display:grid}.stat-card{background:var(--stats-background);text-align:center;border:1px solid var(--stats-border);color:var(--stats-text);border-radius:6px;padding:10px 12px}.stat-number{color:var(--stats-number);margin:4px 0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:1.1rem;font-weight:600}.stat-label{color:var(--stats-label);text-transform:uppercase;letter-spacing:.03em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.65rem;font-weight:500}.calendar-grid{grid-template-columns:repeat(7,1fr);grid-auto-rows:200px;gap:8px;margin-bottom:20px;display:grid}.weekday-header{background:var(--weekday-header-background);color:var(--weekday-header-text);text-align:center;border-radius:6px;justify-content:center;align-items:center;height:100%;padding:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.85rem;font-weight:600;display:flex}.day-cell{cursor:pointer;scrollbar-width:thin;scrollbar-color:#0003 transparent;background:#fff;border-radius:8px;flex-direction:column;height:100%;padding:8px;transition:all .2s;display:flex;position:relative;overflow:auto}.day-cell::-webkit-scrollbar{width:4px}.day-cell::-webkit-scrollbar-track{background:0 0}.day-cell::-webkit-scrollbar-thumb{background:#0003;border-radius:2px}.day-cell::-webkit-scrollbar-thumb:hover{background:#0000004d}.day-cell:hover{transform:scale(1.05);box-shadow:0 10px 30px #0000004d}.day-cell.empty{background:var(--empty-background);cursor:default}.day-cell.empty:hover{transform:none}.day-cell.completed{background:var(--completed-background);border:2px solid var(--completed-border)}.day-cell.planned{background:var(--planned-background);border:2px solid var(--planned-border)}.day-cell.vacation{background:var(--vacation-background);border:2px solid var(--vacation-border)}.day-cell.highlighted{border:3px solid var(--selected-border);box-shadow:inset 0 0 0 2px var(--selected-shadow),0 4px 12px #0000001a;z-index:5}.day-cell.selected{border:4px solid var(--selected-border);box-shadow:inset 0 0 0 3px var(--selected-shadow),0 6px 20px #00000026;z-index:10;transform:scale(1.02)}.day-cell.highlighted.selected{border:4px solid var(--selected-border);box-shadow:inset 0 0 0 3px var(--selected-shadow),0 8px 24px #0003}.day-date{color:var(--day-date-color);margin-bottom:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9rem;font-weight:700}.activities-list{color:var(--day-activity-text);font-size:.75rem}.activity-item{align-items:center;gap:3px;margin:3px 0;display:flex}.activity-icon{font-size:.85rem}.activity-text{text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;overflow:hidden}.activity-time{color:var(--activity-time-color);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500}.day-total{color:var(--day-total-color);border-top:1px solid #0000001a;margin-top:6px;padding-top:6px;font-size:.72rem;font-weight:600}.day-steps{color:#64748b;border-top:1px solid #00000014;margin-top:5px;padding-top:5px;font-size:.68rem;font-weight:500}.garmin-badge{background:var(--garmin-badge-background);color:#fff;border-radius:3px;margin-left:3px;padding:1px 4px;font-size:.6rem;display:inline-block}.activity-status-symbol{opacity:.7;margin-right:2px;font-size:.6rem}.legend{background:var(--legend-background);border-radius:8px;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;padding:12px;display:flex}.legend-item{color:var(--legend-text);align-items:center;gap:6px;font-size:.85rem;display:flex}.legend-box{border:2px solid;border-radius:4px;width:24px;height:16px}.theme-toggle-btn{color:#fff;cursor:pointer;z-index:1000;opacity:.5;background:#00000040;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:.65rem;transition:all .3s;display:flex;position:fixed;bottom:20px;left:75px;box-shadow:0 1px 4px #00000026}.theme-toggle-btn:hover{opacity:1;background:#0006;transform:scale(1.15)}.theme-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.theme-modal{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;max-width:1200px;max-height:90vh;padding:40px;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #00000080}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.theme-modal-header{text-align:center;margin-bottom:30px;position:relative}.theme-modal-header h2{color:#fff;margin-bottom:10px;font-size:2rem}.theme-modal-header p{color:#94a3b8;font-size:1.1rem}.theme-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:0;right:0}.theme-close-btn:hover{background:#fff3;transform:rotate(90deg)}.theme-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px;margin-bottom:30px;display:grid}.theme-card{cursor:pointer;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;padding:12px;transition:all .2s;position:relative}.theme-card:hover{border-color:#ffffff4d;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.theme-card.active{background:#10b9811a;border-color:#10b981}.theme-preview{border:1px solid #0000001a;border-radius:8px;flex-direction:column;width:100%;height:100px;margin-bottom:10px;display:flex;position:relative;overflow:hidden}.theme-preview-banner{flex-shrink:0;width:100%;height:28px}.theme-preview-days{flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 8px 8px;display:flex}.theme-preview-day{border:2px solid;border-radius:6px;flex:1;min-width:0;height:100%}.theme-name{color:#fff;text-align:center;font-size:.85rem;font-weight:500;line-height:1.3}.theme-active-badge{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:8px;right:8px}.theme-modal-footer{text-align:center;color:#94a3b8;border-top:1px solid #ffffff1a;padding-top:20px}.theme-modal-footer strong{color:#fff}.color-customizer-btn{background:var(--theme-button-background);color:#fff;cursor:pointer;box-shadow:0 3px 15px var(--theme-button-shadow);z-index:1000;border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex;position:fixed;bottom:20px;right:140px}.color-customizer-btn:hover{box-shadow:0 6px 30px var(--theme-button-shadow-hover);transform:scale(1.05)}.color-icon{font-size:1rem}.color-label{font-size:.85rem}.color-badge{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.color-customizer-modal{max-width:800px}.color-customizer-content{flex-direction:column;gap:25px;margin-bottom:30px;display:flex}.color-group{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:20px}.color-group-title{color:#fff;align-items:center;gap:8px;margin-bottom:15px;font-size:1.1rem;font-weight:600;display:flex}.color-inputs{flex-direction:column;gap:12px;display:flex}.color-input-row{grid-template-columns:120px 50px 1fr;align-items:center;gap:12px;display:grid}.color-input-row label{color:#cbd5e1;font-size:.9rem;font-weight:500}.color-input-row input[type=color]{cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:8px;width:50px;height:40px;padding:0}.color-input-row input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.color-input-row input[type=color]::-webkit-color-swatch{border:none;border-radius:6px}.color-text-input{color:#fff;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;padding:10px 12px;font-family:Courier New,monospace;font-size:.85rem;transition:all .2s}.color-text-input:focus{background:#ffffff14;border-color:#10b981;outline:none}.color-text-input::-moz-placeholder{color:#64748b}.color-text-input::placeholder{color:#64748b}.color-customizer-footer{border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:15px;padding-top:20px;display:flex}.reset-colors-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.reset-colors-btn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:scale(1.02)}.reset-colors-btn:disabled{color:#64748b;cursor:not-allowed;background:#ffffff1a}.color-hint{color:#94a3b8;text-align:center;max-width:500px;font-size:.85rem}.route-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#000000bf;justify-content:center;align-items:center;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.route-modal{color:#fff;background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:20px;width:100%;max-width:900px;max-height:90vh;padding:30px;animation:.3s slideUp;overflow-y:auto;box-shadow:0 20px 60px #0009}.route-modal-header{text-align:center;border-bottom:2px solid #ffffff1a;margin-bottom:25px;padding-bottom:20px;position:relative}.route-modal-header h2{color:#fff;margin-bottom:8px;font-size:1.75rem}.route-modal-header p{color:#94a3b8;font-size:.95rem}.route-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;transition:all .2s;display:flex;position:absolute;top:-10px;right:0}.route-close-btn:hover{background:#fff3;transform:rotate(90deg)}.route-modal-content{padding:10px 0}.route-stats{background:#ffffff0d;border-radius:12px;flex-wrap:wrap;justify-content:space-around;gap:20px;margin-bottom:25px;padding:15px;display:flex}.route-stat{color:#cbd5e1;font-size:.9rem}.route-stat strong{color:#60a5fa;margin-right:6px}.map-type-selector{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:25px;display:flex}.map-type-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff3;border-radius:10px;padding:10px 20px;font-size:.9rem;font-weight:500;transition:all .2s}.map-type-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.map-type-btn.active{color:#60a5fa;background:#60a5fa33;border-color:#60a5fa;font-weight:600}.map-container{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;min-height:300px;padding:25px}.map-action{text-align:center}.map-action p{color:#cbd5e1;margin-bottom:20px;font-size:.95rem;line-height:1.6}.map-link-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;padding:14px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #3b82f64d}.map-link-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 6px 25px #3b82f680}.map-hint{color:#94a3b8;margin-top:15px;font-size:.85rem;font-style:italic}.map-static{color:#fff}.map-static h3{color:#60a5fa;text-align:center;margin-bottom:20px;font-size:1.3rem}.map-static h4{color:#94a3b8;margin:20px 0 15px;font-size:1.1rem}.route-summary-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.summary-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:15px}.summary-item strong{color:#60a5fa;margin-bottom:10px;font-size:1rem;display:block}.summary-item div{color:#cbd5e1;margin:4px 0;font-size:.9rem}.time-small{color:#94a3b8!important;margin-top:8px!important;font-size:.8rem!important}.route-visualization{margin-top:25px}.points-mini-map{margin-top:15px}.map-legend{background:#ffffff0d;border-radius:8px;justify-content:center;gap:25px;margin-top:15px;padding:12px;display:flex}.map-legend span{color:#cbd5e1;align-items:center;gap:8px;font-size:.9rem;display:flex}.marker-green{color:#10b981;font-size:1.2rem}.marker-red{color:#ef4444;font-size:1.2rem}.marker-blue{color:#3b82f6;font-size:1.2rem}.route-modal-footer{text-align:center;color:#94a3b8;border-top:1px solid #ffffff1a;margin-top:25px;padding-top:20px;font-size:.9rem}@media(max-width:768px){.calendar-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:12px}.weekday-header,.day-cell.empty{display:none}.day-cell{min-height:120px;padding:12px}.day-cell:hover{transform:none;box-shadow:0 4px 15px #0003}.day-date{font-size:1rem}.activities-list{font-size:.8rem}body{padding:10px}.month-stats{grid-template-columns:repeat(2,1fr);gap:10px}.header h1{font-size:1.4rem}.header p{font-size:.85rem}.next-action-banner{padding:15px}.next-action-title{margin-top:-15px;margin-left:-15px;margin-right:-15px;padding:10px 15px}.next-action-content{font-size:.88rem}}.scroll-to-top{background:var(--header-background);width:50px;height:50px;color:var(--header-text);cursor:pointer;z-index:1000;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;animation:.3s ease-in fadeIn;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #0000004d}.scroll-to-top:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 6px 16px #0006}.scroll-to-top:active{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.scroll-to-today{background:var(--header-background);width:45px;height:45px;color:var(--header-text);cursor:pointer;z-index:1000;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;animation:.3s ease-in fadeIn;display:flex;position:fixed;bottom:20px;left:20px;box-shadow:0 4px 12px #0000004d}.scroll-to-today:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px);box-shadow:0 6px 16px #0006}.scroll-to-today:active{transform:translateY(-1px)}@media(max-width:768px){.scroll-to-today{bottom:20px;left:20px}.ai-trigger-btn{width:45px;height:45px;margin-left:-22.5px;font-size:.8rem;transition:none;bottom:20px;left:50%;right:auto;transform:none!important}.ai-trigger-btn:hover,.ai-trigger-btn:active{box-shadow:0 4px 20px #8b5cf666;transform:none!important}.scroll-to-top{width:45px;height:45px;font-size:1.3rem;bottom:20px;right:20px}}.weather-summary{background:#ffffff1a;border-radius:4px;flex-wrap:wrap;align-items:center;gap:4px;margin:4px 0;padding:3px 5px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.65rem;display:flex}.weather-icon{font-size:.9em;line-height:1}.weather-temp{font-size:1em;font-weight:600}.weather-description{color:inherit;font-size:1em;font-weight:500}.weather-precip{color:#ffffffb3;font-size:1em}.temp-freezing{color:#60a5fa}.temp-cold{color:#93c5fd}.temp-cool{color:#a5f3fc}.temp-mild{color:#86efac}.temp-warm{color:#fbbf24}.temp-hot{color:#fb923c}.weather-loading,.weather-error{border-radius:6px;align-items:center;gap:6px;margin:10px 0;padding:10px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;display:flex}.weather-loading{color:#fffc;background:#60a5fa1a;border:1px solid #60a5fa4d}.weather-error{color:#fffc;background:#fb923c1a;border:1px solid #fb923c4d}.weather-loading-spinner{animation:1.5s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.weather-error-icon{font-size:1em}.weather-error-message{color:#fff9;margin-left:6px;font-size:1em}.day-weather-section{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;margin:16px 0;padding:12px}.weather-section-header{align-items:center;gap:8px;padding:2px 0;transition:all .2s;display:flex}.weather-section-header:hover{opacity:.8}.weather-section-content{margin-top:12px}.weather-compact{align-items:center;gap:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;display:flex}.weather-compact-icon{font-size:1.1em;line-height:1}.weather-compact-temp{font-size:1em;font-weight:600}.weather-compact-location{color:#fff9;font-size:1em;font-weight:400}.weather-daily-summary{background:#ffffff14;border-radius:8px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:12px;padding:12px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;display:flex}.weather-daily-icon{flex-direction:column;align-items:center;gap:4px;display:flex}.weather-icon-large{font-size:1.8rem;line-height:1}.weather-condition{color:#ffffffe6;text-align:center;font-size:.7rem;font-weight:600}.weather-daily-temps{flex-wrap:wrap;gap:12px;display:flex}.weather-temp-range{align-items:center;gap:4px;display:flex}.temp-label{color:#fff9;font-size:.7rem;font-weight:500}.temp-value{font-size:.75rem;font-weight:600}.weather-daily-precip{color:#ffffffe6;background:#60a5fa26;border-radius:4px;flex-basis:100%;margin-top:6px;padding:6px 10px;font-size:.7rem}.weather-timeline{margin-top:12px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.weather-timeline-title{color:#fffffff2;margin-bottom:10px;font-size:.75rem;font-weight:600}.weather-timeline-empty{text-align:center;color:#fff9;padding:12px;font-size:.7rem}.weather-time-group{margin-bottom:12px}.weather-time-group-label{color:#ffffffb3;margin-bottom:6px;padding-left:2px;font-size:.65rem;font-weight:600}.weather-hour-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:6px;display:grid}.weather-hour-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;align-items:center;padding:6px;transition:all .2s;display:flex}.weather-hour-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.weather-hour-time{color:#ffffffe6;margin-bottom:2px;font-size:.65rem;font-weight:600}.weather-hour-icon{margin:2px 0;font-size:1.1rem}.weather-hour-temp{margin:2px 0;font-size:.7rem;font-weight:600}.weather-hour-precip{color:#fff9;align-items:center;height:18px;font-size:.6rem;display:flex}.weather-hour-precip.significant{color:#60a5fae6;font-weight:600}@media(max-width:768px){.weather-summary{gap:4px;padding:3px 5px;font-size:.75rem}.weather-icon{font-size:1em}.weather-temp{font-size:.85em}.weather-description{font-size:.72em}.weather-precip{font-size:.75em}.day-weather-section{margin:16px 0;padding:12px}.weather-compact{gap:6px;font-size:.85rem}.weather-compact-icon{font-size:1.2em}.weather-compact-temp{font-size:.95em}.weather-compact-location{font-size:.8em}.weather-section-content{margin-top:12px}.weather-daily-summary{flex-direction:column;gap:16px;padding:12px}.weather-icon-large{font-size:2.5rem}.weather-daily-temps{justify-content:center;gap:12px}.weather-temp-range{font-size:.9rem}.weather-hour-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px}.weather-hour-item{padding:8px 6px}.weather-hour-time{font-size:.8rem}.weather-hour-icon{font-size:1.5rem}.weather-hour-temp{font-size:.85rem}.weather-hour-precip{font-size:.7rem}.weather-timeline-title{font-size:1rem}.weather-time-group-label{font-size:.85rem}}.add-activity-btn,.import-garmin-btn{background:var(--action-btn-bg,#60a5fa33);border:1px solid var(--action-btn-border,#60a5fa80);color:var(--action-btn-text,#60a5fa);cursor:pointer;white-space:nowrap;border-radius:4px;justify-content:center;align-items:center;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500;transition:all .2s;display:flex}.add-activity-btn:hover,.import-garmin-btn:hover{background:var(--action-btn-bg-hover,#60a5fa4d);border-color:var(--action-btn-border-hover,#60a5fab3);transform:translateY(-1px)}.add-activity-btn:active,.import-garmin-btn:active{transform:translateY(0)}.import-garmin-btn:disabled{background:var(--action-btn-bg-hover,#60a5fa4d);cursor:wait}.edit-activity-btn{cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1.1rem;transition:all .2s}.edit-activity-btn:hover{opacity:1;background:#ffffff1a;transform:scale(1.1)}.edit-activity-btn:active{transform:scale(.95)}.activity-editor-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.activity-editor-modal{color:#1a5d4a;background:linear-gradient(135deg,#fff,#f0fdf4);border:1px solid #15803d33;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #00000026}.activity-editor-header{border-bottom:1px solid #15803d26;padding:24px;position:relative}.activity-editor-header h2{color:#1a5d4a;margin-bottom:8px;font-size:1.5rem;font-weight:700}.activity-editor-header p{color:#1a5d4ab3;margin:0;font-size:.9rem}.activity-editor-close-btn{color:#1a5d4a;cursor:pointer;background:#15803d14;border:1px solid #15803d33;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.activity-editor-close-btn:hover{background:#ef444433;border-color:#ef444480;transform:scale(1.05)}.activity-editor-content{padding:24px}.editor-form-row{margin-bottom:20px}.editor-form-row label{color:#1a5d4a;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.editor-input,.editor-textarea{color:#1a5d4a;background:#ffffffe6;border:1px solid #15803d40;border-radius:8px;width:100%;padding:12px;font-family:inherit;font-size:.95rem;transition:all .2s}.editor-input:focus,.editor-textarea:focus{background:#fff;border-color:#15803d80;outline:none;box-shadow:0 0 0 3px #15803d1a}.editor-input::-moz-placeholder,.editor-textarea::-moz-placeholder{color:#1a5d4a80}.editor-input::placeholder,.editor-textarea::placeholder{color:#1a5d4a80}.editor-textarea{resize:vertical;min-height:100px}.activity-editor-footer{border-top:1px solid #15803d26;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex}.editor-actions-left,.editor-actions-right{gap:12px;display:flex}.editor-save-btn,.editor-cancel-btn,.editor-delete-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.editor-save-btn{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.editor-save-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.editor-save-btn:disabled{opacity:.5;cursor:not-allowed}.editor-cancel-btn{color:#1a5d4a;background:#15803d14;border:1px solid #15803d40}.editor-cancel-btn:hover{background:#15803d1f;border-color:#15803d59}.editor-delete-btn{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.editor-delete-btn:hover{background:#ef444440;border-color:#ef444480;transform:translateY(-1px)}@media(max-width:640px){.activity-editor-modal{border-radius:12px;max-width:100%}.activity-editor-header,.activity-editor-content,.activity-editor-footer{padding:16px}.activity-editor-footer{flex-direction:column;align-items:stretch}.editor-actions-left,.editor-actions-right{justify-content:stretch;width:100%}.editor-actions-right{flex-direction:column-reverse}.editor-save-btn,.editor-cancel-btn,.editor-delete-btn{width:100%}}.ai-trigger-btn{color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:50%;width:56px;height:56px;font-size:.9rem;font-weight:700;transition:all .2s;position:fixed;bottom:100px;right:24px;box-shadow:0 4px 20px #8b5cf666}.ai-trigger-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #8b5cf680}.ai-panel-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#00000080;position:fixed;inset:0}.ai-panel{z-index:1200;background:linear-gradient(#1e293bfa,#0f172afa);border-left:1px solid #ffffff1a;flex-direction:column;width:420px;max-width:100vw;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #0006}.ai-panel-open{transform:translate(0)}.ai-panel-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.ai-panel-header h2{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.ai-panel-header-actions{gap:8px;display:flex}.ai-panel-settings-btn,.ai-panel-close-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex}.ai-panel-settings-btn:hover,.ai-panel-close-btn:hover{background:#ffffff26;border-color:#ffffff4d}.ai-panel-content{flex:1;padding:24px;overflow-y:auto}.ai-panel-section{margin-bottom:24px}.ai-panel-section label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.ai-prompt-input{color:#fff;resize:vertical;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;width:100%;min-height:80px;padding:12px;font-family:inherit;font-size:.95rem;transition:all .2s}.ai-prompt-input:focus{background:#ffffff1f;border-color:#8b5cf699;outline:none;box-shadow:0 0 0 3px #8b5cf61a}.ai-prompt-input::-moz-placeholder{color:#fff6}.ai-prompt-input::placeholder{color:#fff6}.ai-prompt-actions{gap:8px;margin-top:12px;display:flex}.ai-parse-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:8px;flex:1;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.ai-parse-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.ai-parse-btn:disabled{opacity:.5;cursor:not-allowed}.ai-reset-btn{color:#ffffffe6;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:8px;padding:10px 16px;font-size:.9rem;transition:all .2s}.ai-reset-btn:hover{background:#ffffff1f}.ai-prompt-hint{color:#fff6;margin-top:8px;font-size:.75rem}.ai-panel-error{color:#fca5a5;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;margin-bottom:16px;padding:12px;font-size:.9rem}.ai-preview-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:16px}.ai-preview-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ai-preview-icon{font-size:1.5rem}.ai-preview-title{color:#fff;font-size:1.1rem;font-weight:600}.ai-preview-details{color:#ffffffb3;gap:16px;margin-bottom:8px;font-size:.9rem;display:flex}.ai-preview-meta{flex-wrap:wrap;gap:8px;display:flex}.ai-preview-type{color:#c4b5fd;background:#8b5cf633;border-radius:12px;padding:4px 10px;font-size:.8rem;font-weight:500}.ai-preview-notes{color:#ffffff80;font-size:.85rem;font-style:italic}.ai-command-output{color:#a5f3fc;white-space:pre-wrap;word-break:break-word;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:12px;padding:16px;font-family:Monaco,Consolas,monospace;font-size:.85rem;overflow-x:auto}.ai-copy-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;width:100%;padding:12px;font-size:.9rem;font-weight:600;transition:all .2s}.ai-copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.ai-history-section{border-top:1px solid #ffffff1a;padding-top:24px}.ai-history-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ai-history-header label{margin-bottom:0}.ai-clear-history{color:#fff6;cursor:pointer;background:0 0;border:none;font-size:.8rem;transition:color .2s}.ai-clear-history:hover{color:#ffffffb3}.ai-history-list{flex-direction:column;gap:8px;display:flex}.ai-history-item{cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px;transition:all .2s;display:flex}.ai-history-item:hover{background:#ffffff14;border-color:#ffffff26}.ai-history-prompt{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.85rem;overflow:hidden}.ai-history-result{color:#ffffff80;font-size:.8rem}.ai-settings{flex-direction:column;flex:1;display:flex}.ai-settings-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.ai-settings-header h3{color:#fff;margin:0;font-size:1.1rem}.ai-settings-close{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:6px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.ai-settings-close:hover{transform:translateY(-1px)}.ai-settings-content{padding:24px}.ai-settings-row{margin-bottom:20px}.ai-settings-row label{color:#ffffffb3;margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.api-key-input-wrapper{gap:8px;display:flex}.ai-settings-input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;flex:1;padding:12px;font-family:inherit;font-size:.95rem;transition:all .2s}.ai-settings-input:focus{background:#ffffff1f;border-color:#8b5cf699;outline:none}.toggle-key-visibility{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:8px;padding:8px 12px;font-size:.85rem;transition:all .2s}.toggle-key-visibility:hover{background:#ffffff1f}.ai-settings-hint{color:#fff6;margin-top:8px;font-size:.8rem}.ai-settings-hint a{color:#8b5cf6;text-decoration:none}.ai-settings-hint a:hover{text-decoration:underline}.ai-settings-actions{gap:12px;margin-top:24px;display:flex}.ai-settings-clear{color:#ef4444;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;padding:10px 16px;font-size:.9rem;transition:all .2s}.ai-settings-clear:hover{background:#ef444440}.ai-settings-save{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;flex:1;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.ai-settings-save:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.ai-panel-message{color:#c4b5fd;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:8px;margin-bottom:16px;padding:12px;font-size:.9rem}.ai-action-buttons{gap:8px;display:flex}.ai-apply-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:8px;flex:1;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.ai-apply-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf666}.ai-apply-btn:disabled{opacity:.5;cursor:not-allowed}.ai-apply-btn--danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.ai-apply-btn--danger:hover:not(:disabled){box-shadow:0 4px 12px #ef444466}.ai-preview-card--update{border-color:#8b5cf64d}.ai-preview-card--delete{background:#ef44440d;border-color:#ef44444d}.ai-preview-warning{color:#fca5a5;align-items:center;gap:8px;margin-bottom:12px;font-weight:500;display:flex}.ai-preview-changes{border-top:1px solid #ffffff1a;margin-top:12px;padding-top:12px}.ai-preview-changes-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.8rem;display:block}.ai-preview-change-row{align-items:center;gap:8px;padding:4px 0;font-size:.9rem;display:flex}.ai-preview-change-field{color:#fff9;min-width:60px}.ai-preview-change-old{color:#fff6;text-decoration:line-through}.ai-preview-change-arrow{color:#fff6}.ai-preview-change-new{color:#a5f3fc;font-weight:500}.ai-preview-no-changes{color:#ffffff80;margin-top:8px;font-size:.85rem;font-style:italic}.ai-disambiguation-list{flex-direction:column;gap:8px;display:flex}.ai-disambiguation-item{cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px;transition:all .2s;display:flex}.ai-disambiguation-item:hover{background:#ffffff1a;border-color:#8b5cf666}.ai-disambiguation-icon{font-size:1.25rem}.ai-disambiguation-details{flex-direction:column;gap:2px;display:flex}.ai-disambiguation-title{color:#fff;font-weight:500}.ai-disambiguation-meta{color:#ffffff80;font-size:.85rem}@media(max-width:480px){.ai-panel{width:100vw}.ai-trigger-btn{width:45px;height:45px;font-size:.8rem;bottom:20px;left:50%;right:auto;transform:translate(-50%)}}.bottom-sheet-backdrop{z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.bottom-sheet-backdrop.visible{opacity:1;pointer-events:auto}.bottom-sheet{z-index:1000;background:var(--banner-background);border-radius:0 0 16px 16px;flex-direction:column;max-height:85vh;transition:transform .3s ease-out;display:flex;position:fixed;top:0;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 20px #0000004d}.bottom-sheet.open{transform:translateY(0)}.day-button-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.day-action-buttons{gap:4px;display:flex}.day-action-btn{color:#ffffff80;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;transition:all .2s;display:flex}.day-action-btn:hover{color:#ffffffe6;background:#ffffff26;border-color:#ffffff4d}.day-action-btn:active{transform:scale(.95)}.day-action-btn:disabled{opacity:.5;cursor:not-allowed}.day-close-btn{color:#ffffff80;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;transition:all .2s;display:flex}.day-close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466}.day-close-btn:active{transform:scale(.95)}.day-chevron{color:#ffffff80;cursor:pointer;z-index:5;background:#ffffff0d;border:none;justify-content:center;align-items:center;width:40px;font-size:1.75rem;transition:all .2s;display:flex;position:absolute;top:0;bottom:0}.day-chevron:hover{color:#ffffffe6;background:#ffffff1a}.day-chevron:active{background:#ffffff26}.day-chevron-left{border-radius:0 0 0 16px;left:0}.day-chevron-right{border-radius:0 0 16px;right:0}.bottom-sheet-content{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#fff3 transparent;flex:1;margin:0 40px;padding:16px 20px 20px;overflow-y:auto}.bottom-sheet-content::-webkit-scrollbar{width:6px}.bottom-sheet-content::-webkit-scrollbar-track{background:0 0}.bottom-sheet-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.bottom-sheet-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.bottom-sheet .next-action-title{box-shadow:none;border-bottom:1px solid #ffffff1a;border-radius:0;margin:0;padding:0 0 12px;position:relative}.day-date-text{color:var(--banner-text);white-space:nowrap;margin-bottom:2px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.75rem;font-weight:500}.day-location-text{color:#fff9;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.7rem;font-weight:500}@media(max-width:768px){.bottom-sheet{max-height:90vh}.bottom-sheet-content{margin:0 40px;padding:12px 12px 16px}.day-chevron{width:36px}}@media(min-width:769px){.bottom-sheet{border-radius:0 0 16px 16px;max-width:800px;left:50%;transform:translate(-50%)translateY(-100%)}.bottom-sheet.open{transform:translate(-50%)translateY(0)}}.login-screen{background:var(--body-background);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--banner-background);box-shadow:0 8px 32px var(--banner-shadow);text-align:center;border-radius:16px;max-width:400px;padding:40px}.login-card h1{color:var(--banner-text);margin-bottom:8px}.login-card p{color:var(--banner-text);opacity:.7;margin-bottom:24px}.github-button{color:#fff;cursor:pointer;background:#24292e;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 24px;font-size:16px;transition:background .2s;display:flex}.github-button:hover{background:#2f363d}.loading{min-height:100vh;color:var(--banner-text);background:var(--body-background);justify-content:center;align-items:center;display:flex}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}
