@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg:#f6f8fa;--surface:#fff;--surface-2:#f1f4f8;--border:#e1e7ef;--border-2:#c9d4e0;--text-1:#0d1117;--text-2:#4b5563;--text-3:#9ca3af;--orange:#f56600;--orange-hover:#d94f00;--orange-light:#fff3eb;--orange-dim:#f566001f;--green:#059669;--amber:#d97706;--violet:#7c3aed;--red:#dc2626;--blue:#2563eb;--radius:10px;--radius-s:6px;--radius-l:16px;--shadow-s:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow:0 4px 12px #00000014, 0 1px 3px #0000000d;--shadow-l:0 8px 24px #0000001a, 0 2px 6px #0000000f;--sidebar-w:240px;--header-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text-1);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:99px}.app-container{height:100vh;display:flex;overflow:hidden}.app-container>main{background:var(--bg);flex:1;padding:2rem 2.5rem;overflow-y:auto}.loading-screen{height:100vh;color:var(--text-2);justify-content:center;align-items:center;font-size:.9rem;display:flex}h1{letter-spacing:-.02em;color:var(--text-1);font-size:1.5rem;font-weight:700}h2{color:var(--text-1);font-size:1.2rem;font-weight:600}h3{color:var(--text-1);font-size:1rem;font-weight:600}h4{color:var(--text-1);font-size:.875rem;font-weight:600}p,.text-secondary{color:var(--text-2)}.text-muted{color:var(--text-3)}.text-sm{font-size:.8125rem}.text-xs{font-size:.75rem}.card,.glass-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-l);box-shadow:var(--shadow-s)}.page-header{margin-bottom:1.75rem}.page-header h1{margin-bottom:.25rem}.page-header p{color:var(--text-2);font-size:.875rem}.flex-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.btn{border-radius:var(--radius-s);cursor:pointer;white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .1s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--orange);color:#fff;border-color:var(--orange)}.btn-primary:hover:not(:disabled){background:var(--orange-hover);border-color:var(--orange-hover)}.btn-outline{background:var(--surface);color:var(--text-1);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-2)}.btn-ghost{color:var(--text-2);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text-1)}.btn-danger{background:var(--surface);color:var(--red);border-color:#fecaca}.btn-danger:hover:not(:disabled){background:#fef2f2}.btn-magic{color:#fff;background:linear-gradient(135deg,#7c3aed,#f56600);border-color:#0000}.btn-magic:hover:not(:disabled){opacity:.9}.btn-block{width:100%}.btn-small{padding:.35rem .7rem;font-size:.75rem}.btn-lg{padding:.7rem 1.4rem;font-size:.875rem}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--text-2);letter-spacing:.01em;font-size:.8rem;font-weight:600}.form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.full-width{grid-column:1/-1}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=url],input[type=search],input[type=file],textarea,select{border:1.5px solid var(--border);border-radius:var(--radius-s);width:100%;color:var(--text-1);background:var(--surface);appearance:none;outline:none;padding:.55rem .8rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-dim)}input::placeholder,textarea::placeholder{color:var(--text-3)}select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234B5563' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .6rem center;background-repeat:no-repeat;padding-right:2.2rem}textarea{resize:vertical;min-height:100px}input[type=file]{color:var(--text-2);cursor:pointer;padding:.4rem}.input-with-icon{position:relative}.input-with-icon .input-icon{color:var(--text-3);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.input-with-icon input{padding-left:2.5rem}.form-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.badge{letter-spacing:.02em;text-transform:uppercase;border-radius:99px;align-items:center;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-client{color:var(--green);background:#dcfce7}.badge-prospect{color:var(--amber);background:#fef3c7}.badge-partner{color:var(--violet);background:#ede9fe}.badge-neutral{background:var(--surface-2);color:var(--text-2)}.tabs{border-bottom:2px solid var(--border);-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab-btn{color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.65rem 1.1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:color .15s;position:relative}.tab-btn:hover{color:var(--text-1)}.tab-btn.active{color:var(--orange)}.tab-btn.active:after{content:"";background:var(--orange);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-2px;left:0;right:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.spinning{animation:.8s linear infinite spin}.fade-in{animation:.2s fadeIn}.empty-state{text-align:center;color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.empty-state svg{opacity:.3}.divider{color:var(--text-3);align-items:center;gap:.75rem;margin:1rem 0;font-size:.78rem;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.alert{border-radius:var(--radius-s);border:1px solid #0000;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.alert-error{color:var(--red);background:#fef2f2;border-color:#fecaca}.alert-success{color:var(--green);background:#f0fdf4;border-color:#bbf7d0}.alert-info{color:var(--blue);background:#eff6ff;border-color:#bfdbfe}.alert-warning{color:var(--amber);background:#fffbeb;border-color:#fde68a}@media (width<=768px){.app-container>main{padding:1rem}.form-grid{grid-template-columns:1fr}.flex-header{flex-wrap:wrap}}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;height:100vh;display:flex;overflow:hidden}.sidebar-brand{border-bottom:1px solid var(--border);padding:1.25rem 1rem 1rem}.sidebar-brand img{object-fit:contain;width:auto;height:32px}.sidebar-nav{flex-direction:column;flex:1;gap:0;padding:.75rem .5rem;display:flex;overflow-y:auto}.nav-section{flex-direction:column;gap:1px;display:flex}.nav-section-label{padding:.5rem .75rem .25rem}.nav-section-label span{text-transform:uppercase;letter-spacing:.08em;color:var(--text-3);font-size:.68rem;font-weight:700}.nav-divider{background:var(--border);height:1px;margin:.5rem}.nav-item{border-radius:var(--radius-s);color:var(--text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:.65rem;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-item:hover{background:var(--surface-2);color:var(--text-1)}.nav-item.active{background:var(--orange-light);color:var(--orange);font-weight:600}.nav-item-cta{color:var(--orange)}.nav-item-cta:hover{background:var(--orange-light)}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:2px;padding:.75rem .5rem;display:flex}.user-chip{align-items:center;gap:.6rem;padding:.5rem .75rem;display:flex}.user-avatar{background:var(--orange-dim);width:28px;height:28px;color:var(--orange);border-radius:99px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.user-info{flex-direction:column;display:flex;overflow:hidden}.user-role{text-transform:uppercase;letter-spacing:.06em;color:var(--text-3);font-size:.68rem;font-weight:700;line-height:1}.user-email{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:.75rem;overflow:hidden}.logout-btn{color:var(--text-2)}.logout-btn:hover{color:var(--red);background:#fef2f2}@media (width<=768px){.sidebar{border-right:none;border-top:1px solid var(--border);z-index:100;flex-direction:row;width:100%;height:auto;padding:0;position:fixed;bottom:0;left:0;right:0}.sidebar-brand,.sidebar-footer,.nav-divider,.nav-section-label{display:none}.sidebar-nav{flex-direction:row;gap:0;width:100%;padding:0;overflow:auto hidden}.nav-section{flex-direction:row;gap:0}.nav-item{text-align:center;border-radius:0;flex-direction:column;flex:1;gap:2px;min-width:54px;padding:.6rem .5rem;font-size:.65rem}.nav-item span{font-size:.6rem}.app-container>main{padding-bottom:5rem}}.dashboard-page{max-width:1100px;margin:0 auto}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.stat-card{align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:box-shadow .15s;display:flex}.stat-card:hover{box-shadow:var(--shadow)}.stat-icon{border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-info h3{color:var(--text-1);margin-bottom:.2rem;font-size:1.75rem;font-weight:800;line-height:1}.stat-info p{color:var(--text-2);margin:0;font-size:.8125rem;font-weight:500}.dashboard-bottom{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.activity-card{padding:1.5rem}.activity-card h2{margin-bottom:1.25rem}.recent-list{flex-direction:column;gap:.5rem;display:flex}.recent-item{background:var(--surface-2);border-radius:var(--radius-s);border:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:border-color .15s,background .15s;display:flex}.recent-item:hover{border-color:var(--orange);background:var(--orange-light)}.recent-info{flex-direction:column;gap:.15rem;display:flex}.recent-info strong{color:var(--text-1);font-size:.875rem}.recent-info span{color:var(--text-2);font-size:.78rem}.quick-actions{flex-direction:column;gap:.5rem;display:flex}.quick-action-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-s);color:var(--text-1);cursor:pointer;text-align:left;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.quick-action-btn:hover{border-color:var(--orange);background:var(--orange-light);color:var(--orange)}.quick-action-btn svg{color:var(--text-3);flex-shrink:0}.quick-action-btn:hover svg{color:var(--orange)}@media (width<=768px){.dashboard-bottom{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}}.directory-page{max-width:1200px;margin:0 auto}.toolbar{align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.875rem 1rem;display:flex}.search-bar{background:var(--surface);border-radius:var(--radius-s);border:1.5px solid var(--border);flex:1;align-items:center;gap:.6rem;height:38px;padding:0 .875rem;transition:border-color .15s,box-shadow .15s;display:flex}.search-bar:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-dim)}.search-bar input{box-shadow:none;background:0 0;border:none;height:100%;padding:0;font-size:.875rem}.search-bar input:focus{box-shadow:none;border:none}.filters select{width:180px}.contacts-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem;display:grid}.contact-card{cursor:pointer;flex-direction:column;padding:1.25rem;transition:box-shadow .15s,border-color .15s;display:flex}.contact-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}.contact-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:.875rem;padding-bottom:.875rem;display:flex}.contact-card-header h3{margin-bottom:.2rem;font-size:1rem}.contact-role{color:var(--text-2);align-items:center;gap:.3rem;font-size:.8rem;display:flex}.contact-card-body{flex-direction:column;flex:1;gap:.5rem;display:flex}.contact-card-body p{color:var(--text-2);align-items:center;gap:.4rem;margin:0;font-size:.8125rem;display:flex}.contact-notes{background:var(--surface-2);border-radius:var(--radius-s);border:1px solid var(--border);margin-top:.25rem;padding:.6rem .75rem;font-size:.8rem}.contact-notes strong{color:var(--text-1);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-size:.75rem;display:block}.contact-card-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;margin-top:1rem;padding-top:.875rem;display:flex}.btn-icon{border-radius:var(--radius-s);border:1.5px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-2);cursor:pointer;justify-content:center;align-items:center;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.btn-icon:hover{background:var(--orange-light);color:var(--orange);border-color:var(--orange)}.btn-icon-danger:hover{color:var(--red);background:#fef2f2;border-color:#fecaca}@media (width<=768px){.contacts-grid{grid-template-columns:1fr}}.CodeMirror{color:#000;direction:ltr;height:300px;font-family:monospace}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{white-space:nowrap;background-color:#f7f7f7;border-right:1px solid #ddd}.CodeMirror-linenumber{text-align:right;color:#999;white-space:nowrap;min-width:20px;padding:0 3px 0 5px}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{background:#7e7;width:auto;border:0!important}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor{caret-color:#0000}@keyframes blink{50%{background-color:#0000}}.cm-tab{-webkit-text-decoration:inherit;text-decoration:inherit;display:inline-block}.CodeMirror-rulers{position:absolute;inset:-50px 0 0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute;top:0;bottom:0}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error,.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{background:#fff;position:relative;overflow:hidden}.CodeMirror-scroll{z-index:0;outline:0;height:100%;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;position:relative;overflow:scroll!important}.CodeMirror-sizer{border-right:50px solid #0000;position:relative}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{z-index:6;outline:0;display:none;position:absolute}.CodeMirror-vscrollbar{top:0;right:0;overflow:hidden scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow:scroll hidden}.CodeMirror-scrollbar-filler{bottom:0;right:0}.CodeMirror-gutter-filler{bottom:0;left:0}.CodeMirror-gutters{z-index:3;min-height:100%;position:absolute;top:0;left:0}.CodeMirror-gutter{white-space:normal;vertical-align:top;height:100%;margin-bottom:-50px;display:inline-block}.CodeMirror-gutter-wrapper{z-index:4;position:absolute;background:0 0!important;border:none!important}.CodeMirror-gutter-background{z-index:4;position:absolute;top:0;bottom:0}.CodeMirror-gutter-elt{cursor:default;z-index:4;position:absolute}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{font-family:inherit;font-size:inherit;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual;background:0 0;border-width:0;border-radius:0;margin:0;position:relative;overflow:visible}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{z-index:0;position:absolute;inset:0}.CodeMirror-linewidget{z-index:2;padding:.1px;position:relative}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{visibility:hidden;width:100%;height:0;position:absolute;overflow:hidden}.CodeMirror-cursor{pointer-events:none;position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;z-index:3;position:relative}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection{background:#d7d4f0}.CodeMirror-line>span::selection{background:#d7d4f0}.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection{background:#d7d4f0}.CodeMirror-line>span::-moz-selection{background:#d7d4f0}.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:0 0}.EasyMDEContainer{display:block}.CodeMirror-rtl pre{direction:rtl}.EasyMDEContainer.sided--no-fullscreen{flex-flow:wrap;display:flex}.EasyMDEContainer .CodeMirror{box-sizing:border-box;height:auto;font:inherit;z-index:0;word-wrap:break-word;border:1px solid #ced4da;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:10px}.EasyMDEContainer .CodeMirror-scroll{cursor:text}.EasyMDEContainer .CodeMirror-fullscreen{z-index:8;background:#fff;height:auto;inset:50px 0 0;border-right:none!important;border-bottom-right-radius:0!important;position:fixed!important}.EasyMDEContainer .CodeMirror-sided{width:50%!important}.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{border-bottom-right-radius:0;flex:auto;position:relative;border-right:none!important}.EasyMDEContainer .CodeMirror-placeholder{opacity:.5}.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{background:#d9d9d9}.editor-toolbar{-webkit-user-select:none;user-select:none;-o-user-select:none;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;border-top-left-radius:4px;border-top-right-radius:4px;padding:9px 10px;position:relative}.editor-toolbar.fullscreen{box-sizing:border-box;opacity:1;z-index:9;background:#fff;border:0;width:100%;height:50px;padding-top:10px;padding-bottom:10px;position:fixed;top:0;left:0}.editor-toolbar.fullscreen:before{background:-moz-linear-gradient(270deg,#fff 0,#fff0 100%);background:-o-linear-gradient(270deg,#fff 0,#fff0 100%);background:-ms-linear-gradient(left,#fff 0,#fff0 100%);background:linear-gradient(90deg,#fff 0,#fff0 100%);width:20px;height:50px;margin:0;padding:0;position:fixed;top:0;left:0}.editor-toolbar.fullscreen:after{background:-moz-linear-gradient(270deg,#fff0 0,#fff 100%);background:-o-linear-gradient(270deg,#fff0 0,#fff 100%);background:-ms-linear-gradient(left,#fff0 0,#fff 100%);background:linear-gradient(90deg,#fff0 0,#fff 100%);width:20px;height:50px;margin:0;padding:0;position:fixed;top:0;right:0}.EasyMDEContainer.sided--no-fullscreen .editor-toolbar{width:100%}.editor-toolbar .easymde-dropdown,.editor-toolbar button{text-align:center;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;height:30px;margin:0;padding:0;display:inline-block;text-decoration:none!important}.editor-toolbar button{white-space:nowrap;min-width:30px;padding:0 6px;font-weight:700}.editor-toolbar button.active,.editor-toolbar button:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar i.separator{color:#0000;text-indent:-10px;border-left:1px solid #d9d9d9;border-right:1px solid #fff;width:0;margin:0 6px;display:inline-block}.editor-toolbar button:after{vertical-align:text-bottom;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:65%;position:relative;top:2px}.editor-toolbar button.heading-1:after{content:"1"}.editor-toolbar button.heading-2:after{content:"2"}.editor-toolbar button.heading-3:after{content:"3"}.editor-toolbar button.heading-bigger:after{content:"▲"}.editor-toolbar button.heading-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview button:not(.no-disable){opacity:.6;pointer-events:none}@media only screen and (width<=700px){.editor-toolbar i.no-mobile{display:none}}.editor-statusbar{color:#959694;text-align:right;padding:8px 10px;font-size:12px}.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{width:100%}.editor-statusbar span{min-width:4em;margin-left:1em;display:inline-block}.editor-statusbar .lines:before{content:"lines: "}.editor-statusbar .words:before{content:"words: "}.editor-statusbar .characters:before{content:"characters: "}.editor-preview-full{z-index:7;box-sizing:border-box;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow:auto}.editor-preview-side{z-index:9;box-sizing:border-box;word-wrap:break-word;border:1px solid #ddd;width:50%;display:none;position:fixed;top:50px;bottom:0;right:0;overflow:auto}.editor-preview-active-side{display:block}.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side{flex:auto;height:auto;position:static}.editor-preview-active{display:block}.editor-preview{background:#fafafa;padding:10px}.editor-preview>p{margin-top:0}.editor-preview pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th{border:1px solid #ddd;padding:5px}.cm-s-easymde .cm-tag{color:#63a35c}.cm-s-easymde .cm-attribute{color:#795da3}.cm-s-easymde .cm-string{color:#183691}.cm-s-easymde .cm-header-1{font-size:calc(1.375rem + 1.5vw)}.cm-s-easymde .cm-header-2{font-size:calc(1.325rem + .9vw)}.cm-s-easymde .cm-header-3{font-size:calc(1.3rem + .6vw)}.cm-s-easymde .cm-header-4{font-size:calc(1.275rem + .3vw)}.cm-s-easymde .cm-header-5{font-size:1.25rem}.cm-s-easymde .cm-header-6{font-size:1rem}.cm-s-easymde .cm-header-1,.cm-s-easymde .cm-header-2,.cm-s-easymde .cm-header-3,.cm-s-easymde .cm-header-4,.cm-s-easymde .cm-header-5,.cm-s-easymde .cm-header-6{margin-bottom:.5rem;line-height:1.2}.cm-s-easymde .cm-comment{background:#0000000d;border-radius:2px}.cm-s-easymde .cm-link{color:#7f8c8d}.cm-s-easymde .cm-url{color:#aab2b3}.cm-s-easymde .cm-quote{color:#7f8c8d;font-style:italic}.editor-toolbar .easymde-dropdown{background:linear-gradient(to bottom right,#fff 0 84%,#333 50% 100%);border:1px solid #fff;border-radius:0;position:relative}.editor-toolbar .easymde-dropdown:hover{background:linear-gradient(to bottom right,#fff 0 84%,#333 50% 100%)}.easymde-dropdown-content{visibility:hidden;z-index:2;background-color:#f9f9f9;padding:8px;display:block;position:absolute;top:30px;box-shadow:0 8px 16px #0003}.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{visibility:visible}.easymde-dropdown-content button{display:block}span[data-img-src]:after{content:"";background-image:var(--bg-image);max-width:100%;height:0;max-height:100%;padding-top:var(--height);width:var(--width);background-repeat:no-repeat;background-size:contain;display:block}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:#ff000026}.form-page{max-width:900px;margin:0 auto}.btn-back{color:var(--text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;margin-bottom:1rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .15s;display:inline-flex}.btn-back:hover{color:var(--orange)}.contact-form,.email-section{padding:2rem}.email-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.compose-email{background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border);margin-bottom:2rem;padding:1.25rem}.compose-email h3{margin-bottom:.875rem;font-size:1rem}.composer-toolbar{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.email-history{flex-direction:column;gap:.75rem;display:flex}.email-history h3{border-bottom:1px solid var(--border);margin-bottom:.875rem;padding-bottom:.5rem}.empty-msg{text-align:center;background:var(--surface-2);border-radius:var(--radius-s);border:1.5px dashed var(--border);color:var(--text-3);padding:2rem;font-size:.875rem}.email-card{border:1px solid var(--border);border-radius:var(--radius-s);background:var(--surface);overflow:hidden}.email-card.outgoing{border-left:3px solid var(--orange)}.email-card.incoming{border-left:3px solid var(--green)}.email-card-header{background:var(--surface-2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:.875rem 1rem;display:flex}.email-card-header strong{color:var(--text-1);margin-bottom:.15rem;font-size:.875rem;display:block}.email-card-header span{color:var(--text-2);font-size:.78rem}.email-date{color:var(--text-2);white-space:nowrap;font-size:.78rem;font-weight:500}.email-card-body{color:var(--text-1);padding:1.25rem;font-size:.875rem;line-height:1.6;overflow-x:auto}.email-template-preview{border:1px solid var(--border);border-radius:var(--radius-s);background:var(--surface);max-height:380px;padding:1rem;font-size:.85rem;overflow-y:auto}.nc-info-inline{color:var(--text-2);align-items:center;gap:.5rem;padding:.5rem 0;font-size:.85rem;display:flex}.milestones-panel{padding:0}.milestones-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.milestone-progress-bar{background:var(--border);border-radius:99px;height:6px;margin-bottom:1.25rem;overflow:hidden}.milestone-progress-fill{background:linear-gradient(90deg, var(--orange), var(--green));border-radius:99px;height:100%;transition:width .5s}.milestone-add-form{border-radius:var(--radius-s);background:var(--surface-2);border:1px solid var(--border);margin-bottom:1rem;padding:1rem}.milestone-list{flex-direction:column;gap:.5rem;display:flex}.milestone-item{border-radius:var(--radius-s);border:1px solid var(--border);background:var(--surface);align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:border-color .15s;display:flex}.milestone-item.done{background:#f0fdf4;border-color:#bbf7d0}.milestone-check{cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-top:2px;padding:0}.milestone-body{flex:1;min-width:0}.milestone-stage-badge{text-transform:uppercase;letter-spacing:.5px;color:var(--orange);margin-bottom:2px;font-size:.7rem;font-weight:700}.milestone-title{color:var(--text-1);font-size:.875rem;font-weight:500}.milestone-title.done{color:var(--text-3);text-decoration:line-through}.milestone-desc{color:var(--text-2);margin-top:2px;font-size:.8rem}.milestone-date{color:var(--text-3);align-items:center;gap:4px;margin-top:4px;font-size:.75rem;display:flex}.milestone-del{opacity:0;transition:opacity .15s}.milestone-item:hover .milestone-del{opacity:1}.nextcloud-panel{padding:0}.nc-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.nc-empty{text-align:center;color:var(--text-3);flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem;display:flex}.nc-link-row{background:var(--orange-light);border-radius:var(--radius-s);border:1px solid #f5660026;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.6rem .875rem;display:flex}.nc-link-input{color:var(--orange);cursor:pointer;background:0 0;border:none;outline:none;flex:1;font-size:.8125rem}.nc-drop-zone{border:2px dashed var(--border-2);border-radius:var(--radius-s);text-align:center;cursor:pointer;color:var(--text-3);flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:1.75rem;font-size:.875rem;transition:border-color .15s,background .15s,color .15s;display:flex}.nc-drop-zone:hover,.nc-drop-zone.drag-over{border-color:var(--orange);background:var(--orange-light);color:var(--orange)}.nc-result{border-radius:var(--radius-s);align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.6rem .875rem;font-size:.85rem;display:flex}.nc-result.success{color:var(--green);background:#f0fdf4;border:1px solid #bbf7d0}.nc-result.error{color:var(--red);background:#fef2f2;border:1px solid #fecaca}.nc-file-list{flex-direction:column;gap:.35rem;display:flex}.nc-file-item{background:var(--surface-2);border-radius:var(--radius-s);border:1px solid var(--border);align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.nc-file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.nc-file-size,.nc-file-date{color:var(--text-3);flex-shrink:0;font-size:.75rem}@media (width<=768px){.contact-form,.email-section{padding:1rem}}.login-container{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{width:100%;max-width:400px;padding:2.5rem}.login-header{text-align:center;margin-bottom:2rem}.login-logo{object-fit:contain;width:auto;height:52px;margin-bottom:1.25rem}.login-header h1{margin-bottom:.25rem;font-size:1.375rem}.login-form{flex-direction:column;gap:1rem;display:flex}.login-error{color:var(--red);border-radius:var(--radius-s);background:#fef2f2;border:1px solid #fecaca;align-items:center;gap:.5rem;padding:.7rem .9rem;font-size:.85rem;display:flex}.login-divider{color:var(--text-3);align-items:center;gap:.75rem;margin:.5rem 0;font-size:.78rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:var(--border);flex:1;height:1px}.btn-passkey{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-s);width:100%;color:var(--text-1);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.btn-passkey:hover:not(:disabled){border-color:var(--orange);background:var(--orange-light);color:var(--orange)}.btn-passkey:disabled{opacity:.5;cursor:not-allowed}.passkey-hint{text-align:center;margin-top:.4rem;font-size:.75rem}.login-footer{text-align:center;margin-top:1.5rem;font-size:.78rem}.inbox-page{flex-direction:column;height:calc(100vh - 4rem);min-height:0;display:flex}.inbox-container{flex:1;margin-top:1.25rem;display:flex;overflow:hidden;padding:0!important}.inbox-sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;width:320px;display:flex}.inbox-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.625rem .875rem;display:flex}.inbox-toolbar .search-bar.mini{flex:1;min-width:0;height:34px;padding:0 .75rem}.inbox-toolbar .search-bar.mini input{font-size:.8125rem}.email-list{flex:1;overflow-y:auto}.empty-state-mini{text-align:center;color:var(--text-3);padding:2rem 1rem;font-size:.85rem}.email-item{border-bottom:1px solid var(--border);cursor:pointer;padding:.875rem 1rem;transition:background .15s}.email-item:hover{background:var(--surface-2)}.email-item.selected{background:var(--orange-light);border-left:3px solid var(--orange)}.email-item.unread{background:#f5f3ff;border-left:3px solid #6366f1}.email-item.unread:hover{background:#ede9fe}.email-item-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.email-from{color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.8125rem;font-weight:600;overflow:hidden}.email-date{color:var(--text-3);white-space:nowrap;font-size:.72rem}.email-subject{color:var(--text-1);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.15rem;font-size:.8125rem;font-weight:500;overflow:hidden}.email-preview{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;line-height:1.4;overflow:hidden}.email-badget-container{margin-top:.35rem}.badge-mini{padding:.1rem .4rem;font-size:.68rem}.badge-unknown{background:var(--surface-2);color:var(--text-3)}.email-content{background:var(--surface);flex-direction:column;flex:1;display:flex;overflow:hidden}.email-placeholder{height:100%;color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.email-view{flex-direction:column;height:100%;display:flex}.email-view-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem 2rem;display:flex}.email-meta h2{margin-bottom:1rem;font-size:1.125rem;line-height:1.3}.email-sender-info{align-items:center;gap:.875rem;display:flex}.avatar{background:var(--orange-light);width:38px;height:38px;color:var(--orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.sender-name{color:var(--text-1);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.sender-email{color:var(--text-2);margin-top:.15rem;font-size:.78rem;line-height:1.4}.email-actions{flex-shrink:0;align-items:center;gap:.4rem;display:flex}.attachments-bar{background:var(--surface-2);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.625rem 2rem;font-size:.8rem;display:flex}.attachment-chip{color:#0369a1;background:#e0f2fe;border-radius:99px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-size:.75rem;text-decoration:none;transition:background .15s;display:inline-flex}.attachment-chip:hover{background:#bae6fd}.email-body{flex:1;padding:1.75rem 2rem;font-size:.875rem;line-height:1.65;overflow-y:auto}.email-body pre{white-space:pre-wrap;font-family:inherit}.mobile-back-btn{display:none}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface);border-radius:var(--radius-l);width:600px;max-width:100%;max-height:92vh;box-shadow:var(--shadow-l);border:1px solid var(--border);flex-direction:column;display:flex}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.125rem 1.5rem;display:flex}.modal-header h3{margin:0;font-size:1rem}.modal-body{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:.875rem 1.5rem;display:flex}.btn-icon{cursor:pointer;color:var(--text-2);border-radius:var(--radius-s);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;transition:color .15s,background .15s;display:inline-flex}.btn-icon:hover{background:var(--surface-2);color:var(--text-1)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.spin{animation:1s linear infinite spin}@media (width<=768px){.inbox-page{height:auto;min-height:calc(100dvh - 70px)}.inbox-container{margin-top:.75rem}.inbox-sidebar{border-right:none;width:100%}.email-content,.show-email-mobile .inbox-sidebar{display:none}.show-email-mobile .email-content{width:100%;display:flex}.email-view-header{flex-direction:column;gap:.75rem;padding:1rem}.email-body{padding:1rem}.mobile-back-btn{display:inline-flex}}.calendar-page{flex-direction:column;min-height:100%;display:flex}.calendar-container{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-l);min-height:0;box-shadow:var(--shadow-s);flex:1;margin-top:1.25rem;padding:1rem}.fc{--fc-border-color:var(--border);--fc-page-bg-color:transparent;--fc-neutral-bg-color:var(--surface);--fc-today-bg-color:var(--orange-light);font-family:inherit}.fc .fc-toolbar-title{color:var(--text-1);font-size:1.125rem;font-weight:700}.fc .fc-button{background:var(--surface);border-color:var(--border);color:var(--text-2);border-radius:var(--radius-s);box-shadow:none;text-transform:capitalize;padding:.4rem .8rem;font-family:inherit;font-size:.8125rem;font-weight:600}.fc .fc-button:hover{background:var(--surface-2);color:var(--text-1)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background:var(--orange);border-color:var(--orange);color:#fff}.fc-day-today{background-color:var(--orange-light)!important}.fc .fc-timegrid-slot{height:2.5rem}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{color:var(--text-3);font-size:.72rem}.fc .fc-timegrid-now-indicator-line{border-color:var(--red)}.fc .fc-timegrid-now-indicator-arrow{border-color:var(--red);color:var(--red)}.fc-daygrid-day-number{color:var(--text-2);font-size:.8125rem;font-weight:600;padding:.5rem!important}.fc-col-header-cell-cushion{color:var(--text-2);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700;padding:10px 0!important}.fc .fc-event{border-radius:var(--radius-s);box-shadow:var(--shadow-s);border-width:1px}.fc .fc-event .fc-event-main{padding:2px 4px}.calendar-event{border-left:3px solid #0000;border-radius:3px;padding:.2rem .4rem;font-size:.72rem;overflow:hidden}.event-client{color:#0369a1;background:#e0f2fe;border-left-color:#0ea5e9}.event-prospect{color:#92400e;background:#fef3c7;border-left-color:#f59e0b}.event-partner{color:#6b21a8;background:#f3e8ff;border-left-color:#a855f7}.event-time{margin-bottom:2px;font-weight:700}@media (width<=768px){.calendar-container{padding:.5rem}.fc .fc-toolbar{flex-direction:column;align-items:flex-start;gap:.6rem}.fc .fc-toolbar-title{font-size:1rem}}.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}}.map-page{flex-direction:column;height:calc(100vh - 4rem);display:flex}.map-filters select{border-radius:var(--radius-s);border:1.5px solid var(--border);background:var(--surface);color:var(--text-1);cursor:pointer;padding:.5rem .875rem;font-family:inherit;font-size:.875rem;font-weight:500}.map-filters select:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-dim);outline:none}.map-container-wrapper{border-radius:var(--radius-l);z-index:10;box-shadow:var(--shadow);border:1px solid var(--border);flex:1;position:relative;overflow:hidden}.map-popup{color:var(--text-1);flex-direction:column;display:flex}.map-popup strong{margin-bottom:2px;font-size:1rem;font-weight:700}.map-popup span{color:var(--text-2);font-size:.85rem}.leaflet-popup-content-wrapper{border-radius:var(--radius);box-shadow:var(--shadow-l);border:1px solid var(--border);padding:4px}.leaflet-popup-content{margin:14px}.notification-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:24px;right:24px}.notification-toast{pointer-events:auto;background:#fff;border-left:4px solid;border-radius:8px;align-items:center;gap:12px;min-width:250px;max-width:350px;padding:12px 16px;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards slideIn;display:flex;box-shadow:0 4px 12px #00000026}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-toast.success{border-left-color:#10b981}.notification-toast.error{border-left-color:#ef4444}.notification-toast.info{border-left-color:#3b82f6}.notification-icon{justify-content:center;align-items:center;display:flex}.notification-toast.success .notification-icon{color:#10b981}.notification-toast.error .notification-icon{color:#ef4444}.notification-toast.info .notification-icon{color:#3b82f6}.notification-message{color:#1e293b;flex:1;font-size:.9rem;font-weight:500}.notification-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.notification-close:hover{color:#475569;background:#f1f5f9}@media (width<=768px){.notification-container{width:90%;top:24px;bottom:auto;right:50%;transform:translate(50%)}@keyframes slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}}
