html{margin:0;padding:0;width:100%;height:100%;scroll-behavior:smooth}body{margin:0;padding:0;width:100%;min-height:100vh;background-color:var(--bg-c);color:var(--text-c);transition:background-color .3s ease,color .3s ease}:root{font-family:Outfit,Arial,"sans-serif","system-ui";font-style:normal;font-optical-sizing:auto;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;--pink: #ff64f9;--red: #ff6565;--orange: #ff6d1b;--yellow: #ffee55;--green: #5bff89;--blue: #4d8aff;--purple: #6b5fff;--gold: #ffd700}:root,[data-theme=default]{--primary-c: rgba(171, 205, 239, 1);--primary-lt-c: rgba(182, 212, 2415, 1);--primary-ltx-c: rgba(195, 220, 244, 1);--primary-da-c: rgba(156, 196, 236, 1);--secondary-c: rgba(213, 173, 215, 1);--secondary-lt-c: rgba(218, 183, 220, 1);--secondary-da-c: rgba(207, 163, 210, 1);--accent-c: rgba(225, 204, 173, 1);--accent-lt-c: rgba(245, 228, 204, 1);--accent-da-c: rgba(219, 195, 158, 1);--bg-c: rgba(251, 250, 249, 1);--bg-lt-c: rgba(254, 254, 254, 1);--bg-da-c: rgba(248, 247, 246, 1);--text-c: rgba(28, 28, 28, 1);--text-lt-c: rgba(30, 30, 30, 1);--text-da-c: rgba(26, 26, 26, 1);--shadow-c: rgba(150, 150, 150, .8);--hero-glow-c: rgba(238, 248, 252, .4);--success-c: rgba(76, 192, 134, 1);--warning-c: rgb(255, 234, 97, 1);--danger-c: rgb(255, 105, 97, 1);--info-c: rgb(76, 157, 250, 1);--hero-bg-c: rgba(212, 237, 247, 1)}body{background-color:var(--bg-c);color:var(--text-c);transition:background-color .3s ease,color .3s ease}[data-theme=night]{--primary-c: rgba(16, 64, 128, 1);--primary-lt-c: rgba(17, 69, 136, 1);--primary-da-c: rgba(15, 60, 118, 1);--secondary-c: rgba(215, 174, 226, 1);--secondary-lt-c: rgba(219, 184, 229, 1);--secondary-da-c: rgba(208, 161, 221, 1);--accent-c: rgba(225, 204, 173, 1);--accent-lt-c: rgba(245, 228, 204, 1);--accent-da-c: rgba(219, 195, 158, 1);--bg-c: rgba(16, 16, 16, 1);--bg-lt-c: rgba(24, 24, 24, 1);--bg-da-c: rgba(8, 8, 8, 1);--text-c: rgba(251, 250, 249, 1);--text-lt-c: rgba(252, 251, 250, 1);--text-da-c: rgba(250, 249, 248, 1);--shadow-c: rgba(150, 150, 150, .8);--hero-glow-c: rgba(238, 248, 252, .4);--hero-bg-c: rgba(184, 226, 242, 1)}[data-theme=celestial]{--primary-c: rgba(255, 204, 213, 1);--primary-lt-c: rgba(255, 214, 222, 1);--primary-da-c: rgba(255, 179, 193, 1);--secondary-c: rgba(225, 204, 173, 1);--secondary-lt-c: rgba(245, 228, 204, 1);--secondary-da-c: rgba(219, 195, 158, 1);--accent-c: rgba(215, 174, 226, 1);--accent-lt-c: rgba(219, 184, 229, 1);--accent-da-c: rgba(208, 161, 221, 1);--bg-c: rgba(251, 250, 249, 1);--bg-lt-c: rgba(254, 254, 254, 1);--bg-da-c: rgba(248, 247, 246, 1);--hero-glow-c: rgba(238, 248, 252, .4);--hero-bg-c: rgba(184, 226, 242, 1)}.section{max-width:100%;padding:1rem 3%}@media screen and (max-width: 768px){.section{padding:1.2rem 2%}}h1,h2,h3,h4,h5,h6{margin:0;color:var(--text-da-c);transition:color .45s}p{margin:0;color:var(--text-c);transition:color .45s}.small-text{font-size:1rem;line-height:1.25;font-weight:350;color:var(--text-lt-c);transition:color .45s}.text{font-size:1.18rem;line-height:1.5;margin:0;font-weight:400;color:var(--text-c);transition:color .45s}.text-underline:after{position:absolute;content:"";width:100%;height:3px;top:90%;left:0;background:var(--secondary-c);transform:scaleX(0);transform-origin:right;transition:transform .3s}.text-underline:hover:after{transform:scaleX(1);transform-origin:left}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.blink_animation{animation:blink 1s infinite}.flash-bg-r{animation:flash-bg-r 1s infinite}@keyframes flash-bg-r{0%{background:#d60000}15%{background:#d60000}to{background:initial}}.flash-bg-y{animation:flash-bg-y 1s infinite}@keyframes flash-bg-y{0%{background:#ffd000}15%{background:#ffd000}to{background:initial}}.flash-bg-g{animation:flash-bg-g 1s infinite}@keyframes flash-bg-g{0%{background:#007a33}15%{background:#007a33}to{background:initial}}.homepage{background-color:var(--bg-c);transition:color,background-color .45s}.navbar{width:100%;height:68px;padding:.5rem .25rem;z-index:500;top:0;position:fixed;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 10px 0 var(--shadow-c)}.navbar_icon{margin-left:2%;display:flex;align-items:center;justify-content:center;cursor:pointer}.navbar_icon img{height:52px;width:auto;border-radius:5px;transition:all .6s}.navbar_icon.navbar_icon-shrunk img{height:46px}.navbar_menu-button{display:none}@media screen and (max-width: 768px){.navbar_menu-button{display:block;margin-right:7%;cursor:pointer}}.navbar_links,.navbar_links-mobile{display:flex;flex:auto;justify-content:flex-start;align-items:flex-start;list-style:none;margin-left:5%}.navbar_links li,.navbar_links-mobile li{margin-right:6%;display:flex;justify-content:center;position:relative;cursor:pointer}.navbar_links li a,.navbar_links-mobile li a{text-decoration:none}@media screen and (max-width: 768px){.navbar_links{display:none}}.navbar_links-mobile{display:none;margin:0}@media screen and (max-width: 768px){.navbar_links-mobile{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;padding:0}.navbar_links-mobile li{margin:.3rem 0}}.navbar_links-external{justify-content:flex-end}@media screen and (max-width: 768px){.navbar_links-external{justify-content:center}}.navbar_theme-button{padding:6px 8px;border-radius:5px;gap:12px;display:flex;align-items:center;font-family:inherit;border:none;background:transparent;cursor:pointer;transition:background-color .3s}.navbar_theme-button:hover{background-color:var(--primary-da-c)}@media screen and (max-width: 768px){.navbar_theme-button{padding:5px 6px;gap:5px}}.navbar_theme-circle{width:32px;height:32px;border-radius:50%;background-color:var(--primary-c);border:2px solid var(--secondary-c)}@media screen and (max-width: 768px){.navbar_theme-circle{width:24px;height:24px}}.hero{display:flex;position:relative;flex-direction:column;width:100%;align-items:flex-start;justify-content:center;height:100vh;padding-left:7%}@media screen and (max-width: 480px){.hero{padding-left:4%}}.hero_container{position:relative;display:flex;flex-direction:column;align-items:flex-start;margin-top:3%;transition:color .5s;z-index:1}@media screen and (max-width: 480px){.hero_container{margin-top:0}}.hero_title{scale:1;font-size:6rem;font-weight:400;height:7.6rem;display:flex;justify-content:center;overflow:hidden}@media screen and (max-width: 768px){.hero_title{font-size:3.5rem;line-height:1.21;margin-bottom:-7px;height:4.21rem}}.hero_title-part1{font-size:inherit;font-weight:inherit}.hero_title-part2{font-size:inherit;scale:1;display:inline-block;position:relative;overflow:hidden;font-weight:inherit}.hero_title-mask{overflow:hidden;display:inline-block;vertical-align:top}.hero_subtitle{font-weight:450;font-size:2.25rem;margin-left:.55rem;margin-top:-8px;overflow:hidden}@media screen and (max-width: 1024px){.hero_subtitle{font-size:1.75rem}}@media screen and (max-width: 480px){.hero_subtitle{font-size:1.5rem}}.hero_hero-text{font-weight:300;font-size:7rem;overflow:hidden;line-height:6rem}@media screen and (max-width: 1024px){.hero_hero-text{line-height:5rem;font-size:6rem}}@media screen and (max-width: 480px){.hero_hero-text{line-height:4.2rem;font-size:5rem}}.hero_shadow{width:100vw;box-shadow:0 0 48px 32px var(--primary-lt-c);transition:box-shadow .75s}.hero_glowing-separator{margin:.75rem 0;width:0;opacity:0;box-shadow:inset 0 0 8px 8px var(--hero-glow-c),0 0 8px 8px var(--hero-glow-c),inset 0 0 0 3px var(--hero-glow-c),0 0 0 3px var(--hero-glow-c)}@media screen and (max-width: 480px){.hero_glowing-separator{margin:.5rem 0}}.hero_about-container{margin-top:2.75rem;padding-left:1%}.hero_about-container a{color:inherit}.hero_line{color:var(--text-lt-c);font-size:1.3rem;line-height:2}@media screen and (max-width: 480px){.hero_line{font-size:revert;line-height:1.4;margin-bottom:1.25rem}}.hero_typing-text{height:2rem;margin-top:1.75rem}@media screen and (max-width: 1024px){.hero_typing-text{font-size:96%}}@media screen and (max-width: 480px){.hero_typing-text{font-size:94%;margin-top:1rem;text-align:center}}.section-title-text{font-size:3.5rem;color:var(--text-da-c);transition:color .45s}@media screen and (max-width: 480px){.section-title-text{font-size:2.5rem}}.skills_container{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}@media screen and (max-width: 768px){.skills_container{flex-direction:column}}.skills_grid{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start}@media screen and (max-width: 768px){.skills_grid{justify-content:center}}.skills_text{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width: 768px){.skills_text{width:100%}}.skillcard{display:flex;align-items:center;justify-content:flex-start;width:15rem;height:4.8rem;padding:.2rem;border:1px solid #dddddd;border-radius:8px;margin:.9rem;position:relative;overflow:hidden}@media screen and (max-width: 768px){.skillcard{width:10.7rem;height:4rem;margin:.25rem .3rem;padding:0 .1rem}}.skillcard_image{object-fit:contain;display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 10px}.skillcard_image img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 768px){.skillcard_image{width:32px;height:32px;margin:0 5px}}.skillcard_description{font-size:.8rem;margin-top:-.13rem;line-height:113%}.skillcard_chip{position:absolute!important;top:10px;right:10px;background-color:var(--accent-lt-c)!important}@media screen and (max-width: 768px){.skillcard_chip{top:3px;right:3px}}.contact_container{display:flex;flex-direction:row}@media screen and (max-width: 768px){.contact_container{flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin:0;padding:0}}.contact_grid-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.contact_grid{display:flex;flex-wrap:wrap;flex-direction:row;width:100%}@media screen and (max-width: 768px){.contact_grid{flex-direction:column;align-items:center;justify-content:center}}.contact_info-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:35%}@media screen and (max-width: 768px){.contact_info-container{width:100%}}.contact_list-element{display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--secondary-da-c)!important}.contact_list-element a{color:unset}.contact_obfuscated{color:var(--shadow-c)}.contact_cv{display:flex;flex-direction:column}.subtitle-text{font-size:2rem;color:var(--text-c);transition:color .45s}@media screen and (max-width: 480px){.subtitle-text{font-size:1.5rem}}.contactcard{display:flex;align-items:center;justify-content:flex-start;width:13rem;height:5rem;padding:.5rem;border:1px solid #dddddd;border-radius:8px;margin:.9rem;position:relative;overflow:hidden}@media screen and (max-width: 768px){.contactcard{width:90%;height:4.2rem;margin:.32rem 0}}.contactcard_image{object-fit:contain;width:64px;height:64px;margin:0 10px}.contactcard_image img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 768px){.contactcard_image{width:48px;height:48px;margin:0 10px 0 5px}}.contactcard_content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.contactcard_chip{position:absolute!important;top:8px;right:8px;background-color:var(--accent-lt-c)!important}@media screen and (max-width: 768px){.contactcard_chip{top:6px;right:6px}}.projects-grid{display:flex;flex-wrap:wrap;flex-direction:row;width:100%}@media screen and (max-width: 768px){.projects-grid{flex-direction:column;align-items:center;justify-content:center}}.projectcard{display:flex;align-items:stretch;flex-direction:column;justify-content:flex-start;width:19.2rem;height:24.6rem;padding:0;border:1px solid #dddddd;border-radius:3px;margin:.9rem;position:relative;box-sizing:border-box;overflow:hidden;overflow-y:auto}@media screen and (max-width: 768px){.projectcard{width:100%;height:auto;margin:.5rem 0;flex-direction:column;align-items:stretch}}.projectcard_image_section{position:relative;width:100%;height:172.8px;border-bottom:1px solid #e0e0e0}@media screen and (max-width: 768px){.projectcard_image_section{height:96px;flex-shrink:0;border-bottom:1px solid #e0e0e0;border-right:none}}.projectcard_image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box;position:relative}.projectcard_image img,.projectcard_image video{width:100%;height:100%;object-fit:contain}.projectcard_image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:8px;background:linear-gradient(to top,rgba(128,128,128,.08),transparent);pointer-events:none;z-index:1}@media screen and (max-width: 768px){.projectcard_image{padding:0}.projectcard_image img,.projectcard_image video{object-fit:cover}.projectcard_image:after{height:20px}}.projectcard_image_chip{position:absolute!important;top:8px;right:8px;background-color:var(--accent-lt-c)!important}@media screen and (max-width: 768px){.projectcard_image_chip{top:3px;right:3px}}.projectcard_header{position:relative;width:100%;padding:.75rem .55rem .4rem;border-bottom:1px solid #f0f0f0;box-sizing:border-box}@media screen and (max-width: 768px){.projectcard_header{flex:1;padding:.75rem .55rem .5rem;border-bottom:1px solid #f0f0f0}}.projectcard_header_content h2{margin:0 0 .25rem;font-size:1.35rem;font-weight:600;line-height:1.2}@media screen and (max-width: 768px){.projectcard_header_content h2{font-size:1.2rem;margin:0 0 .15rem}}.projectcard_header_content h3{margin:0;font-weight:400;font-size:1.05rem;color:#666;line-height:1.2}@media screen and (max-width: 768px){.projectcard_header_content h3{font-size:.95rem}}.projectcard_content{flex:1;width:100%;padding:.35rem .55rem;box-sizing:border-box}.projectcard_content p{margin:0;line-height:1.4;color:#555}@media screen and (max-width: 768px){.projectcard_content p{font-size:.9rem;line-height:1.4}}@media screen and (max-width: 768px){.projectcard_content{display:block;padding:.5rem .55rem}}.projectcard_footer{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.2rem .55rem;border-top:1px solid #f0f0f0;background-color:#00000005;font-size:.75rem;font-weight:500;color:#777;box-sizing:border-box}@media screen and (max-width: 768px){.projectcard_footer{display:flex;padding:.4rem .55rem;font-size:.7rem}}.projectcard_stats{display:flex;gap:.75rem}.projectcard_stats .stat-item{color:#888}.projectcard_date{color:#909090}.footer{background-color:var(--bg-da-c);padding-top:.5rem;padding-bottom:0}.footer_divider{width:95%;color:var(--shadow-c)}.footer_links{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.footer_links p{line-height:110%}.footer_link{color:var(--text-lt-c)}.footer_link-decorator{height:8px;width:8px}.notfound{height:100vh;width:100vw}.notfound_content{position:absolute}.notfound_footer{position:absolute;bottom:0;width:100%}.super-icu{--ui-bg: #000000;--ui-panel: #0b0f14;--ui-border: rgba(150, 170, 190, .22);--ui-ink: #d7e0ea;--ui-muted: #9fb2c8;display:flex;height:100vh;background:var(--ui-bg);color:var(--ui-ink)}.super-icu .super-icu-core{flex:1;display:flex;flex-direction:column;gap:10px;padding:12px 8px 12px 12px;position:relative;overflow:auto}.super-icu .super-icu-core:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(90,110,130,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(90,110,130,.18) 1px,transparent 1px);background-size:24px 24px,24px 24px;pointer-events:none}.top-bar{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:12px;padding:8px 10px;border:1px solid var(--ui-border);border-radius:6px;background:#04070ae6}.window-ctl{display:flex;align-items:center;gap:6px}.muted{font-size:12px;color:var(--ui-muted)}.window-select{background:#01060a;color:var(--ui-ink);border:1px solid var(--ui-border);border-radius:6px;padding:2px 6px}.data-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px;background:var(--ui-panel);border:1px solid var(--ui-border);border-radius:6px}.wave-row{display:grid;grid-template-columns:96px 1fr 240px;align-items:center;gap:12px;padding:6px 8px;background:var(--ui-panel);border:1px solid var(--ui-border);border-radius:5px}.lead-label{font-size:1.25rem;font-weight:600;color:inherit;display:flex;flex-direction:column;align-items:center;gap:4px}.canvas-wrap{height:96px;position:relative}.canvas-wrap canvas{width:100%;height:100%;display:block}.vitals{display:flex;gap:8px}.vital{display:block}.vital .label{font-size:1rem}.vital .value{font-size:2.75rem;display:inline-block;padding:2px 6px;transition:background-color .12s linear,color .12s linear;color:var(--vital-color, var(--ui-ink));background-color:transparent}@keyframes invert-flash{0%,to{background-color:transparent;color:var(--vital-color)}50%{background-color:var(--vital-color);color:#000}}@keyframes block-red-flash{0%,to{background-color:transparent;color:var(--vital-color)}50%{background-color:var(--flash-red, #ff6b6b);color:var(--text-da-c)}}@keyframes block-yellow-flash{0%,to{background-color:transparent;color:var(--vital-color)}50%{background-color:var(--flash-yellow, #ffe066);color:var(--text-da-c)}}@keyframes text-red-flash{0%,to{color:var(--vital-color)}50%{color:var(--flash-red, #ff6b6b)}}@keyframes text-yellow-flash{0%,to{color:var(--vital-color)}50%{color:var(--flash-yellow, #ffe066)}}.flash-invert-critical{animation:invert-flash 1s steps(1,end) infinite}.flash-invert-warning{animation:invert-flash 1s steps(1,end) 2}.flash-invert-advisory{animation:invert-flash 1.2s steps(1,end) 1}.flash-red-block-critical{animation:block-red-flash 1s steps(1,end) infinite}.flash-red-block-warning{animation:block-red-flash 1s steps(1,end) 2}.flash-red-block-advisory{animation:block-red-flash 1.2s steps(1,end) 1}.flash-yellow-block-critical{animation:block-yellow-flash 1s steps(1,end) infinite}.flash-yellow-block-warning{animation:block-yellow-flash 1s steps(1,end) 3}.flash-yellow-block-advisory{animation:block-yellow-flash 1.2s steps(1,end) 1}.flash-red-text-critical{animation:text-red-flash 1s steps(1,end) infinite}.flash-red-text-warning{animation:text-red-flash 1s steps(1,end) 3}.flash-red-text-advisory{animation:text-red-flash 1.2s steps(1,end) 1}.flash-yellow-text-critical{animation:text-yellow-flash 1s steps(1,end) infinite}.flash-yellow-text-warning{animation:text-yellow-flash 1s steps(1,end) 3}.flash-yellow-text-advisory{animation:text-yellow-flash 1.2s steps(1,end) 1}.status-pill{padding:2px 8px;border-radius:999px;background:#0b1016;border:1px solid var(--ui-border);color:var(--ui-ink);font-size:12px}.super-icu .side{width:208px;border-left:1px solid var(--ui-border);background:#060a0f;display:flex;flex-direction:column}.side-header{padding:12px;border-bottom:1px solid var(--ui-border);color:var(--ui-ink)}.alerts{flex:1;overflow:auto;padding:10px 12px;display:flex;flex-direction:column;gap:10px}.alert{border:1px solid var(--ui-border);border-left-width:4px;border-radius:6px;padding:8px 10px;background:#04070a99}.alert.warning{border-left-color:#ffe066}.alert.advisory{border-left-color:#00e5ff}.alert.critical{border-left-color:#ff6b6b}.alert .time{color:var(--ui-muted);font-size:11px}.alert .msg{color:var(--ui-ink);font-size:13px}.app{display:flex;width:100%;padding:0 8px}.container{display:flex;flex-direction:column;width:100%}.layout-row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%}.layout-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%}.context{padding:.25rem}.context-checkbox-container{margin:.2rem 0;padding:5px 6px 5px 14px;border:1px solid #dddddd;background-color:#ebfaf2}.bp-selector{display:flex;justify-content:center;padding:.25rem}.bp-column,.bp-column-text{display:flex;flex-direction:column}.accordion{border:1px solid #dddddd;overflow:hidden;margin:.2rem 0;width:12.2rem}.accordion .accordion-header{width:100%;background-color:#0080801a;border:none;padding:3px 8px;font-size:.875rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion .accordion-header .accordion-header-content{display:flex;align-items:center;gap:8px}.accordion .accordion-header .accordion-icon{transition:transform .3s ease}.accordion .accordion-header .accordion-icon.open{transform:rotate(180deg)}.accordion .accordion-persistent{padding:5px 6px 5px 14px;border-top:1px solid #eeeeee;background-color:#e9f7ef}.accordion .accordion-content{padding:5px 6px 5px 14px;border-top:1px solid #eeeeee;background-color:#ebfaf2}.schedule-event{position:absolute;left:2px;right:2px;padding:8px 10px;margin:1px 0;box-shadow:0 1px 2px #0000001a;border:1px solid var(--s-border-c);cursor:pointer;overflow:hidden;box-sizing:border-box;container-type:size}.schedule-event--current{border:2px solid var(--s-success-c);box-shadow:0 0 0 1px #34d3994d;animation:pulse-current 2s infinite}.schedule-event--next{border:2px solid var(--s-warn-c);box-shadow:0 0 0 1px #ffd36e4d}.schedule-event__content{height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}@container (max-height: 48px){.schedule-event__content{flex-direction:row;flex-wrap:wrap;gap:0 12px}}.schedule-event__title{font-weight:600;font-size:14px;line-height:1.2;margin-bottom:2px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.schedule-event__time{font-size:12px;opacity:.9;font-weight:500;margin-bottom:2px}.schedule-event__location{font-size:11px;opacity:.8;margin-top:auto}@keyframes pulse-current{0%,to{box-shadow:0 0 #34d39980}50%{box-shadow:0 0 0 2px #34d39980}}@media (max-width: 768px){.schedule-event{left:1px;right:1px;padding:6px 8px}.schedule-event__title{font-size:12px}.schedule-event__time{font-size:10px}.schedule-event__location{font-size:9px}}.time-column{display:flex;flex-direction:column;width:100%;min-width:100%;background:var(--s-bg-c);border-right:0;position:relative}.time-slot{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:2px 6px;border-bottom:1px solid var(--s-border-c);box-sizing:border-box;background:inherit}.time-label{font-size:11px;font-weight:500;color:var(--s-text-secondary);line-height:1;white-space:nowrap}.time-label--end{color:var(--s-text-tertiary)}@media (max-width: 768px){.time-slot{padding:2px 4px}.time-label{font-size:10px}}.schedule{display:flex;flex-direction:column;flex:1;min-width:0;background:var(--s-bg-c);max-height:100vh}.schedule_header{padding:8px 12px}.schedule__container{display:flex;flex:1;min-height:0}.schedule__time-column{display:flex;flex-direction:column;width:50px;min-width:50px;background:var(--s-bg-c);border-right:1px solid var(--s-border-c)}.schedule__time-slot{display:flex;align-items:flex-start;padding:2px 4px;border-bottom:1px solid var(--s-border-c);position:relative}.schedule__time-label{font-size:9px;font-weight:500;color:var(--s-text-secondary);line-height:1;white-space:nowrap}.schedule__grid{position:relative;flex:1;background:var(--s-bg-c)}.schedule__hour-line{position:absolute;left:0;right:0;height:1px;background:var(--s-border-c);z-index:1}.schedule-break{position:absolute;left:2px;right:2px;background:linear-gradient(135deg,#e8f5e8,#f0f9ff);border:1px dashed var(--s-success-c);padding:4px;margin:1px 0;z-index:2;opacity:.8;transition:opacity .2s ease;box-sizing:border-box}.schedule-break:hover{opacity:1}.schedule-break__content{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.schedule-break__label{font-size:10px;font-weight:600;color:var(--s-success-c);margin-bottom:1px}.schedule-break__time{font-size:8px;color:var(--s-text-secondary);font-weight:500}@media (max-width: 768px){.schedule__header{padding:6px 8px}.schedule__title{font-size:12px}.schedule__time-column{width:40px;min-width:40px}.schedule__time-label{font-size:8px}.schedule-break{left:1px;right:1px;padding:2px}.schedule-break__label{font-size:9px}.schedule-break__time{font-size:7px}}:root{--s-bg-c: #ffffff;--s-text-primary: #1a1a1a;--s-text-secondary: #666666;--s-text-tertiary: #888888;--s-border-c: #d2d2d2;--s-primary-c: var(--primary-lt-c);--s-success-c: #4fd1a6;--s-warn-c: #ffd36e;--s-danger-c: #ff8a8a;--s-info-c: #7fdbff}@media (prefers-color-scheme: dark){:root{--s-bg-c: #1a1a1a;--s-text-primary: #ffffff;--s-text-secondary: #a0a0a0;--s-text-tertiary: #c0c0c0;--s-border-c: #404040;--s-primary-c: var(--primary-da-c);--s-success-c: #34d399;--s-warn-c: #fbbf24;--s-danger-c: #f87171;--s-info-c: #38bdf8}.scheduler{background:#0f0f0f}}.scheduler{display:flex;flex-direction:column;min-height:100vh;background:var(--s-bg-c);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-y:auto}.scheduler-header{padding:8px 16px;border-bottom:1px solid var(--s-border-c);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.scheduler-title{font-size:1.55rem;margin-bottom:.5rem;width:100%;color:var(--s-text-primary)}.scheduler-controls{display:flex;align-items:center;gap:10px;flex:1}.scheduler-controls-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.scheduler-controls-right{margin-left:auto;display:flex;align-items:center}.scheduler-toggle{padding:6px 12px;border:2px solid var(--s-primary-c);background:transparent;color:var(--s-primary-c);border-radius:4px;font-weight:500;font-size:12px;cursor:pointer;transition:all .2s ease}.scheduler-toggle:hover,.scheduler-toggle-active{background:var(--s-primary-c);color:var(--s-bg-c)}.scheduler-selectors-inline{display:flex;align-items:center;gap:10px}.scheduler-select-group{display:flex;align-items:center;gap:6px}.scheduler-select-label{font-size:12px;font-weight:500;color:var(--s-text-secondary)}.scheduler-select{padding:4px 8px;border:1px solid var(--s-border-c);border-radius:3px;background:var(--s-bg-c);color:var(--s-text-primary);font-size:12px}.scheduler-select:focus{outline:none;border-color:var(--s-primary-c);box-shadow:0 0 0 1px #3b82f633}.scheduler-day-buttons{display:flex;gap:6px;flex-wrap:wrap}.scheduler-day-btn{padding:6px 12px;border:1px solid var(--s-border-c);background:var(--s-bg-c);color:var(--s-text-secondary);border-radius:4px;font-weight:500;font-size:12px;cursor:pointer;transition:all .2s ease;min-width:70px}.scheduler-day-btn:hover{border-color:var(--s-primary-c)}.scheduler-day-btn-active{background:var(--s-primary-c);border-color:var(--s-primary-c);color:var(--s-bg-c)}.scheduler-break-info{padding:4px 8px;background:linear-gradient(135deg,#e8f5e8,#f0f9ff);border:1px solid var(--s-success-c);border-radius:3px}.scheduler-break-count{font-size:.95rem;font-weight:600;color:var(--s-success-c)}.scheduler-content{display:flex;flex:1;overflow:auto;min-height:0}.scheduler-schedules{display:flex;flex:1;overflow:hidden;min-height:0}@media (max-width: 768px){.scheduler-header{padding:8px 12px}.scheduler-title{font-size:16px;text-align:left}.scheduler-controls{gap:8px}}
