:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#1f2937;background-color:#eef2f7}*{box-sizing:border-box}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:15px;line-height:1;padding:0;flex-shrink:0;cursor:pointer}.icon-btn img{width:14px;height:14px;opacity:.65}.icon-btn-add{font-size:18px;font-weight:700;line-height:1;width:28px;height:26px;color:#64748b}body{margin:0}.auth-shell{min-height:100vh;display:grid;grid-template-columns:40fr 60fr;background:linear-gradient(135deg,#eef2f7,#d9e4f5)}.auth-panel{display:flex;align-items:center;justify-content:center;padding:36px}.auth-card{width:min(100%,430px);padding:30px 28px;border:1px solid #cbd5e1;border-radius:16px;background:linear-gradient(135deg,#00202e,#00202e,#00202ec7 72%,#f4f8fc);box-shadow:0 14px 30px #0f172a1f}.auth-logo{width:126px;object-fit:contain}.auth-card h1{margin:14px 0 4px;color:#f8fafc}.auth-card p{margin:0;color:#e2e8f0}.auth-form{margin-top:20px;display:flex;flex-direction:column;gap:8px}.auth-field-label{margin-top:8px;font-size:.86rem;font-weight:700;color:#fff}.auth-field{width:100%;height:42px;border:1px solid #cbd5e1;border-radius:10px;padding:0 12px;font-size:.94rem;color:#0f172a}.auth-error{margin:2px 0 0;color:#fff;font-size:.84rem;font-weight:700}.auth-submit{margin-top:10px;height:44px;border:1px solid #b65211;border-radius:10px;background:#d46515;color:#fff;font-weight:700;cursor:pointer}.auth-forgot{margin-top:6px;border:none;background:transparent;color:#fff;font-weight:700;text-align:left;cursor:pointer}.auth-hint{margin-top:12px;color:#fff;font-size:.84rem}.auth-media{position:relative;overflow:hidden;clip-path:polygon(12% 0,100% 0,100% 100%,0 100%)}.auth-media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#00202e1a,#00202e00);z-index:1}.auth-media img{width:100%;height:100%;object-fit:cover}.app-shell{--panel-width: clamp(260px, 20vw, 360px);--content-gutter: clamp(14px, 2.4vw, 34px);min-height:100vh;background:linear-gradient(135deg,#eef2f7,#d9e4f5)}.top-header{position:fixed;top:0;left:0;z-index:20;width:100%;height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;background:#00202e;border-bottom:1px solid #001520}.header-left-controls{justify-self:start;display:inline-flex;align-items:center;gap:24px}.hamburger-button{justify-self:start;width:34px;height:26px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:space-between;gap:0;padding:0;cursor:pointer;transition:transform .22s ease}.hamburger-button.open{transform:rotate(90deg)}.hamburger-button span{width:100%;height:3px;border-radius:2px;background:#fff}.header-create-user{border:1px solid #b65211;border-radius:10px;background:#d46515;color:#fff;font-weight:700;font-size:.86rem;padding:8px 11px;cursor:pointer}.header-create-user:hover{background:#b85010;border-color:#a04410;transform:translateY(-2px)}.user-management-search{margin-top:0}.user-management-create{margin-top:12px}.modal-form-stack{display:grid;grid-template-columns:1fr;gap:8px}.modal-form-stack .modal-field{margin-top:6px}.logo-image{justify-self:center;width:130px;height:auto;object-fit:contain}.logo-home-btn{justify-self:center;border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;border-radius:8px;transition:opacity .16s ease}.logo-home-btn:hover{opacity:.8}.user-area{position:relative;justify-self:end}.user-menu-trigger{border:1px solid transparent;background:transparent;display:inline-flex;align-items:center;gap:12px;padding:4px 6px;border-radius:10px;cursor:pointer}.user-menu-trigger:hover{border-color:#ffffff38;background:#ffffff14}.user-menu-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:156px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a29;padding:6px;display:flex;flex-direction:column;gap:4px;z-index:30;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .16s ease,transform .16s ease}.user-menu-popover.open{opacity:1;pointer-events:auto;transform:translateY(0)}.user-menu-item{width:100%;border:1px solid transparent;border-radius:8px;background:#fff;color:#0f172a;padding:8px 10px;text-align:left;font-weight:600;cursor:pointer}.user-menu-item:hover{background:#f1f5f9}.username{font-size:.95rem;font-weight:600;color:#fff}.avatar-image{width:36px;height:36px;border:1px solid rgba(255,255,255,.35);border-radius:50%;object-fit:cover;background:#ffffff26}.left-panel{position:fixed;top:72px;left:0;z-index:25;width:var(--panel-width);height:calc(100vh - 72px);background:#fff;border-right:1px solid #cbd5e1;box-shadow:8px 0 24px #0f172a1f;padding:20px 16px 10px;overflow:hidden;display:flex;flex-direction:column;overscroll-behavior:contain;transform:translate(-110%);transition:transform .22s ease}.left-panel.open{transform:translate(0)}.left-panel h2{margin:0;text-align:center;font-size:1.2rem}.left-panel hr{margin:14px auto 18px;width:86%;border:none;border-top:1px solid #cbd5e1}.add-subject{width:100%;padding:10px 12px;border:1px solid #b65211;border-radius:10px;background:#d46515;color:#fff;font-weight:600;cursor:pointer}.subject-search{margin-top:10px;width:100%;height:40px;padding:0 10px;border:1px solid #cbd5e1;border-radius:10px;font-size:.95rem}.subject-row{margin-top:10px;display:grid;grid-template-columns:1fr auto;gap:8px}.subject-item{width:100%;margin-top:0;padding:11px 12px;border:1px solid transparent;border-radius:10px;background:#e2e8f0;font-weight:500;text-align:left;cursor:pointer}.subject-edit{min-height:34px;padding:6px 12px;border:1px solid #b8c7d3;border-radius:10px;background:#fff;font-size:.82rem;font-weight:700;line-height:1.1;cursor:pointer}.subject-item.active{border-color:#d46515;background:#fde9db}.subject-list{margin-top:8px;flex:1;overflow-y:auto;padding-bottom:10px}.blank-content{padding:96px var(--content-gutter) 32px;width:100%;min-height:100vh;transition:width .22s ease,margin-left .22s ease}.app-shell.panel-open .blank-content{margin-left:var(--panel-width);width:calc(100% - var(--panel-width))}.home-shell{display:flex;flex-direction:column}.home-content{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:72px 24px 48px;min-height:100vh;background:#091929;overflow:hidden}.home-bg-waves{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.module-grid{position:relative;z-index:1;display:flex;gap:40px;flex-wrap:wrap;justify-content:center}.module-card{display:flex;flex-direction:column;align-items:center;gap:24px;width:260px;padding:48px 32px 36px;border:1px solid rgba(249,115,22,.35);border-radius:20px;background:#0f2844b8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.module-card:hover{transform:translateY(-6px);border-color:#f97316b3;background:#143458d9;box-shadow:0 16px 48px #f973162e}.module-card-icon-wrap{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;background:#f973161a;border:1px solid rgba(249,115,22,.25)}.module-card-label{font-size:1.15rem;font-weight:600;color:#f1f5f9;text-align:center;letter-spacing:.01em}.module-card-arrow{font-size:1.2rem;color:#f97316;line-height:1}.subject-placeholder{margin:10px 0;color:#1e3a4a;font-weight:600}.subject-content,.user-subject-content{width:min(100%,1240px);margin:0 auto}.user-subject-headings h1{margin:0;color:#0f172a;font-size:clamp(1.9rem,3vw,2.5rem);letter-spacing:-.03em}.user-overview-section{--utility-elektrina: #e0b84a;--utility-teplo: #d88964;--utility-voda: #7ca6c9;--utility-plyn: #8bb48d;display:flex;flex-direction:column;gap:18px}.user-overview-heading-block h2{margin:0;color:#0f172a;font-size:1.55rem}.user-overview-heading-block p{margin:8px 0 0;color:#526277;font-size:.92rem;line-height:1.5}.user-overview-top-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px}.user-overview-panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.user-overview-card{min-height:118px;border:1px solid #e4e8ee;border-radius:16px;background:#fff;box-shadow:0 8px 18px #0f172a0a;padding:16px 14px;display:flex;flex-direction:column;justify-content:flex-start}.user-overview-card-compact{min-height:116px}.user-overview-card-topline{display:flex;align-items:center;gap:8px;min-height:28px}.user-overview-card-marker{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:.67rem;font-weight:800;letter-spacing:.02em;flex-shrink:0}.user-overview-card-icon{width:22px;height:22px;object-fit:contain;display:block}.user-overview-card-marker.accent-neutral{background:#eef2ff;color:#6366f1}.user-overview-card-marker.utility-elektrina{background:#faf0d3;color:#b0841d}.user-overview-card-marker.utility-teplo{background:#f7e1d3;color:#b76a48}.user-overview-card-marker.utility-voda{background:#dfecf6;color:#496f8e}.user-overview-card-marker.utility-plyn{background:#e2ede2;color:#587a5a}.user-overview-card-label{color:#526277;font-size:.83rem;font-weight:600}.user-overview-card-value{margin-top:18px;color:#0f172a;font-size:2rem;line-height:1}.user-overview-card-caption{margin-top:6px;color:#64748b;font-size:.8rem;line-height:1.4}.user-overview-panel{border:1px solid #e4e8ee;border-radius:16px;background:#fff;box-shadow:0 10px 24px #0f172a0a;overflow:hidden}.user-overview-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #eef2f7}.user-overview-panel-header h3{margin:0;color:#1e293b;font-size:1rem}.user-overview-panel-header-plain{border-bottom:none;padding-bottom:8px}.user-overview-panel-link{color:#818cf8;font-size:.82rem;font-weight:600}.user-alerts-list{display:flex;flex-direction:column;max-height:360px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.user-alerts-list::-webkit-scrollbar{width:0;height:0;display:none}.user-alert-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:start;padding:16px 18px;border-top:1px solid #eef2f7}.user-alert-row:first-child{border-top:none}.user-alert-icon{width:18px;height:18px;margin-top:2px;border-radius:50%;position:relative;background:#dbeafe}.user-alert-icon:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:currentColor}.user-alert-icon.tone-danger{color:#ef4444;background:#fee2e2}.user-alert-icon.tone-warning{color:#f97316;background:#ffedd5}.user-alert-icon.tone-info{color:#3b82f6;background:#dbeafe}.user-alert-title,.user-alert-description,.user-alert-meta{margin:0}.user-alert-title{color:#1e293b;font-size:.92rem;font-weight:700}.user-alert-description{margin-top:4px;color:#475569;font-size:.82rem}.user-alert-meta{margin-top:3px;color:#94a3b8;font-size:.74rem}.user-alert-date{color:#94a3b8;font-size:.78rem;white-space:nowrap}.user-alerts-empty{margin:0;padding:18px;color:#64748b;font-size:.9rem}.user-utility-chart-layout{padding:8px 24px 24px;display:grid;grid-template-columns:minmax(200px,240px) minmax(0,1fr);align-items:center;align-content:center;gap:16px;min-height:320px;flex:1}.user-utility-chart{width:220px;height:220px;margin:auto;border-radius:50%;display:grid;place-items:center;box-shadow:0 8px 20px #0f172a0f}.user-utility-chart-center{width:112px;height:112px;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #eef2f7}.user-utility-chart-center strong{color:#334155;font-size:1.95rem;line-height:1}.user-utility-chart-center span{margin-top:4px;color:#94a3b8;font-size:.82rem}.user-utility-panel{display:flex;flex-direction:column}.user-utility-legend{display:flex;flex-direction:column;gap:12px}.user-utility-legend-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.user-utility-legend-main{display:inline-flex;align-items:center;gap:10px}.user-utility-legend-dot{width:10px;height:10px;border-radius:50%}.user-utility-legend-dot.utility-elektrina{background:var(--utility-elektrina)}.user-utility-legend-dot.utility-teplo{background:var(--utility-teplo)}.user-utility-legend-dot.utility-voda{background:var(--utility-voda)}.user-utility-legend-dot.utility-plyn{background:var(--utility-plyn)}.user-utility-legend-label,.user-utility-legend-value{color:#475569;font-size:.84rem}.user-utility-legend-value{white-space:nowrap}.user-consumption-panel{margin-top:4px}.user-consumption-header{flex-wrap:wrap;gap:12px;padding:16px 20px}.user-consumption-header h3{margin:0;color:#1e293b;font-size:1rem}.user-consumption-tabs{display:inline-flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:10px}.user-consumption-toolbar{display:inline-flex;flex-wrap:wrap;gap:10px;align-items:center}.user-consumption-tariff-tabs{background:#eef2f7}.user-consumption-tab{border:none;background:transparent;padding:6px 14px;border-radius:8px;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}.user-consumption-tab:hover{color:#1e293b}.user-consumption-tab.active{background:#fff;color:#0f172a;box-shadow:0 4px 10px #0f172a14}.user-consumption-body{padding:8px 20px 20px}.user-consumption-svg{width:100%;height:auto;display:block}.user-consumption-grid{stroke:#e2e8f0;stroke-width:1;stroke-dasharray:4 4}.user-consumption-axis-label{fill:#94a3b8;font-size:11px;font-family:inherit}.user-consumption-axis-caption{fill:#94a3b8;font-size:11px;font-family:inherit;letter-spacing:.04em;text-transform:uppercase}.user-consumption-line{fill:none;stroke:#4b7ab2;stroke-width:2.2;stroke-linejoin:round;stroke-linecap:round}.user-consumption-area{fill:#4b7ab21f;stroke:none}.user-consumption-point{fill:#fff;stroke:#4b7ab2;stroke-width:2}.user-consumption-empty{margin:0;padding:32px 4px;color:#64748b;font-size:.9rem;text-align:center}.user-organisations-section{margin-top:5vh}.user-organisations-section h2{margin:0;font-size:1.45rem;color:#0f172a}.user-organisations-list{margin-top:16px;display:flex;flex-direction:column;gap:12px}.user-organisation-block{border:1px solid #b8c7d3;border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s ease,border-color .18s ease}.user-organisation-block.expanded{border-color:#9fb2c4;box-shadow:0 8px 22px #0f172a14}.user-organisation-card{min-height:0;border:none;border-radius:0;background:transparent}.user-objects-panel-wrap{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;transition:max-height .26s ease,opacity .22s ease,transform .22s ease}.user-objects-panel-wrap.expanded{max-height:1200px;opacity:1;transform:translateY(0)}.user-objects-panel{border-top:1px solid #dbe3ec;background:#f8fafc;padding:14px}.user-objects-title{margin:0;color:#0f172a;font-size:1.02rem;font-weight:700}.user-objects-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}.user-object-block{border:1px solid #dbe3ec;border-radius:10px;background:#fff;overflow:hidden}.user-object-row{width:100%;border:none;background:transparent;padding:10px 12px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer}.user-object-name{margin:0;color:#0f172a;font-weight:700}.user-object-points{margin:4px 0 0;color:#3b82f6;font-size:.84rem;font-weight:600}.user-utilities-panel-wrap{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;transition:max-height .24s ease,opacity .2s ease,transform .2s ease}.user-utilities-panel-wrap.expanded{max-height:1200px;opacity:1;transform:translateY(0)}.user-utilities-panel{border-top:1px solid #e2e8f0;background:#f8fafc;padding:10px}.user-utilities-list{display:flex;flex-direction:column;gap:8px}.user-utility-block{border:1px solid #dbe3ec;border-radius:10px;background:#fff;overflow:hidden}.user-utility-row{width:100%;border:none;background:transparent;padding:9px 11px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer}.user-utility-name{margin:0;color:#0f172a;font-weight:700}.user-utility-points{margin:3px 0 0;color:#3b82f6;font-size:.82rem;font-weight:600}.user-points-panel-wrap{max-height:0;opacity:0;overflow:hidden;transition:max-height .22s ease,opacity .18s ease}.user-points-panel-wrap.expanded{max-height:900px;opacity:1}.user-points-panel{border-top:1px solid #e2e8f0;background:#f8fafc;padding:9px}.user-points-list{display:flex;flex-direction:column;gap:6px}.user-point-row{border:1px solid #dbe3ec;border-radius:8px;background:#fff;padding:8px 10px}.user-point-name{margin:0;color:#334155;font-size:.9rem;font-weight:600}.user-point-card{border:1px solid #dbe3ec;border-radius:10px;background:#fff;overflow:hidden}.user-point-card.expanded{border-color:#c7d2fe}.user-point-card-header{width:100%;border:none;background:transparent;padding:10px 12px 6px;display:flex;align-items:center;gap:6px;cursor:pointer;text-align:left}.user-point-card-header:hover{background:#f8fafc}.user-point-card-chevron{font-size:.75rem;color:#94a3b8;flex-shrink:0}.user-point-card-name{font-size:.92rem;font-weight:700;color:#1e293b}.user-point-card-summary{padding:8px 12px 12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border-top:1px solid #e2e8f0}.user-point-chip{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:8px 10px;border:1px solid #dbe3ec;border-radius:10px;background:#fff;min-width:0}.user-point-chip:last-child{border-right:1px solid #dbe3ec}.user-point-chip-price{align-items:flex-end;text-align:right}.user-point-chip-label{font-size:.71rem;color:#64748b;font-weight:500;white-space:nowrap}.user-point-chip-value{font-size:.9rem;color:#1e293b;font-weight:700;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.user-point-card-detail{background:#f1f5f9}.user-point-card-detail-left{flex:1;display:flex;flex-direction:column;gap:5px}.user-point-detail-row{display:flex;gap:8px;align-items:baseline}.user-point-detail-key{font-size:.76rem;color:#64748b;font-weight:500;min-width:80px;flex-shrink:0}.user-point-detail-val{font-size:.82rem;color:#1e293b;font-weight:700}.user-point-sparkline{display:block;border-radius:6px}.user-point-no-data{font-size:.75rem;color:#94a3b8}.user-point-card-detail-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;border-top:1px solid #e2e8f0;padding:10px 12px 12px}.user-point-chip-detail{border:none;border-radius:0;background:transparent;padding:0 10px}.user-point-chip-graph{align-items:stretch;background:transparent;padding:0}.user-point-card-detail .user-point-chip-label{white-space:normal}.user-point-card-detail .user-point-chip-value{white-space:normal;overflow:visible;text-overflow:clip}.left-panel-help{position:static;margin:auto -16px -10px;padding:12px 16px;background:#f8fafc;border:none;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left}.left-panel-help:hover{background:#eef2f7}.left-panel-help-icon{width:32px;height:32px;border-radius:50%;background:#e0e7ff;color:#4f46e5;font-size:.9rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.left-panel-help-title{margin:0;font-size:.86rem;font-weight:700;color:#1e293b}.left-panel-help-sub{margin:1px 0 0;font-size:.76rem;color:#64748b}.help-modal-window{max-width:420px}.export-modal-window{max-width:760px}.export-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:18px}.export-modal-col{display:flex;flex-direction:column;gap:16px}.export-field-group{display:flex;flex-direction:column;gap:6px}.export-section-label{font-size:.82rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:6px}.export-section-hint{font-size:.78rem;font-weight:400;color:#94a3b8;text-transform:none;letter-spacing:0}.export-year-select{max-width:120px}.export-checklist{display:flex;flex-direction:column;gap:4px;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;background:#f8fafc}.export-checklist-scroll{max-height:180px;overflow-y:auto}.export-check-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#1e293b;cursor:pointer;padding:2px 0}.export-check-item input[type=checkbox]{width:15px;height:15px;cursor:pointer;flex-shrink:0}.export-check-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.help-modal-desc{margin:0 0 20px;font-size:.92rem;color:#475569;line-height:1.55}.help-modal-contacts{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}.help-contact-row{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#f1f5f9;border-radius:10px}.help-contact-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}.help-contact-label{margin:0 0 4px;font-size:.76rem;color:#64748b;font-weight:500}.help-contact-value{margin:2px 0 0;font-size:.9rem;color:#1e293b;font-weight:700}.user-objects-empty{margin:0;color:#475569;font-size:.9rem;font-weight:600}.subject-headings h1{margin:0;color:#0f172a;font-size:1.6rem}.subject-headings p{margin:6px 0 0;color:#0f172a;font-size:1.2rem;font-weight:700}.action-blocks{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(180px,260px));justify-content:center;gap:14px}.action-block{height:52px;border:1px solid #b8c7d3;border-radius:10px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 14px;font-weight:600;color:#0f172a;cursor:pointer}.action-block img{width:18px;height:18px;object-fit:contain}.main-divider{margin:24px auto 22px;width:88%;border:none;border-top:1px solid #cbd5e1}.organisations-section h2{margin:0;font-size:1.45rem;color:#0f172a}.organisations-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(210px,1fr));gap:14px}.organisation-card{min-height:132px;border:1px solid #b8c7d3;border-radius:12px;background:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:6px;padding:14px;text-align:left;color:#0f172a}.organisation-button{border:1px solid #b8c7d3;width:100%;cursor:pointer}.organisation-card h3{margin:0;font-size:1.02rem}.organisation-address{margin:0;font-size:.86rem;color:#334155}.organisation-note{margin:0;font-size:.88rem;color:#0f172a}.organisation-points{margin:2px 0 0;font-size:.82rem;color:#3b82f6;font-weight:600}.organisation-controls-title{margin:10px 0 0;font-size:.84rem;color:#0f172a;font-weight:700}.organisation-controls-empty,.organisation-controls-item{margin:0;font-size:.8rem;color:#334155;white-space:normal}.organisation-controls-card{width:100%;margin-top:6px;padding:7px 8px;border:1px solid #d8e1ea;border-radius:8px;background:#f8fafc}.organisation-controls-card+.organisation-controls-card{margin-top:6px}.invoice-list-box{margin-top:14px;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;padding:10px;max-height:360px;overflow-y:auto}.invoice-search{margin-top:10px}.admin-list-box{margin-top:12px;border:1px solid #cbd5e1;border-radius:12px;max-height:280px;overflow-y:auto;background:#f8fafc}.admin-list-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-top:1px solid #dbe3ec}.admin-list-item:first-child{border-top:none}.admin-list-item.blocked{background:#fff1f2;border-color:#fecdd3}.admin-list-actions{display:inline-flex;align-items:center;gap:8px}.admin-remove-button{width:28px;height:28px;border:1px solid #d1d9e2;border-radius:50%;background:#fff;color:#1e293b;font-size:.82rem;font-weight:700;cursor:pointer}.admin-remove-button:hover:not(:disabled){background:#eef2f7}.admin-remove-button:disabled{opacity:.45;cursor:not-allowed}.invoice-warning{margin:10px 0 0;color:#9a3412;font-size:.82rem}.invoice-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #dbe3ec;border-radius:10px;background:#fff}.invoice-row+.invoice-row{margin-top:8px}.invoice-row-left{display:flex;flex-direction:column;align-items:flex-start;gap:6px;flex:1}.invoice-name{margin:0;font-weight:700;color:#0f172a}.invoice-name-reference{color:#475569;font-weight:600}.invoice-number{margin:0;color:#334155;font-size:.86rem}.invoice-meta-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(210px,1fr));gap:4px 12px}.invoice-empty{margin:0;color:#334155;font-weight:600}.history-list-box{margin-top:14px;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;padding:10px;max-height:380px;overflow-y:auto}.history-row{border:1px solid #dbe3ec;border-radius:10px;background:#fff;padding:10px}.history-row+.history-row{margin-top:8px}.history-action{margin:0;color:#0f172a;font-weight:700;white-space:pre-line}.history-meta{margin:6px 0 0;color:#334155;font-size:.85rem}.history-empty{margin:0;color:#334155;font-weight:600}.invoice-form-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:10px 14px}.invoice-field-full{grid-column:1 / -1}.add-organisation{border:2px dashed #8aa0b3;background:transparent;align-items:center;justify-content:center;text-align:center;font-weight:600;cursor:pointer}.add-subject,.subject-item,.subject-edit,.action-block,.organisation-card,.utility-toggle,.utility-add-point,.collection-point-toggle,.modal-actions button,.icon-btn,.header-create-user{transition:transform .15s ease,filter .15s ease,background-color .15s ease}.add-subject:hover,.subject-item:hover,.action-block:hover,.organisation-card:not(.user-organisation-card):hover,.utility-toggle:hover,.collection-point-toggle:hover,.modal-actions button:hover{transform:translateY(-2px);filter:brightness(.97)}.subject-edit:hover,.icon-btn:hover{transform:translateY(-2px);background:#f1f5f9;border-color:#94a3b8}.utility-add-point:hover{transform:translateY(-2px);background:#b85010;border-color:#a04410}.add-subject:hover,.header-create-user:hover{background:#b85010;border-color:#a04410}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0f172a52;display:grid;place-items:center;padding:20px}.modal-overlay-front{z-index:50}.modal-window{width:min(520px,100%);border-radius:14px;background:#fff;border:1px solid #cbd5e1;box-shadow:0 14px 30px #0f172a38;padding:18px}.modal-window-large{width:min(980px,100%);max-height:min(92vh,980px);overflow-y:auto;scrollbar-width:none}.modal-window-large::-webkit-scrollbar{display:none}.modal-window-xlarge{width:min(1180px,100%);max-height:min(92vh,1050px);overflow-y:auto}.modal-window-fullwidth{width:min(1800px,96vw);max-height:94vh;overflow-y:auto}.modal-window h3{margin:0 0 12px;color:#0f172a}.modal-field{width:100%;margin-top:10px;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:.95rem}.modal-textarea{min-height:96px;resize:vertical}.modal-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.modal-actions-spread{justify-content:space-between;flex-wrap:wrap}.modal-actions-equal button{flex:1 1 180px;min-width:180px}.modal-actions button{border:1px solid #b8c7d3;background:#f8fafc;border-radius:10px;padding:8px 12px;cursor:pointer}.modal-actions .primary{border-color:#b65211;background:#d46515;color:#fff}.modal-actions .danger{border-color:#b91c1c;background:#ef4444;color:#fff}.settings-modal-content{margin-top:8px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.settings-link-button{border:1px solid #b8c7d3;background:#f8fafc;border-radius:10px;padding:8px 12px;color:#0f172a;font-weight:600;cursor:pointer}.settings-nav-item{border:none;background:transparent;padding:9px 4px;color:#0f172a;font-weight:400;font-size:.97rem;text-align:left;cursor:pointer;transition:transform .15s ease,color .15s ease}.settings-nav-item:hover{transform:translateY(-2px);color:#d46515}.settings-close-row{justify-content:flex-end}.modal-detail-line{margin:8px 0 0;color:#334155}.subject-assignment-section{margin-top:12px}.subject-assignment-inline{display:flex;align-items:center;gap:8px}.subject-assignment-inline .modal-field{margin-top:0}.subject-assignment-inline .subject-edit{min-width:90px}.assigned-users-list{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.assigned-users-empty{margin:0;color:#475569;font-size:.87rem;font-weight:600}.assigned-user-chip{display:inline-flex;align-items:center;gap:8px;border:1px solid #dbe3ec;border-radius:999px;background:#f8fafc;color:#0f172a;padding:6px 8px 6px 12px;font-size:.86rem;font-weight:600}.assigned-user-chip button{width:22px;height:22px;border:1px solid #d1d9e2;border-radius:50%;background:#fff;color:#1e293b;font-size:.75rem;font-weight:700;line-height:1;cursor:pointer}.assigned-user-chip button:hover{background:#eef2f7}.modal-warning-line{color:#9a3412}.modal-error-line{color:#b91c1c}.organisation-modal-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.organisation-modal-top .subject-edit{margin-top:1px}.organisation-detail-locked{margin-top:10px;border:1px solid #dbe3ec;border-radius:12px;background:#f8fafc;padding:12px}.organisation-detail-clickable{cursor:pointer}.organisation-detail-clickable:hover{border-color:#c2d2df;background:#fff}.organisation-detail-locked p{margin:0 0 8px;color:#0f172a}.organisation-modal-layout{margin-top:10px;display:grid;grid-template-columns:minmax(320px,1fr) minmax(290px,.9fr);gap:16px}.organisation-info-column,.organisation-contacts-column{display:flex;flex-direction:column}.section-title-row{display:flex;align-items:center;justify-content:flex-start;gap:8px}.section-title-row h4{margin:0;color:#0f172a;font-size:1.02rem}.contact-list,.object-list{margin-top:10px;display:flex;flex-direction:column;gap:10px}.info-card,.object-card{position:relative;border:1px solid #dbe3ec;border-radius:12px;background:#f8fafc;padding:10px}.object-card{border-left:4px solid #3b82f6;background:#f8fafc;transition:border-color .12s ease,background-color .12s ease}.object-card:hover{border-left-color:#2563eb;border-color:#93c5fd;background:#fff}.object-card.expanded{border-left-color:#1d4ed8;border-color:#93c5fd;background:#fff}.object-card-clickable,.collection-point-block-clickable,.info-card-clickable{cursor:pointer}.object-card-clickable:hover,.collection-point-block-clickable:hover,.info-card-clickable:hover{border-color:#c2d2df;background:#fff}.collection-point-block.expanded{border-color:#b8c7d3}.info-card p,.object-card p{margin:0;color:#334155;font-size:.9rem}.info-card p+p{margin-top:5px}.object-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.object-card-header h4{margin:0 0 4px;color:#0f172a;font-size:.98rem}.empty-line{margin:0;color:#475569;font-size:.87rem;font-weight:600}.organisation-divider{width:100%;margin:14px 0}.utility-stack{margin-top:0;padding-top:18px;display:flex;flex-direction:column;gap:10px;padding-bottom:2px}.utility-block{border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;overflow:hidden}.utility-block.utility-elektrina{border-color:#d4a017}.utility-block.utility-elektrina .utility-toggle{background:#fffbea;border-left:4px solid #d4a017;color:#713f12}.utility-block.utility-elektrina .utility-content{border-top-color:#f0c040;background:#fffef5}.utility-block.utility-plyn{border-color:#4a9255}.utility-block.utility-plyn .utility-toggle{background:#f0fdf4;border-left:4px solid #4a9255;color:#14532d}.utility-block.utility-plyn .utility-content{border-top-color:#6db876;background:#f5fdf6}.utility-block.utility-teplo{border-color:#c2541a}.utility-block.utility-teplo .utility-toggle{background:#fff7ed;border-left:4px solid #c2541a;color:#7c2d12}.utility-block.utility-teplo .utility-content{border-top-color:#e07048;background:#fffaf5}.utility-block.utility-voda{border-color:#2563eb}.utility-block.utility-voda .utility-toggle{background:#eff6ff;border-left:4px solid #2563eb;color:#1e3a8a}.utility-block.utility-voda .utility-content{border-top-color:#5a9fd4;background:#f5f9ff}.utility-toggle{width:100%;min-height:48px;border:none;background:#fff;padding:0 14px;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#0f172a;cursor:pointer}.utility-toggle:hover{transform:scale(1.004)}.utility-content{padding:12px 14px 14px;border-top:1px solid #dbe3ec;display:flex;flex-direction:column;gap:10px}.utility-add-point{align-self:flex-start;border:1px solid #b65211;background:#d46515;color:#fff;border-radius:10px;padding:7px 14px;font-weight:600;font-size:.88rem;cursor:pointer;white-space:nowrap}.utility-point{margin:0;color:#334155;font-size:.88rem}.collection-point-block{border:1px solid #d2dde8;border-radius:10px;background:#fff;padding:10px}.collection-point-toggle{width:32px;height:32px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#0f172a;cursor:pointer}.collection-point-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.collection-point-header-actions{display:inline-flex;align-items:center;gap:8px}.collection-point-preview-wrap{display:flex;flex-direction:column;gap:8px;margin-top:8px}.collection-point-title{margin:0;font-size:.98rem;font-weight:700;color:#0f172a;text-align:center;flex:1}.collection-point-preview{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:8px;color:#0f172a;text-align:left;font-size:.84rem}.collection-point-preview-item{border:1px solid #dbe3ec;border-radius:8px;background:#f8fafc;padding:6px 8px;display:flex;flex-direction:column;gap:3px}.collection-point-preview-label{color:#334155;font-size:.75rem;font-weight:700;line-height:1.2}.collection-point-preview-value{color:#0f172a;font-size:.88rem;font-weight:600;line-height:1.2}.collection-point-details{border-top:1px solid #e2e8f0;margin-top:10px;padding:10px 0 0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(115px,1fr);gap:8px;overflow-x:auto}.collection-point-detail-column{border:1px solid #dbe3ec;border-radius:10px;background:#f8fafc;padding:7px 8px;display:flex;flex-direction:column;gap:3px}.collection-point-detail-label{color:#334155;font-size:.74rem;font-weight:700;line-height:1.2}.collection-point-detail-value{color:#0f172a;font-size:.84rem;font-weight:600;line-height:1.2}.collection-point-form-grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:10px 14px}.collection-point-name-field{display:flex;flex-direction:column;gap:4px;margin:10px 0 4px;color:#0f172a;font-size:.95rem;font-weight:700}.collection-point-form-field{display:flex;flex-direction:column;gap:4px;color:#0f172a;font-size:.86rem;font-weight:600}select.modal-field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff}@media (max-width: 1250px){.collection-point-preview{grid-template-columns:repeat(2,minmax(150px,1fr))}.user-overview-top-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 900px){.auth-shell{grid-template-columns:1fr}.auth-media{order:-1;min-height:34vh;clip-path:none}.auth-panel{padding:18px}.app-shell{--panel-width: 82vw}.left-panel{width:var(--panel-width)}.username{font-size:.85rem}.logo-image{width:100px}.blank-content{padding:88px var(--content-gutter) 20px}.user-overview-top-grid,.user-overview-panels,.user-utility-chart-layout{grid-template-columns:1fr}.user-consumption-header{align-items:flex-start;flex-direction:column}.user-alert-row{grid-template-columns:auto minmax(0,1fr)}.user-alert-date{grid-column:2}.action-blocks,.organisations-grid,.collection-point-preview,.collection-point-form-grid,.invoice-form-grid,.invoice-meta-grid,.organisation-modal-layout{grid-template-columns:1fr}.collection-point-details{grid-auto-flow:row;grid-auto-columns:initial}}.cp-row-block{border:1px solid #e2e8f0;border-left:3px solid #94a3b8;border-radius:10px;background:#fff;margin-bottom:8px;overflow:hidden}.cp-row-block.expanded{border-color:#c7d2fe;border-left-color:#6366f1;box-shadow:0 1px 3px #0f172a0f}.utility-block.utility-elektrina .cp-row-block{border-left-color:#d4a017}.utility-block.utility-elektrina .cp-row-block.expanded{border-left-color:#b07a10;background:#fffef8}.utility-block.utility-plyn .cp-row-block{border-left-color:#4a9255}.utility-block.utility-plyn .cp-row-block.expanded{border-left-color:#2d6e38;background:#f7fdf7}.utility-block.utility-teplo .cp-row-block{border-left-color:#c2541a}.utility-block.utility-teplo .cp-row-block.expanded{border-left-color:#9a3912;background:#fffaf6}.utility-block.utility-voda .cp-row-block{border-left-color:#2563eb}.utility-block.utility-voda .cp-row-block.expanded{border-left-color:#1a4bbf;background:#f5f9ff}.cp-row-main{display:flex;align-items:stretch;gap:12px;padding:8px 12px;cursor:pointer;outline:none}.cp-row-main:hover{background:#f8fafc}.cp-row-left{display:flex;align-items:center;gap:8px;min-width:220px;flex-shrink:0}.cp-row-chevron{display:inline-flex;width:14px;font-size:12px;color:#475569}.cp-row-name{font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;font-size:13px}.cp-row-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;cursor:pointer;font-size:14px;line-height:1;padding:0;flex-shrink:0}.cp-row-icon-btn:hover{background:#f1f5f9;border-color:#94a3b8}.cp-row-divider{width:1px;background:#e2e8f0;align-self:stretch}.cp-row-values{display:flex;flex-wrap:wrap;gap:6px;flex:1;min-width:0;align-items:stretch}.cp-row-ean{display:flex;align-items:center;gap:6px;padding:0 4px;flex:1;min-width:0}.cp-row-ean-label{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;white-space:nowrap}.cp-row-ean-value{font-size:13px;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-row-values-scroll{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.cp-row-box{position:relative;display:inline-flex;flex:0 0 auto;flex-direction:column;justify-content:center;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;padding:4px 8px;min-width:70px;min-height:38px;cursor:help}.cp-row-box-label{font-size:10px;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:600;line-height:1}.cp-row-box-value{font-size:12px;color:#0f172a;font-weight:600;margin-top:2px;white-space:nowrap}.cp-row-box-split{min-width:90px}.cp-row-box-split-values{display:flex;flex-direction:column;gap:1px;margin-top:2px;border-left:1px solid #cbd5e1;padding-left:6px}.cp-row-split-row{display:flex;align-items:center;gap:4px;font-size:11px;line-height:1.1}.cp-row-split-tag{font-weight:700;color:#475569;font-size:9px;width:14px}.cp-row-split-num{color:#0f172a;font-weight:600}.cp-row-invoices{background:#f8fafc;border-top:1px solid #e2e8f0;padding:8px 12px;display:flex;flex-direction:column;gap:6px}.cp-year-group{display:flex;flex-direction:column;gap:6px}.cp-year-group+.cp-year-group{margin-top:4px;padding-top:8px;border-top:2px solid #cbd5e1}.cp-year-header{display:flex;align-items:center;gap:12px;padding:5px 6px;background:#e9f0f7;border-radius:8px;border-left:3px solid #64748b}.cp-year-label{font-weight:700;font-size:.9rem;color:#334155;flex-shrink:0;min-width:36px}.cp-year-summary{display:flex;flex-wrap:wrap;gap:6px 14px}.cp-year-stat{display:inline-flex;align-items:baseline;gap:4px;font-size:.8rem;color:#0f172a;font-weight:600}.cp-year-stat-label{font-size:.72rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.slide-wrap{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .24s cubic-bezier(.4,0,.2,1)}.slide-wrap.expanded{grid-template-rows:1fr}.slide-wrap>*{overflow:hidden;min-height:0}.cp-row-empty{margin:0;padding:8px 0;color:#64748b;font-size:12px;font-style:italic}.cp-invoice-row{border:1px solid #e2e8f0;border-left:3px solid #c7d2fe;border-radius:8px;background:#fff;overflow:hidden}.cp-invoice-row.expanded{border-color:#c7d2fe;border-left-color:#818cf8;background:#f8f8ff}.utility-block.utility-elektrina .cp-invoice-row{border-left-color:#f0c040}.utility-block.utility-elektrina .cp-invoice-row.expanded{border-left-color:#d4a017;background:#fffef5}.utility-block.utility-plyn .cp-invoice-row{border-left-color:#6db876}.utility-block.utility-plyn .cp-invoice-row.expanded{border-left-color:#4a9255;background:#f7fdf7}.utility-block.utility-teplo .cp-invoice-row{border-left-color:#e07048}.utility-block.utility-teplo .cp-invoice-row.expanded{border-left-color:#c2541a;background:#fffaf6}.utility-block.utility-voda .cp-invoice-row{border-left-color:#5a9fd4}.utility-block.utility-voda .cp-invoice-row.expanded{border-left-color:#2563eb;background:#f5f9ff}.cp-invoice-row-main{display:flex;align-items:stretch;gap:12px;padding:6px 10px;cursor:pointer;outline:none;min-width:0}.cp-invoice-row-main:hover{background:#f1f5f9}.cp-invoice-left{display:flex;align-items:center;gap:8px;min-width:200px;flex-shrink:0}.cp-invoice-name{font-weight:600;color:#0f172a;font-size:12px;white-space:nowrap;flex:1;overflow:hidden;text-overflow:ellipsis}.cp-invoice-detail{border-top:1px solid #e2e8f0;padding:8px 10px;background:#fafbfc}.cp-invoice-detail-scroll{display:flex;gap:6px;overflow-x:auto;padding-bottom:6px}.cp-row-box-detail{flex:0 0 auto;min-width:64px;background:#eef2ff;border-color:#c7d2fe;padding:3px 6px}.cp-row-box-detail .cp-row-box-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:9px}.cp-row-box-detail .cp-row-box-value{font-size:11px}.modal-close-x{width:32px;height:32px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:22px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.modal-close-x:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.pricing-page{display:flex;flex-direction:column;gap:18px;padding:4px 0 80px}.pricing-page-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.pricing-back{border:1px solid #cbd5e1;background:#fff;border-radius:8px;padding:8px 14px;cursor:pointer;font-weight:600;color:#0f172a}.pricing-back:hover{background:#f1f5f9;border-color:#94a3b8}.pricing-page-headings h1{margin:0;font-size:1.6rem;color:#1e3a8a}.pricing-page-headings p{margin:4px 0 0;color:#64748b;font-size:.92rem}.pricing-page-selectors{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.pricing-selector{display:flex;flex-direction:column;gap:4px;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.pricing-selector select{border:1px solid #cbd5e1;border-radius:8px;padding:6px 10px;font-size:.95rem;font-weight:500;text-transform:none;letter-spacing:0;color:#0f172a;background:#fff;min-width:110px}.pricing-add-year-btn{border:1px dashed #94a3b8;background:transparent;color:#1e40af;border-radius:8px;padding:6px 12px;cursor:pointer;font-weight:600}.pricing-add-year-btn:hover{border-color:#1e40af;background:#eff6ff}.pricing-national-fees-btn{border:1px solid #1e40af;background:#1e40af;color:#fff;border-radius:8px;padding:6px 14px;cursor:pointer;font-weight:600;margin-left:8px}.pricing-national-fees-btn:hover{background:#1e3a8a;border-color:#1e3a8a}.pricing-add-year{display:flex;gap:6px;align-items:center}.pricing-add-year-input{width:100px;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px}.pricing-section-title{margin:14px 0 6px;font-size:.88rem;letter-spacing:.06em;text-transform:uppercase;color:#1e3a8a}.pricing-table-scroll{overflow-x:auto;border:1px solid #dbe3ec;border-radius:10px;background:#fff}.pricing-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.82rem}.pricing-table th,.pricing-table td{border:1px solid #e2e8f0;padding:4px 6px;text-align:center;white-space:nowrap}.pricing-th-row-label,.pricing-th-unit{background:#f1f5f9;color:#1e3a8a;font-weight:600;text-align:left}.pricing-th-group{background:#1e3a8a;color:#fff;font-weight:600}.pricing-th-col{background:#e2e8f0;color:#0f172a;font-weight:600}.pricing-row-label{text-align:left;font-weight:600;color:#0f172a;background:#f8fafc}.pricing-row-unit{color:#64748b;background:#f8fafc;font-size:.78rem}.pricing-cell{padding:0}.pricing-input{width:70px;border:1px solid transparent;background:transparent;text-align:center;font-size:.82rem;padding:4px;color:#0f172a}.pricing-input:hover{border-color:#cbd5e1}.pricing-input:focus{outline:none;border-color:#2563eb;background:#eff6ff}.pricing-dirty-bar{position:sticky;bottom:0;margin-top:8px;display:flex;justify-content:space-between;align-items:center;background:#1e293b;color:#f8fafc;border-radius:10px;padding:10px 16px;box-shadow:0 8px 24px #0f172a40}.pricing-dirty-text{font-weight:600}.pricing-dirty-actions{display:flex;gap:8px}.pricing-dirty-actions button{border:1px solid #475569;background:#334155;color:#f8fafc;border-radius:8px;padding:6px 14px;cursor:pointer;font-weight:600}.pricing-dirty-actions button.primary{background:#2563eb;border-color:#1d4ed8}.pricing-dirty-actions button:hover{background:#475569}.pricing-dirty-actions button.primary:hover{background:#1d4ed8}.national-fees-modal{width:min(720px,92vw);max-width:720px}.national-fees-desc{font-size:.88rem;color:#475569;margin:4px 0 14px;line-height:1.5}.national-fees-table-scroll{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px}.national-fees-table{width:100%;border-collapse:collapse;font-size:.9rem}.national-fees-table th,.national-fees-table td{padding:8px 10px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}.national-fees-table thead th{background:#f1f5f9;font-weight:600;color:#1e293b;border-bottom:1px solid #cbd5e1}.nf-th-year{width:80px}.nf-th-actions{width:36px}.nf-th-label{font-size:.85rem;font-weight:600;color:#1e293b}.nf-th-unit{font-size:.75rem;color:#64748b;font-weight:400;margin-top:2px}.nf-cell-year{font-weight:600;color:#0f172a}.nf-cell .pricing-input{width:100%;min-width:110px}.nf-cell-actions{text-align:center}.nf-remove-btn{width:26px;height:26px;border-radius:50%;border:1px solid #fecaca;background:#fff;color:#b91c1c;cursor:pointer;font-size:.8rem;line-height:1;padding:0}.nf-remove-btn:hover{background:#fee2e2;border-color:#ef4444}.national-fees-add-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.buildings-panel{padding:20px 14px 12px}.buildings-nav{display:flex;flex-direction:column;gap:4px;margin-top:4px}.buildings-nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid transparent;border-radius:10px;background:transparent;color:#0f172a;font-weight:600;font-size:.95rem;cursor:pointer;text-align:left;transition:background .14s ease,border-color .14s ease,color .14s ease}.buildings-nav-item:hover{background:#f1f5f9}.buildings-nav-item.active{background:#00202e;color:#fff;border-color:#00202e}.buildings-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:.95rem}.buildings-nav-badge{margin-left:auto;min-width:22px;padding:2px 6px;border-radius:999px;background:#d46515;color:#fff;font-size:.75rem;font-weight:700;text-align:center}.buildings-content{background:#f7f8fb}.buildings-page{width:min(100%,1280px);margin:0 auto;padding-bottom:40px}.buildings-page-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:18px}.buildings-page-head h1{margin:4px 0;font-size:1.5rem;color:#0f172a}.buildings-page-sub{margin:0;color:#475569;font-size:.92rem}.buildings-page-actions{display:flex;gap:8px}button.primary-btn{border:1px solid #d46515;border-radius:10px;background:#fff;color:#d46515;font-weight:700;font-size:.9rem;padding:9px 14px;cursor:pointer;transition:background-color .14s ease,color .14s ease,border-color .14s ease}button.primary-btn:hover:not(:disabled){background:#d46515;color:#fff;border-color:#b85010}button.primary-btn:disabled{opacity:.5;cursor:not-allowed}button.secondary-btn{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font-weight:600;font-size:.9rem;padding:8px 12px;cursor:pointer}button.secondary-btn:hover{background:#f1f5f9}button.danger-btn{border:1px solid #b91c1c;border-radius:10px;background:#fff;color:#b91c1c;font-weight:700;font-size:.9rem;padding:8px 12px;cursor:pointer;transition:background-color .14s ease,color .14s ease}button.danger-btn:hover{background:#dc2626;color:#fff}button.link-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#334155;padding:8px 12px;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;transition:background-color .14s ease,border-color .14s ease,color .14s ease}button.link-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}button.link-btn-danger{border:none;background:transparent;padding:0;color:#b91c1c;font-weight:600;cursor:pointer;text-decoration:underline}.buildings-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:28px}.buildings-card{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0a}.buildings-card.critical{border-color:#fecaca;background:#fef2f2}.buildings-card-label{color:#64748b;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.buildings-card-value{color:#0f172a;font-size:1.8rem;font-weight:700}.buildings-section{margin-top:28px}.buildings-section>h2{font-size:1.1rem;color:#0f172a;margin:0 0 12px}.buildings-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.buildings-section-head h2{margin:0;font-size:1.1rem;color:#0f172a}.buildings-empty{color:#64748b;font-style:italic;padding:8px 0}.alerts-list{display:flex;flex-direction:column;gap:8px}.alert-row{display:grid;grid-template-columns:2fr 1.4fr 1.6fr auto;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;border-left:5px solid #94a3b8}.alert-row.alert-info{border-left-color:#0ea5e9}.alert-row.alert-warning{border-left-color:#f59e0b;background:#fffbeb}.alert-row.alert-critical{border-left-color:#dc2626;background:#fef2f2}.alert-main{font-size:.95rem;color:#0f172a}.alert-meta{color:#64748b;font-weight:400}.alert-overdue{color:#b91c1c;font-weight:700}.alert-date{color:#334155;font-size:.9rem}.buildings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px}.building-tile{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.building-tile:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a14;border-color:#94a3b8}.building-tile h3{margin:0;font-size:1.02rem;color:#0f172a}.building-tile p{margin:0;color:#475569;font-size:.88rem}.building-tile-type{display:inline-block;padding:2px 8px;border-radius:999px;background:#eef2f7;color:#334155;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.building-tile-meta{color:#64748b!important;font-size:.8rem!important;margin-top:4px!important}.buildings-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.buildings-table th,.buildings-table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e2e8f0;font-size:.9rem;color:#0f172a}.buildings-table th{background:#f8fafc;color:#334155;font-weight:700;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.buildings-table tr:last-child td{border-bottom:none}.buildings-table tr.row-done td{text-decoration:line-through;color:#64748b}.buildings-table tr.alert-warning{background:#fffbeb}.buildings-table tr.alert-critical{background:#fef2f2}.muted{color:#64748b;font-size:.85rem}.status-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.78rem;font-weight:700;background:#e2e8f0;color:#334155}.status-pill.status-ok{background:#dcfce7;color:#166534}.status-pill.status-blíží-se{background:#fef3c7;color:#92400e}.status-pill.status-po-termínu{background:#fee2e2;color:#991b1b}.buildings-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.buildings-filters label{display:flex;flex-direction:column;gap:4px;font-size:.82rem;color:#475569;font-weight:600;min-width:160px}.buildings-filters select{padding:6px 8px;border-radius:8px;border:1px solid #cbd5e1;font-size:.9rem;background:#fff}.buildings-input{width:100%;padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:.95rem;color:#0f172a;font-family:inherit}.buildings-input:focus{outline:2px solid #d46515;outline-offset:0;border-color:#d46515}.buildings-input.small{width:110px}.building-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 24px;margin:0;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.building-meta dt{color:#64748b;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0}.building-meta dd{margin:2px 0 0;color:#0f172a;font-weight:600;font-size:.95rem}.building-note{margin:14px 0 0;padding:12px 14px;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;color:#422006}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.form-grid label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#334155;font-weight:600}.form-grid label.span-2{grid-column:span 2}.form-grid label.checkbox-row{flex-direction:row;align-items:center;gap:8px;font-weight:600}.form-grid label.readonly-row input{background:#f8fafc;color:#475569}.form-hint{margin-top:10px;padding:8px 12px;background:#f1f5f9;border-radius:8px;color:#475569;font-size:.82rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:20px}.modal-window{width:min(640px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a40}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.1rem;color:#0f172a}.modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#64748b;padding:4px 8px}.modal-close:hover{color:#0f172a}.modal-body{padding:20px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #e2e8f0;background:#f8fafc}@media (max-width: 720px){.alert-row{grid-template-columns:1fr;gap:6px}.form-grid{grid-template-columns:1fr}.form-grid label.span-2{grid-column:span 1}}.confirm-text{margin:0 0 8px;color:#0f172a;font-size:.95rem;line-height:1.5}.confirm-sub{margin:0;color:#64748b;font-size:.85rem}.attachments-list{display:flex;flex-direction:column;gap:6px;margin:6px 0 0;padding:0;list-style:none}.attachment-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.attachment-icon{width:28px;height:28px;flex:0 0 28px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#f1f5f9;color:#334155;font-size:.8rem;font-weight:700}.attachment-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a;font-weight:600;font-size:.9rem}.attachment-meta{color:#64748b;font-size:.8rem}.attachment-actions{display:flex;gap:6px}.file-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:14px;border:2px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#475569;cursor:pointer;transition:border-color .14s ease,background-color .14s ease}.file-drop:hover,.file-drop.dragging{border-color:#d46515;background:#fff7ed;color:#9a3412}.file-drop input[type=file]{display:none}.file-drop-hint{font-size:.8rem;color:#64748b}.modal-wide{width:min(900px,96vw)}.form-section-label{display:block;font-size:.85rem;color:#334155;font-weight:600;margin-bottom:.4rem}.form-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.form-error{color:#b91c1c;font-size:.85rem;margin:.4rem 0}.row-clickable{cursor:pointer}.row-clickable:hover{background:#fff8f0}.priority-pill{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600}.priority-low{background:#e2e8f0;color:#475569}.priority-normal{background:#dbeafe;color:#1d4ed8}.priority-high{background:#fef3c7;color:#b45309}.priority-urgent{background:#fee2e2;color:#b91c1c}.status-pill-wo{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600}.status-wo-new{background:#dbeafe;color:#1d4ed8}.status-wo-in_progress{background:#fde68a;color:#92400e}.status-wo-waiting{background:#e9d5ff;color:#6b21a8}.status-wo-resolved{background:#d1fae5;color:#065f46}.status-wo-cancelled{background:#e2e8f0;color:#475569;text-decoration:line-through}.suppliers-grid,.templates-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.supplier-card,.template-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.supplier-card h3,.template-card h3{margin:0 0 .25rem;color:#0f172a;font-size:1.05rem}.supplier-card p,.template-card p{margin:0;font-size:.9rem;color:#334155}.supplier-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.supplier-card-actions{margin-top:auto;padding-top:.5rem;display:flex;justify-content:flex-end;gap:.5rem}.checklist-editor{display:flex;flex-direction:column;gap:.4rem}.checklist-edit-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;align-items:center}.checklist-results{display:flex;flex-direction:column;gap:.5rem;background:#f8fafc;padding:.75rem;border-radius:8px;border:1px solid #e2e8f0}.checklist-row{display:grid;grid-template-columns:1fr 220px;gap:.5rem;align-items:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.calendar-head{background:#1e293b;color:#fff;text-align:center;padding:.5rem;font-weight:600;font-size:.85rem}.calendar-day{background:#fff;min-height:110px;padding:.35rem;display:flex;flex-direction:column;gap:2px}.calendar-day.empty{background:#f8fafc}.calendar-day.today{background:#fff7ed;box-shadow:inset 0 0 0 2px #ea580c}.calendar-day-num{font-weight:700;font-size:.85rem;color:#334155;margin-bottom:2px}.calendar-event{font-size:.72rem;padding:.1rem .35rem;border-radius:4px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:default}.event-revision{background:#1d4ed8}.event-maintenance{background:#16a34a}.event-workorder{background:#ea580c}.attachments-panel{display:flex;flex-direction:column;gap:.5rem}.attachments-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.4rem}.attachment-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:.5rem;align-items:center;padding:.4rem .6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.attachment-icon{background:#1e293b;color:#fff;font-size:.7rem;padding:.15rem .45rem;border-radius:4px;font-weight:700}.attachment-name{text-align:left}.attachment-meta{font-size:.78rem;color:#64748b}.attachment-actions{display:flex;gap:.5rem}.buildings-nav{max-height:calc(100vh - 120px);overflow-y:auto}.buildings-nav-cell{display:block}.buildings-nav-divider{border:0;border-top:1px solid #e2e8f0;margin:8px 6px}.buildings-nav-icon svg{display:block}.buildings-card-btn{font:inherit;color:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.buildings-card-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #0f172a14;border-color:#cbd5e1}.buildings-card-btn:focus-visible{outline:2px solid #00202e;outline-offset:2px}.buildings-table tr.row-clickable{cursor:pointer}.buildings-table tr.row-clickable:hover{background:#f1f5f9}
