body{margin:0}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#0b3b2e,#1f5a3b 40%,#f4f1e8);color:#1f2933}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}#root:has(.user-dashboard-wrap){display:block;padding:0;align-items:stretch;justify-content:flex-start;width:100%;min-height:100vh}.login-shell{width:100%;max-width:420px;background:#f4f1e8f7;border-radius:18px;box-shadow:0 18px 45px #00000040,0 0 0 1px #0c533414;padding:2.25rem 2rem 2.5rem}.user-dashboard-wrap{width:100%;min-height:100vh;position:relative}.app-dashboard-footer{position:fixed;bottom:0;left:0;right:0;z-index:99;width:100%;max-width:none;margin:0;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));box-sizing:border-box;text-align:center;border-top:1px solid rgba(12,83,52,.12);background:#f4f1e8fa;box-shadow:0 -4px 16px #0000000f}.app-dashboard-footer-text{margin:0;font-size:.82rem;line-height:1.45;color:#4b5563}.navbar-user{position:fixed;top:0;left:0;right:0;z-index:100;height:3.25rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 1rem;background:#f4f1e8fa;border-bottom:1px solid rgba(12,83,52,.12);box-shadow:0 1px 8px #0000000f}.navbar-license-spacer{flex:1;min-width:0}.navbar-license-notice{flex:1;min-width:0;display:flex;align-items:center;justify-content:center}.navbar-license-notice-desktop{display:none;align-items:center;gap:.4rem;max-width:100%;padding:0 .25rem}.navbar-license-notice-text{font-size:.78rem;line-height:1.35;text-align:center;color:#123326}.navbar-license-notice--expiring .navbar-license-notice-text{color:#14532d}.navbar-license-notice--expired .navbar-license-notice-text{color:#7f1d1d;font-weight:600}.navbar-license-notice-icon{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:999px;font-weight:800;font-size:.85rem;line-height:1;flex-shrink:0}.navbar-license-notice--expiring .navbar-license-notice-icon{background:#15803d;color:#fff}.navbar-license-notice--expired .navbar-license-notice-icon{background:#b91c1c;color:#fff}.navbar-license-notice-mobile{position:relative;display:flex;justify-content:center;flex:1}.navbar-license-notice-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:999px;cursor:pointer;background:transparent}.navbar-license-notice--expiring .navbar-license-notice-icon-btn .navbar-license-notice-icon,.navbar-license-notice--expired .navbar-license-notice-icon-btn .navbar-license-notice-icon{width:1.5rem;height:1.5rem;font-size:.95rem}.navbar-license-notice-backdrop{position:fixed;inset:0;z-index:101;background:transparent}.navbar-license-notice-popover{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:102;min-width:200px;max-width:min(92vw,320px);padding:.65rem .85rem;font-size:.82rem;line-height:1.4;color:#123326;background:#fff;border:1px solid rgba(12,83,52,.2);border-radius:10px;box-shadow:0 8px 24px #0000001f}.navbar-license-notice--expired .navbar-license-notice-popover{color:#7f1d1d;font-weight:600}@media(min-width:640px){.navbar-license-notice-desktop{display:flex}.navbar-license-notice-mobile{display:none}}.dashboard-readonly-strip{margin:0 0 .75rem;padding:.7rem 1rem;font-size:.84rem;line-height:1.5;font-weight:500;color:#422006;background:#fffbeb;border:2px solid #f59e0b;border-radius:10px;box-shadow:0 1px #f59e0b59,inset 0 1px #fffc}.profile-readonly-hint{margin:0 0 1rem}.navbar-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:10px;background:transparent;color:#123326;cursor:pointer;transition:background .15s ease,color .15s ease}.navbar-icon-btn:hover{background:#0c53341a;color:#0b3b2e}.navbar-icon{width:1.35rem;height:1.35rem}.navbar-profile-wrap{position:relative}.navbar-profile-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .5rem .35rem .75rem;border:none;border-radius:10px;background:transparent;color:#123326;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.navbar-profile-trigger:hover{background:#0c53341a;color:#0b3b2e}.navbar-user-name{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-profile-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-profile-icon .navbar-icon{width:1.35rem;height:1.35rem}.navbar-dropdown-backdrop{position:fixed;inset:0;z-index:99;background:transparent}.navbar-profile-dropdown{position:absolute;top:calc(100% + .35rem);right:0;z-index:101;min-width:10rem;margin:0;padding:.35rem;list-style:none;background:#f4f1e8fa;border:1px solid rgba(12,83,52,.15);border-radius:12px;box-shadow:0 8px 24px #0000001f}.navbar-dropdown-item{display:block;width:100%;padding:.6rem .85rem;border:none;border-radius:8px;background:transparent;font-size:.9rem;color:#123326;text-align:left;cursor:pointer;transition:background .12s ease}.navbar-dropdown-item:hover{background:#0c533414}.navbar-dropdown-item-logout{color:#9b1c1c}.navbar-dropdown-item-logout:hover{background:#9b1c1c14}.user-dashboard-content{padding-top:calc(4.25rem + env(safe-area-inset-top,0px));padding-bottom:calc(4.25rem + env(safe-area-inset-bottom,0px));padding-left:1.5rem;padding-right:1.5rem}.user-dashboard-content .dashboard-shell,.user-dashboard-content .dashboard-shell--daily-previews{margin-left:auto;margin-right:auto}.dashboard-shell--daily-previews{margin-top:1.25rem}.dashboard-shell--daily-previews-main{margin-top:0}.dashboard-shell{width:100%;max-width:900px;background:#f4f1e8f7;border-radius:18px;box-shadow:0 18px 45px #00000040,0 0 0 1px #0c533414;padding:2.25rem 2rem 2.5rem}.login-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .7rem;border-radius:999px;background:#0c533414;color:#0b3b2e;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.login-badge-dot{width:.45rem;height:.45rem;border-radius:999px;background:#2fbf71}.login-title,.dashboard-title{margin:.9rem 0 .35rem;font-size:1.55rem;font-weight:700;color:#123326}.login-subtitle,.dashboard-subtitle{margin:0;font-size:.88rem;color:#55606d}.login-form{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.4rem}.field-label{display:block;margin-bottom:.35rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#425066}.field-label span{color:#9b1c1c}.field-input{width:100%;padding:.75rem .8rem;border-radius:10px;border:1px solid rgba(15,69,46,.22);background:#fffffff5;font-size:.95rem;color:#123326;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.field-input::placeholder{color:#9ca6b3}.field-input:focus{outline:none;border-color:#0f5e3a;box-shadow:0 0 0 1px #0f5e3a66,0 0 0 6px #0f5e3a24;background:#fff}.field-input[type=password]{letter-spacing:.12em}.login-button{margin-top:1rem;width:100%;padding:.8rem 1rem;border-radius:999px;border:none;background:linear-gradient(135deg,#15803d,#166534);color:#fdfbf7;font-size:.98rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 25px #04785766;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.login-button:disabled{opacity:.7;cursor:default;box-shadow:0 6px 18px #04785766}.login-button:hover{filter:brightness(1.03);box-shadow:0 14px 35px #04785773;transform:translateY(-1px)}.login-button:active{transform:translateY(0);box-shadow:0 6px 18px #04785773}.login-error{margin:.4rem 0 0;font-size:.8rem;color:#b91c1c}.login-footer-line{font-size:.78rem;color:#6a7480}.login-footer-strong{font-weight:600;color:#0f5e3a}.dashboard-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin-top:1.4rem}.dashboard-main-columns{grid-template-columns:minmax(260px,1.1fr) minmax(260px,1.1fr)}.dashboard-main-single{grid-template-columns:minmax(0,1fr)}.dashboard-detail-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}.companies-list-actions{margin-bottom:.75rem}.company-list-simple{gap:.5rem}.company-row-simple{flex-wrap:wrap;align-items:center}.company-row-main{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.company-row-main .company-name{flex-shrink:0}.detail-list{margin:0 0 1rem;display:grid;grid-template-columns:auto 1fr;gap:.35rem 1.5rem}.detail-list dt{margin:0;font-size:.8rem;font-weight:600;color:#4b5563}.detail-list dd{margin:0;font-size:.9rem;color:#111827}.detail-list-director{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed rgba(148,163,184,.6)}.detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem}.detail-actions--wrap{flex-direction:column;align-items:stretch}.admin-company-directors-title{margin:1rem 0 .65rem;font-size:1rem;color:#123326}.admin-directors-list{list-style:none;padding:0;margin:0 0 .5rem;display:flex;flex-direction:column;gap:.75rem}.admin-director-card{padding:.85rem 1rem;border-radius:10px;background:#ffffffa6;border:1px solid rgba(12,83,52,.1)}.admin-director-card .detail-list-director{margin-bottom:0;padding-bottom:0;border-bottom:none}.admin-reset-password-row{display:flex;flex-direction:column;gap:.4rem;width:100%;max-width:28rem}.admin-reset-password-label{margin:0;font-size:.8rem}.admin-reset-password-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.admin-reset-password-controls .field-input{min-width:12rem;flex:1;max-width:20rem}.detail-meta{margin:0 0 .75rem;font-size:.88rem;color:#4b5563}.detail-subtitle{margin:0 0 .5rem;font-size:.95rem;font-weight:600;color:#123326}.director-list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.6rem}.director-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.temporary-password{margin:.35rem 0 0;font-size:.8rem;color:#047857}.temporary-password code{background:#10b98126;padding:.15rem .4rem;border-radius:4px;font-weight:600}.badge-link{background:transparent;border:1px solid rgba(15,94,58,.4);color:#0f5e3a;cursor:pointer;white-space:nowrap}.badge-link:hover{background:#0f5e3a14}.dashboard-card{padding:1.25rem 1.4rem;border-radius:12px;background:#fffffffa;border:1px solid rgba(15,69,46,.12)}.dashboard-card-button{padding:0;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.dashboard-card-button h2{margin:0 0 .5rem;font-size:1rem;color:#123326}.dashboard-card-button p{margin:0;font-size:.86rem;color:#4b5563}.admin-system-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;width:100%}.admin-system-overview-card{margin:0}.admin-system-overview-card-title{margin:0 0 .5rem;font-size:1.05rem;color:#123326}.admin-system-overview-hint{margin:0 0 1rem;font-size:.82rem;line-height:1.45}.admin-system-overview-dl dt{font-size:.82rem;color:#4b5563}.admin-system-overview-dl dd{margin:.15rem 0 .75rem;font-size:.95rem;color:#123326}.admin-system-overview-num{font-size:1.35rem;font-weight:700;color:#0f5e3a}.dashboard-card h2{margin:0 0 .5rem;font-size:1rem;color:#123326}.dashboard-card p{margin:0;font-size:.86rem;color:#4b5563}.dashboard-card-static-title{margin:0 0 .35rem;font-size:1.05rem;color:#123326}.dashboard-card-daily-preview .dashboard-card-daily-preview-lead{margin:0 0 .85rem}.dashboard-card-daily-preview .daily-task-cards{margin-top:0}.dashboard-user-chip{margin-top:.7rem;display:inline-flex;align-items:center;padding:.3rem .8rem;border-radius:999px;background:#0f5e3a14;font-size:.8rem;color:#123326}.dashboard-footer{margin-top:1.6rem;display:flex;justify-content:flex-end}.dashboard-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.back-button{padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(148,163,184,.9);background:#f8fafcf2;cursor:pointer;font-size:.82rem;color:#374151;transition:background .12s ease,border-color .12s ease,transform 80ms ease;white-space:nowrap}.back-button:hover{background:#fff;border-color:#6b7280;transform:translateY(-.5px)}.back-button:active{transform:translateY(0)}.logout-button{padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(148,163,184,.9);background:#f8fafcf2;cursor:pointer;font-size:.82rem;color:#374151;transition:background .12s ease,border-color .12s ease,transform 80ms ease}.logout-button:hover{background:#fff;border-color:#6b7280;transform:translateY(-.5px)}.logout-button:active{transform:translateY(0)}.profile-edit-shell{max-width:520px}.profile-edit-form{margin-top:1.25rem}.profile-edit-section{margin-bottom:2rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(12,83,52,.12)}.profile-edit-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.profile-edit-section-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#123326}.profile-edit-fields{display:flex;flex-direction:column;gap:1rem}.profile-edit-readonly{display:flex;flex-direction:column;gap:.35rem}.profile-edit-role-value{font-size:.95rem;color:#55606d}.profile-edit-message{margin:.75rem 0 0;font-size:.9rem}.profile-edit-error{color:#9b1c1c}.profile-edit-success{color:#047857}.profile-edit-submit{margin-top:1rem}.profile-edit-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:.75rem;margin-top:1rem}.profile-edit-actions .logout-button{margin-top:0;flex-shrink:0}.profile-edit-cancel{background:transparent;color:#55606d;border-color:#55606d66}.profile-edit-cancel:hover{background:#55606d14;color:#374151}.profile-view-list{margin:0;display:flex;flex-direction:column;gap:.6rem}.profile-view-row{display:grid;grid-template-columns:10rem 1fr;gap:.75rem;align-items:baseline}.profile-view-dt{margin:0;font-size:.8rem;font-weight:600;color:#425066;text-transform:uppercase;letter-spacing:.04em}.profile-view-dd{margin:0;font-size:.95rem;color:#123326}.profile-view-p{margin:0 0 1rem;font-size:.9rem;color:#55606d}.director-users-table-wrap{overflow-x:auto}.director-users-table{width:100%;border-collapse:collapse;font-size:.9rem}.director-users-table th,.director-users-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid rgba(12,83,52,.12)}.director-users-table th{font-weight:600;color:#425066;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.director-users-table td{color:#123326}.company-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.6rem}.company-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.company-name{font-size:.95rem;font-weight:600;color:#111827}.company-meta{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:#6b7280}.company-status{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.badge{display:inline-flex;align-items:center;padding:.18rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.badge-active{background:#10b9811f;color:#047857}.badge-inactive{background:#ef44441f;color:#b91c1c}.badge-warning{background:#f59e0b29;color:#b45309}.admin-form{display:flex;flex-direction:column;gap:.85rem;margin-top:.6rem}.admin-form-group{display:flex;flex-direction:column;gap:.25rem}.admin-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.admin-divider{border:none;border-top:1px dashed rgba(148,163,184,.9);margin:.9rem 0 .5rem}.predmet-create-form{--predmet-field-min-h: 2.875rem}.predmet-create-form .login-input{width:100%;box-sizing:border-box;margin:0;padding:.65rem .8rem;border-radius:10px;border:1px solid rgba(15,69,46,.22);background:#fffffff5;font-size:.95rem;line-height:1.45;color:#123326;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.predmet-create-form .login-input::placeholder{color:#9ca6b3}.predmet-create-form .login-input:focus{outline:none;border-color:#0f5e3a;box-shadow:0 0 0 1px #0f5e3a66,0 0 0 6px #0f5e3a24;background:#fff}.predmet-create-form input.login-input,.predmet-create-form select.login-input{min-height:var(--predmet-field-min-h)}.predmet-create-form select.login-input{cursor:pointer}.predmet-create-form textarea.login-input{min-height:var(--predmet-field-min-h);resize:vertical;overflow-y:auto}.modal-backdrop{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:200}.director-confirm-modal{max-width:440px}.director-confirm-text{margin:0;font-size:.92rem;line-height:1.5;color:#374151}.modal{width:100%;max-width:620px;background:#f4f1e8;border-radius:18px;box-shadow:0 20px 50px #00000059,0 0 0 1px #0f452e2e;padding:1.75rem 1.75rem 1.4rem}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.modal-header h2{margin:0;font-size:1.1rem;color:#123326}.modal-close{border:none;background:transparent;font-size:1.3rem;cursor:pointer;color:#4b5563}.modal-body{max-height:min(70vh,520px);overflow-y:auto}.modal-footer{margin-top:1rem;display:flex;justify-content:flex-end;gap:.75rem}.modal--wide{max-width:720px}.form-error{margin:0 0 .75rem;font-size:.9rem;color:#b91c1c}.predmet-form-hint{font-size:.88rem;color:#4b5563;margin:0 0 .75rem}.predmet-list-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-bottom:1rem}.predmet-search-label{flex:1;min-width:min(100%,220px);display:flex;flex-direction:column;gap:.35rem}.predmet-search-label-text{font-size:.78rem;font-weight:600;color:#374151}.predmet-search-input{width:100%}.predmet-filter-btn-compact{flex-shrink:0;align-self:center;padding:.35rem .75rem;font-size:.82rem;font-weight:600;border-radius:8px;border:1px solid rgba(15,94,58,.35);background:#ffffffe6;color:#0f5e3a;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.predmet-filter-btn-compact:hover{background:#0f5e3a14}.predmet-filter-toggle--open{box-shadow:inset 0 0 0 2px #0f5e3a59}.predmet-load-more-wrap{margin-top:1rem;display:flex;justify-content:center}.predmet-filter-panel{margin-bottom:1rem;padding:1rem 1.1rem}.predmet-filter-panel-title{margin:0 0 .35rem;font-size:1rem;color:#123326}.predmet-filter-hint{margin:0 0 .85rem!important;font-size:.82rem!important}.predmet-filter-warning{margin-bottom:.75rem!important}.predmet-filter-group{margin-bottom:1rem}.predmet-filter-group-label{display:block;font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.45rem}.predmet-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem .75rem}.predmet-filter-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.86rem;color:#123326;cursor:pointer;-webkit-user-select:none;user-select:none}.predmet-filter-chip input{accent-color:#0f5e3a}.predmet-filter-actions{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-top:.5rem}.predmet-advanced-block{margin-bottom:1rem}.predmet-advanced-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem 0;border:none;background:transparent;font-size:.9rem;font-weight:600;color:#0f5e3a;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.predmet-advanced-toggle:hover{color:#0b3b2e}.predmet-advanced-panel{margin-top:.65rem;padding:1rem 1.1rem}.predmet-advanced-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1rem}.predmet-advanced-span2{grid-column:1 / -1}.predmet-active-filters-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.82rem;color:#422006;background:#fffbeb;border:1px solid #f59e0b;border-radius:8px}.predmet-reset-all-filters{border:none;background:transparent;color:#0f5e3a;font-weight:600;font-size:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.predmet-reset-all-filters:hover{color:#0b3b2e}.predmet-list{margin-top:.5rem}.predmet-list-item-wrap{list-style:none}.predmet-row-button{width:100%;margin:0;padding:.65rem .75rem;border:1px solid rgba(18,69,46,.12);border-radius:12px;background:#ffffff73;font:inherit;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.predmet-row-button:hover{background:#ffffffbf;border-color:#12452e38;box-shadow:0 2px 8px #12332614}.predmet-row-button:focus-visible{outline:2px solid rgba(18,69,46,.45);outline-offset:2px}.predmet-row.predmet-row{flex-direction:column;align-items:stretch!important}.predmet-detail-card{margin-top:.5rem}.predmet-readonly-banner{margin:0 0 1rem;padding:.75rem 1rem;border-radius:10px;background:#0c53341a;border:1px solid rgba(12,83,52,.22);color:#123326;font-size:.95rem;line-height:1.45}.predmet-detail-section-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;margin-bottom:.85rem}.predmet-detail-section-head .predmet-detail-section-title{margin:0;flex:1;min-width:0}.predmet-edit-basics-btn{flex-shrink:0;align-self:flex-start;width:auto;max-width:none;margin-top:0;margin-bottom:0;font-size:.85rem;padding:.45rem .9rem;white-space:nowrap}.predmet-detail-section-title{margin:0 0 .85rem;font-size:1.15rem;color:#123326}.predmet-detail-dl dd.predmet-detail-multiline{white-space:pre-wrap;word-break:break-word}.predmet-detail-dl dt{margin-top:.35rem}.predmet-detail-dl dt:first-of-type{margin-top:0}.predmet-subject-number-empty-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.predmet-subject-number-placeholder{color:#12332673;font-size:1rem}.predmet-add-subject-number-btn.login-button{margin-top:0;width:auto;max-width:none;padding:.2rem .45rem;font-size:.72rem;font-weight:500;letter-spacing:.02em;text-transform:none;line-height:1.2;min-height:0;border-radius:6px;box-shadow:0 1px 3px #1233261f;white-space:nowrap}.predmet-add-subject-number-btn.login-button:hover{transform:none;box-shadow:0 2px 6px #12332626}.predmet-teams-card,.predmet-comments-card,.predmet-map-pings-card{margin-top:1rem}.predmet-map-pings-hint{margin-top:.25rem;margin-bottom:.75rem;max-width:52rem}.predmet-map-pings-form{margin-bottom:1rem}.predmet-map-pings-form-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.predmet-map-pings-form-row .field-input{flex:1 1 240px;min-width:0}.predmet-map-pings-map-wrap{margin-top:.5rem;border-radius:10px;overflow:hidden;border:1px solid rgba(18,69,46,.12)}.predmet-leaflet-map.leaflet-container{background:#e5e7eb;z-index:0}.predmet-map-ping-div-icon.leaflet-div-icon{background:transparent!important;border:none!important;box-shadow:none!important}.predmet-map-ping-pin-root{display:flex;align-items:flex-end;justify-content:center;line-height:0;transform-origin:50% 100%}.predmet-map-ping-pin-root svg{display:block;filter:drop-shadow(0 3px 5px rgba(15,77,40,.45))}.predmet-map-popup{font-size:.85rem;min-width:140px}.predmet-map-popup-meta{margin-bottom:.35rem}.predmet-map-popup-time{font-size:.75rem;opacity:.75;margin-top:.15rem}.predmet-map-popup-muted{opacity:.75}.predmet-map-popup-coords{font-family:ui-monospace,monospace;font-size:.78rem;margin:.35rem 0}.predmet-map-popup-gmaps{display:inline-block;margin-top:.25rem;color:#15803d;font-weight:600}.predmet-map-pings-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.5rem}.predmet-map-pings-list-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .65rem;background:#ffffff73;border-radius:8px;border:1px solid rgba(18,69,46,.08);font-size:.9rem}.predmet-map-pings-list-coords{font-family:ui-monospace,monospace}.predmet-map-pings-list-author{opacity:.85}.predmet-map-pings-list-actions{display:flex;align-items:center;gap:.65rem}.predmet-map-pings-gmaps-link{color:#15803d;font-weight:600}.predmet-map-pings-delete{border:none;background:transparent;color:#b91c1c;cursor:pointer;text-decoration:underline;font:inherit;padding:0}.predmet-map-pings-delete:disabled{opacity:.5;cursor:not-allowed}.predmet-comments-toggle{display:flex;align-items:center;gap:.5rem;width:100%;margin:0;padding:.15rem 0;border:none;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.predmet-comments-toggle:hover .predmet-comments-heading{color:#15803d}.predmet-comments-chevron{flex-shrink:0;font-size:.85rem;opacity:.75;width:1.25rem}.predmet-comments-heading{margin:0;font-size:1.15rem;color:#123326}.predmet-comments-panel{margin-top:.75rem;padding-top:.5rem;border-top:1px solid rgba(18,69,46,.12)}.predmet-comments-thread-sep{height:0;margin:1rem 0;border:0;border-top:1px solid rgba(18,69,46,.12)}.predmet-comment-new-form{margin-bottom:0}.predmet-comment-list{list-style:none;padding:0;margin:0}.predmet-comment-list--flat{display:flex;flex-direction:column;gap:.85rem;margin-bottom:0}.predmet-comment-list--flat .predmet-comment-li{margin-bottom:0}.predmet-comment-li{margin-bottom:.75rem}.predmet-comment-article{padding:.65rem .75rem;background:#ffffff73;border-radius:10px;border:1px solid rgba(18,69,46,.1)}.predmet-comment-article.predmet-comment-article--reply{background:#ffffff59}@keyframes predmet-comment-highlight-pulse{0%{background:#15803d38;box-shadow:0 0 0 3px #15803d59}35%{background:#15803d24;box-shadow:0 0 0 2px #15803d40}to{background:#ffffff73;box-shadow:none}}.predmet-comment-article.predmet-comment-article--highlight{animation:predmet-comment-highlight-pulse 2.2s ease-out forwards;border-radius:10px}.predmet-comment-in-reply-to{display:flex;align-items:flex-start;gap:.45rem;margin:0 0 .65rem;padding:.5rem .55rem;background:#15803d12;border-radius:8px;border-left:3px solid rgba(21,128,61,.42)}button.predmet-comment-in-reply-to--link{width:100%;margin:0 0 .65rem;border:none;font:inherit;text-align:left;cursor:pointer;color:inherit;transition:background .15s ease,box-shadow .15s ease}button.predmet-comment-in-reply-to--link:hover{background:#15803d1f;box-shadow:inset 0 0 0 1px #15803d33}button.predmet-comment-in-reply-to--link:focus{outline:2px solid rgba(21,128,61,.45);outline-offset:2px}button.predmet-comment-in-reply-to--link:focus:not(:focus-visible){outline:none}button.predmet-comment-in-reply-to--link:focus-visible{outline:2px solid rgba(21,128,61,.45);outline-offset:2px}.predmet-comment-in-reply-to-mark{flex-shrink:0;font-size:1.05rem;line-height:1.25;color:#15803dbf;margin-top:.05rem}.predmet-comment-in-reply-to-main{min-width:0;flex:1}.predmet-comment-in-reply-to-line{margin:0 0 .25rem;font-size:.8rem;line-height:1.35;color:#123326b8}.predmet-comment-in-reply-to-label{font-weight:500}.predmet-comment-in-reply-to-name{color:#123326;font-weight:700}.predmet-comment-in-reply-to-quote{margin:0;font-size:.82rem;line-height:1.4;color:#1f2937e6;font-style:italic;white-space:pre-wrap;word-break:break-word}.predmet-comment-head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .75rem;margin-bottom:.4rem}.predmet-comment-author{font-weight:600;color:#123326}.predmet-comment-time{font-size:.82rem;color:#1233268c}.predmet-comment-delete-btn{margin-left:auto;padding:.25rem;border:none;background:transparent;color:#b91c1cd9;cursor:pointer;border-radius:6px;line-height:0}.predmet-comment-delete-btn:hover:not(:disabled){background:#b91c1c14;color:#b91c1c}.predmet-comment-delete-btn:disabled{opacity:.45;cursor:default}.predmet-comment-text{margin:0 0 .5rem;white-space:pre-wrap;word-break:break-word;font-size:.95rem;line-height:1.45;color:#1f2937}.predmet-comment-actions{margin-bottom:.25rem}.predmet-comment-reply-link{padding:0;border:none;background:none;font-size:.86rem;color:#166534;text-decoration:underline;cursor:pointer;font-weight:500}.predmet-comment-reply-form{margin-top:.5rem}.predmet-comment-reply-input{width:100%;margin-bottom:.5rem}.predmet-comment-reply-form-actions{display:flex;flex-wrap:wrap;gap:.5rem}.predmet-comment-new-actions{margin-top:.5rem}.predmet-comment-new-actions .login-button{margin-top:0;width:auto;max-width:none;padding:.5rem 1rem;font-size:.88rem}.predmet-tasks-card{margin-top:1rem}.predmet-task-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.predmet-task-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.65rem .8rem;background:#fff6;border-radius:12px;border:1px solid rgba(18,69,46,.12)}.predmet-task-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.45rem}.predmet-task-desc-primary{margin:0;font-size:1.05rem;font-weight:600;color:#0f172a;line-height:1.45;white-space:pre-wrap;word-break:break-word}.predmet-task-desc-empty{margin:0;font-size:1.02rem;font-weight:500;font-style:italic;color:#94a3b8}.predmet-task-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-size:.8rem;line-height:1.35;color:#64748b}.predmet-task-meta-team{font-weight:500;color:#64748b}.predmet-task-meta-sep{color:#94a3b8;-webkit-user-select:none;user-select:none}.predmet-task-meta-people{font-weight:400;color:#64748b}.predmet-task-status{font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;white-space:nowrap;flex-shrink:0}.predmet-task-status--active{background:#22c55e33;color:#15803d}.predmet-task-status--completed{background:#64748b38;color:#475569}.predmet-task-status--canceled{background:#f8717138;color:#b91c1c}.predmet-task-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;flex-shrink:0}.predmet-task-status-label{font-size:.72rem;font-weight:600;color:#64748b;margin:0;line-height:1.2}.predmet-task-status-select{font-size:.78rem;font-weight:600;padding:.28rem .65rem;max-width:12rem;min-width:9rem;border-radius:999px;cursor:pointer;border-width:1px}.predmet-task-status-select:disabled{opacity:.7;cursor:wait}.predmet-task-status-select--active{background:#22c55e33;color:#15803d;border-color:#15803d59}.predmet-task-status-select--completed{background:#64748b38;color:#475569;border-color:#47556959}.predmet-task-status-select--canceled{background:#f8717138;color:#b91c1c;border-color:#b91c1c59}.predmet-task-status-saving{font-size:.72rem;color:#64748b}.predmet-task-daily-btn{font-size:.8rem;padding:.35rem .65rem;white-space:nowrap}.predmet-daily-modal-task-label{margin:0 0 .75rem;font-size:.95rem;line-height:1.45;color:#1e293b}.predmet-daily-task-modal-head,.predmet-daily-task-modal-row{display:grid;grid-template-columns:7.5rem minmax(0,1fr) minmax(12rem,1fr);gap:.65rem;align-items:start}.predmet-daily-task-modal-head{font-size:.78rem;font-weight:700;color:#123326;padding:.35rem .5rem;border-bottom:1px solid rgba(18,69,46,.15);margin-bottom:.35rem}.predmet-daily-task-modal-head span:last-child{text-align:right}.predmet-daily-task-modal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;max-height:min(60vh,420px);overflow-y:auto}.predmet-daily-task-modal-row{font-size:.88rem;padding:.45rem .5rem;background:#ffffff73;border-radius:8px;border:1px solid rgba(18,69,46,.1)}.predmet-daily-task-modal-note{white-space:pre-wrap;word-break:break-word}.predmet-daily-task-modal-status-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:0}.predmet-daily-task-status-select{font-size:.78rem;font-weight:600;padding:.3rem .55rem;width:100%;max-width:14rem;border-radius:8px;cursor:pointer;border-width:1px}.predmet-daily-task-status-select:disabled{opacity:.7;cursor:wait}.predmet-daily-task-status-select--todo{background:#fbbf2433;color:#b45309;border-color:#b4530959}.predmet-daily-task-status-select--done{background:#22c55e33;color:#15803d;border-color:#15803d59}.predmet-daily-task-status-select--in_progress{background:#3b82f62e;color:#1d4ed8;border-color:#1d4ed859}.predmet-daily-task-status-select--canceled{background:#f8717138;color:#b91c1c;border-color:#b91c1c59}.predmet-daily-task-status-saving{font-size:.7rem;color:#64748b}@media(max-width:640px){.predmet-daily-task-modal-head,.predmet-daily-task-modal-row{grid-template-columns:1fr;gap:.25rem}.predmet-daily-task-modal-head span:last-child{text-align:left}.predmet-daily-task-modal-status-wrap{align-items:stretch}.predmet-daily-task-status-select{max-width:none}}.predmet-teams-list{display:flex;flex-direction:column;gap:1rem}.predmet-team-block{padding:.75rem .9rem;background:#fff6;border-radius:12px;border:1px solid rgba(18,69,46,.12)}.predmet-team-name{margin:0 0 .5rem;font-size:1rem;color:#123326}.predmet-team-members{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.predmet-team-members li{font-size:.92rem}.predmet-team-member-name{font-weight:500;color:#1f2937}.team-member-pick-list{list-style:none;padding:0;margin:.5rem 0 0;max-height:min(50vh,320px);overflow-y:auto;border:1px solid rgba(18,69,46,.15);border-radius:10px;background:#ffffff80}.team-member-pick-list li{border-bottom:1px solid rgba(148,163,184,.35)}.team-member-pick-list li:last-child{border-bottom:none}.team-member-pick-row{display:flex;align-items:flex-start;gap:.65rem;padding:.55rem .75rem;cursor:pointer;margin:0;font:inherit}.team-member-pick-row input{margin-top:.2rem;flex-shrink:0}.team-member-pick-name{flex:1;min-width:0;text-align:left;color:#111827}.team-external-textarea{min-height:5rem;resize:vertical;font-family:inherit}.task-modal-member-preview{list-style:none;padding:.5rem .65rem;margin:.35rem 0 0;border-radius:10px;border:1px solid rgba(18,69,46,.15);background:#ffffff8c}.task-modal-member-preview li{padding:.25rem 0;font-size:.92rem;color:#1f2937}.predmet-row-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.predmet-title{font-weight:600;color:#123326;font-size:.98rem}.predmet-priority{font-size:.78rem;font-weight:600;padding:.22rem .6rem;border-radius:999px;white-space:nowrap;border:1px solid transparent}.predmet-priority--low{background:#64748b38;color:#475569;border-color:#47556940}.predmet-priority--medium{background:#eab30852;color:#a16207;border-color:#b4530959}.predmet-priority--high{background:#f9731647;color:#c2410c;border-color:#ea580c66}.predmet-priority--urgent{background:#dc262638;color:#b91c1c;border-color:#b91c1c73}.predmet-priority-row{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem;position:relative}.predmet-inline-edit-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.predmet-inline-edit-btn:hover:not(:disabled){background:#0c53341a;color:#123326}.predmet-inline-edit-btn:disabled{opacity:.5;cursor:default}.predmet-inline-edit-icon{width:1rem;height:1rem}.predmet-inline-saving{margin-left:.15rem}.predmet-priority-popover{position:absolute;top:calc(100% + .35rem);left:0;z-index:40;min-width:11rem;padding:.4rem;margin:0;background:#fdfbf7;border:1px solid rgba(15,69,46,.2);border-radius:12px;box-shadow:0 12px 32px #0f172a2e,0 0 0 1px #0f452e0f}.predmet-priority-popover-option{display:flex;width:100%;align-items:center;padding:.45rem .5rem;margin:0;border:none;border-radius:8px;background:transparent;cursor:pointer;text-align:left;font:inherit;transition:background .12s ease}.predmet-priority-popover-option:hover:not(:disabled){background:#0c533414}.predmet-priority-popover-option:disabled{opacity:.6;cursor:default}.predmet-priority-popover-option.is-current{background:#0c53341f}.predmet-priority-popover--align-end{left:auto;right:0}.predmet-priority-popover--open-up{top:auto;bottom:calc(100% + .35rem);margin-top:0}.predmet-task-status-popover-row,.predmet-daily-task-status-popover-row{justify-content:flex-end}.predmet-daily-task-status-badge{display:inline-flex;align-items:center;font-size:.78rem;font-weight:600;padding:.28rem .55rem;border-radius:8px;white-space:nowrap;border:1px solid transparent}.predmet-daily-task-status-badge--todo{background:#fbbf2433;color:#b45309;border-color:#b4530959}.predmet-daily-task-status-badge--done{background:#22c55e33;color:#15803d;border-color:#15803d59}.predmet-daily-task-status-badge--in_progress{background:#3b82f62e;color:#1d4ed8;border-color:#1d4ed859}.predmet-daily-task-status-badge--canceled{background:#f8717138;color:#b91c1c;border-color:#b91c1c59}.predmet-daily-task-status-popover-portal.predmet-priority-popover{margin:0}.predmet-row-badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;justify-content:flex-end}.predmet-subject-status{font-size:.78rem;font-weight:600;padding:.22rem .6rem;border-radius:999px;white-space:nowrap;border:1px solid transparent}.predmet-subject-status--active{background:#16a34a38;color:#166534;border-color:#15803d59}.predmet-subject-status--paused{background:#eab30847;color:#a16207;border-color:#b4530959}.predmet-subject-status--completed{background:#3b82f633;color:#1d4ed8;border-color:#2563eb59}.predmet-subject-status--canceled{background:#64748b38;color:#475569;border-color:#47556940}.predmet-meta{font-size:.86rem;color:#4b5563;line-height:1.35}.predmet-desc{margin:.35rem 0 0;font-size:.86rem;color:#374151;line-height:1.45}.login-button-secondary{background:#94a3b859;color:#1f2937}.login-button-secondary:hover{background:#94a3b880}.admin-katastar-main{max-width:900px}.admin-katastar-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.25rem}.admin-katastar-textarea{min-height:200px;font-family:inherit;resize:vertical}.admin-katastar-ko-block{margin-top:1.25rem}.admin-katastar-ko-title{margin:0 0 .65rem;font-size:1.05rem;color:#123326}.admin-ko-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.admin-ko-list-item{padding:.5rem .75rem;background:#ffffff73;border-radius:10px;border:1px solid rgba(18,69,46,.1);font-weight:500;color:#111827}@media(max-width:900px){.dashboard-shell{max-width:100%;padding:1.75rem 1.4rem 1.8rem}.dashboard-main-columns{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){#root{padding:1.2rem .8rem}.dashboard-shell{padding:1.4rem 1.2rem 1.6rem}.dashboard-main{grid-template-columns:minmax(0,1fr)}.dashboard-header-row{flex-direction:column;align-items:stretch}.modal-backdrop{padding:.75rem;align-items:flex-end}.modal{max-width:100%;border-radius:18px 18px 0 0}}@media(max-width:480px){.login-shell{padding:1.75rem 1.5rem 2rem}.login-title{font-size:1.4rem}}.daily-tasks-accordion{margin-bottom:.85rem;border:1px solid rgba(18,69,46,.15);border-radius:14px;background:#ffffff59;overflow:hidden}.daily-tasks-accordion-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;margin:0;border:none;background:#12452e0f;font:inherit;font-weight:600;color:#123326;cursor:pointer;text-align:left;transition:background .15s ease}.daily-tasks-accordion-toggle:hover{background:#12452e1a}.daily-tasks-accordion-chevron{font-size:.95rem;opacity:.85}.daily-tasks-accordion-body{padding:.75rem 1rem 1rem;border-top:1px solid rgba(18,69,46,.1)}.daily-tasks-filters{margin-bottom:.75rem;padding:.65rem .75rem;border-radius:10px;background:#ffffff80;border:1px dashed rgba(18,69,46,.18)}.daily-tasks-filters-title{margin:0 0 .5rem;font-size:.82rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.03em}.daily-tasks-filter-types{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:.65rem}.daily-tasks-checkbox-label{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;color:#1f2937;cursor:pointer}.daily-tasks-checkbox-label input{width:1rem;height:1rem;accent-color:#166534}.daily-tasks-filter-user{max-width:22rem}.daily-tasks-filter-user .field-label{margin-bottom:.25rem}.daily-tasks-load-more{margin-top:.65rem;display:flex;justify-content:center}.daily-tasks-table-wrap{overflow-x:auto;margin-top:.5rem;border-radius:12px;border:1px solid rgba(18,69,46,.12);background:#ffffff73}.daily-tasks-table{width:100%;border-collapse:collapse;font-size:.88rem;min-width:720px}.daily-tasks-table th,.daily-tasks-table td{padding:.55rem .65rem;text-align:left;border-bottom:1px solid rgba(18,69,46,.1);vertical-align:top}.daily-tasks-table th{font-weight:600;color:#123326;background:#12452e0f}.daily-tasks-table tbody tr:last-child td{border-bottom:none}.daily-task-cards{display:flex;flex-direction:column;gap:.65rem;margin-top:.5rem}.daily-task-card{border-radius:12px;border:1px solid rgba(18,69,46,.14);background:#ffffff8c;overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease}.daily-task-card--expanded{border-color:#12452e47;box-shadow:0 4px 14px #12452e14}.daily-task-card-header-row{display:flex;align-items:stretch;gap:0}.daily-task-card-header-row .daily-task-card-toggle{flex:1;min-width:0;width:auto}.daily-task-card-status-aside{flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.3rem;padding:.65rem .75rem .65rem .65rem;border-left:1px solid rgba(18,69,46,.1)}.daily-task-card-status-aside-label{font-size:.7rem;font-weight:600;color:#64748b;margin:0;line-height:1.2}.daily-task-card-list-status-select{min-width:9.25rem;max-width:11.5rem}.daily-task-card-status-saving{font-size:.68rem;color:#64748b}@media(max-width:560px){.daily-task-card-header-row{flex-direction:column}.daily-task-card-status-aside{border-left:none;border-top:1px solid rgba(18,69,46,.1);padding:.5rem .75rem .65rem;flex-flow:row wrap;align-items:center;gap:.5rem}.daily-task-card-list-status-select{flex:1;min-width:0;max-width:none}}.daily-task-card-toggle{display:flex;gap:.5rem;width:100%;padding:.65rem .75rem;margin:0;text-align:left;align-items:flex-start;border:none;background:transparent;cursor:pointer;font:inherit;color:inherit}.daily-task-card-toggle:hover{background:#12452e0a}.daily-task-card-chevron{flex-shrink:0;width:1.25rem;color:#2d5a40;font-size:.95rem;line-height:1.4}.daily-task-card-summary{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.daily-task-card-badges{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.daily-task-card-badge{display:inline-block;padding:.15rem .45rem;border-radius:8px;font-size:.78rem;font-weight:600}.daily-task-card-badge--type{background:#12452e1a;color:#123326}.daily-task-card-badge--status{background:#3b82f61f;color:#1e3a5f}.daily-task-card-badges .daily-task-card-priority-badge.predmet-priority{font-size:.78rem;padding:.15rem .45rem;border-radius:8px}.daily-task-card-line{display:flex;flex-wrap:wrap;gap:.35rem .65rem;font-size:.88rem;line-height:1.35}.daily-task-card-line--note .daily-task-card-v{white-space:pre-wrap;word-break:break-word}@media(max-width:560px){.daily-task-card-line--note{flex-direction:column;align-items:stretch;gap:.3rem}.daily-task-card-line--note .daily-task-card-k{min-width:0}.daily-task-card-line--note .daily-task-card-v{flex:none;width:100%;max-width:100%}}.daily-task-card-k{font-weight:600;color:#374151;min-width:6.5rem}.daily-task-card-v{color:#1f2937;flex:1;min-width:0}.daily-task-card-expanded{padding:0 .75rem .85rem 2.25rem;border-top:1px solid rgba(18,69,46,.1);background:#12452e08}.daily-task-card-expanded-meta{padding:.65rem 0 .5rem;font-size:.88rem;line-height:1.45;color:#374151}.daily-task-card-expanded-meta p{margin:0 0 .35rem}.daily-task-card-expanded-predmet{padding-bottom:.25rem}.daily-task-card-subsection-title{margin:.35rem 0 .5rem;font-size:.95rem;font-weight:700;color:#123326}.daily-task-card-predmet-dl{margin-top:.25rem}.daily-task-card-open-predmet{margin-top:.85rem}.daily-task-search-list{list-style:none;margin:.35rem 0 0;padding:0;max-height:220px;overflow-y:auto;border:1px solid rgba(18,69,46,.12);border-radius:12px;background:#ffffff80}.daily-task-search-empty{padding:.75rem;color:#6b7280;font-size:.92rem}.daily-task-pick{display:block;width:100%;margin:0;padding:.65rem .75rem;border:none;border-bottom:1px solid rgba(18,69,46,.08);background:transparent;font:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.daily-task-pick:hover{background:#12452e0f}.daily-task-pick--active{background:#12452e1f}.daily-task-pick--active:hover{background:#12452e24}.daily-task-pick-desc{display:block;margin-top:.25rem;font-size:.88rem;color:#4b5563}.daily-task-pick-obj{display:block;margin-top:.2rem;font-size:.85rem;color:#374151;font-weight:500}.predmet-folder-view{display:inline-block;max-width:100%;vertical-align:top}.predmet-folder-text{display:inline;word-break:break-word;overflow-wrap:anywhere}.predmet-inline-edit-btn{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;margin-left:.2rem;padding:.2rem;border:none;border-radius:8px;background:#12452e14;color:#123326;cursor:pointer;transition:background .15s ease}.predmet-inline-edit-btn:hover{background:#12452e29}.predmet-folder-edit{width:100%;max-width:32rem}.predmet-folder-input{width:100%;margin-bottom:.5rem}.predmet-folder-edit-actions{display:flex;flex-wrap:wrap;gap:.5rem}.modal.modal--wide .modal-body{max-height:min(78vh,620px)}.notifications-bell-root{position:fixed;right:1.25rem;bottom:calc(3.75rem + env(safe-area-inset-bottom,0px));z-index:10040}.notifications-bell-fab{position:relative;display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;padding:0;border:none;border-radius:50%;background:linear-gradient(145deg,#15803d,#0f5f2d);color:#fff;cursor:pointer;box-shadow:0 4px 14px #0f4d2873;transition:transform .15s ease,box-shadow .15s ease}.notifications-bell-fab:hover{transform:scale(1.05);box-shadow:0 6px 18px #0f4d2880}.notifications-bell-icon{flex-shrink:0}.notifications-bell-badge{position:absolute;top:-.15rem;right:-.15rem;min-width:1.35rem;height:1.35rem;padding:0 .3rem;border-radius:999px;background:#dc2626;color:#fff;font-size:.7rem;font-weight:700;line-height:1.35rem;text-align:center;box-shadow:0 1px 4px #00000040}.notifications-bell-panel{position:absolute;right:0;bottom:calc(100% + .65rem);width:min(22rem,calc(100vw - 2rem));max-height:min(70vh,28rem);display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 8px 32px #12332638;border:1px solid rgba(18,69,46,.12);overflow:hidden}.notifications-bell-panel-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem .75rem;padding:.65rem .85rem;border-bottom:1px solid rgba(18,69,46,.1);background:#12452e0a}.notifications-bell-panel-title{margin:0;font-size:1rem;color:#123326;flex:1 1 auto;min-width:0}.notifications-bell-mark-all{flex-shrink:0;padding:.3rem .55rem;font-size:.78rem;font-weight:600;color:#15803d;background:#15803d1f;border:1px solid rgba(21,128,61,.35);border-radius:8px;cursor:pointer;transition:background .15s ease}.notifications-bell-mark-all:hover:not(:disabled){background:#15803d33}.notifications-bell-mark-all:disabled{opacity:.45;cursor:not-allowed}.notifications-bell-panel-body{overflow-y:auto;flex:1;min-height:0;padding:.35rem 0}.notifications-bell-muted{margin:.75rem .85rem;font-size:.9rem;color:#6b7280}.notifications-bell-list{list-style:none;margin:0;padding:0}.notifications-bell-item{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;width:100%;padding:.65rem .85rem;border:none;background:transparent;text-align:left;font:inherit;cursor:pointer;border-bottom:1px solid rgba(18,69,46,.06);transition:background .12s ease}.notifications-bell-item:hover{background:#15803d14}.notifications-bell-item--unread{background:#3b82f60f;border-left:3px solid #15803d;padding-left:calc(.85rem - 3px)}.notifications-bell-item-text{font-size:.88rem;line-height:1.4;color:#1f2937;word-break:break-word}.notifications-bell-item-time{font-size:.72rem;color:#6b7280}.notifications-bell-more-wrap{padding:.5rem .85rem .75rem;display:flex;justify-content:center}.notifications-bell-more-btn{font-size:.88rem;padding:.35rem .85rem}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.pwa-update-toast{position:fixed;left:50%;bottom:max(1rem,env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:10050;display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;max-width:min(92vw,28rem);padding:.65rem .85rem;border-radius:12px;background:#0b3b2ef7;color:#f4f1e8;box-shadow:0 12px 32px #00000047,0 0 0 1px #f4f1e81f;font-size:.9rem;line-height:1.35}.pwa-update-toast__text{flex:1;min-width:0;font-weight:600}.pwa-update-toast__primary{cursor:pointer;border:none;border-radius:8px;padding:.45rem .85rem;font-weight:600;font-size:.85rem;background:#f4f1e8;color:#0b3b2e}.pwa-update-toast__primary:hover{filter:brightness(1.05)}.pwa-update-toast__dismiss{cursor:pointer;border:none;border-radius:8px;padding:.45rem .65rem;font-size:.82rem;background:transparent;color:#f4f1e8d9;text-decoration:underline}.pwa-update-toast__dismiss:hover{color:#fff}
