.public-page{background:var(--hk-gray);color:var(--hk-text);min-height:calc(100vh - var(--hc-header-h, 68px))}.public-page__hero{background:linear-gradient(135deg,#184c43,#1f5c52 45%,#184c43);color:#fff;padding:clamp(2.25rem,6vw,3.25rem) 0}.public-page__hero h1{margin:0;font-size:clamp(2rem,4vw,2.6rem);line-height:1.2}.public-page__hero p{margin:.9rem 0 0;max-width:760px;color:#ffffffe0}.public-page__hero-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.public-page__hero .hc-btn--outline{color:#fff;border-color:#ffffff9e;background:#ffffff0f}.public-page__hero .hc-btn--outline:hover{background:#ffffff24}.public-page__hero .hc-btn--secondary{background:#fff;border-color:#fff;color:#12362f}.public-page__hero .hc-btn--secondary:hover{background:#ffffffe6}.public-page__section{padding:clamp(2rem,5vw,3rem) 0}.public-page__section--alt{border-top:1px solid var(--hk-border);border-bottom:1px solid var(--hk-border);background:linear-gradient(180deg,#eef3f2,#f7f9f8)}.public-page__section-head{margin-bottom:1.15rem;display:grid;gap:.5rem}.public-page__section-head h2{margin:0;font-size:clamp(1.45rem,3vw,1.9rem);color:#12362f}.public-page__section-head p{margin:0;color:#122023cc}.public-page__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.public-card{background:#fff;border:1px solid var(--hk-border);border-radius:14px;box-shadow:0 14px 42px #00000014;padding:1.15rem}.public-card h3{margin:0;color:#12362f}.public-card p{margin:.55rem 0 0;color:#122023cc}.public-list{margin:0;padding-left:1.2rem;display:grid;gap:.5rem;color:#122023e0}.public-cta{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.65rem}.public-placeholder{background:#fff;border:1px solid var(--hk-border);border-radius:16px;padding:clamp(1.25rem,2.4vw,2rem);box-shadow:0 16px 40px #00000014}.public-placeholder h2,.public-placeholder h3{margin:0;color:#12362f}.public-placeholder p{margin:.8rem 0 0;color:#122023d1}.public-contact{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:1rem}.public-form{display:grid;gap:.8rem}.public-form label{display:grid;gap:.35rem;color:#12362f;font-weight:600}.public-form .hc-input,.public-form .hc-textarea{width:100%;border:1px solid var(--hk-border);border-radius:10px;padding:.64rem .72rem;color:var(--hk-text);background:#fff;font:inherit}.public-form .hc-textarea{min-height:140px;resize:vertical}.public-form .error{margin:0;color:#9f2f24;font-size:.9rem}.public-form__actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.timeline{display:grid;gap:.85rem}.timeline-entry{border-left:3px solid rgba(24,76,67,.36);padding:.1rem 0 .1rem .8rem}.timeline-entry__date{margin:0;color:#122023b8;font-size:.92rem}.timeline-entry h3{margin:.2rem 0 0;color:#12362f}.timeline-entry p{margin:.38rem 0 0;color:#122023d1}@media(max-width:900px){.public-contact{grid-template-columns:1fr}}hc-auth-shell .app-shell{display:grid;grid-template-rows:var(--hc-header-h, 68px) 1fr;grid-template-columns:260px 1fr;grid-template-areas:"top top" "side main";min-height:100vh;background:var(--hk-gray)}hc-auth-shell .app-top{grid-area:top;position:relative;background:var(--hk-green);color:#fff;border-bottom:1px solid color-mix(in oklab,var(--hk-green) 20%,#ffffff 80%);display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:calc(.55rem + env(safe-area-inset-top)) calc(.9rem + env(safe-area-inset-right)) .55rem calc(.9rem + env(safe-area-inset-left));z-index:50}hc-auth-shell .app-top__brand{display:flex;align-items:center;gap:.55rem;min-width:0}hc-auth-shell .app-top__logo{border-radius:6px;display:block}hc-auth-shell .app-top__title{font-weight:700;white-space:nowrap}hc-auth-shell .app-top__actions{display:flex;align-items:center;gap:.5rem}hc-auth-shell .app-top__actions--mobile{display:none}hc-auth-shell .app-top__org{display:flex;flex-direction:column;align-items:flex-end;line-height:1.15;margin-right:.4rem;min-width:0}hc-auth-shell .app-top__org-label{font-size:.74rem;color:#ffffffd1}hc-auth-shell .app-top__org-name{font-size:.92rem;font-weight:700;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}hc-auth-shell .switch-org-btn{background:#fff;color:var(--hk-green);border-color:color-mix(in oklab,var(--hk-green) 30%,#fff)}hc-auth-shell .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.22);cursor:pointer;font:inherit}hc-auth-shell .lang-menu>summary{list-style:none}hc-auth-shell .icon-btn::-webkit-details-marker{display:none}hc-auth-shell .lang-menu{position:relative}hc-auth-shell .lang-menu[open] .icon-btn{background:#ffffff2e}hc-auth-shell .lang-menu__list{position:absolute;right:0;top:calc(100% + 6px);min-width:140px;background:#fff;color:var(--hk-text);border:1px solid var(--hk-border);border-radius:10px;box-shadow:0 8px 24px #1018281f;padding:6px;z-index:30}hc-auth-shell .lang-item{width:100%;min-height:40px;text-align:left;padding:.5rem .6rem;border:0;background:transparent;border-radius:8px;cursor:pointer;font:inherit}hc-auth-shell .lang-item:hover{background:#f6f8fa}hc-auth-shell .app-top__nav-toggle{display:none;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}hc-auth-shell .app-top__nav-toggle span{width:16px;height:2px;border-radius:999px;background:currentColor}hc-auth-shell .app-top__mobile-actions-toggle{font-size:1.4rem;font-weight:700;line-height:1}hc-auth-shell .app-top-mobile-actions{position:fixed;top:calc(var(--hc-header-h, 68px) + env(safe-area-inset-top) + 6px);right:calc(12px + env(safe-area-inset-right));left:calc(12px + env(safe-area-inset-left));background:#fff;color:var(--hk-text);border:1px solid var(--hk-border);border-radius:12px;box-shadow:0 16px 38px #10182833;padding:12px;display:grid;gap:10px;z-index:60}hc-auth-shell .app-top-mobile-actions__org{display:grid;gap:4px}hc-auth-shell .app-top-mobile-actions__label{font-size:.78rem;color:#162023b8}hc-auth-shell .app-top-mobile-actions__name{font-size:.95rem;overflow-wrap:anywhere}hc-auth-shell .app-top-mobile-actions__group{display:grid;gap:8px}hc-auth-shell .app-top-mobile-actions__group .hc-btn{width:100%;justify-content:center}hc-auth-shell .app-top-mobile-actions__group--lang{grid-template-columns:1fr 1fr}hc-auth-shell .app-shell__sidebar{grid-area:side;background:linear-gradient(180deg,#fff,#f7f9f8 55%,#eef3f2);border-right:1px solid #dbe2df;box-shadow:10px 0 28px #184c4314;position:relative;display:flex;flex-direction:column;z-index:40}hc-auth-shell .app-shell__sidebar:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,76,67,.08),transparent 35%);pointer-events:none}hc-auth-shell .sidebar__nav{padding:.25rem .5rem .75rem;display:flex;flex-direction:column;flex:1 1 auto;overflow-y:auto}hc-auth-shell .sidebar-group{margin:.65rem}hc-auth-shell .sidebar-group__title{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.92rem;color:#344349;padding:.45rem .6rem;border:1px solid var(--hk-border);border-radius:.5rem;background:#f9fafb;cursor:pointer;min-height:40px}hc-auth-shell .chev{transition:transform .15s ease}hc-auth-shell .chev.open{transform:rotate(180deg)}hc-auth-shell .sidebar-list{list-style:none;margin:.35rem 0 0;padding:0}hc-auth-shell .sidebar-list li+li{margin-top:0}hc-auth-shell .sidebar-link{display:flex;align-items:center;gap:.55rem;min-height:40px;padding:.2rem .5rem;border-radius:.5rem;color:#1a2123;text-decoration:none;font-size:.95rem}hc-auth-shell .sidebar-link:hover{background:#f2f4f6}hc-auth-shell .sidebar-link--active{background:#eef1f4;color:#1a2123;box-shadow:0 8px 18px #00000014,0 0 0 1px #e2e7eb}hc-auth-shell .sidebar-link .icon{width:18px;height:18px;flex:0 0 18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:.9}hc-auth-shell .sidebar-link--active .icon{color:#fff;opacity:1}hc-auth-shell .sidebar__footer{margin-top:auto;padding:.85rem .75rem 1.1rem;position:sticky;bottom:0;background:linear-gradient(180deg,transparent 0%,#f1f5f4 55%,#e6edeb 100%)}hc-auth-shell .sidebar__footer:before{content:"";display:block;height:1px;background:linear-gradient(90deg,#0000,#34434940 18% 82%,#0000);margin:0 0 .6rem}hc-auth-shell .sidebar-ico{width:18px;height:18px;flex:0 0 18px;stroke:currentColor;stroke-width:2;fill:none;display:inline-block}hc-auth-shell .app-shell__backdrop{display:none}hc-auth-shell .app-shell__content{grid-area:main;background:var(--hk-gray);min-height:calc(100vh - var(--hc-header-h, 68px));padding:16px 20px calc(16px + env(safe-area-inset-bottom));min-width:0}hc-auth-shell .logout-btn{background:#fff;color:var(--hk-green);border-color:color-mix(in oklab,var(--hk-green) 30%,#fff)}@media(max-width:900px){hc-auth-shell .app-shell{grid-template-columns:1fr;grid-template-areas:"top" "main"}hc-auth-shell .app-top__nav-toggle{display:inline-flex}hc-auth-shell .app-top__actions--desktop{display:none}hc-auth-shell .app-top__actions--mobile{display:inline-flex}hc-auth-shell .app-shell__backdrop{position:fixed;inset:calc(var(--hc-header-h, 68px) + env(safe-area-inset-top)) 0 0 0;border:0;background:#0f172a66;z-index:44;opacity:0;pointer-events:none;transition:opacity .15s ease;display:block}hc-auth-shell .app-shell__backdrop.is-open{opacity:1;pointer-events:auto}hc-auth-shell .app-shell__sidebar{position:fixed;top:calc(var(--hc-header-h, 68px) + env(safe-area-inset-top));left:0;bottom:0;width:min(86vw,320px);border-right:1px solid #dbe2df;transform:translate(-105%);transition:transform .18s ease;z-index:46;box-shadow:0 20px 38px #0003,0 10px 18px #0000001f}hc-auth-shell .app-shell__sidebar.is-mobile-open{transform:translate(0)}hc-auth-shell .app-shell__content{padding:12px 14px calc(16px + env(safe-area-inset-bottom))}}@media(max-width:700px){hc-auth-shell .app-top{padding:calc(.5rem + env(safe-area-inset-top)) calc(.75rem + env(safe-area-inset-right)) .5rem calc(.75rem + env(safe-area-inset-left))}}@media(max-width:540px){hc-auth-shell .app-top__title{display:none}hc-auth-shell .app-top-mobile-actions__group--lang{grid-template-columns:1fr}}app-list-page{display:block;--table-head-bg: #f5f7fb;--table-row-bg: #ffffff;--table-hover-bg: #f2f5f4;--table-pad-y: .55rem;--table-pad-x: .75rem;--table-font: .92rem;--table-head-font: .86rem;--col-select: 48px;--col-rowno: 42px}app-list-page .list-page{width:100%;max-width:min(100%,clamp(1360px,calc((100vw - 260px)*.93),2160px));padding:var(--space-4) 0}app-list-page .page-filter-block{margin-bottom:10px}app-list-page .page-surface{background:transparent;border:0;box-shadow:none;padding:0}app-list-page .list-table-panel{border:1px solid var(--hk-border);border-radius:14px;background:#fff;box-shadow:0 18px 50px #1018280f,0 1px #10182805;overflow-x:auto;overflow-y:visible}app-list-page .list-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;background:var(--table-row-bg);font-size:var(--table-font)}app-list-page .list-table,app-list-page .list-table thead,app-list-page .list-table tbody,app-list-page .list-table tr{overflow:visible}app-list-page .list-table tbody tr.is-clickable{cursor:pointer}app-list-page .list-table thead th{font-weight:800;font-size:var(--table-head-font);color:#42545b;text-align:left;padding:var(--table-pad-y) var(--table-pad-x);border-bottom:1px solid var(--hk-border);background:var(--table-head-bg);border-right:0;white-space:nowrap;cursor:default}app-list-page .list-table thead th.sortable{cursor:pointer}app-list-page .list-table thead th .th-label{display:inline-flex;align-items:center;gap:6px}app-list-page .sort-ind{font-size:.72rem;color:#6a7a80}app-list-page .list-table thead th.sorted .sort-ind{color:#0f62fe}app-list-page .list-table tbody td{padding:var(--table-pad-y) var(--table-pad-x);border-bottom:1px solid var(--hk-border);border-right:1px solid var(--hk-border);vertical-align:middle;white-space:nowrap;background:var(--table-row-bg);overflow:visible}app-list-page .list-table tbody td:first-child{border-left:0}app-list-page .list-table tbody td:last-child{border-right:0}app-list-page .list-table td .cell-text{display:inline-flex;align-items:center;gap:6px;min-width:0}app-list-page .list-table tbody tr.is-clickable:hover td{background:var(--table-hover-bg);box-shadow:none}app-list-page .list-table th.col--select,app-list-page .list-table td.col--select{width:var(--col-select);max-width:var(--col-select);padding:0;text-align:center;border-right:0!important}app-list-page .list-table th.col--rowno,app-list-page .list-table td.col--rowno{width:var(--col-rowno);max-width:var(--col-rowno);padding:0 8px;text-align:center;color:color-mix(in oklab,var(--hk-text) 55%,transparent);font-weight:800;border-left:0;border-right:1px solid var(--hk-border)}app-list-page .list-table thead th.col--select,app-list-page .list-table thead th.col--rowno{border-right:0;border-left:0}app-list-page .rowno{display:inline-block;min-width:1ch}app-list-page .cell-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-weight:600;font-size:.9rem;line-height:1.2;border:1px solid var(--hk-border);background:color-mix(in srgb,var(--hk-surface) 80%,white 20%);color:var(--hk-text)}app-list-page .badge--success{background:#e5f7ef;color:#0a6c3f;border-color:#b7e5c9}app-list-page .badge--info{background:#eef2ff;color:#1f2f6b;border-color:#cfd7fa}app-list-page .badge--warning{background:#fff8e6;color:#7a4b02;border-color:#f2dfb3}app-list-page .badge--danger{background:#fff2f1;color:#a0332d;border-color:#f2b8b5}app-list-page .badge--muted{background:#f4f6f9;color:#43505c;border-color:#d8dde2}app-list-page .approved-cell{display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:2px 6px;font-weight:700}app-list-page .select-hit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:32px;cursor:pointer}app-list-page .select-hit input[type=checkbox]{width:18px;height:18px}app-list-page .list-table th.col--actions,app-list-page .list-table td.col--actions{width:56px;max-width:56px;padding:0 8px;text-align:center;position:sticky;right:0;background:var(--table-row-bg);overflow:visible}app-list-page .list-table thead th.col--actions{background:var(--table-head-bg);border-left:1px solid var(--hk-border)}app-list-page .list-table tbody td.col--actions{border-left:1px solid var(--hk-border)}app-list-page .paging-row{margin-top:14px;display:flex;justify-content:flex-end}app-list-page .list-cards{list-style:none;margin:0;padding:0;display:grid;gap:10px}app-list-page .empty-copy{padding:16px 2px}app-list-page .page-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:10px 0}app-list-page .page-toolbar__right{display:inline-flex;align-items:center;gap:8px}app-list-page .page-head__actions .list-create-btn{background:var(--hk-orange);border-color:var(--hk-orange);color:#fff}app-list-page .page-head__actions .list-create-btn:hover{background:var(--hc-orange-hover);border-color:var(--hc-orange-hover)}@media(max-width:900px){app-list-page .page-toolbar{flex-wrap:wrap;align-items:flex-start}app-list-page .page-toolbar__left,app-list-page .page-toolbar__right{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:480px){app-list-page .list-page{padding:var(--space-3) 0}app-list-page .page-head{align-items:flex-start;flex-direction:column}app-list-page .page-head__actions{width:100%;justify-content:flex-start}app-list-page .page-head__actions .hc-btn,app-list-page .page-head__actions .list-create-btn{width:100%}app-list-page .paging-row{justify-content:flex-start}}app-filter-bar .filterbar{background:transparent;padding:6px 0 10px;margin-bottom:12px}app-filter-bar .filterbar__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}app-filter-bar .chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid var(--hk-border);background:#fff;color:var(--hk-text);cursor:pointer;line-height:1.1;font-weight:600}app-filter-bar .chip__label{opacity:.85}app-filter-bar .chip__value{font-weight:800}app-filter-bar .chip__x{opacity:.7}app-filter-bar .chip:hover{background:color-mix(in oklab,var(--hk-white) 92%,var(--hk-border) 8%)}app-filter-bar .chip--ghost{background:transparent;border-style:dashed}app-filter-bar .filter-accordion{border:1px solid var(--hk-border);border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 14px 40px #1018280f,0 1px #10182805}app-filter-bar .filter-accordion__summary{list-style:none;cursor:pointer;padding:12px;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;background:color-mix(in oklab,var(--hk-white) 94%,var(--hk-border) 6%);border-bottom:1px solid var(--hk-border)}app-filter-bar .filter-accordion__summary::-webkit-details-marker{display:none}app-filter-bar .summary-left{display:inline-flex;align-items:center;gap:10px}app-filter-bar .summary-title{font-weight:800;color:var(--hk-green)}app-filter-bar .summary-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;border-radius:999px;background:color-mix(in oklab,var(--hk-orange) 16%,#fff);border:1px solid color-mix(in oklab,var(--hk-orange) 35%,var(--hk-border) 65%);font-weight:900}app-filter-bar .summary-chevron{transition:transform .14s ease}app-filter-bar .filter-accordion[open] .summary-chevron{transform:rotate(-180deg)}app-filter-bar .filter-accordion__body{padding:10px 12px 12px}app-filter-bar .filterbar__actions{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:10px}app-filter-bar .filterbar__actions--submit{justify-content:flex-end;margin-top:12px}app-filter-bar .filterbar__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}app-filter-bar .f-field{position:relative;display:flex;flex-direction:column;gap:6px;padding:4px 6px 10px;border-radius:10px}app-filter-bar .f-field--sm{grid-column:span 3}app-filter-bar .f-field--md{grid-column:span 4}app-filter-bar .f-field--lg{grid-column:span 6}app-filter-bar .f-field--xl{grid-column:span 12}@media(max-width:900px){app-filter-bar .filterbar__grid{grid-template-columns:repeat(6,1fr)}app-filter-bar .f-field--sm{grid-column:span 3}app-filter-bar .f-field--md,app-filter-bar .f-field--lg,app-filter-bar .f-field--xl{grid-column:span 6}}@media(max-width:640px){app-filter-bar .filterbar__grid{grid-template-columns:repeat(4,1fr)}app-filter-bar .f-field--sm,app-filter-bar .f-field--md,app-filter-bar .f-field--lg,app-filter-bar .f-field--xl{grid-column:span 4}}app-filter-bar .f-label{font-weight:700;color:var(--hk-green);line-height:1.2}app-filter-bar .f-control{width:100%;min-height:36px}app-filter-bar .f-actions{position:absolute;top:4px;right:6px;display:flex;gap:6px;opacity:0;pointer-events:none;transition:opacity .15s ease}app-filter-bar .f-field:hover .f-actions,app-filter-bar .f-field:focus-within .f-actions{opacity:1;pointer-events:auto}app-filter-bar .f-btn{width:28px;height:28px;border-radius:8px;border:1px solid var(--hk-border);background:#fff;color:var(--hk-text);font-weight:700;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}app-filter-bar .f-btn:hover{filter:brightness(.98)}app-filter-bar .menu{position:relative}app-filter-bar .menu__btn{display:inline-flex;align-items:center;gap:.5rem;padding:8px 12px;min-height:40px;border-radius:10px;background:#fff;border:1px solid var(--hk-border);cursor:pointer}app-filter-bar .menu__btn::-webkit-details-marker{display:none}app-filter-bar .menu[open] .menu__btn{filter:brightness(.98)}app-filter-bar .menu__list{position:fixed;min-width:240px;background:#fff;color:var(--hk-text);border:1px solid var(--hk-border);border-radius:12px;box-shadow:0 8px 24px #1018281f;padding:8px;z-index:20}app-filter-bar .menu__group+.menu__group{margin-top:8px}app-filter-bar .menu__title{font-weight:700;font-size:.9rem;color:#344349;margin:4px 0 6px}app-filter-bar .menu__row{display:flex;align-items:center;gap:10px;padding:6px;border-radius:8px}app-filter-bar .menu__row:hover{background:#f6f8fa}app-filter-bar .menu__row--disabled{opacity:.6;pointer-events:none}app-filter-bar .menu__footer{padding-top:6px}app-filter-bar .menu__link{background:transparent;border:0;color:var(--hk-green);cursor:pointer;font-weight:600;padding:6px 4px}@media(max-width:900px){app-filter-bar .f-control{min-height:44px}}@media(max-width:480px){app-filter-bar .menu__list{min-width:min(240px,calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)))}}hc-invoice-create .invoice-layout{display:flex;flex-direction:column;gap:12px}hc-invoice-create .header-back{margin-bottom:6px}hc-invoice-create .sticky-header{position:sticky;top:0;z-index:20;background:#fff;padding:0}hc-invoice-create .header-card{border-radius:12px;padding:12px 14px;box-shadow:0 6px 24px #0000000a}hc-invoice-create .layout-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(360px,1fr);gap:16px;align-items:start}hc-invoice-create .layout-grid.layout-grid--single{grid-template-columns:1fr}hc-invoice-create .panel{display:flex;flex-direction:column;gap:12px;min-width:0}hc-invoice-create .panel.preview{position:sticky;top:64px}hc-invoice-create .panel.preview.hidden{display:none}hc-invoice-create .editor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}hc-invoice-create .field{display:flex;flex-direction:column;gap:6px}hc-invoice-create .due-days-field{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}hc-invoice-create .due-days-text{margin-top:0;flex:0 1 auto;min-width:0}hc-invoice-create .label-with-tip{display:inline-flex;align-items:center;gap:4px}hc-invoice-create .full-row{grid-column:1 / -1}hc-invoice-create .muted.small{font-size:.9rem;color:#6b7280}hc-invoice-create .pill{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#e9f5ee;color:#1f6f5c;font-weight:600;font-size:.85rem}hc-invoice-create .toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}hc-invoice-create .toggle-block{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border:1px solid var(--hk-border, #e6e6e6);border-radius:12px;background:#f9fafb}hc-invoice-create .chip{display:inline-flex;align-items:center;gap:6px;padding:4px 0;border:0;background:transparent;font-weight:500}hc-invoice-create .line-head{display:flex;justify-content:space-between;align-items:center;gap:12px}hc-invoice-create .line-actions{display:inline-flex;gap:8px}hc-invoice-create .row-actions{display:inline-flex;gap:6px}hc-invoice-create .row-actions button{border:0;background:transparent;color:#1f2937;cursor:pointer}hc-invoice-create .row-actions .danger{color:#c62828}hc-invoice-create .preview-card{position:relative}hc-invoice-create .preview-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}hc-invoice-create .preview-body{position:relative;border:1px solid var(--hk-border, #e6e6e6);border-radius:12px;background:#fff;overflow:auto;max-height:calc(100vh - 220px)}hc-invoice-create .preview-body.loading{opacity:.75}hc-invoice-create .preview-paper{position:relative;padding:12px;background:#fff;min-height:320px;overflow:visible;min-width:0}hc-invoice-create .preview-table{width:100%;border-collapse:collapse;font-size:14px}hc-invoice-create .preview-table th,hc-invoice-create .preview-table td{padding:8px 10px;border-bottom:1px solid var(--hk-border, #e6e6e6)}hc-invoice-create .preview-table th{text-align:left;background:#f3f4f6;font-weight:600}hc-invoice-create .preview-table .right{text-align:right}hc-invoice-create .preview-table .dimmed{color:#9ca3af}hc-invoice-create .preview-table th.vat-cell,hc-invoice-create .preview-table td.vat-cell{min-width:120px;width:120px}hc-invoice-create .preview-watermark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:#2a2a2a;opacity:.08;pointer-events:none;transform:rotate(-20deg);text-transform:uppercase}hc-invoice-create .summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}hc-invoice-create .summary-grid .value{font-weight:600}hc-invoice-create .summary-grid .total-row{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;margin-top:6px;padding-top:6px;border-top:1px solid var(--hk-border, #e6e6e6)}hc-invoice-create .preview-toggle{display:inline-flex;align-self:flex-end;border:1px solid var(--hk-border, #d5dde5);background:#fff;padding:6px 10px;border-radius:10px;cursor:pointer}hc-invoice-create .skeleton.preview-skeleton{height:220px;background:linear-gradient(90deg,#f5f5f5 25%,#e8e8e8 37%,#f5f5f5 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:10px}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}@media(max-width:1024px){hc-invoice-create .layout-grid{grid-template-columns:1fr}hc-invoice-create .panel.preview{position:relative;top:0}}hc-invoice-create .page-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}hc-invoice-create .page-header-row__title-block{display:flex;flex-direction:column;gap:2px}hc-invoice-create .page-header-row__actions{display:inline-flex;flex-wrap:wrap;gap:10px;padding-right:16px}hc-invoice-create .lines-table{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}hc-invoice-create .cell-stack{display:flex;flex-direction:column;gap:6px}hc-invoice-create .line-flags{display:flex;gap:6px;flex-wrap:wrap}hc-invoice-create .line-flag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:600;background:#eef2f7;color:#4b5563}hc-invoice-create .line-flag--excluded{background:#fff4e6;color:#c2410c}hc-invoice-create .line-flag--hidden{background:#f1f5f9;color:#475569}hc-invoice-create .origin-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:999px;font-weight:600;font-size:.85rem;background:#f3f4f6;color:#374151}hc-invoice-create .origin-Material{background:#eef6ff;color:#1d4ed8}hc-invoice-create .origin-Time{background:#fff7ed;color:#b45309}hc-invoice-create .origin-ProductService{background:#eef2ff;color:#4338ca}hc-invoice-create .origin-Manual{background:#e9f5ee;color:#166534}hc-invoice-create .line-row--hidden td,hc-invoice-create .line-row--excluded td{background:#fafafa}hc-invoice-create .line-row--hidden td{opacity:.75}hc-invoice-create .line-row--excluded td{color:#6b7280}hc-invoice-create .preview-line{display:inline-flex;align-items:center;gap:8px}hc-invoice-create .preview-table tr.preview-hidden td{opacity:.7}hc-invoice-create .preview-table tr.preview-excluded td{color:#6b7280}@media(max-width:900px){hc-invoice-create .editor-grid,hc-invoice-create .toggle-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}hc-invoice-create .line-head,hc-invoice-create .line-actions{flex-wrap:wrap}hc-invoice-create .page-header-row__actions{width:100%;padding-right:0}}@media(max-width:480px){hc-invoice-create .header-back .btn{width:100%;justify-content:center}hc-invoice-create .preview-toggle{width:100%;justify-content:center}hc-invoice-create .page-header-row__actions app-button,hc-invoice-create .page-header-row__actions .hc-btn{width:100%}}hc-job-detail .wrap{padding:16px 0;max-width:1360px;margin:0 auto}hc-job-detail .page-head--flush{margin-bottom:18px}hc-job-detail .page-head__left{display:flex;align-items:center;gap:12px}hc-job-detail .page-body{display:flex;flex-direction:column;gap:16px}hc-job-detail .skeletons .sk{height:16px;border-radius:8px;background:#eee;margin:8px 0}hc-job-detail .skeletons .sk-lg{height:24px;width:40%}hc-job-detail .skeletons .sk-xl{height:120px}hc-job-detail .skeletons .grid{display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}hc-job-detail .meta{margin-top:8px;display:flex;align-items:center;gap:8px}hc-job-detail .vat-controls{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;grid-column:span 2}hc-job-detail .value{font-weight:600}hc-job-detail .grid-2{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;align-items:stretch;grid-auto-rows:1fr}hc-job-detail .grid-2 .card{grid-column:span 6}hc-job-detail .big{font-size:1.25rem;font-weight:700}hc-job-detail .card-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}hc-job-detail .header-card .card-body{padding:14px;border-top:1px solid color-mix(in oklab,var(--hk-border) 90%,#ffffff 10%)}hc-job-detail .header-card .card-body:first-of-type{border-top:0}hc-job-detail .header-card h4{margin:0 0 6px;font-size:1rem}hc-job-detail .section-heading{display:flex;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:6px}hc-job-detail .section-heading .h4{margin:0}hc-job-detail .section-note{margin:0;color:var(--hk-text-muted, #51616b);font-size:.95rem;font-weight:600}hc-job-detail .header-card .card-row{gap:4px 8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:start}hc-job-detail .header-card .card-row.compact-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-width:760px}hc-job-detail .header-card .label{margin-bottom:2px;display:block;min-height:18px}hc-job-detail .header-card .value{margin:0}hc-job-detail .description-section{margin-top:10px;padding-top:10px;border-top:1px solid color-mix(in oklab,var(--hk-border) 90%,#ffffff 10%);display:flex;flex-direction:column;gap:8px}hc-job-detail .description-textarea{min-height:120px;resize:vertical}hc-job-detail .description-value{white-space:pre-wrap;word-break:break-word;font-weight:400;min-height:1.5rem}hc-job-detail .description-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}hc-job-detail .row{display:flex;align-items:center}hc-job-detail .space-between{justify-content:space-between}hc-job-detail .gap{gap:8px}hc-job-detail .w-full{width:100%}hc-job-detail .w-20{width:80px}hc-job-detail .w-24{width:100px}hc-job-detail .w-32{width:140px}hc-job-detail .chip{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #ddd;border-radius:999px;cursor:pointer}hc-job-detail .muted{color:#777;font-size:.9rem}hc-job-detail .selection-input{width:10rem;max-width:100%}hc-job-detail .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}hc-job-detail .pricing-col{display:flex;flex-direction:column;gap:10px;padding:10px 12px;border:1px solid var(--hk-border);border-radius:12px;background:#f8fafb}hc-job-detail .pricing-col .row.gap{flex-wrap:wrap;align-items:center;gap:10px}hc-job-detail .pricing-col .chip{padding:0;border:0;background:transparent}hc-job-detail .pricing-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}hc-job-detail .pricing-card{padding:12px;border:1px solid var(--hk-border);border-radius:12px;background:#fff}hc-job-detail .pricing-save{align-self:flex-start}hc-job-detail .lock-header{display:inline-flex;align-items:center;gap:6px}hc-job-detail .lock-pill{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:8px;background:#eef2f4;border:1px solid var(--hk-border);color:#1f2c33;font-size:12px;font-weight:700}hc-job-detail .lock-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:10px 12px;border:1px solid var(--hk-border);border-radius:10px;background:#f8fafb;margin-bottom:12px}hc-job-detail .lock-banner__text{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;color:#243038;font-weight:600;min-width:0;overflow-wrap:anywhere}hc-job-detail .lock-banner__link{font-weight:600;color:#0f766e}hc-job-detail .lock-banner__link:hover{text-decoration:underline}hc-job-detail .pricing-grid .lock-banner{grid-column:1 / -1}@media(max-width:1280px){hc-job-detail .card-row{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}hc-job-detail .vat-controls{grid-column:span 1}}@media(max-width:1024px){hc-job-detail .card-row{grid-template-columns:1fr;align-items:start}hc-job-detail .grid-2 .card{grid-column:span 12}hc-job-detail .vat-controls{grid-column:auto;flex-wrap:wrap}hc-job-detail .selection-input{width:100%}}@media(max-width:480px){hc-job-detail .wrap{padding:12px 0}hc-job-detail .card{padding:10px}hc-job-detail .header{gap:8px;margin-bottom:12px}hc-job-detail .title{font-size:1.1rem}hc-job-detail .hc-input{padding:6px 8px}hc-job-detail .w-20,hc-job-detail .w-24,hc-job-detail .w-32{width:100%}hc-job-detail .vat-controls{gap:6px}hc-job-detail .lock-banner__link{width:100%}}@media(max-width:520px){hc-job-detail .card .row.gap>app-autocomplete.flex-1{min-width:0}hc-job-detail .card .row.gap{flex-wrap:wrap}}hc-start-page .landing{background:var(--hk-gray);color:var(--hk-text)}hc-start-page .hero{background:linear-gradient(135deg,#184c43,#1f5c52 45%,#184c43);color:#fff;padding:clamp(2.5rem,6vw,4rem) 0;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 18px 60px #00000038}hc-start-page .hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.5rem,4vw,2.5rem);align-items:start}hc-start-page .hero__content h1{margin:0;font-size:clamp(2.2rem,4vw,3rem);font-weight:800}hc-start-page .hero__content .lede{margin:.75rem 0 0;font-size:1.1rem;color:#ffffffd9}hc-start-page .hero__actions{display:flex;gap:12px;margin-top:1.4rem;flex-wrap:wrap}hc-start-page .hero .hc-btn--outline{color:#fff;border-color:#ffffff9e;background:#ffffff0f}hc-start-page .hero .hc-btn--outline:hover{background:#ffffff24}hc-start-page .hero .hc-btn--secondary{background:#fff;border-color:#fff;color:#12362f}hc-start-page .hero__points{display:grid;gap:8px;margin-top:1.4rem}hc-start-page .point{display:inline-flex;gap:10px;align-items:center;color:#ffffffe6;font-weight:600}hc-start-page .dot{width:10px;height:10px;border-radius:999px;background:#fff;box-shadow:0 0 0 5px #ffffff14}hc-start-page .dot--green{background:#00b894}hc-start-page .dot--orange{background:#f7931e}hc-start-page .hero__panel{background:#fff;border-radius:18px;border:1px solid var(--hk-border);box-shadow:0 24px 70px #0000001f;padding:clamp(1.25rem,2vw,1.75rem);display:grid;gap:.75rem;align-content:start;min-height:clamp(30rem,46vw,35rem)}hc-start-page .hero__panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px}hc-start-page .hero__panel-head h3{margin:2px 0 0;color:#12362f}hc-start-page .hero__panel-head .pill{border-radius:8px;white-space:nowrap;overflow-wrap:normal;word-break:normal;flex:0 0 auto;margin-left:auto;line-height:1.1}hc-start-page .eyebrow{margin:0;letter-spacing:.08em;text-transform:uppercase;color:#184c43b8;font-size:.78rem}hc-start-page .pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;font-weight:700;font-size:.9rem}hc-start-page .pill--current{background:#184c4324;color:#0f362e;border:1px solid rgba(24,76,67,.25)}hc-start-page .pill--featured{background:#f7931e29;color:#a55a00;border:1px solid rgba(247,147,30,.28)}hc-start-page .hero__plan{border:1px solid #e3e8e5;border-radius:14px;padding:1rem;background:linear-gradient(135deg,#f9fbfa,#f4f7f6);display:grid;gap:.75rem;min-height:13.5rem}hc-start-page .hero__plan--placeholder{align-content:start}hc-start-page .hero__skeleton{border-radius:8px;background:linear-gradient(90deg,#184c431a,#184c4329,#184c431a);background-size:220% 100%;animation:hero-skeleton 1.4s ease-in-out infinite}hc-start-page .hero__skeleton--title{height:1.1rem;width:56%}hc-start-page .hero__skeleton--line{height:.95rem;width:100%}hc-start-page .hero__skeleton--button{margin-top:.4rem;height:2.6rem;width:48%;border-radius:10px}hc-start-page .hero__plan-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}hc-start-page .hero__plan h4{margin:2px 0 0;color:#12362f;font-size:1.15rem}hc-start-page .plan-label{margin:0;color:#12362fb3;font-weight:700;letter-spacing:.05em}hc-start-page .price{text-align:right;display:grid}hc-start-page .amount{font-size:1.4rem;font-weight:800;color:#12362f}hc-start-page .unit{color:#12362fb3}hc-start-page .muted{margin:0;color:#122023a6}hc-start-page .hero__plan-meta{display:grid;gap:4px;color:#122023c7}hc-start-page .hero__steps{display:grid;gap:10px}hc-start-page .step{display:flex;gap:10px;align-items:center}hc-start-page .step-title{margin:0;font-weight:700;color:#12362f}hc-start-page .landing__section{padding:clamp(2.5rem,6vw,3.5rem) 0}hc-start-page .section-head{display:grid;gap:6px;margin-bottom:1.5rem}hc-start-page .section-head h2{margin:0;font-size:1.8rem;color:#12362f}hc-start-page .section-head .lede{margin:0;color:#122023bf}hc-start-page .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}hc-start-page .feature-card{background:#fff;border:1px solid var(--hk-border);border-radius:14px;padding:1.25rem;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:flex-start;box-shadow:0 12px 38px #00000014}hc-start-page .feature-card h3{margin:0;color:#12362f}hc-start-page .feature-card p{margin:6px 0 0;color:#122023c7}hc-start-page .icon-dot{width:18px;height:18px;border-radius:6px;background:#184c43}hc-start-page .pricing{background:linear-gradient(180deg,#eef3f2,#f7f9f8);border-top:1px solid var(--hk-border);border-bottom:1px solid var(--hk-border)}hc-start-page .pricing-placeholder{min-height:15rem;border:1px solid var(--hk-border);border-radius:14px;background:#fff;padding:1rem;display:grid;align-content:start;gap:.8rem}hc-start-page .cta{padding-bottom:clamp(2.5rem,5vw,3rem)}hc-start-page .cta__bar{background:#fff;border:1px solid var(--hk-border);border-radius:16px;box-shadow:0 22px 60px #0000001f;padding:clamp(1.25rem,2vw,1.75rem);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}hc-start-page .cta__bar h3{margin:4px 0;color:#12362f}hc-start-page .cta__actions{display:flex;gap:10px;flex-wrap:wrap}hc-start-page .tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#f7931e26;color:#fff;border-radius:999px;font-weight:700;letter-spacing:.02em}@keyframes hero-skeleton{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1024px){hc-start-page .hero__grid{grid-template-columns:1fr}hc-start-page .hero__panel{order:-1;min-height:clamp(25rem,64vw,30rem)}}@media(max-width:640px){hc-start-page .hero{padding:2rem 0 2.4rem}hc-start-page .hero__panel{min-height:auto}hc-start-page .hero__actions,hc-start-page .cta__actions{flex-direction:column;align-items:stretch}hc-start-page .cta__actions .hc-btn{width:100%;text-align:center}}:root{--hk-green: #184c43;--hk-orange: #f7931e;--hk-gray: #f2f2f2;--hk-white: #ffffff;--hk-text: #162023;--hk-border: #e6e6e6;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--hc-header-h: 68px;--hc-green-edge: #123a34;--hc-green-active: #103a33;--hc-orange-hover: color-mix(in oklab, var(--hk-orange) 90%, black 10%);--hc-surface-shadow: 0 18px 60px rgba(0, 0, 0, .08), 0 1px 0 rgba(16, 24, 40, .04);--hc-surface-radius: 16px}*{box-sizing:border-box}html,body{height:100%;overflow:hidden;background-color:var(--hk-gray);margin:0;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji"}.push-right{margin-left:auto}.page-scroll{position:fixed;inset:0;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:transparent}body:before{content:"";position:fixed;top:0;left:0;right:0;height:var(--hc-header-h, 68px);background:var(--hk-green);z-index:0;pointer-events:none}app-root{display:block;position:relative;z-index:1;background:transparent}@supports not (inset: 0){.page-scroll{position:fixed;inset:0}}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.text-muted{color:#162023bf}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.hc-container{max-width:1360px;margin:0 auto;padding:0 var(--space-6)}.page-surface{background:var(--hk-white);border:1px solid var(--hk-border);border-radius:var(--hc-surface-radius);box-shadow:var(--hc-surface-shadow);padding:clamp(16px,2vw,24px)}.page-surface+.page-surface{margin-top:var(--space-4)}.page-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-bottom:12px;border-bottom:1px solid color-mix(in oklab,var(--hk-border) 90%,#ffffff 10%);margin-bottom:12px}.page-head__titles{display:flex;flex-direction:column;gap:6px}.page-head__title{margin:0;font-size:1.5rem;font-weight:800;color:#12362f}.page-head__subtitle{margin:0;color:#162023c7;font-size:.95rem}.page-head__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.page-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#f8fafb;border:1px solid var(--hk-border);border-radius:12px;box-shadow:inset 0 1px #fff9}.page-toolbar__left,.page-toolbar__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hc-card,.card{background:var(--hk-white);border:1px solid var(--hk-border);border-radius:12px;box-shadow:0 1px #10182805;padding:12px}.card{display:flex;flex-direction:column;min-height:0}.card-head{display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.card-body{margin-top:8px}.card.is-collapsed .card-body{display:none}.caret{font-size:17px;opacity:.7;transition:opacity .15s ease}.card:hover .card-head .caret{opacity:1}.card-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:end}.card-row>*{min-width:0}.card-row .meta{margin-top:0}.wrap>.card,.wrap>.grid-2{margin-bottom:16px}app-accordion,app-accordion-item{display:block}app-accordion-item .card{border-radius:16px;border:1px solid var(--hk-border);background:#fff;box-shadow:0 14px 40px #0000000f,0 1px #00000005;transition:box-shadow .18s ease,transform .16s ease}app-accordion-item .card-head{padding:12px;border-bottom:1px solid color-mix(in oklab,var(--hk-border) 92%,#ffffff 8%)}app-accordion-item .card-body{padding:14px 14px 16px}app-accordion-item .card:hover{box-shadow:0 10px 30px #00000014,0 2px #00000008;transform:translateY(-1px)}.page-header-row{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.page-header-row__title{font-size:1.6rem;font-weight:800;color:#12362f;margin:0}.form-grid,.hc-form-row,.form-row{gap:12px}input[type=text],input[type=number],input[type=date],select,.hc-input,app-input .hc-input{min-height:42px;border-radius:12px;border:1px solid var(--hk-border);padding:.55rem .85rem;font:inherit;background:#f8fafb;transition:border-color .12s ease,box-shadow .12s ease}input:focus,select:focus,.hc-input:focus{outline:none;border-color:var(--hk-green);box-shadow:0 0 0 2px #184c432e,0 10px 24px #1118270f}.list-shell{background:#fff;border:1px solid var(--hk-border);border-radius:var(--hc-surface-radius);box-shadow:var(--hc-surface-shadow);padding:14px}.list-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding:8px 10px;background:#f8fafb;border:1px solid var(--hk-border);border-radius:12px;margin-bottom:12px}.app-list-toolbar__actions,.actions-dropdown{position:relative;display:inline-flex}.app-list-toolbar__action-btn,.list-toolbar__action-btn{display:inline-flex;align-items:center;gap:var(--space-2, 8px);padding:8px 12px;min-height:34px;border-radius:10px;border:1px solid var(--hk-border);background:var(--hk-white);color:var(--hk-text);font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease,transform 90ms ease}.app-list-toolbar__action-btn:after,.list-toolbar__action-btn:after{content:"\25be";font-size:.9em;line-height:1;flex-shrink:0;transition:transform .14s ease}.app-list-toolbar__action-btn:hover:not(:disabled),.list-toolbar__action-btn:hover:not(:disabled){background:color-mix(in oklab,var(--hk-white) 92%,var(--hk-border) 8%);border-color:color-mix(in oklab,var(--hk-border) 85%,var(--hk-green) 15%)}.app-list-toolbar__action-btn:active:not(:disabled),.list-toolbar__action-btn:active:not(:disabled){background:color-mix(in oklab,var(--hk-white) 88%,var(--hk-green) 12%);border-color:color-mix(in oklab,var(--hk-border) 65%,var(--hk-green) 35%);box-shadow:inset 0 1px #0000000a;transform:translateY(.5px)}.app-list-toolbar__action-btn:focus-visible,.list-toolbar__action-btn:focus-visible{outline:2px solid var(--hk-green);outline-offset:2px;box-shadow:0 0 0 3px color-mix(in oklab,var(--hk-green) 22%,transparent)}.app-list-toolbar__action-btn:disabled,.list-toolbar__action-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.app-list-toolbar__action-btn[aria-expanded=true]:after,.list-toolbar__action-btn[aria-expanded=true]:after{transform:rotate(-180deg)}.app-list-toolbar__menu,.actions-dropdown__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:230px;background:var(--hk-white);border:1px solid color-mix(in oklab,var(--hk-border) 78%,var(--hk-green) 22%);border-radius:12px;box-shadow:0 14px 34px #184c4329,0 2px #fff9;padding:8px;list-style:none;margin:0;z-index:18}.app-list-toolbar__item,.actions-dropdown__item{width:100%;text-align:left;padding:10px 12px;border:none;background:transparent;border-radius:10px;cursor:pointer;color:var(--hk-text);font-weight:600;transition:background-color .12s ease,color .12s ease}.app-list-toolbar__item:hover:not(:disabled),.actions-dropdown__item:hover:not(:disabled){background:color-mix(in oklab,var(--hk-orange) 12%,var(--hk-white) 88%);color:color-mix(in oklab,var(--hk-text) 85%,var(--hk-green) 15%)}.app-list-toolbar__item:focus-visible,.actions-dropdown__item:focus-visible{outline:2px solid var(--hk-green);outline-offset:2px}.app-list-toolbar__item:disabled,.actions-dropdown__item:disabled{opacity:.55;cursor:not-allowed}.jobs-table{border:1px solid var(--hk-border);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 20px 50px #1018280a,0 1px #10182805}.jobs-table thead th{background:#f6f8fb;color:#4a5860;font-weight:700;font-size:.92rem}.jobs-table tbody tr:hover{background:#f5f7f6}.hc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;min-height:38px;border-radius:.75rem;box-sizing:border-box;font:inherit;line-height:1.2;font-weight:600;letter-spacing:normal;text-transform:none;border:1px solid transparent;appearance:none;-webkit-appearance:none;transition:filter .15s ease;cursor:pointer;text-decoration:none}.hc-btn:hover{filter:brightness(.98)}.hc-btn[disabled]{opacity:.6;cursor:default}.hc-btn--primary{background:var(--hk-orange);color:#fff}.hc-btn--primary:hover{filter:none;background:var(--hc-orange-hover)}.hc-btn--secondary{background:var(--hk-green);color:#fff;border-color:var(--hk-green)}.hc-btn--secondary:hover{filter:none;background:color-mix(in oklab,var(--hk-green) 80%,#ffffff 20%)}.hc-btn--outline{background:transparent;color:var(--hk-green);border-color:var(--hk-green)}.hc-btn--outline:hover{background:color-mix(in oklab,var(--hk-green) 8%,#ffffff 92%)}.hc-btn--ghost{background:transparent;color:var(--hk-green);border-color:transparent}.hc-start-header{background:var(--hk-green);color:#fff;min-height:var(--hc-header-h);border-bottom:1px solid var(--hc-green-edge);box-shadow:none}.hc-start-header__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:14px 0;gap:16px}.hc-brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:var(--hk-green)}.hc-start-header .hc-brand{color:#fff}.hc-nav{display:flex;gap:1rem;justify-self:center}.hc-start-header .hc-nav a{color:#fff;opacity:.95}.hc-start-header .hc-nav a:hover{opacity:1;text-decoration:none}.hc-auth{display:flex;gap:.6rem;justify-self:end}@media(max-width:720px){.hc-start-header__row{grid-template-columns:1fr auto;grid-template-areas:"brand auth" "nav   nav";row-gap:10px}.hc-start-header .hc-brand{grid-area:brand}.hc-start-header .hc-nav{grid-area:nav;justify-content:center;gap:.85rem}.hc-start-header .hc-auth{grid-area:auth;gap:.4rem}.hc-start-header .hc-auth .hc-btn{padding:.5rem .7rem;border-radius:.6rem;font-size:.9rem}}.hc-hero{background:var(--hk-green);color:#fff;padding:4rem 0}.hc-hero__grid{display:grid;gap:2rem;align-items:center;grid-template-columns:1fr}@media(min-width:900px){.hc-hero__grid{grid-template-columns:1.05fr .95fr}}.hc-hero__image{padding:var(--space-4)}.hc-section{background:var(--hk-gray);padding:3rem 0}.hc-grid-3{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:900px){.hc-grid-3{grid-template-columns:repeat(3,1fr)}}.hc-pricing{background:#fff;padding:4rem 0}.hc-pricing__cards{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:900px){.hc-pricing__cards{grid-template-columns:repeat(3,1fr)}}.hc-price{font-size:2rem;font-weight:800}.hc-price__period{font-size:.9rem;color:#162023a6;margin-left:.25rem}.hc-cta{background:var(--hk-gray);padding:2.25rem 0}.hc-cta__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hc-footer{background:var(--hk-gray);border-top:1px solid var(--hk-border);padding:2rem 0}.hc-footer__cols{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:800px){.hc-footer__cols{grid-template-columns:2fr repeat(3,1fr)}}.hc-footer h4{margin:0 0 .5rem;font-size:.95rem;color:var(--hk-text)}.hc-footer ul{margin:0;padding:0;list-style:none}.hc-footer li{margin:.35rem 0}.app-shell{display:grid;grid-template-rows:var(--hc-header-h) 1fr;grid-template-columns:260px 1fr;grid-template-areas:"top top" "side main";min-height:100vh;background:var(--hk-gray)}.app-top{grid-area:top;background:var(--hk-green);color:#fff;border-bottom:1px solid var(--hc-green-edge);display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem}.app-top__brand{display:flex;align-items:center;gap:.55rem}.app-top__logo{border-radius:6px;display:block}.app-top__title{font-weight:700}.app-top__actions{display:flex;align-items:center;gap:.5rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.22);cursor:pointer}.icon-btn::-webkit-details-marker{display:none}.lang-menu{position:relative}.lang-menu[open] .icon-btn{background:#ffffff2e}.lang-menu__list{position:absolute;right:0;top:calc(100% + 6px);min-width:140px;background:#fff;color:var(--hk-text);border:1px solid var(--hk-border);border-radius:10px;box-shadow:0 8px 24px #1018281f;padding:6px;z-index:20}.lang-item{width:100%;text-align:left;padding:.5rem .6rem;border:0;background:transparent;border-radius:8px;cursor:pointer;font:inherit}.lang-item:hover{background:#f6f8fa}.app-shell__sidebar{grid-area:side;position:relative;background:#fff;border-right:1px solid var(--hk-border);color:#1a2123;box-shadow:0 4px 16px #0000000f}.sidebar__nav{padding:.25rem .5rem .75rem}.sidebar-group{margin:.65rem;border-radius:12px}.sidebar-group__title{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.92rem;color:#344349;padding:.45rem .6rem;border:1px solid var(--hk-border);border-radius:.5rem;background:#f9fafb;cursor:pointer}.chev{transition:transform .15s ease}.chev.open{transform:rotate(180deg)}.sidebar-list{list-style:none;margin:.05rem 0 .1rem;padding:.03rem .35rem}.sidebar-list li+li{margin-top:0}.sidebar-link{display:flex;align-items:center;gap:.55rem;padding:.2rem .5rem;border-radius:.5rem;color:#1a2123;text-decoration:none;font-size:.95rem;transition:background-color .15s ease,color .15s ease;font-weight:600;background:transparent}.sidebar-list app-nav-link{display:block;padding:.3rem .6rem;border-radius:.5rem;color:#1a2123;text-decoration:none;font-size:.95rem;transition:background-color .15s ease,color .15s ease;font-weight:600;background:transparent}.sidebar-link:hover{background:#f2f4f6;color:#1a2123}.sidebar-link--active{background:#eef1f4;color:#1a2123;font-weight:700;box-shadow:0 8px 18px #00000014,0 0 0 1px #e2e7eb}.sidebar-list app-nav-link.is-active,.sidebar-link.is-active{background:#eef1f4;color:#1a2123;font-weight:700;transform:translate(1px);box-shadow:0 10px 22px #0000001f}.sidebar-ico,.icon{width:18px;height:18px;flex:0 0 18px;stroke:currentColor;stroke-width:2;fill:none;display:inline-block}.sidebar-link__label{font-size:.95rem;color:inherit}.sidebar-list app-nav-link svg,.sidebar-link svg{fill:none;stroke:currentColor}.sidebar-list app-nav-link *{color:inherit}.app-shell__content{grid-area:main;background:var(--hk-gray);min-height:calc(100vh - var(--hc-header-h));padding:clamp(16px,2vw,26px) clamp(18px,3vw,34px) clamp(26px,4vw,44px)}.logout-btn{background:#fff;color:var(--hk-green);border-color:color-mix(in oklab,var(--hk-green) 30%,#fff)}@media(max-width:900px){.app-shell{grid-template-columns:240px 1fr}}@media(max-width:700px){.app-shell{grid-template-columns:220px 1fr}.app-top{padding:.5rem .75rem}.sidebar-link{font-size:.92rem}}@media(max-width:540px){.app-shell{grid-template-columns:200px 1fr}.app-top__title{display:none}}.hc-auth-page{background:var(--hk-gray, #f4f6f8);padding:clamp(24px,4vw,48px) 0}.hc-auth-card{background:var(--hk-white, #fff);border:1px solid var(--hk-border, #e5e7eb);border-radius:14px;padding:clamp(20px,3vw,32px);box-shadow:0 1px 2px #0000000a;max-width:560px;margin:0 auto}.hc-auth-title{margin:0 0 var(--space-6, 24px);font-size:clamp(22px,2.4vw,28px);color:var(--hk-green, #1f4d45);font-weight:700}.hc-form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--space-4, 16px)}.hc-label{color:var(--hk-green, #1f4d45);font-weight:700}.hc-input{border:1px solid var(--hk-border, #e5e7eb);border-radius:8px;padding:10px 12px;background:#f6f9ff;outline:none;font:inherit;display:block;max-height:44px}select.hc-input{max-height:44px}.hc-input:focus{border-color:var(--hk-green, #1f4d45);box-shadow:0 0 0 3px color-mix(in srgb,var(--hk-green, #1f4d45) 20%,transparent);background:#fff}.hc-error{margin-top:var(--space-2, 8px);color:#e53935;font-size:.9rem}.hc-actions{margin-top:var(--space-6, 24px)}.hc-auth-page--full{min-height:calc(100vh - var(--hc-header-h, 68px));display:flex;align-items:center}.hc-auth-page--full .hc-container{width:100%}.hc-auth-page--compact{padding-top:clamp(16px,3vw,28px);padding-bottom:clamp(16px,3vw,28px)}@media(max-width:640px){.hc-auth-card{margin:0 12px;padding:16px}.hc-actions .hc-btn{width:100%}}@media(max-width:900px){.hc-container{padding:0 16px}.hc-hero{padding:3rem 0 3.25rem}.hc-section{padding:2.25rem 0}.hc-pricing{padding:3rem 0}.hc-hero__image{padding:12px}.hc-price{font-size:1.8rem}.hc-footer{padding:1.5rem 0}}@media(max-width:640px){:root{--hc-header-h: 64px}.hc-hero{padding:2.2rem 0 2.6rem}.hc-hero h1{font-size:clamp(1.6rem,7vw,2.2rem)!important;line-height:1.15}.hc-hero p{font-size:1rem!important}.hc-hero .hc-btn{padding:.6rem .9rem;font-size:.95rem;border-radius:.7rem}.hc-hero__image{padding:8px}.hc-section{padding:2rem 0}.hc-grid-3{gap:.75rem}.hc-card{border-radius:10px}.hc-section .hc-card,.hc-pricing .hc-card{padding:14px!important}.hc-price{font-size:1.6rem}.hc-price__period{font-size:.85rem}.hc-pricing__cards{gap:1rem}.hc-cta{padding:1.5rem 0}.hc-cta__bar{gap:.75rem}.hc-footer{padding:1.25rem 0}.hc-footer h4{font-size:.95rem}.hc-footer li{margin:.3rem 0}.hc-auth-card{padding:16px;border-radius:12px;max-width:520px}.hc-auth-title{font-size:clamp(20px,5.2vw,24px);margin-bottom:18px}.hc-input{padding:9px 10px}.hc-actions .hc-btn{padding:10px 12px;border-radius:10px;font-size:1rem}.hc-auth-page--full{min-height:calc(100vh - var(--hc-header-h))}}@media(max-width:420px){.hc-start-header .hc-brand span{display:none}.hc-start-header .hc-nav a{font-size:.9rem}.hc-auth .hc-btn{font-size:.85rem;padding:6px 9px}.hc-hero{padding:1.6rem 0 2rem}.hc-hero h1{font-size:clamp(1.45rem,7.5vw,2rem)!important}.hc-hero .hc-btn{font-size:.9rem;padding:.55rem .8rem}.hc-section{padding:1.6rem 0}.hc-section .hc-card,.hc-pricing .hc-card{padding:12px!important}.hc-price{font-size:1.45rem}.hc-cta{padding:1.2rem 0}.hc-cta__bar{flex-direction:column;align-items:stretch}.hc-auth-card{margin:0 6px}}.link{background:transparent;border:0;padding:0;font:inherit;cursor:pointer;text-decoration:underline;color:#1a73e8}.link:hover{text-decoration:none}.link:disabled{opacity:.6;cursor:default}.link--success{color:#2e7d32}.link--danger{color:#c62828}.items .actions .link+.link{margin-left:14px}.hc-form--page .hc-auth-card{max-width:1120px;padding:16px 20px;border-radius:12px}.hc-form--page .hc-auth-page{padding-top:16px;padding-bottom:16px;background:transparent}.link{color:var(--hc-green, #2e7d32);text-decoration:underline;background:transparent;border:0;padding:0;font:inherit;cursor:pointer}.btn.btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;font-size:.95rem;line-height:1.2;background:transparent;color:var(--hc-ink, #0f1f1c);border:1px solid transparent;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .02s;-webkit-tap-highlight-color:transparent}.btn.btn-ghost:hover{background:#0f1f1c0f}.btn.btn-ghost:active{transform:translateY(.5px)}.btn.btn-ghost:focus-visible{outline:none;box-shadow:0 0 0 3px #2e7d3240}.btn.btn-ghost:disabled{opacity:.5;cursor:not-allowed;background:transparent}.label{font-size:.85rem;color:var(--hk-green);margin-bottom:4px}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid #ffffff00;border-top-color:var(--hk-green);border-left-color:var(--hk-green);animation:sp .7s linear infinite}.page-header-row{display:flex;align-items:center;gap:var(--space-3);justify-content:space-between;margin-bottom:var(--space-4)}.page-header-row__back{position:static}.page-header-row__title{margin:0;font-weight:700;flex:1;text-align:left}.page-header-row__actions{position:static;margin-left:auto;display:inline-flex;align-items:center;gap:var(--space-2)}.form-row{display:grid;gap:8px;margin-bottom:var(--space-4)}.hc-row-menu__menu .hc-row-menu__item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;cursor:pointer;color:inherit;font-size:.95rem;text-decoration:none;border-radius:6px}.hc-row-menu__menu .hc-row-menu__item:hover{background:#f4f6f8}.hc-row-menu__menu .hc-row-menu__item.danger{color:#c62828}.form-row.two-cols{grid-template-columns:1fr 1fr}.form-row.three-cols{grid-template-columns:1fr 1fr 1fr}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin:10px 0}.form-grid label{display:flex;flex-direction:column;gap:6px}.form-grid app-input .label{display:inline-flex;flex-direction:row;align-items:center;gap:.25rem;white-space:nowrap;text-align:left;justify-content:flex-start}.check-row{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#1a2123}.check-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--hk-green)}.radio-inline{display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap}.form-grid .col-span-2{grid-column:span 2}.full-row{grid-column:1 / -1}.card-body.actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.toggle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.toggle-block{display:flex;flex-direction:column;gap:6px;padding:8px 10px;border:1px solid var(--hk-border, #e6e6e6);border-radius:10px;background:#f9fafb}.preview-table{width:100%;border-collapse:collapse;font-size:14px}.preview-table th,.preview-table td{padding:8px 10px;border-bottom:1px solid var(--hk-border, #e6e6e6)}.preview-table th{text-align:left;background:#f3f4f6;font-weight:600}.preview-table .right{text-align:right}.preview-table .dimmed{color:#9ca3af}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.summary-grid .value{font-weight:600}.summary-grid .total-row{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;margin-top:6px;padding-top:6px;border-top:1px solid var(--hk-border, #e6e6e6)}.alert{padding:10px;border-radius:6px}.alert.alert-error{background:#ffe6e6;color:#8a1f1f;padding:10px 12px;border-radius:8px;margin-bottom:12px}.status select{min-width:140px;width:50%}img,video,canvas,svg,iframe{max-width:100%}:where(p,h1,h2,h3,h4,h5,h6,a,span,strong,td,th,label,.value,.muted){overflow-wrap:anywhere}:where(.hc-container,.app-shell__content,.page-surface,.card,.form-row,.form-grid,.toggle-grid)>*{min-width:0}.table-wrapper{max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.wrap-text{overflow-wrap:anywhere;word-break:break-word}.truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stack-mobile{display:flex;gap:12px}:focus-visible{outline:2px solid var(--hk-green);outline-offset:2px}@media(max-width:900px){.hc-container{padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right))}.page-header-row{flex-wrap:wrap;align-items:flex-start}.page-header-row__actions{width:100%;justify-content:flex-start;flex-wrap:wrap;margin-left:0}.form-row.two-cols,.form-row.three-cols{grid-template-columns:1fr}.form-grid app-input .label{white-space:normal}.status select{width:100%;min-width:0}}@media(max-width:480px){.stack-mobile{flex-direction:column}.hc-btn{min-height:44px}.hc-input{min-height:44px;max-height:none}.page-header-row__back{width:100%;justify-content:center}.page-header-row__actions .hc-btn,.page-header-row__actions app-button,.hc-actions .hc-btn,.card-body.actions>*{width:100%}}
