@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700&display=swap";
html,body{-ms-overflow-style:none;scrollbar-width:none;height:100%;margin:0;padding:0;position:relative;overflow-x:hidden}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}*{box-sizing:border-box}.dropdown-item{align-items:center;gap:.5rem;display:flex}.dropdown-item-icon{flex:0 0 1.5rem;justify-content:center;align-items:center;width:1.5rem;min-width:1.5rem;height:1.5rem;line-height:1;display:inline-flex}:root{--bg-color:#fff;--bg-color-rgb:255, 255, 255;--text-color:#1e293b;--text-muted:#64748b;--border-color-rgb:0, 0, 0;--accent-color:#6366f1;--accent-color-rgb:99, 102, 241;--title-start-color:#1e293b;--title-end-color:#475569;--footer-height:70px;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-right:env(safe-area-inset-right,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--footer-total-height:calc(var(--footer-height) + var(--safe-area-bottom));--period-bg-light:#fdf2f8;--period-bg-dark:#1a1625;--period-bg-light-card:#ffebee;--period-bg-dark-card:#3a102a;--period-text-light:#333;--period-text-dark:#fce4ec;--period-accent:#ec4899;--period-accent-light:#f472b6;--period-strong-pink:#db2777;--period-deep-pink:#be185d}body.dark-mode{--bg-color:#0f172a;--bg-color-rgb:15, 23, 42;--text-color:#e2e8f0;--text-muted:#94a3b8;--border-color-rgb:255, 255, 255;--title-start-color:#e2e8f0;--title-end-color:#94a3b8}body{background-color:var(--bg-color);color:var(--text-color);width:100%;min-height:100vh;padding-bottom:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color .5s,color .5s;position:relative;overflow-y:auto}body.dark-mode{color:#e2e8f0;background-color:#0f172a}body.period-mode{background-color:var(--period-bg-light-card)!important;color:var(--period-text-light)!important}body.period-mode.dark-mode{background-color:var(--bg-color)!important;color:var(--text-color)!important}.period-specific-card{border:1px solid #e91e631a;border-radius:.5rem;padding:1rem;background-color:var(--period-bg-light)!important;color:#333!important}.dark-mode .period-specific-card{box-shadow:none;border:1px solid #ffffff1a;color:var(--text-color)!important;background-color:#0000!important}.period-tracker-widget{background-color:#fff;border-radius:.75rem;flex-direction:column;min-height:200px;margin-bottom:1rem;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 6px #0000000d}.dark-mode .period-tracker-widget{background-color:var(--bg-color);border:1px solid #ffffff1a;box-shadow:0 2px 8px #0003}.period-tracker-widget:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.period-tracker-widget .card-header{border-bottom:1px solid #0000000d;padding:.75rem 1rem;font-size:1.125rem;font-weight:600}.dark-mode .period-tracker-widget .card-header{border-bottom:1px solid #ffffff0d}.period-tracker-widget .card-content{background-color:var(--period-bg-light);color:#333;flex-direction:column;flex:1;padding:1rem;display:flex}.dark-mode .period-tracker-widget .card-content{color:var(--text-color);background-color:#0000;border-top:1px solid #ffffff1a}.period-card-header{font-weight:600;color:var(--period-accent)!important}.dark-mode .period-card-header{color:var(--text-color)!important}.period-active,.period-ended,.no-period-active,.verification-container{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.period-status{color:var(--period-accent);text-align:center;margin:.5rem 0;font-size:1rem;font-weight:600}.dark-mode .period-status{color:var(--text-color)}.time-display-container{width:100%;margin:.5rem 0}.time-units-grid{justify-content:center;gap:.25rem;display:flex}.time-units-grid.analog-layout{flex-direction:row;gap:.25rem;display:flex}.time-units-grid.stacked-layout{flex-direction:column;gap:.25rem;display:flex}.time-unit-column{flex-direction:column;align-items:center;min-width:3rem;display:flex}.time-unit-row{border-bottom:1px solid #e91e631a;justify-content:space-between;align-items:center;width:100%;padding:.25rem .5rem;display:flex}.dark-mode .time-unit-row{border-bottom-color:#e91e6333}.time-unit-column .time-unit-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:600}.time-unit-row .time-unit-label{font-size:.8rem;font-weight:500}.time-unit-column .time-unit-value{background-color:var(--period-accent);color:#fff;text-align:center;border-radius:4px;width:100%;min-width:2.5rem;padding:.25rem .5rem;font-size:1.25rem;font-weight:700}.time-unit-row .time-unit-value{color:var(--period-accent);font-weight:600}.dark-mode .time-unit-column .time-unit-value{background-color:var(--period-deep-pink)}.dark-mode .time-unit-row .time-unit-value{color:var(--period-accent-light)}.widget-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:.75rem 0;display:flex}.action-button{cursor:pointer;border:none;border-radius:.5rem;min-width:120px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.verify-button{color:#fff;background-color:#f97316}.end-button{color:#fff;background-color:#ef4444}.start-button{background-color:var(--period-accent);color:#fff}.confirm-button{color:#fff;background-color:#22c55e}.cancel-button{color:#fff;background-color:#6b7280}.action-button:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 2px 5px #0000001a}.action-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.verify-prompt{text-align:center;margin-bottom:1rem}.verify-time{color:var(--period-accent);font-weight:600}.dark-mode .verify-time{color:var(--period-accent-light)}.period-summary{background-color:#ffffff80;border-radius:.5rem;width:100%;margin-bottom:1rem;padding:.75rem}.dark-mode .period-summary{background-color:#ffffff0d}.summary-item{border-bottom:1px solid #e91e631a;justify-content:space-between;margin:.5rem 0;padding:.25rem 0;display:flex}.dark-mode .summary-item{border-bottom:1px solid #e91e6333}.summary-item:last-child{border-bottom:none}.prediction-info,.next-prediction{text-align:center;background-color:#ffffff80;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.75rem;font-size:.9rem}.dark-mode .prediction-info,.dark-mode .next-prediction{background-color:#0003}.prediction-date{color:var(--period-accent);margin-top:.5rem;font-weight:600}.dark-mode .prediction-date{color:var(--period-accent-light)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fade-in{opacity:0;animation:.5s ease-out forwards fadeInUp;transform:translateY(20px)scale(.95)}.fade-in:first-child{animation-delay:.1s}.fade-in:nth-child(2){animation-delay:.15s}.fade-in:nth-child(3){animation-delay:.2s}.fade-in:nth-child(4){animation-delay:.25s}.fade-in:nth-child(5){animation-delay:.3s}.fade-in:nth-child(6){animation-delay:.35s}.fade-in:nth-child(7){animation-delay:.4s}.fade-in:nth-child(8){animation-delay:.45s}.fade-in:nth-child(9){animation-delay:.5s}.fade-in:nth-child(10){animation-delay:.55s}.fade-in:nth-child(n+11){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.app-container.loaded .fade-in{opacity:1}.app-container{opacity:0;flex-direction:column;width:100%;max-width:1200px;min-height:100dvh;margin:0 auto;padding-bottom:0;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;position:relative;transform:translateY(20px)}.app-container.loaded{opacity:1;transform:translateY(0)}.app-container.dark-mode{color:#e2e8f0;background-color:#0f172a}.dashboard{width:100%;max-width:1400px;margin:0 auto;padding:1rem;overflow-x:hidden}.loading{flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;display:flex}.loading-spinner{border:4px solid rgba(var(--border-color-rgb), .1);border-top:4px solid var(--accent-color);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.loading-text{color:var(--text-muted);font-size:1rem}.error{color:#ef4444;text-align:center;background-color:#ef44441a;border-radius:.5rem;margin:1rem 0;padding:1rem}@media (max-width:768px){:root{--footer-height:80px}}@media (max-width:480px){:root{--footer-height:70px}}@media (max-height:740px) and (max-width:480px){:root{--footer-height:60px}}:root[style*="--override-theme: true"] .app-container{background-color:var(--period-bg-light)}:root[style*="--override-theme: true"] .dark-mode .app-container{background-color:var(--bg-color)}.widget-settings{background-color:#ffffff80;border-top:1px solid #0000000d;padding:.75rem}.dark-mode .widget-settings{background-color:#0000001a;border-top:1px solid #ffffff0d}.settings-section{margin-bottom:.75rem}.settings-section:last-child{margin-bottom:0}.toggle-section-btn{color:var(--period-accent);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:.25rem 0;font-size:.9rem;font-weight:500;text-decoration:none}.dark-mode .toggle-section-btn{color:var(--period-accent-light)}.stats-panel,.history-panel{background-color:#e91e630d;border-radius:8px;margin-top:.75rem;padding:.75rem}.dark-mode .stats-panel,.dark-mode .history-panel{background-color:#e91e631a}.stat-item{justify-content:space-between;margin-bottom:.5rem;display:flex}.stat-item:last-child{margin-bottom:0}.stat-label,.history-label{font-size:.9rem;font-weight:500}.stat-value,.history-value{color:var(--period-accent);font-size:.9rem;font-weight:600}.dark-mode .stat-value,.dark-mode .history-value{color:var(--period-accent-light)}.history-panel{max-height:250px;overflow-y:auto}.history-entry{background-color:#ffffff80;border-radius:6px;margin-bottom:.75rem;padding:.75rem}.dark-mode .history-entry{background-color:#0003}.history-date-range{margin-bottom:.5rem}.history-item{justify-content:space-between;margin-bottom:.25rem;display:flex}.history-item.duration{border-top:1px dashed #e91e631a;margin-top:.25rem;padding-top:.5rem}.color-setting-item{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.color-setting-label{flex:1;min-width:100px;font-size:.9rem;font-weight:500}.color-input-container{align-items:center;gap:.5rem;display:flex}.color-input{cursor:pointer;border:none;border-radius:4px;width:40px;height:30px;padding:0;overflow:hidden}.color-setting-note{text-align:center;color:var(--text-muted);border-top:1px dashed #e91e6333;margin-top:.75rem;padding-top:.5rem;font-size:.75rem}.dark-mode .color-setting-note{color:var(--text-muted);border-top:1px dashed #e91e634d}.color-settings-section{background-color:#e91e630d;border-radius:8px;margin-top:.75rem;padding:.75rem}.dark-mode .color-settings-section{background-color:#e91e631a}.color-setting-group{margin-bottom:.5rem}.color-setting-group:last-child{margin-bottom:0}.color-setting-label{margin-bottom:.25rem;font-size:.8rem;font-weight:500;display:block}.color-input-row{align-items:center;gap:.5rem;display:flex}.color-input-container{flex:1;position:relative}input[type=color]{-webkit-appearance:none;cursor:pointer;background-color:#0000;border:none;border-radius:4px;width:100%;height:2rem;padding:0}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.reset-color-btn{color:var(--period-accent);cursor:pointer;background:0 0;border:1px solid #e91e634d;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;transition:all .2s}.dark-mode .reset-color-btn{color:var(--period-accent-light);border-color:#e91e6380}.reset-color-btn:hover{background-color:#e91e631a}.dark-mode .reset-color-btn:hover{background-color:#e91e6333}.period-widget{color:var(--period-text);background-color:var(--period-bg);border-radius:10px;flex-direction:column;gap:.75rem;padding:1rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000001a}.period-widget .widget-title{border-bottom:1px solid #e91e6333;margin:0;padding-bottom:.5rem;font-size:1rem;font-weight:600}.period-widget .widget-content{flex-direction:column;flex:1;gap:.75rem;display:flex}.period-data-row{justify-content:space-between;align-items:center;display:flex}.period-data-label{opacity:.85;font-size:.85rem}.period-data-value{font-size:.95rem;font-weight:500}.period-widget .empty-state{text-align:center;opacity:.7;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}.period-widget .empty-state-icon{opacity:.6;font-size:2rem}.period-widget .empty-state-text{font-size:.9rem}.period-widget .action-button{background-color:var(--period-accent);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:6px;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.period-widget .action-button:hover{opacity:.9;transform:translateY(-1px)}.period-prediction{background-color:#e91e631a;border-radius:6px;flex-direction:column;gap:.25rem;margin-top:.5rem;padding:.75rem;display:flex}.dark-mode .period-prediction{background-color:#ffffff0d}.prediction-date{font-size:.9rem;font-weight:600}.prediction-info{opacity:.9;font-size:.8rem}
.Header-module__KHjLKa__header{z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(var(--bg-color-rgb), .8);box-shadow:none;border-bottom:none;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.5rem;transition:all .3s;display:flex;position:relative}.Header-module__KHjLKa__headerTop{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.Header-module__KHjLKa__headerBottom{justify-content:flex-end;padding:.5rem 0;display:flex}.Header-module__KHjLKa__logoContainer{justify-content:center;align-items:center;gap:.5rem;display:flex}.Header-module__KHjLKa__logoIcon{cursor:pointer;margin-right:.25rem;font-size:1.25rem;transition:transform .5s;animation:3s ease-in-out infinite Header-module__KHjLKa__pulse}.Header-module__KHjLKa__logoIcon:hover{animation:1s linear infinite Header-module__KHjLKa__spinClockwise}@keyframes Header-module__KHjLKa__pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes Header-module__KHjLKa__spinClockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Header-module__KHjLKa__appTitle{letter-spacing:1px;background:linear-gradient(90deg, var(--title-start-color,#1e293b), var(--title-end-color,#475569));-webkit-text-fill-color:transparent;text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Orbitron,sans-serif;font-size:1.75rem;font-weight:700}.Header-module__KHjLKa__highlight{background:linear-gradient(90deg,#6366f1,#8b5cf6);-webkit-text-fill-color:transparent;text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__KHjLKa__themeToggle{cursor:pointer;background:0 0;background-color:rgba(var(--accent-color-rgb), .1);border:none;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:all .2s;display:flex}.Header-module__KHjLKa__themeToggle:hover{background-color:rgba(var(--accent-color-rgb), .2)}.Header-module__KHjLKa__authButtons{align-items:center;gap:1rem;display:flex}.Header-module__KHjLKa__authButton{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Header-module__KHjLKa__accountBtn{color:#fff;background-color:#6366f1}.Header-module__KHjLKa__accountBtn:hover{background-color:#4f46e5}.Header-module__KHjLKa__signoutBtn{color:#fff;background-color:#ef4444e6}.Header-module__KHjLKa__signoutBtn:hover{background-color:#dc2626}.Header-module__KHjLKa__loginBtn{color:#fff;background-color:#6366f1}.Header-module__KHjLKa__loginBtn:hover{background-color:#4f46e5}@media (max-width:640px){.Header-module__KHjLKa__authButtons{flex-direction:row;gap:.5rem}.Header-module__KHjLKa__authButton{padding:.4rem .8rem;font-size:.8rem}}@media (max-width:600px){.Header-module__KHjLKa__appTitle{font-size:1.5rem}.Header-module__KHjLKa__header{padding:.75rem .5rem}}@media (max-height:740px) and (max-width:480px){.Header-module__KHjLKa__header{gap:.4rem;padding:.5rem}.Header-module__KHjLKa__appTitle{font-size:1.35rem}.Header-module__KHjLKa__themeToggle{width:2.25rem;height:2.25rem;font-size:1.1rem}.Header-module__KHjLKa__headerBottom{padding:.25rem 0}.Header-module__KHjLKa__authButton{padding:.35rem .7rem;font-size:.8rem}}
.Footer-module__yg9ahW__footer{background-color:rgba(var(--bg-color-rgb), .95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:var(--footer-total-height,var(--footer-height,70px));min-height:var(--footer-total-height,var(--footer-height,70px));justify-content:center;align-items:center;display:flex;box-shadow:0 -2px 10px #0000001a;z-index:10000!important;width:100%!important;padding:0!important;padding-bottom:var(--safe-area-bottom,0px)!important;margin:0!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important}.Footer-module__yg9ahW__footerPlaceholder{width:100%;height:var(--footer-height,70px);display:none}.Footer-module__yg9ahW__footerContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;position:relative}.Footer-module__yg9ahW__footerBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;max-width:120px;padding:.5rem;font-size:.75rem;transition:all .2s;display:flex;position:relative}.Footer-module__yg9ahW__footerBtn:hover{color:var(--text-color);background-color:rgba(var(--border-color-rgb), .05)}.Footer-module__yg9ahW__footerBtn.Footer-module__yg9ahW__active{color:var(--accent-color);font-weight:500}.Footer-module__yg9ahW__footerBtnIcon{font-size:1.25rem}.Footer-module__yg9ahW__footerBtnText{font-size:.7rem;transition:color .2s}.Footer-module__yg9ahW__pastBtn,.Footer-module__yg9ahW__futureBtn{border:1px solid;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:80px;margin:0 .25rem;padding:.5rem .75rem;transition:all .2s;display:flex}.Footer-module__yg9ahW__pastBtn{color:var(--text-color);border-color:#10b9814d}.Footer-module__yg9ahW__pastBtn.Footer-module__yg9ahW__active{color:#fff;background:#10b981cc;border-color:#10b981e6;transform:translateY(-2px);box-shadow:0 4px 8px #10b98140}.Footer-module__yg9ahW__pastBtn:hover:not(.Footer-module__yg9ahW__active){background-color:#10b9811a;transform:translateY(-2px)}.Footer-module__yg9ahW__futureBtn{color:var(--text-color);border-color:#ef44444d}.Footer-module__yg9ahW__futureBtn.Footer-module__yg9ahW__active{color:#fff;background:#ef4444cc;border-color:#ef4444e6;transform:translateY(-2px);box-shadow:0 4px 8px #ef444440}.Footer-module__yg9ahW__futureBtn:hover:not(.Footer-module__yg9ahW__active){background-color:#ef44441a;transform:translateY(-2px)}.Footer-module__yg9ahW__footerDropdown{bottom:var(--footer-total-height,var(--footer-height));background-color:rgba(var(--bg-color-rgb), .95);z-index:10001;opacity:0;pointer-events:none;border:1px solid rgba(var(--border-color-rgb), .1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-ms-overflow-style:none;scrollbar-width:none;border-radius:1rem;flex-direction:column;gap:.75rem;width:300px;max-height:60vh;padding:1rem;transition:all .3s;display:flex;position:fixed;overflow-y:auto;transform:translateY(10px);box-shadow:0 4px 20px #00000026}.Footer-module__yg9ahW__footerDropdown::-webkit-scrollbar{display:none}.Footer-module__yg9ahW__footerDropdown.Footer-module__yg9ahW__open{opacity:1;pointer-events:auto;animation:.3s forwards Footer-module__yg9ahW__slideUpFromBottom;transform:translateY(0)}.Footer-module__yg9ahW__categoriesDropdown{max-width:220px;max-height:calc(100vh - var(--footer-total-height,var(--footer-height)) - 1rem);opacity:0;pointer-events:none;z-index:10001;bottom:var(--footer-total-height,var(--footer-height));flex-flow:column;justify-content:flex-start;gap:.5rem;transition:opacity .2s,transform .2s;display:flex;position:fixed;overflow:visible auto}@media (max-width:640px){.Footer-module__yg9ahW__footerDropdown{max-height:calc(100dvh - var(--footer-total-height) - 1rem);width:calc(100vw - 1rem)}.Footer-module__yg9ahW__categoriesDropdown{max-width:none;max-height:calc(100dvh - var(--footer-total-height,var(--footer-height)) - 1rem);flex-direction:column;gap:.5rem;display:flex;overflow:visible auto}}.Footer-module__yg9ahW__categoriesDropdown.Footer-module__yg9ahW__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Footer-module__yg9ahW__settingsDropdown{z-index:10001;position:fixed}.Footer-module__yg9ahW__dropdownSection{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.Footer-module__yg9ahW__sectionLabel{color:var(--text-muted);margin-bottom:.25rem;font-size:.8rem;font-weight:500}.Footer-module__yg9ahW__buttonGroup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Footer-module__yg9ahW__smallButton{border:1px solid rgba(var(--border-color-rgb), .2);cursor:pointer;color:var(--text-color);background:0 0;border-radius:.5rem;padding:.3rem .6rem;font-size:.75rem;transition:all .2s}.Footer-module__yg9ahW__smallButton:hover{background-color:rgba(var(--border-color-rgb), .1)}.Footer-module__yg9ahW__smallButton.Footer-module__yg9ahW__active{background-color:var(--accent-color);color:#fff;border-color:var(--accent-color)}.Footer-module__yg9ahW__actionButton{color:var(--text-color)!important;border:1px solid rgba(var(--border-color-rgb), .3)!important;background-color:#0000!important;padding:.35rem .75rem!important;font-size:.75rem!important;font-weight:400!important}.Footer-module__yg9ahW__actionButton:hover{transform:translateY(-1px);background-color:rgba(var(--border-color-rgb), .1)!important}.Footer-module__yg9ahW__actionButton.Footer-module__yg9ahW__active{background:var(--accent-color)!important;color:#fff!important;box-shadow:0 2px 5px rgba(var(--accent-color-rgb), .3)!important;border-color:var(--accent-color)!important;font-weight:500!important}.Footer-module__yg9ahW__dropdownItem{border:1px solid rgba(var(--border-color-rgb), .2);cursor:pointer;color:var(--text-color);text-align:left;background:0 0;border-radius:.75rem;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.Footer-module__yg9ahW__dropdownItem:hover{background-color:rgba(var(--border-color-rgb), .1)}.Footer-module__yg9ahW__dropdownItem.Footer-module__yg9ahW__active{background-color:rgba(var(--accent-color-rgb), .2);border-color:var(--accent-color);color:var(--accent-color);box-shadow:0 2px 6px rgba(var(--accent-color-rgb), .2);transform:translateY(-2px)}.Footer-module__yg9ahW__dropdownItemIcon{flex:0 0 1.5rem;justify-content:center;align-items:center;width:1.5rem;min-width:1.5rem;height:1.5rem;font-size:1rem;line-height:1;display:inline-flex}.Footer-module__yg9ahW__optionSeparator{color:var(--text-muted);margin:0 .25rem}.Footer-module__yg9ahW__addEventBtn{background-color:var(--accent-color);color:#fff;width:3.5rem;height:3.5rem;box-shadow:0 4px 10px rgba(var(--accent-color-rgb), .4);cursor:pointer;z-index:1101;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:3.5rem;min-height:3.5rem;margin:0 .25rem;font-size:1.5rem;transition:all .2s;display:flex;position:relative;transform:translateY(-.25rem)}.Footer-module__yg9ahW__addEventBtn:hover{box-shadow:0 6px 16px rgba(var(--accent-color-rgb), .5);transform:translateY(-.5rem)}.Footer-module__yg9ahW__addBtnIcon{justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex}@keyframes Footer-module__yg9ahW__slideUpFromBottom{0%{opacity:0;pointer-events:none;transform:translateY(10px)}to{opacity:1;pointer-events:auto;transform:translateY(0)}}.Footer-module__yg9ahW__categoriesBtn .Footer-module__yg9ahW__footerBtnText{text-overflow:ellipsis;white-space:nowrap;max-width:100px;transition:all .3s;overflow:hidden}@media (max-width:768px){.Footer-module__yg9ahW__footerContainer{justify-content:space-between;padding:0 .5rem}.Footer-module__yg9ahW__footerBtn{max-width:80px;padding:.25rem}.Footer-module__yg9ahW__addEventBtn{width:3.5rem;min-width:3.5rem;height:3.5rem;transform:translateY(-.35rem)}.Footer-module__yg9ahW__addEventBtn:hover{transform:translateY(-.5rem)}.Footer-module__yg9ahW__pastBtn,.Footer-module__yg9ahW__futureBtn{min-width:70px;margin:0 .1rem;padding:.5rem .25rem}.Footer-module__yg9ahW__categoriesDropdown{width:220px;max-width:220px;max-height:calc(100vh - var(--footer-total-height,var(--footer-height)) - 1rem);left:.5rem;bottom:calc(var(--footer-total-height,var(--footer-height)) + 10px);flex-flow:column;overflow:visible auto}.Footer-module__yg9ahW__settingsDropdown{right:.5rem}}@media (min-width:769px){.Footer-module__yg9ahW__categoriesDropdown{width:220px;max-width:220px;max-height:calc(100vh - var(--footer-total-height,var(--footer-height)) - 1rem);flex-flow:column;padding:1rem;left:calc(max(50% - 600px,0px) + 1rem);overflow:visible auto}}@media (max-width:480px){.Footer-module__yg9ahW__footerContainer{justify-content:space-between;gap:.1rem;padding:0 .5rem}.Footer-module__yg9ahW__footerBtn,.Footer-module__yg9ahW__pastBtn,.Footer-module__yg9ahW__futureBtn{min-width:60px;max-width:70px;margin:0;padding:.4rem .25rem}.Footer-module__yg9ahW__footerBtnText{font-size:.65rem}.Footer-module__yg9ahW__addEventBtn{flex-shrink:0;min-width:3.5rem;min-height:3.5rem;margin:0;transform:translateY(-.25rem)}.Footer-module__yg9ahW__addEventBtn:hover{transform:translateY(-.4rem)}.Footer-module__yg9ahW__categoriesDropdown{left:.5rem;bottom:calc(var(--footer-total-height,var(--footer-height)) + 10px);width:220px;max-width:220px;max-height:calc(100vh - var(--footer-total-height,var(--footer-height)) - 1rem);flex-flow:column;overflow:visible auto;transform:none}.Footer-module__yg9ahW__settingsDropdown{right:.5rem}}@media (max-width:400px){.Footer-module__yg9ahW__footerBtn{min-width:40px;padding:.4rem .1rem}.Footer-module__yg9ahW__footerBtnIcon{font-size:1.2rem}.Footer-module__yg9ahW__footerBtnText{font-size:.6rem}.Footer-module__yg9ahW__pastBtn,.Footer-module__yg9ahW__futureBtn{flex-direction:column;justify-content:center;align-items:center;min-width:40px;padding:.4rem .1rem;display:flex}.Footer-module__yg9ahW__addEventBtn{flex-shrink:0;width:3.5rem;min-width:3.5rem;height:3.5rem;min-height:3.5rem;margin:0;font-size:1.5rem;transform:translateY(-.2rem)}.Footer-module__yg9ahW__addEventBtn:hover{transform:translateY(-.3rem)}}
.Layout-module__saeABG__container{flex-direction:column;flex:1;width:100%;min-height:0;margin-bottom:0;padding-bottom:0;display:flex;position:relative;overflow:hidden auto}.Layout-module__saeABG__mainContent{flex-direction:column;flex:1;padding:1rem 0;display:flex;overflow:hidden}.Layout-module__saeABG__eventsContainer{flex-direction:column;flex:1;min-height:0;padding:0 1rem;display:flex;position:relative;overflow-y:auto}.Layout-module__saeABG__footerSpacer{height:var(--footer-total-height,var(--footer-height,70px));flex-shrink:0;width:100%}.Layout-module__saeABG__eventsContainer::-webkit-scrollbar{display:none}@media (max-width:768px){.Layout-module__saeABG__container{padding-bottom:0}.Layout-module__saeABG__eventsContainer{padding:0 .75rem}.Layout-module__saeABG__footerSpacer{height:var(--footer-total-height,var(--footer-height,80px))}}@media (max-width:480px){.Layout-module__saeABG__container{padding-bottom:0}.Layout-module__saeABG__eventsContainer{padding:0 .5rem}.Layout-module__saeABG__footerSpacer{height:var(--footer-total-height,var(--footer-height,70px))}}
.Toast-module__HsjkRa__toast{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;min-width:300px;max-width:500px;padding:16px 20px;font-size:14px;line-height:1.5;animation:.3s ease-out Toast-module__HsjkRa__slideIn;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #00000026}.Toast-module__HsjkRa__dark-mode .Toast-module__HsjkRa__toast{box-shadow:0 4px 12px #0006}@keyframes Toast-module__HsjkRa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__HsjkRa__toastContent{align-items:center;gap:12px;display:flex}.Toast-module__HsjkRa__toastIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;font-weight:700;display:flex}.Toast-module__HsjkRa__toastMessage{word-wrap:break-word;flex:1}.Toast-module__HsjkRa__toastClose{cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:24px;line-height:1;transition:opacity .2s;display:flex}.Toast-module__HsjkRa__toastClose:hover{opacity:1}.Toast-module__HsjkRa__toastClose:focus{outline-offset:2px;border-radius:4px;outline:2px solid}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__success{color:#fff;background-color:#10b981}.Toast-module__HsjkRa__dark-mode .Toast-module__HsjkRa__toast.Toast-module__HsjkRa__success{background-color:#059669}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__error{color:#fff;background-color:#ef4444}.Toast-module__HsjkRa__dark-mode .Toast-module__HsjkRa__toast.Toast-module__HsjkRa__error{background-color:#dc2626}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__warning{color:#fff;background-color:#f59e0b}.Toast-module__HsjkRa__dark-mode .Toast-module__HsjkRa__toast.Toast-module__HsjkRa__warning{background-color:#d97706}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__info{color:#fff;background-color:#3b82f6}.Toast-module__HsjkRa__dark-mode .Toast-module__HsjkRa__toast.Toast-module__HsjkRa__info{background-color:#2563eb}.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__success .Toast-module__HsjkRa__toastIcon,.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__error .Toast-module__HsjkRa__toastIcon,.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__warning .Toast-module__HsjkRa__toastIcon,.Toast-module__HsjkRa__toast.Toast-module__HsjkRa__info .Toast-module__HsjkRa__toastIcon{background-color:#fff3}@media (max-width:640px){.Toast-module__HsjkRa__toast{min-width:auto;max-width:none;bottom:10px;left:10px;right:10px}}
.EventGrid-module__wAjhIG__widgetGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:1rem 0 1.5rem;transition:all .3s;display:grid}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="1"]{grid-template-columns:1fr}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="2"]{grid-template-columns:repeat(2,1fr)}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="3"]{grid-template-columns:repeat(3,1fr)}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="4"]{grid-template-columns:repeat(4,1fr)}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="5"]{grid-template-columns:repeat(5,1fr)}.EventGrid-module__wAjhIG__customArrangement .EventGrid-module__wAjhIG__widgetItem{cursor:move;transition:transform .2s,box-shadow .2s}.EventGrid-module__wAjhIG__widgetItem{scroll-margin-top:20px;scroll-margin-bottom:calc(var(--footer-total-height,80px) + 20px);border-radius:16px;transition:all .3s;animation:.5s forwards EventGrid-module__wAjhIG__fadeIn;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.EventGrid-module__wAjhIG__widgetItem.EventGrid-module__wAjhIG__dragging{opacity:.4;z-index:100;transform:scale(.95);box-shadow:0 2px 5px #0000000d}.EventGrid-module__wAjhIG__widgetItem.EventGrid-module__wAjhIG__dragOver{box-shadow:0 0 0 2px var(--accent-color);transform:scale(1.02)}.EventGrid-module__wAjhIG__widgetItem.EventGrid-module__wAjhIG__draggable:hover{transform:translateY(-5px);box-shadow:0 6px 15px #00000026}.EventGrid-module__wAjhIG__widgetItem.EventGrid-module__wAjhIG__selected{box-shadow:0 0 0 3px var(--accent-color), 0 6px 15px #0003;z-index:10}.EventGrid-module__wAjhIG__arrangementNotification{background-color:rgba(var(--bg-color-rgb), .9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(var(--accent-color-rgb), .3);color:var(--text-color);border-radius:.5rem;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;display:flex;box-shadow:0 4px 10px #0000001a}.EventGrid-module__wAjhIG__arrangementButtons{gap:.5rem;display:flex}.EventGrid-module__wAjhIG__actionButton{cursor:pointer;border:none;border-radius:.5rem;padding:.3rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.EventGrid-module__wAjhIG__doneButton{background-color:var(--accent-color);color:#fff}.EventGrid-module__wAjhIG__cancelButton{color:#fff;background-color:#ef4444cc}.EventGrid-module__wAjhIG__actionButton:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}@media (max-width:768px){.EventGrid-module__wAjhIG__widgetGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="1"]{grid-template-columns:1fr}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="2"]{grid-template-columns:repeat(2,1fr)}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="3"],.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="4"],.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="5"]{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.EventGrid-module__wAjhIG__widgetGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="1"]{grid-template-columns:1fr}.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="2"],.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="3"],.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="4"],.EventGrid-module__wAjhIG__widgetGrid[data-grid-size="5"]{grid-template-columns:repeat(2,1fr)}.EventGrid-module__wAjhIG__arrangementNotification{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.5rem .75rem}}
.NoEventsMessage-module__-Lrdgq__noEvents{text-align:center;background-color:rgba(var(--border-color-rgb), .03);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:auto;margin:.75rem 0;padding:1.5rem 1rem 2rem;display:flex}.NoEventsMessage-module__-Lrdgq__noEventsIcon{margin-bottom:.75rem;font-size:2.5rem;animation:2s infinite NoEventsMessage-module__-Lrdgq__pulse}.NoEventsMessage-module__-Lrdgq__noEventsText{color:var(--text-color);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.NoEventsMessage-module__-Lrdgq__explanationText{color:var(--text-muted);max-width:500px;margin-bottom:1rem;font-size:1rem}.NoEventsMessage-module__-Lrdgq__buttonContainer{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;max-width:600px;margin-top:.5rem;display:flex}.NoEventsMessage-module__-Lrdgq__buttonContainer>*{flex-grow:1;min-width:140px}.NoEventsMessage-module__-Lrdgq__addButton,.NoEventsMessage-module__-Lrdgq__switchButton{cursor:pointer;text-align:center;border-radius:2rem;justify-content:center;align-items:center;padding:.7rem 1.25rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 10px #0000001a}.NoEventsMessage-module__-Lrdgq__addButton{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 10px rgba(var(--accent-color-rgb), .4);border:none;order:1}.NoEventsMessage-module__-Lrdgq__switchButton{color:var(--text-color);background-color:#fff;border:1px solid #e5e7eb}.NoEventsMessage-module__-Lrdgq__switchToFuture{order:3}.NoEventsMessage-module__-Lrdgq__switchToPast{order:0}.NoEventsMessage-module__-Lrdgq__showAllCategories{order:2}.NoEventsMessage-module__-Lrdgq__buttonIcon{margin-right:.5rem;font-size:1.1rem}.NoEventsMessage-module__-Lrdgq__addButton:hover,.NoEventsMessage-module__-Lrdgq__switchButton:hover{transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.NoEventsMessage-module__-Lrdgq__addButton:hover{background-color:var(--accent-hover)}.NoEventsMessage-module__-Lrdgq__switchButton:hover{background-color:#f9fafb}@keyframes NoEventsMessage-module__-Lrdgq__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.dark-mode .NoEventsMessage-module__-Lrdgq__switchButton{color:#e2e8f0;background-color:#1e293b;border-color:#334155}.dark-mode .NoEventsMessage-module__-Lrdgq__switchButton:hover{background-color:#334155}.NoEventsMessage-module__-Lrdgq__demoSection{border-top:1px solid rgba(var(--border-color-rgb), .1);text-align:center;width:100%;margin-top:1rem;padding-top:1rem}.NoEventsMessage-module__-Lrdgq__demoSection p{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem}.NoEventsMessage-module__-Lrdgq__demoButton{color:#fff;cursor:pointer;background-color:#6366f1;border:none;border-radius:2rem;justify-content:center;align-items:center;padding:.7rem 1.25rem;font-weight:500;transition:all .3s;display:inline-flex;box-shadow:0 4px 10px #6366f166}.NoEventsMessage-module__-Lrdgq__demoButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.NoEventsMessage-module__-Lrdgq__demoButtonLoading .NoEventsMessage-module__-Lrdgq__buttonIcon{animation:1.5s linear infinite NoEventsMessage-module__-Lrdgq__spin;display:inline-block}@keyframes NoEventsMessage-module__-Lrdgq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.NoEventsMessage-module__-Lrdgq__demoButton:hover{background-color:#4f46e5;transform:translateY(-3px);box-shadow:0 6px 15px #6366f180}@media (max-width:640px){.NoEventsMessage-module__-Lrdgq__noEvents{min-height:0;margin:.5rem 0;padding:1.25rem .75rem 1.5rem}.NoEventsMessage-module__-Lrdgq__noEventsIcon{margin-bottom:.5rem;font-size:2rem}.NoEventsMessage-module__-Lrdgq__noEventsText{margin-bottom:.5rem;font-size:1rem}.NoEventsMessage-module__-Lrdgq__explanationText{margin-bottom:.75rem;padding:0 .5rem;font-size:.9rem}.NoEventsMessage-module__-Lrdgq__buttonContainer{flex-direction:column;gap:.5rem;width:100%;max-width:250px}.NoEventsMessage-module__-Lrdgq__addButton,.NoEventsMessage-module__-Lrdgq__switchButton{width:100%;padding:.6rem .75rem;font-size:.9rem}.NoEventsMessage-module__-Lrdgq__demoSection{margin-top:.75rem;padding-top:.75rem}.NoEventsMessage-module__-Lrdgq__demoSection p{margin-bottom:.5rem;font-size:.85rem}.NoEventsMessage-module__-Lrdgq__demoButton{padding:.6rem 1rem;font-size:.9rem}}@media (max-height:740px) and (max-width:480px){.NoEventsMessage-module__-Lrdgq__noEvents{transform-origin:top;gap:.5rem;margin:.25rem 0;padding:.85rem .75rem 1rem;transform:scale(.94)}.NoEventsMessage-module__-Lrdgq__noEventsIcon{margin-bottom:.25rem;font-size:1.6rem}.NoEventsMessage-module__-Lrdgq__noEventsText{margin-bottom:.25rem;font-size:.95rem}.NoEventsMessage-module__-Lrdgq__explanationText{margin-bottom:.5rem;font-size:.82rem}.NoEventsMessage-module__-Lrdgq__addButton,.NoEventsMessage-module__-Lrdgq__switchButton,.NoEventsMessage-module__-Lrdgq__demoButton{padding:.5rem .75rem;font-size:.85rem}.NoEventsMessage-module__-Lrdgq__demoSection{margin-top:.5rem;padding-top:.5rem}.NoEventsMessage-module__-Lrdgq__demoSection p{margin-bottom:.4rem;font-size:.8rem}}
.ShareEvent-module__0FQ2uq__container{color:#e2e8f0;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.ShareEvent-module__0FQ2uq__content{text-align:center;width:100%;max-width:600px}.ShareEvent-module__0FQ2uq__title{background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:40px;font-family:Orbitron,sans-serif;font-size:32px;font-weight:700}.ShareEvent-module__0FQ2uq__loading,.ShareEvent-module__0FQ2uq__errorContainer{text-align:center;font-size:18px}.ShareEvent-module__0FQ2uq__errorTitle{margin-bottom:20px;font-size:24px;font-weight:600}.ShareEvent-module__0FQ2uq__link{color:#818cf8;font-size:16px;text-decoration:none}.ShareEvent-module__0FQ2uq__link:hover{text-decoration:underline}.ShareEvent-module__0FQ2uq__eventCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#1e293bcc;border-left:4px solid;border-radius:16px;margin-bottom:30px;padding:30px;position:relative;box-shadow:0 20px 60px #0000004d}.ShareEvent-module__0FQ2uq__categoryBadge{text-transform:uppercase;letter-spacing:.1em;border-radius:999px;margin-bottom:16px;padding:6px 16px;font-size:11px;font-weight:600;display:inline-block}.ShareEvent-module__0FQ2uq__totalsBadge{color:#818cf8;text-transform:uppercase;letter-spacing:.05em;background:#6366f133;border-radius:6px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:16px;left:16px}.ShareEvent-module__0FQ2uq__eventName{color:#e2e8f0;margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.2}.ShareEvent-module__0FQ2uq__eventDate{color:#94a3b8;margin:0 0 24px;font-size:14px;font-weight:500}.ShareEvent-module__0FQ2uq__timeDisplay{flex-direction:column;align-items:center;gap:16px;padding:20px 0;display:flex}.ShareEvent-module__0FQ2uq__timeUnitsGrid{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.ShareEvent-module__0FQ2uq__timeUnitColumn{flex-direction:column;align-items:center;gap:8px;min-width:50px;display:flex}.ShareEvent-module__0FQ2uq__timeUnitLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.ShareEvent-module__0FQ2uq__timeUnitValue{color:#dc2626;background:#1e293b99;border:1px solid #ffffff1a;border-radius:8px;min-width:50px;padding:8px 12px;font-family:Orbitron,monospace;font-size:24px;font-weight:700}.ShareEvent-module__0FQ2uq__totalsView{flex-direction:column;gap:12px;width:100%;margin-top:16px;display:flex}.ShareEvent-module__0FQ2uq__timeUnitRow{background:#0f172a66;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ShareEvent-module__0FQ2uq__timeUnitRow .ShareEvent-module__0FQ2uq__timeUnitLabel{color:#cbd5e1;font-size:14px;font-weight:500}.ShareEvent-module__0FQ2uq__timeUnitRow .ShareEvent-module__0FQ2uq__timeUnitValue{color:#f472b6;background:0 0;border:none;min-width:auto;padding:0;font-size:18px}.ShareEvent-module__0FQ2uq__timeDirection{margin-top:8px}.ShareEvent-module__0FQ2uq__pastBadge,.ShareEvent-module__0FQ2uq__futureBadge{border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.ShareEvent-module__0FQ2uq__pastBadge{color:#10b981;background:#10b98133;border:1px solid #10b9814d}.ShareEvent-module__0FQ2uq__futureBadge{color:#818cf8;background:#6366f133;border:1px solid #6366f14d}.ShareEvent-module__0FQ2uq__directionIcon{font-size:16px}.ShareEvent-module__0FQ2uq__toggleTotalsButton{color:#818cf8;cursor:pointer;background:#6366f133;border:1px solid #6366f14d;border-radius:8px;margin-top:20px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s}.ShareEvent-module__0FQ2uq__toggleTotalsButton:hover{background:#6366f14d;transform:translateY(-2px)}.ShareEvent-module__0FQ2uq__shareButton{color:#818cf8;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;width:100%;max-width:400px;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.ShareEvent-module__0FQ2uq__shareButton:hover{background:#6366f133;border-color:#6366f180;transform:translateY(-2px)}.ShareEvent-module__0FQ2uq__actionButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border:none;border-radius:12px;width:100%;max-width:400px;padding:18px 36px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 15px #6366f166}.ShareEvent-module__0FQ2uq__actionButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.ShareEvent-module__0FQ2uq__actionButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.ShareEvent-module__0FQ2uq__toggleContainer{justify-content:center;margin:1rem 0 1.5rem;display:flex}.ShareEvent-module__0FQ2uq__toggleButton{color:#818cf8;cursor:pointer;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;padding:.75rem 1.5rem;font-size:14px;font-weight:600;transition:all .2s}.ShareEvent-module__0FQ2uq__toggleButton:hover{background:#6366f133;border-color:#6366f180;transform:translateY(-2px)}.ShareEvent-module__0FQ2uq__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ShareEvent-module__0FQ2uq__modalContent{background:#1e293b;border:1px solid #6366f14d;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 20px 60px #00000080}.ShareEvent-module__0FQ2uq__modalContent h3{color:#fff;margin:0 0 1rem;font-size:20px;font-weight:700}.ShareEvent-module__0FQ2uq__modalErrorText{color:#f87171;margin:.5rem 0;font-size:14px;font-weight:500}.ShareEvent-module__0FQ2uq__modalInstructionText{color:#94a3b8;margin:1rem 0 .5rem;font-size:14px}.ShareEvent-module__0FQ2uq__renameInput{color:#fff;box-sizing:border-box;background:#0f172a;border:1px solid #6366f14d;border-radius:8px;width:100%;margin:1rem 0;padding:.75rem;font-size:1rem;transition:border-color .2s}.ShareEvent-module__0FQ2uq__renameInput:focus{border-color:#6366f1;outline:none}.ShareEvent-module__0FQ2uq__modalButtons{gap:1rem;margin-top:1.5rem;display:flex}.ShareEvent-module__0FQ2uq__cancelButton,.ShareEvent-module__0FQ2uq__confirmButton{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem;font-size:14px;font-weight:600;transition:all .2s}.ShareEvent-module__0FQ2uq__cancelButton{color:#94a3b8;background:#334155}.ShareEvent-module__0FQ2uq__cancelButton:hover{color:#cbd5e1;background:#475569}.ShareEvent-module__0FQ2uq__confirmButton{color:#fff;background:#6366f1}.ShareEvent-module__0FQ2uq__confirmButton:hover:not(:disabled){background:#818cf8;transform:translateY(-1px)}.ShareEvent-module__0FQ2uq__confirmButton:disabled{opacity:.5;cursor:not-allowed}.ShareEvent-module__0FQ2uq__editForm{flex-direction:column;gap:1rem;margin:1.5rem 0;display:flex}.ShareEvent-module__0FQ2uq__formLabel{color:#cbd5e1;flex-direction:column;gap:.5rem;font-size:14px;font-weight:500;display:flex}.ShareEvent-module__0FQ2uq__helpText{color:#94a3b8;margin-top:.25rem;font-size:12px;font-style:italic;font-weight:400}.ShareEvent-module__0FQ2uq__helpTextError{color:#f87171;margin-top:.25rem;font-size:12px;font-style:italic;font-weight:400}.ShareEvent-module__0FQ2uq__editForm textarea{resize:vertical;min-height:80px;font-family:inherit}.ShareEvent-module__0FQ2uq__editForm select{cursor:pointer}.ShareEvent-module__0FQ2uq__noFutureView{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;padding:1.5rem}.ShareEvent-module__0FQ2uq__noFutureView p{margin:.5rem 0;font-size:14px;font-weight:500}.ShareEvent-module__0FQ2uq__noFutureViewSubtext{font-size:12px;color:#94a3b8!important;font-weight:400!important}@media (max-width:768px){.ShareEvent-module__0FQ2uq__eventCard{padding:24px 20px}.ShareEvent-module__0FQ2uq__eventName{font-size:24px}.ShareEvent-module__0FQ2uq__timeUnitsGrid{gap:8px}.ShareEvent-module__0FQ2uq__timeUnitColumn{min-width:45px}.ShareEvent-module__0FQ2uq__timeUnitValue{padding:6px 10px;font-size:20px}.ShareEvent-module__0FQ2uq__modalContent{max-width:90%;padding:1.5rem}.ShareEvent-module__0FQ2uq__toggleButton{padding:.65rem 1.25rem;font-size:13px}}
.Glossary-module__ytY4LW__glossaryContainer{max-width:1200px;color:var(--text-color);margin:0 auto;padding:2rem 1rem}.Glossary-module__ytY4LW__glossaryHeader{text-align:center;margin-bottom:3rem}.Glossary-module__ytY4LW__glossaryHeader h1{color:var(--color-primary);margin-bottom:1rem;font-size:2.5rem}.Glossary-module__ytY4LW__glossaryHeader p{max-width:800px;color:var(--text-secondary);margin:0 auto;font-size:1.2rem}.Glossary-module__ytY4LW__glossaryContent{background-color:var(--color-background-alt);border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014}.Glossary-module__ytY4LW__glossaryList{margin:0;padding:0;list-style:none}.Glossary-module__ytY4LW__glossaryItem{border-bottom:1px solid var(--border-color,#e5e7eb);padding:1.5rem 0}.Glossary-module__ytY4LW__glossaryItem:last-child{border-bottom:none}.Glossary-module__ytY4LW__glossaryItem h2{color:var(--color-primary);margin-bottom:.75rem;scroll-margin-top:2rem;font-size:1.5rem;font-weight:600}.Glossary-module__ytY4LW__glossaryItem p{color:var(--text-color);font-size:1.1rem;line-height:1.6}.Glossary-module__ytY4LW__glossaryFooter{text-align:center;background-color:var(--color-background-alt);border-radius:8px;margin-top:3rem;padding:1.5rem}.Glossary-module__ytY4LW__backLink{background-color:var(--color-primary);color:#fff;border-radius:6px;margin-top:1rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.Glossary-module__ytY4LW__backLink:hover{background-color:var(--color-primary-dark,#4338ca);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.Glossary-module__ytY4LW__glossaryHeader h1{font-size:2rem}.Glossary-module__ytY4LW__glossaryHeader p{font-size:1rem}.Glossary-module__ytY4LW__glossaryItem h2{font-size:1.3rem}.Glossary-module__ytY4LW__glossaryItem p{font-size:1rem}.Glossary-module__ytY4LW__glossaryContent{padding:1.5rem}}@media (max-width:480px){.Glossary-module__ytY4LW__glossaryContainer{padding:1rem .75rem}.Glossary-module__ytY4LW__glossaryHeader{margin-bottom:2rem}.Glossary-module__ytY4LW__glossaryHeader h1{font-size:1.75rem}.Glossary-module__ytY4LW__glossaryContent{padding:1rem}.Glossary-module__ytY4LW__glossaryItem{padding:1.25rem 0}}@media (prefers-color-scheme:dark){.Glossary-module__ytY4LW__glossaryContent{background-color:var(--color-background-dark,#1f2937);box-shadow:0 4px 12px #0003}.Glossary-module__ytY4LW__glossaryItem{border-bottom-color:var(--border-color-dark,#374151)}.Glossary-module__ytY4LW__glossaryFooter{background-color:var(--color-background-dark,#1f2937)}}
.TimeCalculator-module___V0b2G__calculatorContainer{max-width:1000px;color:var(--text-color);margin:0 auto;padding:2rem 1rem}.TimeCalculator-module___V0b2G__calculatorHeader{text-align:center;margin-bottom:2.5rem}.TimeCalculator-module___V0b2G__calculatorHeader h1{color:var(--color-primary);margin-bottom:.75rem;font-size:2.5rem}.TimeCalculator-module___V0b2G__calculatorHeader p{max-width:700px;color:var(--text-secondary);margin:0 auto;font-size:1.2rem}.TimeCalculator-module___V0b2G__calculatorCard{background-color:var(--color-background-alt);border-radius:12px;margin-bottom:3rem;padding:2rem;box-shadow:0 4px 16px #0000001a}.TimeCalculator-module___V0b2G__calculatorForm{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.TimeCalculator-module___V0b2G__formGroup{flex:1;min-width:250px}.TimeCalculator-module___V0b2G__formGroup label{color:var(--text-color);margin-bottom:.5rem;font-weight:500;display:block}.TimeCalculator-module___V0b2G__dateInput{border:1px solid var(--border-color,#e5e7eb);background-color:var(--color-background);width:100%;color:var(--text-color);border-radius:6px;padding:.75rem 1rem;font-size:1rem}.TimeCalculator-module___V0b2G__calculateButton{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s}.TimeCalculator-module___V0b2G__calculateButton:hover{background-color:var(--color-primary-dark,#4338ca);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.TimeCalculator-module___V0b2G__calculateButton:disabled{background-color:var(--color-disabled,#9ca3af);cursor:not-allowed;box-shadow:none;transform:none}.TimeCalculator-module___V0b2G__errorMessage{color:var(--color-error,#ef4444);background-color:#ef44441a;border-radius:4px;margin-bottom:1rem;padding:.5rem}.TimeCalculator-module___V0b2G__resultsContainer{border-top:1px solid var(--border-color,#e5e7eb);padding-top:1rem}.TimeCalculator-module___V0b2G__resultsContainer h2{color:var(--color-primary);text-align:center;margin-bottom:1.5rem;font-size:1.5rem}.TimeCalculator-module___V0b2G__timeUnits{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.TimeCalculator-module___V0b2G__timeUnit{text-align:center;flex:1;min-width:100px}.TimeCalculator-module___V0b2G__timeValue{color:var(--color-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.TimeCalculator-module___V0b2G__timeLabel{color:var(--text-secondary);font-size:1rem}.TimeCalculator-module___V0b2G__timeBreakdown{background-color:var(--color-background);text-align:center;border-radius:8px;margin-top:2rem;padding:1.5rem}.TimeCalculator-module___V0b2G__timeBreakdown h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem}.TimeCalculator-module___V0b2G__timeBreakdown p{color:var(--text-color);line-height:1.6}.TimeCalculator-module___V0b2G__milliseconds{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem}.TimeCalculator-module___V0b2G__infoSection{border-top:1px solid var(--border-color,#e5e7eb);margin-top:2.5rem;padding-top:1.5rem}.TimeCalculator-module___V0b2G__infoSection h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem}.TimeCalculator-module___V0b2G__infoSection p{color:var(--text-color);line-height:1.6}.TimeCalculator-module___V0b2G__callToAction{text-align:center;background-color:var(--color-background-alt);border-radius:12px;padding:2rem;box-shadow:0 4px 16px #0000001a}.TimeCalculator-module___V0b2G__callToAction h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.TimeCalculator-module___V0b2G__callToAction p{max-width:700px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.TimeCalculator-module___V0b2G__ctaButton{background-color:var(--color-primary);color:#fff;border-radius:6px;padding:.875rem 2rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.TimeCalculator-module___V0b2G__ctaButton:hover{background-color:var(--color-primary-dark,#4338ca);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.TimeCalculator-module___V0b2G__calculatorHeader h1{font-size:2rem}.TimeCalculator-module___V0b2G__calculatorHeader p{font-size:1rem}.TimeCalculator-module___V0b2G__calculatorForm{flex-direction:column;gap:1rem}.TimeCalculator-module___V0b2G__formGroup{width:100%}.TimeCalculator-module___V0b2G__timeValue{font-size:1.75rem}}@media (max-width:480px){.TimeCalculator-module___V0b2G__calculatorContainer{padding:1.5rem .75rem}.TimeCalculator-module___V0b2G__calculatorCard{padding:1.5rem 1rem}.TimeCalculator-module___V0b2G__timeUnits{gap:1rem}.TimeCalculator-module___V0b2G__timeUnit{min-width:80px}.TimeCalculator-module___V0b2G__timeValue{font-size:1.5rem}.TimeCalculator-module___V0b2G__timeBreakdown p{font-size:.9rem}}@media (prefers-color-scheme:dark){.TimeCalculator-module___V0b2G__calculatorCard,.TimeCalculator-module___V0b2G__callToAction{background-color:var(--color-background-dark,#1f2937);box-shadow:0 4px 16px #0003}.TimeCalculator-module___V0b2G__timeBreakdown{background-color:var(--color-background-darker,#111827)}.TimeCalculator-module___V0b2G__dateInput{background-color:var(--color-background-darker,#111827);border-color:var(--border-color-dark,#374151)}}
