@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--radius-lg:.5rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}}:root{--background:#f8fafc;--surface:#fff;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#64748b;--red-day:#dc2626;--red-day-bg:#fef2f2;--blue-week:#2563eb;--blue-week-bg:#eff6ff;--primary:#1e40af;--primary-hover:#1d4ed8;--today:#f59e0b;--weekend:#f8fafc;--radius:8px;--radius-lg:12px;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{background-color:var(--background);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.page-container{width:100%;max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.glass-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 2px 8px #0000000f}@media (max-width:640px){.page-container{padding:1.5rem 1rem}}
.Header-module__lnUIdW__header{background:var(--surface);border-bottom:1px solid var(--border);z-index:50;position:sticky;top:0}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1100px;height:56px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__lnUIdW__logo{align-items:center;display:flex}.Header-module__lnUIdW__logoImg{object-fit:contain;width:36px;height:36px}.Header-module__lnUIdW__nav{color:var(--text-secondary);align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:flex}.Header-module__lnUIdW__nav a:hover{color:var(--text-primary)}@media (max-width:640px){.Header-module__lnUIdW__nav{gap:1rem;font-size:.8125rem}.Header-module__lnUIdW__nav a:nth-child(n+3){display:none}}
.Footer-module__3hUVsW__footer{background:var(--surface);border-top:1px solid var(--border);margin-top:4rem}.Footer-module__3hUVsW__inner{grid-template-columns:1fr 2fr;gap:3rem;max-width:1100px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid}.Footer-module__3hUVsW__brand p{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem}.Footer-module__3hUVsW__logo{color:var(--primary);font-size:1.125rem;font-weight:800}.Footer-module__3hUVsW__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__3hUVsW__links h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.Footer-module__3hUVsW__links a{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;transition:color .15s;display:block}.Footer-module__3hUVsW__links a:hover{color:var(--primary)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);padding:1rem;font-size:.8125rem}@media (max-width:768px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Footer-module__3hUVsW__links{grid-template-columns:1fr 1fr}}
