@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");:root{--ink:#24322c;--muted:#738079;--line:#e3e5de;--paper:#fffefa;--cream:#f6f4ee;--green:#26705b;--green-dark:#1f5a49;--green-soft:#e7f1ec;--coral:#dd735d;--shadow:0 12px 40px rgba(41,57,49,.09)}*{box-sizing:border-box}html{background:var(--cream)}body{margin:0;color:var(--ink);font-family:DM Sans,Noto Sans JP,sans-serif;font-size:14px}button,input{font:inherit}button{color:inherit}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(38,112,91,.25);outline-offset:2px}.app-shell{min-height:100vh;background:var(--cream)}.topbar{height:68px;position:fixed;z-index:50;inset:0 0 auto;gap:26px;padding:0 24px;background:rgba(255,254,250,.95);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;min-width:202px;color:var(--ink);text-decoration:none;font-size:21px;font-weight:700;letter-spacing:-.04em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border-radius:10px;transform:rotate(-2deg)}.brand-mark img{width:100%;height:100%;display:block}.no-trip-workspace{min-height:calc(100vh - 122px);display:grid;place-content:center;justify-items:center;grid-gap:11px;gap:11px;padding:42px 20px 90px;text-align:center}.no-trip-logo{width:74px;height:74px;margin-bottom:5px;filter:drop-shadow(0 12px 22px rgba(38,112,91,.18))}.no-trip-logo img{width:100%;height:100%;display:block}.no-trip-view{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:11px;font-weight:800}.no-trip-workspace h1{margin:2px 0 0;color:var(--ink);font-size:clamp(25px,3vw,36px);letter-spacing:-.04em}.no-trip-workspace p{max-width:480px;margin:0 0 8px;color:var(--muted);line-height:1.8}.no-trip-workspace small{color:#98a19c}.trip-list-empty{min-height:240px;display:grid;place-content:center;justify-items:center;grid-gap:8px;gap:8px;color:#718078;text-align:center}.trip-list-empty img{width:52px;height:52px;margin-bottom:4px}.trip-list-empty small{max-width:300px;color:#97a09b;line-height:1.7}.trip-switcher{display:flex;align-items:center;gap:8px;padding:8px 12px;border:0;border-radius:9px;background:transparent;color:#52615a;font:inherit;font-weight:600;cursor:pointer}.trip-switcher:hover{background:var(--cream)}.trip-header-controls{display:flex;align-items:center;gap:3px}.trip-create-shortcut{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--line);border-radius:9px;color:var(--green-dark);background:white;cursor:pointer}.trip-dot{width:8px;height:8px;border-radius:50%;background:#d3816d}.top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.icon-button,.quiet-button{border:0;background:transparent;cursor:pointer}.quiet-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 11px;border-radius:8px;color:#5d6a64;font-weight:600}.icon-button:hover,.quiet-button:hover{background:#f0f1eb;color:var(--ink)}.icon-button{width:36px;height:36px;position:relative;display:inline-grid;place-items:center;border-radius:50%;color:#66736c}.notification-dot{position:absolute;width:6px;height:6px;border-radius:50%;top:6px;right:6px;background:var(--coral);border:1px solid white}.avatar{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:#d9e9e2;color:var(--green-dark);font-weight:700;text-decoration:none;cursor:pointer}.sidebar{position:fixed;z-index:40;left:0;top:68px;bottom:0;width:220px;display:flex;flex-direction:column;padding:22px 14px 16px;background:#f1f0e9;border-right:1px solid var(--line);overflow-y:auto}.sidebar nav{display:grid;grid-gap:5px;gap:5px}.nav-item{width:100%;height:43px;display:flex;align-items:center;gap:12px;padding:0 12px;border:0;border-radius:9px;color:#66736c;background:transparent;font-weight:600;cursor:pointer;text-align:left}.nav-item svg{width:18px;height:18px}.nav-item span{flex:1 1}.nav-item em{min-width:21px;padding:2px 6px;border-radius:20px;background:#e3e5de;color:#69756f;font-size:11px;font-style:normal;text-align:center}.nav-item:hover{color:var(--ink);background:rgba(255,255,255,.5)}.nav-item.active{color:var(--green-dark);background:white;box-shadow:0 3px 12px rgba(56,70,63,.05)}.nav-item.active svg{color:var(--green)}.resource-modal{width:min(900px,calc(100vw - 28px));max-height:min(880px,calc(100vh - 28px));overflow:auto}.trip-list-modal{width:min(650px,calc(100vw - 28px))}.trip-list{display:grid;grid-gap:8px;gap:8px;margin:18px 0}.trip-list article{display:grid;grid-template-columns:1fr 44px;align-items:stretch;border:1px solid var(--line);border-radius:11px;background:#fbfcfa;overflow:hidden}.trip-list article.active{border-color:#9fc1b1;box-shadow:inset 3px 0 var(--green)}.trip-list-select{min-width:0;display:flex;align-items:center;gap:11px;padding:13px 15px;border:0;color:var(--ink);background:transparent;text-align:left;cursor:pointer}.trip-list-select>span:nth-child(2){min-width:0;flex:1 1}.trip-list-select b,.trip-list-select small{display:block}.trip-list-select b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trip-list-select small{margin-top:3px;color:var(--muted)}.trip-list-select em{padding:3px 7px;border-radius:99px;color:var(--green-dark);background:var(--green-soft);font-size:10px;font-style:normal}.trip-list-settings{border:0;border-left:1px solid var(--line);color:#65736b;background:white;cursor:pointer}.trip-list-create{width:100%;min-height:44px;margin-top:6px}.trip-create-form{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.trip-create-modal{width:min(560px,calc(100vw - 28px))}.trip-create-form.standalone{margin-top:20px;padding-top:0;border-top:0}.file-import-modal{width:min(760px,calc(100vw - 28px))}.maps-import-modal{width:min(800px,calc(100vw - 28px));max-height:min(900px,calc(100vh - 28px));overflow-y:auto}.import-method-card{margin-top:14px;padding:15px;border:1px solid var(--line);border-radius:12px;background:#fbfcfa}.import-method-card h3{display:flex;align-items:center;gap:8px;margin:0 0 6px;font-size:14px}.import-method-card h3>span{width:23px;height:23px;display:inline-grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-size:11px}.import-method-card>p{margin:0 0 10px;color:var(--muted);font-size:12px}.maps-import-steps{display:grid;grid-gap:8px;gap:8px;margin:18px 0;padding-left:24px}.maps-import-steps li{padding-left:4px;color:var(--green-dark)}.maps-import-steps b,.maps-import-steps span{display:block}.maps-import-steps span{margin-top:2px;color:var(--muted);font-size:12px}.maps-file-choice{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #b9cec4;border-radius:11px;color:var(--green-dark);background:var(--green-soft);text-align:left;cursor:pointer}.maps-file-choice>span{display:grid;grid-gap:2px;gap:2px}.maps-file-choice small{color:#6f7f77;font-size:11px}.import-drop-zone{min-height:86px;justify-content:center;border-style:dashed;border-width:2px;text-align:center;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s}.import-drop-zone>span{justify-items:center}.import-drop-zone.drag-active{border-color:var(--green);background:#e5f4ec;box-shadow:0 0 0 4px rgba(48,105,78,.12);transform:translateY(-1px)}.import-drop-zone:disabled{cursor:wait;opacity:.72}.import-drop-error{margin-top:8px}.geocoding-approximate{color:#9a5c22!important;font-weight:700}.maps-import-divider{display:flex;align-items:center;gap:12px;margin:20px 0 14px;color:var(--muted);font-size:11px}.maps-import-divider:after,.maps-import-divider:before{content:"";height:1px;flex:1 1;background:var(--line)}.maps-import-note{display:block;margin-top:7px;color:var(--muted);line-height:1.55}.import-format-table-wrap{overflow-x:auto;margin:10px 0 7px;border:1px solid var(--line);border-radius:9px;background:white}.import-format-table{width:100%;min-width:670px;border-collapse:collapse;font-size:10px;white-space:nowrap}.import-format-table td,.import-format-table th{padding:7px 9px;border-right:1px solid var(--line);text-align:left}.import-format-table td:last-child,.import-format-table th:last-child{border-right:0}.import-format-table th{color:var(--green-dark);background:var(--green-soft)}.import-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:7px;gap:7px;margin:10px 14px 4px}.import-buttons button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 8px;border:1px solid var(--line);border-radius:8px;color:var(--green-dark);background:white;font-size:10px;font-weight:700;cursor:pointer}.import-buttons button:hover{border-color:#a9c5b8;background:var(--green-soft)}.coordinate-completion-button{width:calc(100% - 28px);min-height:36px;display:flex;align-items:center;justify-content:center;gap:7px;margin:7px 14px 4px;border:1px solid #b6ccbf;border-radius:8px;color:var(--green-dark);background:var(--green-soft);font-size:10px;font-weight:700;cursor:pointer}.coordinate-completion-button span{min-width:20px;padding:2px 6px;border-radius:99px;color:white;background:var(--green)}.coordinate-completion-button:disabled{opacity:.6;cursor:not-allowed}.coordinate-completion-modal{width:min(860px,calc(100vw - 28px));max-height:min(920px,calc(100vh - 28px));overflow-y:auto}.geocoding-progress{display:grid;grid-template-columns:1fr auto;grid-gap:9px;gap:9px;align-items:center;margin:14px 0}.geocoding-progress progress{width:100%;accent-color:var(--green)}.coordinate-completion-list{display:grid;grid-gap:10px;gap:10px;margin-top:15px}.coordinate-completion-list>article{padding:12px;border:1px solid var(--line);border-radius:11px;background:#fbfcfa}.coordinate-query{display:grid;grid-template-columns:minmax(120px,.6fr) minmax(220px,1fr) auto;align-items:end;grid-gap:9px;gap:9px}.coordinate-query>b{align-self:center}.coordinate-query>button{min-height:35px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:white;font-size:10px;font-weight:700;cursor:pointer}.geocoding-candidates{display:grid;grid-gap:6px;gap:6px;margin-top:10px}.geocoding-candidates>label{display:flex;align-items:flex-start;gap:8px;padding:8px 9px;border:1px solid var(--line);border-radius:8px;background:white;cursor:pointer}.geocoding-candidates>label>span{display:grid;grid-gap:2px;gap:2px}.geocoding-cache,.geocoding-candidates em,.geocoding-candidates small{color:var(--muted);font-size:10px;font-style:normal}.geocoding-error{display:block;margin-top:8px;color:#a65454}.osm-attribution{margin-top:10px;color:var(--muted);font-size:9px}.osm-attribution a{color:var(--green-dark)}@media (max-width:700px){.coordinate-query{grid-template-columns:1fr}}.takeout-guide{margin-top:12px;border:1px solid var(--line);border-radius:10px;background:#fbfcfa}.takeout-guide summary{padding:11px 13px;color:var(--green-dark);font-size:12px;font-weight:700;cursor:pointer}.takeout-guide .maps-import-steps{margin:2px 14px 14px}@media (max-width:620px){.import-buttons{grid-template-columns:1fr}}.resource-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:18px 0;padding:5px;border-radius:12px;background:#f0f2ee}.resource-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:8px;border:0;border-radius:9px;color:#617068;background:transparent;font-weight:700;cursor:pointer}.resource-tabs button.active{color:var(--green-dark);background:white;box-shadow:0 2px 8px rgba(41,55,48,.08)}.resource-tabs em{min-width:20px;padding:1px 6px;border-radius:99px;color:#617068;background:#e5e9e5;font-size:11px;font-style:normal}.resource-body{display:grid;grid-gap:14px;gap:14px}.resource-summary{display:flex;align-items:stretch;gap:9px;flex-wrap:wrap}.resource-summary>div{min-width:110px;padding:12px 16px;border:1px solid var(--line);border-radius:10px;background:#fbfcfa}.resource-summary>div b,.resource-summary>div span{display:block}.resource-summary>div b{color:var(--green-dark);font-size:20px}.resource-summary>div span{color:#758078;font-size:11px}.resource-summary>button{display:flex;align-items:center;gap:6px;padding:0 13px;border:1px solid var(--line);border-radius:9px;color:var(--green-dark);background:white;font-weight:700;cursor:pointer}.resource-card{position:relative;padding:15px 48px 15px 15px;border:1px solid var(--line);border-radius:12px;background:#fbfcfa}.resource-card .editor-grid{margin:0}.inline-fetch-button{min-height:35px;align-self:end;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #bfd2c8;border-radius:8px;color:var(--green-dark);background:#f4f9f6;font-size:10px;font-weight:700;cursor:pointer}.inline-fetch-button:disabled{opacity:.55;cursor:wait}.external-data-note{align-self:center;color:#65786e;font-size:9px}.receipt-upload{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid #bfd2c8;border-radius:8px;color:var(--green-dark);background:#f4f9f6;font-size:10px;font-weight:700;cursor:pointer}.receipt-upload input{display:none}.receipt-list{display:grid;grid-gap:7px;gap:7px}.receipt-list>article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;grid-gap:9px;gap:9px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fbfcfa;color:var(--green)}.receipt-list>article>div{display:grid;grid-gap:6px;gap:6px}.receipt-list input,.receipt-list select{min-width:0;padding:7px 8px;border:1px solid #d8ddd8;border-radius:7px;background:white}.receipt-list>article>div>div{display:grid;grid-template-columns:.8fr .7fr 1.4fr;grid-gap:6px;gap:6px}.receipt-list small{display:flex;gap:10px;color:var(--muted);font-size:8px}.receipt-list a{color:var(--green)}.receipt-list>article>button{border:0;color:#a65454;background:transparent;cursor:pointer}.resource-delete{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;color:#a65454;background:#f8eeee;cursor:pointer}.resource-empty{padding:28px 18px;border:1px dashed #cdd3ce;border-radius:12px;color:#748078;text-align:center;background:#fafbf9}.cost-overview{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:9px;gap:9px}.cost-overview>div{padding:14px;border:1px solid var(--line);border-radius:11px;background:#fbfcfa}.cost-overview b,.cost-overview small{display:block}.cost-overview small{color:#758078}.cost-overview b{margin-top:5px;color:var(--green-dark);font-size:19px}.cost-overview .attention{border-color:#e7c8a3;background:#fff8ee}@media (max-width:720px){.resource-tabs{grid-template-columns:1fr}.cost-overview{grid-template-columns:repeat(2,1fr)}.resource-summary>button{min-height:40px}}.sidebar-divider{height:1px;margin:16px 10px;background:#dcddd6}.sidebar-spacer{flex:1 1;min-height:26px}.sync-card{margin:10px 4px 15px;padding:11px 12px;border:1px solid #d8e2db;background:rgba(255,255,255,.55);border-radius:10px}.sync-card span{display:flex;align-items:center;gap:5px;color:var(--green);font-size:11px;font-weight:700}.sync-card small{display:block;margin:5px 0 0 19px;color:#8a948f;font-size:10px}.sync-card button{width:100%;display:flex;align-items:center;justify-content:center;gap:5px;margin-top:10px;padding:7px 5px;border:1px solid #d8e2db;border-radius:7px;color:var(--green);background:white;font-size:9px;font-weight:700;cursor:pointer}.sync-card button:hover{background:var(--green-soft)}.sync-card button.conflict-action{border-color:#e5c9b9;color:#9b5c45;background:#fff6f0}.spin-icon{animation:spin .8s linear infinite}.workspace{min-height:100vh;margin-left:220px;padding:102px 28px 45px}.workspace-head{max-width:1500px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:flex-end;gap:25px}.workspace-head h1{margin:8px 0 5px;font-size:clamp(26px,2.4vw,35px);letter-spacing:-.045em;line-height:1.15}.workspace-head p{margin:0;color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:10px;color:#87918c;font-size:12px;font-weight:600}.status-pill{padding:4px 9px;border-radius:99px;color:var(--green);background:var(--green-soft);font-size:10px;letter-spacing:.08em}.head-actions{display:flex;align-items:center;gap:10px}.mode-switch{display:flex;padding:3px;border:1px solid #dadcd5;border-radius:10px;background:rgba(255,255,255,.7)}.mode-switch button{height:35px;display:flex;align-items:center;gap:6px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#7b8580;font-size:12px;font-weight:600;cursor:pointer}.mode-switch button.active{color:var(--green-dark);background:white;box-shadow:0 2px 8px rgba(41,55,48,.08)}.primary-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:0;border-radius:9px;color:white;background:var(--green);box-shadow:0 5px 14px rgba(38,112,91,.18);font-weight:700;cursor:pointer}.primary-button:hover{background:var(--green-dark);transform:translateY(-1px)}.primary-button:disabled{opacity:.75;cursor:wait;transform:none}.day-tabs{max-width:1500px;margin:0 auto;display:flex;align-items:stretch;border-bottom:1px solid #d9dcd4}.day-tab{width:180px;display:grid;grid-gap:3px;gap:3px;position:relative;padding:11px 16px 14px;border:0;background:transparent;color:#87918b;text-align:left;cursor:pointer}.day-tab:after{content:"";position:absolute;left:10px;right:10px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:transparent}.day-tab span{font-size:9px;letter-spacing:.12em;font-weight:700}.day-tab b{color:#5f6c65;font-size:15px}.day-tab b small{font-size:11px;font-weight:500}.day-tab em{font-size:10px;font-style:normal;white-space:nowrap}.day-tab.active{background:linear-gradient(180deg,transparent,rgba(255,255,255,.6))}.day-tab.active:after{background:var(--green)}.day-tab.active b,.day-tab.active span{color:var(--green-dark)}.add-day{align-self:center;width:32px;height:32px;border:1px dashed #c9cec7;border-radius:50%;background:transparent;color:#87918c;cursor:pointer}.summary-strip{max-width:1500px;min-height:67px;margin:0 auto 16px;display:flex;align-items:center;gap:0;padding:10px 16px;background:rgba(255,255,255,.66);border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px}.summary-strip>div{min-width:165px;display:flex;align-items:center;gap:10px;padding:0 20px;border-right:1px solid var(--line);color:#729083}.summary-strip>div:first-child{padding-left:4px}.summary-strip>div span{display:grid;grid-gap:1px;gap:1px}.summary-strip b{color:#526159;font-size:12px}.summary-strip small{color:#929b96;font-size:9px}.summary-strip>button{margin-left:auto;font-size:11px}.planner-grid{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:minmax(520px,1fr) 330px;grid-gap:14px;gap:14px;position:relative;align-items:start}.planner-grid.with-map{grid-template-columns:minmax(490px,1fr) 300px 350px}.view-places .day-tabs,.view-places .map-preview,.view-places .open-map,.view-places .summary-strip,.view-places .timeline-panel{display:none}.view-places .planner-grid{display:grid;grid-template-columns:minmax(520px,1fr) minmax(360px,430px)}.view-places .right-panel{min-height:650px}.view-places .panel-tabs{display:none}.view-places .candidate-list{max-height:none;grid-template-columns:1fr;padding:18px}.view-places .search-box{margin-top:18px}.view-map .open-map,.view-map .right-panel,.view-map .timeline-panel{display:none}.view-map .planner-grid.with-map{display:block}.view-map .map-preview{position:relative;top:auto;width:100%}.view-map .leaflet-map-shell{height:min(70vh,760px);min-height:540px}.map-preview,.right-panel,.timeline-panel{background:var(--paper);border:1px solid var(--line);border-radius:13px;box-shadow:0 4px 18px rgba(49,64,57,.04)}.timeline-panel{padding:20px 22px 24px}.panel-title{justify-content:space-between;margin-bottom:18px}.panel-title,.panel-title>div{display:flex;align-items:center}.panel-title>div{gap:9px}.panel-title h2{margin:0;font-size:16px;letter-spacing:-.02em}.route-refresh-button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;background:white;padding:7px 9px;color:var(--ink);font-size:11px;font-weight:700}.route-refresh-button:disabled{opacity:.55;cursor:wait}.spin{animation:spin .8s linear infinite}.autosave{display:inline-flex;align-items:center;gap:5px;color:#919a95;font-size:9px}.autosave i{width:5px;height:5px;border-radius:50%;background:#68a68e}.autosave.saving i{background:#caa95e;animation:pulse 1s infinite}.autosave.error{color:#a9604c}.autosave.error i{background:#c76b54}@keyframes pulse{50%{opacity:.3}}.finish-row,.start-row{display:grid;grid-template-columns:45px 24px 1fr;align-items:center;min-height:44px}.finish-row>span,.start-row .time-label{color:#7d8882;font-size:11px;font-weight:700;text-align:right}.start-dot{width:10px;height:10px;justify-self:center;border:3px solid var(--green);border-radius:50%;background:white}.finish-row>div:last-child,.start-row>div:last-child{display:grid;grid-gap:2px;gap:2px;padding-left:7px}.finish-row b,.start-row b{font-size:12px}.finish-row small,.start-row small{color:#919a95;font-size:9px}.timeline-drop-group,.timeline-list{position:relative}.timeline-drop-preview{min-height:10px;display:flex;align-items:center;justify-content:center;gap:5px;margin:0 0 0 58px;border:1px dashed transparent;border-radius:8px;color:transparent;font-size:9px;font-weight:700;transition:min-height .15s,color .15s,border-color .15s,background .15s}.timeline-drop-preview.visible{min-height:38px;margin-top:5px;margin-bottom:5px;border-color:#82aa98;color:var(--green);background:#eef7f2}.timeline-drop-preview.end{margin-top:8px}.timeline-unit{position:relative}.travel-row{min-height:49px;display:grid;grid-template-columns:45px 24px 1fr;align-items:center}.travel-row.editable{width:100%;padding:0;border:0;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.travel-row.editable:focus-visible,.travel-row.editable:hover{background:#f3f7f4;outline:none}.inline-travel-editor{min-width:0;display:flex!important;flex-wrap:nowrap;align-items:center;gap:5px!important;white-space:nowrap}.inline-travel-editor>svg{flex:0 0 auto}.inline-travel-editor>small{min-width:0;flex:1 1 auto;overflow:hidden;color:#8a958f;text-overflow:ellipsis;white-space:nowrap}.inline-travel-editor input,.inline-travel-editor select{height:29px;border:1px solid #d5ddd8;border-radius:6px;color:#53635a;background:white;font-size:9px}.inline-travel-editor select{min-width:88px;max-width:110px;flex:0 1 110px;padding:0 6px}.inline-travel-editor label{flex:0 0 auto;display:flex;align-items:center;gap:3px;font-size:9px}.inline-travel-editor input{width:62px;padding:0 6px}.travel-row>span{color:#9aa29e;font-size:9px;text-align:right}.travel-line{align-self:stretch;position:relative}.travel-line:before{content:"";position:absolute;left:50%;top:0;bottom:0;border-left:1px dashed #b8c5be}.travel-line i{width:5px;height:5px;position:absolute;left:calc(50% - 2px);top:calc(50% - 2px);border-radius:50%;background:#97aa9f}.travel-row>div:last-child{display:flex;align-items:center;gap:6px;padding-left:8px;color:#819089}.travel-row b{color:#66736c;font-size:10px}.travel-row small{font-size:9px}.place-card{position:relative;display:grid;grid-template-columns:22px 42px 1fr;grid-gap:9px;gap:9px;margin-left:13px;padding:14px 14px 14px 5px;border:1px solid #dde1da;border-radius:11px;background:white;box-shadow:0 3px 10px rgba(43,59,51,.04);cursor:-webkit-grab;cursor:grab;transition:border-color .2s,box-shadow .2s,transform .2s}.place-card:hover{border-color:#bfcfc6;box-shadow:0 7px 18px rgba(43,59,51,.08);transform:translateY(-1px)}.place-card:active{cursor:-webkit-grabbing;cursor:grabbing}.place-card.has-issue{border-color:#e7c7b4}.place-card.is-completed{border-color:#c9ddd3;background:#f6faf7;opacity:.72}.place-card.is-completed h3{text-decoration:line-through;-webkit-text-decoration-color:#91aa9d;text-decoration-color:#91aa9d}.drag-handle{align-self:center;width:22px;height:40px;padding:0;border:0;background:transparent;color:#b2b9b5;cursor:-webkit-grab;cursor:grab}.touch-reorder-controls{display:none;align-self:center;flex-direction:column;gap:3px}.touch-reorder-controls button{width:30px;height:28px;display:grid;place-items:center;padding:0;border:1px solid #d8e1dc;border-radius:8px;background:#fff;color:#315f56}.touch-reorder-controls button:disabled{opacity:.3}.place-reviews{padding:12px;border:1px solid #dce5e0;border-radius:12px}.place-reviews legend{padding:0 6px;font-weight:700}.place-review-editor{display:grid;grid-template-columns:110px 1fr 150px auto;grid-gap:8px;gap:8px;padding:10px 0;border-bottom:1px solid #edf1ef}@media (max-width:760px),(pointer:coarse){.timeline-list .drag-handle{display:none}.touch-reorder-controls{display:flex}.place-review-editor{grid-template-columns:1fr 1fr}}.place-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px}.coral{color:#b85e4d;background:#f5ded8}.amber{color:#a87527;background:#f5e8c8}.sage{color:#4e7c62;background:#dfece2}.blue{color:#51789a;background:#dce8f0}.violet{color:#77628f;background:#e8e0ee}.place-main{min-width:0}.place-top{display:flex;justify-content:space-between;align-items:flex-start}.place-top>div{display:flex;align-items:center;gap:7px}.place-top small{color:#929b96;font-size:9px}.priority{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:700}.priority.must{color:#a34e3d;background:#f9e2dc}.priority.high{color:#3b765f;background:#e3f0e8}.priority.optional{color:#767f7a;background:#eff0eb}.candidate-card h3,.place-card h3{margin:4px 0 7px;font-size:14px;letter-spacing:-.01em}.place-meta{display:flex;flex-wrap:wrap;gap:6px 15px;color:#75817b;font-size:9px}.constraint-ok,.place-meta span{display:flex;align-items:center;gap:4px}.constraint-ok{color:#62927d}.constraint-ok,.notice{margin-top:9px;font-size:9px}.notice{display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:6px}.notice.soft{color:#5b776b;background:#edf4f0}.notice.warning{color:#9b624b;background:#fcf0e8}.notice.warning button{gap:2px;margin-left:auto;padding:0;border:0;color:#9b624b;background:transparent}.complete-stop,.notice.warning button{display:flex;align-items:center;font-size:9px;font-weight:700;cursor:pointer}.complete-stop{justify-content:center;gap:5px;width:100%;min-height:30px;margin-top:9px;border:1px solid #b9d0c4;border-radius:7px;color:var(--green);background:#f5faf7}.complete-stop.done{color:#6f7c75;border-color:#d8ded9;background:#eef0ec}.add-stop{min-height:40px;width:calc(100% - 58px);margin:13px 0 10px 58px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px dashed #cbd3cd;border-radius:9px;background:#fafbf7;color:#74827b;font-size:11px;font-weight:600;cursor:pointer}.add-stop:hover{color:var(--green);border-color:#91b5a6;background:#f3f8f5}.fixed-event-banner{width:calc(100% - 58px);min-height:38px;display:flex;align-items:center;gap:8px;margin:9px 0 9px 58px;padding:8px 11px;border:1px solid #d9dfed;border-radius:8px;color:#5f6f8c;background:#f2f5fb;text-align:left;cursor:pointer}.fixed-event-banner>span{display:grid;grid-gap:2px;gap:2px;flex:1 1}.fixed-event-banner b{font-size:10px}.fixed-event-banner small{color:#7f8ba1;font-size:8px}.fixed-event-banner em{padding:3px 6px;border-radius:99px;color:#607395;background:#e4e9f5;font-size:7px;font-style:normal;font-weight:700}.finish-dot{width:19px;height:19px;justify-self:center;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green)}.right-panel{min-height:500px;overflow:hidden}.panel-tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px 7px 0;border-bottom:1px solid var(--line)}.panel-tabs button{height:43px;position:relative;border:0;background:transparent;color:#919995;font-size:11px;font-weight:700;cursor:pointer}.panel-tabs button:after{content:"";position:absolute;left:12px;right:12px;bottom:-1px;height:2px;background:transparent}.panel-tabs button.active{color:var(--green)}.panel-tabs button.active:after{background:var(--green)}.panel-tabs span{display:inline-grid;place-items:center;min-width:17px;height:17px;margin-left:4px;border-radius:50%;background:var(--green-soft);font-size:8px}.search-box{height:36px;display:flex;align-items:center;gap:7px;margin:13px 13px 9px;padding:0 10px;border:1px solid #dde0da;border-radius:8px;color:#909994;background:#fafaf7}.search-box input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:var(--ink);font-size:10px}.search-box>button{width:24px;height:24px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#87918c;background:transparent;cursor:pointer}.search-box>button:hover{background:#eceee8}.filter-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 13px 10px}.filter-chips button{padding:4px 9px;border:1px solid #e0e2dc;border-radius:99px;color:#88918d;background:white;font-size:8px;cursor:pointer}.filter-chips button.active{border-color:#bdd1c8;color:var(--green);background:var(--green-soft)}.filter-chips .csv-import-button{display:flex;align-items:center;gap:3px;margin-left:auto;color:var(--green)}.place-card-actions{display:flex;gap:4px}.place-card-actions .icon-button:first-child{color:#9d6252}.add-candidate-button{width:calc(100% - 26px);min-height:31px;display:flex;align-items:center;justify-content:center;gap:5px;margin:0 13px 10px;border:1px dashed #afc9bc;border-radius:8px;color:var(--green);background:#f7fbf8;font-size:9px;font-weight:700;cursor:pointer}.candidate-list{display:grid;grid-gap:8px;gap:8px;max-height:593px;padding:0 11px 14px;overflow-y:auto}.candidate-card{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 28px;grid-gap:9px;gap:9px;align-items:center;overflow:hidden;padding:9px;border:1px solid #e4e6e0;border-radius:9px;background:#fff}.candidate-thumb{width:42px;height:49px;display:grid;place-items:center;border-radius:7px}.candidate-card>div:nth-child(2){min-width:0}.candidate-card>div>div{display:flex;align-items:center;gap:5px}.candidate-card small{color:#909994;font-size:8px}.candidate-card h3{margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.candidate-card p{display:flex;align-items:center;gap:3px;margin:0;color:#929b96;font-size:8px}.candidate-actions{display:grid!important;grid-gap:5px!important;gap:5px!important}.candidate-active-toggle{width:27px;height:27px;position:relative;display:grid;place-items:center;cursor:pointer}.candidate-active-toggle input{width:100%;height:100%;position:absolute;inset:0;z-index:1;margin:0;opacity:0;cursor:pointer}.candidate-active-toggle span{width:24px;height:14px;position:relative;border-radius:99px;background:#c9cfcb;transition:background .15s}.candidate-active-toggle span:after{content:"";width:10px;height:10px;position:absolute;left:2px;top:2px;border-radius:50%;background:white;box-shadow:0 1px 3px rgba(32,48,40,.22);transition:transform .15s}.candidate-active-toggle input:checked+span{background:var(--green)}.candidate-active-toggle input:checked+span:after{transform:translateX(10px)}.candidate-active-toggle input:focus-visible+span{outline:2px solid #7ba390;outline-offset:2px}.candidate-actions button{width:27px;height:27px;display:grid;place-items:center;padding:0;border:1px solid #d8dfd9;border-radius:50%;color:var(--green);background:#f6faf7;cursor:pointer}.candidate-actions button:hover{color:white;background:var(--green)}.candidate-actions button.is-added{border-color:transparent;color:#7b9c8d;background:var(--green-soft);cursor:default}.candidate-actions button[aria-label$="を削除"]{color:#a15f50;background:#fff7f3}.candidate-card.is-inactive{opacity:.62;background:#f4f5f3}.candidate-card.is-detailed{min-height:154px;grid-template-columns:58px minmax(0,1fr) 30px;align-items:start;padding:14px;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.candidate-card.is-detailed:hover{border-color:#a9c4b7;background:#fbfdfb}.candidate-card.is-detailed.is-selected{border-color:var(--green);background:#f7fbf8;box-shadow:inset 4px 0 var(--green),0 4px 16px rgba(48,76,63,.08)}.candidate-card.is-detailed .candidate-thumb{width:56px;height:65px}.candidate-card.is-detailed h3{font-size:15px;white-space:normal;overflow-wrap:anywhere}.candidate-card.is-detailed p{margin-bottom:7px;font-size:10px}.candidate-detail-lines{display:grid!important;grid-gap:4px!important;gap:4px!important;color:#707d76;font-size:9px}.candidate-detail-lines a,.candidate-detail-lines span{min-width:0;display:flex;align-items:center;gap:4px;overflow-wrap:anywhere;word-break:break-word;line-height:1.4}.candidate-detail-lines svg{flex:0 0 auto}.candidate-detail-lines a{color:var(--green)}.candidate-scheduled-days,.candidate-tags{display:block;max-width:100%;margin-top:7px;overflow-wrap:anywhere;white-space:normal;color:#668575!important}.candidate-scheduled-days{width:-moz-fit-content;width:fit-content;padding:3px 6px;border-radius:99px;background:#eaf4ee;font-weight:700}.candidate-detail-panel{min-width:0;position:-webkit-sticky;position:sticky;top:84px;max-height:calc(100vh - 104px);padding:20px;overflow-x:hidden;overflow-y:auto;border:1px solid var(--line);border-radius:13px;background:var(--paper);box-shadow:0 4px 18px rgba(49,64,57,.04)}.candidate-detail-panel.empty{min-height:320px;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;color:#789486;text-align:center}.candidate-detail-panel.empty small{max-width:260px;color:var(--muted)}.candidate-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--line)}.candidate-detail-heading h2{margin:4px 0;font-size:19px}.candidate-detail-heading small{color:var(--muted)}.candidate-side-form{display:grid;grid-gap:11px;gap:11px}.place-basic-fields{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.candidate-name-priority{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.42fr);grid-gap:9px;gap:9px}.place-link-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:end}.place-link-row>a{min-height:38px;display:inline-flex;align-items:center;gap:5px;padding:0 11px;border:1px solid #a9c6b8;border-radius:8px;color:var(--green);background:#f5faf7;font-size:9px;font-weight:700;text-decoration:none;white-space:nowrap}.address-geocode-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:9px;gap:9px;align-items:end}.address-geocode-row>button{min-height:38px;display:inline-flex;align-items:center;gap:5px;padding:0 11px;border:1px solid #a9c6b8;border-radius:8px;color:var(--green);background:#f5faf7;font-size:9px;font-weight:700;cursor:pointer}.address-geocode-row>button:disabled{opacity:.48;cursor:default}.address-candidate-list{display:grid;grid-gap:6px;gap:6px}.address-candidate-list>button{display:grid;grid-template-columns:1fr auto;grid-gap:2px 10px;gap:2px 10px;padding:9px 10px;border:1px solid #dce4de;border-radius:8px;color:#52635a;background:#fafcfb;text-align:left;cursor:pointer}.address-candidate-list>button:hover{border-color:#91b5a6;background:#f3f8f5}.address-candidate-list b{font-size:10px}.address-candidate-list small{grid-column:1;color:var(--muted);font-size:8px}.address-candidate-list em{grid-column:2;grid-row:1/span 2;align-self:center;color:#739181;font-size:8px;font-style:normal}.geocoding-error{color:#a35d4a;font-size:9px}.candidate-side-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.candidate-side-row.three{grid-template-columns:repeat(3,1fr)}.candidate-detail-panel .field{min-width:0}.candidate-detail-panel .field input,.candidate-detail-panel .field select,.candidate-detail-panel .field textarea{width:100%}.candidate-side-actions{display:flex;justify-content:space-between;gap:10px;margin-top:17px;padding-top:14px;border-top:1px solid var(--line)}.candidate-side-actions .danger{display:flex;align-items:center;gap:5px;padding:8px 11px;border:1px solid #edc9c2;border-radius:8px;color:#a34e3d;background:#fff7f5;cursor:pointer}.inactive-badge{padding:2px 5px;border-radius:99px;color:#6f7873;background:#e5e8e5;font-size:7px}.empty-state{display:grid;justify-items:center;grid-gap:5px;gap:5px;padding:45px 10px;color:#77a18f}.empty-state small{color:#959d99}.plans-list{display:grid;grid-gap:9px;gap:9px;padding:12px}.plan-comparison-workspace{max-width:1500px;margin:0 auto;padding:20px 22px 24px;border:1px solid var(--line);border-radius:13px;background:var(--paper);box-shadow:0 4px 18px rgba(49,64,57,.04)}.plan-comparison-title h2{margin:5px 0 3px;font-size:19px}.plan-comparison-title p{margin:0 0 17px;color:var(--muted);font-size:10px}.plan-compare-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.plan-compare-column{min-width:0;padding:14px;border:1px solid #dfe4de;border-radius:11px;background:#fafbf8}.plan-compare-column-head{display:flex;align-items:flex-end;gap:9px}.plan-compare-column-head label{min-width:0;display:grid;flex:1 1;grid-gap:5px;gap:5px}.plan-compare-column-head label span{color:#7d8982;font-size:8px;font-weight:700}.plan-compare-column-head select{width:100%;min-height:38px;padding:0 9px;border:1px solid #d6dcd7;border-radius:8px;color:var(--ink);background:white;font-size:10px}.plan-compare-summary{display:flex;flex-wrap:wrap;gap:5px;margin:11px 0}.plan-compare-summary span{padding:4px 7px;border-radius:99px;color:#65776e;background:#eaf1ed;font-size:8px;font-weight:700}.plan-compare-stops{display:grid;grid-gap:7px;gap:7px}.plan-compare-stops article{display:grid;grid-template-columns:20px minmax(0,1fr) 28px;grid-gap:7px;gap:7px;align-items:center;min-height:56px;padding:8px;border:1px solid #dfe3de;border-radius:9px;background:white;cursor:-webkit-grab;cursor:grab;transition:border-color .15s,transform .15s,opacity .15s}.plan-compare-stops article:hover{border-color:#a9c4b7;transform:translateY(-1px)}.plan-compare-stops article.dragging{opacity:.45;border-color:var(--green)}.plan-compare-stops article>svg{color:#aab3ae}.plan-compare-stops article>span{min-width:0;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center}.plan-compare-stops article small{grid-row:1/span 2;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-size:8px}.plan-compare-stops article b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.plan-compare-stops article em{color:var(--muted);font-size:8px;font-style:normal}.plan-stop-travel{grid-column:2;display:flex;align-items:center;gap:5px;margin-top:5px}.plan-stop-travel input,.plan-stop-travel select{height:28px;border:1px solid #d7ddd8;border-radius:6px;color:#53635a;background:#fafbf9;font-size:8px}.plan-stop-travel select{min-width:88px;padding:0 5px}.plan-stop-travel label{display:flex;align-items:center;gap:3px;color:var(--muted);font-size:8px}.plan-stop-travel input{width:55px;padding:0 5px}.plan-compare-stops article button{width:27px;height:27px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#a46654;background:#faeee9;cursor:pointer}.plan-compare-timeline{display:grid}.plan-route-endpoint{display:grid;grid-template-columns:48px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;min-height:45px}.plan-compare-travel time,.plan-route-endpoint time{color:#718079;font-size:9px;font-weight:700;text-align:right}.plan-route-endpoint>span{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center}.plan-route-endpoint i{grid-row:1/span 2;width:20px;height:20px;display:grid;place-items:center;border:2px solid var(--green);border-radius:50%;color:var(--green);background:white;font-size:8px;font-style:normal;font-weight:800}.plan-route-endpoint.finish i{color:white;background:var(--green)}.plan-route-endpoint b{font-size:10px}.plan-route-endpoint small{color:var(--muted);font-size:8px}.plan-compare-step{display:grid}.plan-compare-travel{min-height:55px;display:grid;grid-template-columns:48px 18px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center}.plan-compare-travel .travel-line{height:100%}.plan-compare-travel>div{min-width:0;display:flex;flex-wrap:nowrap;gap:4px;align-items:center;white-space:nowrap}.plan-compare-travel>div>svg{flex:0 0 auto}.plan-compare-travel input,.plan-compare-travel select{height:28px;border:1px solid #d7ddd8;border-radius:6px;color:#53635a;background:white;font-size:8px}.plan-compare-travel select{min-width:0;padding:0 5px}.plan-compare-travel label{display:flex;align-items:center;gap:3px;color:var(--muted);font-size:8px}.plan-compare-travel input{width:52px;padding:0 4px}.plan-compare-travel small{min-width:0;flex:1 1 auto;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.plan-compare-step article{display:grid;grid-template-columns:20px minmax(0,1fr) 28px;grid-gap:7px;gap:7px;align-items:center;min-height:58px;margin-left:55px;padding:8px;border:1px solid #dfe3de;border-radius:9px;background:white;cursor:-webkit-grab;cursor:grab}.plan-compare-step article.dragging{opacity:.45;border-color:var(--green)}.plan-compare-step article>svg{color:#aab3ae}.plan-compare-step article>span{min-width:0;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center}.plan-compare-step article small{grid-row:1/span 2;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-size:8px}.plan-compare-step article b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.plan-compare-step article em{color:var(--muted);font-size:8px;font-style:normal}.plan-compare-step article button{width:27px;height:27px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#a46654;background:#faeee9;cursor:pointer}.plan-intro{display:flex;gap:8px;padding:10px;color:var(--green);background:var(--green-soft);border-radius:8px}.plan-intro div{display:grid;grid-gap:2px;gap:2px}.plan-intro b{font-size:10px}.plan-intro small{color:#719083;font-size:8px}.plan-card{padding:12px;border:1px solid #e0e3dc;border-radius:9px}.plan-card.active{border-color:#93b8a8;box-shadow:inset 3px 0 var(--green)}.plan-card>div:first-child{display:flex;align-items:center;justify-content:space-between;color:#8c9691;font-size:8px}.plan-card em{display:flex;align-items:center;gap:3px;padding:3px 6px;border-radius:99px;color:var(--green);background:var(--green-soft);font-style:normal;font-weight:700}.plan-card h3{margin:5px 0 9px;font-size:13px}.plan-suggestion{display:block;margin-top:7px;color:#9a6338;line-height:1.45}.issue-details{min-width:150px;text-align:left}.issue-details summary{color:#a05e32;cursor:pointer;font-weight:700}.issue-details ul{display:grid;grid-gap:8px;gap:8px;margin:8px 0 0;padding:0;list-style:none}.issue-details li{display:grid;grid-gap:3px;gap:3px}.issue-details li b{font-size:9px;line-height:1.4}.issue-details li span{color:#69756f;font-size:8px;line-height:1.45}.issue-details li button{justify-self:start;padding:4px 7px;border:1px solid #b9cbbf;border-radius:6px;color:var(--green-dark);background:#f5faf7;font-size:8px;cursor:pointer}.reoptimization-banner{position:fixed;z-index:90;right:22px;bottom:74px;width:min(430px,calc(100vw - 32px));display:flex;align-items:center;gap:9px;padding:12px 13px;border:1px solid #adc7b8;border-radius:12px;background:#f7fbf8;box-shadow:0 12px 34px rgba(28,54,42,.18)}.reoptimization-banner div{display:grid;grid-gap:2px;gap:2px;flex:1 1;text-align:left}.reoptimization-banner b{color:var(--green-dark);font-size:11px}.reoptimization-banner span{color:#65736c;font-size:9px;line-height:1.45}.reoptimization-banner button{display:flex;align-items:center;gap:4px;padding:6px 8px;border:1px solid #b9cbbf;border-radius:7px;background:white;color:var(--green-dark);font-size:9px;cursor:pointer}.reoptimization-banner.outcome{border-color:#8eb8a3;background:#f0faf4}.plan-stats{display:flex;justify-content:space-between;gap:5px;color:#98a09c;font-size:7px}.plan-stats span{display:grid}.plan-stats b{color:#5f6b65;font-size:10px}.compare-button,.secondary-button{width:100%;min-height:32px;margin-top:10px;border:1px solid #d9e2dc;border-radius:7px;color:var(--green);background:#f8fbf9;font-size:9px;font-weight:700;cursor:pointer}.compare-button{display:flex;align-items:center;justify-content:center;gap:6px;min-height:38px;margin:3px 0 0}.plan-feasibility{display:flex;align-items:center;gap:4px;margin-top:7px;color:#467761;font-size:8px;font-weight:700}.plan-feasibility.has-issues{color:#a15f50}.day-validation-summary{display:flex;align-items:flex-start;gap:8px;margin:8px 20px 2px 82px;padding:9px;border-radius:8px;color:#985b48;background:#fff0e8}.day-validation-summary>div{display:grid;grid-gap:2px;gap:2px}.day-validation-summary b{font-size:9px}.day-validation-summary small{font-size:8px;line-height:1.5}.compare-modal{position:relative;width:min(920px,100%);max-height:min(82vh,720px);overflow:auto;padding:24px;border-radius:14px;background:#fff;box-shadow:0 24px 60px rgba(32,48,39,.2)}.compare-modal h2{margin:5px 0;color:#3e4c45}.compare-modal>p{margin:0 0 16px;color:#7d8882;font-size:10px}.compare-table-wrap{overflow-x:auto;border:1px solid #e0e4de;border-radius:10px}.compare-modal table{width:100%;min-width:760px;border-collapse:collapse;font-size:9px}.compare-modal td,.compare-modal th{padding:10px;border-bottom:1px solid #e6e8e3;text-align:left;vertical-align:top}.compare-modal thead th{color:#738079;background:#f5f7f3;font-size:8px}.compare-modal tbody tr.active{background:#eff7f2}.compare-modal tbody tr:last-child td,.compare-modal tbody tr:last-child th{border-bottom:0}.compare-modal tbody th{min-width:190px}.compare-modal tbody th b,.compare-modal tbody th small{display:block}.compare-modal tbody th small{max-width:310px;margin-top:4px;color:#87918c;font-size:7px;line-height:1.5}.plan-change-summary{margin-top:7px;font-weight:400}.plan-change-summary summary{color:#517865;font-size:8px;cursor:pointer}.plan-change-summary.danger summary{color:#a35145}.plan-change-summary ul{display:grid;grid-gap:5px;gap:5px;margin:7px 0 0;padding:0;list-style:none}.plan-change-summary li{display:grid;grid-template-columns:55px 1fr;grid-gap:5px;gap:5px;align-items:start}.plan-change-summary li b{color:#59675f;font-size:8px}.plan-change-summary li span{color:#77837d;font-size:7px;line-height:1.45}.compare-modal td button{padding:5px 9px;border:1px solid #bad0c4;border-radius:6px;color:var(--green);background:white;font-size:8px;font-weight:700;cursor:pointer}.compare-modal td button:disabled{cursor:default;opacity:.55}.map-preview{position:-webkit-sticky;position:sticky;top:84px;overflow:hidden}.map-footer,.map-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 13px}.map-toolbar{border-bottom:1px solid var(--line)}.map-toolbar>span{display:flex;align-items:center;gap:7px;flex:0 0 auto;font-size:11px;font-weight:700}.map-footer button,.map-toolbar button{border:0;background:transparent;color:#74817a;cursor:pointer}.map-plan-picker{display:flex;align-items:center;gap:7px;margin-left:auto;color:#7e8983;font-size:8px}.map-plan-picker select{min-width:145px;max-width:260px;padding:6px 26px 6px 8px;border:1px solid #d8e1dc;border-radius:7px;color:#42584c;background:white;font-size:9px}.map-toolbar-pickers{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px 12px;margin-left:auto}.map-toolbar-pickers .map-plan-picker{margin-left:0}.map-edit-picker select{min-width:175px}.leaflet-map-shell{height:545px;position:relative;overflow:hidden;background:#e8eee8}.leaflet-map-shell.is-offline{background-color:#eef1e7;background-image:radial-gradient(#c7d0c6 1px,transparent 0);background-size:13px 13px}.map-context-menu{width:218px;max-height:min(260px,calc(100% - 16px));position:absolute;z-index:1001;display:grid;grid-gap:3px;gap:3px;overflow-y:auto;padding:6px;border:1px solid #d8e0da;border-radius:10px;background:rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(30,48,39,.24)}.map-context-menu button{min-width:0;display:flex;align-items:center;gap:7px;padding:8px 9px;border:0;border-radius:7px;color:#40564b;background:transparent;font-size:9px;text-align:left;cursor:pointer}.map-context-menu button:focus-visible,.map-context-menu button:hover{color:var(--green-dark);background:var(--green-soft);outline:none}.map-context-menu svg{flex:0 0 auto}.leaflet-map{width:100%;height:100%;z-index:1}.route-map-marker-wrap{border:0!important;background:transparent!important}.route-map-marker{width:28px;height:28px;display:grid;place-items:center;border:3px solid white;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);color:white;background:var(--green);box-shadow:0 3px 9px rgba(36,50,44,.3);font-size:9px;font-weight:700}.route-map-marker.start{background:#3978ae}.route-map-marker.end{background:#d06e59}.route-map-marker.candidate:not(.selected){background:#6c8c7c;opacity:.88}.route-map-marker.candidate.selected{background:#e58a3d;box-shadow:0 0 0 5px rgba(229,138,61,.24),0 3px 9px rgba(36,50,44,.3)}.route-map-marker.fixed-event{width:30px;height:30px;background:#b25787}.route-map-marker.editing{box-shadow:0 0 0 6px rgba(229,138,61,.3),0 3px 10px rgba(36,50,44,.35)}.route-map-marker i{transform:rotate(45deg);font-style:normal}.map-edit-hint{top:10px;gap:5px;padding:7px 10px;border-radius:99px;color:#405f50;box-shadow:0 3px 12px rgba(38,55,46,.15);pointer-events:none}.map-edit-hint,.map-route-status{position:absolute;z-index:500;left:50%;display:flex;align-items:center;transform:translateX(-50%);background:rgba(255,255,255,.94);font-size:8px;font-weight:700;white-space:nowrap}.map-route-status{top:48px;gap:6px;max-width:calc(100% - 30px);padding:6px 9px;border-radius:8px;color:#466154;box-shadow:0 3px 12px rgba(38,55,46,.12)}.map-route-status.error{color:#a15f50}.map-route-status button{padding:2px 5px;border:1px solid #bfd0c6;border-radius:5px;color:inherit;background:white;font-size:7px;cursor:pointer}.map-route-status .spinner{width:12px;height:12px}.map-offline-note{position:absolute;z-index:500;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px;border-radius:7px;color:#617269;background:rgba(255,255,255,.9);box-shadow:0 3px 10px rgba(38,55,46,.12);font-size:8px}.map-empty{height:100%;display:grid;place-content:center;justify-items:center;grid-gap:5px;gap:5px;color:#6d8d7e;text-align:center}.map-empty b{font-size:10px}.map-empty small{color:#89938e;font-size:8px}.map-canvas{height:545px;position:relative;overflow:hidden;background-color:#eef1e7;background-image:radial-gradient(#c7d0c6 1px,transparent 0);background-size:13px 13px}.map-canvas:after,.map-canvas:before{content:"";position:absolute;width:180px;height:100px;border-radius:50%;background:rgba(193,214,183,.52);filter:blur(2px)}.map-canvas:before{left:-40px;top:35px;transform:rotate(-24deg)}.map-canvas:after{right:-50px;bottom:30px}.map-road{position:absolute;z-index:1;display:block;background:rgba(255,255,250,.85);box-shadow:0 0 0 1px rgba(214,216,207,.7)}.map-road.horizontal{left:0;right:0;height:4px;transform:rotate(-3deg)}.map-road.vertical{top:0;bottom:0;width:4px;transform:rotate(4deg)}.river{position:absolute;z-index:2;width:18px;height:120%;top:-10%;background:#c4dce3;opacity:.72;transform:rotate(7deg)}.river-one{left:56%}.river-two{left:60%;width:5px}.map-canvas svg{position:absolute;z-index:4;inset:0;width:100%;height:100%;overflow:visible}.map-canvas polyline{fill:none;stroke:var(--green);stroke-width:1.2;stroke-dasharray:3 1.4;vector-effect:non-scaling-stroke}.map-pin{width:24px;height:24px;position:absolute;z-index:6;display:grid;place-items:center;transform:translate(-50%,-50%);border:3px solid white;border-radius:50% 50% 50% 4px;color:white;background:var(--green);box-shadow:0 3px 8px rgba(36,50,44,.25);rotate:-45deg;cursor:pointer}.map-pin span{rotate:45deg;font-size:8px;font-weight:700}.map-label{position:absolute;z-index:3;color:#849187;font-size:8px;font-weight:600;letter-spacing:.12em}.label-station{left:44%;top:75%}.label-higashi{right:10%;top:30%}.label-kamo{left:52%;top:52%;rotate:82deg;color:#74a2af}.map-footer{border-top:1px solid var(--line);font-size:8px}.map-footer>span{display:flex;align-items:center;gap:5px;color:#8b9690}.map-footer>span i{width:16px;border-top:2px dashed var(--green)}.map-footer-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.map-route-legend{min-height:30px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:5px 12px;border-top:1px solid var(--line);color:#6f7d76;background:#fbfcfa;font-size:7px}.map-route-legend span{display:inline-flex;align-items:center;gap:4px}.map-route-legend span:before{content:"";width:18px;border-top:3px solid;border-radius:99px}.map-route-legend .walk:before{border-color:#4f8b67}.map-route-legend .transit:before{border-color:#785ea6}.map-route-legend .bus:before{border-color:#d56f36}.map-route-legend .car:before{border-color:#536779}.map-route-legend .ferry:before{border-color:#2787ad}.map-route-legend .fixed:before{width:11px;height:11px;border:0;border-radius:50%;background:#b25787}.map-route-legend small{color:#929c97;font-size:7px}.map-footer button{display:flex;align-items:center;gap:4px;font-size:8px}.map-footer button:disabled{opacity:.55;cursor:wait}.open-map{position:fixed;right:22px;bottom:24px;z-index:15;display:flex;align-items:center;gap:6px;padding:10px 14px;border:0;border-radius:99px;box-shadow:var(--shadow);cursor:pointer}.open-map,.quiet-button.is-active{color:white;background:var(--green)}.quiet-button.is-active{border-color:var(--green)}.notification-enabled{color:var(--green)!important;background:var(--green-soft)!important}.day-mode-bar{display:grid;grid-template-columns:auto minmax(180px,1fr) minmax(150px,.55fr) auto;grid-gap:16px;gap:16px;align-items:center;margin-bottom:12px;padding:13px 16px;border-radius:12px;color:white;background:linear-gradient(115deg,#355d4b,#527c67);box-shadow:0 8px 24px rgba(47,83,66,.18)}.day-mode-clock{display:grid;grid-gap:1px;gap:1px;min-width:60px}.day-mode-clock span{color:#c8ded3;font-size:7px;font-weight:700;letter-spacing:.16em}.day-mode-clock b{font-size:21px;line-height:1}.day-mode-next{display:grid;grid-gap:1px;gap:1px;padding-left:16px;border-left:1px solid rgba(255,255,255,.2)}.day-mode-next small,.day-mode-next span{color:#d2e3da;font-size:8px}.day-mode-next b{font-size:11px}.day-mode-progress{display:grid;grid-gap:5px;gap:5px}.day-mode-progress span{font-size:8px}.day-mode-progress span b{font-size:12px}.day-mode-progress progress{width:100%;height:5px;overflow:hidden;border:0;border-radius:99px;background:rgba(255,255,255,.2)}.day-mode-progress progress::-webkit-progress-bar{background:rgba(255,255,255,.2)}.day-mode-progress progress::-webkit-progress-value{background:#f3d28c}.day-mode-progress progress::-moz-progress-bar{background:#f3d28c}.day-mode-bar>button{display:flex;align-items:center;gap:3px;padding:6px 9px;border:1px solid rgba(255,255,255,.25);border-radius:7px;color:white;background:transparent;font-size:8px;cursor:pointer}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:20px;background:rgba(24,34,29,.46);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.optimizer-modal{width:min(500px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:31px 36px 25px}.backup-modal,.optimizer-modal{position:relative;border-radius:18px;background:var(--paper);box-shadow:0 24px 80px rgba(23,38,31,.27);text-align:center;animation:modal-in .22s ease-out}.backup-modal{width:min(440px,100%);padding:31px 32px 25px}.backup-modal h2{margin:8px 0;font-size:22px;letter-spacing:-.035em}.backup-modal>p{max-width:350px;margin:0 auto 18px;color:#7d8882;font-size:10px;line-height:1.7}.share-modal{width:min(500px,100%);position:relative;padding:31px 32px 25px;border-radius:18px;background:var(--paper);box-shadow:0 24px 80px rgba(23,38,31,.27);text-align:center;animation:modal-in .22s ease-out}.share-modal h2{margin:8px 0;font-size:22px;letter-spacing:-.035em}.share-modal>p{max-width:390px;margin:0 auto 17px;color:#7d8882;font-size:10px;line-height:1.7}.share-url{display:grid;grid-gap:5px;gap:5px;color:#6d7973;text-align:left;font-size:8px;font-weight:700}.share-url input{width:100%;padding:10px;border:1px solid #dfe2dc;border-radius:8px;outline:none;color:#617168;background:white;font-size:9px}.share-url input:focus{border-color:#91b5a6;box-shadow:0 0 0 3px rgba(91,132,113,.1)}.server-share-settings{display:grid;grid-template-columns:1fr 1fr 1fr auto;grid-gap:7px;gap:7px;align-items:end;margin-bottom:10px;padding:10px;border-radius:9px;background:#eef4f0;text-align:left}.server-share-settings label{display:grid;grid-gap:4px;gap:4px;color:#68766f;font-size:8px;font-weight:700}.server-share-settings input,.server-share-settings select{min-width:0;min-height:32px;padding:0 7px;border:1px solid #ccd9d2;border-radius:7px;color:#53645b;background:white;font-size:9px}.server-share-settings button{min-height:32px;padding:0 10px;border:0;border-radius:7px;color:white;background:var(--green);font-size:8px;font-weight:700;cursor:pointer}.server-share-settings button:disabled{color:#91a098;background:#d9e1dc;cursor:default}.server-share-hint{display:flex;align-items:center;justify-content:center;gap:5px;margin:-3px 0 9px;color:#809087;font-size:8px}.share-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:11px 0}.share-actions button{min-height:57px;display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid #dfe2dc;border-radius:9px;color:var(--green);background:white;text-align:left;cursor:pointer}.share-actions button:hover{border-color:#9dbbad;background:#f7faf8}.share-actions span{display:grid;grid-gap:2px;gap:2px}.share-actions b{color:#536159;font-size:10px}.share-actions small{color:#8c9691;font-size:8px}.backup-options{display:grid;grid-gap:8px;gap:8px}.backup-options>button{width:100%;display:grid;grid-template-columns:40px 1fr 18px;grid-gap:10px;gap:10px;align-items:center;padding:11px;border:1px solid #dfe2dc;border-radius:10px;background:white;text-align:left;cursor:pointer}.backup-options>button:hover{border-color:#9dbbad;background:#f7faf8}.backup-options>button>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:var(--green);background:var(--green-soft)}.backup-options>button>div{display:grid;grid-gap:2px;gap:2px}.backup-options b{font-size:11px}.backup-options small{color:#8a948f;font-size:8px}.backup-options>button>svg{color:#9aa39e}.backup-note{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:15px;color:#84928b;font-size:8px}.warning-icon{color:#a9684f;background:#fbebe3}.version-compare{display:grid;grid-template-columns:1fr 24px 1fr;grid-gap:8px;gap:8px;align-items:center;margin:18px 0}.version-compare>div{display:grid;grid-gap:3px;gap:3px;padding:13px 9px;border:1px solid #e1e3dd;border-radius:9px;background:#fafaf7}.version-compare>svg{color:#a2aaa6}.version-compare small{color:#909a95;font-size:8px}.version-compare b{color:#526159;font-size:18px}.version-compare span{color:#84908a;font-size:8px}.conflict-buttons{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:8px;gap:8px}.conflict-buttons button{min-height:39px;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dfe2dc;border-radius:8px;color:#69756f;background:white;font-size:9px;font-weight:700;cursor:pointer}.conflict-buttons button:last-child{border-color:#a7644b;color:white;background:#a7644b}.conflict-buttons button:hover{transform:translateY(-1px)}.merge-conflict-summary{display:flex;align-items:flex-start;gap:7px;margin-top:10px;padding:9px;border-radius:8px;color:#9b624b;background:#fcf0e8}.merge-conflict-summary span{display:grid;grid-gap:2px;gap:2px}.merge-conflict-summary b{font-size:9px}.merge-conflict-summary small{font-size:8px;overflow-wrap:anywhere}.merge-resolution-panel{display:grid;grid-gap:9px;gap:9px;margin-top:10px}.merge-resolution-panel .merge-conflict-summary{margin-top:0}.merge-resolution-list{max-height:230px;display:grid;grid-gap:7px;gap:7px;overflow-y:auto}.merge-resolution-list article{display:grid;grid-gap:6px;gap:6px;padding:9px;border:1px solid #e2e4de;border-radius:8px;background:#fafbf8}.merge-resolution-list header{display:flex;align-items:center;justify-content:space-between;gap:8px}.merge-resolution-list header b{color:#5d6963;font-size:9px}.merge-resolution-list header small{max-width:55%;overflow:hidden;color:#98a19c;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.merge-resolution-list article>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.merge-resolution-list article button{min-width:0;display:grid;grid-gap:2px;gap:2px;padding:7px;border:1px solid #dde1db;border-radius:7px;color:#68756e;background:white;text-align:left;cursor:pointer}.merge-resolution-list article button.selected{border-color:#a7644b;box-shadow:0 0 0 1px #a7644b;background:#fff7f2}.merge-resolution-list article button span{font-size:7px;font-weight:700}.merge-resolution-list article button strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.merge-text-diff{display:grid;grid-gap:4px;gap:4px;padding:7px;border-radius:6px;background:white}.merge-text-diff>small{color:#7f8a84;font-size:7px;font-weight:700}.merge-text-diff p{max-height:86px;overflow-y:auto;margin:0;color:#59665f;font-size:9px;line-height:1.7;overflow-wrap:anywhere;white-space:pre-wrap}.merge-text-diff del{padding:1px 2px;color:#8e423e;background:#fbe5e3;text-decoration-thickness:2px}.merge-text-diff del:before{content:"−";font-weight:800}.merge-text-diff ins{padding:1px 2px;color:#24634f;background:#dff3e9;-webkit-text-decoration:underline double;text-decoration:underline double;text-decoration-thickness:1px}.merge-text-diff ins:before{content:"+";font-weight:800}.merge-commit-button{min-height:39px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;color:white;background:#a7644b;font-size:9px;font-weight:700;cursor:pointer}.merge-commit-button:disabled{cursor:not-allowed;opacity:.45}.remote-change-note{color:#9b624b!important;font-weight:700}.history-modal{width:min(520px,100%)}.history-list{max-height:350px;display:grid;grid-gap:7px;gap:7px;overflow-y:auto;margin-top:14px}.history-list article{display:grid;grid-template-columns:38px 1fr auto;grid-gap:9px;gap:9px;align-items:center;padding:10px;border:1px solid #e2e5df;border-radius:9px;background:#fafbf8}.history-list article>span{display:grid;place-items:center;min-height:28px;border-radius:7px;color:var(--green);background:var(--green-soft);font-size:9px;font-weight:700}.history-list article>div{display:grid;grid-gap:2px;gap:2px}.history-list b{font-size:10px}.history-list small{color:#7d8983;font-size:8px}.history-list em{color:#859089;font-size:8px;font-style:normal}.history-empty{min-height:120px;display:flex;align-items:center;justify-content:center;gap:8px;color:#7d8983;font-size:10px}.photo-modal{width:min(760px,100%)}.photo-modal-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-right:42px}.photo-modal-heading h2{margin:4px 0}.photo-modal-heading p{margin:0;color:#7d8882;font-size:9px;line-height:1.6}.photo-modal-heading .primary-button{flex:0 0 auto}.photo-upload-progress{display:grid;grid-gap:5px;gap:5px;margin-top:16px;padding:10px 12px;border-radius:9px;color:#658071;background:var(--green-soft);font-size:8px}.photo-upload-progress progress{width:100%;height:6px;accent-color:var(--green)}.photo-details-editor{display:grid;grid-template-columns:1fr 180px auto;grid-gap:8px;gap:8px;align-items:end;margin-top:14px;padding:11px;border:1px solid #cddbd4;border-radius:10px;background:#f5f9f6}.photo-details-editor label{min-width:0;display:grid;grid-gap:4px;gap:4px;color:#68766f;font-size:8px;font-weight:700}.photo-details-editor input,.photo-details-editor select{width:100%;min-width:0;min-height:34px;padding:0 9px;border:1px solid #d5ddd7;border-radius:7px;color:var(--ink);background:white;font-size:9px}.photo-details-editor>div{display:flex;gap:5px}.photo-details-editor button{min-height:34px;padding:0 9px;border:1px solid #cdd8d1;border-radius:7px;color:#68766f;background:white;font-size:8px;font-weight:700;cursor:pointer}.photo-details-editor button:last-child{border-color:var(--green);color:white;background:var(--green)}.photo-details-editor button:disabled{opacity:.6;cursor:wait}.photo-empty{min-height:245px;display:grid;place-content:center;justify-items:center;grid-gap:7px;gap:7px;margin-top:18px;border:1px dashed #d7ded8;border-radius:12px;color:#90a098;background:#fafbf8}.photo-empty b{color:#607068;font-size:11px}.photo-empty small{font-size:8px}.photo-grid{max-height:min(520px,calc(100vh - 210px));display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;overflow-y:auto;margin-top:18px;padding-right:3px}.photo-grid article{min-width:0;position:relative;overflow:hidden;border:1px solid #e0e4df;border-radius:10px;background:white}.photo-preview{aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;color:#8da398;background:#edf3ef}.photo-preview img{width:100%;height:100%;display:block;object-fit:cover}.photo-grid article>div:nth-child(2){display:grid;grid-gap:3px;gap:3px;min-width:0;padding:9px 68px 10px 10px}.photo-grid b{overflow:hidden;color:#506057;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.photo-grid small{color:#87928c;font-size:7px}.photo-card-actions{position:absolute;right:6px;bottom:7px;display:flex;gap:4px}.photo-card-actions button{width:27px;height:27px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:var(--green);background:var(--green-soft);cursor:pointer}.photo-card-actions button:last-child{color:#a36b57;background:#faeee9}.photo-card-actions button:hover{color:white;background:var(--green)}.photo-card-actions button:last-child:hover{background:#a36b57}.integration-modal{width:min(480px,100%)}.integration-connected{display:grid;grid-template-columns:42px 1fr auto;grid-gap:10px;gap:10px;align-items:center;padding:14px;border:1px solid #c8dbd1;border-radius:11px;color:var(--green);background:#f3f8f5;text-align:left}.integration-connected>svg{width:38px;height:38px;padding:10px;border-radius:50%;color:white;background:var(--green)}.integration-connected>div{min-width:0;display:grid;grid-gap:2px;gap:2px}.integration-connected b{color:#4f6158;font-size:11px}.integration-connected span{color:#60736a;font-size:9px}.integration-connected small,.integration-connected span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.integration-connected small{color:#839088;font-size:8px}.integration-connected button{padding:7px 9px;border:1px solid #d8c8c1;border-radius:7px;color:#9a624d;background:white;font-size:8px;font-weight:700;cursor:pointer}.integration-connect{display:grid;justify-items:center;grid-gap:6px;gap:6px;padding:22px 14px;border:1px dashed #d5ddd7;border-radius:11px;color:#8a9b92;background:#fafbf8}.integration-connect b{color:#5f6f67;font-size:11px}.integration-connect small{margin-bottom:5px;font-size:8px}.integration-connect button{min-height:38px;display:inline-flex;align-items:center;gap:6px;padding:0 14px;border:0;border-radius:8px;color:white;background:var(--green);font-size:9px;font-weight:700;cursor:pointer}.integration-connect button:disabled{color:#91a098;background:#d9e1dc;cursor:default}.spinner.dark{border-color:rgba(64,91,78,.2);border-top-color:var(--green)}.visually-hidden{width:1px;height:1px;position:absolute;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%)}@keyframes modal-in{0%{transform:translateY(10px) scale(.98);opacity:0}}.modal-close{position:absolute;right:15px;top:15px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;color:#7d8983;background:transparent;cursor:pointer}.modal-close:hover{background:var(--cream)}.editor-modal{width:min(590px,100%);max-height:calc(100vh - 40px);position:relative;overflow-y:auto;padding:30px 32px 24px;border-radius:18px;background:var(--paper);box-shadow:0 24px 80px rgba(23,38,31,.27);animation:modal-in .22s ease-out}.editor-modal h2{margin:7px 0;font-size:22px;letter-spacing:-.035em}.editor-modal>p{margin:0 0 18px;color:#7d8882;font-size:10px;line-height:1.7}.editor-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:11px;gap:11px}.weekly-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink)}.weekly-hour-row input[type=checkbox],.weekly-toggle input{width:16px;height:16px;accent-color:var(--orange)}.place-info-refresh{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.place-info-refresh button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:9px;background:white;padding:8px 11px;color:var(--ink)}.place-info-refresh button:disabled{opacity:.6}.place-info-refresh small{color:var(--muted);font-size:10px}.weekly-hours{display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#faf9f5}.weekly-hour-row{display:grid;grid-template-columns:58px 1fr auto 1fr;grid-gap:8px;gap:8px;align-items:center}.weekly-hour-row>label{display:flex;align-items:center;gap:7px}.weekly-hour-row input[type=time]{min-width:0;width:100%;padding:7px 8px;border:1px solid var(--line);border-radius:8px;background:white}.weekly-hour-row small{grid-column:2/-1;color:var(--muted)}.date-rules-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.date-rules-heading div{display:grid;grid-gap:2px;gap:2px}.date-rules-heading small{color:var(--muted);font-size:10px}.date-rule-row>button,.date-rules-heading button{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:9px;background:white;padding:7px 10px;color:var(--ink)}.date-rules{display:grid;grid-gap:7px;gap:7px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#faf9f5}.date-rule-row{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;grid-gap:8px;gap:8px}.date-rule-row label{display:grid;grid-gap:3px;gap:3px;color:var(--muted);font-size:10px}.date-rule-row input{width:100%;min-width:0;padding:7px 8px;border:1px solid var(--line);border-radius:8px;background:white}.field{display:grid;grid-gap:5px;gap:5px;min-width:0;color:#69766f;font-size:9px;font-weight:700}.field-wide{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;min-width:0;padding:9px 10px;border:1px solid #dcded8;border-radius:8px;outline:none;color:var(--ink);background:white;font:inherit;font-size:11px;font-weight:500}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8db09f;box-shadow:0 0 0 3px rgba(91,132,113,.1)}.field textarea{resize:vertical;line-height:1.5}.endpoint-url-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;grid-gap:8px;gap:8px}.endpoint-url-field .field{min-width:0}.endpoint-url-field>div{display:flex;gap:6px}.endpoint-url-field>div>button{min-height:35px;padding:0 12px;border:1px solid #b8cbc1;border-radius:8px;color:var(--green-dark);background:var(--green-soft);font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.endpoint-url-field>div>button:disabled{opacity:.65;cursor:wait}.endpoint-geocoding-results{display:grid;grid-gap:6px;gap:6px;padding:10px;border:1px solid #cddbd4;border-radius:10px;background:#f7fbf8}.endpoint-geocoding-results>span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.endpoint-geocoding-results>button{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:white;text-align:left;cursor:pointer}.endpoint-geocoding-results>button>span{display:grid;grid-gap:2px;gap:2px}.endpoint-geocoding-results em,.endpoint-geocoding-results small{color:var(--muted);font-size:10px;font-style:normal}@media (max-width:620px){.endpoint-url-field{grid-template-columns:1fr}.endpoint-url-field>div{display:grid;grid-template-columns:1fr 1fr}.endpoint-url-field>div>button{width:100%}}.editor-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.editor-actions>button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;border:1px solid #dfe2dc;border-radius:8px;color:#69756f;background:white;font-size:9px;font-weight:700;cursor:pointer}.place-auto-save{margin-left:auto;color:#849089;font-size:8px}.place-auto-save.saving{color:#a47a3e}.place-auto-save.saved{color:var(--green)}.operations-modal{width:min(760px,100%);max-height:calc(100vh - 34px);overflow-y:auto}.operations-body{display:grid;grid-gap:13px;gap:13px;padding:14px 0 4px}.permission-card,.settings-switch{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);border-radius:10px;background:#fafbf9}.permission-card>div,.settings-switch>span{min-width:0;display:grid;flex:1 1;grid-gap:2px;gap:2px}.permission-card b,.settings-switch b{font-size:11px}.permission-card small,.settings-switch small{color:var(--muted);font-size:9px;line-height:1.5}.checklist-summary button,.permission-card button,.service-diagnostic-head button{padding:7px 10px;border:1px solid #bdd0c6;border-radius:8px;color:var(--green);background:white;font-size:9px;font-weight:700;cursor:pointer}.permission-card.granted{border-color:#bcd8c9;background:#f0f8f4}.permission-card.denied{border-color:#e5c7bc;background:#fff5f1}.settings-switch>input{width:17px;height:17px;accent-color:var(--green)}.settings-switch.prominent{border-color:#a9c8b8;background:#f1f8f4}.notification-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;padding:12px;border:1px solid var(--line);border-radius:10px}.notification-grid select[multiple]{min-height:90px}.compact-check{display:flex;align-items:center;gap:7px;color:#53615a;font-size:10px}.compact-check input{width:15px;height:15px;accent-color:var(--green)}.offline-capabilities{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.offline-capabilities span{display:flex;align-items:center;gap:6px;padding:9px;border-radius:8px;color:#596860;background:#f3f5f2;font-size:9px}.checklist-summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px}.checklist-summary progress{width:100%;accent-color:var(--green)}.checklist-editor-list{display:grid;grid-gap:6px;gap:6px}.checklist-editor-list article{display:grid;grid-template-columns:auto minmax(140px,1fr) 105px 130px auto;align-items:center;grid-gap:7px;gap:7px;padding:8px;border:1px solid var(--line);border-radius:9px;background:white}.checklist-editor-list article.checked{opacity:.65;background:#f1f5f2}.checklist-editor-list article.checked>input:not([type]),.checklist-editor-list article.checked>input[type=text]{text-decoration:line-through}.checklist-editor-list input:not([type=checkbox]),.checklist-editor-list select{min-width:0;padding:7px;border:1px solid #d7ddd8;border-radius:7px;background:white;font-size:9px}.checklist-editor-list button{display:grid;place-items:center;padding:6px;border:0;color:#9d6252;background:transparent;cursor:pointer}.service-diagnostic-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.service-diagnostic-head>div{display:grid;grid-gap:3px;gap:3px}.service-diagnostic-head small{color:var(--muted);font-size:9px}.service-check-list{display:grid;grid-gap:6px;gap:6px}.service-check-list article{display:grid;grid-template-columns:9px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;padding:9px 11px;border:1px solid var(--line);border-radius:8px;background:white}.service-check-list article>i{width:8px;height:8px;border-radius:50%;background:#aaa}.service-check-list article.configured>i,.service-check-list article.connected>i{background:#4d9873}.service-check-list article.error>i{background:#bb654f}.service-check-list article.unconfigured>i{background:#bd9b55}.service-check-list article>div{display:grid;grid-gap:2px;gap:2px}.service-check-list small{color:var(--muted);font-size:8px}.service-check-list>article>span{font-size:8px;font-weight:700}.monitor-provider-row{display:flex;flex-wrap:wrap;gap:6px}.monitor-provider-row>span{display:grid;grid-gap:2px;gap:2px;max-width:230px;padding:7px 9px;border:1px solid #d8ddd8;border-radius:8px;color:var(--muted);background:white;font-size:8px}.monitor-provider-row>span.connected{border-color:#b9d6c7;background:#f3faf6}.monitor-provider-row>span.error{border-color:#e2bfb5;background:#fff6f3}.weather-forecast-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:7px;gap:7px}.weather-forecast-row article{display:grid;grid-gap:3px;gap:3px;padding:10px;border:1px solid #cddde2;border-radius:9px;background:#f3f9fb}.weather-forecast-row small,.weather-forecast-row span{color:var(--muted);font-size:8px}.weather-forecast-row b{font-size:10px}.monitor-event-list{display:grid;grid-gap:7px;gap:7px}.monitor-event-list article{display:grid;grid-template-columns:8px minmax(0,1fr) auto;grid-gap:10px;gap:10px;padding:11px;border:1px solid var(--line);border-radius:10px;background:white}.monitor-event-list article>i{width:8px;height:8px;margin-top:4px;border-radius:50%;background:#7896a7}.monitor-event-list article.warning>i{background:#c89439}.monitor-event-list article.critical>i{background:#bd5947}.monitor-event-list article>div{display:grid;grid-gap:3px;gap:3px}.monitor-event-list article span{color:var(--muted);font-size:8px}.monitor-event-list article b{font-size:11px}.monitor-event-list article small{color:#5f6e66;font-size:9px;line-height:1.5}.monitor-event-list article em{color:var(--muted);font-size:7px;font-style:normal}.monitor-event-list article a{color:var(--green);font-size:8px}.participant-list{display:flex;flex-wrap:wrap;gap:7px}.participant-list label{display:flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid var(--line);border-radius:8px;background:white}.participant-list label>span{width:18px;height:18px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--green);font-size:8px}.participant-list input{width:110px;border:0;outline:0;font-size:9px}.participant-list button{padding:3px;border:0;color:#9d6252;background:transparent;cursor:pointer}.beneficiary-picker{display:flex;flex-wrap:wrap;gap:7px 12px;padding:8px 10px;border:1px solid var(--line);border-radius:8px}.beneficiary-picker legend{padding:0 4px;color:var(--muted);font-size:8px}.beneficiary-picker label{display:flex;align-items:center;gap:4px;font-size:9px}.settlement-panel{display:grid;grid-gap:9px;gap:9px;padding:12px;border:1px solid #bad4c7;border-radius:10px;background:#f2f8f5}.settlement-panel>div:first-child{display:grid;grid-gap:2px;gap:2px}.settlement-panel small{color:var(--muted);font-size:8px}.balance-chips{display:flex;flex-wrap:wrap;gap:6px}.balance-chips span{padding:4px 7px;border-radius:99px;font-size:8px;font-weight:700}.balance-chips .credit{color:#2e7252;background:#dceee4}.balance-chips .debt{color:#935646;background:#f5dfd8}.settlement-panel ol{display:grid;grid-gap:5px;gap:5px;margin:0;padding:0;list-style:none}.settlement-panel li{display:grid;grid-template-columns:1fr auto 1fr auto;align-items:center;grid-gap:6px;gap:6px;padding:7px 8px;border-radius:7px;background:white;font-size:9px}.settlement-panel li strong{color:var(--green)}.trip-list article{grid-template-columns:minmax(0,1fr) auto auto auto}.trip-offline-toggle{display:grid;justify-items:center;grid-gap:2px;gap:2px;color:var(--green);font-size:8px}.trip-offline-toggle input{accent-color:var(--green)}.trip-list-settings,.trip-list-trash{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;cursor:pointer}.trip-list-trash{color:#9d6252}.trip-list-trash:disabled{opacity:.25;cursor:default}.trip-trash{margin-top:10px;padding:9px;border:1px solid var(--line);border-radius:9px}.trip-trash summary{cursor:pointer;color:#7a6058;font-size:10px;font-weight:700}.trip-trash>div{display:grid;grid-gap:6px;gap:6px;margin-top:8px}.trip-trash article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px;border-radius:7px;background:#f8f5f3}.trip-trash article>span{display:grid;grid-gap:2px;gap:2px}.trip-trash small{color:var(--muted);font-size:8px}.trip-trash button{padding:6px 9px;border:1px solid #c8d8cf;border-radius:7px;color:var(--green);background:white;font-size:9px;cursor:pointer}.shared-password-form{width:min(340px,100%);display:grid;grid-gap:8px;gap:8px}.shared-password-form button,.shared-password-form input{min-height:40px;padding:0 12px;border:1px solid var(--line);border-radius:9px}.shared-password-form button{border-color:var(--green);color:white;background:var(--green);font-weight:700;cursor:pointer}.status-pill{border:0;cursor:pointer;font:inherit}.travel-mode-availability{display:flex;flex-wrap:wrap;gap:8px 14px;padding:12px;border:1px solid var(--line);border-radius:10px}.travel-mode-availability legend{padding:0 6px;color:var(--muted);font-size:10px;font-weight:700}.notification-delivery-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.notification-delivery-row select{min-width:132px;padding:7px;border:1px solid var(--line);border-radius:8px;background:white;font-size:10px}.print-qr.compact{display:inline-flex;align-items:center;gap:5px;margin:4px 0 0 8px;vertical-align:middle}.print-qr.compact img{width:48px;height:48px}.print-qr.compact small{max-width:110px;font-size:7px}.day-mode-bar{grid-template-columns:auto minmax(170px,1fr) minmax(120px,.5fr) auto auto}.day-mode-actions{display:flex;flex-wrap:wrap;gap:5px}.day-mode-actions button{display:inline-flex;align-items:center;gap:4px;padding:6px 8px;border:1px solid rgba(255,255,255,.35);border-radius:7px;color:white;background:rgba(255,255,255,.12);font-size:8px;cursor:pointer}.day-mode-bar.status-delayed,.day-mode-bar.status-deviated{background:#8c5a42}.print-cover>small{color:#69776f;font-size:9px}.print-checklist-summary{display:grid;grid-gap:5px;gap:5px;margin-top:18px;padding:12px;border:1px solid #cfd9d2;border-radius:9px}.print-checklist-summary span{font-size:9px;line-height:1.7}@media (max-width:760px){.notification-grid,.offline-capabilities{grid-template-columns:1fr}.checklist-editor-list article{grid-template-columns:auto minmax(0,1fr) auto}.checklist-editor-list article select{grid-column:2}.day-mode-bar{grid-template-columns:auto minmax(0,1fr) auto}.day-mode-actions,.day-mode-progress{grid-column:1/-1}}.editor-actions>.primary-button{border-color:var(--green);color:white;background:var(--green)}.editor-error{color:#9b624b;background:#fcf0e8;font-size:9px}.editor-error,.editor-notice{display:flex;align-items:center;gap:6px;margin-top:12px;padding:9px 10px;border-radius:8px}.editor-notice{color:#2f7254;background:#edf8f1;font-size:10px}.day-time-grid{margin-bottom:17px}.fixed-events-heading{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #e4e5df}.fixed-events-heading>div{display:grid;grid-gap:2px;gap:2px}.fixed-events-heading b{font-size:11px}.fixed-events-heading small{color:#8a948f;font-size:8px}.fixed-events-heading button{display:flex;align-items:center;gap:4px;padding:6px 9px;border:1px solid #cddbd4;border-radius:7px;color:var(--green);background:#f7faf8;font-size:9px;font-weight:700;cursor:pointer}.fixed-event-editor-list{display:grid;grid-gap:9px;gap:9px;margin-top:10px}.fixed-event-editor{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:0;padding:13px;border:1px solid #dfe2dc;border-radius:10px;background:#fafaf7}.delete-event{position:absolute;right:7px;top:7px;z-index:1;width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;color:#a36b57;background:transparent;cursor:pointer}.delete-event:hover{background:#f8e8e1}.fixed-event-editor .field:first-of-type{padding-right:27px}.editor-empty{padding:18px;border:1px dashed #d8ddd7;border-radius:9px;color:#8c9691;background:#fafaf7;text-align:center;font-size:9px}.optimizer-icon{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 10px;border-radius:14px;color:var(--green);background:var(--green-soft)}.eyebrow-text{color:#82a595;font-size:8px;letter-spacing:.18em;font-weight:700}.optimizer-modal h2{margin:8px 0;font-size:23px;letter-spacing:-.035em}.optimizer-scope{display:grid;grid-template-columns:1fr 1fr;grid-gap:5px;gap:5px;margin:12px 0;padding:4px;border-radius:10px;background:#f0f2ee}.optimizer-scope button{border:0;border-radius:7px;padding:8px;background:transparent;color:var(--muted);font-size:10px;font-weight:700;cursor:pointer}.optimizer-scope button.active{background:white;color:var(--green-dark);box-shadow:0 1px 4px rgba(27,52,41,.12)}.optimizer-modal>p{max-width:370px;margin:0 auto 20px;color:#7d8882;font-size:11px;line-height:1.7}.preset-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.preset-grid button{min-height:63px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative;border:1px solid #dee1db;border-radius:9px;background:white;cursor:pointer}.preset-grid button:hover{border-color:#99b7a9}.preset-grid button.active{border:2px solid var(--green);color:var(--green-dark);background:#f5faf7}.preset-grid button span{height:16px;position:absolute;top:5px;right:7px;color:var(--green)}.preset-grid button b{font-size:10px}.history-actions{display:flex;gap:5px}.history-actions button:disabled{opacity:.35;cursor:not-allowed}.schedule-slot-banner{border-color:#d7c9a6;background:#fffaf0}.schedule-slot-banner svg{color:#9a642a}.visit-purpose{display:block;margin:2px 0 7px;color:#5f7168}.optimizer-range-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.optimizer-weights{grid-column:1/-1;border:1px solid #dfe5df;border-radius:9px;padding:9px 11px;background:#fbfcfa}.optimizer-weights summary{cursor:pointer;font-size:12px;font-weight:700}.optimizer-weights>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px 10px;gap:6px 10px;margin-top:9px}.optimizer-weights label{display:grid;grid-template-columns:1fr 62px;align-items:center;grid-gap:6px;gap:6px;font-size:10px}.optimizer-weights input{width:100%}.optimizer-weights>button{margin-top:8px;border:0;background:transparent;color:var(--green-dark);cursor:pointer;font-size:11px}.fixed-events-heading>span{display:flex;gap:6px}.schedule-slot-editor legend{padding:0 6px;color:#78542d;font-weight:700;font-size:11px}.schedule-slot-editor select[multiple]{min-height:72px}.visit-date-rule{grid-template-columns:1.25fr 1fr 1fr auto}.optimizer-note{display:flex;align-items:center;gap:8px;margin:15px 0;padding:10px 12px;border-radius:8px;color:var(--green);background:#eef5f1;text-align:left}.optimizer-note span{display:grid;grid-gap:1px;gap:1px}.optimizer-note b{font-size:9px}.optimizer-note small{color:#7c958a;font-size:8px}.optimizer-engine-note{display:flex;align-items:center;gap:8px;margin:-8px 0 14px;padding:9px 11px;border:1px solid #ead7b8;border-radius:8px;color:#805f29;background:#fff9ed;text-align:left}.optimizer-engine-note.detailed{border-color:#c9ded2;color:var(--green);background:#f1f8f4}.optimizer-engine-note>svg{flex:0 0 auto}.optimizer-engine-note span{display:grid;grid-gap:2px;gap:2px}.optimizer-engine-note b{font-size:9px}.optimizer-engine-note small{color:#7d827d;font-size:8px;line-height:1.4}.primary-button.wide{width:100%}.detail-link{display:flex;align-items:center;gap:4px;margin:13px auto 0;border:0;color:#7e8a84;background:transparent;font-size:9px;cursor:pointer}.detail-link .rotated{transform:rotate(180deg)}.optimizer-details{display:grid;grid-gap:9px;gap:9px;margin:12px 0;padding:12px;border:1px solid #e0e4de;border-radius:10px;background:#fafbf9;text-align:left}.optimizer-details label{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#52615a;font-size:10px}.optimizer-details select{min-width:86px;padding:6px 8px;border:1px solid #ccd4ce;border-radius:7px;background:white;color:#34473e}.optimizer-details .optimizer-check{justify-content:flex-start}.optimizer-check input{width:15px;height:15px;accent-color:var(--green)}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:white;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{rotate:1turn}}.toast{position:fixed;z-index:120;left:50%;bottom:28px;display:flex;align-items:center;gap:8px;transform:translateX(-50%);padding:11px 16px;border-radius:99px;color:white;background:#283a32;box-shadow:0 12px 28px rgba(31,48,40,.22);font-size:11px;animation:toast-in .2s ease-out}@keyframes toast-in{0%{transform:translate(-50%,8px);opacity:0}}.mobile-only,.print-itinerary{display:none}.shared-page{min-height:100vh;padding-bottom:35px;color:var(--ink);background:var(--cream)}.shared-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 max(20px,calc((100vw - 900px) / 2));border-bottom:1px solid var(--line);background:white}.shared-header a,.shared-header span{display:flex;align-items:center;gap:6px;color:var(--green);font-size:11px;font-weight:700;text-decoration:none}.shared-hero{padding:48px 20px 42px;color:white;background:linear-gradient(125deg,#355d4b,#628873);text-align:center}.shared-hero small{color:#d0e1d8;font-size:8px;font-weight:700;letter-spacing:.14em}.shared-hero h1{margin:9px 0 5px;font-size:clamp(25px,5vw,38px)}.shared-hero p{margin:0 0 20px;color:#d7e5dd;font-size:10px}.shared-hero button{min-height:40px;display:inline-flex;align-items:center;gap:6px;padding:0 18px;border:0;border-radius:8px;color:var(--green-dark);background:white;font-size:10px;font-weight:700;cursor:pointer}.shared-hero button:disabled{opacity:.72;cursor:default}.shared-content{width:min(900px,calc(100% - 30px));display:grid;grid-gap:14px;gap:14px;margin:-18px auto 0}.shared-content>section{padding:19px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 5px 18px rgba(38,55,46,.05)}.shared-content h2{margin:0 0 12px;font-size:13px}.shared-day-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.shared-day-list article{display:grid;grid-gap:5px;gap:5px;padding:13px;border-radius:9px;background:#f5f7f2}.shared-day-list article>span{color:var(--green);font-size:7px;font-weight:700;letter-spacing:.1em}.shared-day-list article>b{font-size:12px}.shared-day-list article>small{display:flex;align-items:center;gap:4px;color:#7a8780;font-size:8px}.shared-event-list,.shared-place-list{display:grid;grid-gap:7px;gap:7px}.shared-event-list article,.shared-place-list article{display:grid;grid-template-columns:22px 1fr auto;grid-gap:8px;gap:8px;align-items:center;padding:10px;border:1px solid #e6e8e2;border-radius:8px;color:var(--green)}.shared-event-list article>div,.shared-place-list article>div{display:grid;grid-gap:2px;gap:2px;color:var(--ink)}.shared-event-list b,.shared-place-list b{font-size:10px}.shared-event-list span,.shared-event-list time,.shared-place-list small,.shared-place-list span{color:#859089;font-size:8px}.shared-footer{margin-top:18px;color:#8b948f;text-align:center;font-size:8px}.shared-state{display:grid;place-content:center;justify-items:center;grid-gap:8px;gap:8px;color:#75827b;text-align:center}.shared-state h1{margin:0;font-size:20px}.shared-state p{margin:0;font-size:10px}.shared-state a{color:var(--green);font-size:10px;font-weight:700}@media (max-width:1280px){.planner-grid.with-map{grid-template-columns:minmax(500px,1fr) 300px}.map-preview{width:min(370px,calc(100vw - 36px));position:fixed;z-index:40;top:76px;right:18px;border:1px solid var(--line);border-radius:12px;background:white;box-shadow:0 18px 55px rgba(29,47,38,.24)}.leaflet-map-shell{height:min(545px,calc(100vh - 170px))}.summary-strip>div{min-width:145px;padding:0 13px}}@media (max-width:980px){.topbar{padding:0 14px;gap:12px}.mobile-only{display:inline-grid}.brand{min-width:0}.brand span:last-child{display:none}.trip-switcher{font-size:12px}.sidebar{left:-230px;transition:left .22s ease;box-shadow:14px 0 30px rgba(35,49,42,.12)}.sidebar.sidebar-open{left:0}.workspace{margin-left:0;padding:92px 18px 35px}.planner-grid,.planner-grid.with-map{grid-template-columns:minmax(0,1fr) 310px}.view-places .planner-grid{grid-template-columns:1fr}.candidate-detail-panel{position:relative;top:auto;max-height:none}.summary-strip>div:first-child{display:none}}@media (max-width:760px){.top-actions .quiet-button{display:none}.workspace{padding:86px 10px 30px}.workspace-head{align-items:flex-start}.workspace-head p{max-width:300px;font-size:11px}.head-actions .mode-switch{display:none}.head-actions .primary-button{padding:0 11px;font-size:0}.head-actions .primary-button svg{width:19px;height:19px}.day-tabs{overflow-x:auto}.day-tab{min-width:130px;padding-left:10px}.day-tab em{max-width:110px;overflow:hidden;text-overflow:ellipsis}.summary-strip{min-height:58px;overflow-x:auto;padding:7px 9px}.summary-strip>div{min-width:135px;padding:0 10px}.summary-strip>button,.summary-strip>div:first-child,.summary-strip>div:nth-child(4){display:none}.day-mode-bar{grid-template-columns:auto 1fr auto;gap:10px;padding:11px}.day-mode-progress{grid-column:1/-1;grid-row:2}.day-mode-next{padding-left:10px}.planner-grid,.planner-grid.with-map{display:block}.right-panel{margin-top:12px}.timeline-panel{padding:16px 10px 20px}.panel-title{padding:0 4px}.place-card{margin-left:4px;grid-template-columns:18px 34px 1fr;gap:7px;padding-right:9px}.place-icon{width:32px;height:32px}.place-meta{gap:5px 10px}.add-stop,.fixed-event-banner{width:calc(100% - 49px);margin-left:49px}.candidate-list{max-height:none}.right-panel{min-height:0}.optimizer-modal{padding:28px 18px 22px}.editor-modal{padding:27px 18px 20px}.address-geocode-row,.editor-grid,.fixed-event-editor,.place-basic-fields,.plan-compare-columns{grid-template-columns:1fr}.timeline-drop-preview{margin-left:49px}.photo-modal-heading{align-items:flex-start;padding-right:30px}.photo-modal-heading .primary-button{min-width:42px;padding:0 11px;font-size:0}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.photo-details-editor{grid-template-columns:1fr}.photo-details-editor>div{justify-content:flex-end}.server-share-settings{grid-template-columns:1fr 1fr}.server-share-settings button{grid-column:1/-1}.field-wide{grid-column:auto}.preset-grid{grid-template-columns:repeat(2,1fr)}.toast{width:calc(100% - 30px);justify-content:center;text-align:center}.shared-day-list{grid-template-columns:1fr}.shared-event-list article,.shared-place-list article{grid-template-columns:22px 1fr}.shared-event-list time,.shared-place-list article>small{grid-column:2}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{@page{size:A4 portrait;margin:13mm}body{color:#233028!important;background:white!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}.app-shell>:not(.print-itinerary){display:none!important}.print-itinerary{display:block!important;font-family:Noto Sans JP,sans-serif}.print-cover{display:grid;grid-template-columns:auto 1fr auto;align-items:end;grid-gap:3mm 5mm;gap:3mm 5mm;padding:0 0 7mm;border-bottom:2px solid #486f5d}.print-brand{display:flex;align-items:center;gap:6px;color:#486f5d;font-size:11px;font-weight:700}.print-cover h1{flex:1 1;margin:0;font-size:22px;text-align:center}.print-cover p{margin:0;color:#6e7973;font-size:9px}.print-cover>small{grid-column:2;text-align:center}.print-qr{grid-column:3;grid-row:1/span 2;display:grid;justify-items:center;grid-gap:1mm;gap:1mm;color:#69776f;font-size:6px}.print-qr img{width:18mm;height:18mm;image-rendering:crisp-edges}.print-checklist-summary{grid-column:1/-1;margin-top:2mm;padding:3mm}.print-static-map{grid-column:1/-1;margin:3mm 0 0;page-break-inside:avoid;break-inside:avoid}.print-static-map img,.print-static-map svg{display:block;width:100%;height:43mm;object-fit:cover;border-radius:3mm}.print-static-map figcaption{margin-top:1mm;color:#758078;text-align:right;font-size:6px}.print-map-empty{margin:3mm 0;padding:5mm;border:1px dashed #cad4ce;border-radius:2mm;color:#758078;text-align:center;font-size:8px}.print-day{min-height:235mm;position:relative;padding-top:7mm;page-break-after:always;break-after:page}.print-day:last-child{page-break-after:auto;break-after:auto}.print-day-heading{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:5mm;border-bottom:1px solid #ccd7d0}.print-day-heading>div{display:grid;grid-gap:2px;gap:2px}.print-day-heading>div:last-child{text-align:right}.print-day-heading span{color:#57806c;font-size:8px;font-weight:700;letter-spacing:.15em}.print-day-heading h2{margin:0;font-size:17px}.print-day-heading b{font-size:11px}.print-day-heading small{color:#7f8983;font-size:8px}.print-events{display:grid;grid-gap:2mm;gap:2mm;margin:5mm 0}.print-events>div{display:grid;grid-template-columns:16px 30mm 1fr auto;grid-gap:2mm;gap:2mm;align-items:center;padding:3mm;border-radius:2mm;color:#566987;background:#eef2f8;font-size:8px}.print-events em{font-style:normal;font-weight:700}.print-schedule{margin-top:6mm}.print-start{display:flex;gap:5mm;padding:0 0 4mm 19mm;color:#627169;font-size:9px}.print-entry{display:grid;grid-template-columns:17mm 9mm 1fr;grid-gap:3mm;gap:3mm;align-items:center;min-height:24mm;border-top:1px solid #e3e7e3}.print-travel{display:grid;grid-gap:1mm;gap:1mm;color:#78837d;text-align:right;font-size:8px}.print-travel small{font-size:7px}.print-number{width:8mm;height:8mm;display:grid;place-items:center;border-radius:50%;color:white;background:#486f5d;font-size:9px;font-weight:700}.print-entry>div:last-child{display:grid;grid-template-columns:1fr auto;grid-gap:1mm 4mm;gap:1mm 4mm}.print-entry>div:last-child b{font-size:11px}.print-entry>div:last-child span{color:#5f6d65;font-size:8px}.print-entry>div:last-child small{grid-column:1/-1;color:#7f8983;font-size:7px}.print-day footer{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;padding-top:3mm;border-top:1px solid #dfe4df;color:#89928d;font-size:7px}.print-simple .print-day{min-height:auto;padding-top:5mm;page-break-after:auto;break-after:auto;page-break-inside:avoid;break-inside:avoid}.print-simple .print-entry{min-height:13mm}.print-simple .print-day footer{display:none}.print-simple .print-schedule{margin-top:3mm}.print-simple .print-events{margin:3mm 0}.print-simple .print-cover .print-static-map img,.print-simple .print-cover .print-static-map svg{height:31mm}}