:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:left;box-sizing:border-box;flex-direction:column;align-items:stretch;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--primary:#2b6cb0;--primary-dark:#1e4e8a;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--border-strong:#cbd5e1;--bg-soft:#f9fafb}html,body,#root{color:#111827;background:#f7f9fc}body{margin:0}.deliveryPreviewCard{border:1px solid var(--border-strong);background:#fff;border-radius:10px;max-width:480px;padding:12px}.deliveryModalOverlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.deliveryModalPanel{background:#fff;border-radius:10px;flex-direction:column;width:100%;max-width:960px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 12px 40px #00000040}.deliveryModalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.deliveryModalTitle{color:var(--text);margin:0;font-size:18px}.deliveryModalClose{cursor:pointer;color:var(--text);background:0 0;border:none;padding:4px 8px;font-size:26px;line-height:1}.deliveryModalMeta{color:#374151;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:8px 16px;font-size:13px;display:flex}.deliveryModalToolbar{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.deliveryModalSearchInput{border:1px solid var(--border-strong);min-width:0;color:var(--text);border-radius:8px;outline:none;flex:200px;padding:8px 10px;font-size:14px}.deliveryModalSearchInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2b6cb026}.btn{cursor:pointer;color:var(--text);background:#e5e7eb;border:1px solid #0000;border-radius:8px;padding:8px 14px;font-size:13px}.btn:disabled{opacity:.6;cursor:not-allowed}.btnOutline{border-color:var(--border-strong);background:#fff}.deliveryModalFooter{border-top:1px solid #f3f4f6;justify-content:flex-end;padding:12px 16px;display:flex}.deliveryModalTable{border-collapse:collapse;width:100%;font-size:13px}.deliveryModalTableHeadRow th{background:var(--primary);color:#fff;z-index:1;text-align:left;padding:8px 10px;font-weight:600;position:sticky;top:0}.deliveryModalTableHeadCell--select{width:88px}.deliveryModalTableCell{padding:8px 10px}.deliveryModalRow{background:#fff}.deliveryModalRowAlt{background:#f8fafc}.deliveryModalRow:hover{background:#ebf8ff}.deliveryModalSelectBtn{color:var(--primary-dark);cursor:pointer;background:#2b6cb014;border:1px solid #2b6cb059;border-radius:9999px;padding:6px 12px;font-size:12px}.deliveryModalSelectBtn:hover{background:#2b6cb024}.deliveryModalEmpty{text-align:center;color:#6b7280;padding:16px}.btnPrimary{background:var(--primary);color:#fff;border-color:var(--primary)}.btnPrimary:hover{background:var(--primary-dark)}.appRoot{box-sizing:border-box;width:100%;max-width:min(1280px,100%);color:var(--text);background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-left:auto;margin-right:auto;box-shadow:0 8px 24px #0f172a0f}.appRoot input:not([type=checkbox]):not([type=radio]):not(:where(.plazaAssets *)),.appRoot select:not(:where(.plazaAssets *)),.appRoot textarea:not(:where(.plazaAssets *)){border:1px solid var(--border);width:auto;color:var(--text);box-sizing:border-box;background:#fff;border-radius:10px;padding:10px 12px;font-size:14px}.appRoot input[type=date],.appRoot input[type=number]{padding:10px 12px}.appRoot input:focus,.appRoot select:focus,.appRoot textarea:focus{border-color:#2b6cb0a6;outline:none;box-shadow:0 0 0 3px #2b6cb026}.appRoot input[readonly]{color:#6b7280;cursor:not-allowed;background:#e5e7eb;border-color:#cbd5e1;font-weight:600}.appRoot input[readonly]:focus{box-shadow:none;border-color:#cbd5e1}.appRoot button:not(.btn):not(:where(.plazaAssets *)){cursor:pointer;color:var(--primary-dark);background:#2b6cb014;border:1px solid #2b6cb059;border-radius:10px;padding:10px 14px;font-size:13px}.appRoot button:not(.btn):not(:where(.plazaAssets *)):hover{background:#2b6cb024}.appRoot table{border-radius:12px;overflow:hidden}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.appRoot.appRoot--dashboard{box-sizing:border-box;width:100%;max-width:min(1280px,96vw);min-height:100vh;box-shadow:none;background:radial-gradient(140% 90% at 50% -30%,#818cf859,#0000 55%),radial-gradient(80% 50% at 100% 20%,#f472b633,#0000 50%),radial-gradient(70% 45% at 0 80%,#34d39926,#0000 45%),linear-gradient(168deg,#f8fafc 0%,#eef2ff 42%,#fdf4ff 100%);border:none;border-radius:0;margin:0 auto;padding:clamp(20px,3vw,40px) clamp(16px,4vw,48px) 56px}.dashboardPage{flex-direction:column;gap:32px;display:flex}.dashboardUtilityBar{justify-content:flex-end;margin-bottom:-10px;display:flex}.dashMiniBtn{color:#4338ca;letter-spacing:.01em;cursor:pointer;background:#ffffffeb;border:1px solid #c7d2fe;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700}.dashMiniBtn:hover{background:#eef2ff}.dashboardHero{text-align:center;padding:12px 20px 0}.dashboardHeroEyebrow{letter-spacing:.28em;text-transform:uppercase;color:#6366f1;margin:0 0 8px;font-size:11px;font-weight:600}.dashboardHeroTitle{letter-spacing:0;color:#5b21b6;margin:0 0 12px;font-size:clamp(1.6rem,3.2vw,2.15rem);font-weight:800;line-height:1.2}.dashboardHeroLead{color:#475569;max-width:42em;margin:0 auto;font-size:15px;line-height:1.65}.dashboardPanel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #ffffffe6;border-radius:20px;padding:20px 22px 22px;box-shadow:0 4px 6px -1px #0f172a0f,0 20px 40px -12px #4f46e51f}.dashboardPanelHead{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:16px;display:flex}.dashboardPanelTitle{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.dashboardPanelMeta{color:#64748b;font-size:13px;font-weight:600}.dashboardMuted{color:#64748b;margin:0;font-size:14px}.dashboardError{color:#b91c1c;margin:0;font-size:14px}.dashboardSuccess{color:#15803d;margin:0;font-size:14px}.dashboardTableScroll{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto}.dashboardSummaryTable{border-collapse:collapse;width:100%;font-size:14px}.dashboardSummaryTable thead th{text-align:center;color:#334155;background:linear-gradient(#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;padding:14px 20px;font-weight:700}.dashboardSummaryTable thead th:first-child{text-align:left}.dashboardSummaryTable tbody td{text-align:center;color:#1e293b;border-bottom:1px solid #f1f5f9;padding:16px 20px}.dashboardSummaryTable tbody tr:last-child td{border-bottom:none}.dashboardSummaryTableStore{color:#0f172a;font-weight:700;text-align:left!important}.dashboardAchieve{color:#4f46e5;font-weight:700}.dashboardTilesWrap{padding:4px 0 8px}.dashboardTiles{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:clamp(12px,2vw,24px);width:100%;display:flex}.dashTile{cursor:pointer;color:#334155;text-align:center;background:linear-gradient(#f8fafc 0%,#eef2ff 100%);border:1px solid #e2e8f0e6;border-radius:18px;flex:200px;justify-content:center;align-items:center;max-width:100%;min-height:110px;padding:14px;font-family:inherit;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 12px 18px -10px #0f172a38}.dashTile:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff8c,#0000 55%);position:absolute;inset:0}.dashTile:hover{transform:translateY(-4px)scale(1.02);box-shadow:inset 0 1px #ffffffd9,0 18px 28px -16px #0f172a59}.dashTile:active{transform:translateY(0)scale(.98)}.dashTileLabel{z-index:1;letter-spacing:.02em;font-size:16px;font-weight:800;line-height:1.35;position:relative}.dashTile--daily{background:linear-gradient(#f8fafc 0%,#eef2ff 100%)}.dashTile--personal{background:linear-gradient(#eef2ff 0%,#e0f2fe 100%)}.dashTile--inventory{background:linear-gradient(#f1f5f9 0%,#ecfdf5 100%)}@media (width>=900px){.dashboardTiles{flex-wrap:nowrap;gap:24px}.dashTile{flex:1 1 0;min-width:0;min-height:122px}}.dashboardPivotSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffad;border:1px solid #ffffffe6;border-radius:18px;min-height:210px;margin-top:10px;padding:18px 18px 16px;box-shadow:0 4px 10px #0f172a0f,0 20px 30px #4f46e50f}.dashboardPivotSection .dashboardPivotTableWrap{box-shadow:none;background:0 0;border:none}.dashboardPivotTitle{color:#0f172a;margin:0 0 6px;font-size:1.05rem;font-weight:700}.dashboardPivotMeta{color:#64748b;margin:0 0 14px;font-size:13px}.dashboardPivotTableWrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow-x:auto;box-shadow:0 2px 8px #0f172a0d}.dashboardPivotTable{border-collapse:collapse;width:100%;min-width:520px;font-size:13px}.dashboardPivotTable thead th{text-align:center;color:#334155;white-space:nowrap;background:#e2e8f0;border:1px solid #cbd5e1;padding:11px 12px;font-weight:700}.dashboardPivotTable thead th:first-child,.dashboardPivotTable thead th:nth-child(2){text-align:left}.dashboardPivotTable--stockin thead th:nth-child(2){text-align:center}.dashboardPivotTable tbody td{color:#1e293b;vertical-align:middle;border:1px solid #e2e8f0;padding:10px 12px}.dashboardPivotTable tbody td.dashboardPivotGroup{text-align:center;vertical-align:middle;background:#f8fafc;font-weight:700}.dashboardPivotRowSummary td:first-child{background:#f1f5f9;font-weight:700}.dashboardPivotNum{text-align:right;font-variant-numeric:tabular-nums}.dashboardPivotNumStrong{color:#3730a3;font-weight:700}.dashboardPivotSection+.dashboardPivotSection{margin-top:16px}.dashboardInsuranceGrid{gap:20px;display:grid}.dashboardPivotSubTitle{color:#0f172a;margin:0 0 8px;font-size:.98rem;font-weight:700}.inventoryPageTitleRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-bottom:10px;display:flex}.inventoryPageTitle{margin-bottom:0!important}.inventoryImportBadge{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:12px;align-items:baseline;gap:10px;padding:10px 16px;display:inline-flex;box-shadow:0 6px 16px #2563eb1f}.inventoryImportBadgeLabel{color:#1e40af;letter-spacing:.02em;font-size:.82rem;font-weight:800}.inventoryImportBadgeTime{font-variant-numeric:tabular-nums;color:#0f172a;font-size:1.15rem;font-weight:800}.inventoryImportBadge--muted{box-shadow:none;color:#64748b;background:#f8fafc;border-color:#e2e8f0;font-size:.9rem;font-weight:600}.inventoryToolbar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.inventoryFileInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.inventoryDropZone{text-align:center;color:#64748b;background:#f8fafcf2;border:2px dashed #0f172a2e;border-radius:12px;margin:0 0 16px;padding:22px 16px 18px;font-size:.9rem;transition:border-color .15s,background .15s,color .15s}.inventoryDropZone--active{color:#1e3a8a;background:#3b82f612;border-color:#3b82f6}.inventoryDropZoneHint{color:#334155;margin:0 0 6px;font-weight:600}.inventoryDropZone--active .inventoryDropZoneHint{color:#1e40af}.inventoryDropZoneSub{opacity:.9;margin:0 0 14px;font-size:.85rem}.inventoryDropZoneBtn{margin:0 auto}.inventorySearchInput{width:100%;min-width:260px;max-width:420px}.inventoryTable{table-layout:fixed;min-width:1100px}.inventoryTableWrap{max-height:70vh;overflow:auto}.inventoryTable thead th{z-index:2;background:#e2e8f0;position:sticky;top:0}.inventoryTabs{border-bottom:1px solid var(--border,#e2e8f0);gap:6px;margin:0 0 14px;display:flex}.inventoryTab{appearance:none;color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:none;border-radius:8px 8px 0 0;padding:8px 18px;font-size:.95rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;position:relative;bottom:-1px}.inventoryTab:hover{color:#1e40af;background:#3b82f60f}.inventoryTab--active{color:#1d4ed8;border-color:var(--border,#e2e8f0);background:#fff;border-bottom-color:#fff;box-shadow:inset 0 -1px #fff}.inventoryTab--active:hover{color:#1d4ed8;background:#fff}.inventoryChartView{flex-direction:column;gap:14px;display:flex}.inventoryChartControls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.inventoryChartFieldLabel{color:#334155;font-size:.9rem;font-weight:600}.inventoryChartFieldSelect{border:1px solid var(--border,#cbd5e1);color:#0f172a;background:#fff;border-radius:6px;min-width:220px;padding:6px 10px;font-size:.95rem}.inventoryChartCard{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:12px;padding:18px 20px 22px;box-shadow:0 1px 2px #0f172a0a}.inventoryChartCardTitle{color:#1e3a8a;align-items:center;gap:8px;margin-bottom:2px;font-size:1rem;font-weight:600;display:flex}.inventoryChartCardTitleIcon{background:#3b82f6;border-radius:3px;flex-shrink:0;width:14px;height:14px;display:inline-block}.inventoryChartCardSubtitle{color:#64748b;margin-bottom:14px;font-size:.85rem}.inventoryChartBody{flex-wrap:wrap;align-items:flex-start;gap:28px;display:flex}.inventoryChartPieWrap{flex:none;width:min(360px,100%)}.inventoryChartPie{width:100%;height:auto;display:block}.inventoryChartLegend{flex:280px;grid-template-columns:1fr;gap:4px;min-width:260px;max-height:360px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}@media (width>=720px){.inventoryChartLegend{grid-template-columns:1fr 1fr;column-gap:16px}}.inventoryChartLegendItem{color:#1f2937;border-radius:4px;padding:0;font-size:.88rem}.inventoryChartLegendBtn{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:14px 1fr auto auto;align-items:center;gap:8px;padding:5px 8px;transition:background .15s,border-color .15s;display:grid}.inventoryChartLegendBtn:hover{background:#eff6ff;border-color:#bfdbfe}.inventoryChartLegendBtn:focus-visible{outline-offset:1px;outline:2px solid #3b82f6}.inventoryChartLegendItem--active .inventoryChartLegendBtn{color:#1e3a8a;background:#dbeafe;border-color:#60a5fa}.inventoryChartLegendSwatch{border-radius:3px;flex-shrink:0;width:14px;height:14px;display:inline-block}.inventoryChartLegendLabel{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.inventoryChartLegendItem--active .inventoryChartLegendLabel{font-weight:700}.inventoryChartLegendCount{font-variant-numeric:tabular-nums;color:#0f172a;font-weight:600}.inventoryChartLegendPercent{font-variant-numeric:tabular-nums;color:#64748b;text-align:right;min-width:48px}.inventoryChartPieSlice:hover{opacity:.85}.inventoryChartPieSlice:focus{outline:none}.inventoryChartPieSlice:focus-visible{outline-offset:2px;outline:2px solid #1d4ed8}.inventoryChartHint{color:#64748b;margin-left:4px;font-size:.82rem}.inventoryChartBars{flex-direction:column;gap:4px;max-height:480px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.inventoryChartBarItem{border-radius:6px;padding:0}.inventoryChartBarBtn{cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;grid-template-columns:minmax(120px,18%) 1fr 60px 60px;align-items:center;gap:12px;padding:6px 10px;transition:background .15s,border-color .15s;display:grid}.inventoryChartBarBtn:hover{background:#eff6ff;border-color:#bfdbfe}.inventoryChartBarBtn:focus-visible{outline-offset:1px;outline:2px solid #3b82f6}.inventoryChartBarItem--active .inventoryChartBarBtn{background:#dbeafe;border-color:#60a5fa}.inventoryChartBarLabel{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:500;overflow:hidden}.inventoryChartBarItem--active .inventoryChartBarLabel{color:#1e3a8a;font-weight:700}.inventoryChartBarTrack{background:#f1f5f9;border-radius:999px;width:100%;height:14px;display:block;position:relative;overflow:hidden}.inventoryChartBarFill{border-radius:999px;height:100%;transition:width .25s;display:block}.inventoryChartBarCount{font-variant-numeric:tabular-nums;color:#0f172a;text-align:right;font-size:.9rem;font-weight:700}.inventoryChartBarPercent{font-variant-numeric:tabular-nums;color:#64748b;text-align:right;font-size:.85rem}@media (width<=640px){.inventoryChartBarBtn{grid-template-columns:minmax(96px,30%) 1fr 50px;gap:8px}.inventoryChartBarPercent{display:none}}.inventoryChartFilteredCard{margin-top:4px}.inventoryChartFilteredHeader{border-bottom:1px solid var(--border,#e2e8f0);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:10px;display:flex}.inventoryChartFilteredTitle{color:#0f172a;flex-wrap:wrap;align-items:center;gap:8px;font-size:.95rem;display:flex}.inventoryChartFilteredTitle strong{color:#1e3a8a;font-size:1.05rem}.inventoryChartFilteredCount{font-variant-numeric:tabular-nums;color:#1d4ed8;background:#dbeafe;border-radius:999px;justify-content:center;align-items:center;padding:2px 10px;font-size:.85rem;font-weight:600;display:inline-flex}.inventoryChartClearBtn{padding:4px 12px;font-size:.85rem}.placeholderScreen{text-align:center;border:1px solid var(--border);background:#fff;border-radius:16px;max-width:480px;margin:48px auto;padding:32px 28px;box-shadow:0 10px 30px #0f172a0f}.placeholderScreenTitle{margin:0 0 12px;font-size:1.35rem}.placeholderScreenText{color:var(--muted);margin:0 0 20px;font-size:15px}.topPortal{flex-direction:column;gap:22px;display:flex}.topPortalHeader{flex-direction:column;gap:6px;display:flex}.topPortalTitle{letter-spacing:.02em;color:#111827;margin:0;font-size:clamp(2rem,4.4vw,3rem)}.topPortalLead{color:#4b5563;margin:0;font-size:14px}.topMakerGrid{grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:14px;max-width:920px;display:grid}.topMakerCard{color:#fff;border:none;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:130px;padding:18px 16px 14px;font-weight:800;display:flex;box-shadow:0 10px 24px #11182733}.topMakerCard .topMakerLogo{font-size:clamp(1.5rem,3vw,2.05rem);line-height:1}.topMakerCard .topMakerLogo--ja{white-space:nowrap;font-size:clamp(1.05rem,2.2vw,1.35rem);line-height:1.2}.topMakerCard--schedule .topMakerLogo--ja{font-size:clamp(.98rem,2vw,1.22rem)}.topMakerCard .topMakerBadge,.topMakerCard .topMakerHint{background:#ffffff38;border-radius:999px;padding:4px 10px;font-size:12px}.topMakerCard--plaza{background:linear-gradient(135deg,#00b96d,#10b981)}.topMakerCard--dream{background:linear-gradient(135deg,#ef4444,#f97316)}.topMakerCard--harley{background:linear-gradient(135deg,#b45309,#d97706)}.topMakerCard--schedule{background:linear-gradient(135deg,#2563eb,#6366f1)}.topMakerCard--active{cursor:pointer;transition:transform .2s,box-shadow .2s}.topMakerCard--active:hover{transform:translateY(-3px);box-shadow:0 16px 30px #1118273d}.topMakerCard:disabled{opacity:.88;cursor:default}.topMenuGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.topMenuCard{border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:126px;display:flex;color:#334155!important;background:#ffffffdb!important;border:1px solid #dbe3f0!important;padding:12px!important}.topMenuCard--active{cursor:pointer;box-shadow:0 8px 18px #3b82f62e;border-color:#93c5fd!important}.topMenuCard:disabled{opacity:.72;cursor:default}.topMenuBadge{color:#64748b;background:#e2e8f0;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.topPortalFooter{border-top:1px solid #dbe3f0;flex-direction:column;align-items:stretch;gap:12px;margin-top:28px;padding-top:20px;display:flex}.topPortalFooterLead{color:#64748b;max-width:640px;margin:0;font-size:13px;line-height:1.5}.topPortalFooter .btnOutline:not(.topPortalFeedbackBtn){align-self:flex-start}.topPortalFeedbackBtn{align-self:center;width:100%;max-width:420px;font-weight:600;box-shadow:0 4px 14px #6366f126;color:#4338ca!important;background:#fffffff2!important;border-color:#6366f1!important;padding:14px 20px!important;font-size:15px!important}.topPortalFeedbackBtn:hover{background:#eef2ff!important}.topMenuCard--active:hover{transform:translateY(-2px);background:#eff6ff!important}.topMenuIcon{font-size:34px;line-height:1}.topMenuLabel{font-size:15px;font-weight:700}.storesPage{flex-direction:column;gap:16px;display:flex}.storesPageHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.storesPageTitle{color:#0f172a;margin:0;font-size:clamp(1.6rem,3vw,2rem)}.storesPageLead{color:#475569;margin:6px 0 0;font-size:14px}.storesToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.storesSearchInput{min-width:min(520px,100%)}.storesResultCount{color:#475569;background:#ffffffd1;border:1px solid #cbd5e1;border-radius:999px;padding:6px 10px;font-size:13px}.quickRegisterGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:start;gap:8px;display:grid}.quickRegisterGrid textarea{resize:vertical;min-height:68px}.storesTableOuter{flex-direction:column;width:100%;max-width:100%;display:flex}.storesTableTopScroll{-webkit-overflow-scrolling:touch;background:#eef2f7;border:1px solid #e2e8f0;border-bottom:none;border-radius:12px 12px 0 0;flex:none;width:100%;max-width:100%;min-height:14px;overflow:auto hidden}.storesTableTopScrollInner{height:1px}.storesTableWrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e2e8f0;border-radius:0 0 12px 12px;flex:0 auto;width:100%;max-width:100%;max-height:min(72vh,900px);overflow:auto;box-shadow:0 2px 8px #0f172a0d}.storesTable{table-layout:auto;width:max-content;min-width:100%;font-size:13px}.storesTable thead th{z-index:3;white-space:nowrap;position:sticky;top:0;box-shadow:0 1px #cbd5e1}.storesTable tbody td{vertical-align:middle;white-space:nowrap;padding:8px 12px}.storesTable thead th:first-child{z-index:5;background:#e2e8f0;position:sticky;top:0;left:0;box-shadow:0 1px #cbd5e1,4px 0 8px -4px #0f172a1f}.storesTable tbody td:first-child{z-index:2;background:#fff;position:sticky;left:0;box-shadow:4px 0 8px -4px #0f172a26}.storesTableCellStrong{color:#0f172a;font-weight:700}.storeSchedulePage{flex-direction:column;gap:16px;display:flex}.storeScheduleActiveSection,.storeScheduleCategorySection{width:100%}.storeScheduleCategorySection+.storeScheduleCategorySection{margin-top:4px}.storeSchedulePendingSection{width:100%}.storeScheduleListHeading{color:#64748b;letter-spacing:.04em;margin:0 0 8px;font-size:13px;font-weight:700}.storeScheduleGrid--active{grid-template-columns:repeat(auto-fill,minmax(min(100%,200px),max-content));justify-content:flex-start}.storeScheduleToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.storeScheduleGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px;display:grid}.storeScheduleCard{text-align:center;white-space:nowrap;cursor:default;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:72px;padding:12px 14px;font-size:14px;font-weight:600;line-height:1.3;display:flex;color:#1e293b!important;background:#fff!important;border:1px solid #dbe3f0!important}.storeScheduleCard--active{cursor:pointer;border-color:#93c5fd!important}.storeScheduleCard--active:hover{background:#eff6ff!important}.storeScheduleCard--hasData{box-shadow:0 2px 8px #10b9811f;background:#ecfdf5!important;border-color:#34d399!important}.storeScheduleCard--hasData:hover{background:#d1fae5!important}.storeScheduleCardNote{color:#94a3b8;font-size:11px;font-weight:500}.storeScheduleCardNote--live{color:#2563eb;font-weight:700}.btnSm{padding:4px 10px!important;font-size:13px!important}.storeScheduleBoardPage{flex-direction:column;gap:16px;max-width:1100px;display:flex}.kintoneListPage.storeScheduleBoardPage{-webkit-overflow-scrolling:touch;flex:1;gap:0;width:100%;max-width:none;min-height:0;overflow:hidden auto}.kintoneListPage.storeScheduleBoardPage .storeScheduleBoardBody{flex-direction:column;flex:none;gap:16px;min-height:auto;padding:14px 20px 48px;display:flex;overflow:visible}.storeScheduleBoardMessage{margin:0}.storeScheduleBoardToolbarHead .storeScheduleBoardSub{color:#64748b;margin:6px 0 0;font-size:13px}.storeScheduleBoardToolbarActions{align-items:center}.storeScheduleBoardToolbarActions .storeScheduleBoardNav{margin-left:0;margin-right:4px}.storeScheduleBoardTop{align-items:flex-start}.storeScheduleBoardTopActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.storeScheduleBoardStoreLead{color:#2563eb;letter-spacing:.06em;margin:0 0 4px;font-size:12px;font-weight:700}.storeScheduleBoardSub{color:#64748b;margin:4px 0 0;font-size:14px}.storeScheduleBoardBar{color:#fff;background:linear-gradient(#5b8fd9 0%,#4a7fc9 100%);border-radius:8px;align-items:baseline;gap:12px;padding:10px 14px;display:flex}.storeScheduleBoardBarTitle{margin:0;font-size:1.1rem;font-weight:700}.storeScheduleBoardStoreName{opacity:.95;font-size:14px}.storeScheduleBoardToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.storeScheduleBoardPeriod{color:#334155;font-size:14px;font-weight:600}.storeScheduleBoardNav{flex-wrap:wrap;align-items:center;gap:4px;margin-left:auto;display:flex}.storeScheduleNavigationUnits{align-items:center;gap:2px;display:inline-flex}.storeScheduleDateJump{color:#334155;width:132px;min-height:32px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:4px 7px;font-size:12px;font-weight:600}.storeScheduleDateJump:hover,.storeScheduleDateJump:focus{border-color:#60a5fa;outline:none}.storeScheduleSection{flex-direction:column;gap:6px;display:flex;overflow:visible}@media (width<=768px){.storeScheduleBoardBody{padding-left:12px;padding-right:12px}.storeScheduleStaffTabs{padding-left:6px;padding-right:6px}}.storeScheduleSectionTitle{color:#334155;margin:0;font-size:14px;font-weight:700}.storeScheduleStaffBar{border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:stretch;gap:10px;padding:4px 2px 10px;display:flex;overflow:visible}.storeScheduleStaffBarMain{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.storeScheduleStaffBarNav{flex-shrink:0;margin-left:auto}.storeScheduleTimedViewControls{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.storeScheduleTimedViewSwitch,.storeScheduleMonthNav{align-items:center;gap:4px;display:inline-flex}.storeScheduleMonthLabel{text-align:center;color:#334155;min-width:7.5em;font-size:13px;font-weight:700}.storeScheduleClosedDayBulkBtn{white-space:nowrap}.storeScheduleClosedDayBulkNotice{color:#047857;text-align:right;flex-basis:100%;margin:0;font-size:12px;font-weight:700}.storeScheduleStaffTabs{box-sizing:border-box;flex-wrap:wrap;flex:1;align-items:center;gap:8px 12px;min-width:0;padding:2px 4px;display:flex}.storeScheduleStaffTabItem{max-width:100%;display:inline-flex}.storeScheduleStaffChip{background:#eff6ff;border:1px solid #93c5fd;border-radius:6px;align-items:stretch;max-width:100%;display:inline-flex;overflow:visible;box-shadow:0 1px 2px #2563eb14}.storeScheduleStaffChip:hover{background:#dbeafe;border-color:#60a5fa}.storeScheduleStaffChip--active{background:#2563eb;border-color:#1d4ed8;box-shadow:0 2px 6px #2563eb59}.storeScheduleStaffChip--all{background:#f0f9ff;border-color:#60a5fa}.storeScheduleStaffChip--all.storeScheduleStaffChip--active{background:#0284c7;border-color:#0369a1}.storeScheduleStaffTabWrap{position:relative}.storeScheduleStaffBar button.storeScheduleStaffTab{color:#1d4ed8;cursor:pointer;white-space:nowrap;appearance:none;background:0 0;border:none;border-radius:0;align-items:center;gap:4px;margin:0;padding:7px 10px;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}.storeScheduleStaffChip:hover button.storeScheduleStaffTab{color:#1e3a8a}.storeScheduleStaffChip--active button.storeScheduleStaffTab{color:#fff}.storeScheduleStaffBar button.storeScheduleStaffTabEdit{color:#fff;cursor:pointer;appearance:none;background:#64748b;border:none;border-left:1px solid #cbd5e1;border-radius:0 5px 5px 0;flex-shrink:0;justify-content:center;align-items:center;width:26px;min-width:26px;margin:0;padding:0;font-size:13px;line-height:1;display:inline-flex}.storeScheduleStaffBar button.storeScheduleStaffTabEdit:hover{background:#475569}.storeScheduleStaffChip--active button.storeScheduleStaffTabEdit{background:#1e3a8a;border-left-color:#1e40af}.storeScheduleStaffChip--active button.storeScheduleStaffTabEdit:hover{background:#172554}.storeScheduleStaffBar button.storeScheduleStaffTabEdit:disabled{opacity:.5;cursor:not-allowed}.storeScheduleStaffTabLabel{text-overflow:ellipsis;max-width:5em;overflow:hidden}.storeScheduleStaffGuestBadge{color:#1e40af;background:#dbeafe;border-radius:999px;align-items:center;padding:1px 5px;font-size:10px;font-weight:800;line-height:1.4;display:inline-flex}.storeScheduleStaffChip--active .storeScheduleStaffGuestBadge{color:#1d4ed8;background:#ffffffeb}.storeScheduleStaffTooltip{z-index:30;color:#f8fafc;pointer-events:none;text-align:left;background:#1e293b;border-radius:8px;width:max-content;max-width:min(260px,100vw - 32px);padding:10px 12px;display:none;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 8px 24px #0f172a33}.storeScheduleStaffTooltip:after{content:"";border:6px solid #0000;border-top-color:#1e293b;position:absolute;bottom:-6px;left:20px}.storeScheduleStaffTabs>.storeScheduleStaffTabItem:last-child .storeScheduleStaffTooltip{left:auto;right:0}.storeScheduleStaffTabs>.storeScheduleStaffTabItem:last-child .storeScheduleStaffTooltip:after{left:auto;right:20px}.storeScheduleStaffTooltipTitle{color:#94a3b8;margin:0 0 4px;font-size:11px;font-weight:700}.storeScheduleStaffTooltipBody{white-space:pre-wrap;word-break:break-word;margin:0;font-size:13px;line-height:1.45}.storeScheduleStaffChip:hover .storeScheduleStaffTooltip,.storeScheduleStaffChip:focus-within .storeScheduleStaffTooltip{display:block}.storeScheduleStaffEditPanel{margin-bottom:4px}.storeScheduleLinkedStaffAddBtn{white-space:nowrap}.storeScheduleLinkedStaffPanel{background:#f8fbff;border-color:#93c5fd;margin-bottom:4px}.storeScheduleLinkedStaffLead{color:#475569;margin:0 0 12px;font-size:13px;line-height:1.6}.storeScheduleLinkedStaffFields{grid-template-columns:minmax(180px,1fr) minmax(220px,1.5fr);gap:12px;display:grid}.storeScheduleTimedBlock--external{cursor:default;border-style:dashed;box-shadow:inset 3px 0 #2563eb}.storeScheduleTimedOrigin{color:#1d4ed8;margin:-1px 0 3px;font-size:10px;font-weight:800;line-height:1.25}@media (width<=720px){.storeScheduleLinkedStaffFields{grid-template-columns:1fr}}.storeScheduleStaffManage{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.storeScheduleStaffAddForm{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.storeScheduleStaffAddInput{border:1px solid #cbd5e1;border-radius:6px;width:140px;padding:6px 10px;font-size:14px}.storeScheduleStaffDeleteBtn{color:#b91c1c!important;border-color:#fecaca!important}.storeScheduleAttendancePicker{flex-direction:column;gap:10px;width:100%;display:flex}.storeScheduleAttendanceChecks{flex-wrap:wrap;gap:8px;display:flex}.storeScheduleAttendanceCheck{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:4px;padding:4px 6px 4px 12px;font-size:14px;display:inline-flex}.storeScheduleAttendanceCheck:hover{border-color:#94a3b8}.storeScheduleAttendanceCheck--on{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;font-weight:600}.storeScheduleAttendanceCheckMain{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.storeScheduleAttendanceCheckMain input{margin:0}.storeScheduleAttendanceCheckEdit,.storeScheduleAttendanceCheckDel{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:11px;line-height:1;display:inline-flex}.storeScheduleAttendanceCheckEdit:hover{color:#1d4ed8;background:#dbeafe}.storeScheduleAttendanceCheckDel:hover{color:#b91c1c;background:#fee2e2}.storeScheduleAttendanceEmpty{color:#94a3b8;margin:0;font-size:13px}.storeScheduleAttendanceAddRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.storeScheduleAttendanceMemberName{background:#fff;border:1px solid #93c5fd;border-radius:6px;min-width:180px;padding:7px 9px;font-size:14px}.storeScheduleAttendanceMemberName:focus{outline-offset:1px;border-color:#2563eb;outline:2px solid #dbeafe}.storeScheduleAttendanceFree{border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:8px 10px;font-size:14px}.storeScheduleAttendanceInline{flex-direction:column;gap:6px;min-height:72px;padding:7px;display:flex}.storeScheduleAttendanceInline--closed{flex-direction:row;justify-content:space-between;align-items:center}.storeScheduleAttendanceInlineMembers{flex-wrap:wrap;align-content:flex-start;gap:4px;display:flex}.storeScheduleAttendanceMember{cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:4px;min-height:26px;padding:3px 8px;font-size:12px;font-weight:700;line-height:1.2;transition:background-color .12s,border-color .12s,color .12s,opacity .12s;display:inline-flex}.storeScheduleAttendanceMember--working{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.storeScheduleAttendanceMember--working:hover{background:#dbeafe;border-color:#3b82f6}.storeScheduleAttendanceMember:disabled{cursor:wait;opacity:.65}.storeScheduleAttendanceExtra{color:#475569;font-size:11px;line-height:1.35}.storeScheduleAttendanceInlineFooter{color:#94a3b8;justify-content:space-between;align-items:center;gap:6px;margin-top:auto;font-size:10px;display:flex}.storeScheduleAttendanceSettings{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:5px;flex-shrink:0;padding:2px 6px;font-size:10px;line-height:1.4}.storeScheduleAttendanceSettings:hover{background:#f8fafc;border-color:#94a3b8}.storeScheduleAttendanceSettings:disabled{cursor:wait;opacity:.55}.storeScheduleStaffManageError{margin:0 0 4px;font-size:13px}.storeScheduleStaffTabIcon{opacity:.85;flex-shrink:0;font-size:12px;line-height:1}.storeScheduleFortnightHead{background:#f8fafc;border:1px solid #cbd5e1;border-bottom:none;border-radius:8px 8px 0 0;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.storeScheduleDayHeadCell{text-align:center;color:#334155;border-right:1px solid #e2e8f0;padding:6px 8px;font-size:13px;font-weight:700}.storeScheduleDayHeadCell:nth-child(7n){border-right:none}.storeScheduleDayHeadCell.storeScheduleDay--sat{color:#2563eb}.storeScheduleDayHeadCell.storeScheduleDay--sun,.storeScheduleDayHeadCell.storeScheduleDay--holiday{color:#dc2626}.storeScheduleDayHeadCell.storeScheduleDay--today{background:#fffbeb}.storeScheduleFortnight{background:#fff;border:1px solid #cbd5e1;border-radius:0 0 8px 8px;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;display:grid;overflow:hidden}.storeScheduleFortnightHead+.storeScheduleFortnight{border-radius:0 0 8px 8px}.storeScheduleDay{background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;flex-direction:column;display:flex}.storeScheduleDay:nth-child(7n){border-right:none}.storeScheduleDay:nth-last-child(-n+7){border-bottom:none}.storeScheduleDay--today{background:#fffbeb}.storeScheduleDay--attendance{min-height:72px}.storeScheduleDay--timed{min-height:160px}.storeScheduleDay--shared{background:#f8fafc;min-height:56px}.storeScheduleDay--shared .storeScheduleTimedBlock{padding:4px 8px}.storeScheduleDay--shared .storeScheduleTimedTime{font-size:10px}.storeScheduleSharedClip{font-size:11px}.storeScheduleTimedBlock--shared{border-left-color:#0d9488}.storeScheduleSharedAuthor{color:#64748b;margin-top:2px;font-size:11px}.storeScheduleDayEditBtn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;height:100%;min-height:72px;padding:8px}.storeScheduleDayEditBtn:hover{background:#f1f5f9}.storeScheduleClosed{color:#64748b;font-size:13px;font-weight:700}.storeScheduleStaff{color:#1e293b;white-space:pre-wrap;font-size:13px;line-height:1.45}.storeScheduleStaff--empty{color:#94a3b8;font-weight:500}.storeScheduleTimedList{flex-direction:column;flex:1;gap:6px;padding:6px 6px 0;display:flex;overflow-y:auto}.storeScheduleTimedBlock{text-align:left;cursor:grab;-webkit-user-select:none;user-select:none;background:#fef3c7;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:6px 8px}.storeScheduleTimedBlock:hover{background:#fde68a;border-color:#cbd5e1}.storeScheduleTimedBlock--blue{background:#dbeafe;border-color:#93c5fd}.storeScheduleTimedBlock--blue:hover{background:#bfdbfe;border-color:#60a5fa}.storeScheduleTimedBlock--green{background:#dcfce7;border-color:#86efac}.storeScheduleTimedBlock--green:hover{background:#bbf7d0;border-color:#4ade80}.storeScheduleTimedBlock--pink{background:#fce7f3;border-color:#f9a8d4}.storeScheduleTimedBlock--pink:hover{background:#fbcfe8;border-color:#f472b6}.storeScheduleTimedBlock--purple{background:#ede9fe;border-color:#c4b5fd}.storeScheduleTimedBlock--purple:hover{background:#ddd6fe;border-color:#a78bfa}.storeScheduleTimedBlock--dragging{opacity:.45;cursor:grabbing}.storeScheduleTimedBlock--moving{opacity:.65;pointer-events:none}.storeScheduleDay--dropTarget{box-shadow:inset 0 0 0 2px #2563eb;background:#dbeafe!important}.storeScheduleTimedTime{color:#475569;font-size:11px;font-weight:700}.storeScheduleTimedTitle{color:#1e293b;margin-top:2px;font-size:12px;font-weight:700}.storeScheduleTimedSub{color:#334155;margin-top:2px;font-size:11px}.storeScheduleTimedReceptionist{color:#64748b;margin-top:2px;font-size:11px}.storeScheduleTimedBody{color:#475569;white-space:pre-wrap;margin-top:2px;font-size:11px}.storeScheduleTimedAttachments{flex-direction:column;gap:2px;margin:4px 0 0;padding:0;list-style:none;display:flex}.storeScheduleTimedAttachments a{word-break:break-all;font-size:11px}.storeScheduleFormPanel .storeScheduleMemoAttachBlock{margin-top:4px}.storeScheduleAddTimed{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-top:1px dashed #e2e8f0;padding:6px;font-size:12px}.storeScheduleAddTimed:hover{color:#1d4ed8;background:#eff6ff}.storeScheduleMonthWrap{overflow-x:auto}.storeScheduleMonthTitle{color:#334155;margin:0 0 6px;font-size:13px;font-weight:700}.storeScheduleMonthHead,.storeScheduleMonthGrid{grid-template-columns:repeat(7,minmax(124px,1fr));min-width:868px;display:grid}.storeScheduleMonthHead{background:#f8fafc;border:1px solid #cbd5e1;border-bottom:none;border-radius:8px 8px 0 0;overflow:hidden}.storeScheduleMonthGrid{background:#fff;border:1px solid #cbd5e1;border-radius:0 0 8px 8px;overflow:hidden}.storeScheduleMonthHeadCell{text-align:center;color:#334155;border-right:1px solid #e2e8f0;padding:6px 8px;font-size:13px;font-weight:700}.storeScheduleMonthHeadCell:nth-child(7n){border-right:none}.storeScheduleMonthHeadCell.storeScheduleDay--sat,.storeScheduleMonthCell.storeScheduleDay--sat .storeScheduleMonthDateBtn{color:#2563eb}.storeScheduleMonthHeadCell.storeScheduleDay--sun,.storeScheduleMonthCell.storeScheduleDay--sun .storeScheduleMonthDateBtn,.storeScheduleMonthCell.storeScheduleDay--holiday .storeScheduleMonthDateBtn{color:#dc2626}.storeScheduleMonthCell{background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;flex-direction:column;min-height:154px;display:flex}.storeScheduleMonthCell:nth-child(7n){border-right:none}.storeScheduleMonthCell:nth-last-child(-n+7){border-bottom:none}.storeScheduleMonthCell--outside{background:#f8fafc}.storeScheduleMonthCell--outside .storeScheduleMonthDateBtn{color:#94a3b8}.storeScheduleWeeklyPrintBtn{white-space:nowrap}.storeScheduleWeeklyPrintError{color:#b91c1c;margin:4px 0 0;font-size:12px}.storeScheduleWeeklyPrintSheet{display:none}@media print{@page{size:A4 landscape;margin:0}html.storeScheduleWeeklyPrintMode,body.storeScheduleWeeklyPrintMode{background:#fff!important;width:auto!important;height:190mm!important;min-height:0!important;max-height:190mm!important;margin:0!important;padding:0!important;overflow:hidden!important}html.storeScheduleWeeklyPrintMode #root,body.storeScheduleWeeklyPrintMode .storeScheduleBoardPage{width:auto!important;max-width:none!important;height:190mm!important;min-height:0!important;max-height:190mm!important;margin:0!important;padding:0!important;overflow:hidden!important}body.storeScheduleWeeklyPrintMode .storeScheduleBoardPage>:not(.storeScheduleWeeklyPrintSheet){display:none!important}body.storeScheduleWeeklyPrintMode .storeScheduleWeeklyPrintSheet{box-sizing:border-box;color:#0f172a;-webkit-print-color-adjust:exact;print-color-adjust:exact;break-after:avoid-page;page-break-after:avoid;background:#fff;grid-template-rows:auto 25mm 15mm minmax(0,1fr);width:100%;height:185mm;padding:5mm;font-family:system-ui,-apple-system,Segoe UI,sans-serif;position:static;overflow:hidden;display:grid!important}.storeScheduleWeeklyPrintHeader{border-bottom:1px solid #334155;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:3mm;display:flex}.storeScheduleWeeklyPrintHeader h1{margin:0;font-size:16px}.storeScheduleWeeklyPrintHeader p{margin:1px 0 0;font-size:9px}.storeScheduleWeeklyPrintHeader dl{min-width:72mm;margin:0}.storeScheduleWeeklyPrintHeader dl>div{grid-template-columns:14mm 1fr;gap:2mm;display:grid}.storeScheduleWeeklyPrintHeader dt,.storeScheduleWeeklyPrintHeader dd{margin:0;font-size:9px}.storeScheduleWeeklyPrintHeader dt{color:#64748b;font-weight:700}.storeScheduleWeeklyPrintHeader dd{font-weight:700}.storeScheduleWeeklyPrintSection{flex-direction:column;min-height:0;margin-top:1mm;display:flex;overflow:hidden}.storeScheduleWeeklyPrintSection h2{margin:0 0 1mm;font-size:9px;line-height:1.2}.storeScheduleWeeklyPrintGrid{border-top:1px solid #cbd5e1;border-left:1px solid #cbd5e1;flex:1;grid-template-columns:repeat(7,minmax(0,1fr));min-height:0;display:grid}.storeScheduleWeeklyPrintDay{background:#fff;border-bottom:1px solid #cbd5e1;border-right:1px solid #cbd5e1;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.storeScheduleWeeklyPrintDay>h3{color:#334155;text-align:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin:0;padding:1.1mm 1mm;font-size:7.5px;line-height:1}.storeScheduleWeeklyPrintDay>h3.storeScheduleDay--sat{color:#2563eb}.storeScheduleWeeklyPrintDay>h3.storeScheduleDay--sun,.storeScheduleWeeklyPrintDay>h3.storeScheduleDay--holiday{color:#dc2626}.storeScheduleWeeklyPrintDayBody{box-sizing:border-box;flex-direction:column;flex:1;gap:1mm;min-height:0;padding:1mm;display:flex;overflow:hidden}.storeScheduleWeeklyPrintSection--shared .storeScheduleWeeklyPrintDayBody,.storeScheduleWeeklyPrintSection--timed .storeScheduleWeeklyPrintDayBody{min-height:0}.storeScheduleWeeklyPrintAttendance{overflow-wrap:anywhere;background:#eff6ff;flex:1;min-height:0;padding:1.2mm;font-size:6.5px;font-weight:600;line-height:1.25}.storeScheduleWeeklyPrintCard{background:#fef3c7;border:1px solid #fde68a;border-radius:2px;flex-shrink:1;min-height:0;padding:1.1mm 1.3mm;overflow:hidden}.storeScheduleWeeklyPrintCard>span,.storeScheduleWeeklyPrintCard>strong,.storeScheduleWeeklyPrintCard>p{overflow-wrap:anywhere;margin:0;font-size:6.2px;line-height:1.25;display:block}.storeScheduleWeeklyPrintCard>span{color:#475569;font-weight:700}.storeScheduleWeeklyPrintCard>strong{color:#1e293b;margin-top:.5mm;font-size:6.8px}.storeScheduleWeeklyPrintCard>p{margin-top:.5mm}.storeScheduleWeeklyPrintCard.storeScheduleTimedBlock--blue{background:#dbeafe;border-color:#93c5fd}.storeScheduleWeeklyPrintCard.storeScheduleTimedBlock--green{background:#dcfce7;border-color:#86efac}.storeScheduleWeeklyPrintCard.storeScheduleTimedBlock--pink{background:#fce7f3;border-color:#f9a8d4}.storeScheduleWeeklyPrintCard.storeScheduleTimedBlock--purple{background:#ede9fe;border-color:#c4b5fd}}.storeScheduleMonthDateRow{justify-content:space-between;align-items:center;gap:4px;padding:5px 6px 0;display:flex}.storeScheduleMonthDateBtn,.storeScheduleMonthAddBtn{cursor:pointer;background:0 0;border:none;line-height:1}.storeScheduleMonthDateBtn{color:#334155;border-radius:999px;padding:2px 4px;font-size:13px;font-weight:700}.storeScheduleMonthDateBtn:hover{color:#1d4ed8;background:#dbeafe}.storeScheduleMonthAddBtn{color:#64748b;border-radius:999px;padding:2px 5px;font-size:12px}.storeScheduleMonthAddBtn:hover{color:#1d4ed8;background:#eff6ff}.storeScheduleMonthTimedList{gap:4px;padding:4px 5px 6px}.storeScheduleTimedList--twoLanes{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;align-items:start;display:grid}.storeScheduleTimedList--twoLanes>.storeScheduleTimedBlock{overflow-wrap:anywhere;min-width:0;padding-left:4px;padding-right:4px}.storeScheduleMonthCell .storeScheduleTimedBlock{border-radius:4px;padding:4px 6px}.storeScheduleMonthCell .storeScheduleTimedTime{font-size:10px}.storeScheduleMonthCell .storeScheduleTimedTitle{margin-top:1px;font-size:11px}.storeScheduleMonthCell .storeScheduleTimedSub,.storeScheduleMonthCell .storeScheduleTimedReceptionist,.storeScheduleMonthCell .storeScheduleTimedBody,.storeScheduleMonthCell .storeScheduleTimedAttachments a{font-size:10px}.storeScheduleSectionHint{color:#64748b;margin:-4px 0 10px;font-size:13px}.storeScheduleNoticeBlock{background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;margin:0 0 14px;padding:10px 12px}.storeScheduleNoticeHead{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.storeScheduleNoticeHeadLabel{color:#92400e;font-size:14px;font-weight:700}.storeScheduleSearchBlock{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin:0 0 14px;padding:10px 12px}.storeScheduleSearchHead{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.storeScheduleSearchTitle{color:#1e40af;font-size:14px;font-weight:700}.storeScheduleSearchHint{color:#64748b;font-size:12px}.storeScheduleSearchForm{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.storeScheduleSearchForm input{background:#fff;border:1px solid #93c5fd;border-radius:6px;flex:1;min-width:240px;padding:7px 10px;font-size:14px}.storeScheduleSearchMessage{margin:8px 0 0;font-size:13px}.storeScheduleSearchResults{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px;margin-top:10px;display:grid}.storeScheduleSearchResult{text-align:left;cursor:pointer;background:#fff;border:1px solid #93c5fd;border-radius:7px;flex-direction:column;gap:3px;width:100%;padding:8px 10px;display:flex}.storeScheduleSearchResult:hover{background:#dbeafe;border-color:#2563eb}.storeScheduleSearchResultDate{color:#1d4ed8;font-size:12px;font-weight:700}.storeScheduleSearchResultMain{color:#1e293b;font-size:13px;font-weight:700}.storeScheduleSearchResultSub{color:#475569;font-size:12px}.storeScheduleNoticeList{flex-direction:column;gap:6px;display:flex}.storeScheduleNoticeBar{text-align:left;cursor:pointer;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;align-items:flex-start;gap:10px;width:100%;padding:7px 10px;line-height:1.4;display:flex}.storeScheduleNoticeBar:hover{background:#fde68a;border-color:#d97706}.storeScheduleNoticeBarRange{color:#b45309;white-space:nowrap;flex:none;padding-top:1px;font-size:12px;font-weight:700}.storeScheduleNoticeBarText{color:#78350f;white-space:pre-wrap;word-break:break-word;flex:auto;font-size:13px;font-weight:600}.storeScheduleNoticeEmpty{color:#a16207;margin:0;font-size:13px}.storeScheduleDayHeadCell--timed{flex-direction:column;align-items:center;gap:2px;padding-bottom:4px;display:flex}.storeScheduleDayTimelineBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:14px;line-height:1}.storeScheduleDayTimelineBtn:hover:not(:disabled){background:#e2e8f0}.storeScheduleDayTimelineBtn:disabled{opacity:.35;cursor:not-allowed}.storeScheduleTimelineOverlay{z-index:70;background:#0f172a73;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.storeScheduleTimelineDialog{background:#fff;border-radius:12px;width:min(1100px,100%);overflow:hidden;box-shadow:0 24px 60px #0f172a59}.storeScheduleTimelineHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 18px;display:flex}.storeScheduleTimelineTitle{color:#111827;margin:0 0 4px;font-size:16px;font-weight:700}.storeScheduleTimelineHint{color:#6b7280;margin:0;font-size:12px}.storeScheduleTimelineControls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;display:flex}.storeScheduleTimelineStaffSelect{color:#475569;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.storeScheduleTimelineStaffSelect select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;min-width:120px;padding:5px 8px;font-size:13px}.storeScheduleTimelineDateNav{align-items:center;gap:4px;display:inline-flex}.storeScheduleTimelineHeaderActions{flex-wrap:wrap;flex-shrink:0;gap:6px;display:flex}.storeScheduleTimelineLaneToggle{gap:3px;margin-right:4px;display:inline-flex}.storeScheduleTimelineRoleNote{color:#9a3412;white-space:pre-wrap;background:#ffedd5;border-bottom:1px solid #fed7aa;margin:0;padding:8px 18px;font-size:13px}.storeScheduleTimelineBody{padding:12px 18px 18px}.storeScheduleTimelineHourRow{height:22px;margin-bottom:4px;position:relative}.storeScheduleTimelineHourLabel{color:#64748b;white-space:nowrap;font-size:11px;position:absolute;transform:translate(-50%)}.storeScheduleTimelineTrack{cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #cbd5e1;border-radius:8px;height:132px;position:relative;overflow:hidden}.storeScheduleTimelineGridLine{pointer-events:none;background:#e2e8f0;width:1px;position:absolute;top:0;bottom:0}.storeScheduleTimelineRangeSelection{z-index:4;color:#1e3a8a;white-space:nowrap;pointer-events:none;background:#3b82f633;border:2px solid #2563eb;border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;top:4px;bottom:4px;box-shadow:0 2px 8px #2563eb33}.storeScheduleTimelineBlock{text-align:left;cursor:pointer;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;min-width:48px;padding:6px 8px;position:absolute;overflow:hidden}.storeScheduleTimelineBlock:hover{z-index:2;background:#fde68a;border-color:#f59e0b}.storeScheduleTimelineBlock--compact{padding:4px 7px}.storeScheduleTimelineBlock--compact .storeScheduleTimelineBlockReceptionist,.storeScheduleTimelineBlock--compact .storeScheduleTimelineBlockBody{display:none}.storeScheduleTimelineBlock--compact .storeScheduleTimelineBlockTime,.storeScheduleTimelineBlock--compact .storeScheduleTimelineBlockTitle{line-height:1.25}.storeScheduleTimelineBlock--blue{background:#dbeafe;border-color:#60a5fa}.storeScheduleTimelineBlock--blue:hover{background:#bfdbfe;border-color:#3b82f6}.storeScheduleTimelineBlock--green{background:#dcfce7;border-color:#4ade80}.storeScheduleTimelineBlock--green:hover{background:#bbf7d0;border-color:#22c55e}.storeScheduleTimelineBlock--pink{background:#fce7f3;border-color:#f472b6}.storeScheduleTimelineBlock--pink:hover{background:#fbcfe8;border-color:#ec4899}.storeScheduleTimelineBlock--purple{background:#ede9fe;border-color:#a78bfa}.storeScheduleTimelineBlock--purple:hover{background:#ddd6fe;border-color:#8b5cf6}.storeScheduleTimelineVerticalView{padding:12px 18px 18px;overflow-x:auto}.storeScheduleTimelineVerticalLaneHeads{background:#eff6ff;border:1px solid #cbd5e1;border-bottom:0;border-radius:8px 8px 0 0;display:grid}.storeScheduleTimelineVerticalLaneHeads>span,.storeScheduleTimelineVerticalLaneHeads>strong{color:#1e3a8a;text-align:center;border-right:1px solid #cbd5e1;min-height:34px;padding:8px;font-size:12px}.storeScheduleTimelineVerticalLaneHeads>strong:last-child{border-right:0}.storeScheduleTimelineVerticalBody{background:#fff;border:1px solid #cbd5e1;border-radius:0 0 8px 8px;grid-template-columns:68px minmax(0,1fr);max-height:min(70vh,680px);display:grid;overflow-y:auto}.storeScheduleTimelineVerticalAxis{background:#f8fafc;border-right:1px solid #cbd5e1;position:relative}.storeScheduleTimelineVerticalAxis span{color:#64748b;white-space:nowrap;font-size:11px;position:absolute;right:8px;transform:translateY(-50%)}.storeScheduleTimelineVerticalAxis span:first-child{transform:none}.storeScheduleTimelineVerticalAxis span:last-child{transform:translateY(-100%)}.storeScheduleTimelineVerticalTrack{cursor:crosshair;background-image:repeating-linear-gradient(#0000 0 calc(100% - 1px),#e2e8f0 calc(100% - 1px) 100%);min-width:0;position:relative}.storeScheduleTimelineVerticalLaneDivider{z-index:1;pointer-events:none;background:#cbd5e1;width:1px;position:absolute;top:0;bottom:0}.storeScheduleTimelineVerticalBlock{z-index:2;color:#334155;cursor:pointer;text-align:left;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;align-content:start;gap:2px;min-width:0;padding:5px 7px;display:grid;position:absolute;overflow:hidden}.storeScheduleTimelineVerticalBlock:hover{z-index:3;background:#fde68a;border-color:#f59e0b}.storeScheduleTimelineVerticalBlock.storeScheduleTimelineBlock--blue{background:#dbeafe;border-color:#60a5fa}.storeScheduleTimelineVerticalBlock.storeScheduleTimelineBlock--green{background:#dcfce7;border-color:#4ade80}.storeScheduleTimelineVerticalBlock.storeScheduleTimelineBlock--pink{background:#fce7f3;border-color:#f472b6}.storeScheduleTimelineVerticalBlock.storeScheduleTimelineBlock--purple{background:#ede9fe;border-color:#a78bfa}.storeScheduleTimelineVerticalBlock strong,.storeScheduleTimelineVerticalBlock span,.storeScheduleTimelineVerticalBlock small{text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.25;display:block;overflow:hidden}.storeScheduleTimelineVerticalBlock span{font-weight:700}@media (width<=720px){.storeScheduleTimelineVerticalView{padding:10px}.storeScheduleTimelineVerticalLaneHeads,.storeScheduleTimelineVerticalBody{min-width:520px}}.storeScheduleAllStaff{background:#fff;border:1px solid #cbd5e1;border-radius:10px;margin-top:4px;overflow:hidden}.storeScheduleAllStaffToolbar{background:#f8fafc;border-bottom:1px solid #dbe3ed;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.storeScheduleAllStaffTitle{color:#0f172a;margin:0;font-size:16px}.storeScheduleAllStaffHint{color:#64748b;margin:3px 0 0;font-size:12px}.storeScheduleAllStaffEmpty{color:#64748b;text-align:center;margin:0;padding:36px 16px}.storeScheduleAllStaffDateNav{white-space:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.storeScheduleAllStaffDateNav strong{text-align:center;color:#1e293b;min-width:10.5em;font-size:14px}.storeScheduleAllStaffDatePicker{color:#1e293b;text-align:center;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;min-width:10.5em;padding:6px 8px;font-size:14px;font-weight:700;position:relative}.storeScheduleAllStaffDatePicker:hover,.storeScheduleAllStaffDatePicker:focus-within{background:#eff6ff;border-color:#60a5fa}.storeScheduleAllStaffDatePicker input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.storeScheduleAllStaffScroller{overscroll-behavior-x:contain;overscroll-behavior-y:contain;background:#fff;max-height:72vh;overflow:auto}.storeScheduleAllStaffInner{position:relative}.storeScheduleAllStaffHeader,.storeScheduleAllStaffBody{display:grid}.storeScheduleAllStaffHeader{z-index:20;background:#eff6ff;border-bottom:1px solid #cbd5e1;min-height:46px;position:sticky;top:0}.storeScheduleAllStaffCorner,.storeScheduleAllStaffStaffHead{box-sizing:border-box;color:#1e3a8a;background:#eff6ff;border-right:1px solid #cbd5e1;justify-content:center;align-items:center;min-width:0;padding:5px 3px;font-size:12px;font-weight:800;display:flex}.storeScheduleAllStaffCorner{z-index:22;position:sticky;left:0}.storeScheduleAllStaffStaffHead{gap:3px}.storeScheduleAllStaffStaffHead small{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:1px 3px;font-size:9px}.storeScheduleAllStaffStaffHead--off{color:#64748b;background:#f1f5f9}.storeScheduleAllStaffStaffHead--off small{color:#64748b;background:#e2e8f0}.storeScheduleAllStaffTimeAxis{z-index:12;box-sizing:border-box;background:#f8fafc;border-right:1px solid #94a3b8;position:sticky;left:0}.storeScheduleAllStaffTimeAxis span{z-index:2;color:#475569;font-variant-numeric:tabular-nums;background:#f8fafc;padding:0 2px;font-size:11px;line-height:1;position:absolute;right:7px;transform:translateY(-50%)}.storeScheduleAllStaffTimeAxis span:first-child{transform:none}.storeScheduleAllStaffTimeAxis span:last-child{transform:translateY(-100%)}.storeScheduleAllStaffColumn{box-sizing:border-box;cursor:crosshair;background:#fff;border-right:1px solid #dbe3ed;position:relative}.storeScheduleAllStaffColumn--off{cursor:default;background:repeating-linear-gradient(-45deg,#94a3b814 0 8px,#f1f5f994 8px 16px)}.storeScheduleAllStaffHourLine{z-index:1;pointer-events:none;background:#e2e8f0;height:1px;position:absolute;left:0;right:0}.storeScheduleAllStaffNowLine{z-index:8;pointer-events:none;background:#fb7185;height:2px;position:absolute;left:0;right:0;box-shadow:0 0 0 1px #ffffffb3}.storeScheduleAllStaffEvent{z-index:5;box-sizing:border-box;color:#334155;text-align:left;cursor:pointer;background:#fef3c7;border:1px solid #fbbf24;border-radius:4px;flex-direction:column;gap:1px;min-width:0;padding:4px;display:flex;position:absolute;overflow:hidden}.storeScheduleAllStaff--palette-0{--store-schedule-staff-bg:#dbeafe;--store-schedule-staff-border:#60a5fa;--store-schedule-staff-accent:#2563eb}.storeScheduleAllStaff--palette-1{--store-schedule-staff-bg:#dcfce7;--store-schedule-staff-border:#4ade80;--store-schedule-staff-accent:#16a34a}.storeScheduleAllStaff--palette-2{--store-schedule-staff-bg:#fce7f3;--store-schedule-staff-border:#f472b6;--store-schedule-staff-accent:#db2777}.storeScheduleAllStaff--palette-3{--store-schedule-staff-bg:#ede9fe;--store-schedule-staff-border:#a78bfa;--store-schedule-staff-accent:#7c3aed}.storeScheduleAllStaff--palette-4{--store-schedule-staff-bg:#ffedd5;--store-schedule-staff-border:#fb923c;--store-schedule-staff-accent:#ea580c}.storeScheduleAllStaff--palette-5{--store-schedule-staff-bg:#ccfbf1;--store-schedule-staff-border:#2dd4bf;--store-schedule-staff-accent:#0f766e}.storeScheduleAllStaff--palette-6{--store-schedule-staff-bg:#ffe4e6;--store-schedule-staff-border:#fb7185;--store-schedule-staff-accent:#e11d48}.storeScheduleAllStaff--palette-7{--store-schedule-staff-bg:#e0e7ff;--store-schedule-staff-border:#818cf8;--store-schedule-staff-accent:#4f46e5}.storeScheduleAllStaffStaffHead[class*=storeScheduleAllStaff--palette-]{background:var(--store-schedule-staff-bg);box-shadow:inset 0 4px var(--store-schedule-staff-accent)}.storeScheduleAllStaffEvent[class*=storeScheduleAllStaff--palette-]{background:var(--store-schedule-staff-bg);border-color:var(--store-schedule-staff-border)}.storeScheduleAllStaffEvent.storeScheduleTimelineBlock--blue{background:#dbeafe;border-color:#60a5fa}.storeScheduleAllStaffEvent.storeScheduleTimelineBlock--green{background:#dcfce7;border-color:#4ade80}.storeScheduleAllStaffEvent.storeScheduleTimelineBlock--pink{background:#fce7f3;border-color:#f472b6}.storeScheduleAllStaffEvent.storeScheduleTimelineBlock--purple{background:#ede9fe;border-color:#a78bfa}.storeScheduleAllStaffEvent:hover,.storeScheduleAllStaffEvent:focus-visible{z-index:9;outline-offset:1px;filter:brightness(.98);outline:2px solid #2563eb}.storeScheduleAllStaffEvent>strong,.storeScheduleAllStaffEvent>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;line-height:1.2;display:block;overflow:hidden}.storeScheduleAllStaffEvent>strong{font-variant-numeric:tabular-nums;font-size:11px}.storeScheduleAllStaffEvent--external{cursor:default;border-style:dashed}.storeScheduleAllStaffEventOrigin{color:#475569;background:#ffffffd1;border-radius:999px;align-self:flex-start;padding:1px 5px;font-weight:800;font-size:9px!important}@media (width<=760px){.storeScheduleAllStaffToolbar{flex-direction:column;align-items:stretch}.storeScheduleAllStaffDateNav{justify-content:space-between}.storeScheduleAllStaffDateNav strong{min-width:0}}.storeScheduleTimelineBlock--draggable{cursor:grab;touch-action:none}.storeScheduleTimelineResizeHandle{z-index:3;width:12px;position:absolute;top:0;bottom:0}.storeScheduleTimelineResizeHandle--start{cursor:ew-resize;left:0}.storeScheduleTimelineResizeHandle--end{cursor:ew-resize;right:0}.storeScheduleTimelineResizeHandle:after{content:"";opacity:0;background:#47556959;border-radius:999px;width:2px;position:absolute;top:10px;bottom:10px}.storeScheduleTimelineResizeHandle--start:after{left:4px}.storeScheduleTimelineResizeHandle--end:after{right:4px}.storeScheduleTimelineBlock:hover .storeScheduleTimelineResizeHandle:after{opacity:1}.storeScheduleTimelineBlock--dragging{cursor:grabbing;z-index:5;opacity:.95;background:#fde68a;border-color:#f59e0b;transition:left 50ms linear,width 50ms linear;box-shadow:0 4px 12px #0000002e}.storeScheduleTimelineBlockTime{color:#475569;font-size:11px;font-weight:700;display:block}.storeScheduleTimelineBlockTitle{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;font-weight:700;display:block;overflow:hidden}.storeScheduleTimelineBlockReceptionist{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;display:block;overflow:hidden}.storeScheduleTimelineBlockBody{color:#475569;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;display:block;overflow:hidden}@media (width<=720px){.storeScheduleTimelineTrack{height:160px}.storeScheduleTimelineBlockTitle,.storeScheduleTimelineBlockReceptionist,.storeScheduleTimelineBlockBody{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box}}.storeScheduleFormRow--full{grid-template-columns:72px 1fr}.storeScheduleFormPanel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px}.storeScheduleEventFormOverlay{z-index:65;background:#0f172a73;justify-content:center;align-items:flex-start;padding:24px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.storeScheduleEventFormDialog{flex-shrink:0;width:min(720px,100%);margin:auto 0}.storeScheduleEventFormDialog--wide{width:min(920px,100%)}.storeScheduleEventFormDialog .storeScheduleFormPanel{background:#fff;box-shadow:0 24px 60px #0f172a33}.storeReservationSettingsPanel{flex-direction:column;gap:16px;display:flex}.storeReservationSettingsLead,.storeReservationSettingsSectionHead p,.storeReservationSettingsEmpty{color:#64748b;margin:0;font-size:12px;line-height:1.55}.storeReservationSettingsMaster{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.storeReservationSettingsMaster input{margin-top:3px}.storeReservationSettingsMaster span{flex-direction:column;gap:3px;display:flex}.storeReservationSettingsMaster small{color:#64748b}.storeReservationSettingsSummaryGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.storeReservationSettingsSummaryGrid label{color:#475569;flex-direction:column;gap:5px;font-size:12px;display:flex}.storeReservationSettingsSummaryGrid select,.storeReservationWeekdayRow input[type=time],.storeReservationBreakRow input[type=time],.storeReservationClosedDateAdd input,.storeReservationMenuRow select{color:#0f172a;min-height:36px;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:5px 8px}.storeReservationSettingsSection{border-top:1px solid #e2e8f0;flex-direction:column;gap:9px;padding-top:14px;display:flex}.storeReservationSettingsSection h3{color:#1e293b;margin:0;font-size:14px}.storeReservationSettingsSectionHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.storeReservationWeekdayList,.storeReservationMenuList{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 14px;display:grid}.storeReservationWeekdayRow,.storeReservationBreakRow,.storeReservationMenuRow{align-items:center;gap:8px;min-height:40px;display:flex}.storeReservationWeekdayRow{background:#f8fafc;border:1px solid #e2e8f0;border-radius:7px;padding:5px 8px}.storeReservationWeekdayEnabled{align-items:center;gap:6px;min-width:74px;font-size:13px;display:flex}.storeReservationBreakList{flex-direction:column;gap:6px;display:flex}.storeReservationClosedDateAdd{align-items:center;gap:8px;display:flex}.storeReservationClosedDateList{flex-wrap:wrap;gap:6px;display:flex}.storeReservationClosedDateList>span{color:#991b1b;background:#fee2e2;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:12px;font-weight:700;display:inline-flex}.storeReservationClosedDateList button{color:inherit;cursor:pointer;background:0 0;border:0;padding:0}.storeReservationMenuRow{border:1px solid #e2e8f0;border-radius:7px;justify-content:space-between;padding:6px 9px}.storeReservationMenuRow label{align-items:center;gap:7px;font-size:13px;display:flex}@media (width<=720px){.storeReservationSettingsSummaryGrid,.storeReservationWeekdayList,.storeReservationMenuList{grid-template-columns:1fr}.storeReservationWeekdayRow{flex-wrap:wrap}}.storeScheduleFormGrid{flex-direction:column;gap:10px;display:flex}.storeScheduleFormRow{grid-template-columns:72px 1fr;align-items:start;gap:10px;font-size:14px;display:grid}.storeScheduleFormRow>span{color:#475569;text-align:right;padding-top:8px}.storeScheduleFormRow--top>span{padding-top:10px}.storeScheduleFormDateTimes{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.storeScheduleFormDateTimes input[type=date],.storeScheduleFormDateTimes input[type=time]{min-width:0}.storeScheduleAllDayBtn{white-space:nowrap;flex:none;min-height:36px}.storeScheduleAllDayBtn--active{color:#1d4ed8;background:#eff6ff;border-color:#60a5fa;font-weight:700}.storeScheduleFormCheck{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.storeScheduleClosedDayBulkLead{color:#475569;margin:0 0 14px;font-size:13px;line-height:1.6}.storeScheduleClosedDayOptions,.storeScheduleClosedDayWeekNumbers{flex-wrap:wrap;gap:6px;display:flex}.storeScheduleClosedDayOption{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;justify-content:center;align-items:center;min-width:42px;min-height:34px;font-size:13px;font-weight:700;display:inline-flex}.storeScheduleClosedDayOption:has(input:focus-visible){outline-offset:2px;outline:2px solid #2563eb}.storeScheduleClosedDayOption--checked{color:#1d4ed8;background:#dbeafe;border-color:#2563eb}.storeScheduleClosedDayOption input{opacity:0;width:1px;height:1px;position:absolute}.storeScheduleClosedDayWeekSettings{flex-wrap:wrap;align-items:center;gap:10px 16px;display:flex}.storeScheduleClosedDayWeekNumbers{flex-basis:100%}.storeScheduleClosedDayPreview{background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;min-height:52px;padding:10px}.storeScheduleClosedDayPreview>strong{color:#1e3a8a;margin-bottom:7px;font-size:14px;display:block}.storeScheduleClosedDayPreview>p{color:#64748b;margin:0;font-size:12px}.storeScheduleClosedDayPreviewDates{flex-wrap:wrap;gap:5px;max-height:132px;display:flex;overflow-y:auto}.storeScheduleClosedDayPreviewDates span{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700}.storeScheduleRecurringTimeSettings{flex-wrap:wrap;align-items:center;gap:8px 16px;display:flex}.storeScheduleRecurringGroups{border-top:1px solid #dbe3ee;margin-top:18px;padding-top:16px}.storeScheduleRecurringGroups h3{color:#334155;margin:0 0 10px;font-size:14px}.storeScheduleRecurringGroups>p{color:#64748b;margin:0;font-size:12px}.storeScheduleRecurringGroupList{gap:8px;display:grid}.storeScheduleRecurringGroupCard{background:#f8fafc;border:1px solid #dbe3ee;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.storeScheduleRecurringGroupCard>div:first-child{gap:2px;min-width:0;display:grid}.storeScheduleRecurringGroupCard strong{color:#1e3a8a;font-size:13px}.storeScheduleRecurringGroupCard span,.storeScheduleRecurringGroupCard small{overflow-wrap:anywhere;color:#475569;font-size:12px}.storeScheduleRecurringGroupCard>div:last-child{flex:none;gap:6px;display:flex}@media (width<=720px){.storeScheduleRecurringGroupCard{flex-direction:column;align-items:stretch}.storeScheduleRecurringGroupCard>div:last-child{flex-wrap:wrap}}.storeScheduleFormTitleRow{flex-wrap:wrap;gap:8px;display:flex}.storeScheduleFormTitleRow select{min-width:100px}.storeScheduleCategorySelect{width:100%;max-width:100%}.storeScheduleCategoryCombo{width:100%;display:flex;position:relative}.storeScheduleCategoryComboInput{border:1px solid #cbd5e1;border-right:none;border-radius:6px 0 0 6px;flex:1;min-width:0;padding:8px 10px;font-size:14px}.storeScheduleCategoryComboToggle{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:0 6px 6px 0;flex-shrink:0;width:38px;font-size:11px;line-height:1}.storeScheduleCategoryComboToggle:hover:not(:disabled){background:#e2e8f0}.storeScheduleCategoryComboToggle:disabled{opacity:.55;cursor:not-allowed}.storeScheduleCategoryComboMenu{z-index:30;background:#fff;border:1px solid #cbd5e1;border-radius:8px;max-height:240px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0f172a24}.storeScheduleCategoryComboOption{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:4px;width:100%;padding:8px 10px;font-size:14px;display:block}.storeScheduleCategoryComboOption:hover,.storeScheduleCategoryComboOption--active{color:#1d4ed8;background:#eff6ff}.storeScheduleFormTitleRow input{flex:1;min-width:160px}.storeScheduleFormRow textarea{resize:vertical;width:100%;min-height:100px}.storeScheduleFormActions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.storeScheduleDuplicateAddBtn{margin-left:auto}.storeScheduleColorPicker{align-items:center;gap:6px;margin-left:4px;display:flex}.storeScheduleColorSwatch{cursor:pointer;border:2px solid #0f172a1f;border-radius:50%;flex-shrink:0;width:24px;height:24px;padding:0}.storeScheduleColorSwatch:hover:not(:disabled){transform:scale(1.08)}.storeScheduleColorSwatch--active{border-color:#0f172a;box-shadow:inset 0 0 0 2px #fff}.storeScheduleColorSwatch:disabled{opacity:.55;cursor:not-allowed}@media (width<=520px){.storeScheduleDuplicateAddBtn{width:100%;margin-left:0}}.storeScheduleMemoSection{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;overflow:visible}.kintoneListPage.storeScheduleBoardPage .storeScheduleMemoBar{border-radius:8px 8px 0 0}.storeScheduleMemoBar{color:#fff;background:linear-gradient(#e85c5c 0%,#d94545 100%);justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex}.storeScheduleMemoBar h2{margin:0;font-size:1rem;font-weight:700}.storeScheduleMemoBar p{opacity:.9;margin:3px 0 0;font-size:12px}.storeScheduleMemoBarActions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.storeScheduleMemoMore{color:#64748b;background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:12px;display:flex}.storeScheduleBoardPage--memosOnly>.storeScheduleBoardToolbarHead,.storeScheduleBoardPage--memosOnly .storeScheduleBoardBody>:not(.storeScheduleMemoSection):not(.storeScheduleMemoDetailOverlay){display:none!important}.storeScheduleBoardPage--memosOnly .storeScheduleBoardBody{padding:0}.storeScheduleBoardPage--memosOnly .storeScheduleMemoSection{width:min(1100px,100% - 32px);min-height:calc(100vh - 92px);margin:24px auto}.storeScheduleMemoList{margin:0;padding:0;list-style:none}.storeScheduleMemoSearch{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:minmax(260px,1fr) minmax(180px,280px) auto auto;align-items:end;gap:10px;padding:12px 14px;display:grid}.storeScheduleMemoSearch label{color:#475569;flex-direction:column;gap:4px;font-size:12px;font-weight:700;display:flex}.storeScheduleMemoSearch input,.storeScheduleMemoSearch select{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:7px;width:100%;min-height:36px;padding:7px 10px}.storeScheduleMemoSearchCount{color:#64748b;white-space:nowrap;align-self:center;font-size:12px}.storeScheduleMemoList>li.isReorderable{background:#fff;align-items:stretch;transition:opacity .12s,box-shadow .12s;display:flex}.storeScheduleMemoList>li.isDragging{opacity:.45}.storeScheduleMemoList>li.isDropTarget{box-shadow:inset 0 3px #2563eb}.storeScheduleMemoDragHandle{color:#64748b;cursor:grab;-webkit-user-select:none;user-select:none;background:#f8fafc;border-bottom:1px solid #f1f5f9;border-right:1px solid #e2e8f0;flex:0 0 34px;justify-content:center;align-items:center;width:34px;display:flex}.storeScheduleMemoDragHandle:active{cursor:grabbing}.storeScheduleMemoReorderHint{color:#64748b;background:#f8fafc;margin:0;padding:8px 14px;font-size:12px}.storeScheduleMemoReorderError{margin:8px 14px}.storeScheduleMemoFilters{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;gap:7px;padding:10px 14px;display:flex}.storeScheduleMemoFilter{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;display:inline-flex}.storeScheduleMemoFilter span{text-align:center;background:#e2e8f0;border-radius:999px;min-width:20px;padding:1px 5px;font-size:10px}.storeScheduleMemoFilter.isActive{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.storeScheduleMemoItem{cursor:pointer;text-align:left;background:#fff;border:none;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 14px;display:flex}.storeScheduleMemoItem:hover{background:#f8fafc}.storeScheduleMemoTitle{color:#1d4ed8;font-size:14px;text-decoration:underline}.storeScheduleMemoLabel{color:#166534;background:#dcfce7;border-radius:999px;width:fit-content;padding:2px 7px;font-size:11px;font-weight:700;display:inline-flex}.storeScheduleMemoLabel--personal{color:#1d4ed8;background:#dbeafe}.storeScheduleMemoLabel--document{color:#7c3aed;background:#ede9fe}.storeScheduleMemoLabelFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.storeScheduleMemoLabelFields label{color:#475569;flex-direction:column;gap:5px;font-size:12px;font-weight:700;display:flex}.storeScheduleMemoLabelFields select{background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:8px 10px}.storeScheduleMemoDate{color:#64748b;flex-shrink:0;font-size:12px}.storeScheduleMemoEmpty{padding:16px 14px}.storeScheduleMemoForm{z-index:72;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;flex-direction:column;gap:8px;width:min(760px,100vw - 32px);max-height:calc(100vh - 48px);padding:18px;display:flex;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 24px 70px #0f172a61}.storeScheduleMemoSection:has(.storeScheduleMemoForm):before{content:"";z-index:71;background:#0f172a73;position:fixed;inset:0}.storeScheduleMemoForm input,.storeScheduleMemoForm textarea{width:100%}.storeScheduleMemoDetailOverlay{z-index:60;background:#0f172a73;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0}.storeScheduleMemoDetail{background:#fff;border-radius:12px;flex-direction:column;width:min(960px,100%);max-height:100%;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a59}.storeScheduleMemoDetailHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 18px;display:flex}.storeScheduleMemoDetailTitle{color:#111827;margin:0 0 4px;font-size:16px;font-weight:700}.storeScheduleMemoDetailMeta{color:#6b7280;margin:0;font-size:12px}.storeScheduleMemoDetailActions{flex-wrap:wrap;gap:6px;display:flex}.storeScheduleMemoDetailBody{border-bottom:1px solid #e5e7eb;padding:14px 18px;overflow:auto}.storeScheduleMemoDetailText{white-space:pre-wrap;color:#111827;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6}.storeScheduleMemoBodyLink{color:#2563eb;word-break:break-all;text-decoration:underline}.storeScheduleMemoBodyLink:hover{color:#1d4ed8}.storeScheduleMemoDetailFiles{padding:10px 18px 14px}.storeScheduleMemoDetailFiles h4{color:#374151;margin:0 0 6px;font-size:13px;font-weight:700}.storeScheduleMemoDetailFiles ul{margin:0;padding-left:18px}.storeScheduleMemoDetailFiles li{margin-bottom:4px}.storeScheduleMemoItemMain{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.storeScheduleMemoPdfBadge{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:11px;font-weight:600}.storeScheduleMemoAttachBlock{background:#fff;border:1px dashed #cbd5e1;border-radius:8px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.storeScheduleMemoAttachLabel{color:#475569;font-size:13px;font-weight:600}.storeScheduleMemoAttachList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.storeScheduleMemoAttachRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.storeScheduleMemoAttachLink{color:#1d4ed8;word-break:break-all;font-size:13px;text-decoration:underline}.storeScheduleMemoAttachPending{color:#334155;word-break:break-all;font-size:13px}.storeScheduleMemoAttachPicker{cursor:pointer;display:inline-block}.storeScheduleMemoAttachPicker input[type=file]{display:none}.storeScheduleMemoLabelSettings{background:#fff;border-radius:12px;width:min(760px,100%);max-height:100%;overflow:auto;box-shadow:0 24px 60px #0f172a59}.storeScheduleMemoLabelSettingsBody{flex-direction:column;gap:12px;padding:16px 18px;display:flex}.storeScheduleMemoLabelSettingsList{flex-direction:column;gap:8px;display:flex}.storeScheduleMemoLabelSettingRow{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:end;gap:10px;padding:10px;display:grid}.storeScheduleMemoLabelOrderButtons{gap:4px;display:flex}.storeScheduleMemoLabelOrderButtons button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:30px;height:34px}.storeScheduleMemoLabelOrderButtons button:disabled{opacity:.35;cursor:default}.storeScheduleMemoLabelNameField{color:#475569;flex-direction:column;gap:4px;font-size:12px;font-weight:700;display:flex}.storeScheduleMemoLabelNameField input{background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;min-height:34px;padding:6px 8px}.storeScheduleMemoRecipientToggle{color:#475569;white-space:nowrap;align-items:center;gap:6px;min-height:34px;font-size:12px;display:inline-flex}.storeScheduleMemoLabelDelete{color:#b91c1c;border-color:#fecaca;min-height:34px}.storeScheduleMemoLabelSettingsNote{color:#64748b;margin:0;font-size:12px}.storeScheduleMemoLabelSettingsActions{border-top:1px solid #e5e7eb;gap:8px;padding:12px 18px 16px;display:flex}@media (width<=720px){.storeScheduleMemoLabelFields{grid-template-columns:1fr}.storeScheduleMemoBar,.storeScheduleMemoMore{flex-direction:column;align-items:stretch}.storeScheduleMemoBarActions{justify-content:flex-start}.storeScheduleMemoSearch,.storeScheduleMemoLabelSettingRow{grid-template-columns:1fr;align-items:stretch}.storeScheduleMemoLabelOrderButtons{justify-content:flex-end}.storeScheduleFortnight,.storeScheduleFortnightHead{grid-template-columns:repeat(2,minmax(0,1fr))}.storeScheduleDay:nth-child(7n),.storeScheduleDayHeadCell:nth-child(7n){border-right:1px solid #e2e8f0}.storeScheduleDay:nth-child(2n),.storeScheduleDayHeadCell:nth-child(2n){border-right:none}.storeScheduleFormRow{grid-template-columns:1fr}.storeScheduleFormRow>span{text-align:left;padding-top:0}}.eventsPage{flex-direction:column;gap:14px;display:flex}.eventsCalendarToolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.eventsCalendarGrid{background:#fff;border:1px solid #cbd5e1;border-radius:10px;grid-template-columns:repeat(7,minmax(0,1fr));display:grid;overflow:hidden}.eventsCalendarHeadCell{background:#eef2ff;border-bottom:1px solid #cbd5e1;border-right:1px solid #cbd5e1;padding:6px 8px;font-size:13px;font-weight:700}.eventsCalendarHeadCell:last-child{border-right:none}.eventsCalendarCell{border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;min-height:108px;padding:4px 6px}.eventsCalendarCell--muted{color:#94a3b8;background:#f8fafc}.eventsCalendarDate{margin-bottom:4px;font-size:12px}.eventsDayItems{flex-direction:column;gap:4px;display:flex}.eventsDayItem{color:#fff;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:#1d4ed8;border-radius:0;padding:2px 4px;font-size:11px;overflow:hidden}.eventsDayItem--single{border-radius:4px}.eventsDayItem--start{border-radius:4px 0 0 4px}.eventsDayItem--end{border-radius:0 4px 4px 0}.eventsDayItem--middle{border-radius:0}.eventsDayItem--umedia{background:#2563eb}.eventsDayItem--honda{background:#b91c1c}.eventsDayItem--kawasaki{background:#15803d}.eventsDayItem--yamaha{background:#1d4ed8}.eventsDayItem--suzuki{background:#ca8a04}.eventsDayItem--harley{background:#f59e0b}.eventsDayItem--triumph{background:#52525b}.eventsDayItem--ducati{background:#7e22ce}.eventsDayItem--indian{background:#a16207}.eventsDayItem--other{background:#db2777}.eventsColorTabs{flex-wrap:wrap;gap:6px;display:flex}.eventsColorTab{color:#fff;cursor:pointer;border:1px solid #0f172a26;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:700}.eventsColorTab--active{box-shadow:inset 0 0 0 2px #0f172a}.eventsAttachmentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.eventsAttachmentBox{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:6px;padding:10px;display:flex}.eventsAttachmentTitle{color:#334155;font-size:13px;font-weight:700}.eventsAttachmentList{flex-direction:column;gap:8px;display:flex}.eventsAttachmentItem{align-items:center;gap:8px;display:flex}.eventsAttachmentThumbLink{background:#fff;border:1px solid #cbd5e1;border-radius:10px;display:inline-flex;overflow:hidden}.eventsAttachmentThumb{object-fit:cover;width:120px;height:80px;display:block}.storesTableCellWide{min-width:220px}.storesTable tbody a{color:#1d4ed8;text-decoration:none}.storesTable tbody a:hover{text-decoration:underline}.storesEmptyCell{text-align:center;color:#64748b;padding:20px 12px!important}.storesEditPanel{background:#f8fbff;border:1px solid #bfdbfe;border-radius:12px;padding:14px}.storesEditPanelHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.storesEditPanelTitle{color:#0f172a;margin:0;font-size:16px}.orgEditMembers{flex-direction:column;gap:8px;margin-top:10px;display:flex}.orgEditMemberRow{align-items:center;gap:8px;display:flex}.orgEditMemberRow input{flex:auto}.orgEditMemberRow--dragging{opacity:.55}.orgEditDragHandle{-webkit-user-select:none;user-select:none;cursor:grab;color:#64748b;letter-spacing:1px;font-weight:700}.inquiryListPage{max-width:1100px;margin:0 auto}.inquiryListHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.inquiryListTitle{color:#0f172a;margin:0;font-size:1.45rem}.inquiryListHeaderActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.inquiryListMeta{color:#475569;background:#ffffffd9;border:1px solid #cbd5e1;border-radius:999px;padding:4px 10px;font-size:13px}.inquiryTableWrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0f172a0f}.inquiryTable{border-collapse:collapse;width:100%;font-size:14px}.inquiryTable thead th{text-align:left;color:#334155;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 14px;font-weight:700}.inquiryTable tbody td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:12px 14px}.inquiryTableRow{cursor:pointer}.inquiryTableRow:hover{background:#f8fafc}.inquiryTableRow--active{outline-offset:-2px;background:#eff6ff;outline:2px solid #3b82f6}.inquiryTableIconCol{text-align:center;width:44px}.inquiryTableTitle{color:#0f172a;font-weight:600}.inquiryTablePreview{color:#64748b;max-width:360px}.inquiryTableActionsCol{text-align:right;white-space:nowrap;width:96px}.inquiryTableEmpty{text-align:center;color:#64748b;padding:24px 12px!important}.documentLibraryPage .inquiryListHeader{flex-wrap:wrap}.documentLibraryCsvAttachAnchor,.documentLibraryEditorAnchor{scroll-margin-top:24px}.documentLibraryFilesCell{vertical-align:top;min-width:160px}.documentLibraryFileLinks{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.documentLibraryFileLink{color:#2563eb;text-underline-offset:2px;word-break:break-all;text-decoration:underline}.documentLibraryFileLink:hover{color:#1d4ed8}.inquiryStatus{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:2px 10px;font-size:12px;font-weight:700;display:inline-block}.inquiryStatus--prog{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.inquiryStatus--done{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.inquiryIconBtn{cursor:pointer;border-radius:999px;width:32px;height:32px;margin-left:6px;font-size:14px;line-height:1;color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #93c5fd!important;padding:0!important}.inquiryIconBtn:hover{background:#dbeafe!important}.inquiryIconBtn--danger{color:#b91c1c!important;background:#fef2f2!important;border-color:#fecaca!important}.inquiryPreviewPanel{background:#fff;border:1px solid #bfdbfe;border-radius:12px;margin-top:14px;padding:14px 16px;box-shadow:0 8px 24px #3b82f61f}.inquiryPreviewBody{white-space:pre-wrap;color:#1e293b;margin:0 0 12px;font-size:14px;line-height:1.6}.inquiryFormPage{max-width:920px;margin:0 auto}.inquiryFormToolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px;display:flex}.inquiryFormDeleteBtn{margin-left:auto;color:#b91c1c!important;border-color:#fecaca!important}.inquiryFormCard{background:#fffffff2;border:1px solid #e2e8f0;border-radius:14px;padding:18px 18px 20px;box-shadow:0 4px 14px #0f172a0f}.inquiryFormRow--split{flex-wrap:wrap;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.inquiryFormField{flex:260px}.inquiryFormField--narrow{flex:0 280px}.inquiryFormField--block{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.inquiryFormLabel{color:#334155;font-size:13px;font-weight:700}.inquiryCheckboxRow{flex-wrap:wrap;gap:12px 18px;display:flex}.inquiryCheckbox{color:#1e293b;cursor:pointer;align-items:center;gap:6px;font-size:14px;display:flex}.inquiryDatetimeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.inquiryFormControlWide{width:100%;max-width:100%}.inquiryFormTextarea{resize:vertical;width:100%;max-width:100%;min-height:72px}.inquiryResponseSection{margin-top:8px}.inquiryResponseTable{border-collapse:collapse;border-radius:8px;width:100%;font-size:13px;overflow:hidden}.inquiryResponseTable thead th{color:#fff;text-align:left;background:#2563eb;padding:10px 12px;font-weight:700}.inquiryResponseTable tbody td{vertical-align:top;background:#fff;border:1px solid #e2e8f0;padding:10px 12px}.inquiryResponseAddCol{text-align:center;width:52px;vertical-align:middle!important}.inquiryAttachPlaceholder{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:10px 12px;font-size:12px}.inquiryPlusBtn{cursor:pointer;border:none;border-radius:999px;width:34px;height:34px;font-size:20px;line-height:1;color:#fff!important;background:#2563eb!important;padding:0!important}.inquiryPlusBtn:hover{background:#1d4ed8!important}.internalNoticeListPage{flex-direction:column;gap:12px;display:flex}.internalNoticeBreadcrumb{color:#64748b;margin:0;font-size:13px}.internalNoticeTable{font-size:14px}.internalNoticeAttachCell{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:140px;overflow:hidden}.internalNoticeAttachCell a{color:#2563eb}.internalNoticeDetailPage{flex-direction:column;gap:16px;display:flex}.internalNoticeDetailCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:16px;max-width:720px;padding:20px;display:flex}.internalNoticeDetailRow{gap:16px;display:grid}.internalNoticeDetailRow--split{grid-template-columns:1fr 1fr}@media (width<=560px){.internalNoticeDetailRow--split{grid-template-columns:1fr}}.internalNoticeDetailRow--tri{grid-template-columns:repeat(3,1fr)}@media (width<=720px){.internalNoticeDetailRow--tri{grid-template-columns:1fr}}.internalNoticeDetailField{flex-direction:column;gap:6px;display:flex}.internalNoticeDetailLabel{color:#475569;font-size:13px;font-weight:600}.internalNoticeDetailValue{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;font-size:15px}.internalNoticeDetailBody{white-space:pre-wrap;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0;padding:12px;font-family:inherit;font-size:14px;line-height:1.6}.internalNoticeDetailAttach a{color:#2563eb}.internalNoticeFormPage .internalNoticeFormAttachRow{gap:16px;display:grid}@media (width>=720px){.internalNoticeFormPage .internalNoticeFormAttachRow{grid-template-columns:repeat(3,1fr)}}.internalNoticeKeepRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.drivingSchoolTableScroll{--driving-school-icon-w:44px;--driving-school-name-w:220px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;max-height:min(72vh,100dvh - 200px);overflow:auto;box-shadow:0 2px 10px #0f172a0f}.kintoneListPage .drivingSchoolTableScroll--kintone{min-height:0;max-height:none;box-shadow:none;overscroll-behavior:auto;background:#fff;border:none;border-radius:0;flex:auto}.drivingSchoolTableInner{vertical-align:top;min-width:100%;display:inline-block}.drivingSchoolTable{table-layout:fixed;border-collapse:separate;border-spacing:0;width:2160px;max-width:none;font-size:13px}.drivingSchoolTable col.drivingSchoolColIcon{width:var(--driving-school-icon-w)}.drivingSchoolTable col.drivingSchoolColName{width:var(--driving-school-name-w)}.drivingSchoolTable col.drivingSchoolColDate{width:104px}.drivingSchoolTable col.drivingSchoolColStore{width:96px}.drivingSchoolTable col.drivingSchoolColShort{width:76px}.drivingSchoolTable col.drivingSchoolColVisit{width:104px}.drivingSchoolTable col.drivingSchoolColMedium{width:132px}.drivingSchoolTable col.drivingSchoolColNote{width:200px}.drivingSchoolTable col.drivingSchoolColMark{width:56px}.drivingSchoolTable col.drivingSchoolColSmallBike{width:108px}.drivingSchoolTable col.drivingSchoolColContact{width:120px}.drivingSchoolTable col.drivingSchoolColAddress{width:220px}.drivingSchoolTable col.drivingSchoolColTel{width:120px}.drivingSchoolTable col.drivingSchoolColUpdated{width:136px}.drivingSchoolTh,.drivingSchoolTd{text-align:left;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #eef2f7;padding:7px 10px;line-height:1.35;overflow:hidden}.drivingSchoolTable thead .drivingSchoolTh{color:#334155;z-index:2;background:#f1f5f9;border-bottom:1px solid #e2e8f0;font-weight:700;position:sticky;top:0}.drivingSchoolTable thead .drivingSchoolStickyHeadIcon{z-index:12;width:var(--driving-school-icon-w);min-width:var(--driving-school-icon-w);max-width:var(--driving-school-icon-w);text-align:center;left:0;box-shadow:4px 0 6px -2px #0f172a1f}.drivingSchoolTable thead .drivingSchoolStickyHeadName{left:var(--driving-school-icon-w);z-index:11;box-shadow:4px 0 6px -2px #0f172a1a}.drivingSchoolTable tbody .drivingSchoolStickyIconCol{z-index:4;width:var(--driving-school-icon-w);min-width:var(--driving-school-icon-w);max-width:var(--driving-school-icon-w);font-size:14px;position:sticky;left:0;box-shadow:4px 0 6px -2px #0f172a1f;text-align:center!important}.drivingSchoolTable tbody .drivingSchoolStickyNameCol{left:var(--driving-school-icon-w);z-index:3;color:#0f172a;font-weight:600;position:sticky;box-shadow:4px 0 6px -2px #0f172a1a}.drivingSchoolTable thead .drivingSchoolStickyHeadIcon,.drivingSchoolTable thead .drivingSchoolStickyHeadName{background:#f1f5f9;position:sticky}.drivingSchoolTable tbody tr:nth-child(odd) .drivingSchoolTd{background:#fff}.drivingSchoolTable tbody tr:nth-child(2n) .drivingSchoolTd{background:#fafbfc}.drivingSchoolTable tbody tr:hover .drivingSchoolTd{background:#f0f7ff}.drivingSchoolTable tbody tr:nth-child(odd) .drivingSchoolStickyIconCol,.drivingSchoolTable tbody tr:nth-child(odd) .drivingSchoolStickyNameCol{background:#fff}.drivingSchoolTable tbody tr:nth-child(2n) .drivingSchoolStickyIconCol,.drivingSchoolTable tbody tr:nth-child(2n) .drivingSchoolStickyNameCol{background:#fafbfc}.drivingSchoolTable tbody tr:hover .drivingSchoolStickyIconCol,.drivingSchoolTable tbody tr:hover .drivingSchoolStickyNameCol{background:#f0f7ff}.drivingSchoolTelLink{color:#2563eb}.drivingSchoolTelInCell{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.drivingSchoolTable .inquiryTableEmpty{white-space:normal;text-align:center;background:#fff!important;padding:24px 12px!important}.drivingSchoolDetailName{color:#0f172a;margin:0 0 12px;font-size:1.25rem}.drivingSchoolDetailCard{max-width:900px}.regulationsPage{flex-direction:column;gap:16px;display:flex}.regulationsPageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.regulationsPageTitle{color:#0f172a;margin:0 0 6px;font-size:clamp(1.5rem,3vw,2rem)}.regulationsPageLead{color:#64748b;margin:0;font-size:14px}.regulationsToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.regulationsSearchInput{border:1px solid #cbd5e1;border-radius:10px;flex:220px;min-width:180px;max-width:420px;padding:10px 12px;font-size:15px}.regulationsResultCount{color:#64748b;font-size:14px}.regulationsList{flex-direction:column;gap:10px;display:flex}.regulationsCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.regulationsCard--open{border-color:#93c5fd;box-shadow:0 6px 16px #3b82f61f}.regulationsCardHeader{text-align:left;cursor:pointer;width:100%;font:inherit;background:#fff;border:none;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.regulationsCardHeader:hover{background:#f8fafc}.regulationsCardTitle{color:#0f172a;font-size:15px;font-weight:700}.regulationsCardMeta{color:#64748b;white-space:nowrap;font-size:13px}.regulationsCardChevron{color:#64748b;font-size:12px}.regulationsBody{white-space:pre;color:#1e293b;border-top:1px solid #f1f5f9;max-height:min(70vh,720px);margin:0;padding:12px 14px 14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;line-height:1.6;overflow:auto}.orgChartPage{flex-direction:column;gap:14px;display:flex}.orgChartPageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.orgChartPageTitle{color:#0f172a;margin:0 0 6px;font-size:clamp(1.5rem,3vw,2rem)}.orgChartPageLead{color:#64748b;margin:0;font-size:14px}.orgChartToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.orgChartSearchInput{border:1px solid #cbd5e1;border-radius:10px;flex:240px;min-width:180px;max-width:420px;padding:10px 12px;font-size:15px}.orgChartGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.orgChartCard{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px}.orgChartCardHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.orgChartCardTitle{color:#0f172a;margin:0;font-size:16px;font-weight:800}.orgChartCardMeta{color:#64748b;font-size:12px}.orgChartStaffList{flex-wrap:wrap;gap:6px;display:flex}.orgChartStaffChip{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:4px 10px;font-size:13px;display:inline-flex}.employeeRosterPage{flex-direction:column;gap:14px;display:flex}.employeeRosterPageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.employeeRosterPageTitle{color:#0f172a;margin:0 0 6px;font-size:clamp(1.5rem,3vw,2rem)}.employeeRosterPageLead{color:#64748b;margin:0;font-size:14px}.employeeRosterStatusTabs{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.employeeRosterStatusTab{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;padding:8px 16px;font-size:.9rem}.employeeRosterStatusTab--active{color:#1a5fb4;background:#e8f2fc;border-color:#1a5fb4;font-weight:600}.employeeRosterStatusActions{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.employeeRosterDateInput{border:1px solid #ccc;border-radius:6px;padding:8px 10px;font-size:.9rem}.employeeRosterToolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.employeeRosterSearchInput{border:1px solid #cbd5e1;border-radius:10px;flex:240px;min-width:180px;max-width:420px;padding:10px 12px;font-size:15px}.employeeRosterTableWrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:auto}.employeeRosterTable{min-width:980px}.employeeRosterField{flex-direction:column;gap:4px;min-width:160px;display:flex}.employeeRosterFieldLabel{color:var(--muted,#666);font-size:.75rem}.employeeRosterAffiliationSelect{border:1px solid #ccc;border-radius:6px;min-width:220px;padding:8px 10px;font-size:.9rem}.employeeRosterActions{white-space:nowrap}.employeeRosterActions .btn{margin-bottom:4px;margin-right:6px}.employeeRosterRow--editing{background:#f0f7ff}.employeeRosterTable th,.employeeRosterTable td{white-space:nowrap;text-overflow:ellipsis;max-width:320px;overflow:hidden}.equipmentReqPage{max-width:1100px;margin:0 auto}.equipmentReqFormTop{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;margin-bottom:20px;padding:16px;display:grid}.equipmentReqField{color:var(--text);flex-direction:column;gap:6px;font-size:13px;display:flex}.equipmentReqField--full{grid-column:1/-1}.equipmentReqField input,.equipmentReqField select,.equipmentReqField textarea{border:1px solid var(--border-strong);border-radius:8px;padding:8px 10px;font-size:14px}.equipmentReqSections{flex-direction:column;gap:18px;display:flex}.equipmentReqSection{border:1px solid var(--border);background:#fff;border-radius:10px;padding:14px 16px 16px}.equipmentReqSectionTitle{color:#0f172a;border-bottom:2px solid var(--primary);margin:0 0 12px;padding-bottom:8px;font-size:15px}.equipmentReqQtyGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px 12px;display:grid}.equipmentReqQtyCell{color:#334155;flex-direction:column;gap:4px;font-size:12px;display:flex}.equipmentReqQtyLabel{min-height:2.7em;line-height:1.35}.equipmentReqQtyInput{box-sizing:border-box;border:1px solid var(--border-strong);text-align:center;border-radius:6px;width:100%;padding:6px 8px;font-size:14px}.equipmentReqUniformWrap{overflow-x:auto}.equipmentReqUniformTable{border-collapse:collapse;width:100%;font-size:14px}.equipmentReqUniformTable th,.equipmentReqUniformTable td{border:1px solid var(--border);vertical-align:middle;padding:8px 10px}.equipmentReqUniformTable th{color:#fff;text-align:left;background:#1e4e8a;font-weight:600}.equipmentReqUniformTable select,.equipmentReqUniformTable input[type=text]{box-sizing:border-box;border:1px solid var(--border-strong);border-radius:6px;width:100%;min-width:120px;padding:6px 8px}.supportFaqPage{max-width:1100px;margin:0 auto}.supportFaqFilter{align-items:center;gap:10px;margin-bottom:12px;font-size:14px;display:flex}.supportFaqFilter select{border:1px solid var(--border-strong);border-radius:8px;min-width:160px;padding:8px 10px}.supportFaqTable th:nth-child(5),.supportFaqTable th:nth-child(6),.supportFaqTable td:nth-child(5),.supportFaqTable td:nth-child(6){max-width:200px}.supportFaqDetailCard{border:1px solid var(--border);background:#fff;border-radius:10px;padding:20px}.supportFaqDetailHeading{color:#0f172a;margin:16px 0 8px;font-size:15px}.supportFaqDetailHeading:first-child{margin-top:0}.supportFaqDetailBody{white-space:pre-wrap;word-break:break-word;color:#334155;margin:0;font-family:inherit;font-size:14px;line-height:1.55}.reportHubPage{max-width:720px;margin:0 auto}.reportHubCard{border:1px solid var(--border);background:#fff;border-radius:10px;padding:24px 28px}.reportHubLinks{margin:0;padding-left:1.4em;font-size:16px;line-height:2}.reportHubLinks a{color:var(--primary);text-decoration:none}.reportHubLinks a:hover{text-decoration:underline}.reportHubDivider{border:none;border-top:1px solid var(--border);margin:20px 0 16px}.reportHubPostLink{color:#111827;font-style:italic;font-weight:600;text-decoration:none}.reportHubPostLink:hover{color:var(--primary)}.compliancePage{color:#172033;max-width:1180px;margin:0 auto}.complianceHeader{align-items:flex-start;margin-bottom:12px}.complianceEyebrow{color:#0f766e;letter-spacing:.08em;margin:0 0 5px;font-size:12px;font-weight:800}.complianceLead{max-width:680px;margin:6px 0 0}.complianceHeaderActions{flex-wrap:wrap;gap:8px;display:flex}.compliancePdfLink{align-items:center;text-decoration:none;display:inline-flex}.complianceStatus{color:#526074;background:#f8fafc;border:1px solid #dbe5ee;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px 14px;margin:0 0 12px;padding:9px 12px;font-size:12px;display:flex}.complianceStatus span+span:not(.complianceMode):before{color:#c3ced9;content:"•";margin-right:14px}.complianceMode{color:#465569;white-space:nowrap;background:#e8eef5;border-radius:999px;align-items:center;width:fit-content;padding:3px 8px;font-size:11px;font-weight:800;display:inline-flex}.complianceMode--ai{color:#087363;background:#dff7f1}.complianceNotice{color:#795821;background:#fffbeb;border:1px solid #f5d58a;border-radius:10px;grid-template-columns:auto 1fr;gap:12px;margin-bottom:16px;padding:11px 14px;font-size:12px;line-height:1.55;display:grid}.complianceColumns{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:start;gap:18px;display:grid}.compliancePanel{background:#fff;border:1px solid #dce4ec;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 8px 24px #0f172a0b}.compliancePanel--ask,.compliancePanel--quiz{padding:20px}.compliancePanelHeading{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.compliancePanelHeading h2{color:#172033;margin:5px 0 0;font-size:20px}.complianceStep{color:#0b7565;background:#e2f5f0;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:800;display:inline-flex}.complianceStep--quiz{color:#3759a6;background:#e9efff}.complianceQuestionLabel{margin-bottom:6px;font-size:13px;font-weight:800;display:block}.compliancePanel textarea{box-sizing:border-box;resize:vertical;width:100%;min-height:112px;font:inherit;border:1px solid #bdc9d6;border-radius:10px;line-height:1.55}.compliancePanel textarea:focus{border-color:#168f7e;outline:3px solid #168f7e1f}.complianceSamples{flex-wrap:wrap;gap:6px;margin:10px 0 14px;display:flex}.complianceSamples button{color:#476173;cursor:pointer;background:#f7fafb;border:1px solid #d8e2e9;border-radius:999px;padding:5px 9px;font-size:11px}.complianceSamples button:hover{color:#096a5c;background:#f0faf7;border-color:#8ec7bd}.complianceAskButton,.complianceCheckButton{justify-content:center;width:100%;min-height:42px}.complianceAnswer{background:#f6fcfa;border:1px solid #b9ddd5;border-radius:12px;margin-top:18px;padding:16px}.complianceAnswerHeader{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.complianceAnswerHeader h3{margin:0;font-size:16px}.complianceAnswerBody{white-space:pre-wrap;color:#25384a;margin:0;font-size:13px;line-height:1.7}.complianceSources{border-top:1px solid #d2e9e4;margin-top:14px;padding-top:12px}.complianceSources h4{color:#2b554e;margin:0 0 8px;font-size:12px}.complianceSources details{color:#365b55;border-top:1px solid #e0eeeb;font-size:12px}.complianceSources details:first-of-type{border-top:0}.complianceSources summary{cursor:pointer;padding:8px 0;font-weight:700}.complianceSources details p{color:#596b70;margin:0 0 10px;padding-left:18px;line-height:1.6}.complianceQuizIntro{margin:-6px 0 14px;font-size:12px}.complianceQuizToolbar{background:#f6f8fc;border-radius:10px;justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:16px;padding:11px 12px;display:flex}.complianceQuizToolbar label{color:#59677b;gap:4px;font-size:11px;font-weight:700;display:grid}.complianceQuizToolbar select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:86px}.complianceScore{color:#36527f;background:#f0f6ff;border:1px solid #a9c6f4;border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:12px 14px;font-size:12px;font-weight:700;display:flex}.complianceScoreNumber{color:#234c91;font-size:24px;font-weight:900}.complianceQuizList{gap:14px;display:grid}.complianceQuizQuestion{border:1px solid #dce3ec;border-radius:10px;min-width:0;margin:0;padding:13px}.complianceQuizQuestion--correct{background:#f7fcf9;border-color:#9bd7bd}.complianceQuizQuestion--wrong{background:snow;border-color:#f1b9b2}.complianceQuizQuestion legend{color:#27364b;gap:8px;max-width:100%;padding:0 5px;font-size:13px;font-weight:800;line-height:1.5;display:flex}.complianceQuizQuestion legend span{color:#476bb1;white-space:nowrap}.complianceChoices{gap:6px;margin-top:8px;display:grid}.complianceChoice{color:#465468;cursor:pointer;border-radius:7px;align-items:flex-start;gap:8px;padding:8px 9px;font-size:12px;line-height:1.45;display:flex}.complianceChoice:hover{background:#f4f7fb}.complianceChoice input{margin-top:2px}.complianceChoice--correct{color:#17613b;background:#e9f8ef;font-weight:700}.complianceChoice--wrong{color:#9c352d;background:#fff0ee}.complianceQuizExplanation{color:#526174;background:#ffffffd1;border-radius:8px;gap:4px;margin-top:10px;padding:10px;font-size:11px;line-height:1.55;display:grid}.complianceQuizExplanation strong{color:#273a54}.complianceQuizExplanation small{color:#667995;font-weight:700}.complianceCheckButton{margin-top:16px}.complianceQuizEmpty{color:#6a788c;text-align:center;background:#fafbfd;border:1px dashed #cbd7e5;border-radius:12px;place-items:center;min-height:190px;display:grid}.complianceQuizEmpty span{color:#4b67a1;background:#e9effa;border-radius:50%;place-items:center;width:42px;height:42px;font-size:22px;font-weight:800;display:grid}.complianceQuizEmpty p{max-width:300px;margin:-38px 16px 0;font-size:12px;line-height:1.6}@media (width<=960px){.complianceColumns{grid-template-columns:1fr}}@media (width<=640px){.complianceHeader{flex-direction:column;align-items:stretch}.complianceHeaderActions{grid-template-columns:1fr 1fr;display:grid}.complianceNotice{grid-template-columns:1fr;gap:3px}.complianceHeaderActions,.complianceHeaderActions .btn,.complianceHeaderActions a{box-sizing:border-box;justify-content:center;width:100%}.complianceHeader .storesPageTitle{font-size:1.65rem}.compliancePanel--ask,.compliancePanel--quiz{padding:15px}.complianceQuizToolbar{flex-direction:column;align-items:stretch}.complianceQuizToolbar .btn{width:100%}}.internalAccidentPage{max-width:1200px;margin:0 auto}.internalAccidentListPage{width:100%;max-width:none}.internalAccidentTableScroll{--internal-accident-icon-w:44px;--internal-accident-id-w:96px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;max-height:min(72vh,100dvh - 200px);overflow:auto;box-shadow:0 2px 10px #0f172a0f}.internalAccidentTableInner{vertical-align:top;min-width:100%;display:inline-block}.internalAccidentTable{table-layout:fixed;border-collapse:separate;border-spacing:0;width:1880px;max-width:none;font-size:13px}.internalAccidentTable col.internalAccidentColIcon{width:var(--internal-accident-icon-w)}.internalAccidentTable col.internalAccidentColId{width:var(--internal-accident-id-w)}.internalAccidentTable col.internalAccidentColStore{width:128px}.internalAccidentTable col.internalAccidentColTarget{width:200px}.internalAccidentTable col.internalAccidentColVin{width:150px}.internalAccidentTable col.internalAccidentColContent{width:300px}.internalAccidentTable col.internalAccidentColOccurred{width:132px}.internalAccidentTable col.internalAccidentColLocation{width:180px}.internalAccidentTable col.internalAccidentColSituation{width:360px}.internalAccidentTable col.internalAccidentColDamage{width:110px}.internalAccidentTable col.internalAccidentColType{width:96px}.internalAccidentTable col.internalAccidentColActions{width:84px}.internalAccidentTh,.internalAccidentTd{text-align:left;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #eef2f7;padding:7px 10px;line-height:1.35;overflow:hidden}.internalAccidentTable thead .internalAccidentTh{color:#334155;z-index:2;background:#f1f5f9;border-bottom:1px solid #e2e8f0;font-weight:700;position:sticky;top:0}.internalAccidentTable thead .internalAccidentStickyHeadIcon{z-index:12;width:var(--internal-accident-icon-w);min-width:var(--internal-accident-icon-w);max-width:var(--internal-accident-icon-w);text-align:center;left:0;box-shadow:4px 0 6px -2px #0f172a1f}.internalAccidentTable thead .internalAccidentStickyHeadId{left:var(--internal-accident-icon-w);z-index:11;box-shadow:4px 0 6px -2px #0f172a1a}.internalAccidentTable tbody .internalAccidentStickyIconCol{z-index:4;width:var(--internal-accident-icon-w);min-width:var(--internal-accident-icon-w);max-width:var(--internal-accident-icon-w);font-size:14px;position:sticky;left:0;box-shadow:4px 0 6px -2px #0f172a1f;text-align:center!important}.internalAccidentTable tbody .internalAccidentStickyIdCol{left:var(--internal-accident-icon-w);z-index:3;color:#0f172a;font-weight:600;position:sticky;box-shadow:4px 0 6px -2px #0f172a1a}.internalAccidentTable thead .internalAccidentStickyHeadIcon,.internalAccidentTable thead .internalAccidentStickyHeadId{background:#f1f5f9;position:sticky}.internalAccidentTable tbody tr:nth-child(odd) .internalAccidentTd{background:#fff}.internalAccidentTable tbody tr:nth-child(2n) .internalAccidentTd{background:#fafbfc}.internalAccidentTable tbody tr:hover .internalAccidentTd{background:#f0f7ff}.internalAccidentTable tbody tr:nth-child(odd) .internalAccidentStickyIconCol,.internalAccidentTable tbody tr:nth-child(odd) .internalAccidentStickyIdCol{background:#fff}.internalAccidentTable tbody tr:nth-child(2n) .internalAccidentStickyIconCol,.internalAccidentTable tbody tr:nth-child(2n) .internalAccidentStickyIdCol{background:#fafbfc}.internalAccidentTable tbody tr:hover .internalAccidentStickyIconCol,.internalAccidentTable tbody tr:hover .internalAccidentStickyIdCol{background:#f0f7ff}.internalAccidentThActions,.internalAccidentTdActions{text-align:right;overflow:visible}.internalAccidentTable .inquiryTableEmpty{white-space:normal;text-align:center;background:#fff!important;padding:24px 12px!important}.internalAccidentTableRow{cursor:pointer}.internalAccidentDl{grid-template-columns:minmax(140px,200px) 1fr;gap:8px 16px;margin:0 0 20px;display:grid}.internalAccidentDl dt{color:#334155;margin:0;font-weight:600}.internalAccidentDl dd{margin:0}.vehicleCancellationListPage{width:100%;max-width:none}.vehicleCancellationTableScroll .vehicleCancellationTable{width:2140px}.vehicleCancellationTable col.vehicleCancellationColIcon{width:var(--internal-accident-icon-w,44px)}.vehicleCancellationTable col.vehicleCancellationColId{width:var(--internal-accident-id-w,96px)}.vehicleCancellationTable col.vehicleCancellationColCustomer{width:160px}.vehicleCancellationTable col.vehicleCancellationColVehicle{width:140px}.vehicleCancellationTable col.vehicleCancellationColCondition{width:72px}.vehicleCancellationTable col.vehicleCancellationColOccurred,.vehicleCancellationTable col.vehicleCancellationColContracted{width:108px}.vehicleCancellationTable col.vehicleCancellationColSummary{width:300px}.vehicleCancellationTable col.vehicleCancellationColRootCause,.vehicleCancellationTable col.vehicleCancellationColDamage{width:280px}.vehicleCancellationTable col.vehicleCancellationColPrevention{width:240px}.vehicleCancellationTable col.vehicleCancellationColActions{width:84px}.vehicleCancelStatusWrap{margin:12px 0 20px;overflow-x:auto}.vehicleCancelStatusTable{border-collapse:collapse;width:100%;max-width:720px;font-size:13px}.vehicleCancelStatusTable thead th{color:#fff;text-align:center;background:#2563eb;border:1px solid #1d4ed8;padding:8px 10px;font-weight:700}.vehicleCancelStatusTable tbody td{vertical-align:middle;background:#fff;border:1px solid #e2e8f0;padding:6px 8px}.vehicleCancelStatusTable select{width:100%;min-width:88px;font-size:13px}.vehicleCancelStatusAddCol{text-align:center;width:44px}.vehicleCancelStatusAddBtn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:18px;line-height:1;display:inline-flex}.vehicleCancelStatusAddBtn:hover{background:#1d4ed8}.vehicleCancelConditionField{border:none;min-width:0;margin:0;padding:0}.vehicleCancelConditionField legend{margin-bottom:6px;font-size:13px}.vehicleCancelRequired{color:#dc2626}.vehicleCancelRadioRow{flex-wrap:wrap;gap:16px;display:flex}.vehicleCancelRadioLabel{cursor:pointer;align-items:center;gap:6px;font-size:14px;display:inline-flex}.appRoot.appRoot--dashboard.appRoot--kintone{width:100%;max-width:none;height:100dvh;min-height:100dvh;max-height:100dvh;box-shadow:none;background:#d4d7d7;border:none;border-radius:0;flex-direction:column;padding:0;display:flex;overflow:hidden}.appRoot--kintone .appAuthBar{background:#fff;border-bottom:1px solid #d4d7d7;flex-shrink:0}.appRoot--kintone .kintoneListTable,.appRoot--kintone .drivingSchoolTable{overflow:visible}.kintoneListPage{background:#fff;flex-direction:column;flex:1;width:100%;max-width:none;min-height:0;margin:0;display:flex}.kintoneListToolbar{background:#fff;border-bottom:1px solid #e3e7e8;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 20px 12px;display:flex}.kintoneListTitle{color:#333;margin:0;font-size:1.35rem;font-weight:700}.kintoneListBreadcrumb{color:#888;margin:4px 0 0;font-size:12px}.kintoneListBreadcrumb a{color:#3498db;text-decoration:none}.kintoneListBreadcrumb a:hover{text-decoration:underline}.kintoneListToolbarActions{align-items:center;gap:12px;display:flex}.kintoneListMeta{color:#666;white-space:nowrap;font-size:13px}.kintoneListAddBtn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:50%;width:40px;height:40px;font-size:22px;line-height:1;box-shadow:0 2px 6px #3498db73}.kintoneListAddBtn:hover{background:#2980b9}.kintoneListMessage{margin:12px 20px}.kintoneListTableWrap{-webkit-overflow-scrolling:touch;overscroll-behavior:auto;min-height:0;box-shadow:none;background:#fff;border:none;border-radius:0;flex:1;max-height:none;overflow:auto}.kintoneListTable{table-layout:fixed;border-collapse:collapse;border-spacing:0;width:100%;min-width:900px;font-size:13px}.auctionDailyTable col.auctionDailyColIcon{width:40px}.auctionDailyTable col.auctionDailyColDate{width:108px}.auctionDailyTable col.auctionDailyColReporter{width:88px}.auctionDailyTable col.auctionDailyColVenue{width:120px}.auctionDailyTable col.auctionDailyColNum{width:108px}.auctionDailyTable col.auctionDailyColVehicles{width:120px}.auctionDailyTable col.auctionDailyColActions{width:88px}.kintoneListTh,.kintoneListTd{text-align:left;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #e3e7e8;padding:8px 10px;overflow:hidden}.kintoneListTh{z-index:2;color:#333;background:#f7f9fa;border-bottom:1px solid #d4d7d7;font-size:12px;font-weight:600;position:sticky;top:0}.kintoneListTh--num,.kintoneListTd--num{text-align:right}.kintoneListTh--actions,.kintoneListTd--actions{text-align:center}.kintoneListTd--icon{text-align:center;color:#3498db}.kintoneListRow{cursor:pointer;background:#fff}.kintoneListRow:nth-child(2n){background:#fafbfb}.kintoneListRow:hover .kintoneListTd{background:#e8f4fc}.kintoneListShowLink{color:#3498db;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:none}.kintoneListShowLink:hover{text-decoration:underline}.kintoneListTable .inquiryTableEmpty{text-align:center;color:#888;padding:24px}.kintoneListHint{color:#888;max-width:200px;font-size:12px;line-height:1.35}.hondaOrderCsvInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hondaOrderCsvDropZone{color:#334155;text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #94a3b8;border-radius:8px;margin:0 16px 12px;padding:16px 20px;font-size:14px;transition:border-color .15s,background .15s}.hondaOrderCsvDropZone:hover:not(.hondaOrderCsvDropZone--busy){background:#eff6ff;border-color:#3b82f6}.hondaOrderCsvDropZone--active{background:#dbeafe;border-color:#2563eb}.hondaOrderCsvDropZone--busy{cursor:wait;opacity:.85}.hondaOrderCsvDropZone strong{margin-bottom:6px;display:block}.hondaOrderCsvDropZoneSub{color:#64748b;font-size:12px;display:block}.appRoot--kintone .hondaOrderTable{overflow:visible}.hondaOrderTableWrap{min-height:0}.hondaOrderTable{min-width:2600px}.hondaOrderTable col.hondaOrderColIcon{width:40px}.hondaOrderTable col.hondaOrderColModel{width:200px}.hondaOrderTable col.hondaOrderColUpdated{width:128px}.hondaOrderTable col.hondaOrderColDate{width:104px}.hondaOrderTable col.hondaOrderColOrderNo{width:96px}.hondaOrderTable col.hondaOrderColType{width:200px}.hondaOrderTable col.hondaOrderColColor{width:220px}.hondaOrderTable col.hondaOrderColMTC{width:44px}.hondaOrderTable col.hondaOrderColChassis{width:120px}.hondaOrderTable col.hondaOrderColDelivery{width:140px}.hondaOrderTable col.hondaOrderColClass{width:64px}.hondaOrderTable col.hondaOrderColCode{width:112px}.hondaOrderTable col.hondaOrderColName{width:160px}.hondaOrderTable col.hondaOrderColMemo{width:240px}.hondaOrderListPage .kintoneListRow{cursor:default}.hondaOrderListPage .kintoneListRow:hover .kintoneListTd{background:#f3f8fc}.operationFeedbackPage{flex-direction:column;gap:16px;display:flex}.operationFeedbackFilters label{flex-direction:column;gap:6px;max-width:220px;font-size:14px;display:flex}.operationFeedbackFilters select{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px}.operationFeedbackBadge{border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.operationFeedbackBadge--request{color:#1d4ed8;background:#dbeafe}.operationFeedbackBadge--bug{color:#b91c1c;background:#fee2e2}.operationFeedbackBadge--other{color:#475569;background:#f1f5f9}.operationFeedbackBadge--new{color:#b45309;background:#fef3c7}.operationFeedbackBadge--progress{color:#4338ca;background:#e0e7ff}.operationFeedbackBadge--done{color:#15803d;background:#dcfce7}.operationFeedbackDetailCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.operationFeedbackDetailDl{gap:14px;margin:0;display:grid}.operationFeedbackDetailDl>div{grid-template-columns:120px 1fr;align-items:start;gap:12px;display:grid}.operationFeedbackDetailDl dt{color:#64748b;margin:0;font-size:13px;font-weight:600}.operationFeedbackDetailDl dd{margin:0;font-size:14px}.operationFeedbackBodyPre{white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit;font-size:14px;line-height:1.55}.operationFeedbackForm{flex-direction:column;gap:14px;max-width:720px;display:flex}.operationFeedbackForm label{flex-direction:column;gap:6px;font-size:14px;display:flex}.operationFeedbackForm input,.operationFeedbackForm select,.operationFeedbackForm textarea{font:inherit;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px}.operationFeedbackFormActions{margin-top:4px}.auctionDailyFormPage .auctionDailyFormRowTop{grid-template-columns:160px 1fr 1fr;gap:12px;display:grid}.auctionDailyAttachRow{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.auctionDailyCountsRow{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.auctionDailyVehiclesReadonly,.auctionDailyVehiclesEditWrap{margin-top:8px;overflow-x:auto}.auctionDailyVehiclesTable{border-collapse:collapse;width:100%;min-width:1100px;font-size:13px}.auctionDailyVehiclesTable thead th{color:#fff;text-align:left;white-space:nowrap;background:#2563eb;padding:8px 6px}.auctionDailyVehiclesTable tbody td{vertical-align:top;border:1px solid #e2e8f0;padding:4px}.auctionDailyVehiclesTable--edit input,.auctionDailyVehiclesTable--edit select,.auctionDailyVehiclesTable--edit textarea{box-sizing:border-box;width:100%;min-width:72px;font-size:13px}.auctionDailyVehiclesAddCol{text-align:center;width:36px}.auctionDailyAttachList{margin:0;padding-left:20px}.auctionDailySummaryDl{grid-template-columns:140px 1fr;gap:8px 16px;max-width:640px;display:grid}@media (width<=900px){.auctionDailyFormPage .auctionDailyFormRowTop,.auctionDailyAttachRow,.auctionDailyCountsRow{grid-template-columns:1fr}}.progressPage{width:100%;max-width:none}.progressListPage{max-width:720px;margin:0 auto}.progressDataNotice{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:0 0 12px;padding:10px 14px;font-size:13px}.progressStoreTableWrap{max-width:560px}.progressStoreTable{font-size:14px}.progressStoreTableIconCol{text-align:center;width:44px}.progressStoreTableName{color:#0f172a;font-weight:600}.progressStoreTableLink{color:#2563eb;font-weight:600}.progressStoreTableRow{cursor:pointer}.progressStoreTableRow:hover .progressStoreTableLink{text-decoration:underline}.progressStorePicker{margin-bottom:12px}.progressStorePickerLabel{color:#334155;flex-direction:column;gap:6px;font-size:13px;display:inline-flex}.progressStorePickerLabel select{min-width:160px;font-size:14px}.progressGridScroll{--progress-rate-w:56px;--progress-total-w:52px;--progress-displacement-w:72px;--progress-maker-w:80px;--progress-model-w:200px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;max-height:min(78vh,100dvh - 220px);overflow:auto;box-shadow:0 2px 10px #0f172a0f}.progressGridInner{vertical-align:top;min-width:100%;display:inline-block}.progressGridTable{table-layout:fixed;border-collapse:separate;border-spacing:0;width:1776px;max-width:none;font-size:12px}.progressGridTable col.progressColRate{width:var(--progress-rate-w)}.progressGridTable col.progressColTotal{width:var(--progress-total-w)}.progressGridTable col.progressColDisplacement{width:var(--progress-displacement-w)}.progressGridTable col.progressColMaker{width:var(--progress-maker-w)}.progressGridTable col.progressColModel{width:var(--progress-model-w)}.progressGridTable col.progressColMonth{width:54px}.progressTh,.progressTd{text-align:center;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #eef2f7;border-right:1px solid #f1f5f9;padding:6px 8px;line-height:1.3;overflow:hidden}.progressGridTable thead .progressTh{color:#fff;z-index:2;background:#1e40af;border-bottom:1px solid #1e3a8a;border-right:1px solid #2563eb;font-weight:700;position:sticky}.progressThMonthGroup{font-size:11px}.progressThMonthSub{background:#2563eb;font-size:10px;font-weight:600;top:32px}.progressGridTable thead tr:first-child .progressTh{top:0}.progressGridTable thead tr:nth-child(2) .progressTh{top:29px}.progressStickyRate,.progressStickyPlan,.progressStickyResult,.progressStickyDisplacement,.progressStickyMaker,.progressStickyModel{z-index:4;background:#1e40af;position:sticky}.progressStickyRate{min-width:var(--progress-rate-w);left:0}.progressStickyPlan{left:var(--progress-rate-w);min-width:var(--progress-total-w)}.progressStickyResult{left:calc(var(--progress-rate-w) + var(--progress-total-w));min-width:var(--progress-total-w)}.progressStickyDisplacement{left:calc(var(--progress-rate-w) + var(--progress-total-w) * 2);min-width:var(--progress-displacement-w)}.progressStickyMaker{left:calc(var(--progress-rate-w) + var(--progress-total-w) * 2 + var(--progress-displacement-w));min-width:var(--progress-maker-w)}.progressStickyModel{left:calc(var(--progress-rate-w) + var(--progress-total-w) * 2 + var(--progress-displacement-w) + var(--progress-maker-w));min-width:var(--progress-model-w);box-shadow:4px 0 6px -2px #0f172a26}.progressGridEmpty{text-align:center;color:#64748b;white-space:normal;background:#fff;padding:28px 16px!important}.progressGridTable tbody tr:nth-child(odd) .progressTd{background:#fff}.progressGridTable tbody tr:nth-child(2n) .progressTd{background:#fafbfc}.progressGridTable tbody tr:hover .progressTd{background:#f0f7ff}.progressStickyBodyRate,.progressStickyBodyPlan,.progressStickyBodyResult,.progressStickyBodyDisplacement,.progressStickyBodyMaker,.progressStickyBodyModel{z-index:3;text-align:center;position:sticky}.progressStickyBodyRate{min-width:var(--progress-rate-w);left:0}.progressStickyBodyPlan{left:var(--progress-rate-w);min-width:var(--progress-total-w)}.progressStickyBodyResult{left:calc(var(--progress-rate-w) + var(--progress-total-w));min-width:var(--progress-total-w)}.progressStickyBodyDisplacement{left:calc(var(--progress-rate-w) + var(--progress-total-w) * 2);min-width:var(--progress-displacement-w);text-align:left}.progressStickyBodyMaker{left:calc(var(--progress-rate-w) + var(--progress-total-w) * 2 + var(--progress-displacement-w));min-width:var(--progress-maker-w);text-align:left}.progressStickyBodyModel{left:calc(var(--progress-rate-w) + var(--progress-total-w) * 2 + var(--progress-displacement-w) + var(--progress-maker-w));min-width:var(--progress-model-w);text-align:left;color:#0f172a;font-weight:600;box-shadow:4px 0 6px -2px #0f172a1a}.progressGridTable tbody tr:nth-child(odd) .progressStickyBodyRate,.progressGridTable tbody tr:nth-child(odd) .progressStickyBodyPlan,.progressGridTable tbody tr:nth-child(odd) .progressStickyBodyResult,.progressGridTable tbody tr:nth-child(odd) .progressStickyBodyDisplacement,.progressGridTable tbody tr:nth-child(odd) .progressStickyBodyMaker,.progressGridTable tbody tr:nth-child(odd) .progressStickyBodyModel{background:#fff}.progressGridTable tbody tr:nth-child(2n) .progressStickyBodyRate,.progressGridTable tbody tr:nth-child(2n) .progressStickyBodyPlan,.progressGridTable tbody tr:nth-child(2n) .progressStickyBodyResult,.progressGridTable tbody tr:nth-child(2n) .progressStickyBodyDisplacement,.progressGridTable tbody tr:nth-child(2n) .progressStickyBodyMaker,.progressGridTable tbody tr:nth-child(2n) .progressStickyBodyModel{background:#fafbfc}.progressGridTable tbody tr:hover .progressStickyBodyRate,.progressGridTable tbody tr:hover .progressStickyBodyPlan,.progressGridTable tbody tr:hover .progressStickyBodyResult,.progressGridTable tbody tr:hover .progressStickyBodyDisplacement,.progressGridTable tbody tr:hover .progressStickyBodyMaker,.progressGridTable tbody tr:hover .progressStickyBodyModel{background:#f0f7ff}.progressTdMonth{font-size:12px;padding:3px 4px!important}.progressGridTable input.progressMonthInput{text-align:center;color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:4px;width:46px;min-width:46px;max-width:46px;margin:0 auto;font-size:12px;font-weight:500;line-height:1.2;display:block;padding:3px 4px!important}.progressGridTable input.progressMonthInput--result{color:#92400e;background:#fffbeb;border-color:#fcd34d;font-weight:600}.progressGridTable input.progressMonthInput:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 2px #2563eb33}.progressGridTable input.progressMonthInput--result:focus{background:#fff}.progressEditHint{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;margin:0 0 8px;padding:8px 12px;font-size:13px}.progressSaveOk{color:#166534;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;margin:0 0 8px;padding:8px 12px;font-size:13px}.supportFaqFormGrid{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;padding:16px;display:grid}.mopedCalendarCell{cursor:pointer}.mopedCalendarCell:hover{background:#f1f5f9}.mopedField{flex-direction:column;gap:4px;display:flex}.mopedFieldLabel{color:#475569;font-size:12px}.mopedModalOverlay{z-index:80;background:#0f172a73;justify-content:center;align-items:flex-start;padding:48px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.mopedModalPanel{background:#fff;border-radius:12px;flex-direction:column;width:min(440px,100%);margin:auto 0;display:flex;box-shadow:0 24px 60px #0f172a40}.mopedModalHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mopedModalTitle{margin:0;font-size:16px;font-weight:700}.mopedModalClose{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:24px;line-height:1}.mopedModalClose:hover{color:#0f172a}.mopedModalBody{flex-direction:column;gap:12px;padding:20px;display:flex}.mopedModalBody input{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:14px}.mopedModalFooter{border-top:1px solid #e2e8f0;align-items:center;gap:8px;padding:14px 20px;display:flex}.storeReservationRoot{color:#1a1a2e;background:linear-gradient(160deg,#f0f4f8 0%,#e8eef5 50%,#f5f7fa 100%);min-height:100vh;padding:24px 16px 48px;font-family:Noto Sans JP,system-ui,sans-serif}.storeReservationContainer{max-width:820px;margin:0 auto}.storeReservationHeader{text-align:center;margin-bottom:28px}.storeReservationHeader h1{color:#0d1b2a;margin:0 0 8px;font-size:1.75rem;font-weight:700}.storeReservationHeader p{color:#5a6a7a;margin:0;font-size:.95rem}.storeReservationSteps{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.storeReservationStep{color:#7a8a9a;background:#fff;border:1px solid #d0dae4;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;display:flex}.storeReservationStep.active{color:#fff;background:#0d47a1;border-color:#0d47a1;font-weight:600}.storeReservationStep.done{color:#1565c0;background:#e3f2fd;border-color:#90caf9}.storeReservationStepNum{background:#00000014;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:inline-flex}.storeReservationStep.active .storeReservationStepNum{background:#ffffff40}.storeReservationPanel{background:#fff;border-radius:16px;margin-bottom:20px;padding:28px 24px;box-shadow:0 4px 24px #0d1b2a14}.storeReservationPanel h2{color:#0d1b2a;margin:0 0 20px;font-size:1.2rem}.storeReservationSelect{color:#1a1a2e;background:#fafbfc;border:1px solid #c5d0db;border-radius:10px;width:100%;padding:12px 14px;font-size:1rem}.storeReservationMenuLabel{margin-top:18px}.storeReservationCalendarHeader{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.storeReservationCalTitle{font-size:1.05rem;font-weight:600}.storeReservationCalNav{cursor:pointer;color:#0d47a1;background:#f0f4f8;border:1px solid #d0dae4;border-radius:8px;width:36px;height:36px;font-size:1.2rem}.storeReservationCalNav:disabled{opacity:.35;cursor:not-allowed}.storeReservationCalWeekdays{text-align:center;color:#7a8a9a;grid-template-columns:repeat(7,1fr);margin-bottom:6px;font-size:.78rem;display:grid}.storeReservationCalWeekdays span:first-child{color:#c62828}.storeReservationCalWeekdays span:last-child{color:#1565c0}.storeReservationCalGrid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.storeReservationCalDay{aspect-ratio:1;cursor:pointer;color:#1a1a2e;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:.9rem;display:flex}.storeReservationCalDay:hover:not(:disabled){background:#e3f2fd}.storeReservationCalDay.selected{color:#fff;background:#0d47a1;font-weight:700}.storeReservationCalDay.disabled{color:#c0c8d0;cursor:not-allowed}.storeReservationCalDay.empty{cursor:default}.storeReservationCalNote{color:#7a8a9a;margin-top:12px;font-size:.82rem;line-height:1.5}.storeReservationTimeSection{margin-top:24px}.storeReservationTimeSection h3{margin:0 0 12px;font-size:1rem}.storeReservationTimeGrid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;display:grid}.storeReservationTimeBtn{cursor:pointer;color:#1a1a2e;background:#fafbfc;border:1px solid #c5d0db;border-radius:10px;padding:10px 8px;font-size:.92rem}.storeReservationTimeBtn:hover:not(:disabled){background:#e3f2fd;border-color:#0d47a1}.storeReservationTimeBtn.selected{color:#fff;background:#0d47a1;border-color:#0d47a1;font-weight:600}.storeReservationTimeBtn:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.storeReservationNoSlots{color:#9a3412;background:#fff7ed;border-radius:10px;margin:14px 0 0;padding:12px 14px;font-size:.88rem;line-height:1.6}.storeReservationForm{flex-direction:column;gap:16px;display:flex}.storeReservationLabel{color:#3a4a5a;flex-direction:column;gap:6px;font-size:.88rem;display:flex}.storeReservationLabel span.req:after{content:" *";color:#c62828}.storeReservationFieldError{color:#b91c1c;font-size:.78rem;line-height:1.4}.storeReservationInput,.storeReservationTextarea{color:#1a1a2e;background:#fafbfc;border:1px solid #c5d0db;border-radius:10px;padding:11px 13px;font-family:inherit;font-size:1rem}.storeReservationPrivacy{color:#4b5d6f;cursor:pointer;background:#f8fafc;border:1px solid #d0dae4;border-radius:10px;align-items:flex-start;gap:10px;padding:14px;font-size:.86rem;line-height:1.6;display:flex}.storeReservationPrivacy input{flex:none;width:18px;height:18px;margin:2px 0 0}.storeReservationHoneypot{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.storeReservationTextarea{resize:vertical;min-height:80px}.storeReservationActions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.storeReservationBtnBack{cursor:pointer;color:#3a4a5a;background:#fff;border:1px solid #c5d0db;border-radius:10px;padding:12px 24px;font-size:.95rem}.storeReservationBtnNext{color:#fff;cursor:pointer;background:#0d47a1;border:none;border-radius:10px;padding:12px 28px;font-size:.95rem;font-weight:600}.storeReservationBtnNext:disabled{opacity:.45;cursor:not-allowed}.storeReservationSummary{background:#f0f4f8;border-radius:12px;margin-top:20px;padding:16px 20px}.storeReservationSummary h3{color:#5a6a7a;margin:0 0 10px;font-size:.88rem}.storeReservationSummary dl{grid-template-columns:auto 1fr;gap:4px 16px;margin:0;font-size:.9rem;display:grid}.storeReservationSummary dt{color:#7a8a9a}.storeReservationSummary dd{margin:0;font-weight:500}.storeReservationConfirmList{margin:0}.storeReservationConfirmList dt{color:#7a8a9a;margin-top:12px;font-size:.82rem}.storeReservationConfirmList dt:first-child{margin-top:0}.storeReservationConfirmList dd{margin:4px 0 0;font-size:1rem;font-weight:500}.storeReservationComplete{text-align:center;padding:12px 0}.storeReservationCompleteNo{color:#0d47a1;letter-spacing:.05em;margin:16px 0;font-size:1.5rem;font-weight:700}.storeReservationComplete p{color:#5a6a7a;line-height:1.6}.storeReservationError{color:#c62828;margin:0 0 12px;font-size:.9rem}.storeReservationLoading{text-align:center;color:#7a8a9a;padding:48px}@media (width<=480px){.storeReservationPanel{padding:20px 16px}.storeReservationSteps{gap:6px}.storeReservationStep{padding:6px 10px;font-size:.75rem}}.photoContest{color:#20344b;max-width:1200px;margin:0 auto;padding:28px 20px 70px;font-family:system-ui,sans-serif}.photoContestHero{background:linear-gradient(130deg,#e8f3ff,#fff3df);border-radius:20px;margin-bottom:28px;padding:48px 30px}.photoContestHero h1{margin:12px 0;font-size:clamp(30px,5vw,52px)}.photoContestEyebrow{letter-spacing:.16em;font-size:12px;font-weight:700}.photoContestActions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.photoContestGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.photoContestCard{background:#fff;border:1px solid #dce5ed;border-radius:14px;overflow:hidden}.photoContestCardOpen{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;display:block}.photoContestCardOpen img{aspect-ratio:4/3;object-fit:cover;width:100%}.photoContestCardOpen h3,.photoContestCardOpen p{overflow-wrap:anywhere;margin:14px 18px}.photoContestManage{padding:0 18px 20px}.photoContestForm{background:#fff;border:1px solid #dae3ed;border-radius:16px;margin-bottom:32px;padding:24px}.photoContestForm fieldset{border:0;min-width:0;padding:0}.photoContestForm label{gap:8px;margin:18px 0;display:grid}.photoContestForm input:not([type=checkbox]),.photoContestForm textarea{box-sizing:border-box;width:100%;font:inherit;border:1px solid #bccbd9;border-radius:8px;padding:12px}.photoContestSection{background:#f5f8fc;border-radius:12px;margin:20px 0;padding:18px}.photoContestPreview{object-fit:contain;max-width:100%;max-height:280px}.photoContestForm .photoContestConsent{align-items:flex-start;display:flex}.photoContestNotice{background:#edf7f3;border-radius:10px;padding:18px}.photoContestError{color:#a12727;background:#fff0ef;border-radius:10px;padding:18px}.photoContestDetail{box-sizing:border-box;z-index:9999;color:#20344b;background:#fff;border:1px solid #ccd7e4;border-radius:16px;width:min(860px,90vw);height:84vh;margin:0 auto;padding:24px;position:fixed;inset:4vh 0;overflow:auto;box-shadow:0 0 0 100vmax #172a4699}.photoContestDetail img{object-fit:contain;width:100%;max-height:65vh}.photoContestBody{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.8}.photoContestDetail h2,.photoContestDetail h3{overflow-wrap:anywhere}.plazaAssets{--pa-green:#246648;--pa-ink:#19352b;color:#233a31;max-width:1600px;margin:auto;padding:28px 24px 48px}.plazaAssets *,.paDialog *{box-sizing:border-box}.plazaAssets,.paDialog{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.plazaAssets button,.paDialog button{font:inherit;color:#2f4b3d;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9e2dc;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600}.plazaAssets button:hover,.paDialog button:hover{background:#eff6f1;border-color:#8bab95}.plazaAssets button:disabled,.paDialog button:disabled{opacity:.45;cursor:default}.plazaAssets :focus-visible,.paDialog :focus-visible{outline-offset:3px;outline:3px solid #78af85}.plazaAssets .paPrimary,.paDialog .paPrimary{color:#fff;background:#246648;border-color:#246648}.plazaAssets .paPrimary:hover,.paDialog .paPrimary:hover{background:#184d35}.paBack{color:#687a6f;font-size:13px;text-decoration:none}.paMobileHint{display:none}.paHeader{justify-content:space-between;align-items:center;gap:20px;margin:28px 0;display:flex}.paEyebrow{letter-spacing:.15em;color:#637f6d;font-size:10px;font-weight:800}.paHeader h1{color:#19352b;letter-spacing:.035em;margin:7px 0;font-size:32px;line-height:1.4}.paHeader h1 span{letter-spacing:0;vertical-align:middle;border:1px solid #ccdbcf;border-radius:20px;margin-left:14px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.paHeader p{color:#718076;margin:0;font-size:13px}.paActions{gap:10px;display:flex}.paStats{grid-template-columns:.8fr 1fr 1.2fr .8fr;gap:14px;margin-bottom:28px;display:grid}.paStats>div{background:#fff;border:1px solid #dce5df;border-radius:14px;padding:21px;box-shadow:0 4px 16px #1a382505}.paStats>div>span{color:#64786a;font-size:12px;font-weight:600}.paStats strong{color:#19352b;font-variant-numeric:tabular-nums;margin-top:12px;font-size:34px;line-height:1.5;display:block}.paStats strong small{margin-left:8px;font-size:12px;font-weight:500}.paStats .paBreakdown,.paStats .paTotal{font-size:28px}.paStats p{color:#829086;margin:8px 0 0;font-size:11px}.paStats .paAttention{background:#f5f8ed;border-color:#dce6c9}.paAttention button{color:#607745;background:0 0;border:none;margin-top:8px;padding:0;font-size:11px}.paListPanel{background:#fff;border:1px solid #dce5df;border-radius:14px;overflow:hidden}.paTabs{border-bottom:1px solid #e4eae5;gap:22px;padding:0 22px;display:flex;overflow-x:auto}.paTabs button{color:#7b877e;background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;padding:19px 2px 16px}.paTabs button.isActive{color:#246648;border-bottom-color:#246648}.paTabs span{background:#f0f3f0;border-radius:5px;margin-left:7px;padding:2px 7px;font-size:11px}.paFilters{flex-wrap:wrap;align-items:end;gap:12px;padding:23px 22px 19px;display:flex}.paFilters label{min-width:130px}.paFilters .paSearch{flex:1;min-width:230px}.plazaAssets label,.paDialog label{color:#596e60;font-size:12px;font-weight:600;display:block}.plazaAssets input,.plazaAssets select,.paDialog input:not([type=checkbox]),.paDialog select,.paDialog textarea{font:inherit;color:#243c2d;background:#fff;border:1px solid #d8e1da;border-radius:7px;width:100%;min-height:41px;margin-top:7px;padding:10px 12px;font-size:14px}.plazaAssets input::placeholder{color:#94a196}.paResults{border-top:1px solid #edf0ed;justify-content:space-between;align-items:center;gap:16px;padding:13px 22px;display:flex}.paResults>div{align-items:center;gap:15px;display:flex}.paResults strong{font-size:15px}.paResults span{color:#79867c;font-size:11px}.paResults .paSort{white-space:nowrap;align-items:center;gap:7px;font-size:11px;display:flex}.paSort select{width:auto;margin:0;font-size:12px}.paTableScroll{overflow:auto}.paTableScroll table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}.paTableScroll th{color:#708073;white-space:nowrap;background:#f5f8f5;border-bottom:1px solid #e4ebe4;padding:13px 16px;font-size:11px;font-weight:600}.paTableScroll td{vertical-align:middle;border-bottom:1px solid #eef1ee;padding:17px 16px}.paTableScroll tr:last-child td{border-bottom:none}.paTableScroll tr:hover td{background:#fafcf9}.paId{color:#8c9a8f;font-variant-numeric:tabular-nums}.paTableScroll .paVehicleLink{color:#254e37;text-align:left;background:0 0;border:none;padding:0;font-size:14px}.paVehicleLink:hover{text-decoration:underline}.paChassis{color:#7a887e;white-space:nowrap;margin-top:6px;font-family:ui-monospace,monospace;font-size:11px;display:block}.paSub{color:#7e8b81;margin-top:6px;font-size:11px;display:block}.paNumeric{white-space:nowrap;font-variant-numeric:tabular-nums}.paBadge{color:#2e7049;white-space:nowrap;background:#eaf5ee;border-radius:5px;padding:4px 9px;font-size:10px;font-weight:600;display:inline-block}.paRental{color:#406f92;background:#edf4fa}.paSold{color:#818782;background:#f0f2f0}.paWarning{color:#9f6716;white-space:nowrap;font-size:11px}.paCompleted{color:#5f7867;white-space:nowrap;font-size:11px}.paMemo{-webkit-line-clamp:2;color:#79857b;overflow-wrap:anywhere;-webkit-box-orient:vertical;min-width:95px;max-width:180px;margin:0;font-size:11px;line-height:1.7;display:-webkit-box;overflow:hidden}.paPagination{color:#7b897e;border-top:1px solid #e4ebe4;justify-content:space-between;align-items:center;padding:16px 22px;font-size:12px;display:flex}.paPagination>div{align-items:center;gap:14px;display:flex}.paPagination button{padding:7px 12px}.paEmpty{text-align:center;color:#79867c;padding:65px 20px;font-size:14px}.paEmpty p{font-size:12px}.paError,.paNotice{border-radius:8px;margin-bottom:18px;padding:14px 18px;font-size:13px;line-height:1.8}.paError{color:#9e3828;background:#fff2ed;border:1px solid #efc4b4}.paNotice{color:#246648;background:#eaf6ee}.paFooter{color:#8b978e;padding-top:19px;font-size:11px;line-height:1.8}.paFooter p{margin:5px 0}.paFooter a{color:#67806d}.paDialog{color:#233a31;background:#fff;border:1px solid #dbe5dd;border-radius:16px;width:min(760px,100vw - 28px);max-height:90dvh;padding:0;box-shadow:0 25px 100px #17332540}.paDialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#17332577}.paDialog form{flex-direction:column;max-height:90dvh;display:flex}.paDialog header{border-bottom:1px solid #e5ebe6;justify-content:space-between;align-items:center;gap:10px;padding:24px 28px;display:flex}.paDialog h2{margin:6px 0 0;font-size:23px}.paEditorBody{padding:24px 28px;overflow-y:auto}.paDialog fieldset{border:none;min-width:0;margin:0 0 26px;padding:0}.paDialog legend{color:#244f36;padding:0 0 14px;font-size:14px;font-weight:700}.paFormGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.paDialog em{color:#ad654b;margin-left:5px;font-size:10px;font-style:normal}.paDialog textarea{resize:vertical}.paDialog fieldset>label{margin-bottom:14px}.paDialog footer{background:#f8faf7;border-top:1px solid #e5ebe6;justify-content:flex-end;gap:10px;padding:18px 28px;display:flex}.paHistory{border:1px solid #e3e9e2;border-radius:8px;padding:14px;font-size:12px}.paHistory summary{cursor:pointer;line-height:1.8}.paHistory details{margin-top:14px}.paHistory dl>div{border-bottom:1px solid #eef0ec;grid-template-columns:90px 1fr;gap:12px;padding:6px 0;display:grid}.paHistory dt{color:#7e8c7f}.paHistory dd{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.paDialog .paArchive{align-items:start;gap:8px;margin-top:10px;padding:18px 0;display:flex}.paArchive input{margin-top:2px}.paArchive small{color:#8c968a;margin-top:6px;font-weight:400;line-height:1.7;display:block}@media (width<=1100px){.paStats{grid-template-columns:repeat(2,1fr)}.paResults{align-items:start}.paResults>div{flex-wrap:wrap}.paResults>div:last-child{justify-content:end}}@media (width<=640px){.plazaAssets{padding:20px 12px 32px}.paHeader{margin:23px 0;display:block}.paHeader h1{font-size:26px}.paHeader h1 span{font-size:10px}.paActions{margin-top:20px}.paActions button{flex:1}.paStats{gap:9px;margin-bottom:20px}.paStats>div{padding:15px 12px}.paStats strong{font-size:29px}.paStats .paTotal{font-size:20px}.paStats .paBreakdown{font-size:24px}.paStats>div>span,.paStats p{font-size:10px}.paTabs{gap:18px;padding:0 14px}.paTabs button{font-size:12px}.paFilters{gap:12px;padding:18px 14px}.paFilters .paSearch{flex-basis:100%;min-width:0}.paFilters label{flex:1;min-width:85px}.paFilters>button{width:100%}.paResults{padding:13px 14px;display:block}.paResults>div:last-child{justify-content:space-between;margin-top:12px}.paResults .paSort{gap:5px}.paResults button{padding:10px;font-size:11px}.paPagination{padding:14px}.paFormGrid{grid-template-columns:1fr}.paDialog header,.paEditorBody{padding:20px}.paDialog footer{padding:14px 20px}.paTableScroll td{padding:15px 12px}.paFilters label:nth-child(2){flex-basis:100%}.paMobileHint{color:#7b897e;margin:0;padding:4px 14px 14px;font-size:10px;line-height:1.7;display:block}}.paViewTabs{background:#eff3f0;border:1px solid #dce5df;border-radius:10px;gap:2px;padding:3px;display:inline-flex}.plazaAssets .paViewTabs button{color:#66796d;background:0 0;border:none;border-radius:8px;padding:8px 18px}.plazaAssets .paViewTabs button:hover{background:#ffffffb3}.plazaAssets .paViewTabs button.isActive{color:#246648;background:#fff;box-shadow:0 1px 4px #1a382517}.paChartPanel{background:#fbfcfa;border-top:1px solid #edf0ed;padding:22px}.paChartSummary{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.paChartSummary>div{background:#fff;border:1px solid #e2e9e3;border-radius:12px;padding:16px 18px}.paChartSummary>div>span{color:#64786a;font-size:11px;font-weight:600}.paChartSummary strong{color:#19352b;font-variant-numeric:tabular-nums;margin-top:9px;font-size:25px;line-height:1.4;display:block}.paChartSummary strong small{margin-left:6px;font-size:12px;font-weight:500}.paChartSummary p{color:#85938a;margin:8px 0 0;font-size:11px}.paChartGrid{grid-template-columns:repeat(6,1fr);align-items:start;gap:14px;display:grid}.paChartCard{background:#fff;border:1px solid #e2e9e3;border-radius:14px;grid-column:span 2;min-width:0;padding:20px}.paChartCard h3{color:#1f4433;letter-spacing:.02em;margin:0;font-size:14px}.paChartLead{color:#85938a;margin:7px 0 16px;font-size:11px;line-height:1.7}.paChartCard.paSpan2{grid-column:span 2}.paChartCard.paSpan3{grid-column:span 3}.paChartCard.paSpan4{grid-column:span 4}.paChartCard.paSpan6{grid-column:span 6}.paChartHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.paChartToggle{background:#f1f5f2;border-radius:8px;padding:3px;display:inline-flex}.plazaAssets .paChartToggle button{color:#6c7f72;background:0 0;border:none;border-radius:6px;padding:6px 13px;font-size:11px}.plazaAssets .paChartToggle button.isActive{color:#246648;background:#fff;box-shadow:0 1px 3px #1a382514}.paDonutRow{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.paDonut{flex:none;width:148px;height:148px}.paDonutValue{fill:#19352b;font-size:34px;font-weight:700}.paDonutUnit{fill:#7d8b81;font-size:11px}.paLegend{flex:1;min-width:175px;margin:0;padding:0;list-style:none}.paLegend li{border-bottom:1px solid #f0f3f0;grid-template-columns:10px 1fr auto auto;align-items:center;gap:3px 8px;padding:8px 0;font-size:12px;display:grid}.paLegend li:last-child{border-bottom:none}.paLegendChip{border-radius:3px;width:10px;height:10px}.paLegendLabel{color:#3d5548}.paLegendValue{color:#1f4433;font-variant-numeric:tabular-nums;font-weight:600}.paLegendValue small{color:#7d8b81;margin-left:2px;font-size:10px;font-weight:500}.paLegendShare{text-align:right;color:#7d8b81;font-variant-numeric:tabular-nums;min-width:46px;font-size:11px}.paLegendNote{color:#96a39b;grid-column:2/-1;font-size:10px}.paModelBreakdown .paDonut{aspect-ratio:1;width:min(260px,34vw);height:auto}.paModelBreakdown .paLegend{grid-template-columns:repeat(2,minmax(220px,1fr));gap:0 24px;display:grid}.paBarList{margin:0;padding:0;list-style:none}.paBarList li{grid-template-columns:88px 1fr auto;align-items:center;gap:3px 10px;padding:8px 0;display:grid}.paBarLabel{color:#3d5548;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.paBarTrack{background:#f0f4f1;border-radius:6px;height:12px;display:block;overflow:hidden}.paBarFill{border-radius:6px;height:100%;display:block}.paBarValue{color:#1f4433;font-variant-numeric:tabular-nums;font-size:12px;font-weight:600}.paBarValue small{color:#7d8b81;margin-left:2px;font-size:10px;font-weight:500}.paBarNote{color:#96a39b;grid-column:2/4;font-size:10px}.paColumns{align-items:flex-end;gap:8px;height:214px;padding-top:20px;display:flex}.paColumn{flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.paColumnTrack{border-bottom:1px solid #e6ece7;flex:1;width:100%;position:relative}.paColumnBar{border-radius:6px 6px 0 0;width:100%;max-width:52px;min-height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.paColumnValue{text-align:center;color:#5f7268;font-variant-numeric:tabular-nums;margin-bottom:5px;font-size:10px;position:absolute;left:0;right:0}.paColumnLabel{text-align:center;color:#7d8b81;white-space:nowrap;text-overflow:ellipsis;padding-top:9px;font-size:10px;overflow:hidden}.paTopList{margin:0;padding:0;list-style:none}.paTopList li{border-bottom:1px solid #f0f3f0;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:11px 0;display:grid}.paTopList li:last-child{border-bottom:none}.paTopRank{color:#8c9a8f;font-variant-numeric:tabular-nums;background:#f2f6f2;border-radius:5px;padding:4px 7px;font-size:10px}.paTopName b{color:#254e37;font-size:13px;font-weight:600;display:block}.paTopName small{color:#8a978d;margin-top:4px;font-size:10px;display:block}.paTopValue{color:#1f4433;font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.paChartEmpty{text-align:center;color:#8a978d;padding:26px 0;font-size:12px}@media (width<=1100px){.paChartSummary{grid-template-columns:repeat(2,1fr)}.paChartGrid{grid-template-columns:repeat(4,1fr)}.paChartCard.paSpan3,.paChartCard.paSpan4,.paChartCard.paSpan6{grid-column:span 4}}@media (width<=780px){.paChartGrid{grid-template-columns:1fr}.paChartCard,.paChartCard.paSpan2,.paChartCard.paSpan3,.paChartCard.paSpan4,.paChartCard.paSpan6{grid-column:1/-1}}@media (width<=640px){.paActions .paViewTabs{flex:1}.paChartPanel{padding:14px}.paChartSummary{gap:9px}.paChartSummary>div{padding:14px 12px}.paChartSummary strong{font-size:20px}.paChartCard{padding:16px 14px}.paDonutRow{gap:12px}.paDonut{width:122px;height:122px}.paLegend{min-width:140px}.paModelBreakdown .paDonut{width:min(220px,72vw)}.paModelBreakdown .paLegend{grid-template-columns:1fr;min-width:100%}.paColumns{gap:5px;height:186px}.paColumnLabel{font-size:9px}.paBarList li{grid-template-columns:74px 1fr auto}}.dreamDailyWorkspace{color:#172b4d;background:#fff;border-radius:12px;max-width:1280px;margin:20px auto;padding:20px}.dreamDailyWorkspace h1{color:#172b4d;font-size:24px}.dreamDailyWorkspace h2{color:#172b4d;font-size:19px}.dreamDailyWorkspace h3{color:#172b4d;font-size:18px}.dailyToolbar{flex-wrap:wrap;align-items:end;gap:12px;margin:14px 0;display:flex}.dreamDailyWorkspace label{flex-direction:column;gap:6px;font-size:14px;display:flex}.dreamDailyWorkspace input,.dreamDailyWorkspace select,.dreamDailyWorkspace textarea{color:#172b4d;box-sizing:border-box;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #b8c6d9;border-radius:6px;padding:10px}.dreamDailyWorkspace input[type=checkbox]{width:auto}.dreamDailyWorkspace button{cursor:pointer;color:#214d7d;font:inherit;background:#f0f6fd;border:1px solid #a8bed8;border-radius:6px;padding:9px 12px}.dreamDailyWorkspace button:disabled{opacity:.55;cursor:not-allowed}.dailyCard,.dailyContext{background:#f2f7fd;border:1px solid #d5e2f1;border-radius:8px;margin:16px 0;padding:14px}.dailyContext{z-index:4;position:sticky;top:0;box-shadow:0 3px 6px #20305014}.dailyContext h2{margin:0}.dailyTabs{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.dailyTabs button[aria-pressed=true]{color:#fff;background:#235ea2}.dailyFieldGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0;display:grid}.dailyWide{grid-column:1/-1}.dreamDailyWorkspace fieldset{border:0;min-width:0;margin:0;padding:0}.dailyTableWrap{margin:16px 0;overflow-x:auto}.dailyTableWrap table{border-collapse:collapse;width:100%;font-size:14px}.dailyTableWrap th,.dailyTableWrap td{text-align:left;vertical-align:top;border-bottom:1px solid #d8e2ee;padding:12px}.dailyTableWrap th{background:#edf3fa}.dailyTableWrap small{color:#526782;margin-top:6px;display:block}.dailyError{color:#b42318;background:#fff1f0;border-radius:6px;padding:12px}.dreamDailyWorkspace details{border:1px solid #d8e2ee;border-radius:8px;margin:14px 0;padding:12px}.dreamDailyWorkspace summary{cursor:pointer;font-weight:600}.dreamDailyWorkspace [hidden]{display:none!important}@media (width<=900px){.dailyFieldGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dreamDailyWorkspace{padding:12px}.dailyContext{position:static}}@media (width<=560px){.dailyFieldGrid{grid-template-columns:1fr}.dailyToolbar>label{width:100%}.dailyTableWrap th,.dailyTableWrap td{padding:8px}.dailyTabs button{flex:28%}}.dailyNavigationBackdrop{z-index:10000;background:#10213b80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.dailyNavigationBackdrop>.dailyCard{background:#fff;width:100%;max-width:480px}
