.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.app-shell--mobile{display:block;padding-bottom:92px}.app-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:24px;height:100vh;padding:26px 22px;background:#f4f9ffd1;border-right:1px solid rgba(89,124,160,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-sidebar__brand h1{margin:0;font-family:var(--font-youtube-ui);font-size:1.6rem;line-height:1.1}.app-sidebar__brand p:last-child{margin-top:8px;color:var(--ink-soft);line-height:1.6}.app-sidebar__nav{display:flex;flex-direction:column;gap:10px}.app-sidebar__spacer{flex:1 1 auto}.app-nav-link{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border:1px solid rgba(89,124,160,.12);border-radius:16px;background:#f8fcff9e;color:var(--ink);font-weight:700;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.app-nav-link__icon{display:inline-grid;place-items:center;width:22px;height:22px;color:#5f7b9c}.app-nav-link:hover{transform:translate(2px);border-color:#597ca03d;box-shadow:0 10px 22px #314c6c14}.app-nav-link.is-active{background:linear-gradient(135deg,#e5f0fcf0,#f8fcfffa);border-color:#597ca03d;color:var(--blue);box-shadow:0 12px 24px #314c6c1a}.app-nav-link.is-active .app-nav-link__icon{color:currentColor}.app-sidebar__subnav{display:flex;flex-direction:column;gap:6px;padding-top:20px;border-top:1px solid rgba(89,124,160,.16)}.app-subnav-link{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 8px;border-radius:12px;color:#5a718c;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .16s ease,color .16s ease,transform .16s ease}.app-subnav-link__icon{display:inline-grid;place-items:center;width:20px;height:20px;color:#6f88a6}.app-subnav-link:hover{transform:translate(2px);background:#f4f9ffe0;color:#365c84}.app-subnav-link.is-active{background:#e5f0fcd1;color:var(--blue)}.app-subnav-link.is-active .app-subnav-link__icon{color:currentColor}.app-shell__main{min-width:0;padding:22px 24px 28px}.app-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.app-shell__header h2{margin:0;font-family:var(--font-youtube-ui);font-size:2rem;line-height:1.1}.app-shell__header-meta{display:flex;align-items:center;gap:12px}.app-shell__header-meta strong{color:var(--ink-soft);font-family:var(--font-youtube-ui);font-size:1rem}.app-shell__note{margin-top:14px;padding:12px 16px;border:1px solid rgba(89,124,160,.14);border-radius:16px;background:#f8fcffad;color:var(--ink-soft);line-height:1.5}.app-shell__content{margin-top:18px}.mobile-tabbar{position:fixed;right:12px;bottom:12px;left:12px;z-index:20;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(89,124,160,.16);border-radius:22px;background:#f6fbffeb;box-shadow:0 18px 32px #314c6c1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-tab{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;min-height:46px;border-radius:16px;color:var(--ink-soft);font-size:.84rem;font-weight:700;text-align:center;text-decoration:none}.mobile-tab__icon{display:inline-grid;place-items:center}.mobile-tab__label{line-height:1}.mobile-tab.is-active{background:#e5f0fce6;color:var(--blue)}@media (max-width: 1023px){.app-shell__main{padding:18px}}@media (max-width: 767px){.app-shell__main{padding:14px 14px 0}.app-shell__header{align-items:flex-start;flex-direction:column}.app-shell__header h2{font-size:1.55rem}.app-shell__header-meta{width:100%;justify-content:space-between}.app-shell__note{margin-top:12px;font-size:.92rem}}.modal{width:min(800px,100%);max-height:min(88vh,900px);overflow:auto;border:1px solid rgba(89,124,160,.16);border-radius:28px;background:linear-gradient(180deg,#ffffff7a,#ffffff1f),#f8fcfff5;box-shadow:0 26px 60px #2a446338}.modal h2{margin:0;font-family:var(--font-youtube-ui);font-size:1.5rem;line-height:1.2;letter-spacing:0}.modal p{margin:7px 0 0;color:var(--ink-soft)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#1c304857;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-backdrop--sheet{display:flex;align-items:flex-end;justify-content:center}.modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px 22px;border-bottom:1px solid var(--line)}.modal__body{padding:20px 22px 24px}.modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.modal-grid>section{min-width:0}.form-stack,.json-panel{display:flex;flex-direction:column;gap:14px}.form-stack label,.detail-list div{display:flex;flex-direction:column;gap:7px}.form-stack input,.form-stack select,.form-stack textarea{width:100%;padding:11px 12px;border:1px solid var(--line-strong);border-radius:16px;background:#f8fcfff0;color:var(--ink)}.checkbox{flex-direction:row!important;align-items:center}.inline-form{display:grid;grid-template-columns:minmax(150px,1.5fr) 110px 90px;gap:10px;flex:1;align-items:end}.inline-form label,.inline-form__static{display:flex;flex-direction:column;gap:6px}.table-list{display:flex;flex-direction:column;gap:10px}.table-list__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}.table-list__row--form{align-items:end}.shift-type-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:14px 16px}.shift-type-row__main{display:flex;flex-direction:column;gap:8px;min-width:0}.shift-type-row__form{grid-template-columns:minmax(96px,132px) 96px 96px;gap:10px;width:100%;flex:0 0 auto}.shift-type-row__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-inline:2px}.shift-type-row__actions{display:grid;grid-auto-flow:row;gap:8px;width:84px;align-self:center}.shift-type-row__actions .button{width:100%;justify-content:center;padding-inline:10px}.row-actions,.action-row{display:flex;gap:8px;flex-wrap:wrap}.action-row--start{justify-content:flex-start}.helper-text{color:var(--ink-soft);font-size:.8rem}.helper-text--warning{color:#ef3126}.json-import-modal{display:flex;flex-direction:column;gap:18px}.json-import-modal__intro{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border:1px solid rgba(89,124,160,.14);border-radius:22px;background:#f8fcffc7}.json-import-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:linear-gradient(180deg,#ebf3fffa,#e3eeffeb);color:#3c7ff0;flex:0 0 auto}.json-import-modal__intro strong{display:block;font-family:var(--font-youtube-ui);font-size:1.05rem}.json-import-modal__field{display:flex;flex-direction:column;gap:10px}.json-import-modal__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.json-import-modal__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:160px;padding:20px;border:1.5px dashed rgba(82,147,255,.72);border-radius:22px;background:linear-gradient(180deg,#f8fbfff2,#f4f9ffeb);text-align:center;cursor:pointer}.json-import-modal__dropzone.is-disabled{cursor:wait;opacity:.68;pointer-events:none}.json-import-modal__dropzone small{color:#7d8ead;font-size:.96rem;font-weight:700}.json-import-modal__trigger{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid rgba(82,147,255,.48);border-radius:14px;color:#3c7ff0;font-weight:800;pointer-events:none}.json-import-modal__meta{display:flex;flex-direction:column;gap:6px}.json-import-modal__filename{margin:0;color:#6f7f9b;font-weight:700}.cell-edit{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.2fr);gap:18px}.cell-edit__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-content:start}.cell-edit__choice{display:flex;flex-direction:column;align-items:flex-start;min-height:74px;gap:4px}.cell-edit__choice.is-selected{box-shadow:inset 0 0 0 2px #f8fcffeb,0 0 0 2px var(--blue)}.cell-edit__choice span{font-size:.84rem;opacity:.9}.cell-edit__warnings{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.cell-edit__footer{display:flex;grid-column:1 / -1;justify-content:flex-end;gap:10px}.warning-detail h3{margin-bottom:0}.detail-list{display:grid;gap:10px;margin-top:18px}.detail-list dt{color:var(--ink-soft);font-size:.9rem}.detail-list dd{margin:0;font-weight:800}.help-modal__steps{display:grid;gap:10px;margin-top:16px}.help-modal__steps article{display:flex;flex-direction:column;gap:5px;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--surface-soft)}@media (max-width: 767px){.modal-grid,.cell-edit,.inline-form{grid-template-columns:1fr}.shift-type-row{grid-template-columns:1fr;gap:12px}.shift-type-row__form{gap:10px}.shift-type-row__meta{flex-wrap:wrap;justify-content:flex-start}.shift-type-row__actions{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-flow:column;align-self:stretch}.modal-backdrop{padding:12px}.modal--sheet{width:100%;max-width:none;max-height:min(88vh,880px);margin-top:auto;border-radius:16px 16px 0 0}.cell-edit__footer{flex-direction:column}.cell-edit__footer .button{width:100%}}.calendar-card{min-width:0;padding:22px}.calendar-card h2{margin:0;font-family:var(--font-youtube-ui);font-size:1.5rem;line-height:1.2;letter-spacing:0}.calendar-card p{margin:7px 0 0;color:var(--ink-soft)}.calendar-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.calendar-card__controls{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.calendar-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.calendar-card__action{display:inline-flex;align-items:center;gap:7px;min-height:44px;padding:0 16px;border-radius:999px;font-weight:800}.calendar-card__action--import,.calendar-card__action--save{color:#3c7ff0}.calendar-card__action--excel{color:#1f8b58}.calendar-card__action-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:#1f8b58;color:#fff;font-size:.7rem;font-weight:900}.legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:18px;color:#607488;font-size:.92rem}.legend span{display:inline-flex;align-items:center;gap:7px}.legend__swatch{display:inline-grid;place-items:center;min-width:26px;height:26px;border-radius:5px;font-weight:900}.legend__swatch--wish{background:var(--wish);color:var(--green)}.legend__swatch--wish:before{content:"希"}.legend__swatch--must{background:var(--must);color:var(--red)}.legend__swatch--must:before{content:"必"}.legend__swatch--night{background:var(--night);color:#6d42c7}.legend__swatch--night:before{content:"N"}.legend__swatch--warning{background:transparent;color:var(--orange)}.legend__swatch--warning:before{content:"▲"}.calendar-card__nav{display:flex;align-items:center;justify-content:center;margin-top:12px}.month-switcher{display:grid;grid-template-columns:110px minmax(180px,1fr) 110px;align-items:center;gap:40px;width:min(620px,100%)}.month-switcher__label{text-align:center;font-family:var(--font-youtube-ui);font-size:1.75rem;font-weight:700;letter-spacing:0}.calendar-card__nav-note{display:none}.view-switch{display:inline-grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;width:330px;padding:3px;border:1px solid rgba(89,124,160,.14);border-radius:999px;background:#e5f0fcd1}.view-switch button{min-height:34px;border:0;border-radius:999px;background:transparent;color:#6a7d90;font-weight:800}.view-switch button.is-active{background:#f8fcfff5;color:var(--blue);box-shadow:0 6px 12px #0f172a14}.calendar-scroll{overflow:auto;margin-top:14px;border:1px solid rgba(89,124,160,.14);border-radius:24px;background:#f8fcffd6;scrollbar-color:#9ebbd8 #ddebf7;scrollbar-width:thin}.calendar-scroll::-webkit-scrollbar{width:12px;height:12px}.calendar-scroll::-webkit-scrollbar-track{background:#ddebf7;border-radius:999px}.calendar-scroll::-webkit-scrollbar-thumb{background:#9ebbd8;border-radius:999px}.calendar-scroll-meta{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:10px;color:#7c91a8}.calendar-scroll-meta span{display:none}.calendar-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0}.calendar-table th,.calendar-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.calendar-table thead th{position:sticky;top:0;z-index:2;background:#edf5ff;box-shadow:inset 0 -1px 0 var(--line)}.calendar-table thead .calendar-table__employee{position:sticky;top:0;left:0;z-index:7;background:#edf5ff}.calendar-table__employee{position:sticky;left:0;z-index:4;width:186px;min-width:186px;max-width:186px;padding:0;background:#f8fcfffa;text-align:left;box-shadow:1px 0 0 var(--line)}.calendar-table__employee--sticky{padding:10px 12px}.employee-pill{display:flex;flex-direction:column;gap:2px;min-height:42px;padding:9px 12px;background:transparent}.employee-pill__name--mobile,.employee-pill__summary--mobile{display:none}.employee-pill__summary{color:#687d92;font-size:.86rem}.calendar-table__day{width:64px;min-width:64px;padding:7px 6px;text-align:center}.calendar-table__day span{display:block;font-size:1rem;font-weight:700}.calendar-table__day small{display:block;margin-top:2px;color:#687d92}.calendar-table__day.is-saturday span,.calendar-table__day.is-saturday small{color:#1264c5}.calendar-table__day.is-sunday span,.calendar-table__day.is-sunday small{color:#ef3126}.calendar-table__day.is-today{background:#1f4f8f1a}.calendar-table__cell-wrap{width:64px;min-width:64px;height:42px;padding:0}.calendar-cell{position:relative;width:100%;min-height:42px;border:0;background:#f8fcffd1;color:var(--blue);transition:background .16s ease,transform .16s ease}.calendar-cell:hover{background:#dde9f7a8;transform:scale(.98)}.calendar-cell.is-off{color:#64748b}.calendar-cell.is-wish-off{background:var(--wish);color:var(--green)}.calendar-cell.is-must-off{background:var(--must);color:var(--red)}.calendar-cell.is-night{background:var(--night);color:#6d42c7}.calendar-cell.has-warning{box-shadow:inset 0 0 0 2px #c08b2ce6}.calendar-cell__code{font-weight:900;font-size:1rem;line-height:1}.calendar-cell__request-tag{position:absolute;top:4px;right:4px;display:inline-grid;place-items:center;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:#f8fcfff0;font-size:.63rem;font-weight:900;line-height:1;box-shadow:0 1px 3px #1a24331f}.calendar-cell__dot{position:absolute;top:50%;left:50%;width:0;height:0;border-right:8px solid transparent;border-bottom:14px solid var(--orange);border-left:8px solid transparent;transform:translate(-50%,-50%)}.mobile-view-stack{display:flex;flex-direction:column;gap:12px;margin-top:16px}.mobile-nav-card,.mobile-select-card,.mobile-employee-summary,.mobile-list-item,.mobile-count-card{border:1px solid var(--line);border-radius:20px;background:#f8fcffd6;padding:12px}.mobile-nav-card,.mobile-list-item{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-nav-card p,.mobile-employee-summary p,.mobile-list-item p{margin:4px 0 0;color:var(--ink-soft)}.mobile-select-card label{display:flex;flex-direction:column;gap:8px;width:100%}.mobile-select-card select{width:100%;padding:11px 12px;border:1px solid var(--line-strong);border-radius:16px;background:#f8fcfff0;color:var(--ink)}.mobile-count-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-count-card span{display:block;margin-bottom:4px;color:var(--ink-soft)}.mobile-warning-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.mobile-list{display:flex;flex-direction:column;gap:10px}.shift-chip-button{padding:0;border:0;background:transparent}.shift-token{display:inline-flex;align-items:center;justify-content:center;min-width:54px;padding:9px 12px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-weight:900}.shift-token__request-tag{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 4px;border-radius:999px;background:#f8fcfff0;font-size:.68rem;font-weight:900;line-height:1}.shift-token.is-wish-off{background:var(--wish);color:var(--green)}.shift-token.is-must-off{background:var(--must);color:var(--red)}.shift-token.is-night{background:var(--night);color:#6d42c7}.shift-token.has-warning{box-shadow:inset 0 0 0 2px var(--orange)}.shift-token i{width:8px;height:8px;margin-left:6px;border-radius:999px;background:var(--orange)}@media (max-width: 1023px){.calendar-card__header{flex-direction:column}.calendar-card__controls{width:100%;align-items:stretch}.calendar-card__actions{justify-content:flex-start}.calendar-table__employee{width:150px;min-width:150px;max-width:150px}.calendar-table__day,.calendar-table__cell-wrap{width:56px;min-width:56px}}@media (max-width: 767px){.calendar-card__actions{display:grid;grid-template-columns:1fr}.calendar-card__action{justify-content:center}.calendar-card{padding:18px 22px}.calendar-card__header{align-items:flex-start}.calendar-card__controls{align-items:stretch}.view-switch{width:100%}.legend{justify-content:center;gap:18px;width:100%;padding-top:4px}.calendar-card__nav{margin-top:12px}.month-switcher{grid-template-columns:1fr 1.2fr 1fr;gap:10px}.month-switcher__label{font-size:1.35rem}.calendar-scroll-meta{order:5;margin-top:12px}.calendar-table__employee{width:106px;min-width:106px;max-width:106px}.calendar-table__employee--sticky{padding:8px 7px}.calendar-table__day,.calendar-table__cell-wrap{width:52px;min-width:52px}.calendar-table__cell-wrap{height:48px}.calendar-cell{min-height:48px}.employee-pill{min-height:48px;padding:7px 8px}.employee-pill__name--desktop,.employee-pill__summary--desktop{display:none}.employee-pill__name--mobile,.employee-pill__summary--mobile{display:block}}.app-header{position:sticky;top:14px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:28px;width:min(1480px,calc(100% - 36px));min-height:98px;margin:18px auto 0;padding:18px 24px;background:#f6fbffd1;border:1px solid rgba(107,141,177,.2);border-radius:32px;box-shadow:0 12px 34px #3f60841f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:18px;min-width:0}.brand__mark{position:relative;display:grid;place-items:center;width:72px;height:72px;flex:0 0 auto;border:1px solid rgba(255,255,255,.8);border-radius:24px;background:linear-gradient(135deg,#ffffff5c,#fff0),linear-gradient(145deg,#356ea1,#6aa9cb 58%,#c9e3f7);box-shadow:inset 0 0 0 2px #f9fcffd9,0 12px 24px #2f6ea438}.brand__mark:before,.brand__mark:after{position:absolute;top:-7px;width:10px;height:20px;content:"";border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#8fb7da,#5f89b2)}.brand__mark:before{left:13px}.brand__mark:after{right:13px}.brand__mark span{width:38px;height:32px;border-radius:0 0 12px 12px;background:linear-gradient(180deg,#fff,#eef5fd)}.brand__mark span:before{display:block;width:22px;height:10px;margin:10px auto 0;content:"";border:solid #4f8f9f;border-width:0 0 3px 0;border-radius:0 0 18px 18px}.brand__copy{min-width:0}.brand__eyebrow{margin-bottom:6px}.brand h1{margin:0;font-family:var(--font-youtube-ui);font-size:clamp(1.7rem,2vw,2.25rem);font-weight:700;line-height:1.08;letter-spacing:.01em}.brand p{margin:6px 0 0;color:var(--ink-soft);font-family:var(--font-youtube-ui);font-weight:700}.app-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.app-header__help span{display:inline-grid;place-items:center;width:22px;height:22px;border:2px solid rgba(56,81,107,.72);border-radius:999px;font-size:.9rem}.hero__summary{display:grid;grid-template-columns:repeat(4,minmax(112px,1fr));gap:10px}.metric-card{display:flex;flex-direction:column;gap:6px;min-width:0;padding:12px 14px;border:1px solid rgba(107,141,177,.16);border-radius:18px;background:#ffffff94;box-shadow:inset 0 1px #ffffffb8}.metric-card span{color:var(--ink-soft);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.metric-card strong{font-family:var(--font-youtube-ui);font-size:1.18rem;font-weight:700}.workspace{display:flex;flex-direction:column;gap:18px;max-width:1480px;margin:0 auto;padding:24px 18px 40px}.warning-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px;border:1px solid rgba(188,90,66,.2);border-radius:22px;background:linear-gradient(135deg,#fff8dbeb,#fffcebf0);box-shadow:0 12px 22px #527aa814}.warning-banner__content{display:flex;align-items:center;gap:14px;min-width:0}.warning-banner__content p{margin:0 0 0 14px;color:#36506b}.warning-banner__content>div{display:flex;align-items:center;min-width:0}.warning-banner__content strong{color:#ef3126;white-space:nowrap}.warning-banner__icon{display:inline-grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:linear-gradient(180deg,#5f89b2,#426b92);color:#fff;font-size:.9rem;font-weight:900}.warning-banner__button{display:inline-flex;flex:0 0 auto;color:#426b92;border-color:#b8d2ea;white-space:nowrap}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px;align-items:start}.support-panels{display:flex;flex-direction:column;gap:14px;min-width:0}.support-card--summary .support-card__icon{background:var(--blue-soft);color:var(--blue)}.support-card--summary .support-card__icon:before{content:"▥"}.support-card--daily .support-card__title h2{color:var(--green)}.support-card--daily .support-card__icon{background:var(--green-soft);color:var(--green)}.support-card--daily .support-card__icon:before{content:"●●";letter-spacing:-3px}.summary-list{margin-top:8px}.summary-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.summary-list__item strong{font-size:.95rem}.summary-list__item span{color:#36506b;white-space:nowrap}.link-button{display:block;width:100%;margin-top:10px;padding:0;border:0;background:transparent;color:var(--blue);font-weight:800;text-align:right}.shift-pattern-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.shift-pattern-item{display:grid;grid-template-columns:58px minmax(0,1fr) 52px;align-items:center;gap:10px;padding:12px 12px 12px 14px;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:16px;background:#f8fcffd6}.shift-pattern-item.is-night{border-left-color:#8f63e7}.shift-pattern-item strong{font-size:1.02rem;color:var(--blue)}.shift-pattern-item.is-night strong{color:#7c55d2}.shift-pattern-item span{color:#36506b;font-weight:700;white-space:nowrap}.shift-pattern-item b{justify-self:end;padding:4px 8px;border-radius:999px;background:#ebf4fff2;color:var(--ink-soft);font-size:.9rem;line-height:1}.daily-overview-scroll{margin-top:12px;overflow-x:auto;border:1px solid var(--line);border-radius:22px;background:#f8fcffdb;scrollbar-color:#9ebbd8 #ddebf7;scrollbar-width:thin}.daily-overview-scroll::-webkit-scrollbar{width:12px;height:12px}.daily-overview-scroll::-webkit-scrollbar-track{background:#ddebf7;border-radius:999px}.daily-overview-scroll::-webkit-scrollbar-thumb{background:#9ebbd8;border-radius:999px}.daily-overview-list{display:grid;grid-auto-columns:64px;grid-auto-flow:column;width:max-content;min-width:100%}.daily-overview-item{display:flex;flex-direction:column;align-items:center;gap:7px;min-height:78px;padding:8px 6px;border-right:1px solid var(--line);background:#f7fbffcc}.daily-overview-item:last-child{border-right:0}.daily-overview-item small{display:block;margin-top:2px;color:#36506b}.daily-overview-item span{font-weight:800}.screen-lock{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;background:#1c304842;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.screen-lock__card{display:flex;flex-direction:column;align-items:center;gap:10px;min-width:280px;padding:24px 28px;border:1px solid var(--line);border-radius:24px;background:#f9fcfff5;box-shadow:0 26px 60px #2a446333}.spinner{width:42px;height:42px;border:4px solid rgba(37,99,199,.18);border-top-color:var(--blue);border-radius:999px;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1280px){.app-header{width:min(100%,calc(100% - 28px));padding:18px 20px}.app-header__actions{flex:1}.hero__summary{grid-template-columns:repeat(2,minmax(112px,1fr))}.workspace-grid{grid-template-columns:1fr}.support-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1023px){.workspace{padding:16px 28px 24px}.hero__summary{display:none}.support-panels{grid-template-columns:1fr}}@media (max-width: 767px){.app-header{top:10px;width:calc(100% - 20px);min-height:84px;padding:12px 16px;border-radius:26px}.brand{gap:12px}.brand__mark{width:54px;height:54px;border-radius:18px}.brand h1{font-size:1.45rem}.brand p{display:none}.brand__eyebrow{margin-bottom:2px}.app-header__actions{gap:8px}.app-header__help{min-width:112px;padding-inline:12px}.workspace{padding:10px 14px 22px}.warning-banner{padding:6px 10px}.warning-banner__content>div{flex-wrap:wrap}.warning-banner__content p{margin-left:0;font-size:.9rem}.warning-banner__button{min-width:fit-content;padding-inline:14px}.summary-list{margin-top:10px}.summary-list__item{align-items:flex-start;flex-direction:column;gap:4px}.shift-pattern-item{grid-template-columns:1fr;gap:6px}.shift-pattern-item b{justify-self:start}.daily-overview-list{display:none}}.support-card--warning .support-card__title h2{color:#ef3126}.support-card--warning .support-card__icon{background:var(--orange-soft);color:var(--orange)}.support-card--warning .support-card__icon:before{content:"▲"}.warning-list{gap:8px;margin-top:10px}.warning-item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;width:100%;padding:8px;border:0;border-radius:18px;background:linear-gradient(135deg,#e6f0fcc7,#f8fcffe0);text-align:left;margin-top:8px}.warning-item .warning-badge{grid-row:span 2}.warning-item strong{display:block;margin-bottom:3px}.warning-item p{margin:0;color:#36506b;line-height:1.45}@media (max-width: 767px){.warning-list{margin-top:10px}.warning-item{grid-template-columns:34px minmax(0,1fr);padding:12px 10px}}.page-stack{display:flex;flex-direction:column;gap:18px}.page-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.page-intro h3{margin:0;font-family:var(--font-youtube-ui);font-size:1.4rem}.page-intro p{margin:6px 0 0;color:var(--ink-soft)}.page-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:18px;align-items:start}.page-panel{padding:18px}.page-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.entity-summary-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#e5f0fce6;color:var(--blue);font-size:.95rem;font-weight:800}.page-panel h4{margin:0;font-family:var(--font-youtube-ui);font-size:1.12rem}.page-panel p{margin:6px 0 0;color:var(--ink-soft)}.page-actions{display:flex;flex-wrap:wrap;gap:10px}.entity-list{display:flex;flex-direction:column;gap:12px}.entity-card{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px;border:1px solid var(--line);border-radius:20px;background:#f8fcffc7}.entity-card__body{min-width:0}.entity-card__body strong{display:block;font-size:1rem}.entity-card__body p{margin:6px 0 0;color:var(--ink-soft)}.entity-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.entity-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#e5f0fceb;color:var(--ink-soft);font-size:.9rem;font-weight:700}.entity-card__actions{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;min-width:110px}.mobile-section{display:flex;flex-direction:column;gap:12px}.export-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.export-page{gap:22px}.export-page__eyebrow{color:#6f90c0;font-size:.88rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.export-page__header{align-items:center}.export-page__title h3,.export-page__section-intro h3{font-size:clamp(2rem,3vw,2.35rem);color:#173a74}.export-page__meta{display:flex;align-items:center;gap:14px}.export-page__month{color:#5b739a;font-size:1.25rem;font-weight:800}.export-page__help{min-height:44px;padding:0 18px;border-radius:999px;background:#ffffffe6;box-shadow:0 10px 24px #395c921a}.export-page__notice{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(107,149,219,.28);border-radius:18px;background:linear-gradient(180deg,#fffffff0,#f6faffeb);box-shadow:0 10px 28px #466aa214}.export-page__notice-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;color:#3c7ff0;flex:0 0 auto}.export-page__notice p{margin:0;color:#4b6692;font-weight:700}.export-page__section-intro{margin-top:2px}.export-page__section-intro p{max-width:42rem}.export-card{display:flex;flex-direction:column;min-height:260px;padding:24px 26px;border-radius:24px;border:1px solid rgba(185,208,239,.26);background:radial-gradient(circle at top left,#fffffffa,#f8fbfff5 42%,#f1f7fff0);box-shadow:0 14px 34px #2b4e841f,inset 0 1px #ffffffd1}.export-card--primary{background:radial-gradient(circle at top left,#fffffffc,#f9fcfff7 44%,#eff6fff2)}.export-card__hero{display:flex;align-items:flex-start;gap:18px}.export-card__icon{display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:18px;flex:0 0 auto;box-shadow:inset 0 1px #ffffffc7}.export-card__icon--blue{background:linear-gradient(180deg,#ebf3fffa,#e3eeffeb);color:#3c7ff0}.export-card__icon--green{background:linear-gradient(180deg,#dffbecfa,#d2f5e4eb);color:#2eb872}.export-card__icon--excel{position:relative;overflow:hidden}.export-card__excel-glyph{font-family:var(--font-youtube-ui);font-size:2.3rem;font-weight:900;line-height:1}.export-card__copy{min-width:0}.export-card__heading{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.export-card__heading h4{font-size:clamp(1.45rem,2vw,1.55rem);color:#183d7a}.export-card__copy p{margin-top:10px;color:#6c7f9f;font-size:1.04rem;line-height:1.7}.export-card__badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,#5293ff,#3c7ff0);color:#fff;font-size:.84rem;font-weight:800;box-shadow:0 8px 18px #3c7ff047}.export-card__divider{height:1px;margin:20px 0 22px;background:linear-gradient(90deg,#c3d3eb1f,#c3d3ebbf,#c3d3eb1f)}.export-card__actions{padding-left:114px}.export-card__button{display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 22px;border-radius:14px;font-size:1rem;font-weight:800;box-shadow:0 14px 28px #3c7ff038}.export-card__button--secondary{border:1px solid rgba(83,130,205,.45);background:#ffffffeb;color:#3c7ff0;box-shadow:none}.export-card__button-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;background:#2f7ee7;color:#fff;font-size:.7rem;font-weight:900}.export-import{gap:10px;margin-top:14px}.export-import__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.export-import__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:132px;padding:18px;border:1.5px dashed rgba(82,147,255,.72);border-radius:18px;background:linear-gradient(180deg,#f8fbfff2,#f4f9ffeb);text-align:center;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.export-import__dropzone:hover{border-color:#3c7ff0;transform:translateY(-1px);box-shadow:0 12px 28px #3c7ff01f}.export-import__dropzone small{color:#7d8ead;font-size:.98rem;font-weight:700}.export-import__trigger{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid rgba(82,147,255,.48);border-radius:14px;color:#3c7ff0;font-weight:800;pointer-events:none}.export-import__filename{margin:12px 0 0;color:#6f7f9b;font-weight:700}.export-card--note{justify-content:flex-start}.export-note-list{margin:12px 0 0;padding-left:1.2rem;color:#6c7f9f}.export-note-list li+li{margin-top:12px}.support-note-card{padding:18px}.support-note-card strong{display:block;margin-bottom:8px;font-family:var(--font-youtube-ui);font-size:1rem;color:#183d7a}.support-note-card p{margin:0;color:var(--ink-soft);line-height:1.7}.support-note-card p+p{margin-top:10px}.support-note-card__meta{color:#7290b8;font-size:.92rem;font-weight:700}.support-sample-card{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:26px 28px;border:1px solid rgba(197,217,244,.88);background:radial-gradient(circle at top left,#dcecffe6,#fffffff5 38%,#f7fbfff0);box-shadow:0 16px 32px #44639117}.support-sample-card__copy{min-width:0}.support-sample-card__eyebrow{color:#6f90c0;font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.support-sample-card__title{margin:10px 0 0;font-family:var(--font-youtube-ui);font-size:clamp(1.45rem,2.4vw,1.9rem);color:#173a74}.support-sample-card__lead{margin:12px 0 0;color:#48617f;line-height:1.85}.support-sample-card__caption{margin:10px 0 0;color:#6c83a5;font-size:.94rem;font-weight:700}.support-sample-card__actions{display:flex;flex:0 0 auto;align-items:center}.support-sample-card__button{min-width:240px}.support-policy-document{padding:30px 28px;border:1px solid rgba(211,223,241,.9);background:radial-gradient(circle at top right,#e4efffd6,#fffffff7 24%,#fffffff0);box-shadow:0 16px 34px #48649114}.support-hub-card{padding:30px 28px;border:1px solid rgba(200,220,244,.92);background:radial-gradient(circle at top left,#d6ebffe6,#fffffff5 42%,#fffffff0);box-shadow:0 18px 36px #4467971a}.support-hub-card__copy{max-width:760px}.support-hub-card__eyebrow{color:#5f89bf;font-size:.84rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.support-hub-card__title{margin:12px 0 0;font-family:var(--font-youtube-ui);font-size:clamp(1.8rem,3vw,2.2rem);color:#173a74}.support-hub-card__lead{margin:14px 0 0;color:#405774;font-size:1rem;line-height:1.95}.support-entry-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}.support-entry-card{display:flex;flex-direction:column;gap:18px;padding:24px;border:1px solid rgba(200,220,244,.86);background:linear-gradient(180deg,#ffffffe6,#f4f9ffeb);box-shadow:0 16px 32px #44679714}.support-entry-card__icon{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:18px;background:#deecffd1;color:#3a6ea0}.support-entry-card__body{display:flex;flex-direction:column;gap:10px}.support-entry-card__eyebrow{color:#6c8cb6;font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.support-entry-card__title{margin:0;font-family:var(--font-youtube-ui);font-size:1.4rem;color:#173a74}.support-entry-card__text{margin:0;color:#4b617d;line-height:1.8}.support-entry-card__action{align-self:flex-start}.contact-page-header{display:flex;flex-direction:column;gap:10px;padding:4px 0 2px}.contact-page-header__eyebrow{color:#5f89bf;font-size:.84rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.contact-page-header__title{margin:0;font-family:var(--font-youtube-ui);font-size:clamp(2rem,3.6vw,2.5rem);color:#173a74;line-height:1.12}.contact-page-header__lead{margin:0;color:#5a6f88;line-height:1.8}.contact-info-card{display:flex;align-items:flex-start;gap:14px;padding:20px 22px;border:1px solid rgba(200,220,244,.9);background:linear-gradient(180deg,#fcfefff5,#f3f8fff0);box-shadow:0 12px 26px #44679714}.contact-info-card__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#e3eeffe6;color:#3a73ae;flex:0 0 auto}.contact-info-card__body{display:flex;flex-direction:column;gap:8px;color:#58708e;line-height:1.7}.contact-info-card__body p{margin:0}.contact-info-card__body p:before{content:"・";margin-right:4px}.support-contact-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border:1px solid rgba(200,220,244,.92);background:radial-gradient(circle at top left,#d6ebffeb,#fffffff5 36%,#fffffff0);box-shadow:0 18px 36px #4467971f}.support-contact-card--standalone{align-items:center;gap:20px;justify-content:flex-start}.support-contact-card__visual{display:flex;align-items:center;justify-content:center;width:88px;flex:0 0 88px}.support-contact-card__visual-badge{display:inline-grid;place-items:center;width:88px;height:88px;border-radius:999px;background:radial-gradient(circle at 30% 30%,#e5effff5,#d8e7fce0);color:#2f6ea4;box-shadow:inset 0 1px #ffffffe6}.support-contact-card--standalone .support-contact-card__copy{flex:1 1 auto}.support-contact-card__eyebrow{color:#5f89bf;font-size:.84rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.support-contact-card__title{margin:12px 0 0;font-family:var(--font-youtube-ui);font-size:clamp(1.7rem,2.8vw,2.1rem);color:#173a74}.support-contact-card__title--compact{margin-top:0;font-size:clamp(1.6rem,2.4vw,1.9rem)}.support-contact-card__lead{margin:14px 0 0;color:#3f5774;font-size:1rem;line-height:1.9}.support-contact-card__lead--compact{line-height:1.8}.support-contact-card__caption{margin:12px 0 0;color:#61758d;font-size:.93rem;line-height:1.8}.support-contact-card__actions{display:flex;width:min(100%,320px);justify-content:flex-end;flex-shrink:0}.support-contact-card__actions--fixed{width:min(100%,340px);margin-left:auto;align-self:center}.support-contact-card__button{width:100%}.support-contact-card__placeholder{width:100%;padding:16px 18px;border:1px dashed rgba(89,124,160,.3);border-radius:18px;background:#f7fbffcc;color:#58718d;font-size:.92rem;line-height:1.7}.contact-caution-card{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;border:1px solid rgba(200,220,244,.9);background:linear-gradient(180deg,#fbfdfff5,#f3f8fff0);box-shadow:0 12px 24px #4467970f}.contact-caution-card__icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:#e6efffeb;color:#4773a9;flex:0 0 auto}.contact-caution-card__body{color:#61748d;line-height:1.7}.contact-caution-card__body strong,.contact-caution-card__body p{display:block;margin:0}.contact-caution-card__body p{margin-top:4px}.support-policy-document__eyebrow{color:#6f90c0;font-size:.84rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.support-policy-document__title{margin:12px 0 0;font-family:var(--font-youtube-ui);font-size:clamp(1.8rem,3vw,2.2rem);color:#173a74}.support-policy-document__lead{margin:18px 0 0;color:#405774;font-size:1rem;line-height:2}.support-policy-section+.support-policy-section{margin-top:34px}.support-policy-section h4{margin:0;padding-left:18px;border-left:4px solid #4b84d8;font-family:var(--font-youtube-ui);font-size:clamp(1.2rem,2vw,1.3rem);color:#183d7a;line-height:1.5}.support-policy-section p{margin:18px 0 0;color:#495f7d;font-size:.98rem;line-height:2}.support-policy-links{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 22px;border:1px solid rgba(200,220,244,.9);background:linear-gradient(180deg,#fbfdfff5,#f3f8fff0);box-shadow:0 12px 24px #4467970f}.support-policy-links__text{margin:0;color:#61748d;line-height:1.8}.support-policy-links__actions{display:flex;flex-wrap:wrap;gap:10px}.support-policy-links__link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(128,167,214,.42);background:#ffffffdb;color:#245d95;font-weight:700;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.support-policy-links__link:hover{transform:translateY(-1px);border-color:#5084c994;box-shadow:0 10px 22px #4467971f}.page-form{display:flex;flex-direction:column;gap:8px;margin-top:12px}.page-form span{color:var(--ink-soft);font-size:.88rem;font-weight:700}.page-form input,.page-form select,.page-form textarea{width:100%;padding:11px 12px;border:1px solid var(--line-strong);border-radius:16px;background:#f8fcfff0;color:var(--ink)}.calendar-sup-panels{display:grid;grid-template-columns:repeat(3,1fr);align-items:flex-start;gap:24px;margin-top:24px}.support-card--export-note .support-card__title h2{color:var(--blue)}.support-card__header--compact{align-items:center;min-height:56px}.support-card__header--compact .support-card__title{display:flex;align-items:center;gap:12px}.support-card__header--compact .support-card__title h2{margin:0}.support-card--export-note .support-card__icon{background:var(--blue-soft);color:var(--blue)}.support-card--export-note .support-card__icon:before{content:"i";font-weight:900;font-family:var(--font-youtube-ui)}.calendar-note-list{display:flex;flex-direction:column;gap:14px;margin:8px 0 0;padding-left:1.2rem;color:#5f748a}.calendar-note-list li{line-height:1.65}@media (max-width: 1023px){.page-layout,.export-grid{grid-template-columns:1fr}.export-card__actions{padding-left:0}.support-contact-card--standalone{align-items:flex-start;justify-content:flex-start}}@media (max-width: 767px){.page-intro{flex-direction:column}.page-panel{padding:16px}.entity-card{flex-direction:column;gap:12px}.entity-card__actions{flex-direction:row;width:100%}.entity-card__actions .button{flex:1}.export-page__meta{width:100%;justify-content:space-between}.export-page__notice{align-items:flex-start}.export-card{min-height:auto;padding:20px 18px}.export-card__hero{gap:14px}.export-card__icon{width:70px;height:70px}.export-card__button{width:100%;justify-content:center}.support-sample-card{flex-direction:column;align-items:flex-start;padding:22px 20px}.support-sample-card__actions,.support-sample-card__button{width:100%}.support-hub-card,.support-entry-card{padding:22px 20px}.support-entry-card__action{width:100%}.contact-info-card,.contact-caution-card{padding:18px 16px}.support-contact-card{flex-direction:column;align-items:flex-start;padding:22px 20px}.support-contact-card__visual{width:auto;flex-basis:auto}.support-contact-card--standalone .support-contact-card__copy{max-width:none}.support-contact-card__visual-badge{width:76px;height:76px}.support-contact-card__actions,.support-contact-card__button,.support-contact-card__placeholder{width:100%}.support-policy-document{padding:24px 18px}.support-policy-links{flex-direction:column;align-items:stretch;padding:18px 16px}.support-policy-links__actions{flex-direction:column}.support-policy-links__link{width:100%}}.checklist-card{display:flex;flex-direction:column;gap:16px;padding:20px}.checklist-card--stacked{padding:18px}.checklist-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.checklist-card__header h3{margin:0;font-family:var(--font-youtube-ui);font-size:1.36rem}.checklist-card__header p{margin:8px 0 0;color:var(--ink-soft);line-height:1.6;font-size:.92rem}.checklist-card__help{display:inline-grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border:1px solid rgba(89,124,160,.14);border-radius:999px;background:#f8fcffb8;color:#6c85a0}.checklist-card__items{display:flex;flex-direction:column;gap:10px}.checklist-item{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 14px 14px 12px;border:1px solid rgba(89,124,160,.12);border-radius:18px;background:#fbfdffe6;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.checklist-item.is-current{border-color:#4e81bb73;box-shadow:0 14px 26px #3f65901f;transform:translateY(-1px)}.checklist-item__status{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px}.checklist-item__status.is-ready{background:linear-gradient(135deg,#e3f3ef,#f5fbfa);color:var(--green)}.checklist-item__status.is-current{background:linear-gradient(135deg,#e1ecff,#f3f8ff);color:var(--blue)}.checklist-item__status.is-pending{background:linear-gradient(135deg,#eef4fb,#f8fbff);color:#7790aa}.checklist-item__body{min-width:0}.checklist-item__body strong{display:block;font-size:.96rem}.checklist-item__body p{margin:6px 0 0;color:var(--ink-soft);font-size:.88rem;font-weight:700}.checklist-item__body span{margin-left:8px;color:var(--blue)}.checklist-item__badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#e5f0fce6;color:var(--blue);font-size:.82rem;font-weight:800}.checklist-item__action{min-width:64px}.checklist-card__note{display:flex;align-items:flex-start;gap:10px;padding:14px 15px;border-radius:18px;background:linear-gradient(180deg,#eaf2fce6,#f0f6ffb8);color:#647b96}.checklist-card__note p{margin:0;font-size:.9rem;line-height:1.6}.checklist-card__generate{width:100%;min-height:52px}.checklist-card__support{width:100%;justify-content:space-between}@media (max-width: 1023px){.checklist-card__header h3{font-size:1.18rem}}@media (max-width: 767px){.checklist-item{grid-template-columns:36px minmax(0,1fr)}.checklist-item__badge,.checklist-item__action{grid-column:2;justify-self:start;margin-top:6px}}.flow-toolbar{display:grid;grid-template-columns:1fr;gap:28px;padding:24px 26px 28px;overflow:hidden}.flow-toolbar__intro{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.flow-toolbar__intro-copy{min-width:0}.flow-toolbar__headline{display:flex;align-items:center;gap:16px;margin-bottom:10px}.flow-toolbar__headline-icon{position:relative;display:inline-grid;place-items:center;width:54px;height:54px;flex:0 0 auto;border-radius:18px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.96),rgba(255,255,255,.18) 56%,transparent 72%),linear-gradient(180deg,#eaf3fffa,#dceaffe0);color:#4a87e6;box-shadow:inset 0 1px #ffffffe6,0 14px 28px #5082cb29}.flow-toolbar__headline-icon:before,.flow-toolbar__headline-icon:after{content:"";position:absolute;border-radius:999px;background:#8cb7f5e6;box-shadow:0 0 18px #8cb7f56b}.flow-toolbar__headline-icon svg{filter:drop-shadow(0 4px 10px rgba(82,130,205,.2))}.flow-toolbar__intro h2{margin:0;font-family:var(--font-youtube-ui);font-size:clamp(1.6rem,2vw,2rem);line-height:1.16;letter-spacing:0;color:#17345a}.flow-toolbar__intro p{margin:0;color:#58749a;font-size:1.02rem;line-height:1.72;align-items:center}.flow-toolbar__intro-actions{display:flex;justify-content:flex-end;margin-left:auto}.flow-toolbar__note{display:inline-flex;align-items:flex-start;gap:10px;max-width:340px;margin:0;padding:18px 20px;border:1px solid rgba(164,194,229,.34);border-radius:24px;background:linear-gradient(180deg,#f5fafff5,#f0f7ffd6);color:#6a84a3;font-size:.98rem;line-height:1.7;box-shadow:inset 0 1px #fffc}.flow-toolbar__note svg{flex:0 0 auto;margin-top:1px;color:#7aa2cc}.flow-toolbar__main{display:grid;gap:18px}.flow-toolbar__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.flow-step{min-width:0}.flow-step__button{display:grid;grid-template-rows:auto minmax(64px,1fr) auto;gap:18px;width:100%;height:100%;min-height:210px;padding:22px 22px 18px;text-align:left;border:1px solid rgba(174,199,229,.28);border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8fcfff0),#f8fcffeb;color:var(--ink);box-shadow:0 16px 34px #314c6c14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.flow-step__button:hover{transform:translateY(-3px);border-color:#6796cc4d;box-shadow:0 20px 34px #314c6c21}.flow-step__button:disabled{transform:none}.flow-step__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.flow-step__title{display:flex;align-items:center;gap:14px;min-width:0;font-size:1.08rem;font-family:var(--font-youtube-ui);letter-spacing:0}.flow-step__badge{display:inline-grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:999px;background:linear-gradient(180deg,#5ea3ee,#3f84d6);color:#fff;font-size:1.1rem;font-weight:800;box-shadow:0 10px 18px #3575bc33}.flow-step__chevron{display:inline-grid;place-items:center;width:34px;height:34px;flex:0 0 auto;color:#24486d}.flow-step__body{display:grid;grid-template-columns:80px minmax(0,1fr);gap:16px;align-items:center;min-width:0}.flow-step__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;border:1px solid rgba(255,255,255,.75);box-shadow:inset 0 1px #ffffffbf}.flow-step__icon--employees{background:#e5f5ef;color:#3d8b78}.flow-step__icon--shifts{background:#e7f1ff;color:#2e75d0}.flow-step__icon--requests{background:#fbe9e5;color:#d06e57}.flow-step__copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.flow-step__copy small{color:#617995;font-size:.98rem;line-height:1.65}.flow-step__status{display:flex;align-items:center;justify-content:center;gap:16px;padding-top:2px;color:#3f8c77}.flow-step__status-label{display:inline-flex;align-items:center;gap:8px;font-size:.98rem;font-weight:800}.flow-step__status-divider{width:1px;height:22px;background:#89a1bb57}.flow-step__status-value{color:#2f5277;font-size:.98rem;font-weight:800}.flow-toolbar__generate-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 18px 18px 22px;border:1px solid rgba(166,194,227,.38);border-radius:24px;background:linear-gradient(180deg,#f7fbfffa,#f1f7ffe6);box-shadow:inset 0 1px #fffc}.flow-toolbar__generate-note{display:inline-flex;align-items:center;gap:12px;min-width:0;margin:0;color:#6b83a0;font-size:1rem;line-height:1.6}.flow-toolbar__generate-note svg{flex:0 0 auto;color:#3d87db}.flow-toolbar__generate{min-width:312px;min-height:62px;padding-inline:28px;border-radius:999px;font-family:var(--font-youtube-ui);font-size:1.22rem;letter-spacing:0;box-shadow:0 18px 30px #2f6eba2e}.flow-toolbar__sample{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding-top:26px;border-top:1px solid rgba(166,194,227,.32)}.flow-toolbar__sample-copy{display:flex;align-items:center;gap:18px;min-width:0}.flow-toolbar__sample-icon{display:inline-grid;place-items:center;width:58px;height:58px;flex:0 0 auto;border-radius:999px;background:linear-gradient(180deg,#e1eefffa,#eef6ffe0);color:#3d87db;box-shadow:inset 0 1px #ffffffd6}.flow-toolbar__sample-text{min-width:0}.flow-toolbar__sample-text strong{display:block;font-family:var(--font-youtube-ui);font-size:1.02rem;color:#284768}.flow-toolbar__sample-text p{margin:8px 0 0;max-width:640px;color:#6b83a0;font-size:.95rem;line-height:1.85}.flow-toolbar__sample-button{min-width:230px;min-height:42px;padding-inline:20px;border-color:#6b91be3d;background:#fbfdffdb;box-shadow:0 8px 18px #29405d0f}@media (max-width: 1180px){.flow-toolbar__intro{flex-direction:column;gap:16px}.flow-toolbar__intro-actions{width:100%;margin-left:0}.flow-toolbar__note{max-width:none}.flow-toolbar__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.flow-step:nth-child(3){grid-column:1 / 2}.flow-step__button{min-height:224px}.flow-toolbar__generate-panel{grid-template-columns:minmax(0,1fr) minmax(240px,320px)}.flow-toolbar__sample{grid-template-columns:1fr}.flow-toolbar__sample-button{justify-self:end}}@media (max-width: 1023px){.flow-toolbar__steps{grid-template-columns:1fr}.flow-step:nth-child(3){grid-column:auto}.flow-step__button{min-height:206px}.flow-toolbar__generate-panel{grid-template-columns:1fr;padding:18px}.flow-toolbar__generate{width:100%;min-width:0}.flow-toolbar__sample{gap:18px;padding-top:22px}.flow-toolbar__sample-button{width:100%;justify-self:stretch}}@media (max-width: 767px){.flow-toolbar{gap:18px;padding:18px 22px 22px}.flow-toolbar__headline{align-items:flex-start;gap:12px;margin-bottom:8px}.flow-toolbar__headline-icon{width:46px;height:46px;border-radius:16px}.flow-toolbar__note{padding:14px 16px;font-size:.94rem}.flow-step__button{grid-template-rows:auto auto auto;gap:16px;min-height:0;padding:18px 16px}.flow-step__title{gap:12px;font-size:1rem}.flow-step__badge{width:34px;height:34px;font-size:1rem}.flow-step__body{grid-template-columns:72px minmax(0,1fr);gap:12px}.flow-step__icon{width:58px;height:58px}.flow-step__copy small{font-size:.94rem}.flow-step__status{justify-content:flex-start;gap:12px}.flow-toolbar__generate-note{align-items:flex-start;font-size:.95rem}.flow-toolbar__generate{min-height:58px;font-size:1.08rem}.flow-toolbar__sample-copy{align-items:flex-start;gap:14px}.flow-toolbar__sample-icon{width:52px;height:52px}.flow-toolbar__sample-text strong{font-size:.98rem}.flow-toolbar__sample-text p{font-size:.92rem;line-height:1.75}}:root{--bg: #edf5ff;--bg-accent: #dfeeff;--surface: rgba(248, 252, 255, .9);--surface-strong: #fdfefe;--surface-soft: rgba(235, 244, 255, .84);--ink: #18324a;--ink-soft: #5f7288;--line: rgba(89, 124, 160, .18);--line-strong: rgba(72, 103, 139, .28);--blue: #2f6ea4;--blue-soft: #dcecff;--green: #3d7b77;--green-soft: #deefee;--red: #b86458;--red-soft: #f8e2dd;--orange: #c68b43;--orange-soft: #faefd8;--night: #e6ebff;--wish: #e4f4ef;--must: #f6e3e0;--shadow: 0 18px 55px rgba(44, 79, 119, .12);--radius: 12px;--radius-small: 8px;--font-display: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Meiryo", "BIZ UDPGothic", system-ui, -apple-system, "Segoe UI", sans-serif;--font-main: system-ui, -apple-system, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Meiryo", "BIZ UDPGothic", "Noto Sans", "Liberation Sans", sans-serif;--font-youtube-ui: system-ui, -apple-system, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", "Meiryo", "BIZ UDPGothic", "Noto Sans", "Liberation Sans", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at top left,rgba(128,177,228,.24),transparent 30%),radial-gradient(circle at top right,rgba(173,215,229,.2),transparent 24%),linear-gradient(180deg,#f7fbff 0%,var(--bg) 42%,#e2eefb 100%);color:var(--ink);font-family:var(--font-main);letter-spacing:.01em}body:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;content:"";opacity:.3;background-image:linear-gradient(rgba(95,129,164,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(95,129,164,.05) 1px,transparent 1px);background-size:28px 28px}button,input,select,textarea{font:inherit}button{cursor:pointer}.page{min-height:100vh;position:relative;overflow:hidden}.page:before,.page:after{position:absolute;z-index:-1;content:"";pointer-events:none;filter:blur(6px)}.page:before{top:84px;left:-140px;width:340px;height:340px;border-radius:999px;background:radial-gradient(circle,#2f6ea429,#2f6ea400 72%)}.page:after{right:-110px;bottom:120px;width:280px;height:280px;border-radius:34px;transform:rotate(16deg);background:linear-gradient(180deg,#75a3d72e,#c2dcf614)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border:1px solid transparent;border-radius:999px;background:linear-gradient(135deg,#2f6ea4,#4b88bf);color:#fff;font-family:var(--font-youtube-ui);font-weight:800;letter-spacing:0;text-decoration:none;box-shadow:0 10px 22px #2f6ea433;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 24px #2f6ea43d}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--accent{background:linear-gradient(135deg,#4b85b6,#7bb3d6);box-shadow:0 14px 28px #4b85b647}.button--ghost{background:#f8fcffbd;color:#38516b;border-color:#597ca029;box-shadow:0 8px 18px #29405d14}.button--small{min-height:36px;padding:7px 12px;font-size:.9rem}.button--icon{width:52px;min-width:52px;padding:0;border-color:#597ca01f;background:#f7fbffc2;color:#27415b;box-shadow:0 8px 18px #29405d0f;font-size:2rem}.card{position:relative;border:1px solid rgba(89,124,160,.14);border-radius:var(--radius);background:linear-gradient(180deg,#fff9,#ffffff2e),var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.card:before{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;content:"";background:linear-gradient(180deg,rgba(255,255,255,.26),transparent 22%)}.eyebrow{margin:0 0 4px;color:#6786aa;font-family:var(--font-youtube-ui);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sidebar-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.support-card{overflow:hidden;padding:18px}.support-card__header{align-items:flex-start}.support-card__title{display:grid;grid-template-columns:40px minmax(0,1fr);column-gap:12px;align-items:center}.support-card__title h2{margin:0;font-family:var(--font-youtube-ui);font-size:1.05rem;line-height:1.2;color:var(--blue)}.support-card__title p{grid-column:2;margin-top:2px;font-size:.9rem;color:var(--ink-soft)}.support-card__icon{display:grid;grid-row:span 2;place-items:center;width:40px;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.76)}.support-card__icon:before{font-weight:900}.support-card__actions{display:flex;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-end;gap:8px}.support-card__toggle{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;font-size:1.35rem;line-height:1}.support-card__option{color:#64748b;min-width:62px;white-space:nowrap}.warning-badge{display:inline-grid;place-items:center;min-width:34px;width:34px;height:34px;border-radius:999px;font-size:0;font-weight:900}.warning-badge:before{content:"▲";font-size:1rem}.warning-badge--high{background:var(--red-soft);color:var(--red)}.warning-badge--medium{background:var(--orange-soft);color:var(--orange)}.mobile-warning-chip{flex:0 0 auto;padding:8px 12px;border:1px solid #ffc9c4;border-radius:999px;background:#f6e1dbe0;color:#ef3126;white-space:nowrap}.empty-text{margin:12px 0 0;color:var(--ink-soft)}@media (max-width: 767px){.support-card{padding:12px 14px}.support-card__title{grid-template-columns:40px minmax(0,1fr)}.support-card__title p,.support-card__option{display:none}}
