@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root,[data-theme=light]{--font:"Inter", system-ui, -apple-system, sans-serif;--text:#374151;--text-muted:#6b7280;--text-heading:#111827;--bg:#fafafa;--bg-card:#fff;--border:#e5e7eb;--border-focus:#3b82f6;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-muted:#2563eb14;--radius:8px;--radius-lg:12px;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #00000014;--error:#dc2626;--error-bg:#dc262614;--success:#059669;--input-bg:lightgrey;--surface:#f3f4f6}[data-theme=dark]{--input-bg:#374151;--text:#9ca3af;--text-muted:#6b7280;--text-heading:#f9fafb;--bg:#111827;--bg-card:#1f2937;--border:#374151;--border-focus:#60a5fa;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-muted:#3b82f626;--shadow-sm:0 1px 2px #0003;--shadow:0 1px 3px #0000004d;--surface:#1f2937}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--input-bg:#374151;--text:#9ca3af;--text-muted:#6b7280;--text-heading:#f9fafb;--bg:#111827;--bg-card:#1f2937;--border:#374151;--border-focus:#60a5fa;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-muted:#3b82f626;--shadow-sm:0 1px 2px #0003;--shadow:0 1px 3px #0000004d;--surface:#1f2937}}*{box-sizing:border-box}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{color:var(--text-heading);margin:0;font-weight:600}h1{letter-spacing:-.02em;font-size:1.5rem}h2{font-size:1.125rem}h3{font-size:1rem}p{margin:0}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.layout{flex-direction:column;min-height:100vh;display:flex}.layout-header{background:var(--bg-card);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;min-height:56px;padding:.5rem 1.5rem;display:flex}.layout-logo{color:var(--text-heading);font-size:1rem;font-weight:600;text-decoration:none}.layout-logo:hover{color:var(--accent);text-decoration:none}.layout-nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.layout-nav a{color:var(--text-muted);font-size:.875rem;text-decoration:none}.layout-nav a:hover{color:var(--text-heading);text-decoration:none}.layout-user{color:var(--text-muted);font-size:.8125rem}.layout-theme-toggle{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.25rem .5rem;font-size:1rem;line-height:1;transition:background .15s,border-color .15s}.layout-theme-toggle:hover{background:var(--accent-muted);border-color:var(--accent)}.layout-logout{color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.layout-logout:hover{color:var(--text-heading);border-color:var(--text-muted)}.layout-main{box-sizing:border-box;flex:1;width:100%;max-width:100%;margin:0 auto;padding:2rem clamp(1rem,3vw,2.5rem)}.layout-nav-dropdown{position:relative}.layout-nav-dropdown-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-family:inherit;font-size:.875rem}.layout-nav-dropdown-btn:hover,.layout-nav-dropdown-btn.active{color:var(--text-heading)}.layout-nav-dropdown-menu{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);z-index:100;flex-direction:column;min-width:180px;padding:.25rem 0;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #00000026}.layout-nav-dropdown-menu a{color:var(--text);white-space:nowrap;padding:.5rem 1rem;font-size:.8125rem;text-decoration:none;display:block}.layout-nav-dropdown-menu a:hover{background:var(--accent-muted);color:var(--accent)}@media (width<=768px){.layout-header{padding:0 .75rem}.layout-nav{gap:.75rem}.layout-nav a{font-size:.8125rem}.layout-main{padding:1rem .75rem}}.auth-page{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.auth-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:360px;padding:2rem;box-shadow:0 8px 32px #0000004d}.auth-card h1{color:#fff;margin:0 0 1.5rem;font-size:1.5rem}.auth-card p{color:#fffc;margin-bottom:1rem}.auth-card input{color:#1f2937;box-sizing:border-box;background:#d3d3d3;border:1px solid #fff3;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem}.auth-card input::placeholder{color:#6b7280}.auth-card input:focus{border-color:#4f46e5;outline:none}.auth-card button{cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .2s}.auth-card button[type=submit]{color:#fff;background:#4f46e5}.auth-card button[type=submit]:hover:not(:disabled){background:#4338ca}.auth-card button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.auth-card button[type=button]{color:#ffffffb3;background:0 0}.auth-card button[type=button]:hover{color:#fff}.auth-error{color:#fca5a5;background:#ef444433;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.875rem}.auth-forgot{text-align:center;margin-top:.75rem;font-size:.9rem}.auth-forgot a{color:#818cf8;text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.auth-footer{text-align:center;margin-top:1.5rem;font-size:.9rem}.auth-footer a{color:#818cf8;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-card label{color:#ffffffe6;margin-bottom:.25rem;font-size:.875rem;display:block}.dashboard{width:100%;max-width:100%}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome h2{margin-bottom:.5rem;font-size:1.75rem}.dashboard-welcome p{color:var(--text);margin-bottom:.5rem}.dashboard-cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.dashboard-card{background:var(--code-bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem;transition:box-shadow .2s}.dashboard-card:hover{box-shadow:var(--shadow)}.dashboard-card h3{color:var(--text-h);margin:0 0 .25rem;font-size:1rem}.dashboard-card p{color:var(--text);margin:0;font-size:.9rem}.dashboard-card-link{color:var(--accent);margin-top:.75rem;font-size:.9rem;font-weight:500;text-decoration:none;display:block}.dashboard-card-link:hover{text-decoration:underline}.profile-page{width:100%;max-width:600px}.profile-page h1{color:var(--text-h);margin:0 0 1.5rem;font-size:1.5rem}.profile-form{flex-direction:column;gap:.75rem;display:flex}.profile-form label{color:var(--text);font-size:.9rem;font-weight:500}.profile-input,.profile-input-disabled{border:1px solid var(--border);background:var(--input-bg);color:var(--text-h);border-radius:8px;padding:.6rem .9rem;font-size:1rem}.profile-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-bg);outline:none}.profile-input-disabled{background:var(--input-bg);color:var(--text-muted);cursor:not-allowed}.profile-error{color:#dc2626;background:#ef444426;border-radius:8px;margin:0;padding:.75rem;font-size:.9rem}.profile-success{color:#16a34a;background:#22c55e26;border-radius:8px;margin:0;padding:.75rem;font-size:.9rem}.profile-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;margin-top:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600}.profile-submit:hover:not(:disabled){filter:brightness(1.05)}.profile-submit:disabled{opacity:.7;cursor:not-allowed}.btn-icon-trash{min-width:2rem;min-height:2rem;color:var(--text-secondary,#64748b);border-color:color-mix(in srgb, var(--text-secondary,#64748b) 40%, var(--border,#e5e7eb));background:0 0;justify-content:center;align-items:center;padding:.35rem;line-height:0;transition:color .15s,border-color .15s,background .15s,opacity .15s;display:inline-flex}.btn-icon-trash:hover{color:#ef4444;opacity:1;background:#ef444414;border-color:#ef4444}.btn-icon-trash:focus-visible{outline:2px solid var(--accent,#3b82f6);outline-offset:2px}.projects-page{width:100%;max-width:100%}.projects-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.projects-header h1{margin:0;font-size:1.5rem;font-weight:600}.projects-add-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.projects-add-btn:hover{opacity:.9}.projects-error{color:var(--error);background:#dc262614;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.projects-empty{text-align:center;color:var(--text-muted);padding:3rem 2rem;font-size:.9375rem}.projects-list{flex-direction:column;gap:.5rem;display:flex}.projects-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:border-color .15s;display:flex}.projects-card:hover{border-color:var(--border-hover)}.projects-card-link{min-width:0;color:inherit;flex:1;text-decoration:none}.projects-card-body h3{color:var(--text-h);margin:0;font-size:.9375rem;font-weight:600}.projects-card-body p{color:var(--text-muted);margin:.25rem 0 0;font-size:.8125rem;line-height:1.4}.projects-date{color:var(--text-muted);font-size:.75rem}.projects-card-actions{flex-shrink:0;gap:.5rem;display:flex}.projects-btn-edit,.projects-btn-delete{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-width:2rem;min-height:2rem;padding:.35rem;font-size:.8125rem;line-height:0;display:inline-flex}.projects-btn-edit{color:var(--text);border-color:var(--border);background:0 0}.projects-btn-edit:hover{background:var(--surface)}.projects-btn-delete{color:var(--text-secondary,#64748b);background:0 0}.projects-btn-delete:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}.projects-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.projects-modal{background:var(--bg);border:1px solid var(--border);border-radius:8px;width:100%;max-width:400px;padding:1.5rem;box-shadow:0 24px 48px #0000001f}.projects-modal h2{margin:0 0 1.25rem;font-size:1.125rem;font-weight:600}.projects-modal label{color:var(--text);margin:1rem 0 .25rem;font-size:.8125rem;font-weight:500;display:block}.projects-modal input,.projects-modal textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-heading);box-sizing:border-box;border-radius:6px;padding:.5rem .75rem;font-size:.9375rem}.projects-modal input:focus,.projects-modal textarea:focus{border-color:var(--accent);outline:none}.projects-grundstueck{border:1px solid var(--border);border-radius:6px;margin-top:1rem;padding:1rem}.projects-grundstueck legend{color:var(--text);padding:0 .5rem;font-size:.8125rem;font-weight:500}.projects-modal-buttons{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.projects-btn-cancel{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.projects-btn-cancel:hover{background:var(--surface)}.projects-btn-save{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.projects-btn-save:hover:not(:disabled){opacity:.9}.projects-btn-save:disabled{opacity:.6;cursor:not-allowed}.project-detail{width:100%;max-width:100%}.project-detail-header{margin-bottom:2.5rem}.project-detail-back{color:var(--text);align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;display:inline-flex}.project-detail-back:hover{color:var(--text-h)}.project-detail-title-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.project-detail-header h1{margin:0;font-size:1.5rem;font-weight:600}.project-detail-desc{color:var(--text);margin:.5rem 0 0;font-size:.9375rem;line-height:1.5}.project-detail-btn-edit{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.project-detail-btn-edit:hover{background:var(--surface)}.project-detail-form{margin-top:1rem}.project-detail-form h2{margin:0 0 1.25rem;font-size:1rem;font-weight:600}.project-detail-form label{color:var(--text);margin:1rem 0 .25rem;font-size:.8125rem;font-weight:500;display:block}.project-detail-form input,.project-detail-form textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-h);box-sizing:border-box;border-radius:6px;padding:.5rem .75rem;font-size:.9375rem}.project-detail-form input:focus,.project-detail-form textarea:focus{border-color:var(--accent);outline:none}.project-detail-form input:first-of-type{margin-top:0}.project-detail-fieldset{border:1px solid var(--border);border-radius:6px;margin:1.5rem 0 0;padding:1.25rem}.project-detail-fieldset legend{color:var(--text);padding:0 .5rem;font-size:.8125rem;font-weight:500}.project-detail-form-actions{gap:.75rem;margin-top:1.5rem;display:flex}.project-detail-btn-cancel{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.project-detail-btn-cancel:hover{background:var(--surface)}.project-detail-btn-save{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.project-detail-btn-save:hover:not(:disabled){opacity:.9}.project-detail-btn-save:disabled{opacity:.6;cursor:not-allowed}.project-detail-error{color:var(--error);margin-bottom:1rem;font-size:.875rem}.project-detail-section{border-top:1px solid var(--border);padding:1.5rem 0}.project-detail-section:first-of-type{border-top:none;padding-top:0}.project-detail-section h2{color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.8125rem;font-weight:600}.project-detail-dl{gap:.5rem;margin:0;display:grid}.project-detail-dl dt{color:var(--text);font-size:.8125rem;font-weight:400}.project-detail-dl dd{color:var(--text-h);margin:0;font-size:.9375rem;font-weight:500}.project-detail-dl a{color:var(--accent);text-decoration:none}.project-detail-dl a:hover{text-decoration:underline}.project-detail-calc .project-detail-dl dd{font-weight:600}.project-detail-placeholder{color:var(--text-muted);margin:.75rem 0 0;font-size:.8125rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.data-import-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.data-import-modal{background:var(--bg-card,#fff);border-radius:12px;flex-direction:column;width:100%;max-width:720px;max-height:90vh;display:flex;box-shadow:0 8px 32px #0003}.data-import-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.data-import-header h3{color:var(--text-heading);margin:0;font-size:1.125rem}.data-import-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:.25rem;font-size:1.25rem}.data-import-body{flex:1;padding:1.25rem;overflow-y:auto}.data-import-hint{color:var(--text-muted);margin:0 0 .75rem;font-size:.8125rem}.data-import-templates{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.data-import-btn-outline{color:var(--text);border:1px solid var(--border);border-radius:var(--radius,6px);cursor:pointer;background:0 0;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;transition:border-color .15s,color .15s}.data-import-btn-outline:hover{border-color:var(--accent);color:var(--accent)}.data-import-btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius,6px);cursor:pointer;border:none;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600}.data-import-btn-primary:hover{opacity:.9}.data-import-dropzone{border:2px dashed var(--border);text-align:center;cursor:pointer;border-radius:8px;padding:2rem;transition:border-color .15s,background .15s}.data-import-dropzone:hover{border-color:var(--accent);background:var(--accent-muted,#3b82f60d)}.data-import-dropzone p{margin:.25rem 0}.data-import-mapping{flex-direction:column;gap:.5rem;max-height:400px;margin-bottom:1rem;display:flex;overflow-y:auto}.data-import-mapping-row{align-items:center;gap:.75rem;display:flex}.data-import-mapping-label{color:var(--text);flex:0 0 180px;font-size:.8125rem;font-weight:500}.data-import-mapping-select{border:1px solid var(--border);border-radius:var(--radius,6px);background:var(--input-bg,var(--bg));color:var(--text);flex:1;padding:.375rem .5rem;font-family:inherit;font-size:.8125rem}.data-import-actions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.data-import-preview-wrap{border:1px solid var(--border);border-radius:6px;margin-bottom:.75rem;overflow-x:auto}.data-import-preview-table{border-collapse:collapse;width:100%;font-size:.75rem}.data-import-preview-table th{background:var(--surface,var(--bg));text-align:left;border-bottom:2px solid var(--border);white-space:nowrap;padding:.4rem .5rem;font-weight:600}.data-import-preview-table td{border-bottom:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;max-width:150px;padding:.35rem .5rem;overflow:hidden}.data-import-progress{background:var(--border);border-radius:4px;height:8px;margin:1rem 0 .5rem;overflow:hidden}.data-import-progress-bar{background:var(--accent);border-radius:4px;height:100%;transition:width .3s}.data-import-errors{background:#ef444414;border:1px solid #ef44444d;border-radius:6px;margin-top:.75rem;padding:.75rem}.data-import-errors p{color:#ef4444;margin:.25rem 0;font-size:.75rem}@media (width<=640px){.data-import-mapping-row{flex-direction:column;align-items:stretch;gap:.25rem}.data-import-mapping-label{flex:none}}.grundstuecke-page{flex-direction:column;width:100%;max-width:100%;display:flex}.grundstuecke-page--map{height:calc(100vh - 85px);overflow:hidden}.grundstuecke-page--map .grundstuecke-header,.grundstuecke-page--map .grundstuecke-filter-bar{flex-shrink:0;margin-bottom:.5rem}.grundstuecke-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.grundstuecke-header h1{margin:0;font-size:1.5rem;font-weight:600}.grundstuecke-header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.grundstuecke-view-btn{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.4rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s}.grundstuecke-view-btn:hover{background:var(--border)}.grundstuecke-view-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.grundstuecke-add-btn{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none}.grundstuecke-add-btn:hover{opacity:.9}.grundstuecke-error{color:var(--error);background:#dc262614;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.grundstuecke-filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.grundstuecke-filter-input{border:1px solid var(--border);background:var(--surface);min-width:120px;max-width:220px;color:var(--text);border-radius:6px;outline:none;flex:1;padding:.375rem .625rem;font-size:.8125rem;transition:border-color .15s}.grundstuecke-filter-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2563eb26}.grundstuecke-filter-select{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;outline:none;padding:.375rem .5rem;font-size:.75rem}.grundstuecke-filter-select:focus{border-color:var(--accent)}.grundstuecke-group-select{border-color:var(--accent);font-weight:500}.grundstuecke-filter-count{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.grundstuecke-filter-reset{color:var(--error,#dc2626);border:1px solid var(--error,#dc2626);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:.3rem .625rem;font-size:.75rem;font-weight:500}.grundstuecke-filter-reset:hover{background:#dc262614}.th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.th-sortable:hover{color:var(--accent)}.grundstuecke-group-row td{border-bottom:1px solid var(--border)}.grundstuecke-group-cell{color:var(--accent);text-transform:uppercase;letter-spacing:.03em;background:#2563eb0f;font-size:.8125rem;font-weight:700;padding:.5rem 1rem!important}.grundstuecke-group-count{color:var(--text-muted);text-transform:none;letter-spacing:0;font-weight:400}.grundstuecke-table-wrap{border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:8px;overflow-x:auto}.grundstuecke-table{border-collapse:collapse;width:100%;min-width:800px}.grundstuecke-table th,.grundstuecke-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.75rem 1rem}.grundstuecke-table td.td-right{text-align:right;font-variant-numeric:tabular-nums}.grundstuecke-table th{color:var(--text-muted);background:var(--surface);z-index:1;font-size:.8125rem;font-weight:600;position:sticky;top:0}.grundstuecke-table tbody tr:last-child td{border-bottom:none}.grundstuecke-row-clickable{cursor:pointer}.grundstuecke-row-clickable:hover{background:var(--surface)}.grundstuecke-empty{text-align:center;color:var(--text-muted);padding:3rem 2rem;font-size:.9375rem}.grundstuecke-empty a{color:var(--accent)}.grundstuecke-btn-promote{background:var(--bg);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.grundstuecke-btn-promote:hover{background:var(--surface);border-color:var(--accent);color:var(--accent)}.grundstuecke-btn-promote.btn-icon-trash{color:var(--text-secondary,#64748b);border-color:color-mix(in srgb, var(--text-secondary,#64748b) 40%, var(--border));min-width:2rem;padding:.35rem}.grundstuecke-btn-promote.btn-icon-trash:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}.grundstuecke-link{color:var(--accent);font-size:.6125rem;text-decoration:none}.grundstuecke-link:hover{text-decoration:underline}.grundstuecke-bplan-links{gap:.375rem;display:inline-flex}.grundstuecke-tags{flex-wrap:wrap;gap:.25rem;margin-left:.5rem;display:inline-flex}.tag-badge{letter-spacing:.02em;border-radius:8px;padding:.0625rem .35rem;font-size:.5rem;font-weight:600;line-height:1.4;display:inline-block}.tag-badge-eco-field{color:#15803d;background:#dcfce7}.tag-badge-eco-craft{color:#1d4ed8;background:#dbeafe}.tag-badge-multi-use{color:#7e22ce;background:#f3e8ff}.prio-badge{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8125rem;font-weight:700;display:inline-flex}.prio-none{color:var(--text-muted);border-color:var(--border);background:0 0;font-weight:400}.grundstuecke-table td.td-center{text-align:center}.grundstuecke-map-container{border:1px solid var(--border);border-radius:8px;flex-direction:column;flex:1;display:flex;overflow:hidden}.grundstuecke-map-container .leaflet-container{flex:1}.grundstuecke-map-legend{background:var(--surface);border-bottom:1px solid var(--border);color:var(--text);flex-wrap:wrap;align-items:center;gap:1.25rem;padding:.625rem 1rem;font-size:.8125rem;display:flex}.map-legend-item{align-items:center;gap:.375rem;display:flex}.map-legend-dot{border:2px solid #fff;border-radius:50%;width:14px;height:14px;display:inline-block;box-shadow:0 0 2px #0000004d}.map-legend-size{color:var(--text-muted);font-style:italic}.grundstuecke-map-geocoding{color:#2563eb;background:#2563eb0f;margin:0;padding:.5rem 1rem;font-size:.8125rem;animation:1.5s ease-in-out infinite pulse-geo}@keyframes pulse-geo{0%,to{opacity:1}50%{opacity:.6}}.map-hover-tooltip{border-radius:8px!important;max-width:400px!important;padding:8px 10px!important;font-size:12px!important;box-shadow:0 4px 16px #0003!important}@media (width<=768px){.grundstuecke-header{margin-bottom:1rem}.grundstuecke-header h1{width:100%;font-size:1.25rem}.grundstuecke-table th,.grundstuecke-table td{padding:.5rem .625rem;font-size:.8125rem}}.expose-upload{margin-top:1rem}.expose-upload-input{opacity:0;width:0;height:0;position:absolute;overflow:hidden}.expose-upload-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.expose-upload-btn:hover:not(:disabled){opacity:.9}.expose-upload-btn:disabled{opacity:.6;cursor:not-allowed}.expose-upload-error{color:var(--error);margin:.5rem 0 0;font-size:.875rem}.expose-upload-hint{color:var(--text-muted);margin:.5rem 0 0;font-size:.8125rem}.expose-summary{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-top:1rem;overflow:hidden}.expose-summary-header{border-bottom:1px solid var(--border);background:#3b82f614;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.expose-summary-title{color:var(--text-heading);margin:0;font-size:.875rem;font-weight:600}.expose-summary-exports{flex-wrap:wrap;gap:.5rem;display:flex}.expose-summary-export-btn{background:var(--surface);color:var(--accent);border:1px solid var(--accent);cursor:pointer;border-radius:5px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;line-height:1.4;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.expose-summary-export-btn:hover{background:var(--accent);color:#fff}.expose-summary-scroll{-webkit-overflow-scrolling:touch;max-height:600px;overflow-y:auto}.expose-summary-table{border-collapse:collapse;width:100%;font-size:.8125rem}.expose-summary-table tr:not(:last-child){border-bottom:1px solid var(--border)}.expose-summary-table tr:hover{background:#ffffff08}.expose-summary-label{color:var(--text);white-space:nowrap;vertical-align:top;width:40%;padding:.5rem 1rem;font-weight:500}.expose-summary-value{color:var(--text-heading,var(--text));word-break:break-word;padding:.5rem 1rem}.expose-summary-table-detailed{min-width:600px}.expose-summary-table-detailed thead{z-index:1;position:sticky;top:0}.expose-summary-th-kat,.expose-summary-th-prop,.expose-summary-th-val{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:var(--surface);border-bottom:2px solid var(--border);text-align:left;padding:.5rem .75rem;font-size:.75rem;font-weight:600}.expose-summary-th-kat{width:20%}.expose-summary-th-prop{width:30%}.expose-summary-th-val{width:50%}.expose-summary-kat{color:var(--accent);text-transform:uppercase;letter-spacing:.02em;vertical-align:top;white-space:nowrap;padding:.4rem .75rem;font-size:.75rem;font-weight:600}.expose-summary-table-detailed .expose-summary-label{width:auto;padding:.4rem .75rem;font-size:.8125rem}.expose-summary-table-detailed .expose-summary-value{padding:.4rem .75rem;font-size:.8125rem}.expose-row-new-kat{border-top:2px solid var(--border)!important}.expose-row-new-kat .expose-summary-kat{padding-top:.75rem}@media (width<=640px){.expose-summary-header{flex-direction:column;align-items:flex-start}.expose-summary-scroll{overflow-x:auto}.expose-summary-label{white-space:normal;width:auto}.expose-summary-kat{white-space:normal}}.grundstueck-form-page{width:100%;max-width:100%}.grundstueck-form-header{margin-bottom:2rem}.grundstueck-form-sticky-header{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;gap:1rem;margin:-1rem -1rem 1.5rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.grundstueck-form-sticky-header .grundstueck-form-back{white-space:nowrap;flex-shrink:0;margin-bottom:0}.grundstueck-form-sticky-title{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.125rem;font-weight:600;overflow:hidden}.grundstueck-form-back{color:var(--accent);margin-bottom:.75rem;font-size:.875rem;display:inline-block}.grundstueck-form-back:hover{text-decoration:underline}.grundstueck-form-header h1{margin:0;font-size:1.5rem;font-weight:600}.grundstueck-form-collapsible{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-bottom:1rem;overflow:hidden}.grundstueck-form-collapsible-title{color:var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.grundstueck-form-collapsible-title::-webkit-details-marker{display:none}.grundstueck-form-collapsible-title:before{content:"▸";font-size:1.5rem;transition:transform .2s;display:inline-block}.grundstueck-form-collapsible[open]>.grundstueck-form-collapsible-title:before{transform:rotate(90deg)}.grundstueck-form-collapsible-title:hover{background:var(--bg)}.collapsible-stat-badge{white-space:nowrap;border-radius:10px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem;font-weight:500}.stat-complete{color:#16a34a;background:#16a34a1f}.stat-incomplete{color:#ea580c;background:#ea580c1a}.grundstueck-form-collapsible-body{padding:0 1.25rem 1.25rem}.grundstueck-form-collapsible-body.grundstueck-form-fields{flex-direction:column;gap:.5rem;display:flex}.grundstueck-form-expose-section{border:1px solid var(--border);background:var(--surface);border-radius:8px;margin-bottom:2rem;padding:1.25rem}.grundstueck-form-expose-actions{margin-bottom:.75rem}.grundstueck-form-text-input{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.grundstueck-form-extracting{color:#2563eb;background:#2563eb0f;border-radius:6px;margin:.5rem 0;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;animation:1.5s ease-in-out infinite pulse-extract}@keyframes pulse-extract{0%,to{opacity:1}50%{opacity:.6}}.grundstueck-form{flex-direction:column;gap:.75rem;display:flex}.grundstueck-form-fieldset{border:1px solid var(--border);border-radius:8px;margin:0 0 1rem;padding:1rem 1.25rem 1.25rem}.grundstueck-form-fieldset legend{color:var(--accent);text-transform:uppercase;letter-spacing:.03em;padding:0 .5rem;font-size:.8125rem;font-weight:600}.grundstueck-form-fieldset{grid-template-columns:1fr 1fr;gap:.25rem 1.5rem;display:grid}.grundstueck-form-fieldset legend{grid-column:1/-1}.grundstueck-form-fieldset label{grid-column:auto}.grundstueck-form-fieldset textarea,.grundstueck-form-fieldset .grundstueck-form-computed{grid-column:1/-1}.grundstueck-form label{color:var(--text);margin-top:1rem;margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.grundstueck-form label:first-of-type{margin-top:0}.grundstueck-form input{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-heading);box-sizing:border-box;border-radius:6px;padding:.5rem .75rem;font-size:.9375rem}.grundstueck-form input:focus{border-color:var(--accent);outline:none}.grundstueck-form-textarea{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text-heading);box-sizing:border-box;resize:vertical;border-radius:6px;min-height:4em;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem}.grundstueck-form-textarea:focus{border-color:var(--accent);outline:none}.grundstueck-form-hint{color:var(--text);opacity:.8;margin:0 0 .5rem;font-size:.8125rem}.grundstueck-form-expose{border:1px dashed var(--border);border-radius:6px;margin-top:1.5rem;padding:1rem}.grundstueck-form-expose-btn{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s}.grundstueck-form-expose-btn:hover:not(:disabled){background:var(--border)}.grundstueck-form-expose-btn:disabled{opacity:.5;cursor:not-allowed}.grundstueck-form-expose-upload{margin-top:.75rem}.grundstueck-form-error{color:var(--error);background:#dc262614;border-radius:6px;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.grundstueck-form-actions{gap:.75rem;margin-top:1.5rem;display:flex}.grundstueck-form-btn-cancel{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.grundstueck-form-btn-cancel:hover{background:var(--surface)}.grundstueck-form-btn-cancel.btn-icon-trash{color:var(--text-secondary,#64748b);border-color:color-mix(in srgb, var(--text-secondary,#64748b) 45%, var(--border))}.grundstueck-form-btn-cancel.btn-icon-trash:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}.grundstueck-form-btn-save{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.grundstueck-form-btn-save:hover:not(:disabled){opacity:.9}.grundstueck-form-btn-save:disabled{opacity:.6;cursor:not-allowed}.duplicate-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.duplicate-modal{background:var(--bg,#fff);border:1px solid var(--border);border-radius:12px;width:100%;max-width:520px;padding:2rem;box-shadow:0 24px 48px #0003}.duplicate-modal h2{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.duplicate-modal-info{color:var(--text);margin:0 0 1rem;font-size:.9375rem}.duplicate-modal-match{color:var(--text-heading,var(--text));background:#eab30814;border:1px solid #eab3084d;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.9375rem}.duplicate-modal-date{color:var(--text-muted);margin-top:.375rem;font-size:.8125rem}.duplicate-modal-hint{color:var(--text-muted);margin:0 0 1.5rem;font-size:.8125rem;font-style:italic}.duplicate-modal-actions{flex-direction:column;gap:.625rem;display:flex}.duplicate-btn{cursor:pointer;text-align:left;border:1px solid var(--border);border-radius:8px;flex-direction:column;align-items:flex-start;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:background .15s;display:flex}.duplicate-btn-sub{opacity:.7;margin-top:.125rem;font-size:.75rem;font-weight:400;display:block}.duplicate-btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.duplicate-btn-primary:hover{opacity:.9}.duplicate-btn-primary .duplicate-btn-sub{color:#fffc}.duplicate-btn-secondary{background:var(--surface);color:var(--text)}.duplicate-btn-secondary:hover{background:var(--border)}.duplicate-btn-tertiary{color:var(--text-muted);background:0 0;border-color:#0000;padding:.5rem 1rem;font-size:.8125rem}.duplicate-btn-tertiary:hover{color:var(--text);background:var(--surface)}.grundstueck-form-text-actions{flex-wrap:wrap;gap:.5rem;display:flex}.rawtext-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.rawtext-modal{background:var(--bg,#fff);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:80vh;display:flex;box-shadow:0 24px 48px #0003}.rawtext-modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.rawtext-modal-header h3{margin:0;font-size:1rem;font-weight:600}.rawtext-modal-close{border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text);background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.rawtext-modal-close:hover{background:var(--surface)}.rawtext-modal-textarea{white-space:pre-wrap;word-break:break-word;color:var(--text);background:var(--surface,#f8f9fa);resize:none;border:none;outline:none;flex:1;min-height:200px;margin:0;padding:1.25rem;font-family:SF Mono,Menlo,Consolas,monospace;font-size:.8125rem;line-height:1.6}.rawtext-modal-footer{border-top:1px solid var(--border);flex-shrink:0;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;display:flex}.prio-select-group{gap:.5rem;display:flex}.prio-select-btn{cursor:pointer;background:0 0;border:2px solid;border-radius:50%;width:30px;height:30px;font-size:.7rem;font-weight:700;transition:transform .15s,box-shadow .15s}.prio-select-btn:hover{transform:scale(1.1)}.prio-select-1{color:#16a34a;border-color:#16a34a}.prio-select-1.prio-selected{color:#fff;background:#16a34a;box-shadow:0 0 0 3px #16a34a40}.prio-select-2{color:#ea580c;border-color:#ea580c}.prio-select-2.prio-selected{color:#fff;background:#ea580c;box-shadow:0 0 0 3px #ea580c40}.prio-select-3{color:#9ca3af;border-color:#9ca3af}.prio-select-3.prio-selected{color:#fff;background:#9ca3af;box-shadow:0 0 0 3px #9ca3af40}.tag-toggle-group{flex-wrap:wrap;gap:.5rem;display:flex}.tag-toggle{cursor:pointer;letter-spacing:.02em;background:0 0;border:2px solid;border-radius:14px;padding:.25rem .6rem;font-size:.5625rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.tag-toggle:hover{transform:scale(1.03)}.tag-eco-field{color:#16a34a;border-color:#16a34a}.tag-eco-field.tag-active{color:#fff;background:#16a34a;box-shadow:0 0 0 3px #16a34a33}.tag-eco-craft{color:#2563eb;border-color:#2563eb}.tag-eco-craft.tag-active{color:#fff;background:#2563eb;box-shadow:0 0 0 3px #2563eb33}.tag-multi-use{color:#9333ea;border-color:#9333ea}.tag-multi-use.tag-active{color:#fff;background:#9333ea;box-shadow:0 0 0 3px #9333ea33}.bplan-search-links{flex-wrap:wrap;align-items:center;gap:.375rem;margin-bottom:.75rem;display:flex}.bplan-search-label{color:var(--text);margin-right:.25rem;font-size:.8125rem;font-weight:500}.bplan-search-link{color:var(--accent);border:1px solid var(--accent);white-space:nowrap;background:#2563eb0f;border-radius:14px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .15s;display:inline-block}.bplan-search-link:hover{background:#2563eb26}.bplan-wfs-results{border:1px solid var(--accent);background:#2563eb0a;border-radius:8px;margin:.75rem 0;padding:.75rem}.bplan-wfs-title{color:var(--accent);margin:0 0 .5rem;font-size:.8125rem;font-weight:600}.bplan-wfs-item{border-bottom:1px solid #2563eb1a;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.375rem 0;display:flex}.bplan-wfs-item:last-child{border-bottom:none}.bplan-wfs-name{color:var(--text-heading,var(--text));font-size:.875rem;font-weight:500}.bplan-wfs-status{color:#15803d;background:#16a34a1a;border-radius:10px;padding:.125rem .5rem;font-size:.6875rem}.bplan-wfs-gemeinde{color:var(--text-muted);font-size:.75rem}.bplan-wfs-link{color:var(--accent);margin-left:auto;font-size:.75rem}.input-with-unit{align-items:center;gap:0;display:flex}.input-with-unit input{border-top-right-radius:0;border-bottom-right-radius:0;flex:1}.input-unit{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);white-space:nowrap;border-left:none;border-radius:0 6px 6px 0;padding:.5rem .625rem;font-size:.8125rem;font-weight:500}.grundstueck-form-computed{color:var(--accent);border:1px solid var(--border);font-variant-numeric:tabular-nums;background:#2563eb0f;border-radius:6px;padding:.625rem .75rem;font-size:1.125rem;font-weight:600}@media (width<=640px){.grundstueck-form-fieldset{grid-template-columns:1fr}.grundstueck-form-fieldset textarea,.grundstueck-form-fieldset .grundstueck-form-computed{grid-column:1}.grundstueck-form-expose-section{padding:.75rem}.grundstueck-form-actions{flex-direction:column}.duplicate-modal{padding:1.25rem}}.dup-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dup-modal{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;width:100%;max-width:560px;max-height:85vh;padding:1.5rem;overflow-y:auto;box-shadow:0 8px 32px #00000040}.dup-title{color:var(--text-heading);margin:0 0 .5rem;font-size:1.15rem}.dup-subtitle{color:var(--text-secondary);margin:0 0 1rem;font-size:.85rem;line-height:1.4}.dup-matches{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.dup-match-card{border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:.7rem}.dup-match-main{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dup-match-label{color:var(--text-heading);font-size:.88rem;font-weight:600}.dup-match-sim{color:#f59e0b;white-space:nowrap;background:#f59e0b22;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.dup-match-details{color:var(--text-secondary);margin-top:.2rem;font-size:.78rem}.dup-match-date{color:var(--text-secondary);opacity:.7;margin-top:.2rem;font-size:.72rem}.dup-match-actions{gap:.4rem;margin-top:.5rem;display:flex}.dup-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.dup-btn{border:1px solid var(--border);cursor:pointer;background:var(--bg);color:var(--text);border-radius:8px;padding:.5rem .9rem;font-size:.82rem;transition:all .15s}.dup-btn:hover{border-color:var(--accent,#3b82f6)}.dup-btn-open{background:var(--accent,#3b82f6);color:#fff;border-color:var(--accent,#3b82f6)}.dup-btn-open:hover{opacity:.9}.dup-btn-vb{color:#8b5cf6;background:#8b5cf622;border-color:#8b5cf6}.dup-btn-vb:hover{color:#fff;background:#8b5cf6}.dup-btn-edit{flex:1}.dup-btn-force{opacity:.7;font-size:.78rem}.dup-btn-force:hover{opacity:1;color:#f59e0b;border-color:#f59e0b}.dup-btn-cancel{opacity:.6;font-size:.78rem}.dup-btn-cancel:hover{opacity:1}.dup-vb-form{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.dup-vb-form label{color:var(--text-secondary);margin-top:.3rem;font-size:.78rem;font-weight:600}.dup-vb-form input,.dup-vb-form textarea{border:1px solid var(--border);background:var(--input-bg);color:var(--text);border-radius:6px;padding:.45rem .6rem;font-size:.85rem}.dup-vb-done{text-align:center;padding:1rem 0}.dup-vb-done p{margin:.5rem 0;font-size:.9rem}.dup-vb-hint{color:var(--text-secondary);font-size:.82rem;font-style:italic}.konzepte-page{width:100%;max-width:100%}.konzepte-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.konzepte-header-left{align-items:baseline;gap:.75rem;display:flex}.konzepte-title{margin:0;font-size:1.5rem;font-weight:700}.konzepte-count{color:var(--text-muted);background:var(--surface);border-radius:10px;padding:.1875rem .625rem;font-size:.8125rem}.konzepte-btn-new-top{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:opacity .15s}.konzepte-btn-new-top:hover{opacity:.9}.konzepte-stats{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;margin-bottom:1.25rem;display:grid}.konzepte-stat-card{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:.125rem;padding:.75rem .5rem;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.konzepte-stat-card:hover{border-color:var(--stat-color);transform:translateY(-1px)}.konzepte-stat-card.konzepte-stat-active{border-color:var(--stat-color);box-shadow:0 0 0 2px color-mix(in srgb, var(--stat-color) 25%, transparent);background:color-mix(in srgb, var(--stat-color) 6%, var(--surface))}.konzepte-stat-num{color:var(--stat-color);font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.konzepte-stat-label{color:var(--text-muted);text-align:center;font-size:.6875rem;font-weight:500}.konzepte-filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.konzepte-filter-input{border:1px solid var(--border);background:var(--input-bg);min-width:180px;color:var(--text);border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem}.konzepte-filter-input:focus{border-color:var(--accent);outline:none}.konzepte-filter-select{border:1px solid var(--border);background:var(--input-bg);color:var(--text);border-radius:6px;padding:.5rem .75rem;font-size:.8125rem}.konzepte-filter-reset{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.375rem .75rem;font-size:.75rem}.konzepte-filter-reset:hover{background:var(--surface)}.konzepte-filter-count{color:var(--text-muted);margin-left:auto;font-size:.75rem}.konzepte-groups{flex-direction:column;gap:1.25rem;display:flex}.konzepte-group{border:1px solid var(--border);background:var(--bg);border-radius:12px;overflow:hidden}.konzepte-group-header{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.konzepte-group-left{align-items:center;gap:.5rem;min-width:0;display:flex}.konzepte-group-icon{flex-shrink:0;font-size:1.125rem}.konzepte-group-adresse{color:var(--text-heading);text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;text-decoration:none;overflow:hidden}.konzepte-group-adresse:hover{color:var(--accent);text-decoration:underline}.konzepte-group-count{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:10px;flex-shrink:0;padding:.125rem .5rem;font-size:.6875rem}.konzepte-group-add{color:var(--accent);border:1px dashed var(--accent);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;flex-shrink:0;padding:.3rem .75rem;font-size:.75rem;font-weight:600;transition:background .15s}.konzepte-group-add:hover{background:#2563eb0f}.konzepte-group-table-wrap{overflow-x:auto}.konzepte-group-table{border-collapse:collapse;width:100%;font-size:.8125rem}.konzepte-group-table thead{background:var(--surface)}.konzepte-group-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap;padding:.5rem .75rem;font-size:.6875rem;font-weight:600}.konzepte-group-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.625rem .75rem}.konzepte-row{cursor:pointer;transition:background .1s}.konzepte-row:hover{background:#2563eb0a}.konzepte-row:last-child td{border-bottom:none}.konzepte-cell-name{flex-direction:column;gap:.125rem;min-width:140px;display:flex}.konzepte-name{color:var(--text-heading);font-weight:600}.konzepte-desc{color:var(--text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.6875rem;display:-webkit-box;overflow:hidden}.konzepte-badge{white-space:nowrap;border:1px solid;border-radius:12px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.konzepte-cell-num{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.konzepte-cell-date{color:var(--text-muted);white-space:nowrap;font-size:.6875rem}.konzepte-cell-actions{white-space:nowrap}.konzepte-btn-icon{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:background .1s;display:inline-flex}.konzepte-btn-icon:hover{background:var(--surface);border-color:var(--border)}.konzepte-btn-del{color:var(--text-secondary,#64748b)}.konzepte-btn-del:hover{color:#ef4444;background:#ef444414;border-color:#ef444459}.konzepte-loading{text-align:center;color:var(--text-muted);padding:3rem 0}.konzepte-empty{text-align:center;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:3rem 1rem}.konzepte-empty-sub{color:var(--text-muted);margin-top:.5rem;font-size:.875rem}.konzepte-error{color:var(--error);background:#dc262614;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.konzepte-dialog-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.konzepte-dialog{background:var(--bg,#fff);border:1px solid var(--border);border-radius:14px;width:100%;max-width:480px;padding:2rem;box-shadow:0 24px 48px #0000002e}.konzepte-dialog-title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:700}.konzepte-dialog-label{color:var(--text);margin-bottom:1rem;font-size:.8125rem;font-weight:500;display:block}.konzepte-dialog-select,.konzepte-dialog-input{border:1px solid var(--border);background:var(--input-bg);width:100%;color:var(--text);box-sizing:border-box;border-radius:6px;margin-top:.375rem;padding:.5rem .75rem;font-size:.9375rem;display:block}.konzepte-dialog-select:focus,.konzepte-dialog-input:focus{border-color:var(--accent);outline:none}.konzepte-dialog-actions{justify-content:flex-end;gap:.625rem;margin-top:1.5rem;display:flex}.konzepte-dialog-cancel{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem}.konzepte-dialog-cancel:hover{background:var(--surface)}.konzepte-dialog-save{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.konzepte-dialog-save:hover:not(:disabled){opacity:.9}.konzepte-dialog-save:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.konzepte-stats{grid-template-columns:repeat(3,1fr)}.konzepte-group-table{font-size:.75rem}}@media (width<=480px){.konzepte-stats{grid-template-columns:repeat(2,1fr)}.konzepte-group-header{flex-direction:column;align-items:flex-start}}.skd-status-row,.skd-gen-row{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.skd-status-btn{cursor:pointer;border:2px solid var(--sc,var(--border));color:var(--sc,var(--text));background:0 0;border-radius:14px;padding:.3rem .625rem;font-size:.6875rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.skd-status-btn:hover{transform:scale(1.03)}.skd-status-btn.skd-status-active{background:var(--sc);color:#fff;box-shadow:0 0 0 3px color-mix(in srgb, var(--sc) 25%, transparent)}.skd-gen-btn{cursor:pointer;border:2px solid #0000;border-radius:14px;padding:.3rem .625rem;font-size:.6875rem;font-weight:600;transition:background .15s,transform .1s}.skd-gen-btn:hover{transform:scale(1.03)}.skd-gen-btn.skd-gen-active{border-width:2px;font-weight:700;box-shadow:0 0 0 2px}.skd-adresse-link{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;border-radius:10px;flex-shrink:1;max-width:250px;padding:.1875rem .625rem;font-size:.8125rem;text-decoration:none;overflow:hidden}.skd-adresse-link:hover{color:var(--accent);border-color:var(--accent)}.skd-progress-bar{align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:0 .25rem;display:flex}.skd-progress-track{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.skd-progress-fill{background:var(--accent);border-radius:3px;min-width:2px;height:100%;transition:width .3s}.skd-progress-label{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.75rem}.gesuche-page{width:100%;max-width:100%}.gesuche-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.gesuche-header-left{align-items:baseline;gap:.75rem;display:flex}.gesuche-header-right{align-items:center;gap:.5rem;display:flex}.gesuche-title{margin:0;font-size:1.5rem;font-weight:700}.gesuche-count{color:var(--text-muted);background:var(--surface);border-radius:10px;padding:.1875rem .625rem;font-size:.8125rem}.gesuche-view-btn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.gesuche-view-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.gesuche-btn-new{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.gesuche-btn-new:hover{opacity:.9}.gesuche-stats{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;margin-bottom:1.25rem;display:grid}.gesuche-stat-card{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:.125rem;padding:.75rem .5rem;transition:border-color .15s,box-shadow .15s,transform .1s;display:flex}.gesuche-stat-card:hover{border-color:var(--stat-color);transform:translateY(-1px)}.gesuche-stat-card.gesuche-stat-active{border-color:var(--stat-color);box-shadow:0 0 0 2px color-mix(in srgb, var(--stat-color) 25%, transparent)}.gesuche-stat-num{color:var(--stat-color);font-size:1.375rem;font-weight:700}.gesuche-stat-label{color:var(--text-muted);font-size:.6875rem;font-weight:500}.gesuche-filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.gesuche-filter-input{border:1px solid var(--border);background:var(--input-bg);min-width:180px;color:var(--text);border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem}.gesuche-filter-input:focus{border-color:var(--accent);outline:none}.gesuche-filter-reset{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.375rem .75rem;font-size:.75rem}.gesuche-filter-count{color:var(--text-muted);margin-left:auto;font-size:.75rem}.gesuche-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.gesuche-table{border-collapse:collapse;width:100%;font-size:.8125rem}.gesuche-table thead{background:var(--surface);z-index:2;position:sticky;top:0}.gesuche-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);white-space:nowrap;padding:.625rem .75rem;font-size:.6875rem;font-weight:600}.gesuche-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.625rem .75rem}.gesuche-row{cursor:pointer;transition:background .1s}.gesuche-row:hover{background:#2563eb0a}.gesuche-row:last-child td{border-bottom:none}.gesuche-prio{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6875rem;font-weight:700;display:inline-flex}.gesuche-cell-firma{flex-direction:column;gap:.125rem;min-width:120px;display:flex}.gesuche-firma{color:var(--text-heading);font-weight:600}.gesuche-sub{color:var(--text-muted);font-size:.6875rem}.gesuche-cell-num{font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.gesuche-cell-date{color:var(--text-muted);white-space:nowrap;font-size:.6875rem}.gesuche-cell-actions{white-space:nowrap}.gesuche-badge{white-space:nowrap;border:1px solid;border-radius:12px;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.gesuche-btn-icon{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;display:inline-flex}.gesuche-btn-del{color:var(--text-secondary,#64748b)}.gesuche-btn-del:hover{color:#ef4444;background:#ef444414;border-color:#ef444459}.gesuche-map-container{border:1px solid var(--border);border-radius:10px;height:calc(100vh - 280px);min-height:400px;overflow:hidden}.gesuche-loading{text-align:center;color:var(--text-muted);padding:3rem 0}.gesuche-empty{text-align:center;color:var(--text);border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:3rem 1rem}.gesuche-error{color:var(--error);background:#dc262614;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}@media (width<=768px){.gesuche-stats{grid-template-columns:repeat(2,1fr)}}.crm-dashboard{width:100%;max-width:100%;padding:1.5rem}.crm-dashboard h1{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.crm-kpi-row{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.crm-kpi-card{border:1px solid var(--border);background:var(--bg,#fff);min-width:160px;color:var(--text);cursor:pointer;border-radius:8px;flex:1;padding:1.25rem 1rem;text-decoration:none;transition:box-shadow .15s,transform .1s}.crm-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.crm-kpi-number{font-variant-numeric:tabular-nums;color:var(--accent);font-size:2rem;font-weight:700;line-height:1.2;display:block}.crm-kpi-label{color:var(--text-muted,#6b7280);text-transform:uppercase;letter-spacing:.04em;margin-top:.25rem;font-size:.8125rem;font-weight:500;display:block}.crm-pipeline-chart{margin-bottom:2rem}.crm-pipeline-chart h2,.crm-recent-list h2{margin:0 0 1rem;font-size:1.125rem;font-weight:600}.crm-pipeline-bars{flex-direction:column;gap:.5rem;display:flex}.crm-pipeline-row{align-items:center;gap:.75rem;display:flex}.crm-pipeline-phase-label{text-align:right;min-width:130px;color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:500;overflow:hidden}.crm-pipeline-bar-track{background:var(--surface,#f3f4f6);border-radius:4px;flex:1;height:28px;position:relative;overflow:hidden}.crm-pipeline-bar{border-radius:4px;align-items:center;min-width:fit-content;height:100%;padding:0 .5rem;transition:width .4s;display:flex}.crm-pipeline-bar-text{color:#fff;white-space:nowrap;text-shadow:0 1px 2px #0003;font-size:.6875rem;font-weight:600}.crm-pipeline-stats{min-width:120px;color:var(--text-muted,#6b7280);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.75rem}.crm-dashboard-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.crm-recent-list{border:1px solid var(--border);background:var(--bg,#fff);border-radius:8px;padding:1rem 1.25rem}.crm-recent-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:.625rem;padding:.625rem 0;font-size:.875rem;display:flex}.crm-recent-item:last-child{border-bottom:none}.crm-recent-icon{flex-shrink:0;font-size:1.125rem;line-height:1.4}.crm-recent-content{flex:1;min-width:0}.crm-recent-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.crm-recent-meta{color:var(--text-muted,#6b7280);margin-top:.125rem;font-size:.75rem}.crm-recent-link{background:var(--surface,#f3f4f6);color:var(--accent);white-space:nowrap;border-radius:4px;padding:.0625rem .375rem;font-size:.6875rem;text-decoration:none}.crm-recent-link:hover{background:var(--border)}.crm-task-checkbox{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin:.125rem 0 0}.crm-date-overdue{color:#ef4444;font-weight:600}.crm-date-today{color:#f59e0b;font-weight:600}.crm-date-future{color:#22c55e}.crm-empty-hint{text-align:center;color:var(--text-muted,#6b7280);padding:1rem 0;font-size:.875rem;font-style:italic}.crm-aktivitaeten-page{width:100%;max-width:100%;padding:1.5rem}.crm-aktivitaeten-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.crm-aktivitaeten-header h1{margin:0;font-size:1.5rem;font-weight:600}.crm-aktivitaeten-count{color:var(--text-muted,#6b7280);margin-left:.5rem;font-size:.875rem;font-weight:400}.crm-aktivitaeten-add-btn{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .15s;display:inline-flex}.crm-aktivitaeten-add-btn:hover{opacity:.9}.crm-aktivitaeten-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.crm-aktivitaeten-filter-input{border:1px solid var(--border);background:var(--input-bg,#fff);min-width:180px;color:var(--text);border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem}.crm-aktivitaeten-filter-input:focus{border-color:var(--accent);outline:none}.crm-aktivitaeten-filter-select{border:1px solid var(--border);background:var(--input-bg,#fff);color:var(--text);cursor:pointer;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.crm-aktivitaeten-checkbox-label{color:var(--text);cursor:pointer;white-space:nowrap;align-items:center;gap:.375rem;font-size:.8125rem;display:flex}.crm-timeline{padding-left:2rem;position:relative}.crm-timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:.875rem}.crm-timeline-item{border:1px solid var(--border);background:var(--bg,#fff);border-radius:8px;margin-bottom:.75rem;padding:.75rem 1rem;transition:box-shadow .15s;position:relative}.crm-timeline-item:hover{box-shadow:0 2px 8px #0000000f}.crm-timeline-item:before{content:"";background:var(--accent);border:2px solid var(--bg,#fff);z-index:1;border-radius:50%;width:10px;height:10px;position:absolute;top:1rem;left:-1.625rem}.crm-timeline-item.overdue{border-left:3px solid #ef4444}.crm-timeline-item.overdue:before{background:#ef4444}.crm-timeline-item.today{border-left:3px solid #f59e0b}.crm-timeline-item.today:before{background:#f59e0b}.crm-timeline-item-header{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.crm-timeline-icon{flex-shrink:0;font-size:1rem}.crm-timeline-titel{flex:1;font-size:.875rem;font-weight:500}.crm-timeline-datum{color:var(--text-muted,#6b7280);white-space:nowrap;font-size:.75rem}.crm-timeline-beschreibung{color:var(--text-muted,#6b7280);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.25rem 0 .375rem 1.5rem;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.crm-timeline-tags{flex-wrap:wrap;gap:.375rem;margin-left:1.5rem;display:flex}.crm-timeline-tag{background:var(--surface,#f3f4f6);color:var(--text-muted,#6b7280);border-radius:10px;padding:.0625rem .5rem;font-size:.6875rem}.crm-timeline-tag.crm-timeline-btn-delete{cursor:pointer;color:var(--text-secondary,#64748b);border:1px solid color-mix(in srgb, var(--text-secondary,#64748b) 35%, transparent);background:0 0;border-radius:6px;margin-left:auto;padding:.25rem .4rem;transition:color .15s,border-color .15s,background .15s}.crm-timeline-tag.crm-timeline-btn-delete:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}.crm-timeline-faellig{margin-top:.25rem;margin-left:1.5rem;font-size:.75rem}.crm-new-activity{border:1px solid var(--border);background:var(--bg,#fff);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.crm-new-activity-toggle{background:var(--surface,#f8f9fa);cursor:pointer;width:100%;color:var(--text);border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.crm-new-activity-toggle:hover{background:var(--border)}.crm-new-activity-form{flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}.crm-new-activity-typ-row{flex-wrap:wrap;gap:.375rem;display:flex}.crm-typ-toggle-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s,border-color .15s}.crm-typ-toggle-btn:hover{background:var(--surface,#f8f9fa)}.crm-typ-toggle-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.crm-new-activity-field label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted,#6b7280);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.crm-new-activity-field input,.crm-new-activity-field textarea,.crm-new-activity-field select{border:1px solid var(--border);background:var(--input-bg,#fff);width:100%;color:var(--text);border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:.875rem}.crm-new-activity-field input:focus,.crm-new-activity-field textarea:focus,.crm-new-activity-field select:focus{border-color:var(--accent);outline:none}.crm-new-activity-field textarea{resize:vertical;min-height:80px}.crm-new-activity-row{flex-wrap:wrap;gap:.75rem;display:flex}.crm-new-activity-row>.crm-new-activity-field{flex:1;min-width:180px}.crm-prio-toggle-row{gap:.375rem;display:flex}.crm-prio-btn{border:2px solid var(--border);width:32px;height:32px;color:var(--text-muted,#6b7280);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;transition:all .15s;display:flex}.crm-prio-btn.active{color:#fff}.crm-prio-btn.prio-1.active{background:#22c55e;border-color:#22c55e}.crm-prio-btn.prio-2.active{background:#f59e0b;border-color:#f59e0b}.crm-prio-btn.prio-3.active{background:#ef4444;border-color:#ef4444}.crm-new-activity-save{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;transition:opacity .15s}.crm-new-activity-save:hover{opacity:.9}.crm-new-activity-save:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.crm-dashboard-grid{grid-template-columns:1fr}.crm-pipeline-phase-label,.crm-pipeline-stats{min-width:80px;font-size:.6875rem}}@media (width<=640px){.crm-kpi-row,.crm-aktivitaeten-filters{flex-direction:column}.crm-aktivitaeten-filter-input{width:100%}.crm-aktivitaeten-header{flex-direction:column;align-items:flex-start}}.crm-kontakte-page{flex-direction:column;width:100%;max-width:100%;display:flex}.crm-kontakte-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.crm-kontakte-header h1{margin:0;font-size:1.5rem;font-weight:600}.crm-kontakte-count{color:var(--text-muted);margin-left:.5rem;font-size:.875rem;font-weight:400}.crm-kontakte-add-btn{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none}.crm-kontakte-add-btn:hover{opacity:.9}.crm-kontakte-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.crm-kontakte-search{border:1px solid var(--border);background:var(--input-bg);min-width:140px;max-width:260px;color:var(--text);border-radius:6px;outline:none;flex:1;padding:.375rem .625rem;font-size:.8125rem;transition:border-color .15s}.crm-kontakte-search:focus{border-color:var(--accent);box-shadow:0 0 0 2px #2563eb26}.crm-kontakte-filter-select{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;outline:none;padding:.375rem .5rem;font-size:.75rem}.crm-kontakte-filter-select:focus{border-color:var(--accent)}.crm-kontakte-table-wrap{border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:8px;overflow-x:auto}.crm-kontakte-table{border-collapse:collapse;width:100%;min-width:700px}.crm-kontakte-table th,.crm-kontakte-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:.75rem 1rem}.crm-kontakte-table th{color:var(--text-muted);background:var(--surface);z-index:1;font-size:.8125rem;font-weight:600;position:sticky;top:0}.crm-kontakte-table tbody tr:last-child td{border-bottom:none}.crm-kontakte-row{cursor:pointer}.crm-kontakte-row:hover{background:var(--surface)}.crm-kontakte-empty{text-align:center;color:var(--text-muted);padding:3rem 2rem;font-size:.9375rem}.crm-kontakte-empty a{color:var(--accent)}.kontakt-typ-badge{white-space:nowrap;letter-spacing:.02em;border-radius:10px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.crm-kontakte-error{color:var(--error);background:#dc262614;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}@media (width<=768px){.crm-kontakte-header{margin-bottom:1rem}.crm-kontakte-header h1{width:100%;font-size:1.25rem}.crm-kontakte-table th,.crm-kontakte-table td{padding:.5rem .625rem;font-size:.8125rem}}.crm-deals-page{width:100%;max-width:100%}.crm-deals-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.crm-deals-header h1{margin:0;font-size:1.5rem;font-weight:600}.crm-deals-count{color:var(--text-muted,#6b7280);margin-left:.5rem;font-size:.875rem;font-weight:400}.crm-deals-header-actions{align-items:center;gap:.5rem;display:flex}.crm-deals-add-btn{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .15s;display:inline-flex}.crm-deals-add-btn:hover{opacity:.9}.crm-deals-view-toggle{border:1px solid var(--border);border-radius:6px;display:flex;overflow:hidden}.crm-deals-view-btn{color:var(--text);cursor:pointer;background:0 0;border:none;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s}.crm-deals-view-btn+.crm-deals-view-btn{border-left:1px solid var(--border)}.crm-deals-view-btn.active{background:var(--accent);color:#fff}.crm-deals-view-btn:hover:not(.active){background:var(--surface)}.crm-deals-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.crm-deals-filter-input{border:1px solid var(--border);background:var(--input-bg,#fff);min-width:180px;color:var(--text);border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem}.crm-deals-filter-input:focus{border-color:var(--accent);outline:none}.crm-deals-filter-select{border:1px solid var(--border);background:var(--input-bg,#fff);color:var(--text);cursor:pointer;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.crm-deals-table-wrap{overflow-x:auto}.crm-deals-table{border-collapse:collapse;width:100%;font-size:.875rem}.crm-deals-table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted,#6b7280);border-bottom:2px solid var(--border);white-space:nowrap;padding:.625rem .75rem;font-size:.75rem;font-weight:600}.crm-deals-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.625rem .75rem}.crm-deals-table .td-right{text-align:right;font-variant-numeric:tabular-nums}.crm-deals-row-clickable{cursor:pointer;transition:background .1s}.crm-deals-row-clickable:hover{background:var(--surface,#f8f9fa)}.crm-deals-empty{text-align:center;color:var(--text-muted,#6b7280);padding:2rem 1rem;font-style:italic}.crm-phase-badge{white-space:nowrap;letter-spacing:.02em;border-radius:10px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.crm-prio-badge{border:2px solid;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6875rem;font-weight:700;display:inline-flex}.crm-kanban{gap:.75rem;min-height:400px;padding-bottom:1rem;display:flex;overflow-x:auto}.crm-kanban-column{border:1px solid var(--border);background:var(--surface,#f8f9fa);border-radius:8px;flex-direction:column;flex:0 0 260px;min-width:260px;max-height:calc(100vh - 220px);display:flex}.crm-kanban-column-header{border-bottom:1px solid var(--border);background:var(--surface,#f8f9fa);border-radius:8px 8px 0 0;padding:.75rem;position:sticky;top:0}.crm-kanban-column-title{color:var(--text-heading,var(--text));margin:0;font-size:.8125rem;font-weight:600}.crm-kanban-column-stats{color:var(--text-muted,#6b7280);gap:.75rem;margin-top:.25rem;font-size:.6875rem;display:flex}.crm-kanban-column-body{flex-direction:column;flex:1;gap:.5rem;padding:.5rem;display:flex;overflow-y:auto}.crm-kanban-empty{text-align:center;color:var(--text-muted,#6b7280);padding:1rem .5rem;font-size:.75rem;font-style:italic}.crm-kanban-card{background:var(--bg,#fff);border:1px solid var(--border);cursor:pointer;border-left:4px solid;border-radius:6px;padding:.625rem .75rem;transition:box-shadow .15s,transform .1s;box-shadow:0 1px 3px #0000000f}.crm-kanban-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.crm-kanban-card-title{color:var(--text-heading,var(--text));margin:0 0 .25rem;font-size:.8125rem;font-weight:600;line-height:1.3}.crm-kanban-card-grundstueck{color:var(--text-muted,#6b7280);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.375rem;font-size:.6875rem;overflow:hidden}.crm-kanban-card-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.crm-kanban-card-volumen{color:var(--text);font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:600}.crm-phase-stepper{align-items:center;gap:0;padding:1rem 0 1.5rem;display:flex;overflow-x:auto}.crm-phase-step{flex-direction:column;flex:1;align-items:center;min-width:0;display:flex;position:relative}.crm-phase-step-circle{border:2px solid var(--border);background:var(--bg,#fff);width:28px;height:28px;color:var(--text-muted,#6b7280);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:.625rem;font-weight:700;transition:all .2s;display:flex}.crm-phase-step.active .crm-phase-step-circle{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 0 0 3px #2563eb33}.crm-phase-step.completed .crm-phase-step-circle{color:#fff;background:#22c55e;border-color:#22c55e}.crm-phase-step.cancelled .crm-phase-step-circle{color:#fff;background:#ef4444;border-color:#ef4444}.crm-phase-step-label{color:var(--text-muted,#6b7280);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:.375rem;font-size:.5625rem;font-weight:500;overflow:hidden}.crm-phase-step.active .crm-phase-step-label{color:var(--accent);font-weight:600}.crm-phase-step.completed .crm-phase-step-label{color:#22c55e}.crm-phase-step-line{background:var(--border);z-index:0;height:2px;position:absolute;top:14px;left:50%;right:-50%}.crm-phase-step.completed .crm-phase-step-line{background:#22c55e}.crm-phase-step:last-child .crm-phase-step-line{display:none}.crm-deal-kontakte-list{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.crm-deal-kontakt-row{background:var(--bg,#fff);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.crm-deal-kontakt-name{flex:1;font-weight:500}.crm-deal-kontakt-rolle{color:var(--text-muted,#6b7280);background:var(--surface,#f8f9fa);border-radius:10px;padding:.125rem .5rem;font-size:.75rem}.crm-deal-kontakt-remove{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #ef4444;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:background .15s}.crm-deal-kontakt-remove:hover{background:#ef444414}.crm-deal-add-kontakt{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.crm-deal-add-kontakt select,.crm-deal-add-kontakt input{border:1px solid var(--border);background:var(--input-bg,#fff);color:var(--text);border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.crm-deal-add-kontakt-btn{background:var(--surface,#f8f9fa);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:background .15s}.crm-deal-add-kontakt-btn:hover{background:var(--border)}.crm-phase-toggle-group{flex-wrap:wrap;gap:.375rem;display:flex}.crm-phase-toggle-btn{cursor:pointer;letter-spacing:.02em;background:0 0;border:2px solid;border-radius:14px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s}.crm-phase-toggle-btn:hover{transform:scale(1.03)}.crm-phase-toggle-btn.phase-active{color:#fff;box-shadow:0 0 0 3px #00000014}.crm-range-wrapper{align-items:center;gap:.75rem;display:flex}.crm-range-slider{appearance:none;background:var(--border);border-radius:3px;outline:none;flex:1;height:6px}.crm-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}.crm-range-value{text-align:right;font-variant-numeric:tabular-nums;min-width:3rem;color:var(--accent);font-size:.875rem;font-weight:600}.crm-deal-btn-delete{min-width:2.25rem;min-height:2.25rem;color:var(--text-secondary,#64748b);border:1px solid color-mix(in srgb, var(--text-secondary,#64748b) 45%, var(--border));cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;margin-left:auto;padding:.45rem .55rem;font-size:.875rem;line-height:0;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.crm-deal-btn-delete:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}@media (width<=640px){.crm-deals-header{flex-direction:column;align-items:flex-start}.crm-deals-filters{flex-direction:column}.crm-deals-filter-input{width:100%}.crm-kanban{gap:.5rem}.crm-kanban-column{flex:0 0 220px;min-width:220px}.crm-phase-stepper{padding:.75rem 0 1rem}.crm-phase-step-circle{width:22px;height:22px;font-size:.5rem}}.crm-termine-page{width:100%;max-width:100%}.crm-termine-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.crm-termine-header h1{margin:0;font-size:1.5rem;font-weight:600}.crm-termine-add-btn{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .15s;display:inline-flex}.crm-termine-add-btn:hover{opacity:.9}.crm-termine-filters{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.crm-termine-filter-select{border:1px solid var(--border);background:var(--input-bg,#fff);color:var(--text);cursor:pointer;border-radius:6px;min-width:180px;padding:.5rem .75rem;font-size:.875rem}.crm-kat-badge,.crm-status-badge{white-space:nowrap;letter-spacing:.02em;border-radius:10px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.crm-gantt{border:1px solid var(--border);background:var(--bg,#fff);border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.crm-gantt-header{background:var(--surface,#f8f9fa);border-bottom:1px solid var(--border);height:32px;position:relative}.crm-gantt-month{height:100%;color:var(--text-muted,#6b7280);border-right:1px solid var(--border);box-sizing:border-box;text-overflow:ellipsis;white-space:nowrap;justify-content:center;align-items:center;padding:0 4px;font-size:.6875rem;font-weight:600;display:flex;position:absolute;top:0;overflow:hidden}.crm-gantt-body{flex-direction:column;display:flex}.crm-gantt-row{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;min-height:40px;transition:background .1s;display:flex}.crm-gantt-row:last-child{border-bottom:none}.crm-gantt-row:hover{background:var(--surface,#f8f9fa)}.crm-gantt-label{border-right:1px solid var(--border);flex:0 0 220px;align-items:center;gap:.5rem;min-width:220px;padding:.375rem .75rem;display:flex;overflow:hidden}.crm-gantt-label-title{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:500;overflow:hidden}.crm-gantt-track{flex:1;height:26px;margin:0 8px;position:relative}.crm-gantt-bar{border:1px solid;border-radius:4px;height:20px;transition:opacity .15s;position:absolute;top:3px;overflow:hidden}.crm-gantt-bar:hover{opacity:.85}.crm-gantt-progress{border-radius:3px 0 0 3px;height:100%;transition:width .3s}.crm-gantt-point{border:2px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:5px;transform:translate(-50%);box-shadow:0 1px 4px #0003}.crm-termine-table-wrap{overflow-x:auto}.crm-termine-table{border-collapse:collapse;width:100%;font-size:.875rem}.crm-termine-table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted,#6b7280);border-bottom:2px solid var(--border);white-space:nowrap;padding:.625rem .75rem;font-size:.75rem;font-weight:600}.crm-termine-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.625rem .75rem}.crm-termine-row-clickable{cursor:pointer;transition:background .1s}.crm-termine-row-clickable:hover{background:var(--surface,#f8f9fa)}.crm-termine-empty{text-align:center;color:var(--text-muted,#6b7280);padding:2rem 1rem;font-style:italic}.crm-termine-progress-cell{align-items:center;gap:.5rem;display:flex}.crm-termine-progress-bar{background:var(--border);border-radius:3px;flex:1;min-width:60px;height:6px;overflow:hidden}.crm-termine-progress-fill{border-radius:3px;height:100%;transition:width .3s}.crm-termine-progress-text{font-variant-numeric:tabular-nums;color:var(--text-muted,#6b7280);text-align:right;min-width:2.5rem;font-size:.75rem;font-weight:600}.crm-termine-btn-delete-sm{min-width:2rem;min-height:2rem;color:var(--text-secondary,#64748b);border:1px solid color-mix(in srgb, var(--text-secondary,#64748b) 45%, var(--border));cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:.35rem;font-size:.75rem;line-height:0;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.crm-termine-btn-delete-sm:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}.crm-termine-form-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.crm-termine-form{background:var(--bg,#fff);border-radius:12px;flex-direction:column;gap:.5rem;width:100%;max-width:560px;max-height:90vh;padding:1.5rem;display:flex;overflow-y:auto;box-shadow:0 20px 60px #0003}.crm-vergabe-form{max-width:640px}.crm-termine-form h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.crm-termine-form label{color:var(--text-muted,#6b7280);margin-top:.25rem;font-size:.8125rem;font-weight:500}.crm-termine-form input[type=text],.crm-termine-form input[type=number],.crm-termine-form input[type=date],.crm-termine-form select,.crm-termine-form textarea{border:1px solid var(--border);background:var(--input-bg,#fff);width:100%;color:var(--text);box-sizing:border-box;border-radius:6px;padding:.5rem .75rem;font-size:.875rem}.crm-termine-form input:focus,.crm-termine-form select:focus,.crm-termine-form textarea:focus{border-color:var(--accent);outline:none}.crm-termine-form textarea{resize:vertical}.crm-termine-form-row{gap:.75rem;display:flex}.crm-termine-form-field{flex-direction:column;flex:1;gap:.25rem;display:flex}.crm-termine-form-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.crm-termine-btn-cancel{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background .15s}.crm-termine-btn-cancel:hover{background:var(--surface,#f8f9fa)}.crm-termine-btn-save{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;transition:opacity .15s}.crm-termine-btn-save:hover{opacity:.9}.crm-termine-btn-save:disabled{opacity:.5;cursor:not-allowed}.crm-termine-kategorie-toggle{flex-wrap:wrap;gap:.375rem;display:flex}.crm-kat-toggle-btn{cursor:pointer;letter-spacing:.02em;background:0 0;border:2px solid;border-radius:14px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;transition:background .15s,color .15s}.crm-kat-toggle-btn:hover{transform:scale(1.03)}.crm-kat-toggle-btn.active{color:#fff}.crm-termine-form .crm-range-slider{appearance:none;background:var(--border);border-radius:3px;outline:none;height:6px}.crm-termine-form .crm-range-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);cursor:pointer;border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}.crm-vergabe-cards{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;display:grid}.crm-vergabe-card{border:1px solid var(--border);background:var(--bg,#fff);cursor:pointer;border-radius:10px;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;transition:box-shadow .15s,transform .1s;display:flex;box-shadow:0 1px 4px #0000000f}.crm-vergabe-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.crm-vergabe-card-header{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.crm-vergabe-card-title{margin:0;font-size:1rem;font-weight:600}.crm-vergabe-card-desc{color:var(--text-muted,#6b7280);margin:0;font-size:.8125rem;line-height:1.4}.crm-vergabe-card-numbers{gap:1.5rem;display:flex}.crm-vergabe-card-numbers>div{flex-direction:column;gap:.125rem;display:flex}.crm-vergabe-card-label{color:var(--text-muted,#6b7280);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem;font-weight:500}.crm-vergabe-card-value{font-variant-numeric:tabular-nums;font-size:.9375rem;font-weight:600}.crm-vergabe-card-winner{color:#22c55e;margin:0;font-size:.8125rem;font-weight:600}.crm-vergabe-card-footer{justify-content:flex-end;margin-top:auto;display:flex}.crm-bieter-table{border-collapse:collapse;width:100%;font-size:.8125rem}.crm-bieter-table th{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted,#6b7280);border-bottom:1px solid var(--border);padding:.375rem .5rem;font-size:.6875rem;font-weight:600}.crm-bieter-table td{border-bottom:1px solid var(--border);padding:.375rem .5rem}.crm-bieter-table .td-right{text-align:right;font-variant-numeric:tabular-nums}.crm-bieter-table tr:last-child td{border-bottom:none}.crm-bieter-winner{background:#22c55e14}.crm-bieter-winner td{color:#16a34a;font-weight:600}.crm-vergabe-bieter-section{margin-top:.25rem}.crm-vergabe-bieter-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.crm-vergabe-bieter-add{background:var(--surface,#f8f9fa);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:background .15s}.crm-vergabe-bieter-add:hover{background:var(--border)}.crm-vergabe-bieter-row{align-items:center;gap:.375rem;margin-bottom:.375rem;display:flex}.crm-vergabe-bieter-row input,.crm-vergabe-bieter-row select{border:1px solid var(--border);background:var(--input-bg,#fff);min-width:0;color:var(--text);border-radius:4px;flex:1;padding:.375rem .5rem;font-size:.8125rem}.crm-vergabe-bieter-row input:focus,.crm-vergabe-bieter-row select:focus{border-color:var(--accent);outline:none}.crm-vergabe-bieter-remove{width:28px;height:28px;color:var(--text-secondary,#64748b);border:1px solid color-mix(in srgb, var(--text-secondary,#64748b) 45%, var(--border));cursor:pointer;background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1.125rem;line-height:1;transition:color .15s,border-color .15s,background .15s;display:flex}.crm-vergabe-bieter-remove:hover{color:#ef4444;background:#ef444414;border-color:#ef4444}@media (width<=640px){.crm-termine-header{flex-direction:column;align-items:flex-start}.crm-termine-filters{flex-direction:column}.crm-termine-filter-select{width:100%}.crm-gantt-label{flex:0 0 140px;min-width:140px}.crm-vergabe-cards{grid-template-columns:1fr}.crm-termine-form-row{flex-direction:column}.crm-vergabe-bieter-row{flex-wrap:wrap}.crm-termine-form{padding:1rem}}.pp-page{max-width:100%;color:var(--text);padding:1rem 1.5rem}.pp-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.pp-header h1{color:var(--text-heading);margin:0;font-size:1.5rem}.pp-stats{flex-wrap:wrap;gap:1rem;display:flex}.pp-stat{background:var(--card-bg);border:1px solid var(--border);border-radius:6px;padding:.25rem .6rem;font-size:.82rem}.pp-stat-done{color:#059669;border-color:#059669}.pp-stat-overdue{color:#ef4444;border-color:#ef4444;font-weight:600}.pp-error{color:#ef4444}.pp-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.pp-select{border:1px solid var(--border);background:var(--input-bg);color:var(--text);cursor:pointer;border-radius:6px;padding:.35rem .6rem;font-size:.82rem}.pp-zoom-controls{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.25rem;margin-left:auto;padding:.2rem .3rem;display:flex}.pp-zoom-btn{border:1px solid var(--border);background:var(--bg);width:28px;height:28px;color:var(--text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .15s;display:flex}.pp-zoom-btn:hover:not(:disabled){background:var(--accent,#3b82f6);color:#fff;border-color:var(--accent,#3b82f6)}.pp-zoom-btn:disabled{opacity:.3;cursor:not-allowed}.pp-today-btn{color:#ef4444;border-color:#ef4444;width:auto;padding:0 .5rem;font-size:.72rem;font-weight:500}.pp-today-btn:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.pp-zoom-levels{gap:0;display:flex}.pp-zoom-level{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.72rem;font-weight:500;transition:all .15s}.pp-zoom-level:hover{background:var(--hover-bg,#3b82f614);color:var(--text)}.pp-zoom-level-active,.pp-zoom-level-active:hover{background:var(--accent,#3b82f6);color:#fff}.pp-progress-bar-wrap{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.pp-progress-bar{background:var(--border);border-radius:4px;flex:1;height:8px;overflow:hidden}.pp-progress-fill{background:linear-gradient(90deg,#3b82f6,#059669);border-radius:4px;height:100%;transition:width .5s}.pp-progress-label{color:var(--text-secondary);white-space:nowrap;font-size:.8rem}.pp-gantt-container{border:1px solid var(--border);background:var(--card-bg);border-radius:8px;max-height:calc(100vh - 280px);display:flex;overflow:hidden}.pp-table{border-right:2px solid var(--border);flex-shrink:0;min-width:420px;max-width:480px;overflow-y:auto}.pp-table-header{z-index:2;background:var(--bg);border-bottom:2px solid var(--border);text-transform:uppercase;color:var(--text-secondary);align-items:flex-end;height:52px;font-size:.75rem;font-weight:600;display:flex;position:sticky;top:0}.pp-th,.pp-td{white-space:nowrap;text-overflow:ellipsis;padding:.35rem .5rem;overflow:hidden}.pp-th-name,.pp-td-name{flex:1;min-width:140px}.pp-th-start,.pp-td-start,.pp-th-end,.pp-td-end{text-align:center;width:72px}.pp-th-pct,.pp-td-pct{text-align:right;width:40px}.pp-th-who,.pp-td-who{text-align:right;width:70px}.pp-group-header{background:var(--bg);cursor:pointer;color:var(--text-heading);border-bottom:1px solid var(--border);z-index:1;align-items:center;gap:.3rem;padding:.4rem .5rem;font-size:.82rem;font-weight:600;display:flex;position:sticky;top:52px}.pp-group-header:hover{background:var(--hover-bg,#f1f5f9)}.pp-collapse-icon{text-align:center;width:14px;font-size:.9rem}.pp-group-label{flex:1}.pp-group-progress{color:var(--text-secondary);font-size:.72rem;font-weight:400}.pp-row{border-bottom:1px solid color-mix(in srgb, var(--border) 50%, transparent);font-size:.78rem;transition:background .15s;display:flex}.pp-row:hover,.pp-row-hover{background:var(--hover-bg,#3b82f60f)}.pp-row-done .pp-td-name{opacity:.6;text-decoration:line-through}.pp-milestone-icon{color:#8b5cf6;margin-right:.25rem;font-size:.65rem}.pp-chart-scroll{flex:1;overflow:auto}.pp-chart{min-height:100%;position:relative}.pp-chart-header{z-index:2;background:var(--bg);border-bottom:1px solid var(--border);color:var(--text-secondary);font-size:.7rem;font-weight:500;display:flex;position:sticky;top:0}.pp-chart-header-secondary{color:var(--text-heading);text-transform:uppercase;border-bottom:none;font-size:.72rem;font-weight:600}.pp-chart-header-secondary+.pp-chart-header{border-bottom:2px solid var(--border);top:24px}.pp-time-slot{border-right:1px solid color-mix(in srgb, var(--border) 40%, transparent);white-space:nowrap;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:24px;padding:.2rem 0;display:flex;overflow:hidden}.pp-time-slot-secondary{background:color-mix(in srgb, var(--bg) 95%, var(--accent,#3b82f6));border-right:1px solid color-mix(in srgb, var(--border) 60%, transparent);min-height:24px;font-size:.72rem;font-weight:600}.pp-time-slot-weekend{background:color-mix(in srgb, var(--border) 15%, transparent)}.pp-time-slot-label{font-size:.68rem;line-height:1}.pp-time-slot-sub{opacity:.6;font-size:.55rem;line-height:1}.pp-weekend-col{background:color-mix(in srgb, var(--border) 10%, transparent);pointer-events:none;z-index:0;position:absolute;top:48px;bottom:0}.pp-today{z-index:3;pointer-events:none;background:#ef4444;width:2px;position:absolute;top:48px;bottom:0}.pp-today-label{color:#ef4444;white-space:nowrap;font-size:.6rem;font-weight:600;position:absolute;top:-20px;left:-12px}.pp-chart-group-header{border-bottom:1px solid var(--border);background:var(--bg);height:30px}.pp-chart-row{border-bottom:1px solid color-mix(in srgb, var(--border) 50%, transparent);height:26px;position:relative}.pp-chart-row-hover{background:var(--hover-bg,#3b82f60f)}.pp-bar{cursor:pointer;z-index:1;border:1.5px solid;border-radius:4px;height:18px;transition:box-shadow .15s;position:absolute;top:4px;overflow:hidden}.pp-bar:hover{box-shadow:0 2px 8px #00000026}.pp-bar-overdue{animation:2s infinite pp-pulse;border-style:dashed!important}@keyframes pp-pulse{0%,to{opacity:1}50%{opacity:.6}}.pp-bar-fill{border-radius:2px;height:100%;transition:width .3s}.pp-bar-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;font-size:.6rem;font-weight:500;position:absolute;top:1px;left:4px;right:4px;overflow:hidden}.pp-diamond{cursor:pointer;z-index:1;font-size:1.1rem;position:absolute;top:3px;transform:translate(-6px)}.pp-diamond:hover{transform:translate(-6px)scale(1.3)}.pp-dep-line{background:var(--text-secondary);opacity:.3;height:1.5px;position:absolute;top:13px}.pp-dep-line:after{content:"";border:3px solid #0000;border-left-color:var(--text-secondary);opacity:.5;position:absolute;top:-3px;right:-3px}.pp-legend{color:var(--text-secondary);flex-wrap:wrap;gap:1rem;padding:.75rem 0;font-size:.75rem;display:flex}.pp-legend-item{align-items:center;gap:.3rem;display:flex}.pp-legend-bar{border-radius:3px;width:18px;height:8px;display:inline-block}.pp-legend-diamond:before{content:"◆";color:#8b5cf6;font-size:.8rem}.pp-legend-today:before{content:"";background:#ef4444;border-radius:1px;width:2px;height:12px;display:inline-block}@media (width<=900px){.pp-table{min-width:280px;max-width:300px}.pp-th-who,.pp-td-who,.pp-th-pct,.pp-td-pct,.pp-zoom-levels{display:none}}@media (width<=600px){.pp-gantt-container{flex-direction:column;max-height:none}.pp-table{border-right:none;border-bottom:2px solid var(--border);max-width:100%}.pp-chart-scroll{max-height:300px}.pp-zoom-controls{margin-left:0}}.app-loading,.auth-loading{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.app-loading p,.auth-loading p{color:var(--text)}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
