.chat-site-frame{--chat-site-footer-block-size:33px;--chat-site-shell-top-space:80px;--chat-site-shell-bottom-space:24px}.chat-shell{padding:24px 0;background:var(--color-chat-shell-bg);position:relative;min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden;box-sizing:border-box}.chat-shell--with-site-frame{height:calc(100vh - var(--chat-site-footer-block-size));height:calc(100dvh - var(--chat-site-footer-block-size));min-height:calc(100vh - var(--chat-site-footer-block-size));min-height:calc(100dvh - var(--chat-site-footer-block-size));padding-top:var(--chat-site-shell-top-space)}.chat-shell--external{padding:24px 0}.chat-site-frame>.footer{position:fixed;left:0;right:0;bottom:0;z-index:950;background:var(--color-surface-white);box-sizing:border-box;block-size:var(--chat-site-footer-block-size);min-block-size:var(--chat-site-footer-block-size)}.whiteboard-card:has(.whiteboard-card__actions--fixed){grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.whiteboard-card:has(.whiteboard-card__actions--fixed) .whiteboard-card__scroll-wrap{overflow:hidden}.whiteboard-card__content-editor{display:block;width:100%;min-height:min(280px,42vh);max-width:100%;box-sizing:border-box;resize:none;border:1px solid var(--color-border-default);border-radius:10px;padding:10px 12px;background:var(--color-surface-white);color:var(--color-text-body);font:inherit;line-height:1.6}.whiteboard-card__content-editor:disabled{background:var(--color-surface-subtle);color:var(--color-text-muted)}.whiteboard-card__actions--fixed{min-width:0;flex:0 0 auto;flex-wrap:wrap}.whiteboard-card__icon-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid var(--mp-action-neutral-border);border-radius:12px;background:var(--mp-surface-base);color:var(--mp-text-primary);cursor:pointer;transition:background .15s ease,border-color .15s ease}.whiteboard-card__icon-button:hover{background:var(--mp-action-neutral-hover-bg);border-color:var(--mp-action-neutral-hover-border)}.whiteboard-card__icon-button:disabled,.whiteboard-card__icon-button:disabled:hover{background:var(--mp-surface-base);border-color:var(--mp-border-default);color:var(--mp-text-muted);cursor:not-allowed}.whiteboard-card__icon-button--danger{color:var(--mp-text-danger);border-color:var(--mp-border-danger-soft);background:var(--mp-action-danger-bg)}.whiteboard-card__icon-button--danger:hover{color:var(--mp-text-danger-strong);border-color:var(--mp-border-danger-strong);background:var(--mp-action-danger-bg)}.whiteboard-card__icon-button svg{width:20px;height:20px;stroke-width:1.5px}.whiteboard-card__content-edit-error{flex:1 0 100%;margin:0;color:var(--color-accent);font-size:13px;line-height:1.5;text-align:left}.chat-panels{width:100%;display:flex;align-items:stretch;gap:24px;min-height:0;height:100%}.chat-card{width:100%;margin:0;min-width:0;background:var(--color-surface-white);border-radius:12px;padding:16px;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column}.chat-card--avatar{flex:0 0 clamp(220px,24vw,300px);align-self:flex-start}.chat-card--conversation{flex:1 1 auto;height:100%;min-height:0;min-width:0;align-self:stretch;display:grid;grid-template-rows:minmax(0,1fr) auto auto;overflow:visible;position:relative;padding:0;border-radius:0;background:transparent}.member-chat-access-error{width:100%;height:100%;min-height:0;display:grid;place-items:center;padding:24px;box-sizing:border-box}.member-chat-access-error__body{width:min(100%,640px);padding:32px;border:1px solid var(--color-border-default);border-radius:12px;background:var(--color-surface-white);color:var(--color-text-body);text-align:center;box-sizing:border-box}.member-chat-access-error__body h1{margin:0 0 12px;color:var(--color-text-slate);font-size:clamp(20px,3vw,28px);line-height:1.4}.member-chat-access-error__body p{margin:0;color:var(--color-text-muted);line-height:1.7}.member-chat-access-error__login{min-height:44px;margin-top:20px;padding:10px 20px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:var(--color-surface-white);background:var(--color-primary);font-weight:700;text-decoration:none;box-sizing:border-box}.member-chat-access-error__login:hover{background:var(--color-primary-hover)}.member-chat-access-error__login:focus-visible{outline:3px solid var(--color-primary-bright);outline-offset:2px}.chat-conversation-surface{min-height:0;min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;padding:16px;border-radius:12px;background:var(--color-surface-white);overflow:hidden;box-sizing:border-box}.chat-conversation-log-region{position:relative;min-height:0;min-width:0;overflow:hidden}.chat-layout{--chat-layout-max-width:1440px;width:min(var(--chat-layout-max-width),92vw);margin:0 auto;display:flex;align-items:flex-start;gap:24px;height:100%}.chat-layout__main{flex:1 1;min-width:0;display:flex;min-height:0;height:100%}.chat-card__conversation-footer{min-height:0;max-height:min(220px,28dvh);overflow:auto;overscroll-behavior:contain}.chat-panels--public .chat-card__conversation-footer>.share-row{margin:0;padding-top:6px}.chat-layout__tool-btn{border:1px solid var(--color-border-default);background:var(--color-surface-white);border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:var(--color-text-slate)}.chat-layout__tool-btn:hover{background:var(--color-surface-subtle)}.chat-layout__tool-btn--under-avatar{width:100%;justify-content:center}.chat-avatar{display:flex;flex-direction:column;align-items:center;gap:12px}.chat-avatar img{width:100%;height:auto;object-fit:contain;display:block}.chat-avatar__button{width:100%;border:none;background:transparent;padding:0;cursor:pointer;min-width:44px;min-height:44px;position:relative}.chat-avatar__expand-icon{position:absolute;right:4px;bottom:4px;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-slate);background:var(--color-surface-white);box-shadow:0 2px 8px var(--color-overlay-dark-28)}.chat-companion__copy,.chat-companion__mobile-action{display:none}.chat-avatar-modal{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center}.chat-avatar-modal__overlay{position:absolute;inset:0;background:var(--color-overlay-dark-55)}.chat-avatar-modal__content{position:relative;width:min(92vw,640px);max-height:min(88dvh,calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 24px));padding:24px;border-radius:20px;background:var(--color-surface-white);box-shadow:0 20px 60px var(--color-overlay-dark-28);overflow:auto}.chat-avatar-modal__content img{width:100%;height:auto;display:block}.chat-avatar-modal__close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:none;border-radius:999px;background:var(--color-overlay-dark-08);cursor:pointer}.log_inner{margin:-16px 0 0;flex:1 1 auto;height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;scroll-padding-bottom:52px;padding:16px 0 52px;font-size:14px;scrollbar-width:thin;scrollbar-color:var(--color-scroll-thumb) transparent}.log_inner .add_tell,.log_inner [data-open-reminder],.log_inner [data-open-schedule-create],.log_inner a,.log_inner button{pointer-events:none!important;cursor:default!important}.log_inner .chat-log-current .add_tell,.log_inner .chat-log-current [data-open-reminder],.log_inner .chat-log-current [data-open-schedule-create],.log_inner .chat-log-current a,.log_inner .chat-log-current button{pointer-events:auto!important;cursor:pointer!important}.log_inner::-webkit-scrollbar{width:8px}.log_inner::-webkit-scrollbar-track{background:transparent}.log_inner::-webkit-scrollbar-thumb{background:var(--color-scroll-thumb);border-radius:999px;border:2px solid var(--color-scroll-thumb-border)}.log_inner::-webkit-scrollbar-thumb:hover{background:var(--color-scroll-thumb-hover)}.chat-composer-dock{min-height:0;min-width:0;padding:8px 8px 0;background:var(--color-chat-shell-bg);box-sizing:border-box}.chat-latest-button{position:absolute;right:12px;bottom:8px;min-height:44px;padding:8px 14px;border:1px solid var(--color-border-default);border-radius:999px;color:var(--color-primary);background:var(--color-surface-white);box-shadow:0 6px 14px var(--color-overlay-dark-28);cursor:pointer;z-index:2}@media (min-width:769px){.chat-card--desktop-composer-overlay{--chat-composer-occlusion:0px}.chat-card--desktop-composer-overlay .chat-conversation-surface{position:relative;z-index:1}.chat-card--desktop-composer-overlay .log_inner{box-sizing:border-box;padding-bottom:calc(var(--chat-log-base-bottom-space) + var(--chat-composer-occlusion));scroll-padding-bottom:calc(var(--chat-log-base-bottom-space) + var(--chat-composer-occlusion))}.chat-card--desktop-composer-overlay .chat-latest-button{bottom:calc(var(--chat-latest-base-bottom) + var(--chat-composer-occlusion))}.chat-card--desktop-composer-overlay .chat-card__conversation-footer{position:relative;z-index:4;transform:translateY(calc(-1 * var(--chat-composer-occlusion)));transition:none;pointer-events:auto}.chat-card--desktop-composer-overlay .chat-composer-dock{position:relative;z-index:5;block-size:var(--chat-composer-base-dock-block-size);min-block-size:var(--chat-composer-base-dock-block-size)}.chat-card--desktop-composer-overlay .chat-composer-dock>.chat-composer{position:absolute;inset-inline:8px;bottom:0;width:auto}}.log_inner--paired>*+*{margin-top:14px}.log_inner--paired .chat-log-pair__line{width:-moz-fit-content;width:fit-content;max-width:min(84%,760px);padding:14px 16px;border-radius:20px;line-height:1.75;border:1px solid transparent;overflow-wrap:anywhere;word-break:break-word}.log_inner--paired .chat-log-pair__line--gyobot{justify-self:start;background:var(--color-surface-gyobot-bubble);border-top-left-radius:0;border-color:var(--color-border-gyobot-bubble)}.log_inner--paired .chat-log-pair__line--user{justify-self:end;background:var(--color-surface-user-bubble);border-bottom-right-radius:0;border-color:var(--color-border-user-bubble)}.log_inner--paired .chat-log-pair__line--other{justify-self:start;width:100%;max-width:100%;padding:10px 12px;border-radius:14px;background:var(--color-surface-white);border-color:var(--color-progress-track);box-shadow:none}.log_inner--paired .chat-log-pair__line--roleplay_control:after,.log_inner--paired .chat-log-pair__line--roleplay_dialog:after{display:inline-flex;align-items:center;gap:5px;margin-left:8px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.2;vertical-align:middle;border:1px solid transparent}.log_inner--paired .chat-log-pair__line--roleplay_dialog:after{content:"面談";color:var(--color-primary);background:var(--color-surface-subtle);border-color:var(--color-border-default)}.log_inner--paired .chat-log-pair__line--roleplay_control:after{content:"操作";color:var(--color-text-slate);background:var(--color-surface-white);border-color:var(--color-border-default)}.log_inner--paired .chat-log-pair__line .gc,.log_inner--paired .chat-log-pair__line .uc{display:none}.log_inner--paired .chat-log-pair__line--has-link a{color:var(--mp-link-primary);text-decoration:underline;text-underline-offset:2px;word-break:break-all}.log_inner--paired .chat-log-pair__line--has-link a:focus-visible,.log_inner--paired .chat-log-pair__line--has-link a:hover{color:var(--color-primary-hover)}.log_inner--paired .chat-log-pair__line .intake-disclaimer-note{font-size:.92em}.chat-log-current>*+*{margin-top:14px}.log_inner--paired .chat-log-current{font-size:16px}.chat-thinking-dots{display:inline-flex;align-items:center;gap:8px;min-height:24px}.chat-thinking-dots span{width:8px;height:8px;border-radius:999px;background:var(--color-thinking-dot);animation:chat-thinking-dot 1s ease-in-out infinite}.chat-thinking-dots span:nth-child(2){animation-delay:.15s}.chat-thinking-dots span:nth-child(3){animation-delay:.3s}.baloon_bounce{animation:bounce .5s ease infinite alternate;animation-iteration-count:infinite}.chat-bubble--web-searching{animation-duration:.35s}.chat-composer{display:block;position:relative;width:100%;min-width:0;margin:0;padding:0;background:transparent;box-shadow:none;z-index:3;box-sizing:border-box;pointer-events:none}.chat-composer__form{width:100%;min-width:0;max-width:none;margin:0 auto;pointer-events:auto}.chat-composer__wrap{box-shadow:0 4px 14px var(--color-overlay-dark-08);display:flex;min-width:0;align-items:flex-end;gap:6px;border:1px solid var(--color-border-user-bubble);border-radius:28px;padding:4px 8px;background:var(--color-surface-user-bubble);position:relative;pointer-events:auto}.chat-composer__wrap:focus-within{border-color:var(--color-primary);background-color:var(--color-surface-white)}.chat-composer__field-shell{position:relative;flex:1 1 auto;min-width:0;align-self:center}.chat-composer__field{width:100%;min-width:0;min-height:36px;max-height:260px;padding:6px 0 6px 8px;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:var(--color-text-body);caret-color:var(--color-text-body);-webkit-text-fill-color:var(--color-text-body);line-height:24px;overflow:hidden;display:block;position:relative;pointer-events:auto;white-space:pre-wrap;word-break:break-word;outline:none;resize:none;font:inherit}.chat-composer__field::placeholder{color:var(--color-disabled);-webkit-text-fill-color:var(--color-disabled)}.chat-composer__field:focus{outline:0;background:transparent}.chat-composer__mic,.chat-composer__submit{width:44px;height:44px;min-width:44px;min-height:44px;padding:4px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;transition:transform .15s ease;pointer-events:auto;flex:0 0 auto;background-clip:content-box}.chat-composer__mic{background-color:var(--color-surface-control-muted);color:var(--color-text-control-muted);z-index:2}.chat-composer__mic.is-listening{background-color:var(--color-surface-listening);color:var(--color-accent)}.chat-composer__mic:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.chat-composer__mic:not(:disabled):hover,.chat-composer__submit:not(:disabled):hover{transform:scale(1.12)}.chat-composer__mic:focus-visible,.chat-composer__submit:focus-visible{outline:2px solid var(--color-primary);outline-offset:0}.chat-composer__submit{background-color:var(--color-primary-bright);color:var(--color-surface-white)}.chat-composer__submit:disabled{background-color:var(--color-disabled);cursor:default;pointer-events:none}.chat-composer__mic svg,.chat-composer__submit svg{width:20px;height:20px}.chat-composer__placeholder{position:absolute;left:8px;right:0;top:50%;transform:translateY(-50%);color:var(--color-disabled);min-width:0;max-width:calc(100% - 8px);padding:0;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-composer__placeholder.is-hidden{display:none}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@keyframes chat-thinking-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:768px){.chat-site-frame{--chat-mobile-site-header-block-size:55px}.chat-site-frame>#top-head{position:relative;top:0;flex:0 0 var(--chat-mobile-site-header-block-size)}.chat-site-frame>.footer{position:relative;inset:auto;z-index:auto;block-size:auto;min-block-size:0}.chat-shell,.chat-shell--external,.chat-shell--with-site-frame{--chat-mobile-shell-start-space:8px;--chat-mobile-shell-end-space:max(8px,env(safe-area-inset-bottom,0px));padding:var(--chat-mobile-shell-start-space) 0 var(--chat-mobile-shell-end-space);min-height:100vh;min-height:100dvh;height:100vh;height:var(--chat-visual-viewport-height,100dvh)}.chat-site-frame>.chat-shell--with-site-frame{min-height:calc(100vh - var(--chat-mobile-site-header-block-size));min-height:calc(var(--chat-visual-viewport-height, 100dvh) - var(--chat-mobile-site-header-block-size));height:calc(100vh - var(--chat-mobile-site-header-block-size));height:calc(var(--chat-visual-viewport-height, 100dvh) - var(--chat-mobile-site-header-block-size))}.chat-site-frame--public>.chat-shell--with-site-frame{height:auto;min-height:0;overflow:visible}.chat-site-frame--public .chat-layout{height:auto}.chat-site-frame--public .chat-layout__main{height:calc(100vh - var(--chat-mobile-site-header-block-size) - var(--chat-mobile-shell-start-space) - var(--chat-mobile-shell-end-space));height:calc(var(--chat-visual-viewport-height, 100dvh) - var(--chat-mobile-site-header-block-size) - var(--chat-mobile-shell-start-space) - var(--chat-mobile-shell-end-space));flex:0 0 auto}.chat-layout{width:min(100%,768px);height:100%;padding:0 8px;box-sizing:border-box;flex-direction:column;gap:12px}.chat-layout__main{width:100%;height:100%}.chat-panels{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);grid-gap:8px;gap:8px;height:100%}.chat-card{border-radius:10px}.chat-card,.member-chat-access-error{padding:8px}.member-chat-access-error__body{padding:24px 16px}.chat-card--conversation{height:100%;min-height:0;padding:0;border-radius:0;background:transparent}.chat-conversation-surface{padding:8px;border-radius:10px}.chat-conversation-surface .log_inner{margin-top:-8px;padding-top:8px}.chat-card--avatar{width:100%;padding:4px 8px;align-self:stretch}.chat-avatar{height:100%;flex-direction:row;align-items:center;gap:10px}.chat-avatar__button{flex:0 0 auto;overflow:hidden}.chat-avatar__button img{display:block;width:100%;height:100%;object-fit:contain}.chat-companion__copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;color:var(--color-text-slate);overflow:hidden}.chat-companion__copy span,.chat-companion__copy strong{display:block;white-space:nowrap}.chat-companion__copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:12px;color:var(--color-text-muted)}.chat-panels--public .chat-companion__mobile-action{display:flex;flex:0 0 96px;width:96px;min-width:96px;height:44px;margin-left:auto}.chat-panels--public .chat-card--avatar{height:88px}.chat-panels--public .chat-avatar__button{width:96px;height:77px}.chat-panels--member .chat-card--avatar{height:80px}.chat-panels--member .chat-avatar__button{width:88px;height:70px}.chat-panels--external .chat-card--avatar{height:64px}.chat-panels--external .chat-avatar__button{width:72px;height:58px}.chat-layout__tool-btn--under-avatar{width:44px;height:44px;min-width:44px;margin-left:auto;padding:0;justify-content:center}.chat-layout__tool-btn--under-avatar span,.chat-panels--public .ul_area--under-avatar{display:none}.chat-composer{padding-top:0}.chat-composer-dock{padding-top:6px}.chat-card__conversation-footer{max-height:min(100px,20dvh)}.chat-card__conversation-footer .chat-roleplay-card{margin-top:0}.log_inner--paired .chat-log-pair__line--gyobot{border-top-left-radius:20px;border-bottom-left-radius:0}.public-chat-end-button{width:96px;height:44px;min-height:44px;flex:0 0 96px;padding:0 8px;border:0;border-radius:8px;color:var(--color-surface-white);background:var(--color-muted-button);font-size:13px;line-height:1.2;white-space:nowrap;cursor:pointer}.public-chat-end-button:hover:not(:disabled){background:var(--color-muted-button-hover)}.public-chat-end-button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.public-chat-end-button:disabled{color:var(--color-surface-white);background:var(--color-disabled);cursor:default;opacity:1}.chat-avatar-modal__content{width:calc(100vw - 24px);padding:16px}}@media (min-width:769px){.chat-site-frame>#top-head{position:fixed;top:0}.chat-site-frame--public .chat-layout{--chat-layout-max-width:1320px}}.public-end-sheet{position:fixed;inset:0;z-index:2500;display:flex;align-items:flex-end;justify-content:center}.public-end-sheet__overlay{position:absolute;inset:0;background:var(--color-overlay-dark-55)}.public-end-sheet__panel{position:relative;width:min(100%,520px);padding:20px max(20px,env(safe-area-inset-right)) max(20px,env(safe-area-inset-bottom));border-radius:20px 20px 0 0;background:var(--color-surface-white)}.public-end-sheet__actions{display:grid;grid-gap:8px;gap:8px}.public-end-sheet__action{width:100%;min-height:44px;box-sizing:border-box;padding:10px 16px;border:0;border-radius:8px;-moz-appearance:none;appearance:none;-webkit-appearance:none;font:inherit;font-size:14px;font-weight:600;cursor:pointer}.public-end-sheet__action--not-write{background:var(--color-muted-button);color:var(--color-surface-white)}.public-end-sheet__action--not-write:not(:disabled):hover{background:var(--color-muted-button-hover)}.public-end-sheet__action--write{background:var(--color-accent);color:var(--color-surface-white)}.public-end-sheet__action--write:not(:disabled):hover{background:var(--color-accent-hover)}.public-end-sheet__action--cancel{border:1px solid var(--color-border-default);background:var(--color-surface-white);color:var(--color-text-body)}.public-end-sheet__action--cancel:hover{background:var(--color-surface-subtle)}.public-end-sheet__action:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.public-end-sheet__action:disabled{background:var(--color-disabled);color:var(--color-text-body);cursor:not-allowed}.whiteboard-calendar__load-state{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;color:var(--color-text-slate);text-align:center;overflow-wrap:anywhere}.whiteboard-calendar__load-state p{max-width:34rem;margin:0}.whiteboard-calendar__retry{max-width:100%;border:1px solid var(--color-primary);border-radius:999px;background:var(--color-primary);color:var(--color-surface-white);padding:8px 16px;font:inherit;font-weight:600;cursor:pointer}.whiteboard-calendar__retry:disabled{border-color:var(--color-disabled);background:var(--color-disabled);cursor:not-allowed}.mypage-shell{background:var(--color-chat-shell-bg);padding:16px 0 32px;min-height:calc(100vh - 80px)}.mypage-container{width:min(1240px,94vw);margin:0 auto;display:flex;gap:16px;align-items:stretch}.mypage-sidebar{flex:0 0 260px;background:var(--mp-surface-base);border-radius:12px;padding:20px;box-shadow:none;box-sizing:border-box}.mypage-menu__list{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px}.mypage-menu__list a{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:12px;font-size:14px;color:var(--mp-text-nav);text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}.mypage-menu__list .menu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px}.mypage-menu__list svg{width:20px;height:20px}.mypage-menu__list li.is-active a{background:var(--mp-surface-nav-active);color:var(--mp-accent);font-weight:700}.mypage-menu__list a:hover{background:var(--mp-surface-nav-hover)}.mypage-nav-mobile-logout{display:none}.nav-section{margin-top:12px;padding-top:10px;border-top:1px solid var(--mp-border-divider)}.nav-section:first-child{margin-top:0;padding-top:0;border-top:0}.nav-section-title{font-size:12px;font-weight:700;color:var(--mp-text-muted);margin-bottom:6px}.nav-section .mypage-menu__list{gap:4px}.nav-section .mypage-menu__list a{padding-left:14px}.mypage-content{flex:1 1 auto;min-width:0}.mypage-content.is-page-loading>:not(.mypage-policy-update-notice):not(.mypage-header):not(.mypage-guide):not(.mypage-loading-state--page){display:none}@media screen and (min-width:641px){.mypage-shell--frame{padding:0}.mypage-shell--frame .mypage-container{width:100%;margin:0;display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:0;gap:0;min-height:calc(100vh - 80px)}.mypage-shell--frame .mypage-sidebar{border-radius:0;box-shadow:none;height:100%;min-height:calc(100vh - 80px)}.mypage-shell--frame .mypage-content{padding:18px 24px 32px;background:var(--color-chat-shell-bg);min-height:calc(100vh - 80px)}.mypage-shell--frame .mypage-header{background:transparent;border:0;border-radius:0;padding:0}}@media screen and (max-width:640px){.mypage-shell{padding:0 0 40px}.mypage-container{width:94vw;margin-top:58px}.mypage-content{padding-top:16px}.mypage-menu{display:flex;flex-direction:column;min-height:100%}.mypage-nav-mobile-logout{display:block;margin-top:auto;padding-top:12px;padding-bottom:calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--mp-border-divider)}.mypage-sidebar{position:fixed;top:0;left:0;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;width:78vw;max-width:320px;border-radius:0 12px 12px 0;transform:translateX(-100%);transition:transform .3s ease;z-index:1300;padding-bottom:calc(16px + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mypage-overlay{display:block;position:fixed;inset:0;background:var(--mp-overlay-sidebar);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1250}.mypage-nav-open .mypage-sidebar{transform:translateX(0)}.mypage-nav-open .mypage-overlay{opacity:1;pointer-events:auto}}.mypage-loading-state{display:grid;grid-gap:8px;gap:8px;width:100%;color:var(--mp-text-secondary)}.mypage-loading-state--page{margin:0 0 16px}.mypage-loading-state--section{margin:0 0 12px}.mypage-loading-state__label,.mypage-loading-state__stage{margin:0;font-size:13px;line-height:1.5}.mypage-loading-state__stage{color:var(--mp-text-primary);font-weight:700}.mypage-loading-bar{position:relative;display:block;width:100%;height:3px;overflow:hidden;border-radius:999px;background:var(--mp-surface-progress-track)}.mypage-loading-bar__fill{display:block;height:100%;border-radius:inherit;background:var(--mp-accent)}.mypage-loading-bar.is-indeterminate .mypage-loading-bar__fill{width:28%;animation:mypage-loading-slide 1.1s ease-in-out infinite}.mypage-loading-bar.is-determinate .mypage-loading-bar__fill{transition:width .12s linear}.mypage-loading-button{display:inline-grid;align-items:center;justify-items:center;min-width:0}.mypage-loading-button__active,.mypage-loading-button__idle{grid-area:1/1}.mypage-loading-button__idle{visibility:hidden}.mypage-loading-button__active{display:inline-flex;align-items:center;justify-content:center;gap:6px}.mypage-loading-button__active svg{flex:0 0 auto;animation:mypage-loading-rotate .8s linear infinite}@keyframes mypage-loading-slide{0%{transform:translateX(-110%)}to{transform:translateX(365%)}}@keyframes mypage-loading-rotate{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.mypage-loading-bar.is-indeterminate .mypage-loading-bar__fill{width:28%;animation:none;transform:translateX(0)}.mypage-loading-button__active svg{animation:none}.mypage-loading-bar.is-determinate .mypage-loading-bar__fill{transition:none}}.mypage-card{background:var(--mp-surface-base);border-radius:12px;padding:20px;box-shadow:none;margin-bottom:16px;overflow:visible}.mypage-card--tight,.mypage-content .mypage-card:last-child{margin-bottom:0}.mypage-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.mypage-card__header h2{margin:0 0 4px;font-size:18px}.mypage-card__header p{color:var(--mp-text-placeholder);margin:0}.mypage-card__header--assistant-roleplay-intro{display:block;margin-bottom:16px}.mypage-card__header--assistant-roleplay-intro p{margin-top:4px}.mypage-note{background:var(--mp-surface-card-soft);border-radius:12px;padding:12px 16px;color:var(--mp-text-muted);margin-bottom:16px}.mypage-guide{display:flex;align-items:flex-start;gap:10px;min-width:0;margin:0 0 20px}.mypage-guide__avatar{width:42px;height:42px;flex:0 0 auto;border-radius:999px;border:1px solid var(--mp-border-soft);background:var(--mp-surface-base);object-fit:cover}.mypage-guide__bubble{position:relative;width:-moz-fit-content;width:fit-content;max-width:680px;min-width:0;padding:9px 13px;border:1px solid var(--mp-border-subtle);border-radius:12px;background:var(--mp-surface-card-soft);color:var(--mp-text-body);font-size:.875rem;line-height:1.55;overflow-wrap:anywhere}.mypage-guide__bubble:after,.mypage-guide__bubble:before{content:"";position:absolute;top:13px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent}.mypage-guide__bubble:before{left:-8px;border-right:8px solid var(--mp-border-subtle)}.mypage-guide__bubble:after{left:-7px;border-right:8px solid var(--mp-surface-card-soft)}.mypage-guide__bubble p{margin:0}.mypage-guide--compact{gap:9px;margin-bottom:16px}.mypage-guide--compact .mypage-guide__avatar{width:36px;height:36px}.mypage-guide--compact .mypage-guide__bubble{padding:8px 12px}.mypage-policy-update-notice{position:relative;display:block;margin-bottom:16px;border:1px solid var(--mp-border-subtle);border-radius:12px;padding:14px 52px 14px 16px;background:var(--mp-surface-card-soft);color:var(--mp-text-primary)}.mypage-policy-update-notice details{min-width:0}.mypage-policy-update-notice summary{cursor:pointer;font-weight:700}.mypage-policy-update-notice__body{margin-top:8px;color:var(--mp-text-muted);font-size:.875rem;line-height:1.65}.mypage-policy-update-notice__body p{margin:0}.mypage-policy-update-notice__body p+p{margin-top:6px}.mypage-policy-update-notice__links{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px 12px;margin-top:10px;font-size:.875rem}.mypage-policy-update-notice__links a{color:var(--mp-text-primary);font-weight:700;white-space:nowrap;text-underline-offset:3px}.mypage-form{display:grid;grid-gap:12px;gap:12px}.mypage-field-label{margin:12px 0 6px;font-weight:600;color:var(--mp-text-primary)}.mypage-field-label--inline{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;margin:0}.mypage-required{color:var(--mp-accent);margin-left:4px;font-weight:700}.mypage-required-badge{display:inline-flex;align-items:center;border:1px solid var(--mp-border-subtle);border-radius:999px;padding:1px 6px;background:var(--mp-surface-accent-soft);color:var(--mp-text-primary);font-size:11px;font-weight:700;line-height:1.4}.mypage-form-error{margin:4px 0 0;color:var(--mp-text-danger);font-size:13px}.mypage-modal-alert{display:flex;align-items:flex-start;gap:8px;margin:0;border:1px solid var(--mp-border-subtle);border-radius:10px;padding:10px;background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.mypage-modal-alert a{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px}.mypage-modal-alert>div>p:first-child{margin:0}.mypage-modal-alert__list{margin:6px 0 0;padding-left:18px}.mypage-textarea{width:100%;border-radius:12px;border:none;background:var(--mp-surface-muted);padding:14px;resize:vertical;box-sizing:border-box}.mypage-textarea--sm{min-height:120px}.mypage-textarea--schedule-memo{min-height:80px}.mypage-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.mypage-card__footer--right{justify-content:flex-end;margin-top:12px}.mypage-card__footer--stacked{flex-direction:column;align-items:flex-end}.mypage-card__footer--stacked .plan-note{margin:0}.mypage-count{color:var(--mp-text-placeholder)}.mypage-table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.mypage-table-wrap>.default_table{min-width:680px}.mypage-table-wrap>.default_table td,.mypage-table-wrap>.default_table th{word-break:break-word;overflow-wrap:anywhere}.mypage-btn{background:var(--mp-accent-strong);color:var(--mp-surface-base);border:none;border-radius:12px;padding:10px 18px;cursor:pointer;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;gap:6px;line-height:1;min-height:41px;box-sizing:border-box;vertical-align:middle}.mypage-btn[disabled]{opacity:.6;cursor:not-allowed}.mypage-btn[disabled]:hover{background:var(--mp-accent-strong);text-decoration:none}.mypage-btn--ghost[disabled]:hover{background:var(--mp-surface-muted);color:var(--mp-text-primary);border:1px solid var(--mp-border-subtle);text-decoration:none}.mypage-tooltip-native{display:inline-flex;position:relative}.mypage-tooltip-native .mypage-btn[disabled]{pointer-events:none}.mypage-tooltip-native:after{content:attr(data-tooltip);position:absolute;bottom:110%;right:0;background:var(--mp-overlay-tooltip);color:var(--mp-surface-base);font-size:12px;padding:6px 8px;border-radius:12px;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;z-index:10}.mypage-tooltip-native:hover:after{opacity:1;transform:translateY(0)}.mypage-btn:hover{background:var(--mp-accent-strong-hover);text-decoration:none}.mypage-btn--ghost{background:var(--mp-surface-muted);color:var(--mp-text-primary);border:1px solid var(--mp-border-subtle)}.mypage-btn--ghost:hover{background:var(--mp-surface-ghost-hover)}@media screen and (max-width:640px){.mypage-table-wrap>.default_table{min-width:620px}.mypage-card{padding:18px}.mypage-policy-update-notice{padding:12px 48px 12px 14px}.mypage-guide{gap:8px;margin-bottom:16px}.mypage-guide--compact .mypage-guide__avatar,.mypage-guide__avatar{width:35px;height:35px}.mypage-guide__bubble{flex:0 1 auto;max-width:none;padding:8px 11px;font-size:.8125rem;line-height:1.5}.mypage-guide__bubble:after,.mypage-guide__bubble:before{top:11px}.mypage-card__footer{align-items:flex-start}.mypage-card__footer,.mypage-card__header{flex-direction:column}.mypage-btn{width:100%;justify-content:center}}#embed-tag-panel-js .mypage-field-label>span{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;padding:2px 6px;border:1px solid var(--mp-border-chip-muted);border-radius:999px;font-size:14px;line-height:1.4;font-weight:700;color:var(--mp-text-nav);background:var(--mp-surface-subtle);vertical-align:text-top}.mypage-tabs{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.mypage-tabs--primary{width:100%;justify-content:center;gap:44px;margin-bottom:16px;padding:0;border-bottom:1px solid var(--mp-border-subtle)}.mypage-tabs--sub{width:-moz-fit-content;width:fit-content;margin-bottom:10px}.mypage-tab{border:1px solid var(--mp-border-default);background:var(--mp-surface-base);color:var(--mp-text-muted);border-radius:999px;padding:8px 14px;font-size:14px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.mypage-tab:hover{background:var(--mp-surface-subtle);border-color:var(--mp-border-default)}.mypage-tab.is-active{color:var(--mp-brand-primary-bright);border-color:var(--mp-border-focus);font-weight:700}.mypage-tab--primary{border:none;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:var(--mp-text-muted);font-size:18px;line-height:1.2;font-weight:500;padding:0 2px 14px;margin-bottom:-1px}.mypage-tab--primary.is-active,.mypage-tab--primary:hover{border-bottom-color:var(--mp-text-primary);color:var(--mp-text-primary);font-weight:700}.mypage-tab--primary:hover{background:transparent}.mypage-tab--sub{font-size:13px;padding:6px 12px}.mypage-tab--sub.is-active{background:var(--mp-surface-accent-soft);border-color:var(--mp-border-focus-soft)}.mypage-tabpanel{display:grid;grid-gap:12px;gap:12px}.mypage-note--embed-code{color:var(--mp-text-placeholder)}.mypage-distribution-lead{border-top:1px solid var(--mp-border-subtle);width:100%;text-align:center;font-size:18px;line-height:50px}@media screen and (max-width:640px){.mypage-tabs--primary,.mypage-tabs--sub{width:100%}.mypage-tab--primary,.mypage-tab--sub{flex:1 1 auto;text-align:center}.mypage-copy{width:100%}}.auth-page-shell{min-height:calc(100vh - 140px);background:var(--color-chat-shell-bg);padding:24px 0;box-sizing:border-box}.auth-shell{min-height:calc(100vh - 80px);background:var(--color-chat-shell-bg);padding:24px 0}.auth-shell,.auth-shell-plain{display:flex;justify-content:center;align-items:flex-start}.auth-shell-plain{min-height:100%}.auth-card{width:min(520px,92vw);background:var(--mp-surface-base);border-radius:12px;padding:32px;box-shadow:0 16px 32px var(--mp-shadow-auth)}.auth-header h1{margin:0 0 6px;font-size:28px}.auth-header p{margin:0 0 16px;color:var(--mp-text-disabled)}.auth-thanks-layout{display:grid;grid-template-columns:minmax(200px,240px) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.auth-card--thanks{width:min(760px,92vw)}.auth-card--thanks .auth-header h1{text-align:center;margin-bottom:16px}.auth-card--thanks .auth-thanks-layout{align-items:center}.auth-card--thanks .auth-thanks-text{display:flex;flex-direction:column;justify-content:center;min-height:100%}.auth-thanks-image img{width:100%;height:auto;display:block;border-radius:12px}.auth-thanks-text p{margin:0 0 12px}.auth-thanks-text p:last-child{margin-bottom:0}.auth-thanks-text .auth-thanks-note{font-size:14px}.auth-card--thanks .auth-thanks-text strong{color:var(--mp-accent)}.auth-form{display:grid;grid-gap:18px;gap:18px}.auth-field>label{display:block;font-weight:600;margin-bottom:8px}.auth-label-note{font-size:12px;font-weight:400;color:var(--mp-text-disabled);margin-left:8px}.auth-required{color:var(--mp-accent);margin-left:4px}.auth-input{display:flex;align-items:center;gap:8px;padding:12px 14px;background:var(--mp-surface-muted);border-radius:14px;border:1px solid transparent}.auth-input input{flex:1 1 auto;border:none;background:transparent;font-size:15px;outline:none}.auth-input input::placeholder{color:var(--mp-text-disabled)}.auth-input input:disabled{color:var(--mp-text-disabled);cursor:not-allowed}.auth-icon,.auth-toggle{display:inline-flex;align-items:center;color:var(--mp-text-disabled)}.auth-toggle{border:none;background:transparent;padding:0;cursor:pointer}.auth-toggle:focus{outline:none}.auth-checkbox,.auth-toggle:hover{color:var(--mp-text-nav)}.auth-checkbox{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:14px}.auth-checkbox input{width:18px;height:18px}.auth-help{margin:8px 0 0;font-size:13px;display:flex;align-items:center;gap:6px}.auth-help,.auth-help__icon{color:var(--mp-text-disabled)}.auth-help__icon{display:inline-flex}.auth-consent{display:flex;align-items:center;gap:8px;font-size:14px}.auth-consent input{width:18px;height:18px}.auth-turnstile{min-height:65px}.auth-submit{margin-top:4px;width:100%;border:none;border-radius:14px;padding:14px;background:var(--mp-accent-strong);color:var(--mp-surface-base);font-size:15px;cursor:pointer}.auth-submit:hover{background:var(--mp-accent-strong-hover)}.auth-link{margin:8px 0 0;text-align:center}.auth-link a{color:var(--mp-accent);text-decoration:none}.auth-link a:hover{text-decoration:underline}.auth-field .errorlist,.auth-form>.errorlist{list-style:none;margin:6px 0 0;padding:0;color:var(--mp-accent);font-size:13px}@media screen and (max-width:640px){.auth-page-shell{min-height:calc(100vh - 96px)}.auth-page-shell,.auth-shell{padding-top:calc(var(--top-head-height, 56px) + 12px)}.auth-shell{min-height:calc(100vh - var(--top-head-height, 56px))}.auth-thanks-layout{grid-template-columns:1fr;gap:14px}.auth-thanks-image{max-width:260px;margin:0 auto}}.mypage-field{display:flex;align-items:center;gap:10px;overflow:visible}.mypage-field .mypage-label{font-weight:600}.mypage-input{flex:1 1 auto;border:1px solid var(--mp-border-soft);padding:10px 14px;min-width:0}.mypage-copy,.mypage-input,.mypage-open{border-radius:12px;background:var(--mp-surface-base)}.mypage-copy,.mypage-open{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--mp-action-neutral-border);color:var(--mp-text-primary);cursor:pointer;transition:background .15s ease,border-color .15s ease}.mypage-copy:hover,.mypage-open:hover{background:var(--mp-action-neutral-hover-bg);border-color:var(--mp-action-neutral-hover-border)}.mypage-copy:focus-visible,.mypage-open:focus-visible{outline:3px solid var(--mp-border-focus);outline-offset:2px}.mypage-open--danger{color:var(--mp-text-danger);border-color:var(--mp-border-danger-soft);background:var(--mp-action-danger-bg)}.mypage-open--danger:hover{color:var(--mp-text-danger-strong);border-color:var(--mp-border-danger-strong);background:var(--mp-action-danger-bg)}.mypage-copy svg,.mypage-open svg{width:20px;height:20px;stroke-width:1.5px}.auth-hours{display:flex;align-items:center;gap:4px;width:100%}.auth-hours input[type=time]{flex:0 0 60px;width:60px;min-width:0;-moz-appearance:textfield;appearance:textfield;-webkit-appearance:textfield}.auth-hours input[type=time]::-webkit-calendar-picker-indicator{display:none}.auth-hours__label{font-size:15px;color:var(--mp-text-nav);flex:0 0 auto;margin-bottom:0}.auth-hours__sep{color:var(--mp-text-suffix);margin-right:20px}@media screen and (max-width:640px){.mypage-field{flex-direction:column;align-items:stretch}select.mypage-input{width:100%;max-width:100%;min-width:0;box-sizing:border-box}}.plan-cta-stack{display:flex;flex-direction:column;align-items:stretch;width:-moz-fit-content;width:fit-content;gap:6px}.plan-cta-stack .plan-note{margin-top:6px;text-align:center}.contract-section{display:flex;flex-direction:column;gap:16px;color:var(--mp-text-primary)}.contract-alert{border-radius:12px;padding:14px 16px;border:1px solid var(--mp-border-subtle);background:var(--mp-surface-subtle)}.contract-alert h3{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--mp-text-primary)}.contract-alert ul{margin:0;padding-left:20px;display:grid;grid-gap:6px;gap:6px}.contract-alert li{margin:0;line-height:1.6}.contract-alert--danger{background:var(--mp-action-danger-bg);border-color:var(--mp-border-danger-soft)}.contract-alert--billing{background:var(--mp-surface-subtle);border-color:var(--mp-border-info-soft)}.contract-note{background:var(--mp-surface-muted);border-radius:12px;padding:12px 14px;color:var(--mp-text-muted);font-size:14px}.contract-confirm-box{border:1px solid var(--mp-border-card-soft);border-radius:12px;padding:14px;background:var(--mp-surface-base)}.contract-confirm-box__title{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--mp-text-primary)}.contract-check{display:flex;align-items:center;gap:10px;font-weight:600}.contract-confirm{display:flex;flex-direction:column;gap:8px}.contract-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.contract-actions--split{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.plan-note{margin:6px 0 0;font-size:12px;color:var(--mp-text-muted)}.mypage-card__header p.contract-lead{margin-bottom:12px}.plan-note--links{margin-top:10px;padding-top:10px;border-top:1px solid var(--mp-border-note-divider)}.plan-ref-history{margin-top:12px}.plan-ref-history>summary{cursor:pointer;font-weight:700;color:var(--mp-text-secondary)}.plan-ref-history__list{margin:10px 0 0;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.plan-ref-history__list>li{border:1px solid var(--mp-border-panel);border-radius:10px;background:var(--mp-surface-subtle);padding:10px 12px}.plan-ref-history__list>li>p{margin:0 0 8px;color:var(--mp-text-secondary);font-size:13px;line-height:1.5}.plan-ref-history__list>li>ul{margin:0;padding-left:18px;display:grid;grid-gap:4px;gap:4px}.plan-ref-history__list a{color:var(--mp-link-primary);text-decoration:underline;overflow-wrap:anywhere;word-break:break-word}.plan-upgrade{display:grid;grid-gap:12px;gap:12px}.plan-upgrade__lead{margin:0;color:var(--mp-text-secondary);line-height:1.7}.plan-upgrade__features{margin:0;padding:12px 16px 12px 30px;border-radius:12px;border:1px solid var(--mp-border-step);background:var(--mp-surface-upgrade);color:var(--mp-text-secondary);display:grid;grid-gap:6px;gap:6px}.plan-upgrade__features li{margin:0;line-height:1.6}.plan-upgrade__summary{margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.plan-upgrade__summary div{margin:0;padding:10px 12px;border-radius:10px;background:var(--mp-surface-subtle);border:1px solid var(--mp-border-panel)}.plan-upgrade__summary dt{margin:0 0 4px;font-size:12px;color:var(--mp-text-muted)}.plan-upgrade__summary dd{margin:0;font-size:13px;color:var(--mp-text-strong);line-height:1.5}@media screen and (max-width:640px){.plan-upgrade__summary{grid-template-columns:1fr}.contract-actions--split{flex-direction:column;align-items:stretch}}.log-detail-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px}.log-detail-actions-right{display:inline-flex;align-items:center;gap:10px}.mypage-summary ul{margin-left:24px}.log-inbox-tools{display:flex;align-items:center;gap:10px;margin:16px 0 12px}.log-keyword-search{display:flex;align-items:center;gap:8px;flex:1 1 520px}.log-keyword-search__input{flex:1 1 auto;min-width:0}.log-filter-open{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.log-filter-chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.log-filter-chip{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:5px 10px;border:1px solid var(--mp-border-chip-muted);border-radius:999px;background:var(--mp-surface-base);color:var(--mp-text-secondary);font:inherit;font-size:12px;cursor:pointer}.log-filter-chip:focus-visible,.log-filter-chip:hover{border-color:var(--mp-border-focus)}.log-filter-clear{min-height:32px;border:0;background:transparent;color:var(--mp-link-primary);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.log-filter-fields{display:grid;grid-gap:16px;gap:16px}.log-filter-fields__dates{display:flex;align-items:flex-end;gap:8px}.log-filter-fields__separator{padding-bottom:10px;color:var(--mp-text-muted)}.log-filter-field{display:grid;flex:1 1;grid-gap:6px;gap:6px;color:var(--mp-text-secondary);font-size:13px;font-weight:700}.log-inbox{position:relative;overflow:hidden}.log-inbox__count{padding:14px 18px;border-bottom:1px solid var(--mp-border-divider);color:var(--mp-text-muted);font-size:13px;font-weight:700}.log-inbox__list{display:grid}.log-inbox-row{position:relative;display:grid;grid-template-columns:minmax(190px,auto) minmax(0,1fr) auto 24px;align-items:center;grid-gap:16px;gap:16px;min-height:92px;padding:16px 18px;border-bottom:1px solid var(--mp-border-divider);color:var(--mp-text-body);text-decoration:none}.log-inbox-row:last-child{border-bottom:0}.log-inbox-row:hover{background:var(--mp-surface-nav-hover);text-decoration:none}.log-inbox-row:focus-visible{z-index:1;outline:3px solid var(--mp-border-focus-soft);outline-offset:-3px}.log-inbox-row--unread{border-left:3px solid var(--mp-accent);background:var(--mp-surface-accent-soft)}.log-inbox-row__meta{display:flex;align-items:center;gap:10px;color:var(--mp-text-muted);font-size:13px}.log-inbox-row--unread .mypage-status-badge{background:var(--mp-surface-danger-soft);color:var(--mp-text-danger)}.log-inbox-row__overview{display:-webkit-box;min-width:0;margin:0;overflow:hidden;color:var(--mp-text-strong);font-size:14px;font-weight:700;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.log-inbox-row__verdict{color:var(--mp-text-secondary);font-size:13px;white-space:nowrap}.log-inbox-row__chevron{color:var(--mp-text-muted)}.log-inbox-empty,.log-inbox-error{display:grid;justify-items:center;grid-gap:12px;gap:12px;padding:48px 20px;text-align:center}.log-inbox-empty p,.log-inbox-error p{margin:0}.log-detail-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px 20px;gap:8px 20px;align-items:center;margin-bottom:20px}.log-detail-header__back{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;color:var(--mp-link-primary);font-size:13px;font-weight:700}.log-detail-header__title{grid-column:1}.log-detail-header__title h1{margin:0}.log-detail-header__title p{margin:4px 0 0;color:var(--mp-text-muted);font-size:13px}.log-detail-header__meta{display:flex;grid-column:1;align-items:center;flex-wrap:wrap;gap:10px;color:var(--mp-text-muted);font-size:13px}.log-detail-header__verdict{color:var(--mp-text-secondary);font-weight:700}.log-detail-header__actions{display:flex;grid-column:2;grid-row:2/span 2;align-items:center;gap:8px}.log-detail-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.4fr);grid-gap:16px;gap:16px;align-items:start}.log-detail-layout--single{grid-template-columns:minmax(0,1fr)}.log-summary-card{position:-webkit-sticky;position:sticky;top:16px}.log-summary-grid{display:grid;margin:0}.log-summary-grid>div{display:grid;grid-gap:5px;gap:5px;padding:12px 0;border-bottom:1px solid var(--mp-border-divider)}.log-summary-grid>div:last-child{border-bottom:0}.log-summary-grid dt{color:var(--mp-text-muted);font-size:12px;font-weight:700}.log-summary-grid dd{margin:0;color:var(--mp-text-body);font-size:14px;line-height:1.65}.log-summary-list{margin:0;padding-left:20px}.log-timeline-card{position:relative;overflow:hidden}.log-timeline{padding:2px 20px 8px}.log-timeline-item{position:relative;padding:18px 0 18px 24px;border-bottom:1px solid var(--mp-border-divider)}.log-timeline-item:before{position:absolute;top:25px;left:3px;width:9px;height:9px;border:2px solid var(--mp-surface-base);border-radius:999px;background:var(--mp-text-muted);content:""}.log-timeline-item:after{position:absolute;top:36px;bottom:-8px;left:8px;width:1px;background:var(--mp-border-divider);content:""}.log-timeline-item:last-child{border-bottom:0}.log-timeline-item:last-child:after{display:none}.log-timeline-item--customer:before{background:var(--mp-accent)}.log-timeline-item__header{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px;color:var(--mp-text-muted);font-size:12px}.log-timeline-item__speaker{color:var(--mp-text-strong);font-size:13px;font-weight:700}.log-timeline-item__body{overflow-wrap:anywhere;color:var(--mp-text-body);font-size:14px;line-height:1.75;white-space:pre-wrap}.log-timeline-item__body a{overflow-wrap:anywhere}.log-timeline__empty{margin:0;padding:32px 0;color:var(--mp-text-muted);text-align:center}.log-external-references{margin-top:16px}.log-external-references>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-weight:700;list-style:none}.log-external-references>summary::-webkit-details-marker{display:none}.log-external-references[open]>summary svg{transform:rotate(180deg)}.log-external-references__list{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.log-external-references__list article{padding-top:12px;border-top:1px solid var(--mp-border-divider);overflow-wrap:anywhere}.log-external-references__list article>div{display:flex;justify-content:space-between;gap:12px;color:var(--mp-text-muted);font-size:12px}.log-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.log-original{margin-top:6px}.log-original summary{cursor:pointer;color:var(--mp-text-suffix);font-size:12px}.log-original__text{margin-top:6px;padding:8px 10px;background:var(--mp-surface-code-bg);border-radius:8px}.log-message-source-chip{display:inline-flex;align-items:center;margin-left:8px;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.2;border:1px solid transparent;vertical-align:middle;white-space:nowrap}.log-message-source-chip--roleplay_dialog{color:var(--color-primary);background:var(--color-surface-subtle);border-color:var(--color-border-default)}.log-message-source-chip--roleplay_control{color:var(--color-text-slate);background:var(--color-surface-white);border-color:var(--color-border-default)}.log-message-source-chip--intake_faq{color:var(--mp-text-success-strong);background:var(--mp-surface-grade-ready);border-color:var(--mp-border-soft)}.quick-questions{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 16px}.quick-question,.quick-questions .add_tell{border:1px solid var(--mp-border-soft);border-radius:999px;padding:6px 12px;background:var(--mp-surface-base);color:var(--mp-text-body);cursor:pointer;font-size:13px}.quick-question:hover,.quick-questions .add_tell:hover{background:var(--mp-surface-chat-bg)}.is-muted{background-color:var(--mp-surface-disabled)}.log-prewrap{white-space:pre-wrap}.log-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.log-filter__actions{margin-left:auto;display:flex;gap:8px}.log-filter__sep{color:var(--mp-text-disabled)}.mypage-pagination{margin:4px 0 12px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mypage-pagination__meta{font-size:13px;color:var(--mp-text-muted);font-weight:700}.mypage-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:12px;border:1px solid var(--mp-border-subtle);background:var(--mp-surface-base);color:var(--mp-text-secondary);text-decoration:none;font-size:13px;font-weight:700}.mypage-pagination__link:hover{background:var(--mp-surface-nav-hover);border-color:var(--mp-border-pagination-hover);text-decoration:none}.mypage-actions,.mypage-card__header--with-action{align-items:center}.mypage-actions{display:inline-flex;gap:8px}.mypage-actions form{display:inline-flex;margin:0}.mypage-actions .mypage-btn{white-space:nowrap}.assistant-visibility{display:flex;align-items:center;gap:8px}.assistant-visibility__label{font-size:14px;color:var(--mp-text-muted)}.log-filter__field.is-hidden{display:none}@media screen and (max-width:640px){.log-inbox-tools{align-items:stretch;flex-direction:column}.log-keyword-search{flex:0 0 auto}.log-keyword-search .mypage-btn{flex:0 0 auto;width:auto}.log-filter-open{justify-content:center;width:100%}.log-filter-fields__dates{align-items:stretch;flex-direction:column}.log-filter-fields__separator{display:none}.log-inbox-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;min-height:112px;padding:14px}.log-inbox-row__meta,.log-inbox-row__overview,.log-inbox-row__verdict{grid-column:1}.log-inbox-row__chevron{grid-column:2;grid-row:1/span 3}.log-detail-header{grid-template-columns:minmax(0,1fr)}.log-detail-header__actions{grid-column:1;grid-row:auto}.log-detail-layout{grid-template-columns:minmax(0,1fr)}.log-summary-card{position:static}.log-timeline{padding-right:14px;padding-left:14px}.log-timeline-item{padding-left:22px}.assistant-visibility{flex-direction:column}}.work-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.work-page-header{margin-bottom:14px}.work-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 16px;padding:0;border:1px solid var(--mp-border-subtle);border-radius:12px;background:var(--mp-surface-base)}.work-stats__item{display:grid;justify-items:center;grid-gap:4px;gap:4px;min-width:0;padding:14px 18px;border-right:1px solid var(--mp-border-divider);text-align:center}.work-stats__item:last-child{border-right:0}.work-stats__item dt{color:var(--mp-text-muted);font-size:12px;font-weight:700}.work-stats__item dd{min-width:0;margin:0;color:var(--mp-text-strong);font-size:22px;font-weight:700;overflow-wrap:anywhere}.work-list-tools{display:flex;align-items:center;gap:10px;margin-bottom:12px}.work-keyword-search{display:flex;align-items:center;gap:8px;flex:1 1 560px;min-width:0}.work-keyword-search .mypage-input{min-width:0}.work-filter-open{flex:0 0 auto;white-space:nowrap}.work-filter-chips{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.work-filter-chip{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:5px 10px;border:1px solid var(--mp-border-chip-muted);border-radius:999px;background:var(--mp-surface-base);color:var(--mp-text-secondary);font:inherit;font-size:12px;cursor:pointer}.work-filter-chip:focus-visible,.work-filter-chip:hover{border-color:var(--mp-border-focus);outline:none}.work-filter-clear{min-height:32px;border:0;background:transparent;color:var(--mp-link-primary);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.work-dialog{display:flex;max-height:calc(100dvh - 32px);width:min(100%,520px);flex-direction:column;overflow:hidden}.work-dialog .mypage-dialog__body{min-height:0;overflow-y:auto;overscroll-behavior:contain}.work-filter-form,.work-task-dialog-form{display:grid;grid-gap:16px;gap:16px}.work-filter-form label,.work-task-dialog-form label{display:grid;grid-gap:6px;gap:6px;color:var(--mp-text-secondary);font-size:13px;font-weight:700}.work-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.work-danger-button{border:1px solid var(--mp-border-danger-soft);background:var(--mp-action-danger-bg);color:var(--mp-text-danger-strong)}.work-danger-button:hover{border-color:var(--mp-border-danger-strong);background:var(--mp-action-danger-bg)}.work-list-empty,.work-list-error{display:grid;justify-items:center;grid-gap:12px;gap:12px;padding:42px 20px;text-align:center}.work-list-empty p,.work-list-error p{margin:0}.work-project-list{position:relative;overflow:hidden;padding:0}.work-project-list__count{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--mp-border-divider)}.work-project-list__count h2{margin:0;font-size:17px}.work-project-list__count span{color:var(--mp-text-muted);font-size:13px;font-weight:700}.work-project-list__items{display:grid}.work-project-item{display:grid;grid-template-columns:minmax(0,1fr) 52px;border-bottom:1px solid var(--mp-border-divider)}.work-project-item:last-child{border-bottom:0}.work-project-row{position:relative;display:grid;grid-template-columns:minmax(210px,1.3fr) minmax(130px,.7fr) minmax(190px,1fr) auto 22px;align-items:center;grid-gap:18px;gap:18px;min-width:0;min-height:112px;padding:16px 12px 16px 18px;color:var(--mp-text-body);text-decoration:none}.work-project-row:hover{background:var(--mp-surface-nav-hover);text-decoration:none}.work-project-row:focus-visible{z-index:1;outline:3px solid var(--mp-border-focus-soft);outline-offset:-3px}.work-project-row__identity{display:grid;grid-gap:8px;gap:8px;min-width:0}.work-project-row__identity h3{margin:0;color:var(--mp-text-strong);font-size:16px;line-height:1.5;overflow-wrap:anywhere}.work-project-row__badges{display:flex;flex-wrap:wrap;gap:6px}.work-badge{display:inline-flex;align-items:center;min-height:25px;padding:3px 9px;border:1px solid var(--mp-border-subtle);border-radius:999px;background:var(--mp-surface-muted);color:var(--mp-text-secondary);font-size:12px;font-weight:700}.work-badge--active{border-color:var(--mp-border-danger-soft);background:var(--mp-surface-accent-soft);color:var(--mp-text-danger)}.work-badge--completed{background:var(--mp-surface-card-soft);color:var(--mp-text-primary)}.work-badge--archived{background:var(--mp-surface-disabled);color:var(--mp-text-muted)}.work-progress{display:grid;grid-gap:7px;gap:7px;min-width:0}.work-progress__label{color:var(--mp-text-secondary);font-size:13px;font-weight:700}.work-progress__track{display:block;width:100%;height:7px;overflow:hidden;border-radius:999px;background:var(--mp-surface-progress-track)}.work-progress__fill{display:block;height:100%;border-radius:inherit;background:var(--mp-accent)}.work-project-row__next{display:grid;grid-gap:5px;gap:5px;min-width:0}.work-project-row__next span{color:var(--mp-text-muted);font-size:12px}.work-project-row__next strong{color:var(--mp-text-primary);font-size:13px;line-height:1.5;overflow-wrap:anywhere}.work-project-row__schedule{display:inline-flex;align-items:center;gap:6px;color:var(--mp-text-secondary);font-size:13px;white-space:nowrap}.work-project-row__chevron{color:var(--mp-text-muted)}.work-project-item__delete{align-self:center;width:44px;height:44px;margin-right:8px}.work-project-list>.mypage-pagination{justify-content:center;padding:14px 18px 2px}.work-detail-back{margin-bottom:12px}.work-detail-back a{display:inline-flex;align-items:center;gap:6px;color:var(--mp-link-primary);font-size:14px;font-weight:700;text-decoration:none}.work-detail-back a:focus-visible{outline:3px solid var(--mp-border-focus-soft);outline-offset:3px}.work-detail-header{margin-bottom:16px}.work-detail-header h1{overflow-wrap:anywhere}.work-detail-summary{display:grid;grid-gap:14px;gap:14px}.work-detail-summary .work-stats{margin:0;border:0}.work-task-section{padding:0;overflow:hidden}.work-task-section__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--mp-border-divider)}.work-task-section__header h2{margin:0;font-size:20px}.work-task-section__header span{color:var(--mp-text-muted);font-size:13px;font-weight:700}.work-task-list{display:grid;margin:0;padding:0;list-style:none}.work-task-row{display:grid;grid-template-columns:58px 92px minmax(180px,1fr) auto auto;align-items:center;grid-gap:12px;gap:12px;min-width:0;min-height:78px;padding:12px 18px;border-bottom:1px solid var(--mp-border-divider);background:var(--mp-surface-base)}.work-task-row:last-child{border-bottom:0}.work-task-row--done{background:var(--mp-surface-disabled)}.work-task-row--drag-over{outline:2px dashed var(--mp-border-focus);outline-offset:-4px}.work-task-row__grip{display:inline-flex;align-items:center;gap:5px;color:var(--mp-text-muted);cursor:-webkit-grab;cursor:grab}.work-task-row__status{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:0;border:0;background:transparent;color:var(--mp-text-secondary);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.work-task-row__status:focus-visible{outline:3px solid var(--mp-border-focus-soft);outline-offset:2px}.work-task-row__title{min-width:0;color:var(--mp-text-strong);font-size:14px;line-height:1.55;overflow-wrap:anywhere}.work-task-row--done .work-task-row__title{color:var(--mp-text-muted);text-decoration:line-through}.work-task-row__schedule-count{display:inline-flex;align-items:center;gap:5px;color:var(--mp-text-muted);font-size:12px;white-space:nowrap}.work-task-row__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px}.work-task-row__actions .mypage-open{width:44px;height:44px}.work-task-drag-preview{position:fixed;top:-9999px;left:-9999px;z-index:2147483647;overflow:hidden;border:1px solid var(--mp-border-subtle);border-radius:12px;background:var(--mp-surface-base);box-shadow:0 8px 18px var(--mp-shadow-elevated);pointer-events:none}@media screen and (max-width:1040px){.work-project-row{grid-template-columns:minmax(200px,1.2fr) minmax(120px,.8fr) minmax(170px,1fr) 22px}.work-project-row__schedule{grid-column:1/4}.work-project-row__chevron{grid-column:4;grid-row:1/3}.work-task-row{grid-template-columns:58px 92px minmax(160px,1fr) auto}.work-task-row__actions{grid-column:2/5}}@media screen and (max-width:640px){.work-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.work-stats__item{padding:12px 8px}.work-stats__item dd{font-size:18px}.work-list-tools{align-items:stretch;flex-direction:column}.work-keyword-search{flex:0 0 auto;width:100%}.work-keyword-search .mypage-btn{flex:0 0 auto;width:auto}.work-filter-open{width:100%}.work-dialog-actions:not(.mypage-dialog__filter-actions){flex-direction:column-reverse}.work-project-item{grid-template-columns:minmax(0,1fr) 52px}.work-project-row{display:grid;grid-template-columns:minmax(0,1fr) 20px;grid-gap:12px;gap:12px;min-height:0;padding:16px 8px 16px 14px}.work-project-row .work-progress,.work-project-row__identity,.work-project-row__next,.work-project-row__schedule{grid-column:1}.work-project-row__chevron{grid-column:2;grid-row:1/5;align-self:center}.work-project-item__delete{margin-right:4px}.work-detail-summary .work-stats{grid-template-columns:1fr}.work-detail-summary .work-stats__item{grid-template-columns:1fr auto;justify-items:stretch;text-align:left;border-right:0;border-bottom:1px solid var(--mp-border-divider)}.work-detail-summary .work-stats__item:last-child{border-bottom:0}.work-detail-summary .work-stats__item dd{text-align:right}.work-task-row{grid-template-columns:52px minmax(0,1fr);gap:8px 10px;padding:14px}.work-task-row__status{justify-self:start}.work-task-row__schedule-count,.work-task-row__title{grid-column:1/3}.work-task-row__actions{grid-column:1/3;justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.work-project-row{transition:none}}.work-schedule-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.work-schedule-agenda{overflow:hidden;padding:0}.work-schedule-groups,.work-schedule-scope{display:grid}.work-schedule-scope>h2{margin:0;padding:13px 18px;border-bottom:1px solid var(--mp-border-divider);background:var(--mp-surface-card-soft);color:var(--mp-text-strong);font-size:15px}.work-schedule-date{display:grid}.work-schedule-date>h3{display:flex;align-items:center;gap:8px;margin:0;padding:12px 18px;border-bottom:1px solid var(--mp-border-divider);background:var(--mp-surface-subtle);color:var(--mp-text-primary);font-size:14px}.work-schedule-date>h3>span:first-of-type:not(:last-child){color:var(--mp-accent)}.work-schedule-list{display:grid;margin:0;padding:0;list-style:none}.work-schedule-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;min-width:0;border-bottom:1px solid var(--mp-border-divider)}.work-schedule-row__main{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:start;grid-gap:14px;gap:14px;min-width:0;min-height:88px;padding:15px 12px 15px 18px;border:0;background:var(--mp-surface-base);color:var(--mp-text-body);font:inherit;text-align:left;cursor:pointer}.work-schedule-row__main:hover{background:var(--mp-surface-nav-hover)}.work-schedule-row__main:focus-visible{z-index:1;outline:3px solid var(--mp-border-focus-soft);outline-offset:-3px}.work-schedule-row__time{padding-top:2px;color:var(--mp-text-primary);font-size:14px;font-weight:700;white-space:nowrap}.work-schedule-row__content{display:grid;grid-gap:6px;gap:6px;min-width:0}.work-schedule-row__title-line{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}.work-schedule-row__title-line strong{min-width:0;color:var(--mp-text-strong);font-size:15px;line-height:1.5;overflow-wrap:anywhere}.work-schedule-row__memo{min-width:0;overflow:hidden;color:var(--mp-text-muted);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.work-schedule-row__meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.work-schedule-row__meta>span{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-height:24px;padding:2px 8px;border-radius:999px;background:var(--mp-surface-muted);color:var(--mp-text-secondary);font-size:12px;overflow-wrap:anywhere}.work-schedule-row__actions{display:flex;align-items:center;gap:4px;padding:12px 14px 12px 4px;background:var(--mp-surface-base)}.work-schedule-row__actions .mypage-open{width:44px;height:44px}.work-schedule-past{display:grid}.work-schedule-past__toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:52px;padding:12px 18px;border:0;border-top:1px solid var(--mp-border-divider);background:var(--mp-surface-card-soft);color:var(--mp-text-primary);font:inherit;font-weight:700;cursor:pointer}.work-schedule-past__toggle:focus-visible{outline:3px solid var(--mp-border-focus-soft);outline-offset:-3px}.work-schedule-scope-choice{display:grid;grid-gap:8px;gap:8px;margin:0;padding:12px;border:1px solid var(--mp-border-subtle);border-radius:10px}.work-schedule-scope-choice legend{padding:0 5px;color:var(--mp-text-secondary);font-size:13px;font-weight:700}.work-schedule-scope-choice label{display:flex;align-items:center;gap:8px;min-height:44px;color:var(--mp-text-body)}.work-schedule-conflicts{display:grid;grid-gap:8px;gap:8px;margin:14px 0;padding:0;list-style:none}.work-schedule-conflicts li{display:grid;grid-gap:3px;gap:3px;padding:10px 12px;border:1px solid var(--mp-border-subtle);border-radius:8px}@media screen and (max-width:640px){.work-schedule-header{align-items:stretch;flex-direction:column}.work-schedule-header .mypage-btn{width:100%}.work-schedule-row{grid-template-columns:minmax(0,1fr)}.work-schedule-row__main{grid-template-columns:58px minmax(0,1fr);padding:14px}.work-schedule-row__actions{justify-content:flex-end;padding:0 10px 10px}.work-schedule-date>h3,.work-schedule-scope>h2{padding-right:14px;padding-left:14px}}