@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');
:root{
    --sch-orange:#F47920;
    --sch-orange-2:#FF8B25;
    --sch-violet:#7D4DFF;
    --sch-pink:#D85A8E;
    --sch-cyan:#42C6E8;
    --sch-cream:#FFFAF5;
    --sch-white:#FFFFFF;
    --sch-text:#1A1A2E;
    --sch-text-mid:#56566A;
    --sch-text-soft:#8B8BA0;
    --sch-border:rgba(214,145,89,.16);
    --sch-border-strong:rgba(244,121,32,.22);
    --sch-shadow:0 24px 70px rgba(26,26,46,.08);
    --sch-shadow-soft:0 14px 40px rgba(244,121,32,.10);
}
html,body{max-width:100%;overflow-x:hidden}
body{background:var(--sch-cream);overflow-x:hidden}
.content{overflow-x:hidden}
body::before{
    content:'';position:fixed;inset:0;pointer-events:none;z-index:0;
    background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
}
.content{position:relative;z-index:1}
.schedule-page,.schedule-page *{box-sizing:border-box}
.schedule-page{position:relative;width:100%;min-height:100%;margin:0;padding:20px clamp(16px,3.2vw,40px) 46px;font-family:'Sora',sans-serif;color:var(--sch-text);overflow-x:clip;isolation:isolate}
.schedule-page::before{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background:
    radial-gradient(circle at left 12% top 16%,rgba(244,121,32,.10),transparent 28%),
    radial-gradient(circle at right 10% top 28%,rgba(125,77,255,.10),transparent 26%),
    radial-gradient(circle at center bottom 12%,rgba(66,198,232,.08),transparent 24%),
    linear-gradient(180deg,rgba(255,251,247,.70) 0%,rgba(250,250,249,.96) 58%,rgba(255,251,247,.82) 100%)}
.schedule-layer{position:relative;z-index:1;max-width:1380px;width:100%;margin:0 auto}
.schedule-hero,.schedule-hero-copy,.schedule-hero-visual,.schedule-layer,.schedule-board,.schedule-board-head,.schedule-board-controls,.schedule-page .page-head{min-width:0}
.schedule-orb{position:absolute;border-radius:50%;filter:blur(16px);pointer-events:none;z-index:0;opacity:.84}
.schedule-orb--a{width:360px;height:360px;left:-120px;top:40px;background:radial-gradient(circle,rgba(244,121,32,.16) 0%,rgba(244,121,32,.02) 70%,transparent 100%);animation:schFloatGlow 14s ease-in-out infinite}
.schedule-orb--b{width:300px;height:300px;right:-90px;top:260px;background:radial-gradient(circle,rgba(125,77,255,.14) 0%,rgba(125,77,255,.02) 72%,transparent 100%);animation:schFloatGlow 16s ease-in-out infinite reverse}
.schedule-orb--c{width:240px;height:240px;left:35%;bottom:60px;background:radial-gradient(circle,rgba(66,198,232,.12) 0%,rgba(66,198,232,.02) 72%,transparent 100%);animation:schFloatGlow 18s ease-in-out infinite}
@keyframes schFloatGlow{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-18px,0) scale(1.05)}}
@keyframes schGradientFlow{0%{background-position:0% 50%}100%{background-position:220% 50%}}
@keyframes schPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.74);opacity:.58}}
@keyframes schCardFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-10px,0)}}
@keyframes schBarPulse{0%,100%{transform:scaleX(.62);opacity:.58}50%{transform:scaleX(1);opacity:1}}
.schedule-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,540px);gap:24px;align-items:start;margin-bottom:18px}
.schedule-hero-own{grid-template-columns:minmax(0,1fr) minmax(360px,460px);align-items:center}
.schedule-hero-own .schedule-hero-copy{justify-content:center}
.schedule-hero-own .page-head{align-self:center;padding:16px 18px}
.schedule-hero-own .page-head-top{gap:0}
.schedule-hero-visual{position:relative;min-height:360px;display:flex;align-items:center;justify-content:center}
.schedule-visual-stage{position:relative;width:min(100%,470px);height:360px}
.schedule-visual-main,.schedule-visual-float{position:absolute;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,251,247,.88) 100%);border:1px solid rgba(255,255,255,.92);backdrop-filter:blur(18px);box-shadow:var(--sch-shadow)}
.schedule-visual-main{left:12px;top:26px;width:300px;padding:24px 22px 22px;overflow:hidden;animation:schCardFloat 10s ease-in-out infinite}
.schedule-visual-main::before{content:'';position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.38),transparent 48%,rgba(255,255,255,.14) 80%,transparent);pointer-events:none}
.schedule-visual-main::after{content:'';position:absolute;right:-24px;bottom:-30px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(244,121,32,.18),transparent 72%);filter:blur(6px)}
.schedule-visual-kicker{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(244,121,32,.14)}
.schedule-visual-kicker::before{content:'';width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#fb923c,#f97316);animation:schPulse 2.2s ease-in-out infinite}
.schedule-visual-month{margin-top:18px;font-size:34px;line-height:1.02;font-weight:800;letter-spacing:-.05em;color:var(--sch-text)}
.schedule-visual-mode{margin-top:10px;font-size:14px;line-height:1.7;color:var(--sch-text-mid)}
.schedule-visual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}
.schedule-visual-stat{padding:14px 14px 13px;border-radius:22px;background:rgba(255,255,255,.68);border:1px solid rgba(239,232,222,.92);box-shadow:var(--sch-shadow-soft)}
.schedule-visual-stat-label{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sch-text-soft);margin-bottom:6px}
.schedule-visual-stat-value{font-size:20px;font-weight:800;color:var(--sch-text);line-height:1.05}
.schedule-visual-bars{display:grid;gap:10px;margin-top:20px}
.schedule-visual-bar{height:10px;border-radius:999px;background:rgba(244,121,32,.10);overflow:hidden}
.schedule-visual-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#f47920 0%,#ff8b25 30%,#d85a8e 70%,#7d4dff 100%);background-size:220% 100%;animation:schGradientFlow 7s linear infinite, schBarPulse 4.4s ease-in-out infinite;transform-origin:left center}
.schedule-visual-bar:nth-child(1) span{width:82%}.schedule-visual-bar:nth-child(2) span{width:58%;animation-delay:.45s,.45s}.schedule-visual-bar:nth-child(3) span{width:72%;animation-delay:.85s,.85s}
.schedule-visual-float{padding:18px 18px 16px;animation:schCardFloat 8s ease-in-out infinite}
.schedule-visual-float--a{right:8px;top:0;width:182px;animation-delay:.5s}
.schedule-visual-float--b{right:26px;bottom:20px;width:212px;animation-delay:1.1s}
.schedule-visual-float-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sch-text-soft)}
.schedule-visual-float-value{margin-top:8px;font-size:28px;font-weight:800;line-height:1;color:var(--sch-text)}
.schedule-visual-float-desc{margin-top:8px;font-size:12px;line-height:1.7;color:var(--sch-text-mid)}
.schedule-hero-copy{text-align:left;max-width:none;display:flex;flex-direction:column;gap:14px;align-items:flex-start;min-width:0}
.schedule-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:9px;padding:10px 16px;border-radius:999px;background:#fff3e8;color:var(--sch-orange);font-size:.84rem;font-weight:800;letter-spacing:.01em;border:1px solid rgba(244,121,32,.10);box-shadow:var(--sch-shadow-soft);width:fit-content;max-width:100%;white-space:nowrap}
.schedule-badge::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--sch-orange);animation:schPulse 2.2s ease-in-out infinite}
.schedule-title{margin:24px 0 0;font-size:clamp(2.6rem,5vw,4.9rem);line-height:.96;font-weight:800;letter-spacing:-.055em;color:var(--sch-text)}
.schedule-title span{display:block;margin-top:10px;background:linear-gradient(90deg,#f47920 0%,#ff8b25 28%,#d85a8e 62%,#7d4dff 88%,#f47920 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:schGradientFlow 8s linear infinite;padding-bottom:.16em}
.schedule-text{margin:24px 0 0 0;font-size:1rem;line-height:1.92;color:var(--sch-text-mid);max-width:980px;margin-left:0}
.schedule-inline-alert{display:flex;align-items:center;gap:12px;margin:0 0 18px!important;border-radius:22px;padding:14px 18px;background:linear-gradient(180deg,#fff7ed 0%,#fffbf7 100%);border:1px solid rgba(244,121,32,.18);box-shadow:var(--sch-shadow-soft)}
.schedule-inline-alert .btn{margin-left:auto}
.schedule-page .dyz,.schedule-page .rest-panel,.schedule-page .multi-actions,.schedule-page .page-head,.schedule-board{margin:0 0 18px!important}
.schedule-page .dyz{position:relative;border-radius:32px;border:1px solid rgba(239,232,222,.96);background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(255,248,242,.95) 56%,rgba(255,252,249,.94) 100%);box-shadow:var(--sch-shadow);overflow:hidden}
.schedule-page .dyz::before,.schedule-page .dyz::after{content:'';position:absolute;pointer-events:none;border-radius:50%;filter:blur(8px);opacity:.8}
.schedule-page .dyz::before{width:190px;height:190px;right:-54px;top:-52px;background:radial-gradient(circle,rgba(244,121,32,.16) 0%,rgba(244,121,32,.03) 66%,transparent 100%)}
.schedule-page .dyz::after{width:150px;height:150px;left:-48px;bottom:-64px;background:radial-gradient(circle,rgba(125,77,255,.12) 0%,rgba(125,77,255,.02) 64%,transparent 100%)}
.schedule-page .dyz-bar{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px 18px;cursor:pointer}
.schedule-page .dyz-left{display:flex;align-items:center;gap:16px;min-width:0;flex:1}
.schedule-page .dyz-pulse-wrap{position:relative;flex:0 0 auto;width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#fff7ed 0%,rgba(255,255,255,.96) 100%);border:1px solid rgba(244,121,32,.16);box-shadow:0 14px 26px rgba(244,121,32,.12)}
.schedule-page .dyz-pulse-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#f47920,#ff8b25);box-shadow:0 0 0 8px rgba(244,121,32,.10);animation:schPulse 2.2s ease-in-out infinite}
.schedule-page .dyz-pulse-ring{position:absolute;inset:6px;border-radius:14px;border:1px solid rgba(244,121,32,.18);animation:schPulseRing 2.6s ease-out infinite}
@keyframes schPulseRing{0%{transform:scale(.82);opacity:.75}70%{transform:scale(1.1);opacity:0}100%{transform:scale(1.1);opacity:0}}
.schedule-page .dyz-bar-info{display:grid;gap:7px;min-width:0}
.schedule-page .dyz-bar-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:1.12rem;font-weight:800;letter-spacing:-.025em;color:var(--sch-text)}
.schedule-page .dyz-count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#f47920,#ff8b25);color:#fff;font-size:.78rem;font-weight:800;box-shadow:0 12px 24px rgba(244,121,32,.22)}
.schedule-page .dyz-bar-sub{font-size:.92rem;line-height:1.75;color:var(--sch-text-mid)}
.schedule-page .dyz-bar-sub strong{color:var(--sch-text);font-weight:800}
.schedule-page .dyz-toggle{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow-soft);color:var(--sch-text-mid)}
.schedule-page .dyz-chev{transition:transform .22s ease,color .22s ease}
.schedule-page .dyz-open .dyz-chev{transform:rotate(180deg);color:var(--sch-orange)}
.schedule-page .dyz-read .dyz-pulse-ring{display:none}
.schedule-page .dyz-body{position:relative;z-index:1;padding:0 24px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;border-top:0}
.schedule-page .dyz-read:not(.dyz-open) .dyz-body{display:none}
.schedule-page .dyz-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:16px 18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,249,244,.92) 100%);border:1px solid rgba(239,232,222,.96);box-shadow:0 14px 28px rgba(26,26,46,.06);animation:schDutyEntryIn .32s ease both}
@keyframes schDutyEntryIn{from{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translate3d(0,0,0)}}
.schedule-page .dyz-entry-left{display:flex;gap:12px;min-width:0}
.schedule-page .dyz-entry-icon{flex:0 0 auto;width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#f5f3ff 0%,#fff 100%);border:1px solid rgba(125,77,255,.14);color:var(--sch-violet);box-shadow:0 10px 20px rgba(125,77,255,.10)}
.schedule-page .dyz-entry-info{min-width:0;display:grid;gap:4px}
.schedule-page .dyz-entry-date{font-size:.93rem;font-weight:800;letter-spacing:-.015em;color:var(--sch-text)}
.schedule-page .dyz-entry-date span{font-weight:700;color:var(--sch-text-soft)}
.schedule-page .dyz-entry-time{font-size:.84rem;line-height:1.65;color:var(--sch-text-mid)}
.schedule-page .dyz-entry-right{display:flex;align-items:flex-start;justify-content:flex-end}
.schedule-page .dyz-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.98);border:1px solid rgba(239,232,222,.96);color:var(--sch-text);font-size:.74rem;font-weight:800;white-space:nowrap;box-shadow:var(--sch-shadow-soft)}
.schedule-page .dyz-badge-soon{background:#fff7ed;border-color:rgba(244,121,32,.16);color:#c2410c}
.schedule-page .dyz-badge-urgent{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:transparent;color:#fff;box-shadow:0 12px 22px rgba(220,38,38,.20)}
.schedule-page .dyz-entry-note{grid-column:1/-1;display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:16px;background:rgba(255,247,237,.88);border:1px dashed rgba(244,121,32,.18);font-size:.78rem;line-height:1.55;color:#9a3412}
.schedule-page .dyz-entry-note svg{flex:0 0 auto}
@media (max-width:900px){.schedule-page .dyz-bar{padding:20px 20px 16px}.schedule-page .dyz-body{padding:0 20px 20px;grid-template-columns:1fr}}
@media (max-width:640px){.schedule-page .dyz-bar{gap:14px;align-items:flex-start}.schedule-page .dyz-left{align-items:flex-start}.schedule-page .dyz-pulse-wrap{width:44px;height:44px;border-radius:16px}.schedule-page .dyz-bar-title{font-size:1rem}.schedule-page .dyz-bar-sub{font-size:.84rem;line-height:1.6}.schedule-page .dyz-toggle{width:42px;height:42px;border-radius:16px}.schedule-page .dyz-body{padding:0 16px 16px}.schedule-page .dyz-entry{grid-template-columns:1fr;padding:14px 14px 13px}.schedule-page .dyz-entry-right{justify-content:flex-start}}
.schedule-page .page-head{display:flex;flex-direction:column;gap:12px;padding:18px 20px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,251,247,.92) 100%);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow);overflow:hidden;min-width:0}
.schedule-page .page-head-top{display:flex;flex-direction:column;gap:12px;min-width:0}
.schedule-page .page-head .month-nav{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex:0 0 auto;min-width:0}
.schedule-page .page-head .month-nav h2{font-size:24px;line-height:1.04;letter-spacing:-.045em;font-weight:800;color:var(--sch-text);min-width:0}
.schedule-page .page-head .page-acts{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:12px;min-width:0;width:100%}
.schedule-page .page-head .page-acts-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;min-width:0;width:100%;padding-bottom:0}.schedule-page .page-head .page-acts-row > *{flex:0 0 auto}
.schedule-page .page-head .page-acts-row.page-acts-actions{justify-content:flex-start}
.schedule-page .page-head .filter-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}
.schedule-page .page-head .filter-form .input-sm{min-width:0;width:100%}
.schedule-page .page-head .page-head-filters{width:100%}
.schedule-page .hint{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(239,232,222,.96);font-size:12px;color:var(--sch-text-soft)}
.schedule-page .filter-form{display:flex;flex-wrap:nowrap;gap:10px;align-items:center;flex:0 0 auto}.schedule-page .filter-form .input-sm{min-width:188px}
.schedule-page .view-tabs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:6px;border-radius:20px;background:rgba(255,255,255,.76);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow-soft)}
.schedule-page .vtab{padding:8px 14px;border-radius:14px;font-size:12px;font-weight:700;background:transparent;border:1px solid transparent;color:var(--sch-text-mid)}
.schedule-page .vtab:hover{background:#fff7ed;color:#c2410c;border-color:rgba(244,121,32,.16)}
.schedule-page .vtab-act{background:linear-gradient(135deg,#f47920,#ff8b25);color:#fff!important;border-color:transparent;box-shadow:0 10px 20px rgba(244,121,32,.18)}
.schedule-page .btn{border-radius:16px;padding:10px 15px;font-weight:700;transition:transform .18s ease, box-shadow .18s ease, background .18s ease}
.schedule-page .btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(26,26,46,.08)}
.schedule-page .btn-primary{background:linear-gradient(135deg,#f47920,#ff8b25);border:none;box-shadow:0 12px 24px rgba(244,121,32,.18)}
.schedule-page .btn-ghost{background:rgba(255,255,255,.82);color:var(--sch-text-mid);border:1px solid rgba(239,232,222,.96)}
.schedule-page .btn-danger-ghost,.schedule-page .btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;box-shadow:0 12px 24px rgba(220,38,38,.18)}
.schedule-page .input{border-radius:16px;border:1px solid rgba(239,232,222,.96);padding:11px 14px;font-family:'Sora',sans-serif;background:#fff;color:var(--sch-text)}.schedule-page select.input{-webkit-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%238B8BA0' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 14px}
.schedule-page .input:focus{border-color:rgba(244,121,32,.4);box-shadow:0 0 0 3px rgba(244,121,32,.12)}
.schedule-page .input-sm{min-width:170px}
.schedule-board{position:relative;padding:18px 22px 20px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,251,247,.94) 100%);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow);overflow:hidden}
.schedule-board::before{content:'';position:absolute;inset:auto -70px -110px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(125,77,255,.12),transparent 72%);filter:blur(6px)}
.schedule-board::after{content:'';position:absolute;left:-70px;top:-90px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(244,121,32,.12),transparent 72%);filter:blur(6px)}
.schedule-board-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 0 0;padding-bottom:10px}
.schedule-board-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.schedule-fs-trigger{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border-radius:16px;border:1px solid rgba(239,232,222,.96);background:rgba(255,255,255,.82);color:var(--sch-text);font-weight:700;font-size:12px;box-shadow:var(--sch-shadow-soft);transition:transform .18s ease, box-shadow .18s ease, background .18s ease}
.schedule-fs-trigger:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(26,26,46,.08);background:#fff7ed}
.schedule-fs-trigger svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;fill:none}
.schedule-board-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start}
.schedule-fs-shell:fullscreen,.schedule-fs-shell.is-fallback-fullscreen{background:var(--sch-cream);padding:18px 18px 22px;max-width:none;overflow:hidden;min-height:100vh}
.schedule-fs-shell:fullscreen .schedule-board,.schedule-fs-shell.is-fallback-fullscreen .schedule-board{margin-bottom:0!important;display:flex;flex-direction:column;min-height:calc(100vh - 36px);height:calc(100vh - 36px)}
.schedule-fs-shell:fullscreen .sched-wrap,.schedule-fs-shell.is-fallback-fullscreen .sched-wrap{flex:1;min-height:0;height:100%;max-height:none;overflow:auto}
.schedule-fs-shell:fullscreen .schedule-board-head,.schedule-fs-shell.is-fallback-fullscreen .schedule-board-head{position:sticky;top:0;z-index:34;background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,251,247,.94) 100%);padding-bottom:12px;margin-bottom:8px}
.schedule-fs-shell:fullscreen .schedule-page .sched thead th,.schedule-fs-shell.is-fallback-fullscreen .schedule-page .sched thead th{top:0!important;z-index:20}
.schedule-fs-shell:fullscreen .schedule-board::before,.schedule-fs-shell:fullscreen .schedule-board::after,.schedule-fs-shell.is-fallback-fullscreen .schedule-board::before,.schedule-fs-shell.is-fallback-fullscreen .schedule-board::after{opacity:.4}
.page-head--fullscreen{display:none!important}
.schedule-ui-portal{position:relative;z-index:120}.schedule-notice-stack{position:fixed;top:18px;right:18px;display:flex;flex-direction:column;gap:12px;pointer-events:none;z-index:122;max-width:min(92vw,420px)}.schedule-toast{pointer-events:auto;position:relative;display:flex;gap:12px;align-items:flex-start;padding:14px 16px 14px 14px;border-radius:20px;border:1px solid rgba(239,232,222,.96);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,251,247,.96) 100%);box-shadow:0 18px 40px rgba(26,26,46,.12);color:var(--sch-text);overflow:hidden;animation:scheduleToastIn .24s ease}.schedule-toast::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--sch-orange)}.schedule-toast--success::before{background:#16a34a}.schedule-toast--warning::before{background:#d97706}.schedule-toast--error::before{background:#dc2626}.schedule-toast--info::before{background:var(--sch-violet)}.schedule-toast__icon{flex:0 0 auto;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:14px;font-weight:800;background:#fff7ed;color:var(--sch-orange);box-shadow:inset 0 0 0 1px rgba(244,121,32,.12)}.schedule-toast--success .schedule-toast__icon{background:#ecfdf5;color:#16a34a}.schedule-toast--warning .schedule-toast__icon{background:#fffbeb;color:#d97706}.schedule-toast--error .schedule-toast__icon{background:#fef2f2;color:#dc2626}.schedule-toast--info .schedule-toast__icon{background:#f5f3ff;color:var(--sch-violet)}.schedule-toast__body{min-width:0;flex:1}.schedule-toast__title{font-size:13px;font-weight:800;letter-spacing:.01em;margin:0 0 4px;color:var(--sch-text)}.schedule-toast__text{font-size:12px;line-height:1.6;color:var(--sch-text-mid);white-space:pre-line}.schedule-toast__close{flex:0 0 auto;border:none;background:transparent;color:var(--sch-text-soft);font-size:18px;line-height:1;cursor:pointer;padding:0 0 0 6px}.schedule-confirm-backdrop{position:fixed;inset:0;z-index:124;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(17,24,39,.32);backdrop-filter:blur(8px)}.schedule-confirm-backdrop.is-open{display:flex}.schedule-confirm-card{width:min(100%,480px);padding:22px;border-radius:28px;border:1px solid rgba(239,232,222,.96);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,251,247,.96) 100%);box-shadow:0 26px 70px rgba(26,26,46,.22)}.schedule-confirm-title{margin:0 0 10px;font-size:20px;line-height:1.1;font-weight:800;color:var(--sch-text)}.schedule-confirm-text{font-size:13px;line-height:1.75;color:var(--sch-text-mid);white-space:pre-line}.schedule-confirm-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:18px}@keyframes scheduleToastIn{from{opacity:0;transform:translate3d(0,-10px,0) scale(.98)}to{opacity:1;transform:translate3d(0,0,0) scale(1)}}@media (max-width:640px){.schedule-notice-stack{left:12px;right:12px;max-width:none;top:12px}.schedule-confirm-card{padding:18px;border-radius:22px}}
.schedule-crosshair{position:absolute;pointer-events:none;z-index:18;opacity:0;transition:opacity .12s ease}
.schedule-crosshair.is-visible{opacity:1}
.schedule-crosshair--row{left:0;height:0;background:rgba(244,121,32,.10);border-top:1px solid rgba(244,121,32,.28);border-bottom:1px solid rgba(244,121,32,.20)}
.schedule-crosshair--col{top:0;width:0;background:rgba(125,77,255,.07);border-left:1px solid rgba(125,77,255,.26);border-right:1px solid rgba(125,77,255,.18)}
.schedule-board-meta span{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(239,232,222,.96);font-size:12px;color:var(--sch-text-mid);box-shadow:var(--sch-shadow-soft)}
.schedule-board-meta strong{color:var(--sch-text)}
.schedule-page .sched-wrap{position:relative;z-index:1;padding:0 12px 12px;border-radius:18px 18px 30px 30px;background:linear-gradient(180deg,#fffdfa 0%,#fffaf6 100%);border:1px solid rgba(239,232,222,.96);box-shadow:inset 0 1px 0 rgba(255,255,255,.84), var(--sch-shadow-soft);max-height:clamp(620px,78vh,920px);min-height:620px;overflow:auto;margin-top:0;overscroll-behavior:contain}
.schedule-page .sched{min-width:max-content;margin-top:0;border-collapse:collapse}
.schedule-page .sched thead th{position:sticky;top:0;border-bottom:1px solid rgba(244,121,32,.18);background:#fff9f5;font-size:10px;color:var(--sch-text-soft);padding:10px 4px;z-index:12}
.schedule-page .sched thead .sc{z-index:16}
.schedule-page .sched thead .sc1{left:0}
.schedule-page .sched thead .sc2{left:180px}
.schedule-page .sched thead th.we{background:#fff4ec;color:#c2410c}
.schedule-page .sched thead .sc,.schedule-page .sc{background:#fff9f5}
.schedule-page .sched tbody .sc,.schedule-page .sched tbody .sc1,.schedule-page .sched tbody .sc2{background:#ffffff!important}
.schedule-page .sc1{min-width:180px;max-width:180px;padding:8px 12px!important}
.schedule-page .sc2{left:180px;min-width:72px;padding:8px 6px!important;font-size:11px}
.schedule-page .en{font-size:12px;font-weight:800;color:var(--sch-text)}
.schedule-page .ed{font-size:10px;color:var(--sch-text-soft);margin-top:4px}
.schedule-page .cell{border:1px solid rgba(234,88,12,.10);border-radius:14px;overflow:hidden;box-shadow:0 4px 10px rgba(15,23,42,.02);background-clip:padding-box;position:relative;transition:transform .14s ease, box-shadow .14s ease, outline-color .14s ease}
.schedule-page .cell.ed:hover{outline:2px solid rgba(244,121,32,.46);outline-offset:-2px;box-shadow:0 8px 20px rgba(244,121,32,.10)}
.schedule-page .cell.ed.cell-selected{outline:3px solid rgba(125,77,255,.88)!important;outline-offset:-3px;box-shadow:0 0 0 3px rgba(125,77,255,.18),0 14px 30px rgba(125,77,255,.18)!important;transform:translateY(-1px);z-index:2}
.schedule-page .cell.ed.cell-selected::after{content:"";position:absolute;inset:4px;border-radius:10px;border:1px solid rgba(255,255,255,.9);pointer-events:none;opacity:.9}
.schedule-page .cell.cell-overtime-adjusted{outline:2px solid rgba(251,146,60,.82);outline-offset:-2px;box-shadow:0 0 0 3px rgba(251,146,60,.16),0 10px 24px rgba(251,146,60,.10)}
.schedule-page .cell.cell-overtime-adjusted::before{content:"";position:absolute;inset:3px;border-radius:11px;border:1px solid rgba(255,247,237,.95);pointer-events:none;opacity:.95}
.schedule-page .cell.ed.cell-overtime-adjusted:hover{outline-color:rgba(249,115,22,.96);box-shadow:0 0 0 4px rgba(251,146,60,.18),0 14px 30px rgba(249,115,22,.14)}
.schedule-page .cell.ed.cell-selected.cell-overtime-adjusted{outline:3px solid rgba(125,77,255,.88)!important;box-shadow:0 0 0 3px rgba(125,77,255,.18),0 0 0 6px rgba(251,146,60,.20),0 14px 30px rgba(125,77,255,.18)!important}

.schedule-page .cell-overnight-start,.schedule-page .cell-overnight-end{overflow:visible!important;z-index:3;background:transparent!important;border-color:transparent!important;box-shadow:none!important;background-clip:padding-box!important;isolation:isolate!important}
.schedule-page .cell.cell-overtime-adjusted.cell-overnight-start,.schedule-page .cell.cell-overtime-adjusted.cell-overnight-end,.schedule-page .cell.ed.cell-overtime-adjusted.cell-overnight-start:hover,.schedule-page .cell.ed.cell-overtime-adjusted.cell-overnight-end:hover,.schedule-page .cell.ed.cell-selected.cell-overtime-adjusted.cell-overnight-start,.schedule-page .cell.ed.cell-selected.cell-overtime-adjusted.cell-overnight-end{outline:0!important;outline-offset:0!important;box-shadow:none!important}
.schedule-page .cell.cell-overtime-adjusted.cell-overnight-start::before,.schedule-page .cell.cell-overtime-adjusted.cell-overnight-end::before{opacity:1!important}
.schedule-page .cell-overnight-start{border-radius:16px 0 0 16px!important;border-right-color:transparent!important}
.schedule-page .cell-overnight-end{border-radius:0 16px 16px 0!important;border-left-color:transparent!important}
.schedule-page .cell.cell-overnight-start::before,.schedule-page .cell.cell-overnight-end::before{content:""!important;display:block!important;position:absolute!important;inset:auto!important;top:2px!important;bottom:2px!important;background:linear-gradient(180deg,rgba(248,245,255,.98) 0%,rgba(255,250,245,.99) 100%)!important;border:1px solid rgba(139,92,246,.22)!important;box-shadow:0 10px 22px rgba(76,29,149,.08)!important;pointer-events:none!important;z-index:0!important;opacity:1!important}
.schedule-page .cell.cell-overnight-start::before{left:2px!important;right:-2px!important;border-right:0!important;border-radius:16px 0 0 16px!important}
.schedule-page .cell.cell-overnight-end::before{left:-2px!important;right:2px!important;border-left:0!important;border-radius:0 16px 16px 0!important}
.schedule-page .cell.cell-overnight-start::after{content:""!important;display:block!important;position:absolute!important;top:3px!important;right:-5px!important;bottom:3px!important;width:10px!important;background:linear-gradient(180deg,rgba(248,245,255,.98) 0%,rgba(255,250,245,.99) 100%)!important;pointer-events:none!important;z-index:1!important;border:0!important;box-shadow:none!important}
.schedule-page .cell.cell-overnight-end::after{content:none!important;display:none!important}
.schedule-page .cell-overnight-badge{position:absolute;top:6px;left:10px;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;background:#7c3aed;color:#fff;font-size:8px;font-weight:900;letter-spacing:.07em;z-index:6;line-height:1.05;white-space:nowrap;box-shadow:0 6px 14px rgba(109,40,217,.18)}
.schedule-page .cell-overnight-ghost{color:#5b21b6!important}
.schedule-page .cell-overnight-ghost .cl,.schedule-page .cell-overnight-ghost .ch{opacity:.94}
.schedule-page .cell-overnight-continuation{position:absolute;top:6px;left:10px;right:auto;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;background:rgba(255,255,255,.72);font-size:8px;font-weight:900;line-height:1.05;text-align:center;color:#6d28d9;z-index:6;pointer-events:none;max-width:calc(100% - 16px);box-shadow:0 6px 14px rgba(124,58,237,.08)}
.schedule-page .cell-overnight-continuation::before{content:none!important;display:none!important}
.schedule-page .cell-overnight-continuation__lead{display:none}
.schedule-page .cell-overnight-continuation__meta{font-size:8px;font-weight:900;color:#6d28d9;white-space:nowrap}
.schedule-page .cell-overnight-start .cl,.schedule-page .cell-overnight-end .cl{position:relative;z-index:2;padding-top:20px;padding-right:4px}
.schedule-page .cell-overnight-start .cl{padding-left:4px}
.schedule-page .cell-overnight-end .cl{padding-left:8px}
.schedule-page .cell-overnight-start .ch,.schedule-page .cell-overnight-end .ch{position:relative;z-index:2}
.schedule-page .cell-overnight-end .cl:empty,.schedule-page .cell-overnight-end .ch:empty{display:none}
@media (max-width: 1200px){.schedule-page .cell-overnight-badge{font-size:7px;padding:2px 6px}.schedule-page .cell-overnight-continuation{padding:2px 6px}.schedule-page .cell-overnight-continuation__meta{font-size:7px}.schedule-page .cell-overnight-start::after{right:-4px;width:8px}}


.schedule-page .cl{font-size:9.5px;font-weight:800}
.schedule-page .legend{position:relative;z-index:1;padding:18px 2px 0;gap:16px}
.schedule-page .sched-logs-link{display:flex;justify-content:flex-end;padding:12px 4px 0;margin-top:4px}
.schedule-page .btn-xs{font-size:11px;padding:6px 12px;border-radius:8px;opacity:.7;transition:opacity .2s}
.schedule-page .btn-xs:hover{opacity:1}
.schedule-page .li{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow-soft)}
.schedule-page .dept-spacer td{height:14px;padding:0;border:none;background:transparent}
.schedule-page .dept-sep td{padding:0 0 4px;border:none;background:transparent}
.schedule-page .dept-sep-inner{display:flex;align-items:center;gap:16px;width:100%;padding:0 12px 0 0;white-space:nowrap}
.schedule-page .dept-sep-label{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;background:#fff;border-radius:16px;color:var(--sch-text);font-size:14px;font-weight:700;line-height:1;flex:0 0 auto;white-space:nowrap;box-shadow:var(--sch-shadow-soft)}
.schedule-page .dept-sep-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto}
.schedule-page .dept-sep-count{color:var(--sch-text-soft);font-size:13px;font-weight:700;white-space:nowrap}
.schedule-page .dept-sep-line{height:2px;flex:1 1 auto;border-radius:999px;min-width:80px;opacity:.9;box-shadow:0 0 0 1px rgba(255,255,255,.55)}
.schedule-page .rest-panel{position:relative;border-radius:32px;border:1px solid rgba(125,77,255,.18);background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(248,245,255,.96) 56%,rgba(255,255,255,.94) 100%);box-shadow:var(--sch-shadow);overflow:hidden}
.schedule-page .rest-panel::before,.schedule-page .rest-panel::after{content:'';position:absolute;pointer-events:none;border-radius:50%;filter:blur(10px);opacity:.86}
.schedule-page .rest-panel::before{width:190px;height:190px;right:-54px;top:-60px;background:radial-gradient(circle,rgba(125,77,255,.16) 0%,rgba(125,77,255,.035) 66%,transparent 100%)}
.schedule-page .rest-panel::after{width:150px;height:150px;left:-48px;bottom:-64px;background:radial-gradient(circle,rgba(216,90,142,.12) 0%,rgba(216,90,142,.025) 64%,transparent 100%)}
.schedule-page .rest-panel-bar{position:relative;z-index:1;display:flex;align-items:center;gap:16px;padding:22px 24px 18px;cursor:pointer;min-height:86px}
.schedule-page .rest-panel-icon{flex:0 0 auto;width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#f5f3ff 0%,rgba(255,255,255,.96) 100%);border:1px solid rgba(125,77,255,.16);box-shadow:0 14px 26px rgba(125,77,255,.12);font-size:20px;line-height:1;color:#7d4dff}
.schedule-page .rest-panel-title{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0;font-size:1.12rem;font-weight:800;letter-spacing:-.025em;color:var(--sch-text);line-height:1.35}
.schedule-page .rest-panel-title strong{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 10px;border-radius:999px;background:linear-gradient(135deg,#7d4dff,#a855f7);color:#fff;font-size:.78rem;font-weight:900;box-shadow:0 12px 24px rgba(125,77,255,.22)}
.schedule-page .rest-panel-hint{margin-left:0;display:inline-flex;align-items:center;min-height:30px;padding:7px 12px;border-radius:999px;background:rgba(245,243,255,.9);border:1px solid rgba(125,77,255,.12);color:#6d28d9;font-size:.78rem;font-weight:800;white-space:nowrap}
.schedule-page .rest-panel-chev{margin-left:auto;flex:0 0 auto;width:46px;height:46px;padding:14px;border-radius:18px;background:rgba(255,255,255,.84);border:1px solid rgba(221,214,254,.78);box-shadow:var(--sch-shadow-soft);color:#6d28d9;transition:transform .22s ease,color .22s ease,background .22s ease}
.schedule-page .rest-panel-open .rest-panel-chev{transform:rotate(180deg);color:#7d4dff;background:#fff}
.schedule-page .rest-panel-body{position:relative;z-index:1;padding:0 24px 24px;display:flex;flex-direction:column;gap:10px;border-top:0}
.schedule-page .rest-panel:not(.rest-panel-open) .rest-panel-body{display:none}
.schedule-page .rest-panel-item{display:flex;align-items:center;gap:8px;min-height:48px;padding:12px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(250,247,255,.94) 100%);border:1px solid rgba(221,214,254,.82);box-shadow:0 12px 24px rgba(76,29,149,.065);font-size:.88rem;line-height:1.35;color:var(--sch-text-mid);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;animation:schDutyEntryIn .32s ease both}
.schedule-page .rest-person{flex:0 0 auto;font-size:.94rem;line-height:1.3;color:var(--sch-text);font-weight:900}
.schedule-page .rest-separator,.schedule-page .rest-day{flex:0 0 auto;color:var(--sch-text-mid);font-weight:750}
.schedule-page .rest-gap{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:6px 10px;border-radius:999px;background:#f5f3ff;border:1px solid rgba(125,77,255,.12);color:#6d28d9;font-size:.78rem;font-weight:900}
.schedule-page .rest-detail{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:.84rem;line-height:1.35;color:var(--sch-text-mid)}
@media (max-width:900px){.schedule-page .rest-panel-bar{padding:20px 20px 16px}.schedule-page .rest-panel-body{padding:0 20px 20px}}
@media (max-width:640px){.schedule-page .rest-panel-bar{gap:14px;align-items:flex-start;flex-wrap:wrap}.schedule-page .rest-panel-icon{width:44px;height:44px;border-radius:16px}.schedule-page .rest-panel-title{font-size:1rem}.schedule-page .rest-panel-hint{order:3}.schedule-page .rest-panel-chev{margin-left:auto;width:42px;height:42px;border-radius:16px;padding:12px}.schedule-page .rest-panel-body{padding:0 16px 16px}.schedule-page .rest-panel-item{align-items:flex-start;gap:6px;flex-wrap:wrap;white-space:normal;padding:14px}.schedule-page .rest-detail{overflow:visible;text-overflow:clip}}

.schedule-page .multi-actions{border-radius:30px;border:1px solid rgba(239,232,222,.96);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,250,245,.95) 100%);box-shadow:var(--sch-shadow);padding:20px 24px;position:relative;overflow:hidden}.schedule-page .multi-actions::before{content:'';position:absolute;right:-40px;top:-40px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(244,121,32,.12),transparent 72%);filter:blur(10px);pointer-events:none}.schedule-page .multi-actions::after{content:'';position:absolute;left:-60px;bottom:-70px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(125,77,255,.10),transparent 72%);filter:blur(12px);pointer-events:none}.schedule-page .multi-actions > *{position:relative;z-index:1}.schedule-page .multi-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}.schedule-page .multi-eyebrow{font-size:12px;font-weight:800;letter-spacing:.02em;color:var(--sch-text-mid);margin-bottom:6px}.schedule-page .multi-title{font-size:24px;font-weight:800;line-height:1.1;color:var(--sch-text)}.schedule-page .multi-title strong{color:var(--sch-orange)}.schedule-page .multi-ctrls{display:grid;grid-template-columns:minmax(240px,1.5fr) repeat(2,minmax(120px,.8fr)) minmax(180px,1fr) auto;gap:12px;align-items:center}.schedule-page .multi-note{min-width:0}.schedule-page .multi-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.schedule-page .multi-actions .hint{display:inline-flex;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(239,232,222,.96);font-size:12px;color:var(--sch-text-soft);box-shadow:var(--sch-shadow-soft)}
.schedule-page .modal{border-radius:28px;border:1px solid rgba(239,232,222,.96);box-shadow:0 30px 80px rgba(26,26,46,.14)}
.schedule-page .mh,.schedule-page .mb,.schedule-page .mf{padding-left:24px;padding-right:24px}
.schedule-page .clear-modal{width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden;border-radius:30px;background:rgba(255,255,255,.985);box-shadow:0 34px 90px rgba(26,26,46,.22)}
.schedule-page .clear-modal .mh{flex:0 0 auto;padding-top:22px;padding-bottom:18px;border-bottom:1px solid rgba(248,113,113,.14);background:linear-gradient(180deg,#fff 0%,#fff8f8 100%)}
.schedule-page .clear-modal .mb{flex:1 1 auto;min-height:0;overflow-y:auto;padding-top:18px;padding-bottom:18px;scrollbar-width:thin;scrollbar-color:rgba(248,113,113,.58) transparent}
.schedule-page .clear-modal .mb::-webkit-scrollbar{width:8px}
.schedule-page .clear-modal .mb::-webkit-scrollbar-track{background:transparent}
.schedule-page .clear-modal .mb::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,#fca5a5,#fb7185)}
.schedule-page .clear-modal .mf{flex:0 0 auto;padding-top:16px;padding-bottom:16px;border-top:1px solid rgba(248,113,113,.12);background:rgba(255,255,255,.94)}
.schedule-page .clear-warn-list{font-size:14px;line-height:1.75;color:var(--sch-text-mid);padding:2px 0 4px}
.schedule-page .clear-countdown-wrap{position:relative;width:132px;height:132px;margin:18px auto 10px;display:grid;place-items:center}
.schedule-page .clear-ring-svg{position:absolute;inset:0;width:132px;height:132px;transform:rotate(-90deg);filter:drop-shadow(0 14px 24px rgba(220,38,38,.12))}
.schedule-page .clear-ring-track{fill:none;stroke:#fee2e2;stroke-width:10}
.schedule-page .clear-ring-progress{fill:none;stroke:url(#clearRingGradient);stroke-width:10;stroke-linecap:round;stroke-dasharray:326.73;stroke-dashoffset:326.73;transition:stroke-dashoffset .32s ease}
.schedule-page .clear-countdown{position:relative;z-index:1;width:84px;height:84px;aspect-ratio:1/1;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 50% 36%,#ffffff 0%,#fff7f7 58%,#ffe4e6 100%);border:1px solid rgba(248,113,113,.24);outline:8px solid rgba(255,255,255,.72);box-shadow:0 18px 36px rgba(220,38,38,.10),inset 0 1px 0 rgba(255,255,255,.96);font-size:38px;font-weight:900;letter-spacing:-.05em;color:#dc2626;line-height:1;transition:color .2s ease,background .2s ease,transform .2s ease,border-color .2s ease,outline-color .2s ease}
.schedule-page .clear-countdown.is-ready{color:#16a34a;background:radial-gradient(circle at 50% 36%,#ffffff 0%,#f0fdf4 58%,#dcfce7 100%);border-color:rgba(34,197,94,.26);outline-color:rgba(240,253,244,.86);transform:scale(1.03)}
.schedule-page .clear-countdown-caption{text-align:center;font-size:12px;color:#a8a29e;margin-bottom:10px;line-height:1.45}
@media (max-height:720px){.schedule-page .clear-countdown-wrap{width:108px;height:108px;margin:12px auto 8px}.schedule-page .clear-ring-svg{width:108px;height:108px}.schedule-page .clear-countdown{width:70px;height:70px;border-radius:50%;outline-width:7px;font-size:31px}.schedule-page .clear-warn-list{font-size:13px;line-height:1.62}.schedule-page .clear-modal .mh{padding-top:18px;padding-bottom:14px}.schedule-page .clear-modal .mb{padding-top:14px;padding-bottom:14px}.schedule-page .clear-modal .mf{padding-top:12px;padding-bottom:12px}}
.schedule-page .multi-actions .btn-sm{padding:11px 14px;border-radius:16px}
.own-schedule-shell{position:relative;padding:26px;border-radius:34px;background:linear-gradient(180deg,rgba(255,255,255,.97) 0%,rgba(255,250,245,.95) 100%);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow);overflow:hidden}
.own-schedule-shell::before{content:'';position:absolute;right:-50px;top:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(125,77,255,.10),transparent 72%);filter:blur(10px)}
.own-schedule-shell::after{content:'';position:absolute;left:-60px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(244,121,32,.12),transparent 72%);filter:blur(10px)}
.own-schedule-shell > *{position:relative;z-index:1}
.own-schedule-top{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:18px;margin-bottom:18px;align-items:stretch}
.own-schedule-copy{padding:8px 4px 0}
.own-schedule-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;border:1px solid rgba(244,121,32,.14)}
.own-schedule-badge::before{content:'';width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#fb923c,#f97316);animation:schPulse 2.2s ease-in-out infinite}
.own-schedule-heading{margin:18px 0 10px;font-size:clamp(30px,4vw,42px);line-height:.96;font-weight:800;letter-spacing:-.05em;color:var(--sch-text)}
.own-schedule-heading span{display:block;margin-top:10px;background:linear-gradient(90deg,var(--sch-orange) 0%,#f97316 30%,var(--sch-pink) 62%,var(--sch-violet) 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:schGradientFlow 10s linear infinite}
.own-schedule-desc{max-width:62ch;font-size:15px;line-height:1.8;color:var(--sch-text-mid)}
.own-schedule-summary{display:grid;gap:12px}
.own-summary-card{padding:18px 18px 16px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow-soft)}
.own-summary-card strong{display:block;font-size:13px;color:var(--sch-text-soft);letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px}
.own-summary-value{font-size:30px;font-weight:800;line-height:1;color:var(--sch-text)}
.own-summary-sub{margin-top:8px;font-size:12px;line-height:1.6;color:var(--sch-text-mid)}
.own-schedule-chips{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.own-schedule-chip{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow-soft);font-size:13px;color:var(--sch-text-mid)}
.own-schedule-chip strong{color:var(--sch-text)}
.own-schedule-chip-dot{width:10px;height:10px;border-radius:50%;flex:0 0 auto;background:linear-gradient(135deg,var(--sch-orange),var(--sch-pink))}
.own-calendar-board{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);gap:18px;align-items:start}
.own-calendar-board--single{grid-template-columns:1fr}
.own-calendar-card,.own-side-card{padding:20px;border-radius:28px;background:rgba(255,255,255,.88);border:1px solid rgba(239,232,222,.96);box-shadow:var(--sch-shadow-soft)}
.own-calendar-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:16px}
.own-calendar-head h2,.own-side-card h3{margin:0;font-size:26px;line-height:1.05;font-weight:800;color:var(--sch-text)}
.own-calendar-head--single{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;gap:16px}
.own-calendar-head p,.own-side-card p{margin:0;font-size:13px;line-height:1.7;color:var(--sch-text-mid)}
.own-month-nav{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.own-month-nav .btn{min-width:46px;height:46px;padding:0 14px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:800}
.own-month-nav-title{font-size:22px;line-height:1.04;letter-spacing:-.04em;font-weight:800;color:var(--sch-text);white-space:nowrap}
.own-calendar-dow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin-bottom:12px}
.own-calendar-dow span{text-align:left;padding:0 6px 0 2px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sch-text-soft)}
.own-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}
.own-day{min-height:146px;padding:14px 12px;border-radius:24px;background:linear-gradient(180deg,#fffdfa 0%,#fff8f2 100%);border:1px solid rgba(239,232,222,.96);box-shadow:0 12px 26px rgba(26,26,46,.04);display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}
.own-day::before{content:'';position:absolute;inset:0;background:linear-gradient(145deg,rgba(255,255,255,.46),transparent 50%,rgba(255,255,255,.08));pointer-events:none}
.own-day.is-weekend{background:linear-gradient(180deg,#fff8f2 0%,#fff4ec 100%)}
.own-day.is-today{border-color:rgba(125,77,255,.32);box-shadow:0 18px 34px rgba(125,77,255,.12)}
.own-day.is-holiday{border-color:rgba(244,121,32,.28)}
.own-day.is-empty{justify-content:space-between}
.own-day.is-empty .own-day-empty{margin-top:auto}
.own-day-empty-slot{min-height:146px;border-radius:24px;border:1px dashed rgba(214,145,89,.18);background:rgba(255,255,255,.38)}
.own-day-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.own-day-number{font-size:22px;font-weight:800;line-height:1;color:var(--sch-text)}
.own-day-weekname{display:block;margin-top:6px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--sch-text-soft)}
.own-day-today-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(125,77,255,.12);color:var(--sch-violet);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.own-day-today-pill::before{content:'';width:7px;height:7px;border-radius:50%;background:currentColor;animation:schPulse 2.2s ease-in-out infinite}
.own-shift-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 10px;border-radius:14px;font-size:11px;font-weight:900;letter-spacing:.02em;box-shadow:0 10px 18px rgba(26,26,46,.08);width:fit-content;max-width:100%;word-break:break-word}
.own-day-body{display:grid;gap:8px}
.own-day-title{font-size:15px;font-weight:800;line-height:1.28;color:var(--sch-text)}
.own-day-time{font-size:12px;font-weight:700;color:var(--sch-text-mid)}
.own-day-note{font-size:12px;line-height:1.55;color:var(--sch-text-mid)}
.own-day-empty{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:rgba(255,255,255,.78);border:1px dashed rgba(214,145,89,.2);font-size:11px;font-weight:700;color:var(--sch-text-soft)}
.own-day-empty::before{content:'';width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,rgba(244,121,32,.38),rgba(216,90,142,.38))}
.own-side-list{display:grid;gap:12px;margin:16px 0 0;padding:0;list-style:none}
.own-side-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start;padding:14px 14px;border-radius:20px;background:rgba(255,255,255,.82);border:1px solid rgba(239,232,222,.96)}
.own-side-item-dot{width:12px;height:12px;border-radius:50%;margin-top:4px}
.own-side-item-title{font-size:14px;font-weight:800;color:var(--sch-text);line-height:1.3}
.own-side-item-meta{margin-top:4px;font-size:12px;line-height:1.6;color:var(--sch-text-mid)}
.own-side-item-code{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:14px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.own-side-empty{margin-top:16px;padding:18px;border-radius:22px;background:rgba(255,255,255,.82);border:1px dashed rgba(214,145,89,.22);font-size:13px;line-height:1.7;color:var(--sch-text-mid)}
.own-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.own-legend-item{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.82);border:1px solid rgba(239,232,222,.96);font-size:12px;color:var(--sch-text)}
.own-legend-swatch{width:14px;height:14px;border-radius:50%;border:1px solid rgba(26,26,46,.06)}
@media (max-width: 1180px){.own-schedule-top,.own-calendar-board{grid-template-columns:1fr}.own-schedule-desc{max-width:none}}
@media (max-width: 900px){.own-calendar-grid,.own-calendar-dow{grid-template-columns:repeat(2,minmax(0,1fr))}.own-day-empty-slot{display:none}}
@media (max-width: 640px){.own-calendar-grid,.own-calendar-dow{grid-template-columns:1fr}.own-schedule-shell{padding:20px}.own-calendar-card,.own-side-card{padding:16px}.own-calendar-head--single{align-items:flex-start}.own-month-nav{width:100%;justify-content:space-between}.own-month-nav-title{font-size:20px}}
@media (max-width: 1280px){.schedule-page .multi-ctrls{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(110px,.7fr)) minmax(170px,1fr);}.schedule-page .multi-buttons{grid-column:1 / -1;justify-content:flex-start}}
@media (max-width: 1100px){
    .schedule-hero{grid-template-columns:1fr}
    .schedule-hero-copy{text-align:left}
    .schedule-text{margin-left:0}
}
@media (max-width: 860px){
    .schedule-page{padding:16px 14px 34px}
    .schedule-visual-stage{height:320px}
    .schedule-visual-main{left:0;width:calc(100% - 120px)}
    .schedule-visual-float--a{right:0;width:150px}
    .schedule-visual-float--b{right:10px;width:180px}
    .schedule-page .page-head,.schedule-board,.schedule-page .multi-actions{padding:20px 18px}
    .schedule-board-head h2,.schedule-page .page-head .month-nav h2{font-size:24px}
    .schedule-page .sched-wrap{max-height:none;min-height:540px;padding:0 10px 10px}
    .schedule-page .multi-header{align-items:flex-start}
    .schedule-page .multi-ctrls{grid-template-columns:1fr;align-items:stretch}
    .schedule-page .multi-buttons{justify-content:flex-start}
}

@media (max-width: 768px){
    .schedule-inline-alert{flex-wrap:wrap}
    .schedule-inline-alert .btn{margin-left:0}
    .schedule-page .page-head{align-items:flex-start}
    .schedule-page .page-head .month-nav{width:100%;justify-content:space-between}
    .schedule-page .page-head .page-acts{align-items:stretch;width:100%}
    .schedule-page .page-head .page-acts-row{justify-content:flex-start;width:100%}
    .schedule-page .page-head .filter-form,.schedule-page .view-tabs{width:100%;grid-template-columns:1fr;flex-wrap:wrap}
    .schedule-page .input-sm{min-width:unset;width:100%}
    .schedule-page .sc1{min-width:124px;max-width:124px}
    .schedule-page .sc2{left:124px;min-width:56px}
    .schedule-board-head{align-items:flex-start}
    .schedule-board-controls{width:100%;justify-content:flex-start}
    .schedule-fs-shell:fullscreen .page-head,.schedule-fs-shell.is-fallback-fullscreen .page-head{position:static}
    .schedule-fs-shell:fullscreen .schedule-board-head,.schedule-fs-shell.is-fallback-fullscreen .schedule-board-head{position:static;padding-bottom:0}
    .schedule-fs-shell:fullscreen .sched-wrap,.schedule-fs-shell.is-fallback-fullscreen .sched-wrap{max-height:none}
}

/* ===== PRINT STYLES ===== */
@media print {
    /* Hide non-essential elements */
    .sidebar, .sb-nav, .sb-footer, .sb-collapse-wrap, .sb-brand,
    .schedule-orb, .schedule-hero, .page-head, .page-acts-row,
    .legend, .sched-logs-link, .overlay, .modal,
    .idle-timer, .schedule-board-head,
    .btn, button, .nav-btn, .filter-form, .view-tabs,
    .schedule-board-controls, .schedule-day-info-modal,
    .bulk-modal, .copy-modal, .shift-mgr-modal,
    .schedule-crosshair, .app > nav {
        display: none !important;
    }
    
    /* Reset layout */
    * {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    
    body, html {
        margin: 0 !important;
        padding: 0 !important;
        background: #fff !important;
        font-size: 6pt !important;
        width: 100% !important;
    }
    
    .app {
        display: block !important;
    }
    
    .app, .content, .schedule-page, .schedule-layer,
    .schedule-fs-shell, .schedule-board {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: none !important;
        background: #fff !important;
        position: static !important;
        overflow: visible !important;
    }
    
    .content {
        margin-left: 0 !important;
    }
    
    /* Print header */
    .print-header {
        display: block !important;
        text-align: center;
        padding: 4px 0 8px;
        border-bottom: 1px solid #333;
        margin-bottom: 4px;
    }
    .print-header h1 {
        margin: 0;
        font-size: 12pt;
        font-weight: 700;
        color: #000;
    }
    .print-header p {
        margin: 2px 0 0;
        font-size: 8pt;
        color: #444;
    }
    
    /* Table container */
    .sched-wrap {
        display: block !important;
        overflow: visible !important;
        max-height: none !important;
        min-height: auto !important;
        border: none !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        padding: 0 !important;
    }
    
    /* Table styles */
    .sched {
        display: table !important;
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 5pt !important;
        table-layout: fixed !important;
    }
    
    .sched thead {
        display: table-header-group !important;
    }
    
    .sched tbody {
        display: table-row-group !important;
    }
    
    .sched tr {
        display: table-row !important;
        page-break-inside: avoid;
    }
    
    .sched th, .sched td {
        display: table-cell !important;
        border: 1px solid #bbb !important;
        padding: 1px 2px !important;
        color: #000 !important;
        page-break-inside: avoid;
        vertical-align: middle !important;
        font-size: 5pt !important;
        line-height: 1.1 !important;
    }
    
    .sched th {
        background: #e8e8e8 !important;
        font-weight: 700 !important;
        font-size: 5pt !important;
        text-align: center !important;
    }
    
    /* Fixed columns */
    .sched .sc, .sched .sc1, .sched .sc2 {
        position: static !important;
        left: auto !important;
    }
    
    .sched .sc1 {
        min-width: 70px !important;
        max-width: 90px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        text-align: left !important;
        font-size: 5pt !important;
    }
    
    .sched .sc2 {
        min-width: 30px !important;
        max-width: 40px !important;
        text-align: center !important;
        font-size: 5pt !important;
    }
    
    /* Day columns */
    .sched .col-day, .sched td.cell {
        min-width: 18px !important;
        max-width: 24px !important;
        text-align: center !important;
        padding: 1px !important;
    }
    
    .sched .en {
        font-size: 5pt !important;
        font-weight: 600 !important;
    }
    
    .sched .ed {
        font-size: 4pt !important;
        color: #555 !important;
    }
    
    /* Cell content */
    .dc {
        font-size: 4pt !important;
        padding: 0 !important;
        line-height: 1 !important;
    }
    
    /* Preserve background colors */
    .sched td.cell,
    .sched td[style*="background"] {
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        color-adjust: exact !important;
    }
    
    /* Weekend columns */
    .sched .we, .sched th.we {
        background: #f0f0f0 !important;
    }
    
    /* Hours column colors */
    .hrs-ok { color: #16a34a !important; font-weight: 700 !important; }
    .hrs-over { color: #dc2626 !important; font-weight: 700 !important; }
    .hrs-under { color: #d97706 !important; font-weight: 700 !important; }
    .hrs-contractor { color: #666 !important; font-weight: 600 !important; }
    
    /* Department group rows */
    .sched tr.dept-row td {
        background: #f5f5f5 !important;
        font-weight: 700 !important;
    }
    
    /* Page settings */
    @page {
        size: A4 landscape;
        margin: 5mm;
    }
    
    /* Footer with date */
    .print-footer {
        display: block !important;
        text-align: right;
        font-size: 6pt;
        color: #666;
        margin-top: 4px;
        padding-top: 2px;
        border-top: 1px solid #ccc;
    }
}

/* Hide print elements on screen */
.print-header, .print-footer {
    display: none;
}

/* === Fullscreen edit modal/select fix === */
.schedule-fs-shell:fullscreen .overlay,
.schedule-fs-shell.is-fallback-fullscreen .overlay{
    position:fixed!important;
    inset:0!important;
    z-index:2147483000!important;
    isolation:isolate!important;
}
.schedule-fs-shell:fullscreen .modal,
.schedule-fs-shell.is-fallback-fullscreen .modal{
    position:relative!important;
    z-index:2147483001!important;
    overflow:visible!important;
}
.schedule-fs-shell:fullscreen .modal .mb,
.schedule-fs-shell.is-fallback-fullscreen .modal .mb{
    overflow:visible!important;
}
.schedule-fs-shell:fullscreen #fType,
.schedule-fs-shell.is-fallback-fullscreen #fType{
    position:relative!important;
    z-index:2147483002!important;
    pointer-events:auto!important;
}


/* === Fullscreen edit modal visual consistency === */
.schedule-fs-shell:fullscreen #mo,
.schedule-fs-shell.is-fallback-fullscreen #mo{
    background:rgba(17,24,39,.34)!important;
    backdrop-filter:blur(14px)!important;
    -webkit-backdrop-filter:blur(14px)!important;
    align-items:center!important;
    justify-content:center!important;
    padding:28px!important;
}
.schedule-fs-shell:fullscreen #mo .modal,
.schedule-fs-shell.is-fallback-fullscreen #mo .modal{
    width:min(560px,calc(100vw - 48px))!important;
    max-height:calc(100dvh - 56px)!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:30px!important;
    border:1px solid rgba(244,121,32,.14)!important;
    background:
        radial-gradient(circle at 10% 0%,rgba(244,121,32,.10),transparent 30%),
        linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,250,245,.97))!important;
    box-shadow:0 34px 90px rgba(24,23,45,.25)!important;
    color:var(--sch-text)!important;
}
.schedule-fs-shell:fullscreen #mo .mh,
.schedule-fs-shell.is-fallback-fullscreen #mo .mh{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:16px!important;
    padding:22px 24px 18px!important;
    border-bottom:1px solid rgba(244,121,32,.10)!important;
    background:linear-gradient(180deg,#fff 0%,#fff7ed 100%)!important;
}
.schedule-fs-shell:fullscreen #mo .mh h3,
.schedule-fs-shell.is-fallback-fullscreen #mo .mh h3{
    margin:0!important;
    font-size:22px!important;
    line-height:1.1!important;
    font-weight:950!important;
    letter-spacing:-.04em!important;
    color:#24233a!important;
}
.schedule-fs-shell:fullscreen #mo .ms,
.schedule-fs-shell.is-fallback-fullscreen #mo .ms{
    margin-top:6px!important;
    color:#7c6f64!important;
    font-size:12px!important;
    font-weight:700!important;
}
.schedule-fs-shell:fullscreen #mo .mc,
.schedule-fs-shell.is-fallback-fullscreen #mo .mc{
    width:42px!important;
    height:42px!important;
    flex:0 0 42px!important;
    border-radius:999px!important;
    border:1px solid rgba(244,121,32,.12)!important;
    background:#fff!important;
    color:#9a3412!important;
    box-shadow:0 10px 22px rgba(24,23,45,.06)!important;
    display:grid!important;
    place-items:center!important;
    font-size:22px!important;
    line-height:1!important;
    cursor:pointer!important;
}
.schedule-fs-shell:fullscreen #mo .mb,
.schedule-fs-shell.is-fallback-fullscreen #mo .mb{
    flex:1 1 auto!important;
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:visible!important;
    padding:20px 24px!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(244,121,32,.45) transparent!important;
}
.schedule-fs-shell:fullscreen #mo .mb::-webkit-scrollbar,
.schedule-fs-shell.is-fallback-fullscreen #mo .mb::-webkit-scrollbar{
    width:8px!important;
}
.schedule-fs-shell:fullscreen #mo .mb::-webkit-scrollbar-thumb,
.schedule-fs-shell.is-fallback-fullscreen #mo .mb::-webkit-scrollbar-thumb{
    border-radius:999px!important;
    background:linear-gradient(180deg,#fb923c,#ea580c)!important;
}
.schedule-fs-shell:fullscreen #mo .lbl,
.schedule-fs-shell.is-fallback-fullscreen #mo .lbl{
    display:block!important;
    margin:12px 0 7px!important;
    color:#7c2d12!important;
    font-size:10px!important;
    line-height:1.2!important;
    font-weight:950!important;
    letter-spacing:.10em!important;
    text-transform:uppercase!important;
}
.schedule-fs-shell:fullscreen #mo .input,
.schedule-fs-shell.is-fallback-fullscreen #mo .input{
    width:100%!important;
    min-height:46px!important;
    border-radius:16px!important;
    border:1px solid rgba(244,121,32,.15)!important;
    background:#fff!important;
    color:#24233a!important;
    padding:11px 14px!important;
    font-size:13px!important;
    font-weight:750!important;
    box-shadow:0 8px 20px rgba(24,23,45,.035)!important;
}
.schedule-fs-shell:fullscreen #mo select.input,
.schedule-fs-shell.is-fallback-fullscreen #mo select.input{
    appearance:auto!important;
    -webkit-appearance:menulist!important;
    cursor:pointer!important;
}
.schedule-fs-shell:fullscreen #mo .input:focus,
.schedule-fs-shell.is-fallback-fullscreen #mo .input:focus{
    outline:none!important;
    border-color:rgba(234,88,12,.45)!important;
    box-shadow:0 0 0 4px rgba(244,121,32,.10),0 10px 24px rgba(24,23,45,.06)!important;
}
.schedule-fs-shell:fullscreen #mo .g2,
.schedule-fs-shell.is-fallback-fullscreen #mo .g2{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:12px!important;
}
.schedule-fs-shell:fullscreen #mo .hrs-box,
.schedule-fs-shell.is-fallback-fullscreen #mo .hrs-box,
.schedule-fs-shell:fullscreen #mo .bulk-info,
.schedule-fs-shell.is-fallback-fullscreen #mo .bulk-info,
.schedule-fs-shell:fullscreen #mo .dyzur-hint,
.schedule-fs-shell.is-fallback-fullscreen #mo .dyzur-hint{
    border-radius:18px!important;
    border:1px solid rgba(244,121,32,.10)!important;
    background:#fff7ed!important;
    color:#7c2d12!important;
    padding:12px 14px!important;
    line-height:1.55!important;
}
.schedule-fs-shell:fullscreen #mo .mf,
.schedule-fs-shell.is-fallback-fullscreen #mo .mf{
    flex:0 0 auto!important;
    display:flex!important;
    justify-content:flex-end!important;
    gap:10px!important;
    flex-wrap:wrap!important;
    padding:16px 24px!important;
    border-top:1px solid rgba(244,121,32,.10)!important;
    background:rgba(255,255,255,.94)!important;
}
.schedule-fs-shell:fullscreen #mo .btn,
.schedule-fs-shell.is-fallback-fullscreen #mo .btn{
    min-height:44px!important;
    border-radius:15px!important;
    font-weight:950!important;
    padding:0 17px!important;
}
.schedule-fs-shell:fullscreen #mo .btn-primary,
.schedule-fs-shell.is-fallback-fullscreen #mo .btn-primary{
    background:linear-gradient(135deg,#fb923c,#ea580c)!important;
    color:#fff!important;
    border:0!important;
    box-shadow:0 14px 28px rgba(234,88,12,.22)!important;
}
.schedule-fs-shell:fullscreen #mo .btn-danger,
.schedule-fs-shell.is-fallback-fullscreen #mo .btn-danger{
    background:linear-gradient(135deg,#ef4444,#dc2626)!important;
    color:#fff!important;
    border:0!important;
    box-shadow:0 14px 28px rgba(220,38,38,.18)!important;
}
.schedule-fs-shell:fullscreen #mo .btn-ghost,
.schedule-fs-shell.is-fallback-fullscreen #mo .btn-ghost{
    background:#fff!important;
    color:#3a3345!important;
    border:1px solid rgba(244,121,32,.13)!important;
    box-shadow:0 10px 22px rgba(24,23,45,.045)!important;
}
@media(max-width:720px){
    .schedule-fs-shell:fullscreen #mo,
    .schedule-fs-shell.is-fallback-fullscreen #mo{
        padding:16px!important;
    }
    .schedule-fs-shell:fullscreen #mo .g2,
    .schedule-fs-shell.is-fallback-fullscreen #mo .g2{
        grid-template-columns:1fr!important;
    }
    .schedule-fs-shell:fullscreen #mo .mf,
    .schedule-fs-shell.is-fallback-fullscreen #mo .mf{
        display:grid!important;
        grid-template-columns:1fr!important;
    }
    .schedule-fs-shell:fullscreen #mo .btn,
    .schedule-fs-shell.is-fallback-fullscreen #mo .btn{
        width:100%!important;
    }
}

