*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#0f172a;color:#e2e8f0}a{color:#38bdf8}:root{--layout-header-h: 56px;--sidebar-w: min(280px, 88vw);--sidebar-bg: #1e293b;--sidebar-border: #334155;--surface: #1e293b;--surface-elevated: #0f172a}.layout{display:flex;min-height:100vh;flex-direction:column}.layout-with-sidebar{flex:1;min-height:0;display:block;position:relative}.layout-header{display:flex;align-items:center;gap:.75rem;padding:0 1rem;height:var(--layout-header-h);background:var(--sidebar-bg);border-bottom:1px solid var(--sidebar-border);flex-shrink:0;position:sticky;top:0;z-index:400}.layout-header .sidebar-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;min-width:44px;min-height:44px;border:none;border-radius:.5rem;background:transparent;color:#e2e8f0;cursor:pointer}.layout-header .sidebar-toggle:hover{background:#334155}.layout-header .sidebar-toggle:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.sidebar-toggle-burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:22px;height:18px}.sidebar-toggle-burger span{display:block;height:2px;width:100%;background:currentColor;border-radius:1px;transition:transform .2s ease,opacity .2s ease}.layout--sidebar-open .sidebar-toggle-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.layout--sidebar-open .sidebar-toggle-burger span:nth-child(2){opacity:0}.layout--sidebar-open .sidebar-toggle-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.layout-header .layout-title{font-weight:600;font-size:1.1rem;letter-spacing:-.02em;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-overlay{position:fixed;top:var(--layout-header-h);left:0;right:0;bottom:0;z-index:340;background:#0f172ab8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .22s ease}.layout--sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}.sidebar{position:fixed;top:var(--layout-header-h);left:0;bottom:0;width:var(--sidebar-w);z-index:350;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);padding:.75rem .75rem 1rem;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .26s cubic-bezier(.4,0,.2,1);box-shadow:8px 0 32px #00000059;overflow-y:auto}.layout--sidebar-open .sidebar{transform:translate(0)}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem .5rem .75rem;margin-bottom:.25rem;border-bottom:1px solid var(--sidebar-border)}.sidebar-header strong{font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:.5rem;background:transparent;color:#94a3b8;font-size:1.5rem;line-height:1;cursor:pointer}.sidebar-close-btn:hover{background:#334155;color:#f1f5f9}.sidebar nav{display:flex;flex-direction:column;gap:.2rem;flex:1}.sidebar a{padding:.55rem .85rem;border-radius:.5rem;text-decoration:none;color:#94a3b8;font-size:.95rem}.sidebar a:hover{background:#334155;color:#f1f5f9}.sidebar a.active{background:linear-gradient(135deg,#0c4a6e,#1e3a5f);color:#f0f9ff;font-weight:500}.sidebar .sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--sidebar-border)}.sidebar .sidebar-signout{width:100%;justify-content:flex-start}.main{width:100%;max-width:100%;min-width:0;min-height:calc(100vh - var(--layout-header-h));padding:clamp(1rem,2.2vw,2rem) clamp(1rem,3vw,2.75rem);overflow-x:auto}.main--fluid{max-width:none}.card{background:var(--surface);border-radius:.75rem;padding:1rem;margin-bottom:1rem;border:1px solid var(--sidebar-border)}table{width:100%;border-collapse:collapse;min-width:400px}th,td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #334155}th{color:#94a3b8;font-weight:600}.table-wrap{overflow-x:auto}.btn{padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-size:.875rem}.btn-primary{background:#0ea5e9;color:#fff}.btn-primary:hover{background:#0284c7}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-ghost{background:transparent;color:#94a3b8}.btn-ghost:hover{background:#334155;color:#f1f5f9}input,textarea,select{width:100%;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #334155;background:#0f172a;color:#e2e8f0}input[type=checkbox]{width:auto}.text-muted{color:#94a3b8}.block{display:block}.switch-wrap{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.switch{position:relative;width:2.75rem;height:1.5rem;flex-shrink:0;background:#334155;border-radius:9999px;cursor:pointer;transition:background .2s}.switch.on{background:#0ea5e9}.switch-knob{position:absolute;top:2px;left:2px;width:calc(1.5rem - 4px);height:calc(1.5rem - 4px);background:#fff;border-radius:9999px;transition:transform .2s}.switch.on .switch-knob{transform:translate(1.25rem)}.switch-label{font-size:.9rem;color:#e2e8f0}.progress-bar{height:8px;background:#334155;border-radius:9999px;overflow:hidden}.progress-bar-fill{height:100%;background:#0ea5e9;border-radius:9999px;transition:width .2s}.permission-section{padding:.75rem;background:#0f172a;border-radius:.5rem;border:1px solid #334155}.permission-section-grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:.5rem}@media(min-width:960px){.permission-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-form-page{width:100%;max-width:100%}.admin-form-page__head{margin-bottom:clamp(1rem,2vw,1.5rem)}.admin-form-page__head h1{margin:0 0 .35rem;font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:700;letter-spacing:-.02em}.admin-form-page__meta{margin:0;font-size:.9rem;color:#94a3b8}.admin-form-shell{width:100%;max-width:none;padding:clamp(1rem,2vw,1.5rem)}.admin-form-section{background:#0f172a73;border:1px solid var(--sidebar-border);border-radius:.75rem;padding:clamp(1rem,2vw,1.35rem);margin-bottom:1.25rem}.admin-form-section:last-of-type{margin-bottom:.75rem}.admin-form-section__title{margin:0 0 1rem;padding-bottom:.65rem;border-bottom:1px solid var(--sidebar-border);font-size:.92rem;font-weight:600;color:#cbd5e1;letter-spacing:.02em}.admin-form-grid{display:grid;gap:1rem 1.25rem;grid-template-columns:1fr}@media(min-width:640px){.admin-form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.admin-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.admin-form-field--full{grid-column:1 / -1}.admin-form-label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:1.25rem;padding-top:1.1rem;border-top:1px solid var(--sidebar-border)}.admin-form-actions__spacer{flex:1;min-width:.5rem}.property-form-steps{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:clamp(1rem,2vw,1.5rem)}.property-form-tabs-wrap .MuiTabs-root{border-bottom:1px solid var(--sidebar-border, rgba(51, 65, 85, 1))}.admin-form-shell .property-form-step>.MuiBox-root:first-of-type .MuiTypography-subtitle1,.admin-form-shell .property-form-step>.MuiStack-root .MuiTypography-subtitle1{color:#cbd5e1;font-weight:700;letter-spacing:.02em}.admin-form-shell .property-form-step .MuiOutlinedInput-root{border-radius:10px}.property-form-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:1rem;margin-bottom:1.5rem}.property-form-summary{display:grid;gap:.65rem 1.25rem;grid-template-columns:1fr;margin-bottom:1rem}@media(min-width:640px){.property-form-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.property-form-summary dt{font-weight:600;margin-bottom:.15rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.property-form-summary dd{margin:0;color:#e2e8f0}.auth-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;max-width:none;margin:0 auto;padding:clamp(1.25rem,4vw,2rem)}.auth-page .card{width:100%;max-width:min(440px,100%)}.drive-embed-wrap{margin-top:1rem;border:1px solid #334155;border-radius:.75rem;overflow:hidden;background:#f8fafc}.drive-embed-wrap--solo{margin-top:0}.drive-embed-frame{width:100%;min-height:min(85vh,920px);height:85vh;border:none;display:block;vertical-align:top}.drive-api-shell{padding-bottom:1.25rem}.drive-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.15rem 0;margin-bottom:.75rem;font-size:.92rem}.drive-breadcrumb__segment{display:inline-flex;align-items:center}.drive-breadcrumb__sep{margin:0 .35rem;color:#64748b;-webkit-user-select:none;-moz-user-select:none;user-select:none}.drive-breadcrumb__btn{background:none;border:none;padding:.15rem .1rem;color:#38bdf8;cursor:pointer;font-size:inherit;border-radius:.25rem}.drive-breadcrumb__btn:hover{text-decoration:underline}.drive-api-meta{margin-bottom:1rem}.drive-file-list{list-style:none;margin:0;padding:0;border:1px solid var(--sidebar-border);border-radius:.65rem;overflow:hidden;background:#0f172a59}.drive-file-list li+li{border-top:1px solid var(--sidebar-border)}.drive-file-list__row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.55rem .85rem;border:none;background:transparent;color:#e2e8f0;text-align:left;cursor:pointer;font-size:.92rem;transition:background .12s ease}.drive-file-list__row:hover{background:#33415573}.drive-file-list__icon{flex-shrink:0;-o-object-fit:contain;object-fit:contain}.drive-file-list__icon-fallback{flex-shrink:0;width:1.25rem;text-align:center}.drive-file-list__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-file-list__hint{flex-shrink:0;font-size:.78rem}.drive-inline-code{font-size:.88em;padding:.12rem .35rem;border-radius:.3rem;background:#0f172a;border:1px solid #475569}.drive-api-fallback-note{font-size:.85rem;margin-bottom:.75rem}.analytics-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:1rem;margin-top:.5rem}.analytics-kpi{padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.35rem}.analytics-kpi__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.analytics-kpi__value{font-size:1.65rem;font-weight:700;letter-spacing:-.02em;color:#f8fafc;line-height:1.15}.analytics-kpi__hint{font-size:.78rem;line-height:1.35}.analytics-list{list-style:none;padding:0;margin:0}.analytics-list li{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:.88rem}.analytics-heatmap-card__intro{font-size:.88rem;line-height:1.5;margin-bottom:1rem;max-width:52rem}.analytics-heatmap-card__intro strong{color:#e2e8f0;font-weight:600}.analytics-heatmap-card__label{display:block;font-size:.8rem;font-weight:600;color:#94a3b8;margin-bottom:.35rem}.analytics-heatmap-card__select{display:block;margin-bottom:1rem;padding:.5rem .65rem;min-width:min(100%,280px);background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:.9rem}.analytics-heatmap-card__meta{font-size:.82rem;line-height:1.45;margin-bottom:1rem}.analytics-heatmap-card__path{font-size:.8rem}.analytics-heatmap-card__empty{margin-top:.25rem}.analytics-heatmap-layout{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;align-items:flex-start}.analytics-heatmap-viz{display:flex;flex-direction:column;align-items:center;gap:.35rem}.analytics-heatmap-viz__middle{display:flex;align-items:center;gap:.5rem}.analytics-heatmap-axis{font-size:.72rem;color:#94a3b8;line-height:1.2}.analytics-heatmap-axis--top,.analytics-heatmap-axis--bottom{text-align:center;max-width:min(100%,420px)}.analytics-heatmap-axis--side{flex:0 0 auto;width:1.75rem;text-align:center;align-self:center}.analytics-heatmap-grid{display:grid;gap:1px;width:min(400px,calc(100vw - 3rem));max-width:400px;aspect-ratio:1;background:#0f172ae6;padding:8px;border-radius:8px;border:1px solid rgba(148,163,184,.22);box-sizing:border-box}.analytics-heatmap-grid__cell{border-radius:2px;min-width:0;min-height:4px}.analytics-heatmap-legend{flex:0 1 200px;min-width:min(100%,200px)}.analytics-heatmap-legend__title{display:block;font-size:.78rem;font-weight:600;color:#cbd5e1;margin-bottom:.5rem}.analytics-heatmap-legend__bar{height:12px;border-radius:6px;border:1px solid rgba(148,163,184,.25);margin-bottom:.35rem}.analytics-heatmap-legend__labels{display:flex;justify-content:space-between;font-size:.72rem;color:#94a3b8;margin-bottom:.75rem}.analytics-heatmap-legend__hint{font-size:.76rem;line-height:1.4;margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.image-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:#0f172aeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,2vw,1.25rem)}.image-editor-modal{width:100%;max-width:min(1200px,100%);max-height:min(96vh,100%);display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--sidebar-border);border-radius:.85rem;box-shadow:0 24px 48px #00000073;overflow:hidden}.image-editor-crop-area{position:relative;flex:1;min-height:min(52vh,420px);max-height:58vh;background:#020617}.free-crop-resize-handle{position:absolute;width:20px;height:20px;border-radius:4px;background:#0ea5e9f2;border:2px solid #fff;box-sizing:border-box;touch-action:none;z-index:10;box-shadow:0 1px 4px #00000059}.free-crop-resize-handle--nw{top:-5px;left:-5px;cursor:nwse-resize}.free-crop-resize-handle--ne{top:-5px;right:-5px;cursor:nesw-resize}.free-crop-resize-handle--sw{bottom:-5px;left:-5px;cursor:nesw-resize}.free-crop-resize-handle--se{bottom:-5px;right:-5px;cursor:nwse-resize}.image-editor-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;padding:.85rem 1rem;border-top:1px solid var(--sidebar-border);background:#0f172a99}.image-editor-toolbar__error{color:#f87171;font-size:.88rem;flex:1;min-width:200px}.image-editor-toolbar__actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-left:auto;justify-content:flex-end}.compose-editor{flex:1;min-height:0;display:flex;flex-direction:column;max-height:min(92vh,900px)}.compose-editor--loading,.compose-editor--error{padding:2rem;text-align:center}.compose-editor__layout{display:grid;grid-template-columns:minmax(240px,280px) 1fr;gap:0;min-height:min(72vh,640px);max-height:min(88vh,820px)}@media(max-width:840px){.compose-editor__layout{grid-template-columns:1fr;max-height:none}}.compose-editor__sidebar{padding:1rem;border-right:1px solid var(--sidebar-border);overflow-y:auto;background:#0f172a66;max-height:min(88vh,820px)}@media(max-width:840px){.compose-editor__sidebar{border-right:none;border-bottom:1px solid var(--sidebar-border);max-height:40vh}}.compose-editor__sidebar-title{margin:0 0 .35rem;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.compose-editor__hint{margin:0 0 .65rem;font-size:.8rem}.compose-editor__logo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-bottom:1rem}.compose-editor__corner-chooser{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;margin-bottom:.7rem}.compose-editor__corner-btn{min-width:0;padding:.2rem 0;font-weight:700}.compose-editor__logo-tile{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;min-height:3.35rem;padding:.45rem;border-radius:.5rem;border:1px solid var(--sidebar-border);background:#0f172a;cursor:pointer;color:#cbd5e1;transition:border-color .15s,background .15s}.compose-editor__logo-tile:hover{border-color:#0ea5e9;background:#0ea5e914}.compose-editor__logo-tile img{display:block;max-width:100%;width:auto;height:auto;max-height:48px;-o-object-fit:contain;object-fit:contain}.compose-editor__add-text{width:100%;margin-bottom:1.15rem}.compose-editor__layer-list{list-style:none;margin:0 0 1rem;padding:0;border:1px solid var(--sidebar-border);border-radius:.5rem;overflow:hidden;max-height:180px;overflow-y:auto}.compose-editor__layer-list li{display:flex;align-items:center;justify-content:space-between;gap:.35rem;padding:.35rem .5rem;border-bottom:1px solid var(--sidebar-border);font-size:.8rem}.compose-editor__layer-list li:last-child{border-bottom:none}.compose-editor__layer-list li.is-selected{background:#0ea5e91f}.compose-editor__layer-name{flex:1;min-width:0;text-align:left;background:none;border:none;color:#e2e8f0;cursor:pointer;padding:.15rem 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compose-editor__layer-actions{display:flex;gap:.15rem;flex-shrink:0}.compose-editor__layer-actions button{background:#334155;border:none;color:#e2e8f0;border-radius:.25rem;width:1.6rem;height:1.6rem;cursor:pointer;font-size:.85rem;line-height:1;padding:0}.compose-editor__layer-actions button:hover{background:#475569}.compose-editor__layer-remove{color:#fecaca!important}.compose-editor__props{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--sidebar-border)}.compose-editor__main{display:flex;flex-direction:column;min-width:0;min-height:0;padding:1rem;overflow:auto}.compose-stage{position:relative;width:100%;max-width:100%;margin:0 auto;border-radius:.5rem;overflow:hidden;border:1px solid var(--sidebar-border);flex-shrink:0;touch-action:none}.compose-stage__base{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:fill;object-fit:fill;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.compose-layer{position:absolute;box-sizing:border-box;cursor:grab}.compose-layer:active{cursor:grabbing}.compose-layer--logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none;display:block;vertical-align:top}.compose-layer--text{cursor:grab;line-height:1.25;max-width:90%}.compose-layer.is-selected{outline:2px solid #0ea5e9;outline-offset:1px}.compose-layer__resize{position:absolute;right:-6px;bottom:-6px;width:18px;height:18px;border-radius:4px;background:#0ea5e9;border:2px solid #f0f9ff;cursor:nwse-resize;padding:0;box-shadow:0 2px 6px #00000059}.compose-layer__resize:hover{background:#38bdf8}.compose-editor__error{color:#f87171;font-size:.88rem;margin:.65rem 0 0}.compose-editor__footer{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--sidebar-border)}.compose-editor__footer-hint{flex:1;min-width:200px;margin:0;font-size:.82rem}.minuta-page{width:100%;max-width:100%}.minuta-page__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:clamp(1rem,2vw,1.75rem)}.minuta-page__head--actions-only{justify-content:flex-end}.minuta-page__head h1{margin:0 0 .35rem;font-size:clamp(1.35rem,2.5vw,1.85rem);font-weight:700;letter-spacing:-.03em}.minuta-page__sub{margin:0;font-size:.9rem;color:#94a3b8;max-width:42rem}.minuta-progress-card{background:var(--surface);border:1px solid var(--sidebar-border);border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.25rem}.minuta-progress-card .progress-bar{height:10px}.minuta-form{width:100%;max-width:none;padding:clamp(1.1rem,2vw,1.75rem)}.minuta-form-grid{display:grid;gap:1.25rem;margin-bottom:1.5rem}@media(min-width:640px){.minuta-form-grid{grid-template-columns:1fr minmax(160px,220px);align-items:start}}.minuta-form-grid .minuta-field--notes{grid-column:1 / -1}.minuta-field>label{display:block;margin-bottom:.4rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.minuta-field input[type=text],.minuta-field input[type=date],.minuta-field textarea{width:100%}.minuta-field textarea{min-height:clamp(5.5rem,12vh,140px);resize:vertical;line-height:1.5}.minuta-field--notes textarea{min-height:clamp(4.5rem,10vh,120px)}.minuta-tasks-section{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid var(--sidebar-border)}.admin-form-section.minuta-tasks-section{margin-top:0;padding-top:clamp(1rem,2vw,1.35rem);border-top:none}.minuta-tasks-section__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.minuta-tasks-section__bar h3{margin:0;font-size:1rem;font-weight:600;color:#cbd5e1}.minuta-task-filters-bar{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;width:100%;padding-top:.72rem;padding-bottom:.72rem;min-height:62px;margin-top:.05rem;border-top:1px solid rgba(148,163,184,.14);min-width:0}.minuta-task-filters-bar__assignees{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;overflow:visible}.minuta-task-filters-bar__assignees-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;flex-shrink:0;white-space:nowrap;margin-right:.25rem}.minuta-task-filters-bar__meta{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.65rem;flex-shrink:0;margin-left:auto}.minuta-task-filters-bar .minuta-assignee-filters{margin-bottom:0;flex:1 1 auto;min-width:48px;max-width:100%;align-items:center;overflow-x:auto;overflow-y:visible;flex-wrap:nowrap;padding:3px 2px 5px;margin-left:.1rem;-webkit-overflow-scrolling:touch}.minuta-assignee-filters{display:flex;flex-wrap:nowrap;align-items:center;gap:.45rem;margin-bottom:0}.minuta-assignee-filters .MuiButtonBase-root{border-radius:50%;flex-shrink:0}.minuta-task-grid{--minuta-task-cols: minmax(76px, .9fr) minmax(64px, .55fr) minmax(140px, 1.3fr) minmax(150px, 1.9fr) minmax(110px, 1fr) minmax(100px, .9fr) minmax(116px, 1fr) minmax(100px, 1fr) minmax(120px, 1.1fr) 2.35rem;display:flex;flex-direction:column;gap:.45rem;overflow-x:auto;padding-bottom:.15rem}.minuta-task-header,.minuta-task-row{display:grid;grid-template-columns:var(--minuta-task-cols);gap:.45rem;align-items:center;padding-left:.65rem;padding-right:.65rem;min-width:1260px}.minuta-task-header{padding-top:.15rem;padding-bottom:.5rem;margin-bottom:.15rem;border-bottom:1px solid var(--sidebar-border);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.055em;color:#94a3b8}.minuta-task-header span{line-height:1.25}.minuta-task-header .minuta-task-col--action{justify-self:center;color:#64748b}.minuta-task-row{padding-top:.55rem;padding-bottom:.55rem;background:var(--surface-elevated);border-radius:.65rem;border:1px solid var(--sidebar-border);transition:border-color .15s ease,box-shadow .15s ease}.minuta-task-row:focus-within{border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e940}.minuta-task-row input[type=text],.minuta-task-row select,.minuta-task-row input[type=date]{width:100%;min-width:0;border-color:#475569}.minuta-task-row .minuta-task-meta{font-size:.72rem;white-space:nowrap;color:#94a3b8;line-height:1.2}.minuta-task-row .minuta-task-col--action{display:flex;justify-content:center}.minuta-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--sidebar-border)}.minutas-table-card{width:100%;overflow:hidden}.minutas-table-card table{min-width:560px}.minutas-table-card th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#0f172a99}.minutas-table-card tbody tr:hover{background:#33415559}.minuta-workspace-shell{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.minuta-workspace-shell .minuta-task-filters-bar{margin-bottom:0}.minuta-tasks-toolbar__title{margin:0;font-size:1rem;font-weight:600;color:#e2e8f0}.minuta-tasks-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;margin-left:auto}.minuta-tasks-toolbar__row{width:100%}.minuta-view-toggle{display:inline-flex;gap:.2rem;padding:.2rem;border:1px solid var(--sidebar-border);border-radius:.5rem;background:#0f172a59}.minuta-view-toggle .btn{padding:.35rem .75rem;font-size:.85rem}.minuta-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:.85rem;align-items:stretch}.minuta-column{padding:.75rem;min-height:240px;max-height:calc(100vh - 420px);overflow:hidden;display:flex;flex-direction:column}.minuta-column.is-drop-target{border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e940,0 12px 28px #0ea5e91f}.minuta-column.is-drop-target .minuta-column__head{color:#e0f2fe}details.is-drop-target{outline:2px solid rgba(14,165,233,.45);outline-offset:2px;border-radius:.75rem}.minuta-column__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem}.minuta-column__cards{display:flex;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;padding-right:.2rem}@media(max-width:768px){.minuta-column{max-height:calc(100vh - 360px)}}.minuta-task-card{border:1px solid var(--sidebar-border);background:var(--surface-elevated);border-radius:.6rem;color:inherit;text-align:left;padding:.6rem;cursor:pointer;width:100%;display:flex;flex-direction:column;min-height:108px}.minuta-task-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem;margin-bottom:.25rem}.minuta-task-card__title{font-weight:650;line-height:1.25;margin-bottom:0;min-width:0}.minuta-task-card__ticket{font-size:.72rem;color:#94a3b8;margin-bottom:.25rem}.minuta-task-card__description-preview{font-size:.84rem;color:#cbd5e1;line-height:1.35;margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.minuta-task-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.6rem;font-size:.82rem;color:#94a3b8;margin-top:auto;width:100%}.minuta-task-card__priority-corner{font-size:.72rem;color:#cbd5e1;display:inline-flex;align-items:center;gap:.2rem;white-space:nowrap;flex-shrink:0}.minuta-task-card__assignee{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;min-width:0}.minuta-task-card__due{text-align:right;justify-self:end;align-self:end;min-width:0;display:flex;justify-content:flex-end}.minuta-list-due-cell{min-width:0;display:flex;align-items:center;justify-content:flex-start}.minuta-task-list-desc{max-width:360px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.minuta-list-table-head{display:grid;grid-template-columns:minmax(140px,1.2fr) minmax(260px,2fr) minmax(110px,.8fr) minmax(110px,.8fr) minmax(150px,1.1fr);gap:.6rem;padding:.2rem .65rem .55rem;border-bottom:1px solid var(--sidebar-border);margin-bottom:.5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.minuta-list-rows{display:flex;flex-direction:column;gap:.42rem;margin-top:.5rem}.minuta-list-row{display:grid;grid-template-columns:minmax(140px,1.2fr) minmax(260px,2fr) minmax(110px,.8fr) minmax(110px,.8fr) minmax(150px,1.1fr);gap:.6rem;align-items:center;padding:.55rem .65rem;border:1px solid var(--sidebar-border);border-radius:.6rem;background:var(--surface-elevated);cursor:pointer}.minuta-list-title-cell{display:inline-flex;align-items:center;gap:.4rem;min-width:0}.minuta-list-ticket{font-size:.72rem;color:#94a3b8;white-space:nowrap}.minuta-list-row:hover,.minuta-task-card:hover{border-color:#0ea5e9}.minuta-drop-preview{height:6px;border-radius:999px;background:linear-gradient(90deg,#0ea5e9a6,#38bdf8e6);margin:.15rem 0 .35rem;box-shadow:0 0 0 1px #0ea5e940}.minuta-params-grid{display:grid;grid-template-columns:minmax(120px,1fr) minmax(140px,1fr) minmax(180px,2fr) 90px 110px auto;gap:.55rem;align-items:center}@media(max-width:900px){.minuta-params-grid{grid-template-columns:1fr}}@media(max-width:768px){.sidebar-close-btn{display:flex}}@media(max-width:640px){.main{padding:.85rem .75rem}.card,.admin-form-shell,.admin-form-section{padding:.85rem}.admin-form-actions{gap:.45rem}.admin-form-actions>button,.admin-form-actions>.MuiButton-root{width:100%}.minuta-tasks-toolbar__row{align-items:stretch}.minuta-tasks-toolbar__actions{width:100%;justify-content:space-between}.minuta-task-filters-bar{flex-wrap:wrap;align-items:stretch;padding-top:.75rem;padding-bottom:.75rem;min-height:unset}.minuta-task-filters-bar__assignees{flex:1 1 100%;width:100%}.minuta-task-filters-bar__meta{flex:1 1 100%;width:100%;margin-left:0;justify-content:space-between}.minuta-task-filters-bar__meta .MuiFormControl-root{flex:1 1 0;min-width:0}.minuta-list-table-head,.minuta-list-rows{min-width:760px}.minuta-list-rows{overflow-x:auto;padding-bottom:.2rem}}@media(min-width:769px){.sidebar-close-btn{display:none}}.confirm-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.25rem;animation:confirm-backdrop-in .15s ease}@keyframes confirm-backdrop-in{0%{opacity:0}to{opacity:1}}.confirm-dialog{background:#1e293b;border:1px solid #475569;border-radius:.85rem;max-width:440px;width:100%;padding:1.35rem 1.5rem;box-shadow:0 24px 48px #00000073;animation:confirm-dialog-in .2s ease}@keyframes confirm-dialog-in{0%{opacity:0;transform:scale(.96) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-dialog__title{margin:0 0 .65rem;font-size:1.15rem;font-weight:600;letter-spacing:-.02em;color:#f1f5f9;line-height:1.3}.confirm-dialog__message{margin:0 0 1.35rem;font-size:.95rem;line-height:1.55;color:#cbd5e1}.confirm-dialog__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.contract-editor-page{background:#fff;color:#0f172a;border-radius:12px;box-shadow:0 12px 40px #00000040;max-width:210mm;margin:0 auto;min-height:260mm;padding:12mm 18mm 22mm}.contract-editor-root .ProseMirror{outline:none;min-height:200mm;font-size:11.5pt;line-height:1.55}.contract-editor-root .ProseMirror p{margin:0 0 .65em}.contract-editor-root .ProseMirror h1,.contract-editor-root .ProseMirror h2,.contract-editor-root .ProseMirror h3,.contract-editor-root .ProseMirror h4{margin:.9em 0 .45em;font-weight:700;line-height:1.25}.contract-editor-root .ProseMirror h1{font-size:1.65rem}.contract-editor-root .ProseMirror h2{font-size:1.35rem}.contract-editor-root .ProseMirror h3{font-size:1.15rem}.contract-editor-root .ProseMirror h4{font-size:1.05rem}.contract-editor-root .ProseMirror ul,.contract-editor-root .ProseMirror ol{margin:0 0 .75em 1.25em;padding:0}.contract-editor-root .ProseMirror table{border-collapse:collapse;width:100%;margin:.75em 0;font-size:10.5pt}.contract-editor-root .ProseMirror th,.contract-editor-root .ProseMirror td{border:1px solid #cbd5e1;padding:6px 8px;vertical-align:top}.contract-editor-root .ProseMirror th{background:#f1f5f9;font-weight:600}.contract-editor-root .ProseMirror img{max-width:100%;height:auto;border-radius:6px}.contract-editor-root .ProseMirror p:has(img[src*=buydreams-gold]){text-align:right;margin-top:0;margin-bottom:.35em}.contract-editor-root .ProseMirror img[src*=buydreams-gold]{max-width:200px;width:auto;max-height:64px;height:auto;-o-object-fit:contain;object-fit:contain;vertical-align:middle;border-radius:4px}.contract-editor-root .ProseMirror p:has(img[src*=buydreams-gold])+h1{margin-top:.35em}.contract-editor-root .ProseMirror a{color:#0369a1}.contract-editor-root .ProseMirror blockquote{margin:.75em 0;padding:.35em 0 .35em .85em;border-left:4px solid #94a3b8;color:#334155}.contract-export-preview{background:#fff;color:#0f172a;padding:12mm 18mm 20mm;max-width:210mm;margin:0 auto;font-family:Georgia,Times New Roman,serif;font-size:11.5pt;line-height:1.55}.contract-export-preview h1,.contract-export-preview h2,.contract-export-preview h3,.contract-export-preview h4{font-family:system-ui,-apple-system,Segoe UI,sans-serif;margin:.75em 0 .4em}.contract-export-preview p{margin:0 0 .65em}.contract-export-preview ul{margin:0 0 .75em 1.25em}.contract-export-preview table{border-collapse:collapse;width:100%;margin:.75em 0}.contract-export-preview th,.contract-export-preview td{border:1px solid #cbd5e1;padding:6px 8px}.contract-export-preview p:has(img[src*=buydreams-gold]){text-align:right;margin-top:0;margin-bottom:.35em}.contract-export-preview img[src*=buydreams-gold]{max-width:200px;width:auto;max-height:64px;height:auto;-o-object-fit:contain;object-fit:contain;vertical-align:middle}.contract-export-preview p:has(img[src*=buydreams-gold])+h1{margin-top:.35em}.leaflet-container .property-map-vertex-leaflet-icon{background:transparent!important;border:none!important}
