:root{--sl-orange:#e67d37;--sl-orange-hover:#d26f2d;--sl-orange-active:#c26529;--charcoal:#4b4b4b;--white:#fff;--alice-blue:#f0f8ff;--light-gray:#f5f5f5;--turquoise:#3cbed7;--picton:#50b9f5;--salvia:#5a7dcd;--rose:#f55a87;--lavender:#be78d7;--yellow:#f5d255;--success:#2a9d4f;--danger:#c94b4b;--warning:#a07a0c;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-1:0 1px 2px #4b4b4b14;--shadow-2:0 4px 12px #4b4b4b1a;--shadow-pop:0 16px 32px #4b4b4b29}*{box-sizing:border-box;margin:0;padding:0}html,body{color:var(--charcoal);background:var(--alice-blue);-webkit-font-smoothing:antialiased;font-family:Noto Sans JP,Noto Sans CJK JP,Roboto,Hiragino Sans,sans-serif;font-weight:400;line-height:1.8}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.header{background:var(--white);z-index:10;border-bottom:1px solid #4b4b4b14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;padding:.9rem 2rem;display:flex}.header-inner-wide{max-width:1400px}.logo{color:var(--charcoal);letter-spacing:.01em;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:800;display:inline-flex}.logo:hover{opacity:.85}.logo-mark{width:32px;height:32px;color:var(--sl-orange);background:#e67d371f;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.logo-mark svg{width:70%;height:70%;display:block}.header-nav{align-items:center;gap:1.5rem;font-size:.9rem;font-weight:500;display:flex}.header-user{align-items:center;gap:.6rem;display:inline-flex}.avatar,.avatar-sm{background:var(--turquoise);width:32px;height:32px;color:var(--white);border-radius:100px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.container{max-width:1000px;margin:0 auto;padding:2.5rem 2rem}.container.wizard{padding:2rem 2rem 7rem}section{margin-bottom:3rem}.section-heading{justify-content:space-between;align-items:baseline;margin-bottom:1.2rem;display:flex}.section-heading h2{color:var(--charcoal);font-size:1.15rem;font-weight:700;line-height:1.4}.section-heading a{color:var(--sl-orange);font-size:.85rem;font-weight:500}.back-link{color:#888;align-items:center;gap:.3rem;margin-bottom:1.2rem;font-size:.85rem;font-weight:500;display:inline-flex}.page-title{margin-bottom:.4rem;font-size:clamp(1.3rem,3vw,1.6rem);font-weight:900;line-height:1.3}.page-sub{color:#888;margin-bottom:1.5rem;font-size:.9rem;font-weight:500}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-family:inherit;font-size:.88rem;font-weight:700;line-height:1.4;transition:background .15s,box-shadow .15s,color .15s,border-color .15s;display:inline-flex}.btn-ghost{background:var(--white);color:var(--charcoal);border:1px solid #4b4b4b2e}.btn-ghost:hover{background:var(--alice-blue);border-color:#4b4b4b47}.btn-primary{background:var(--sl-orange);color:var(--white);box-shadow:var(--shadow-1)}.btn-primary:hover{background:var(--sl-orange-hover);box-shadow:var(--shadow-2)}.btn-primary:active{background:var(--sl-orange-active);box-shadow:none}.btn-primary:disabled{box-shadow:none;cursor:not-allowed;background:#d0d0d0}.btn-danger{background:var(--white);color:var(--danger);border:1px solid #c94b4b47}.btn-danger:hover{background:#c94b4b0f;border-color:#c94b4b66}.btn-cta{background:var(--sl-orange);color:var(--white);border-radius:var(--radius-md);white-space:nowrap;padding:.85rem 1.7rem;font-size:.98rem;box-shadow:0 2px 8px #e67d3738}.btn-cta:hover{background:var(--sl-orange-hover);box-shadow:0 4px 14px #e67d3747}.btn-cta:active{background:var(--sl-orange-active);box-shadow:none}.btn-cta:disabled{box-shadow:none;cursor:not-allowed;background:#d0d0d0}.btn-sm{border-radius:var(--radius-sm);padding:.4rem .85rem;font-size:.78rem}.btn.disabled,.btn[aria-disabled=true]{color:var(--white);box-shadow:none;pointer-events:none;background:#d0d0d0;border-color:#0000}.card{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;padding:1.5rem 1.3rem}.card.interactive{cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.card.interactive:hover{border-color:var(--sl-orange);transform:translateY(-4px);box-shadow:0 8px 24px #4b4b4b14}.card.accent{border-left:3px solid var(--sl-orange)}.badge{letter-spacing:.04em;border-radius:100px;padding:.2rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.badge-orange{color:var(--sl-orange);background:#e67d371a}.badge-success{color:var(--success);background:#2a9d4f26}.badge-danger{color:var(--danger);background:#c94b4b1f}.badge-warn{color:var(--warning);background:#f5d25533}.badge-info{color:var(--turquoise);background:#3cbed726}.badge-rose{color:#c1356a;background:#f55a8726}.tag-pill{background:var(--alice-blue);color:var(--charcoal);border:1px solid #4b4b4b1a;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.tag-pill .count{color:var(--sl-orange);font-family:Roboto,sans-serif;font-weight:900}.mini-tag{color:var(--sl-orange);white-space:nowrap;background:#e67d371a;border-radius:100px;padding:.2rem .7rem;font-size:.72rem;font-weight:700}.mini-tag.more{background:var(--alice-blue);color:#888;border:1px solid #4b4b4b1a}.field{flex-direction:column;gap:.3rem;margin-bottom:1.2rem;display:flex}.field-label{color:var(--charcoal);align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;display:flex}.field-label .required{color:var(--danger);background:#c94b4b1a;border-radius:100px;padding:.1rem .5rem;font-size:.68rem;font-weight:700}.field-note{color:#888;font-size:.78rem;font-weight:500}.input,.select,.textarea{background:var(--white);width:100%;color:var(--charcoal);border:1px solid #4b4b4b26;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.input.pill,.select.pill{border-radius:var(--radius-md);padding:.6rem 1rem}.textarea{resize:vertical;min-height:100px;line-height:1.6}.input:focus,.select:focus,.textarea:focus{border-color:var(--sl-orange);outline:none;box-shadow:0 0 0 3px #e67d3726}.progress{align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.progress-step{flex-direction:column;flex:1;align-items:center;gap:.35rem;display:flex;position:relative}.progress-dot{background:var(--white);color:#aaa;z-index:1;border:2px solid #4b4b4b26;border-radius:100px;justify-content:center;align-items:center;width:28px;height:28px;font-family:Roboto,sans-serif;font-size:.8rem;font-weight:700;display:inline-flex}.progress-step.done .progress-dot{background:var(--sl-orange);border-color:var(--sl-orange);color:var(--white)}.progress-step.current .progress-dot{background:var(--white);border-color:var(--sl-orange);color:var(--sl-orange);box-shadow:0 0 0 4px #e67d3726}.progress-label{color:#aaa;letter-spacing:.03em;font-size:.72rem;font-weight:700}.progress-step.done .progress-label,.progress-step.current .progress-label{color:var(--charcoal)}.progress-line{z-index:0;background:#4b4b4b26;width:100%;height:2px;position:absolute;top:14px;left:50%}.progress-step.done .progress-line{background:var(--sl-orange)}.progress-step:last-child .progress-line{display:none}.action-bar{background:var(--white);z-index:20;border-top:1px solid #4b4b4b14;padding:1rem 2rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #4b4b4b0a}.action-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.selected-info{color:#888;font-size:.85rem;font-weight:500}.selected-info strong{color:var(--charcoal);font-weight:700}.btn-pair{gap:.6rem;display:flex}.simple-table{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;overflow:hidden}.simple-table table{border-collapse:collapse;width:100%;font-size:.9rem}.simple-table th{background:var(--alice-blue);color:var(--sl-orange);text-align:left;letter-spacing:.05em;border-bottom:2px solid #e67d3733;padding:.8rem 1.2rem;font-size:.8rem;font-weight:700}.simple-table td{border-bottom:1px solid #4b4b4b0f;padding:.9rem 1.2rem}.simple-table tr:last-child td{border-bottom:none}.simple-table tr.row-link{cursor:pointer;transition:background .15s}.simple-table tr.row-link:hover{background:var(--alice-blue)}.modal-overlay{z-index:100;background:#4b4b4b73;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:20px;width:100%;max-width:420px;max-height:88vh;padding:1.8rem;animation:.25s slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal.wide{max-width:560px}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--alice-blue);width:32px;height:32px;color:var(--charcoal);border-radius:100px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;transition:background .15s;display:flex;position:absolute;top:.9rem;right:.9rem}.modal-close:hover{background:var(--light-gray)}.status-label{letter-spacing:.06em;border-radius:100px;padding:.2rem .7rem;font-size:.72rem;font-weight:700;display:inline-block}.text-muted{color:#888}.text-orange{color:var(--sl-orange)}.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:1.5rem}.mt-3{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:2rem}.flex-row{align-items:center;gap:.6rem;display:flex}.flex-col{flex-direction:column;gap:.6rem;display:flex}.admin-badge{background:var(--charcoal);color:var(--white);letter-spacing:.12em;vertical-align:middle;border-radius:6px;margin-left:.5rem;padding:.15rem .55rem;font-size:.68rem;font-weight:900}.admin-shell{grid-template-columns:240px 1fr;max-width:1400px;min-height:calc(100vh - 64px);margin:0 auto;display:grid}.admin-sidebar{background:var(--white);border-right:1px solid #4b4b4b14;align-self:start;height:calc(100vh - 64px);padding:1.5rem .8rem;position:sticky;top:64px;overflow-y:auto}.sidebar-group-title{color:#aaa;letter-spacing:.12em;margin-top:.3rem;padding:.5rem .8rem;font-size:.68rem;font-weight:700}.sidebar-link{border-radius:var(--radius-sm);color:var(--charcoal);align-items:center;gap:.6rem;padding:.6rem .85rem;font-size:.88rem;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.sidebar-link:hover{background:var(--alice-blue);opacity:1}.sidebar-link.active{color:var(--sl-orange);background:#e67d3714;font-weight:700}.sidebar-link.active:before{content:"";background:var(--sl-orange);border-radius:0 2px 2px 0;width:3px;position:absolute;top:.4rem;bottom:.4rem;left:0}.sidebar-back{border-top:1px solid #4b4b4b14;margin-top:1.5rem;padding-top:1rem}.admin-main{min-width:0;padding:2rem 2.5rem 3rem}.admin-pagehead{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-pagehead h1{font-size:1.45rem;font-weight:900;line-height:1.3}.admin-pagehead .page-sub{margin:.3rem 0 0}.kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;margin-bottom:1.8rem;display:grid}.kpi-card{background:var(--white);border:1px solid #4b4b4b14;border-radius:14px;padding:1.1rem 1.2rem}.kpi-card .kpi-label{color:#888;letter-spacing:.08em;font-size:.74rem;font-weight:700}.kpi-card .kpi-value{color:var(--charcoal);margin-top:.35rem;font-family:Roboto,sans-serif;font-size:1.9rem;font-weight:900;line-height:1.1}.kpi-card .kpi-unit{color:#888;margin-left:.25rem;font-size:.85rem;font-weight:700}.kpi-card .kpi-delta{margin-top:.4rem;font-size:.8rem;font-weight:700}.kpi-card .kpi-delta.up{color:var(--success)}.kpi-card .kpi-delta.down{color:var(--danger)}.kpi-card .kpi-delta.flat{color:#888}.kpi-card.accent{background:var(--white);border-left:3px solid var(--sl-orange)}.kpi-card.accent .kpi-value{color:var(--sl-orange)}.filter-row{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.filter-row .input,.filter-row .select{border-radius:var(--radius-sm);width:auto;min-width:160px;padding:.5rem .9rem;font-size:.85rem}.filter-row .spacer{flex:1}.alert-list{flex-direction:column;gap:.6rem;display:flex}.alert-row{background:var(--white);border:1px solid #4b4b4b14;border-left:3px solid var(--warning);border-radius:12px;align-items:center;gap:.9rem;padding:.9rem 1.1rem;display:flex}.alert-row.danger{border-left-color:var(--danger)}.alert-row.info{border-left-color:var(--turquoise)}.alert-row .alert-icon{width:32px;height:32px;color:var(--warning);background:#f5d25533;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:900;display:inline-flex}.alert-row.danger .alert-icon{color:var(--danger);background:#c94b4b1f}.alert-row.info .alert-icon{color:var(--turquoise);background:#3cbed726}.alert-row .alert-body{flex:1;min-width:0}.alert-row .alert-title{margin-bottom:.15rem;font-size:.92rem;font-weight:700}.alert-row .alert-sub{color:#888;font-size:.8rem}.alert-row a{color:var(--sl-orange);font-size:.85rem;font-weight:700}.chart-card{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;padding:1.3rem 1.4rem}.chart-card h3{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.chart-card h3 .chart-note{color:#888;font-size:.75rem;font-weight:500}.chart-placeholder{background:repeating-linear-gradient(45deg, #e67d370a 0, #e67d370a 12px, transparent 12px, transparent 24px), var(--alice-blue);color:#888;border:1px dashed #e67d3740;border-radius:12px;justify-content:center;align-items:center;height:220px;font-size:.85rem;font-weight:500;display:flex}.spark-row{align-items:flex-end;gap:4px;height:28px;margin-top:.5rem;display:flex}.spark-row .bar{background:#e67d374d;border-radius:2px;flex:1}.spark-row .bar.active{background:var(--sl-orange)}.table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.8rem;display:flex}.bulk-bar{border-radius:var(--radius-md);background:#e67d3714;border:1px solid #e67d374d;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.85rem;display:flex}.bulk-bar .count{color:var(--sl-orange);font-family:Roboto,sans-serif;font-weight:900}.admin-table th.th-sort{cursor:pointer}.admin-table td.cell-center,.admin-table th.th-center{text-align:center}.admin-table .row-selected{background:#e67d370d}.admin-table .row-disabled td{opacity:.55}.cell-actions{justify-content:flex-end;gap:.4rem;display:flex}.icon-btn{background:var(--alice-blue);width:32px;height:32px;color:var(--charcoal);border-radius:8px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.icon-btn:hover{background:var(--sl-orange);color:var(--white)}.icon-btn.danger:hover{background:var(--danger);color:var(--white)}.avatar-group{display:inline-flex}.avatar-group .avatar-sm{border:2px solid var(--white);width:28px;height:28px;margin-left:-8px;font-size:.75rem}.avatar-group .avatar-sm:first-child{margin-left:0}.avatar-group .avatar-more{border:2px solid var(--white);background:var(--light-gray);width:28px;height:28px;color:var(--charcoal);border-radius:100px;justify-content:center;align-items:center;margin-left:-8px;font-size:.7rem;font-weight:700;display:inline-flex}.switch{width:40px;height:22px;display:inline-block;position:relative}.switch input{display:none}.switch .slider{background:#d4d4d4;border-radius:100px;transition:background .15s;position:absolute;inset:0}.switch .slider:before{content:"";background:var(--white);border-radius:100px;width:16px;height:16px;transition:transform .15s;position:absolute;top:3px;left:3px}.switch input:checked+.slider{background:var(--sl-orange)}.switch input:checked+.slider:before{transform:translate(18px)}.drag-handle{color:silver;cursor:grab;-webkit-user-select:none;user-select:none;font-size:1rem}.drag-handle:hover{color:var(--sl-orange)}.role-pill{letter-spacing:.06em;border-radius:6px;padding:.15rem .55rem;font-size:.7rem;font-weight:700}.role-pill.admin{background:var(--charcoal);color:var(--white)}.role-pill.member{background:var(--alice-blue);color:#888}@media (max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{border-bottom:1px solid #4b4b4b14;border-right:none;gap:.4rem;height:auto;padding:.8rem 1rem;display:flex;position:static;overflow-x:auto}.sidebar-group-title{display:none}.sidebar-link{white-space:nowrap;padding:.5rem .9rem}.sidebar-link.active:before,.sidebar-back{display:none}.admin-main{padding:1.5rem 1.2rem 3rem}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-table{overflow-x:auto}.simple-table table{min-width:640px}.header-inner-wide{padding-left:1.2rem;padding-right:1.2rem}}.status-badge{letter-spacing:.04em;white-space:nowrap;border-radius:100px;padding:.22rem .7rem;font-size:.74rem;font-weight:700;display:inline-block}.status-badge.sb-pending{color:var(--warning);background:#f5d25538}.status-badge.sb-accepted{color:#1f8fa8;background:#3cbed72e}.status-badge.sb-completed{color:var(--success);background:#2a9d4f29}.status-badge.sb-rejected{color:var(--danger);background:#c94b4b24}.status-badge.sb-cancelled{color:#6e6e6e;background:#4b4b4b1a}.json-cell{color:#666;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:320px;font-family:Roboto Mono,Roboto,monospace;font-size:.75rem;display:inline-block;overflow:hidden}.header-menu-toggle{background:var(--white);border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;color:var(--charcoal);border:1px solid #4b4b4b33;justify-content:center;align-items:center;padding:0;font-size:1rem;transition:background .15s,border-color .15s;display:none}.header-menu-toggle:hover{background:var(--alice-blue);border-color:#4b4b4b4d}.header-menu-toggle.show-sm{display:none}.header-mobile-menu{background:var(--white);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-pop);z-index:30;flex-direction:column;gap:0;padding:.3rem 0;animation:.18s menuDrop;display:none;position:absolute;top:100%;left:0;right:0}@keyframes menuDrop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header-mobile-menu>a,.header-mobile-menu form button{color:var(--charcoal);text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #4b4b4b0d;width:100%;padding:.9rem 1.4rem;font-size:.92rem;font-weight:600;text-decoration:none;display:block}.header-mobile-menu>a:last-of-type,.header-mobile-menu form:last-of-type button{border-bottom:none}.header-mobile-menu>a:hover,.header-mobile-menu form button:hover{background:var(--alice-blue)}.header-mobile-menu-logout{color:var(--danger)}@media (max-width:600px){.header-inner{padding:.8rem 1.2rem}.header-nav{gap:.8rem;font-size:.85rem}.header-nav .hide-sm{display:none}.header-menu-toggle.show-sm{display:inline-flex}.header-mobile-menu.show-sm{display:flex}.container{padding:1.5rem 1.2rem}.container.wizard{padding:1.5rem 1.2rem 7rem}.progress-label{font-size:.62rem}.action-bar{padding:.9rem 1.2rem}.action-inner{flex-direction:column;align-items:stretch;gap:.6rem}.btn-pair{justify-content:space-between}.btn{text-align:center;flex:1;min-height:44px;padding:.7rem 1rem}.btn-cta{width:100%}.json-cell{max-width:200px}}
*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic UI,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.collapse{visibility:collapse}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.flex-row{flex-direction:row}.border{border-width:1px}.line-through{text-decoration-line:line-through}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}html,body{background:var(--alice-blue);color:var(--charcoal);min-height:100vh;font-family:Noto Sans JP,Noto Sans CJK JP,Roboto,Hiragino Sans,sans-serif;line-height:1.8}.login-main{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{background:var(--white);text-align:center;border:1px solid #4b4b4b14;border-radius:24px;width:100%;max-width:440px;padding:3rem 2.5rem;box-shadow:0 10px 40px #4b4b4b0f}.login-mark{margin-bottom:1.5rem;display:inline-flex}.login-title{margin-bottom:.5rem;font-size:1.6rem;font-weight:900;line-height:1.3}.login-sub{color:#888;margin-bottom:2rem;font-size:.95rem;font-weight:500;line-height:1.6}.login-note{color:#888;margin-top:1.5rem;font-size:.78rem;line-height:1.7}.google-btn{border-radius:var(--radius-md);background:var(--white);width:100%;color:var(--charcoal);cursor:pointer;border:1px solid #4b4b4b33;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.4rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .15s,border-color .15s;display:flex}.google-btn:hover{background:var(--alice-blue);border-color:#4b4b4b4d}.hero{background:linear-gradient(135deg,#e67d370f 0%,#3cbed70f 100%);border:1px solid #e67d3726;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:2rem 1.8rem;display:grid}.hero-status{flex-direction:column;gap:.6rem;display:flex}.hero-greet{color:#888;font-size:.9rem;font-weight:500}.hero-title{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:900;line-height:1.3}.count-row{flex-wrap:wrap;gap:1.2rem;margin-top:.4rem;display:flex}.count-chip{background:var(--white);border:1px solid #4b4b4b14;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:700;display:inline-flex}.count-chip .label{color:#888;font-weight:500}.count-chip .value{color:var(--sl-orange);font-family:Roboto,sans-serif;font-size:1rem}.count-chip.full .value{color:var(--danger)}.tags-card{background:var(--white);border:1px solid #4b4b4b14;border-left:3px solid var(--sl-orange);border-radius:16px;padding:1.6rem 1.5rem}.tags-head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.tags-head h3{align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.tags-badge{color:var(--sl-orange);letter-spacing:.04em;background:#e67d371a;border-radius:100px;padding:.25rem .9rem;font-size:.72rem;font-weight:700}.tag-stats{align-items:baseline;gap:1.5rem;font-family:Roboto,sans-serif;display:flex}.tag-stats .total{color:var(--sl-orange);font-size:2rem;font-weight:900;line-height:1}.tag-stats .total-label{color:#888;margin-left:.3rem;font-family:inherit;font-size:.85rem}.tag-stats .delta{color:var(--success);font-size:.85rem;font-weight:700}.tag-list{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag{background:var(--alice-blue);color:var(--charcoal);border:1px solid #4b4b4b1a;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.tag .count{color:var(--sl-orange);font-family:Roboto,sans-serif;font-weight:900}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.inv-card{background:var(--white);cursor:pointer;color:inherit;border:1px solid #4b4b4b14;border-radius:16px;padding:1.3rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:block}.inv-card:hover{border-color:var(--sl-orange);opacity:1;transform:translateY(-4px);box-shadow:0 8px 24px #4b4b4b14}.inv-card .from{color:#888;margin-bottom:.3rem;font-size:.78rem;font-weight:500}.inv-card .topic{margin-bottom:.7rem;font-size:1rem;font-weight:700;line-height:1.5}.inv-card .meta{color:#888;font-size:.8rem;font-weight:500;line-height:1.5}.inv-card .action-line{color:var(--sl-orange);align-items:center;gap:.3rem;margin-top:1rem;font-size:.85rem;font-weight:700;display:flex}.empty-state{background:var(--white);text-align:center;color:#888;border:1px dashed #4b4b4b33;border-radius:16px;padding:2rem;font-size:.9rem}.btn-cta-stack{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.btn-cta-stack .note{color:#888;font-size:.75rem}@media (max-width:600px){.hero{grid-template-columns:1fr;gap:1rem;padding:1.3rem 1.1rem}.hero-greet{font-size:.82rem}.btn-cta-stack{align-items:stretch}.btn-cta-stack .btn-cta{width:100%}.cards-grid{grid-template-columns:1fr}.count-row{gap:.5rem}.count-chip{flex:1;justify-content:center;min-width:0;padding:.45rem .6rem;font-size:.78rem}.count-chip .value{font-size:.92rem}.dept-row{grid-template-columns:24px minmax(0,1fr) 60px 36px 36px;gap:.6rem;padding:.8rem 1rem}.dept-row .dept-count{display:none}.tpl-row{grid-template-rows:auto auto;grid-template-columns:24px minmax(0,1fr) 60px 36px 36px;gap:.5rem .6rem;padding:.8rem 1rem}.tpl-row .tpl-body{grid-area:2/1/auto/-1;padding-left:calc(24px + .6rem)}.date-row{grid-template-columns:70px 1fr;gap:.5rem}}.hint-box{border-left:3px solid var(--turquoise);color:var(--charcoal);background:#3cbed714;border-radius:12px;margin-bottom:1.5rem;padding:.9rem 1.2rem;font-size:.85rem;line-height:1.7}.hint-box.warn{border-left-color:var(--warning);color:var(--warning);background:#f5d25526}.sender-list{flex-direction:column;gap:.8rem;margin-bottom:1.2rem;display:flex}.sender-row{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.sender-row.locked{background:var(--alice-blue);border-color:#e67d3740}.sender-row.disabled{opacity:.5;cursor:not-allowed}.sender-row.selectable{cursor:pointer;transition:border-color .15s}.sender-row.selectable:hover{border-color:var(--sl-orange)}.sender-row.selected{border-color:var(--sl-orange);background:#e67d370a}.s-avatar{width:44px;height:44px;color:var(--white);border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.s-info{flex:1;min-width:0}.s-name{font-size:.95rem;font-weight:700;line-height:1.3}.s-meta{color:#888;font-size:.78rem;font-weight:500}.s-remove{background:var(--light-gray);color:#888;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:700;transition:all .15s;display:flex}.s-remove:hover{color:var(--danger);background:#c94b4b1f}.s-locked-label{color:var(--sl-orange);white-space:nowrap;background:#e67d3726;border-radius:100px;padding:.2rem .7rem;font-size:.72rem;font-weight:700}.add-btn{background:var(--white);width:100%;color:var(--sl-orange);cursor:pointer;border:2px dashed #e67d3759;border-radius:16px;padding:1rem;font-size:.95rem;font-weight:700;transition:all .15s}.add-btn:hover{border-color:var(--sl-orange);background:#e67d370d}.add-btn:disabled{opacity:.5;cursor:not-allowed}.candidate-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.8rem;display:grid}.candidate-card{background:var(--white);cursor:pointer;text-align:left;color:inherit;border:2px solid #4b4b4b14;border-radius:16px;align-items:center;gap:.9rem;width:100%;padding:1rem 1.2rem;font-family:inherit;transition:all .15s;display:flex}.candidate-card:hover{border-color:var(--sl-orange)}.candidate-card.selected{border-color:var(--sl-orange);background:#e67d370a}.candidate-card:disabled{opacity:.5;cursor:not-allowed}.candidate-card .c-info{flex:1;min-width:0}.candidate-card .c-name{font-size:.95rem;font-weight:700}.candidate-card .c-meta{color:#888;font-size:.78rem;font-weight:500}.candidate-card .c-tags{flex-wrap:wrap;gap:.3rem;margin-top:.4rem;display:flex}.date-row{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;grid-template-columns:80px 1fr 1fr;align-items:center;gap:.8rem;margin-bottom:.8rem;padding:1rem 1.2rem;display:grid}.date-row .slot-label{background:var(--alice-blue);text-align:center;color:var(--sl-orange);border-radius:100px;padding:.4rem .6rem;font-size:.8rem;font-weight:700}.summary-card{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.summary-card h3{color:#888;letter-spacing:.04em;margin-bottom:.8rem;font-size:.85rem;font-weight:700}.summary-list{flex-direction:column;gap:.5rem;font-size:.95rem;display:flex}.error-banner{border:1px solid #c94b4b40;border-left:3px solid var(--danger);color:var(--danger);background:#c94b4b14;border-radius:12px;margin-bottom:1rem;padding:.9rem 1.1rem;font-size:.88rem;font-weight:600}.radio-list{flex-direction:column;gap:.6rem;display:flex}.radio-row{background:var(--white);cursor:pointer;border:1px solid #4b4b4b14;border-radius:12px;align-items:center;gap:.8rem;padding:.9rem 1.1rem;transition:border-color .15s;display:flex}.radio-row:hover{border-color:var(--sl-orange)}.radio-row.selected{border-color:var(--sl-orange);background:#e67d370a}.radio-row input[type=radio]{accent-color:var(--sl-orange)}.skill-tag{color:var(--sl-orange);background:#e67d371a;border-radius:100px;align-items:center;gap:.3rem;padding:.4rem .9rem;font-size:.85rem;font-weight:700;display:inline-flex}.skill-tag-list{flex-wrap:wrap;gap:.4rem;display:flex}.detail-card{background:var(--white);border:1px solid #4b4b4b14;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.detail-card h3{color:#888;letter-spacing:.04em;margin-bottom:.6rem;font-size:.82rem;font-weight:700}.detail-card .body{white-space:pre-wrap;font-size:.95rem;line-height:1.7}.dept-row{background:var(--white);border:1px solid #4b4b4b14;border-radius:14px;grid-template-columns:24px 1fr 130px 70px 36px 36px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.9rem 1.2rem;display:grid}.dept-row .dept-name{font-size:.95rem;font-weight:700}.dept-row .dept-count{color:#888;text-align:right;font-size:.82rem}.dept-row .dept-count strong{color:var(--sl-orange);font-family:Roboto,sans-serif;font-size:1rem}.tpl-row{background:var(--white);border:1px solid #4b4b4b14;border-radius:14px;grid-template-columns:24px 2fr 3fr 70px 36px 36px;align-items:center;gap:1rem;margin-bottom:.6rem;padding:1rem 1.2rem;display:grid}.tpl-row.inactive{opacity:.5}.tpl-row .tpl-title{font-size:.95rem;font-weight:700}.tpl-row .tpl-body{color:#888;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.tpl-row .tpl-meta{color:#888;white-space:nowrap;font-size:.78rem}.report-count{color:var(--danger);background:#c94b4b1a;border-radius:6px;padding:.1rem .5rem;font-family:Roboto,sans-serif;font-size:.72rem;font-weight:900;display:inline-block}.export-panel{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.export-form{background:var(--white);border-radius:var(--radius-lg);border:1px solid #4b4b4b14;min-width:0;padding:1.6rem}.preview-panel{background:var(--charcoal);color:#e5e5e5;border-radius:var(--radius-lg);min-width:0;padding:1.2rem 1.3rem;font-family:Roboto Mono,Menlo,monospace;font-size:.74rem;line-height:1.7;overflow-x:auto}.preview-panel h3{color:var(--white);margin-bottom:.8rem;font-family:Noto Sans JP,sans-serif;font-size:.85rem;font-weight:700}.preview-panel pre{white-space:pre;margin:0;font-family:inherit}.preview-panel .hl{color:#f5d255}.preview-panel .cm{color:#8aa}.export-summary{background:var(--alice-blue);border:1px solid #e67d372e;border-left:3px solid var(--sl-orange);border-radius:var(--radius-md);color:var(--charcoal);padding:.7rem 1rem;font-size:.88rem}.export-summary strong{color:var(--sl-orange);font-weight:800}.summary-row{flex-wrap:wrap;gap:.6rem;display:flex}.summary-pill{background:var(--alice-blue);border-radius:100px;padding:.4rem .9rem;font-size:.82rem;font-weight:500}.summary-pill strong{color:var(--sl-orange);font-weight:900}@media (max-width:1100px){.export-panel{grid-template-columns:1fr}}.json-view{background:var(--charcoal);color:#e5e5e5;white-space:pre;border-radius:12px;padding:1rem 1.2rem;font-family:Roboto Mono,Menlo,monospace;font-size:.78rem;line-height:1.7;overflow-x:auto}.json-view .key{color:#f5d255}.json-view .str{color:#8ee09f}.json-view .num{color:#50b9f5}.json-view .null{color:#c94b4b}.notice{background:var(--white);border-left:3px solid var(--turquoise);color:var(--charcoal);border-radius:16px;padding:1.4rem 1.5rem;font-size:.92rem}.notice.success{border-left-color:var(--success);background:#2a9d4f0f}.notice.warn{border-left-color:var(--warning);background:#f5d2551a}.notice.danger{border-left-color:var(--danger);background:#c94b4b0d}
