:root{--bg: #f4f6f8;--surface: #ffffff;--line: #e2e6eb;--text: #1d2733;--muted: #68758a;--accent: #2f6fd0;--accent-dark: #275cab;--green: #1e9e5a;--red: #d24545;--amber: #b97f16;--radius: 10px;--shadow: 0 1px 3px rgba(20, 30, 45, .07);--seg-vlastni: #8b5cf6;--seg-uver: #f59e0b;--seg-komplex: #ec4899;--seg-none: #cbd5e1}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.45}h1{font-size:1.5rem;margin:0 0 1rem}h2{font-size:1.05rem;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}h3{font-size:.9rem;margin:.5rem 0 .25rem;font-weight:600}a{color:var(--accent);text-decoration:none}.muted{color:var(--muted);font-size:.85rem}code{background:#eef1f5;padding:.1em .35em;border-radius:4px;font-size:.85em}.layout{min-height:100vh;display:flex;flex-direction:column}.topbar{background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.topbar-inner{max-width:1200px;margin:0 auto;padding:.6rem 1rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.logo{font-weight:700;font-size:1.15rem;color:var(--text);letter-spacing:-.02em}.logo span{color:var(--accent)}.logo-large{font-size:1.6rem;margin:0}.nav{display:flex;gap:.25rem}.nav a{padding:.35rem .75rem;border-radius:6px;color:var(--muted);font-weight:500}.nav a.active,.nav a:hover{color:var(--text);background:var(--bg)}.topbar-user{margin-left:auto;display:flex;align-items:center;gap:.75rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.user-name{font-weight:600;font-size:.9rem}.user-role{font-size:.75rem}.content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.25rem 1rem 3rem}.narrow{max-width:520px;margin:0 auto}.page-center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.15rem}.section{margin-bottom:1rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.grid-2 .section{margin-bottom:0}@media(max-width:800px){.grid-2{grid-template-columns:1fr}.topbar-user .user-info{display:none}}.count-badge{background:var(--bg);border:1px solid var(--line);color:var(--muted);border-radius:999px;font-size:.75rem;padding:0 .5rem;font-weight:600}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.75rem;margin-bottom:1.25rem}.kpi-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:.75rem .9rem;display:flex;flex-direction:column;gap:.15rem}.kpi-value{font-size:1.5rem;font-weight:700}.kpi-label{color:var(--muted);font-size:.8rem}.list{list-style:none;margin:0;padding:0}.list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--line)}.list-item:last-child{border-bottom:none}.list-main{display:flex;flex-direction:column;gap:.1rem;min-width:0}.list-side{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.price{font-weight:600;font-size:.9rem;white-space:nowrap}.deal-groups{display:flex;flex-direction:column;gap:.5rem}.seg-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.45rem;vertical-align:baseline}.seg-vlastni{background:var(--seg-vlastni)}.seg-uver{background:var(--seg-uver)}.seg-komplex{background:var(--seg-komplex)}.seg-none{background:var(--seg-none)}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;background:var(--bg);border:1px solid var(--line);color:var(--muted);white-space:nowrap}.badge-blue{background:#e8f0fc;border-color:#c9dbf5;color:var(--accent-dark)}.badge-red{background:#fbeaea;border-color:#f2cccc;color:var(--red)}.badge-amber{background:#fdf3e0;border-color:#f3ddb0;color:var(--amber)}.btn{font:inherit;border:1px solid transparent;border-radius:7px;padding:.5rem 1rem;cursor:pointer;font-weight:600;transition:background .15s}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-dark)}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--line)}.btn-ghost:hover:not(:disabled){color:var(--text);background:var(--bg)}.btn-small{padding:.25rem .7rem;font-size:.8rem}label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;color:var(--muted)}input{font:inherit;color:var(--text);padding:.55rem .7rem;border:1px solid var(--line);border-radius:7px;background:var(--surface)}input:focus{outline:2px solid #c9dbf5;border-color:var(--accent)}input:disabled{background:var(--bg);color:var(--muted)}.form-card,.login-card{display:flex;flex-direction:column;gap:.9rem}.login-card{width:100%;max-width:360px;text-align:center}.login-card label{text-align:left}.loading{display:flex;align-items:center;gap:.6rem;padding:.5rem 0}.spinner{width:18px;height:18px;border:2.5px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.load-error{background:#fbeaea;border:1px solid #f2cccc;color:var(--red);border-radius:7px;padding:.5rem .75rem;font-size:.85rem}.empty-state{padding:.75rem 0;color:var(--text)}.empty-state p{margin:.15rem 0}.error-card{max-width:440px;text-align:center}.toasts{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:100}.toast{background:var(--text);color:#fff;padding:.6rem 1rem;border-radius:8px;box-shadow:0 4px 14px #141e2d40;font-size:.9rem;max-width:340px;animation:toast-in .2s ease-out}.toast-success{background:var(--green)}.toast-error{background:var(--red)}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.load-metric{text-align:right;margin:.25rem 0 0}.devbar{position:fixed;bottom:.75rem;left:.75rem;z-index:50}@media(max-width:800px){.devbar{display:none}}.devpanel-body{position:absolute;bottom:2.5rem;left:0;width:min(480px,92vw);font-size:.85rem}.devpanel-body table{width:100%;border-collapse:collapse;margin-bottom:.5rem}.devpanel-body td{padding:.3rem .4rem;border-bottom:1px solid var(--line);vertical-align:top}.devpanel-body td:first-child{color:var(--muted);white-space:nowrap}.devpanel-body td:last-child{word-break:break-all}.calc-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.calc-head h1{margin:0}.calc-title{margin:.2rem 0 0}.title-input{font:inherit;font-size:1.35rem;font-weight:700;padding:.2rem .4rem;border-color:transparent;background:transparent;width:min(520px,90vw)}.title-input:hover,.title-input:focus{border-color:var(--line);background:var(--surface)}.calc-actions{display:flex;align-items:center;gap:.75rem}.calc-head .btn{text-decoration:none;display:inline-block}.calc-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;align-items:start}@media(max-width:960px){.calc-grid{grid-template-columns:1fr}}.calc-form{display:flex;flex-direction:column;gap:1rem}.calc-result{position:sticky;top:4.2rem;display:flex;flex-direction:column;gap:1rem}@media(max-width:960px){.calc-result{position:static}}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.form-grid label{min-width:0}.form-grid input,.form-grid select{width:100%;min-width:0}@media(max-width:640px){.form-grid{grid-template-columns:1fr}}select{font:inherit;color:var(--text);padding:.5rem .6rem;border:1px solid var(--line);border-radius:7px;background:var(--surface);max-width:100%}select:focus{outline:2px solid #c9dbf5;border-color:var(--accent)}select option:disabled{color:#b0b6c2}.slots{display:flex;flex-direction:column}.slot{display:grid;grid-template-columns:190px minmax(0,1fr) 84px 110px;gap:.6rem;align-items:center;padding:.45rem 0;border-bottom:1px solid var(--line)}.slot:last-child{border-bottom:none}.slot-off .slot-label,.slot-off .slot-fixed-name{color:var(--muted)}.slot-label{font-size:.85rem;font-weight:600;color:var(--muted)}.slot-item select{width:100%;font-size:.88rem}.slot-fixed-name{font-size:.88rem}.slot-qty input{width:100%;padding:.4rem .5rem;text-align:right}.slot-price{text-align:right;font-variant-numeric:tabular-nums;font-size:.9rem;white-space:nowrap}@media(max-width:760px){.slot{grid-template-columns:1fr 84px}.slot-label{grid-column:1 / -1;padding-top:.2rem}.slot-price{grid-column:1 / -1;text-align:left}}.result-card{display:flex;flex-direction:column;gap:.35rem}.result-main{text-align:center;padding:.25rem 0 .75rem;border-bottom:1px solid var(--line);margin-bottom:.4rem}.result-price{font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.result-row{display:flex;justify-content:space-between;gap:.75rem;font-size:.88rem;padding:.25rem 0}.result-row span{color:var(--muted)}.result-row b{font-variant-numeric:tabular-nums;white-space:nowrap}.result-hi{background:var(--bg);border-radius:6px;padding:.4rem .5rem;margin:.15rem -.5rem}.result-hi b{color:var(--accent-dark)}.neg{color:var(--red)}.checks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.check{font-size:.85rem;padding:.4rem .6rem;border-radius:6px;border:1px solid var(--line);background:var(--bg)}.check-ok{border-color:#cfe9d9;background:#edf8f1;color:#14603a}.check-warn{border-color:#f3ddb0;background:#fdf3e0;color:var(--amber)}.check-error{border-color:#f2cccc;background:#fbeaea;color:var(--red)}.check-info{border-color:#c9dbf5;background:#e8f0fc;color:var(--accent-dark)}.az-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem .75rem}.az-grid input{padding:.35rem .5rem;text-align:right}.az-cell{display:grid;grid-template-columns:minmax(0,1fr) 72px;gap:.4rem;align-items:end}.az-cell label{min-width:0}.az-cell input{width:100%}.roof-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#141e2d8c;display:flex}.roof-modal iframe{flex:1;border:0;background:var(--surface)}.roof-box{border:1px solid var(--line);border-radius:var(--radius);padding:.6rem .75rem;margin-bottom:.6rem}.roof-head{display:flex;gap:.75rem;align-items:center;justify-content:space-between;flex-wrap:wrap}.roof-btns{display:flex;gap:.4rem;flex-shrink:0}.roof-table{width:100%;border-collapse:collapse;font-size:.88rem;margin-bottom:.4rem}.roof-table th{text-align:left;color:var(--muted);font-weight:600;font-size:.78rem;border-bottom:1px solid var(--line);padding:.3rem .4rem}.roof-table td{border-bottom:1px solid var(--line);padding:.35rem .4rem}.roof-table th:nth-child(n+3),.roof-table td:nth-child(n+3){text-align:right}.az-off{opacity:.45}.check-label{flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;grid-column:1 / -1}.check-label input{width:18px;height:18px}.mini-chart{width:100%;height:auto;margin-top:.4rem}.offer-grid{display:grid;grid-template-columns:420px minmax(0,1fr);gap:1rem;align-items:start}@media(max-width:1100px){.offer-grid{grid-template-columns:1fr}}.offer-checks{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem}.offer-preview{position:sticky;top:4.2rem}.offer-frame{width:100%;height:calc(100vh - 5.5rem);border:1px solid var(--line);border-radius:var(--radius);background:#e9ecea}.print-shell{display:flex;flex-direction:column;height:100vh}.print-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 1rem;background:var(--surface);border-bottom:1px solid var(--line);flex-wrap:wrap}.print-frame{flex:1;border:0;width:100%}.section-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.section-head>span{display:inline-flex;align-items:center;gap:.4rem}.btn-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}textarea{font:inherit;color:var(--text);padding:.55rem .7rem;border:1px solid var(--line);border-radius:7px;background:var(--surface);width:100%;resize:vertical}.cust-no{display:inline-block;margin-right:.45rem;padding:.05rem .4rem;border-radius:5px;background:var(--bg);border:1px solid var(--line);color:var(--muted);font-size:.8em;font-weight:600;font-variant-numeric:tabular-nums}.kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem 1rem}.kv>div{display:flex;flex-direction:column;gap:.1rem;min-width:0}.kv span{color:var(--muted);font-size:.78rem;font-weight:600}.kv b{font-weight:500;overflow-wrap:anywhere}@media(max-width:640px){.kv{grid-template-columns:1fr}.kv>div[style]{grid-column:auto!important}}.timeline{list-style:none;margin:.75rem 0 0;padding:0}.timeline li{position:relative;padding:.45rem 0 .45rem 1.1rem;border-left:2px solid var(--line)}.timeline li:before{content:"";position:absolute;left:-6px;top:.85rem;width:10px;height:10px;border-radius:50%;background:var(--surface);border:2px solid var(--accent)}.timeline li.tl-system:before{border-color:var(--muted)}.timeline li.tl-call:before{border-color:var(--green)}.timeline li>div{overflow-wrap:anywhere}.timeline li.muted{border-left-color:transparent}.timeline li.muted:before{display:none}details>summary{cursor:pointer;margin:.5rem 0}.list-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.75rem}.list-filters select,.list-filters input[type=search]{padding:.35rem .5rem;font-size:.9rem}.list-filters input[type=search]{min-width:14rem;flex:1 1 12rem}.lf-seg{display:inline-flex;border:1px solid var(--border, #d9dee7);border-radius:.5rem;overflow:hidden}.lf-seg-btn{border:0;background:transparent;padding:.35rem .75rem;cursor:pointer;font-size:.9rem}.lf-seg-btn.on{background:var(--accent, #2563eb);color:#fff}details.group{border-top:1px solid var(--border, #e6e9ef);padding:.4rem 0}details.group:first-of-type{border-top:0}.group-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;cursor:pointer;padding:.35rem 0;list-style:none}.group-head::-webkit-details-marker{display:none}.group-head:before{content:"▸";margin-right:.4rem;color:var(--muted, #6b7280)}details[open]>.group-head:before{content:"▾"}.group-head>span:first-child{display:inline-flex;align-items:center;gap:.4rem}details.group .list{margin:0 0 .25rem 1.2rem}.btn-danger{color:var(--red, #b42318)}.notice{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .9rem;border-radius:.5rem;margin:0 0 .75rem;font-size:.92rem}.notice-amber{background:#fdf3e0;border:1px solid #f3ddb0}.balance-sum{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:.4rem 1rem;text-align:right;font-size:.9rem;flex:1 1 20rem;max-width:36rem;margin-left:auto}@media(max-width:640px){.balance-sum{flex-basis:100%;max-width:none;margin-left:0;grid-template-columns:1fr 1fr;text-align:left}}
