:root{font-family:Segoe UI,sans-serif;color:#111;background:#f7f7f7}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}.auth-page{min-height:100dvh;width:100%;padding:24px 16px;display:grid;place-items:center;background:radial-gradient(circle at 12% 8%,#e7f0ff,#f7f7f7 38%,#edf3f2)}.auth-page__card{width:min(420px,100%);border-radius:14px;padding:16px}.auth-page__status{color:#355476}.map-page{display:grid;grid-template-rows:auto minmax(180px,1fr);height:100dvh;max-height:100dvh;overflow:hidden;background:#fff}.map-toolbar{padding:calc(12px + env(safe-area-inset-top,0px)) 16px 12px;border-bottom:1px solid #d8dde3;background:#fff;z-index:3}.map-toolbar__content{display:flex;align-items:center;justify-content:space-between;gap:12px}.map-toolbar h1{margin:0;font-size:1rem;font-weight:600}.map-toolbar__auth{display:flex;align-items:center;justify-content:flex-end;gap:6px;color:#4f6277;min-width:0}.map-toolbar__user-trigger{display:inline-flex;align-items:center;gap:8px;max-width:min(320px,56vw)}.map-toolbar__auth-label{color:#44586f;font-weight:600;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-toolbar__menu-header{display:flex;align-items:center;min-width:220px}.map-toolbar__avatar-input{display:none}.map-stage{position:relative;overflow:visible;min-height:180px}.map-container{width:100%;height:100%}.map-measure-tooltip{position:relative;border:1px solid rgba(183,206,227,.62);border-radius:8px;padding:4px 8px;background:#0d1d2eeb;color:#f7fbff;font-size:.76rem;font-weight:700;line-height:1.2;white-space:nowrap;pointer-events:none;box-shadow:0 8px 16px #07142152}.map-measure-tooltip:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);border:6px solid transparent;border-top-color:#0d1d2eeb}.map-stage--draw-mode{box-shadow:inset 0 0 0 2px #147e6142}.map-container--draw-mode,.map-container--draw-mode .ol-viewport{cursor:crosshair}.map-draw-guide{position:absolute;inset:0;z-index:4;pointer-events:none;display:flex;align-items:flex-start;justify-content:center;padding:12px}.map-draw-guide__panel{pointer-events:auto;width:min(560px,100%);border:1px solid rgba(214,232,255,.58);border-radius:12px;background:#091421e6;color:#f5f8fc;box-shadow:0 12px 22px #07122157;padding:10px 12px;display:grid;gap:6px}.map-draw-guide__title{color:#f8fbff;font-weight:700}.map-draw-guide__text{color:#eef5fff0}.map-draw-guide__actions{display:flex;flex-wrap:wrap;gap:8px}.map-draw-guide__assist-controls{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px}.map-draw-guide__snap-toggle .MuiFormControlLabel-label{color:#eef5fff0;font-size:.78rem;font-weight:600}.map-draw-guide__snap-tolerance{display:inline-flex;align-items:center;gap:6px;color:#eef5fff0;font-size:.76rem;font-weight:600}.map-draw-guide__snap-tolerance select{border:1px solid rgba(163,189,214,.52);border-radius:8px;background:#ffffff1f;color:#f6fbff;padding:2px 6px}.map-draw-guide__snap-tolerance select:disabled{opacity:.58}.map-draw-guide--touch .map-draw-guide__crosshair{display:block}.map-draw-guide__crosshair{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:999px;border:2px solid rgba(255,255,255,.92);background:#2482d333;box-shadow:0 0 0 6px #2482d32e;animation:map-draw-crosshair-pulse 1.2s ease-in-out infinite}.map-draw-guide__crosshair:before,.map-draw-guide__crosshair:after{content:"";position:absolute;background:#ffffffeb}.map-draw-guide__crosshair:before{left:50%;top:5px;width:2px;height:calc(100% - 10px);transform:translate(-50%)}.map-draw-guide__crosshair:after{top:50%;left:5px;width:calc(100% - 10px);height:2px;transform:translateY(-50%)}@keyframes map-draw-crosshair-pulse{0%{box-shadow:0 0 #2482d347}70%{box-shadow:0 0 0 14px #2482d300}to{box-shadow:0 0 #2482d300}}.map-resize-handle{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);z-index:5;width:78px;height:28px;border:1px solid #c8d6e3;border-radius:999px;background:#fff;box-shadow:0 8px 18px #12263f38;cursor:ns-resize;touch-action:none;display:flex;align-items:center;justify-content:center}.map-resize-handle--drawer{top:0;bottom:auto;transform:translate(-50%,-50%)}.map-resize-handle__line{width:38px;height:5px;border-radius:999px;background:#7f8fa1}.map-sheet{position:relative;width:100%;margin-top:-1px;border-top:1px solid #d7e3ef;border-radius:0;background:#fff;box-shadow:0 -8px 20px #142b4114;display:flex;flex-direction:column;overflow:hidden}.map-sheet--drawer{margin-top:0;border-top:0;box-shadow:none;background:transparent}.map-sheet-drawer__paper{left:0;right:0;margin:0 auto;width:min(100%,100vw);max-width:100vw;border-radius:22px 22px 0 0!important;border-top:1px solid #d7e3ef;box-shadow:0 -16px 36px #142b4133!important;background:linear-gradient(180deg,#fff,#fbfdff)}.map-sheet-drawer__paper--touch{touch-action:pan-y}.map-sheet__reopen-button.MuiButton-root{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:5;min-width:132px;border-radius:999px;box-shadow:0 12px 24px #142b4133}.map-sheet__content{overflow:auto;padding:8px 16px calc(16px + env(safe-area-inset-bottom,0px));display:grid;gap:12px;align-content:start}.map-sheet__surface{border:1px solid #dce6f0;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 12px 28px #142b4114;padding:14px}.map-sheet__controls-surface{padding:12px;background:linear-gradient(180deg,#fff,#f8fbff)}.map-sheet__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end}.map-sheet__field{display:grid;gap:6px}.map-sheet__field span{color:#4a5d70;font-size:.82rem;font-weight:600}.map-sheet__field input,.map-sheet__field select{width:100%;border:1px solid #bdcde0;border-radius:9px;background:#fff;color:#213446;padding:9px 10px;font:inherit}.map-sheet__field input:focus,.map-sheet__field select:focus{outline:2px solid #7aa7ff;outline-offset:1px}.map-sheet__action{border:1px solid #2f6ec8;border-radius:10px;background:#2f6ec8;color:#fff;font:inherit;font-size:.9rem;font-weight:600;padding:9px 12px;cursor:pointer}.map-sheet__action:disabled{cursor:not-allowed;opacity:.55}.map-sheet__action--secondary{border-color:#c3ceda;background:#f1f4f8;color:#2a3e52}.map-sheet__create-form{margin-top:12px;border:1px solid #d8e2ec;border-radius:12px;background:#f9fbfd;padding:12px}.map-sheet__form-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,180px)}.map-sheet__form-actions{margin-top:12px;display:flex;gap:8px}.map-sheet__status{margin:12px 0 0;color:#365678;font-size:.86rem}.map-sheet__error{margin:8px 0 0;color:#9b1b1b;font-size:.86rem}.map-sheet__content p{margin:12px 0 0;color:#2a3e52}.map-sheet__loading,.map-sheet__empty{color:#5e7287;font-size:.9rem}.map-sheet__wms-section{margin-top:0;border:1px solid #d9e4ef;border-radius:14px;background:#f7faff;padding:10px 12px}.map-sheet__wms-form{margin-top:2px}.map-sheet__wms-list{margin:6px 0 0;padding:0;list-style:none;display:grid;gap:8px}.map-sheet__wms-item{background:#fff}.map-sheet__wms-order-actions{flex-wrap:wrap}.map-sheet__layer-list{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:10px}.map-sheet__layer-project-list{--map-sheet-project-card-width: 440px;margin-top:12px;display:grid;gap:14px;justify-content:start;align-items:start;grid-template-columns:minmax(0,1fr)}@media(min-width:960px){.map-sheet__layer-project-list{grid-template-columns:repeat(2,minmax(0,var(--map-sheet-project-card-width)))}}@media(min-width:1410px){.map-sheet__layer-project-list{grid-template-columns:repeat(3,minmax(0,var(--map-sheet-project-card-width)))}}@media(min-width:1860px){.map-sheet__layer-project-list{grid-template-columns:repeat(4,minmax(0,var(--map-sheet-project-card-width)))}}.map-sheet__layer-project-card{width:min(100%,var(--map-sheet-project-card-width));border:1px solid #d9e4ef;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 10px 28px #223a5514}.map-sheet__layer-project-card-action{display:flex;flex-direction:column;align-items:stretch;text-align:left}.map-sheet__layer-project-card-action.Mui-focusVisible{outline:2px solid #2f6ec8;outline-offset:-2px}.map-sheet__layer-project-card-media{display:block;border-bottom:1px solid #d9e4ef;background:linear-gradient(180deg,#f6faff,#eef4fb)}.map-sheet__layer-project-card-header{padding:12px 12px 4px;min-width:0}.map-sheet__layer-project-card-content{padding-bottom:12px;padding-top:0!important;padding-left:12px!important;padding-right:12px!important}.map-sheet__layer-project-card-heading{min-width:0}.map-sheet__layer-project-card-title{color:#1f3346;font-weight:700}.map-sheet__layer-project-card-stats{align-items:center}.map-sheet__layer-project-icon{color:#5d7590;flex-shrink:0}.map-sheet__layer-project-card-actions{border-top:1px solid #eef3f8}.map-sheet__project-preview{width:170px;height:88px;border-radius:0;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(145deg,#e4eef8f2,#f1f7f0fa);box-shadow:inset 0 0 0 1px #d9e4ef}.map-sheet__project-preview--dialog{width:min(100%,240px);height:auto;aspect-ratio:3 / 2;align-self:flex-start;border-radius:0}.map-sheet__project-preview--card{width:100%;height:auto;aspect-ratio:2.3 / 1;display:flex;box-shadow:inset 0 -1px #d9e4ef}.map-sheet__project-preview-image{width:100%;height:100%;display:block;object-fit:cover}.map-sheet__project-preview-image--contain{object-fit:contain;background:linear-gradient(145deg,#e4eef8f2,#f1f7f0fa)}.map-sheet__project-preview-icon{font-size:2rem;color:#38628a}.map-sheet__project-preview--dialog .map-sheet__project-preview-icon{font-size:3rem}.map-sheet__layer-project-detail,.map-sheet__layer-detail,.map-sheet__form-view{margin-top:0;display:grid}.map-sheet__layer-item{display:block;border:1px solid #d9e4ef;border-radius:10px;background:#f7faff;padding:8px 10px}.map-sheet__layer-toggle{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;padding:0;display:grid;gap:4px}.map-sheet__layer-toggle.MuiListItemButton-root{display:grid;gap:4px;align-items:start;padding:0;border-radius:10px}.map-sheet__layer-toggle.MuiListItemButton-root:hover{background:transparent}.map-sheet__layer-toggle.Mui-focusVisible{outline:2px solid #2f6ec8;outline-offset:2px;background:transparent}.map-sheet__layer-head{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px}.map-sheet__layer-head-content{min-width:0;display:grid;gap:2px}.map-sheet__layer-owner-avatar{width:34px;height:34px;font-size:15px;font-weight:700;flex-shrink:0;border:none}.map-sheet__layer-owner-meta{color:#5f758b;font-size:.76rem}.map-sheet__layer-title{color:#1f3346;font-size:.95rem;font-weight:700}.map-sheet__layer-head-meta{color:#5b6d7f;font-size:.82rem}.map-sheet__layer-preview-panel{width:100%;margin-top:6px;display:block}.map-sheet__layer-visual-preview{margin-top:4px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.map-sheet__layer-visual-symbol{width:42px;min-width:42px;height:26px;border:1px solid #d7e3ef;border-radius:0;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #fffc}.map-sheet__layer-visual-symbol-point{width:12px;height:12px;border-radius:999px;box-shadow:0 0 0 2px #fff}.map-sheet__layer-visual-symbol-line{width:26px;height:3px;border-radius:999px}.map-sheet__layer-visual-symbol-polygon{width:24px;height:16px;border:2px solid #2f6ec8;border-radius:0}.map-sheet__layer-visual-content{min-width:0;display:grid;gap:2px}.map-sheet__layer-visual-summary{display:flex;flex-wrap:wrap;gap:4px 10px;min-width:0}.map-sheet__layer-visual-summary-item{display:inline-flex;align-items:center;gap:5px;min-width:0;color:#526779;font-size:.77rem;line-height:1.2;white-space:nowrap}.map-sheet__layer-visual-summary-icon{flex-shrink:0;font-size:.9rem;color:#6f8497}.map-sheet__layer-visual-summary-text{overflow:hidden;text-overflow:ellipsis}.map-sheet__layer-visual-label-preview,.map-sheet__layer-visual-label-empty,.map-sheet__layer-visual-meta{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-sheet__layer-visual-label-preview{color:#20384e;line-height:1.15}.map-sheet__layer-visual-label-empty{color:#7a8c9d;font-size:.8rem}.map-sheet__layer-visual-meta{color:#607486;font-size:.76rem}.map-sheet__layer-style-dialog-preview{border:1px solid #d9e4ef;border-radius:10px;background:#f7faff;padding:10px}.map-sheet__layer-color-current{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;border:1px solid #d9e4ef;border-radius:999px;background:#f7faff;color:#415466}.map-sheet__layer-color-current-swatch{display:block;width:18px;height:18px;border-radius:999px;border:1px solid rgba(17,24,39,.12)}.map-sheet__layer-color-picker{padding:10px;border:1px solid #d9e4ef;border-radius:12px;background:#fff}.map-sheet__layer-color-picker-panel{width:100%}.map-sheet__layer-color-picker-panel>.w-color-sketch{max-width:100%}.map-sheet__layer-sharing{margin-top:8px;display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px}.map-sheet__layer-sharing-item{display:inline-flex;align-items:center;gap:6px;min-width:0}.map-sheet__layer-sharing-icon{flex-shrink:0;font-size:.92rem;color:#6f8497}.map-sheet__layer-sharing-status{display:inline-flex;align-items:center;min-height:22px;padding:1px 8px;border-radius:999px;font-weight:600}.map-sheet__layer-sharing-status--public{border:1px solid #9dc5f0;color:#1d4f7a;background:#eaf4ff}.map-sheet__layer-sharing-status--private{border:1px solid #d6e1ec;color:#526678;background:#f4f7fa}.map-sheet__layer-sharing-text{color:#607486;font-size:.76rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-sheet__layer-sharing-avatars{margin-left:2px}.map-sheet__layer-actions{margin-top:10px;padding-top:8px;border-top:1px solid #dce7f2}.map-sheet__layer-management-actions{flex-wrap:wrap}.map-sheet__layer-search{margin-top:10px}.map-sheet__layer-search-meta,.map-sheet__list-meta{margin:2px 0 0;color:#607387;font-size:.78rem}.map-sheet__layer-search-empty{margin-top:10px;border:1px dashed #c9d8e6;border-radius:8px;background:#fff;padding:8px 10px}.map-sheet__project-search-accordion{border:1px solid #d9e4ef;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f6faff)}.map-sheet__project-search-accordion.MuiAccordion-root:before{display:none}.map-sheet__project-search-accordion .MuiAccordionSummary-root{min-height:0;padding:0 14px}.map-sheet__project-search-accordion .MuiAccordionSummary-content{margin:12px 0}.map-sheet__project-search-accordion .MuiAccordionDetails-root{padding:0 14px 14px}.map-sheet__project-search-section{margin-top:0}.map-sheet__project-search-layer-grid,.map-sheet__project-search-option-list{display:grid;gap:6px 12px}.map-sheet__project-search-layer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.map-sheet__project-search-option-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:8px 10px;border:1px dashed #c9d8e6;border-radius:8px;background:#fff}.map-sheet__project-search-result-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.map-sheet__project-search-result-item{border:1px dashed #c9d8e6;border-radius:8px;background:#fff}.map-sheet__project-search-result-button.MuiButton-root{width:100%;justify-content:flex-start;padding:10px 12px;color:#1f3346;text-transform:none}.map-sheet__project-search-result-button.MuiButton-root:hover{background:#eef5fd}.map-sheet__project-appointment-list{display:grid;gap:10px}.map-sheet__project-appointment-list-item{display:block}.map-sheet__project-appointment-card{width:100%;border:1px solid #d9e4ef;border-radius:12px;background:#fff}.map-sheet__project-appointment-button.MuiButtonBase-root{align-items:stretch;padding:0}.map-sheet__project-appointment-content{width:100%}.map-sheet__project-appointment-actions{justify-content:flex-end;padding-top:0}.appointment-calendar{margin-top:12px;border:1px solid #d9e4ef;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#fff);padding:14px}.appointment-calendar__body{display:grid;gap:14px}.appointment-calendar__main,.appointment-calendar__viewport,.appointment-calendar__sidebar{min-width:0}.appointment-calendar__sidebar{display:grid;gap:14px;align-content:start}.appointment-calendar__sidebar-divider{margin:0!important}.appointment-calendar__grid-scroll{overflow:auto;padding-bottom:4px;max-height:min(52dvh,620px)}.appointment-calendar__month-grid,.appointment-calendar__week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;min-width:760px}.appointment-calendar__weekday{color:#5a7188;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.appointment-calendar__day-cell,.appointment-calendar__week-column,.appointment-calendar__day-panel,.appointment-calendar__detail-card{border:1px solid #d9e4ef;border-radius:12px;background:#fff}.appointment-calendar__day-cell{min-height:148px;padding:10px}.appointment-calendar__day-cell--today{border-color:#1d4ed8;box-shadow:inset 0 0 0 1px #1d4ed82e}.appointment-calendar__week-column,.appointment-calendar__day-panel,.appointment-calendar__detail-card{padding:12px}.appointment-calendar__day-panel{max-height:min(52dvh,620px);overflow:auto}.appointment-calendar__day-label{color:#15324c;font-weight:700}.appointment-calendar__day-label--muted{color:#9aa9b8}.appointment-calendar__event-button{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:1px solid #d9e4ef;border-left-width:4px;border-radius:10px;padding:8px 10px;background:#fff;color:#15324c;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.appointment-calendar__event-button:hover{border-color:#9fb8d3;box-shadow:0 10px 18px #10253a14;transform:translateY(-1px)}.appointment-calendar__event-button--selected{border-color:#1d4ed8;box-shadow:0 10px 18px #1d4ed81f}.appointment-calendar__event-time{color:#5a7188;font-size:.74rem;font-weight:700}.appointment-calendar__event-title{color:#15324c;font-size:.88rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.appointment-calendar__event-project{color:#54708d;font-size:.76rem;line-height:1.2;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appointment-calendar__more-indicator,.appointment-calendar__empty-day,.appointment-calendar__loading{color:#5a7188}.chat-section{margin-top:12px;border:1px solid #d9e4ef;border-radius:14px;background:linear-gradient(180deg,#f8fbff,#fff);padding:14px}.chat-section__layout{display:grid;gap:14px}.chat-section__sidebar,.chat-section__content{min-width:0}.chat-section__panel,.chat-section__content{border:1px solid #d9e4ef;border-radius:12px;background:#fff;padding:12px}.chat-section__conversation-list,.chat-section__search-results{display:grid;gap:6px}.chat-section__conversation-item,.chat-section__search-result-item{display:block;border:1px solid #e5edf5;border-radius:10px;background:#fbfdff}.chat-section__conversation-item .MuiListItemButton-root{border-radius:10px}.chat-section__messages{min-height:220px;max-height:min(44dvh,520px);overflow:auto}.chat-section__message{align-self:flex-start;max-width:min(640px,100%);border:1px solid #d9e4ef;border-radius:12px;background:#f7fbff;padding:8px 10px}.chat-section__message--own{align-self:flex-end;background:#eaf4ff;border-color:#bfd6f2}.chat-section__attachment-list{display:grid;gap:8px}.chat-section__attachment-card{border:1px solid #d9e4ef;border-radius:10px;background:#fff;padding:8px}.chat-section__attachment-link{display:block;color:inherit;text-decoration:none}.chat-section__attachment-image,.chat-section__attachment-video{display:block;width:100%;max-width:min(320px,100%);max-height:260px;border-radius:8px;object-fit:cover;background:#0f2233}.chat-section__attachment-document{display:inline-flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:8px;background:#eef5fb;color:#16354e;font-weight:600;text-decoration:none}@media(min-width:1100px){.chat-section__layout{grid-template-columns:minmax(320px,380px) minmax(0,1fr);align-items:start}.chat-section__content{min-height:620px}}@media(min-width:1200px){.appointment-calendar__body{grid-template-columns:minmax(0,1.85fr) minmax(260px,320px);align-items:start}.appointment-calendar__sidebar{position:sticky;top:8px}.appointment-calendar__sidebar-divider{display:none}.appointment-calendar__month-grid,.appointment-calendar__week-grid{gap:6px}.appointment-calendar__day-cell{min-height:96px;padding:6px}.appointment-calendar__week-column,.appointment-calendar__day-panel,.appointment-calendar__detail-card{padding:8px}.appointment-calendar__event-button{gap:1px;padding:4px 6px;border-radius:8px}.appointment-calendar__event-time{font-size:.68rem}.appointment-calendar__event-title{font-size:.76rem;line-height:1.1;-webkit-line-clamp:1}.appointment-calendar__event-project{font-size:.7rem}.appointment-calendar__grid-scroll,.appointment-calendar__day-panel{max-height:min(42dvh,500px)}}.map-account-activity{margin-top:12px;border:1px solid #d9e4ef;border-radius:10px;background:#f7faff;padding:10px}.map-account-activity__list{margin:8px 0 0;padding:0;list-style:none;display:grid;gap:8px}.map-account-activity__item{border:1px dashed #c9d8e6;border-radius:8px;background:#fff;padding:8px 10px}.map-account-activity__item--new{border-color:#f3b96a;background:#fffaf1}.map-account-activity__actor{color:#1f3346;font-weight:600}.map-account-activity__time,.map-account-activity__meta{color:#607387}.map-account-activity__headline{margin-top:6px;color:#253d53}.map-account-activity__detail{margin-top:2px;color:#31495f}.map-sheet__loading-activity{margin-top:10px}.map-sheet__loading-activity-card{border:1px solid #d9e4ef;border-radius:10px;background:#fff;padding:10px 12px}.map-sheet__feature-search,.map-sheet__feature-section-header{margin-top:10px}.map-sheet__feature-search-meta{margin:2px 0 0;color:#607387;font-size:.78rem}.map-sheet__feature-pagination-controls{display:flex;justify-content:center;margin-top:12px}.map-sheet__feature-load-more{min-width:160px}.map-sheet__loading-list{display:grid;gap:10px}.map-sheet__loading-list-item{display:block}.map-sheet__loading-list-card{border:1px solid #d6e2ee;border-radius:10px;background:#fff;padding:10px 12px}.map-sheet__feature-search-empty{margin-top:10px;border:1px dashed #c9d8e6;border-radius:8px;background:#fff;padding:8px 10px}.map-sheet__feature-list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}.map-sheet__feature-list li{border:1px dashed #c9d8e6;border-radius:8px;background:#fff;padding:8px 10px;color:#31485d;height:100%}@media(min-width:640px){.map-sheet__feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.map-sheet__feature-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.map-sheet__feature-list{grid-template-columns:repeat(4,minmax(0,1fr))}}.map-sheet__feature-card-grid{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}.map-sheet__loading-feature-grid{margin-top:10px;display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}.map-sheet__feature-card-item{border:1px solid #d6e2ee;border-radius:10px;background:#fff;overflow:hidden;color:#31485d;height:100%}.map-sheet__feature-card{width:100%;height:100%;border:0;padding:0;margin:0;background:transparent;color:inherit;cursor:pointer;display:grid;grid-template-rows:auto 1fr auto;text-align:left;box-shadow:none}.map-sheet__feature-card:focus-visible{outline:2px solid #2f6ec8;outline-offset:-2px}.map-sheet__feature-media.map-sheet__feature-card-media{border-radius:0;border:0;height:148px}.map-sheet__loading-project-card-media{width:100%;height:116px}.map-sheet__loading-feature-media{width:100%;height:148px}.map-sheet__feature-card-media .map-sheet__feature-image,.map-sheet__feature-card-media .map-sheet__feature-image-placeholder{height:148px}.map-sheet__feature-card-body{display:grid;gap:5px;padding:10px}.map-sheet__feature-card-actions{padding:0 10px 10px;gap:6px;flex-wrap:wrap;justify-content:flex-start}.map-sheet__feature-detail{margin-top:10px;padding:0}.map-sheet__feature-detail-actions{margin-bottom:2px}@media(min-width:680px){.map-sheet__feature-card-grid,.map-sheet__loading-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.map-sheet__feature-card-grid,.map-sheet__loading-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.map-sheet__feature-media.map-sheet__feature-card-media,.map-sheet__feature-card-media .map-sheet__feature-image,.map-sheet__feature-card-media .map-sheet__feature-image-placeholder,.map-sheet__loading-feature-media{height:168px}}@media(min-width:1500px){.map-sheet__feature-card-grid,.map-sheet__loading-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.map-sheet__feature-media.map-sheet__feature-card-media,.map-sheet__feature-card-media .map-sheet__feature-image,.map-sheet__feature-card-media .map-sheet__feature-image-placeholder,.map-sheet__loading-feature-media{height:184px}}.map-sheet__feature-empty{margin:8px 0 2px;color:#667a8f;font-size:.85rem}.map-sheet__selection-table-wrap{margin-top:10px;overflow:auto}.map-sheet__selection-table{width:100%;min-width:680px}.map-sheet__selection-row--selected{background:#eefaf5}.map-sheet__selection-attribute-list{margin:0;padding:0;list-style:none;display:grid;gap:2px}.map-sheet__selection-attribute-list strong{color:#334a60}@media(max-width:720px){.auth-page{padding:18px 12px}.map-sheet__controls,.map-sheet__form-row{grid-template-columns:1fr}.map-sheet__form-actions{flex-direction:column}.map-sheet__selection-table{min-width:560px}.map-toolbar__auth{width:auto;justify-content:flex-end}.map-toolbar__auth-label{display:none}.map-draw-guide{align-items:flex-end;padding:10px 10px 14px}.map-draw-guide__panel{width:100%;border-radius:14px;padding:12px}.map-draw-guide__actions{display:grid;grid-template-columns:1fr}.map-draw-guide__assist-controls{display:grid;grid-template-columns:1fr;align-items:stretch}.map-draw-guide__snap-tolerance{justify-content:space-between}.map-draw-guide__crosshair{width:52px;height:52px;border-width:2px}}.map-sheet__attribute-list{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:6px}.map-sheet__attribute-item{border:1px solid #d6e2ee;border-radius:8px;background:#fff;padding:8px 10px;display:grid;gap:4px}.map-sheet__attribute-name{color:#26384a;font-size:.9rem;font-weight:700}.map-sheet__attribute-meta{color:#607387;font-size:.82rem}.map-sheet__attribute-empty{margin:8px 0 0;color:#667a8f;font-size:.85rem}.map-sheet__feature-item{display:grid;gap:8px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.map-sheet__feature-item--selected{border-style:solid;border-color:#0a8f6b;background:#eefaf5;box-shadow:0 0 0 1px #0a8f6b33}.map-sheet__feature-select{border:0;background:transparent;color:inherit;cursor:pointer;padding:0;text-align:left;display:grid;gap:2px}.map-sheet__feature-select:focus-visible{outline:2px solid #2f6ec8;outline-offset:2px;border-radius:4px}.map-sheet__feature-select--selected .map-sheet__feature-name{color:#0b5f49}.map-sheet__feature-select--selected .map-sheet__feature-meta{color:#2e6b58}.map-sheet__feature-item--selected .map-sheet__feature-attribute-item{background:#eaf6f1}.map-sheet__feature-name{color:#26384a;font-size:.9rem;font-weight:700}.map-sheet__feature-meta{color:#607387;font-size:.82rem}.map-sheet__feature-attribute-list{margin:0;padding:0;list-style:none;display:grid;gap:5px}.map-sheet__feature-attribute-list--preview{margin-top:2px}.map-sheet__feature-attribute-list--preview .map-sheet__feature-attribute-item{padding:4px 6px}.map-sheet__feature-attribute-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:6px 8px;border-radius:6px;background:#f6f9fc}.map-sheet__feature-attribute-name{color:#3d5267;font-size:.8rem;font-weight:600}.map-sheet__feature-attribute-value{color:#23384d;font-size:.8rem;word-break:break-word;text-align:right}.map-sheet__feature-document-section{display:grid;gap:6px}.map-sheet__feature-document-heading{color:#526a82;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.map-sheet__feature-document-list{margin:0;padding:0;list-style:none;display:grid;gap:5px}.map-sheet__feature-document-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;background:#f6f9fc}.map-sheet__feature-document-name{color:#23384d;font-size:.8rem;word-break:break-word}.map-sheet__feature-item--selected .map-sheet__feature-document-item{background:#eaf6f1}.map-sheet__feature-tab-shell{display:grid;gap:8px}.map-sheet__feature-secondary-tabs{background:transparent;padding:0}.map-sheet__feature-secondary-tabs-nav{min-height:46px}.map-sheet__feature-secondary-tabs-nav .MuiTabs-flexContainer{gap:2px}.map-sheet__feature-secondary-tabs-nav .MuiTabs-indicator{height:3px;border-radius:999px;background:#2f6ec8}.map-sheet__feature-secondary-tabs-nav .MuiTab-root{min-height:46px;text-transform:none;font-size:.82rem;font-weight:600;color:#567086;border-radius:8px 8px 0 0;transition:color .18s ease,background-color .18s ease}.map-sheet__feature-secondary-tabs-nav .MuiTab-root.Mui-selected{color:#1f3e5a;background:#ffffffe0}.map-sheet__feature-tab-content-card{border-radius:16px;background:#fff;padding:12px;box-shadow:none}.map-sheet__feature-tab-panel,.map-sheet__feature-media-section{display:grid;gap:8px}.map-sheet__feature-media-panel{padding:0;border-radius:0;background:transparent}.map-sheet__feature-media-panel+.map-sheet__feature-media-panel{padding-top:12px;border-top:1px solid #e7edf3}.map-sheet__feature-media-heading{color:#3a5066}.map-sheet__feature-gallery-thumb-button[aria-current=true] .map-sheet__feature-gallery-thumb-image{border-color:#2f6ec8;box-shadow:0 0 0 2px #2f6ec82e}.map-sheet__feature-video-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.map-sheet__feature-video-item{display:block}.map-sheet__feature-video-card{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);align-items:center;gap:10px;border-radius:8px;background:#fff;padding:8px;box-shadow:0 1px 2px #0f172a0f}.map-sheet__feature-video-preview{width:100%;aspect-ratio:16 / 9;border-radius:8px;border:1px solid #c8d8e7;background:#0f1720}.map-sheet__feature-video-meta{min-width:0;display:grid;gap:4px}.map-sheet__feature-media-meta,.map-sheet__feature-media-empty{color:#5f758b}.map-sheet__feature-appointment-section{display:grid;gap:8px;border-radius:0;background:transparent;padding:0}.map-sheet__feature-appointment-heading{color:#3a5066}.map-sheet__feature-appointment-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.map-sheet__feature-appointment-item{display:block;padding:0}.map-sheet__feature-appointment-card{width:100%;border-radius:12px;padding:10px 12px;display:grid;gap:8px;background:#fff;box-shadow:0 1px 2px #0f172a0f}.map-sheet__feature-appointment-title{color:#20384e}.map-sheet__feature-appointment-meta{color:#5f758b}.map-sheet__feature-appointment-description{color:#20384e;white-space:pre-wrap;word-break:break-word}.map-sheet__feature-appointment-protocol{display:grid;gap:6px;border-radius:0;background:transparent;border-top:1px solid #edf2f6;padding:10px 0 0}.map-sheet__feature-appointment-protocol-heading{color:#526a82;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.map-sheet__feature-appointment-protocol-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.map-sheet__feature-appointment-protocol-item{display:block;padding:0}.map-sheet__feature-appointment-protocol-entry-card{width:100%;border-radius:10px;padding:8px 10px;display:grid;gap:4px;background:#fff;box-shadow:0 1px 2px #0f172a0f}.map-sheet__feature-appointment-empty{color:#5f758b}.map-sheet__feature-appointment-form,.map-sheet__feature-appointment-protocol-form,.map-sheet__feature-appointment-protocol-edit-form{display:grid;gap:8px}.map-sheet__feature-appointment-protocol-form-overview,.map-sheet__feature-appointment-protocol-form-builder{display:grid;gap:6px;border-radius:0;background:transparent;padding:0}.map-sheet__feature-appointment-protocol-form-field-list,.map-sheet__feature-appointment-protocol-field-value-list,.map-sheet__feature-appointment-protocol-builder-field-list{margin:0;padding:0;list-style:none;display:grid;gap:0}.map-sheet__feature-appointment-protocol-form-field-item,.map-sheet__feature-appointment-protocol-field-value-item,.map-sheet__feature-appointment-protocol-builder-field-item{border-radius:0;background:transparent;padding:8px 0;display:grid;gap:3px;box-shadow:none}.map-sheet__feature-appointment-protocol-form-field-list>li:not(:last-child),.map-sheet__feature-appointment-protocol-field-value-list>li:not(:last-child),.map-sheet__feature-appointment-protocol-builder-field-list>li:not(:last-child){border-bottom:1px solid #edf2f6}.map-sheet__feature-appointment-protocol-form-field-name,.map-sheet__feature-appointment-protocol-field-value-name{font-weight:600;color:#2f4860}.map-sheet__feature-appointment-protocol-form-field-type,.map-sheet__feature-appointment-protocol-field-value-value{color:#5f758b}.map-sheet__feature-appointment-protocol-actions{justify-content:flex-end}.map-sheet__feature-appointment-protocol-image-list,.map-sheet__feature-appointment-protocol-draft-image-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.map-sheet__feature-appointment-protocol-image-item,.map-sheet__feature-appointment-protocol-draft-image-item{border:1px solid #e0e8f2;border-radius:6px;background:#fff;padding:6px;display:grid;gap:6px}.map-sheet__feature-appointment-protocol-image-button{display:block;width:100%;border:0;border-radius:4px;padding:0;background:transparent;cursor:pointer}.map-sheet__feature-appointment-protocol-image,.map-sheet__feature-appointment-protocol-draft-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:4px;border:1px solid #d8e3ee}.map-sheet__feature-comment-section{display:grid;gap:8px;border-radius:0;background:transparent;padding:0}.map-sheet__feature-comment-heading{color:#3a5066}.map-sheet__feature-comment-list{margin:0;padding:0;list-style:none;display:grid;gap:6px}.map-sheet__feature-comment-item{display:block;padding:0}.map-sheet__feature-comment-card{width:100%;border-radius:12px;padding:8px 10px;display:grid;gap:6px;background:#fff;box-shadow:0 1px 2px #0f172a0f}.map-sheet__feature-comment-meta{color:#5f758b}.map-sheet__feature-comment-message{color:#20384e;white-space:pre-wrap;word-break:break-word}.map-sheet__feature-comment-empty{color:#5f758b}.map-sheet__feature-comment-form{display:grid;gap:8px}.map-sheet__feature-comment-actions{justify-content:flex-end}.map-sheet__feature-comment-edit-form{display:grid;gap:8px}.map-history{margin-top:8px;border:1px solid #d7e2ee;border-radius:10px;background:#fff;overflow:hidden}.map-history.MuiAccordion-root:before{display:none}.map-history .MuiAccordionSummary-root{min-height:38px;padding:0 10px}.map-history .MuiAccordionSummary-content{margin:8px 0}.map-history .MuiAccordionDetails-root{padding:8px 10px 10px}.map-history__header{padding:8px 10px;border-bottom:1px solid #e2ebf4}.map-history__content{padding:8px 10px 10px}.map-history--feature .map-history__content{padding-top:10px}.map-history__timeline-widget{margin:0;padding:0;list-style:none;display:grid;gap:10px}.map-history__timeline-entry{position:relative;padding-left:26px}.map-history__timeline-entry:before{content:"";position:absolute;left:10px;top:0;bottom:-10px;width:2px;background:#dbe7f3}.map-history__timeline-entry:last-child:before{bottom:40px}.map-history__timeline-entry:after{content:"";position:absolute;left:5px;top:14px;width:12px;height:12px;border-radius:50%;background:#2f6ec8;box-shadow:0 0 0 3px #e9f1fc}.map-history__timeline-card{border-radius:10px;background:#fff;padding:8px}.map-history__timeline-card-head{margin-bottom:2px}.map-history__timeline-card .map-history__detail{margin-left:0;margin-top:6px}.map-history__image-preview-list{margin:2px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}.map-history__image-preview-item{width:72px;height:56px;border:1px solid #dbe7f2;border-radius:6px;overflow:hidden;background:#fff}.map-history__image-preview{width:100%;height:100%;display:block;object-fit:cover}.map-history__image-preview-missing{color:#60798e}.map-history__timeline{margin-left:2px}.map-history__item{border-left:2px solid #dbe7f3;padding:0 0 0 10px;display:grid;gap:6px}.map-history__detail{margin-left:34px;border:1px solid #e2ebf4;border-radius:8px;background:#f7fbff;padding:6px 8px}.map-history__actor{color:#2b4258;font-weight:600}.map-history__time{color:#62788f}.map-history__detail-headline{color:#324b63}.map-history__value-from{color:#7c1e1e}.map-history__value-arrow{color:#60798e}.map-history__value-to{color:#0d6848}.map-sheet__feature-image-input{display:none}.map-sheet__feature-form-media-panel{padding:12px;border-radius:12px;background:linear-gradient(180deg,#fbfdff,#f5f9fd)}.map-sheet__draft-image-list{margin:2px 0 0;padding:0;list-style:none;display:grid;gap:8px}.map-sheet__draft-image-item{display:block}.map-sheet__draft-image-card{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:10px;border-radius:8px;background:#f8fbff;padding:6px}.map-sheet__draft-image-meta{min-width:0;display:grid;gap:4px}.map-sheet__draft-image-preview{width:92px;height:64px;object-fit:cover;border-radius:6px;border:1px solid #c8d8e7}.map-sheet__draft-document-list{margin:2px 0 0;padding:0;list-style:none;display:grid;gap:8px}.map-sheet__draft-document-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid #d7e2ee;border-radius:8px;background:#f8fbff;padding:8px}.map-sheet__draft-document-meta{min-width:0;display:grid;gap:2px}.map-sheet__draft-video-list{margin:2px 0 0;padding:0;list-style:none;display:grid;gap:8px}.map-sheet__draft-video-item{display:block}.map-sheet__draft-video-card{display:grid;grid-template-columns:minmax(0,160px) minmax(0,1fr);align-items:center;gap:8px;border-radius:8px;background:#f8fbff;padding:8px}.map-sheet__draft-video-preview{width:100%;max-width:220px;max-height:120px;border-radius:6px;border:1px solid #c8d8e7;background:#0f1720}.map-sheet__draft-video-meta{min-width:0;display:grid;gap:4px}.map-sheet__feature-layout{display:grid;grid-template-columns:minmax(0,1fr);align-items:start}.map-sheet__feature-gallery-single-button,.map-sheet__feature-gallery-main-button,.map-sheet__feature-gallery-thumb-button{border:0;padding:0;margin:0;background:transparent;cursor:pointer;display:block;width:100%}.map-sheet__feature-gallery-single-image{width:100%;height:clamp(220px,34vw,420px);object-fit:cover;border-radius:10px;border:1px solid #cddbec;display:block}.map-sheet__feature-gallery-mosaic{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:8px}.map-sheet__feature-gallery-main-image{width:100%;height:clamp(220px,34vw,420px);object-fit:cover;border-radius:10px;border:1px solid #cddbec;display:block}.map-sheet__feature-gallery-thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:8px}.map-sheet__feature-gallery-thumb-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;border:1px solid #cddbec;display:block}.map-sheet__feature-gallery-placeholder{min-height:180px;display:grid;place-items:center;border:1px solid #cddbec;border-radius:10px;background:#eef3f8;color:#6c7c8d;font-size:.85rem;font-weight:600}.map-sheet__feature-media{position:relative;border-radius:8px;overflow:hidden;border:1px solid #cddbec;background:#eef3f8;min-height:104px}.map-sheet__feature-image-button{width:100%;height:100%;min-height:104px;border:0;padding:0;margin:0;cursor:pointer;background:#dbe6f0;display:block}.map-sheet__feature-image{width:100%;height:100%;min-height:104px;object-fit:cover;display:block}.map-sheet__feature-image-placeholder{min-height:104px;display:grid;place-items:center;color:#6c7c8d;font-size:.8rem;font-weight:600}.map-sheet__feature-image-dots{position:absolute;left:50%;bottom:6px;transform:translate(-50%);display:flex;gap:5px;padding:4px 6px;border-radius:999px;background:#08101c7a}.map-sheet__feature-image-dot{width:8px;height:8px;border-radius:999px;border:0;cursor:pointer;background:#ffffff9e}.map-sheet__feature-image-dot--active{background:#fff}.map-sheet__feature-body{display:grid;gap:8px;min-width:0}.map-sheet__feature-list .map-sheet__feature-media{aspect-ratio:4 / 3;min-height:0}.map-sheet__feature-list .map-sheet__feature-image-button,.map-sheet__feature-list .map-sheet__feature-image,.map-sheet__feature-list .map-sheet__feature-image-placeholder{height:100%;min-height:0}.map-sheet__lightbox-image-frame{width:100%;max-height:min(72vh,680px);border-radius:10px;border:1px solid rgba(255,255,255,.18);overflow:hidden;background:#101923;display:grid;place-items:center}.map-sheet__lightbox-image{width:100%;max-height:min(72vh,680px);object-fit:contain;display:block}@media(min-width:1024px){.map-sheet__feature-gallery-single-image,.map-sheet__feature-gallery-main-image{height:420px}.map-sheet__feature-media,.map-sheet__feature-image-button,.map-sheet__feature-image,.map-sheet__feature-image-placeholder{min-height:208px}}@media(max-width:720px){.map-sheet__draft-image-card{grid-template-columns:78px minmax(0,1fr)}.map-sheet__draft-image-preview{width:78px;height:56px}.map-sheet__feature-gallery-mosaic{grid-template-columns:1fr}.map-sheet__feature-gallery-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}.map-sheet__feature-gallery-single-image,.map-sheet__feature-gallery-main-image{height:240px}.map-sheet__feature-layout,.map-sheet__draft-video-card,.map-sheet__feature-video-card{grid-template-columns:1fr}.map-sheet__feature-media,.map-sheet__feature-image-button,.map-sheet__feature-image,.map-sheet__feature-image-placeholder{min-height:172px}}
