@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{font-family:Noto Sans JP,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#f4f6fb;--display-mode-font-size: 13px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,#eef2ff 0,transparent 25%),radial-gradient(circle at 80% 0,#e0f2fe 0,transparent 30%),#f4f6fb}a{color:inherit;text-decoration:none}p{margin:0}h1,h2,h3,h4{margin:0;font-weight:700;letter-spacing:-.01em}button{font:inherit}.markdown-attachment-link{display:block}.markdown-attachment-image{display:block;width:100%;height:auto;max-width:100%}.markdown-attachment-image--sized{width:auto;height:auto}.app-shell{--sidebar-width: 260px;--sidebar-collapsed-width: 56px;--header-height: 52px;--header-block: 60px;min-height:100vh;max-height:100vh;height:100vh;overflow:hidden;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:var(--header-height);padding:6px 12px;margin:6px 10px 4px;border:1px solid #e2e8f0;border-radius:12px;background:#fffd;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 12px 28px #0f172a0f}.app-header .icon-button{width:32px;height:32px;border-radius:9px}.header-left{display:inline-flex;align-items:center;gap:12px}.header-center{display:flex;align-items:center;gap:10px;flex:1;justify-content:center}.header-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:240px}.status-icon{width:30px;height:30px;border-radius:50%;border:1px solid #e2e8f0;background:#f8fafc;display:grid;place-items:center;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;padding:0}.status-icon:disabled{cursor:default}.status-icon:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.status-icon__dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;display:block}.status-icon--good .status-icon__dot{background:#22c55e}.status-icon--warn .status-icon__dot{background:#f59e0b}.status-icon--error .status-icon__dot{background:#ef4444}.status-icon--subtle .status-icon__dot{background:#a1a1aa}.brand{display:inline-flex;align-items:center;gap:10px}.brand__name{font-weight:700;font-size:16px;letter-spacing:-.01em}.brand__badge{font-size:12px;font-weight:600;color:#1d4ed8;background:#e0ecff;border-radius:999px;padding:4px 10px}.header-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.layout-body{display:grid;grid-template-columns:var(--sidebar-width) 1fr;gap:16px;padding:8px 12px 16px;align-items:stretch;flex:1;min-height:0;height:calc(100vh - var(--header-block));overflow:hidden}.app-shell.is-collapsed .layout-body{grid-template-columns:var(--sidebar-collapsed-width) 1fr}.app-shell.is-sidebar-hidden .app-sidebar{display:none}.app-sidebar{position:relative;border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:14px 10px;box-shadow:0 12px 30px #0f172a0d;display:flex;flex-direction:column;gap:10px;height:100%;min-height:0;overflow:auto;transition:width .14s ease,transform .18s ease}.app-shell.is-collapsed .app-sidebar{padding-inline:6px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 6px 4px}.sidebar-nav,.sidebar-footer{display:grid;gap:6px}.sidebar-link{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;color:#0f172a;font-weight:700;transition:background .12s ease,color .12s ease,transform .12s ease}.sidebar-link:hover{background:#f1f5f9}.sidebar-link.active{background:linear-gradient(120deg,#e0ecff,#e0f2fe);color:#1d4ed8;box-shadow:inset 0 0 0 1px #bfdbfe}.sidebar-dot{width:16px;text-align:center;font-weight:900;color:#1f2937}.sidebar-label{white-space:nowrap}.app-shell.is-collapsed .sidebar-label,.app-shell.is-collapsed .sidebar-header .eyebrow{display:none}.app-shell.is-collapsed .sidebar-link{justify-content:center;padding-inline:12px}.app-shell.is-collapsed .sidebar-dot{margin-right:0}.app-main{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px 20px;box-shadow:0 12px 30px #0f172a0d;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.icon-button{width:36px;height:36px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.icon-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a14}.icon-bars,.icon-bars:before,.icon-bars:after{display:block;width:16px;height:2px;background:#0f172a;border-radius:999px;position:relative;content:""}.icon-bars:before{position:absolute;top:-6px}.icon-bars:after{position:absolute;top:6px}.profile{position:relative}.profile-trigger{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:2px;display:inline-flex;align-items:center;cursor:pointer}.avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;display:grid;place-items:center;font-weight:800}.profile-menu{position:absolute;right:0;top:48px;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 30px #0f172a1f;padding:10px;display:grid;gap:6px;z-index:30}.profile-menu__title{margin:0 0 4px;font-weight:700;color:#0f172a}.profile-menu__item{width:100%;text-align:left;border:1px solid transparent;background:#f8fafc;padding:10px 12px;border-radius:10px;font-weight:600;cursor:pointer}.profile-menu__item:disabled{cursor:not-allowed;color:#94a3b8;background:#f8fafc}.profile-menu__item:not(:disabled):hover{background:#e0ecff;color:#1d4ed8}.project-switcher{position:relative;display:flex;justify-content:center;width:min(100%,420px)}.project-switcher__trigger{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-height:30px;border:1px solid #bae6fd;border-radius:999px;background:#e0f2fe;color:#0f172a;padding:4px 10px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.project-switcher__trigger:hover{border-color:#7dd3fc;background:#d7eefc}.project-switcher__label{flex:0 0 auto;color:#475569}.project-switcher__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-switcher__chevron{flex:0 0 auto;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-2px) rotate(45deg)}.project-switcher__popover{position:absolute;top:calc(100% + 8px);left:50%;z-index:35;display:grid;gap:8px;width:min(420px,calc(100vw - 32px));transform:translate(-50%);border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:10px;box-shadow:0 16px 30px #0f172a1f}.project-switcher__search{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:9px 10px;font:inherit;font-size:14px}.project-switcher__search:focus{border-color:#38bdf8;outline:2px solid #bae6fd;outline-offset:1px}.project-switcher__list{display:grid;gap:6px;max-height:min(340px,55vh);overflow:auto}.project-switcher__option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:10px;color:#0f172a;text-align:left;cursor:pointer}.project-switcher__option[aria-selected=true]{border-color:#93c5fd;background:#eff6ff}.project-switcher__option:hover:not(:disabled){border-color:#7dd3fc;background:#f0f9ff}.project-switcher__option:disabled{cursor:not-allowed;opacity:.72}.project-switcher__option-main{display:grid;gap:2px;min-width:0}.project-switcher__option-name,.project-switcher__option-service{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-switcher__option-name{font-weight:700}.project-switcher__option-service{color:#64748b;font-size:12px}.project-switcher__selected{flex:0 0 auto;border-radius:999px;background:#dbeafe;color:#1d4ed8;padding:3px 7px;font-size:11px;font-weight:700}.project-switcher__status{margin:0;color:#64748b;font-size:13px}.project-switcher__error{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #fecaca;border-radius:10px;background:#fef2f2;color:#991b1b;padding:8px 10px;font-size:13px}.project-switcher__retry{border:1px solid #fecaca;border-radius:8px;background:#fff;color:#991b1b;padding:4px 8px;font-weight:700;cursor:pointer}.app-shell.is-mobile.is-collapsed .layout-body{grid-template-columns:var(--sidebar-collapsed-width) 1fr}.app-shell.is-sidebar-hidden .layout-body{grid-template-columns:1fr;column-gap:0}.app-shell.is-mobile .app-sidebar{position:relative;top:auto;left:auto;width:auto;transform:none;z-index:auto}.page{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow:hidden;height:100%}.page--no-scroll{overflow:hidden}.page-scroll{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0;overflow:auto}.page--center{display:flex;align-items:center;justify-content:center;min-height:60vh}.top-page__body{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;overflow:auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px 20px;box-shadow:0 12px 30px #0f172a0d}.card--wide{max-width:780px;width:100%}.card--center{display:grid;gap:10px;justify-items:center;text-align:center}.stack{display:grid;gap:10px}.actions{display:flex;gap:10px;flex-wrap:wrap}.input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:15px}.input:focus{outline:2px solid #c7d2fe;border-color:#93c5fd}.button-stack{display:grid;gap:12px;margin:12px 0 6px}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#e0f2fe;color:#0f172a;font-weight:600;font-size:12px}.pill--subtle{background:#f1f5f9;color:#475569}.pill--good{background:#dcfce7;color:#166534}.pill--warn{background:#fef3c7;color:#92400e}.pill--error{background:#fee2e2;color:#991b1b}.eyebrow{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.muted{color:#6b7280}.mini{font-size:13px;color:#6b7280}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 14px;border-radius:12px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--primary{background:linear-gradient(120deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 12px 24px #2563eb33}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #2563eb3d}.btn--secondary{background:#e0ecff;color:#1d4ed8}.btn--danger{background:linear-gradient(120deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 12px 24px #dc262633}.btn--danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #b91c1c3d}.btn--ghost{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.btn--lg{width:min(360px,100%);padding:14px 16px;font-size:16px}.card--wide .btn--primary{min-width:180px}.error{color:#b91c1c;font-weight:600}.spinner{width:42px;height:42px;border-radius:50%;border:4px solid #e2e8f0;border-top-color:#2563eb;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn--icon{padding:8px 10px;min-width:auto}.card--danger{border:1px solid #fecdd3;background:#fef2f2;border-radius:14px}.error-text{color:#b91c1c;margin-top:8px}.btn--sm{padding:6px 10px;font-size:12px;line-height:1.2}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:14px;width:min(640px,100%);box-shadow:0 20px 48px #0f172a40;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px;padding:16px}.modal__header,.modal__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.modal__body{display:flex;flex-direction:column;gap:10px}.modal__label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#334155}.modal__label input,.modal__label textarea{border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:14px;line-height:1.4;background:#fff}.modal__label textarea{resize:vertical}.modal__label select{border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;font-size:14px;line-height:1.4;background:#fff}.session-expired-overlay{position:fixed;inset:0;display:grid;place-items:center;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:80;padding:16px}.session-expired-card{width:min(440px,100%);background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 22px;box-shadow:0 18px 36px #0f172a38}.route-fallback{display:flex;align-items:center;justify-content:center;padding:24px;min-height:100%}.route-error{margin:24px auto;max-width:420px;text-align:center}.route-error__actions{margin-top:12px;display:flex;justify-content:center}.dialog-backdrop{position:fixed;inset:0;background:#0f172a47;display:flex;align-items:center;justify-content:center;padding:16px;z-index:50}.dialog-surface{background:#fff;border-radius:16px;width:min(960px,90vw);min-width:640px;height:70vh;max-height:85vh;padding:16px;box-shadow:0 20px 44px #0f172a2e;display:flex;flex-direction:column;gap:12px}.dialog-surface--compact{width:min(520px,92vw);min-width:min(520px,92vw);height:auto}.dialog-surface--image{width:min(1200px,92vw);min-width:0;height:auto;max-height:90vh;padding:12px}.dialog-title{font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-image-wrap{display:flex;align-items:center;justify-content:center;overflow:hidden}.dialog-image{max-width:100%;max-height:75vh;width:auto;height:auto;object-fit:contain;border-radius:12px}.dialog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.dialog-surface textarea{width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:12px;font-size:15px;resize:vertical;overflow-y:auto}.dialog-header{display:flex;justify-content:space-between;align-items:center}.dialog-actions{display:flex;justify-content:flex-end;gap:10px}.dialog-actions--spread{justify-content:space-between}.dialog-form{display:grid;gap:14px;flex:1;min-height:0}.dialog-dismiss-area{position:absolute;inset:0;border:none;background:transparent;padding:0;cursor:default}.dialog-form__surface{position:relative;z-index:1}.dialog-form__field{display:grid;gap:8px}.dialog-form__label{font-weight:600;color:#0f172a;font-size:13px}.dialog-form__context{display:grid;gap:6px;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#f8fafc,#fff)}.dialog-form__context-value{font-size:14px;color:#0f172a;font-weight:600}.dialog-form__actions{margin-top:auto}.dialog-form__error{color:#dc2626;font-size:13px;margin:4px 0 0}@media(max-width:720px){.dialog-surface,.dialog-surface--compact{min-width:0;width:min(96vw,96vw);height:min(88vh,88vh)}}.confirm-dialog__backdrop{background:#0f172a73;z-index:1000}.confirm-dialog__surface{width:min(460px,100%);min-width:0;height:auto;border:1px solid #e2e8f0}.confirm-dialog__header,.confirm-dialog__footer{gap:12px;flex-wrap:wrap}.confirm-dialog__header h2{margin:0}.confirm-dialog__body{display:flex;flex-direction:column;gap:10px}.confirm-dialog__message{margin:0;color:#1f2937;line-height:1.5;white-space:pre-wrap}.confirm-dialog__footer{justify-content:flex-end}
