/* HostingJet Cloud OS v0.28.55 — homepage invoice snapshot */
.hj55-home-secondary-grid,.hj55-home-secondary-grid *,.hj55-invoice-modal,.hj55-invoice-modal *{box-sizing:border-box;font-family:Poppins,Inter,sans-serif}
.hj55-home-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,380px));gap:18px;align-items:start;margin:18px 0 2px}
.hj55-home-secondary-grid>.hj54-recent-activity-card{width:100%;margin:0}
.hj55-invoice-card{width:100%;min-width:0;background:#fff;border:1px solid rgba(31,41,55,.09);border-radius:14px;box-shadow:0 8px 24px rgba(17,24,39,.035);overflow:hidden;color:#171a1f}
.hj55-invoice-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 17px 11px}
.hj55-invoice-head h2{margin:0;font-size:14px;line-height:1.35;font-weight:500;letter-spacing:-.012em;color:#17191d}
.hj55-invoice-head p{display:none;margin:3px 0 0;font-size:11px;line-height:1.4;color:#8d9098}
.hj55-invoice-head>a{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:#5b606a;text-decoration:none!important;transition:background .15s ease,color .15s ease}
.hj55-invoice-head>a:hover{background:#f6f6f4;color:#181a1f}.hj55-invoice-head>a svg{width:15px;height:15px}
.hj55-invoice-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:0 17px 11px;border-bottom:1px solid #efefed}
.hj55-invoice-tabs button{appearance:none;border:0;background:transparent;min-width:0;height:31px;padding:0 7px;border-radius:8px;display:flex;align-items:center;justify-content:center;gap:6px;color:#737780;font-size:10.5px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}
.hj55-invoice-tabs button:hover{background:#f7f7f5;color:#2b2e34}.hj55-invoice-tabs button.is-active{background:#f3f3f1;color:#202329}
.hj55-invoice-tabs button em{font-style:normal;min-width:17px;height:17px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid #e7e7e4;font-size:9px;color:#777b84}
.hj55-invoice-tabs button.is-active em{color:#343840;border-color:#dededb}
.hj55-invoice-panels{min-height:184px}
.hj55-invoice-panel[hidden]{display:none!important}
.hj55-invoice-panel{padding:4px 17px 5px}
.hj55-invoice-row{appearance:none;width:100%;border:0;border-bottom:1px solid #f0f0ee;background:transparent;padding:11px 0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;cursor:pointer;color:#24272d}
.hj55-invoice-row:last-child{border-bottom:0}.hj55-invoice-row:hover{background:#fafaf8;border-radius:8px}
.hj55-invoice-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f5f5f2;color:#767a83;border:1px solid #ededeb}.hj55-invoice-icon svg{width:13px;height:13px}
.hj55-invoice-copy{min-width:0;display:block}.hj55-invoice-copy strong{display:block;font-size:10.7px;line-height:1.42;font-weight:500;color:#292c31;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hj55-invoice-copy small{display:block;margin-top:2px;font-size:9.3px;line-height:1.35;font-weight:400;color:#92959d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hj55-invoice-amount{text-align:right;min-width:72px}.hj55-invoice-amount strong{display:block;font-size:10.8px;font-weight:500;color:#26292f}.hj55-invoice-amount small{display:inline-flex;margin-top:3px;font-size:8.7px;font-weight:500;color:#777b84}.hj55-invoice-amount small.is-paid{color:#16845a}.hj55-invoice-amount small.is-overdue{color:#c54848}.hj55-invoice-amount small.is-upcoming{color:#5b63bd}
.hj55-invoice-empty{min-height:178px;display:flex;align-items:center;justify-content:center;gap:10px;color:#8d9098;text-align:left}.hj55-invoice-empty>span{width:32px;height:32px;border-radius:9px;background:#f5f5f2;display:grid;place-items:center;color:#7d8189}.hj55-invoice-empty>span svg{width:15px;height:15px}.hj55-invoice-empty strong{display:block;font-size:10.5px;font-weight:500;color:#555960}.hj55-invoice-empty p{max-width:230px;margin:2px 0 0;font-size:9px;line-height:1.4;color:#9699a0}
.hj55-invoice-card>footer{border-top:1px solid #efefed;padding:0 17px}.hj55-invoice-card>footer a{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#292c32;text-decoration:none!important;font-size:11px;font-weight:500}.hj55-invoice-card>footer a span{display:inline-flex;color:#6a6e78}.hj55-invoice-card>footer a svg{width:14px;height:14px}
/* Invoice detail modal — quiet review surface inspired by the supplied reference. */
.hj55-invoice-modal[hidden]{display:none!important}.hj55-invoice-modal{position:fixed;inset:0;z-index:100040;display:grid;place-items:center;padding:24px}.hj55-invoice-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(35,38,43,.26);backdrop-filter:blur(3px);cursor:default}
.hj55-invoice-dialog{position:relative;width:min(100%,520px);max-height:min(760px,calc(100vh - 36px));overflow:auto;background:#fff;border:1px solid rgba(34,39,47,.08);border-radius:22px;box-shadow:0 28px 80px rgba(19,27,42,.18);color:#17191d}
.hj55-invoice-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px}.hj55-invoice-dialog>header h2{margin:0;font-size:23px;line-height:1.2;font-weight:500;letter-spacing:-.028em}.hj55-invoice-dialog>header p{margin:6px 0 0;font-size:12px;line-height:1.5;color:#73777f}.hj55-invoice-dialog>header>button{width:32px;height:32px;border:0;border-radius:9px;background:transparent;display:grid;place-items:center;color:#555a62;cursor:pointer}.hj55-invoice-dialog>header>button:hover{background:#f5f5f2}.hj55-invoice-dialog>header svg{width:18px;height:18px}
.hj55-invoice-dialog-body{padding:0 26px 16px;display:grid;gap:12px}.hj55-invoice-detail-block{padding:18px 18px 16px;border-radius:14px;background:#f7f7f5;border:1px solid #f0f0ed}.hj55-invoice-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid #e6e6e2}.hj55-invoice-detail-head h3{margin:0;font-size:13px;font-weight:500}.hj55-invoice-detail-head span{font-size:9.5px;font-weight:500;padding:4px 8px;border-radius:999px;background:#fff;border:1px solid #e5e5e2;color:#62666f}
.hj55-invoice-detail-block dl{margin:0;display:grid;gap:10px}.hj55-invoice-detail-block dl>div{display:flex;align-items:center;justify-content:space-between;gap:16px}.hj55-invoice-detail-block dt{font-size:11px;font-weight:400;color:#60646d}.hj55-invoice-detail-block dd{margin:0;font-size:11.5px;font-weight:500;text-align:right;color:#202328}.hj55-invoice-detail-block>p{margin:0;font-size:11.5px;line-height:1.55;color:#33363c}
.hj55-invoice-dialog>footer{display:flex;justify-content:flex-end;gap:9px;padding:16px 26px 22px}.hj55-invoice-dialog>footer>*{min-height:39px;padding:0 16px;border-radius:10px;font-size:11px;font-weight:500;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center}.hj55-invoice-cancel{border:1px solid #dededb;background:#fff;color:#50545c;cursor:pointer}.hj55-invoice-primary{border:1px solid #17191d;background:#17191d;color:#fff!important}
@media(max-width:900px){.hj55-home-secondary-grid{grid-template-columns:minmax(0,1fr);max-width:520px}.hj55-home-secondary-grid>.hj54-recent-activity-card,.hj55-invoice-card{width:100%}}
@media(max-width:560px){.hj55-home-secondary-grid{margin-top:14px}.hj55-invoice-dialog{border-radius:18px}.hj55-invoice-dialog>header{padding:20px 20px 15px}.hj55-invoice-dialog>header h2{font-size:20px}.hj55-invoice-dialog-body{padding:0 20px 12px}.hj55-invoice-dialog>footer{padding:14px 20px 20px}.hj55-invoice-row{grid-template-columns:28px minmax(0,1fr)}.hj55-invoice-amount{grid-column:2;text-align:left;display:flex;align-items:center;gap:8px;margin-top:-3px}.hj55-invoice-amount small{margin-top:0}}

/* ========================================================================== 
   0.28.90 — Billing & invoices workspace
   Reference-inspired card hierarchy, using only live HostingJet billing data.
   ========================================================================== */
.hj-page-current-billing .hj-page-context{padding-top:4px}
.hj90-billing{font-family:var(--hj-font,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);max-width:1280px;margin:0 auto;padding:0 4px 48px;color:#17191d}
.hj90-billing *{box-sizing:border-box}
.hj90-billing-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr) minmax(0,.96fr);gap:14px;align-items:stretch;margin-bottom:26px}
.hj90-billing-card{min-width:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.025);display:flex;flex-direction:column}
.hj90-billing-card>header{min-height:49px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f7f7f6;border-bottom:1px solid #eceeed}
.hj90-card-title{display:flex;align-items:center;gap:9px;min-width:0;color:#202329}.hj90-card-title svg{width:17px;height:17px;flex:0 0 auto;color:#545a64}.hj90-card-title b{font-size:13px;line-height:1;font-weight:600;letter-spacing:-.012em;white-space:nowrap}
.hj90-card-action{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:#515761;text-decoration:none!important;transition:background .15s ease,color .15s ease}.hj90-card-action:hover{background:#eceeed;color:#111318}.hj90-card-action svg{width:15px;height:15px}.hj90-card-action.is-static{pointer-events:none}
.hj90-card-body{padding:18px 17px;flex:1;min-height:180px}.hj90-plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hj90-plan-top h2,.hj90-payment-card h2{margin:0;font-size:17px;line-height:1.3;font-weight:650;letter-spacing:-.025em;color:#17191d}.hj90-plan-top p{margin:4px 0 0;font-size:11px;color:#7e838c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.hj90-status{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border:1px solid #e3e5e8;border-radius:7px;background:#fff;color:#555b65;font-size:10px;font-weight:600;white-space:nowrap}.hj90-status.is-active,.hj90-status.is-trialing{border-color:#cdeedc;background:#f0fbf5;color:#147a4e}.hj90-status.is-past_due,.hj90-status.is-overdue{border-color:#f1d1ca;background:#fff5f2;color:#b54831}.hj90-status.is-pending{border-color:#eedfb7;background:#fffaf0;color:#936613}
.hj90-plan-price{display:flex;align-items:baseline;gap:3px;margin:22px 0 18px}.hj90-plan-price strong{font-size:24px;line-height:1;font-weight:650;letter-spacing:-.04em;color:#111318}.hj90-plan-price span{font-size:10.5px;color:#838892}
.hj90-mini-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.hj90-mini-details>div{padding:10px 11px;border-radius:9px;background:#f7f7f6;border:1px solid #eeefed;min-width:0}.hj90-mini-details dt{font-size:9.5px;color:#8a8f97;margin-bottom:3px}.hj90-mini-details dd{margin:0;font-size:11px;font-weight:600;color:#30343a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hj90-plan-card>footer{padding:0 17px 16px}.hj90-plan-card>footer>a{min-height:38px;border-radius:9px;padding:0 12px;background:#17191d;color:#fff!important;text-decoration:none!important;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:10.5px;font-weight:500}.hj90-plan-card>footer>a span{display:flex;align-items:center;gap:5px;font-weight:600}.hj90-plan-card>footer svg{width:13px;height:13px}
.hj90-info-list{display:grid;gap:17px;padding-top:20px}.hj90-info-list>div{display:grid;grid-template-columns:31px minmax(0,1fr);gap:10px;align-items:flex-start}.hj90-info-icon{width:31px;height:31px;border-radius:9px;background:#f5f6f5;border:1px solid #eaebe9;display:grid;place-items:center;color:#626873}.hj90-info-icon svg{width:14px;height:14px}.hj90-info-list small{display:block;margin:0 0 3px;color:#8a8f98;font-size:9.5px;line-height:1.2}.hj90-info-list strong{display:block;color:#24272c;font-size:11.5px;line-height:1.45;font-weight:600}.hj90-info-list p{margin:2px 0 0;color:#717680;font-size:10px;line-height:1.4}
.hj90-payment-card .hj90-card-body{display:flex;flex-direction:column;justify-content:center}.hj90-payment-glyph{width:47px;height:47px;border-radius:13px;display:grid;place-items:center;margin-bottom:17px;color:#4f46e5;background:linear-gradient(145deg,#eef0ff,#f7f5ff);border:1px solid #e1e2fb;box-shadow:0 8px 26px rgba(79,70,229,.08)}.hj90-payment-glyph svg{width:23px;height:23px}.hj90-payment-kicker{margin:0 0 5px;color:#8a8f98;font-size:10px}.hj90-payment-ref{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:16px;padding:9px 10px;border:1px solid #eaebed;border-radius:8px;background:#fafafa}.hj90-payment-ref span{font-size:9.5px;color:#858a92}.hj90-payment-ref code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#454a52;font:500 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace}.hj90-payment-note{margin:13px 0 0;color:#767b84;font-size:10px;line-height:1.5}
.hj90-invoices{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(15,23,42,.02)}
.hj90-invoices-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:19px 18px 14px}.hj90-invoices-head h2{margin:0;font-size:17px;line-height:1.25;font-weight:650;letter-spacing:-.024em;color:#17191d}.hj90-invoices-head p{margin:4px 0 0;font-size:10.5px;line-height:1.5;color:#858a92}.hj90-download-all{min-height:34px;padding:0 11px;border:1px solid #dedfe2;border-radius:8px;background:#fff;color:#34383f!important;text-decoration:none!important;display:inline-flex;align-items:center;gap:7px;font-size:10px;font-weight:600;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.hj90-download-all:hover{background:#f7f7f6;border-color:#d3d5d8}.hj90-download-all svg{width:13px;height:13px}.hj90-download-all.is-disabled{opacity:.45;pointer-events:none}
.hj90-invoice-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px 13px}.hj90-invoice-search{width:min(390px,52%);height:36px;border:1px solid #e0e2e5;background:#fafafa;border-radius:8px;display:flex;align-items:center;gap:8px;padding:0 10px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.hj90-invoice-search:focus-within{background:#fff;border-color:#a9aeb8;box-shadow:0 0 0 3px rgba(17,24,39,.05)}.hj90-invoice-search svg{width:14px;height:14px;color:#888d95;flex:0 0 auto}.hj90-invoice-search input{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;color:#262a30;font-family:inherit;font-size:10.5px;font-weight:500;line-height:1}.hj90-invoice-search input::placeholder{color:#9b9fa6}
.hj90-filter-tabs{display:flex;align-items:center;padding:3px;border-radius:9px;background:#f5f5f4;border:1px solid #ececea}.hj90-filter-tabs button{height:28px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#757a83;font-family:inherit;font-size:9.5px;font-weight:600;line-height:1;cursor:pointer}.hj90-filter-tabs button:hover{color:#31353c}.hj90-filter-tabs button.is-active{background:#fff;color:#17191d;box-shadow:0 1px 3px rgba(15,23,42,.08)}
.hj90-invoice-table-wrap{overflow:auto;border-top:1px solid #eceeed}.hj90-invoice-table{width:100%;min-width:780px;border-collapse:collapse;border-spacing:0}.hj90-invoice-table th{height:38px;padding:0 18px;text-align:left;background:#f7f7f6;border-bottom:1px solid #e7e8e8;color:#7d828b;font-size:9px;font-weight:600;letter-spacing:.025em;white-space:nowrap}.hj90-invoice-table td{height:56px;padding:0 18px;border-bottom:1px solid #eeeeec;color:#4f545d;font-size:10.5px;vertical-align:middle}.hj90-invoice-table tbody tr:last-child td{border-bottom:0}.hj90-invoice-table tbody tr[data-hj90-billing-row]:hover{background:#fcfcfb}.hj90-invoice-table td strong{font-size:10.5px;font-weight:600;color:#25292f}.hj90-invoice-table .is-download{text-align:center;width:86px}.hj90-method{font-weight:550;color:#3f444c}.hj90-invoice-status{display:inline-flex;align-items:center;gap:6px;min-height:23px;padding:0 8px;border:1px solid #e2e4e6;border-radius:6px;background:#fff;color:#5e646d;font-size:9.5px;font-weight:600}.hj90-invoice-status i{width:6px;height:6px;border-radius:50%;background:#f0a637}.hj90-invoice-status.is-paid{border-color:#d4ecde;background:#f7fcf9;color:#197a4f}.hj90-invoice-status.is-paid i{background:#26b86e}.hj90-download-one{width:29px;height:29px;margin:auto;border:1px solid #e0e2e5;border-radius:8px;background:#fff;color:#606670;text-decoration:none!important;display:grid;place-items:center;transition:background .15s ease,color .15s ease}.hj90-download-one:hover{background:#f5f5f4;color:#17191d}.hj90-download-one svg{width:13px;height:13px}.hj90-mobile-label{display:none}.hj90-empty-row td{height:190px!important;text-align:center!important}.hj90-empty-row div{display:flex;flex-direction:column;align-items:center;color:#828791}.hj90-empty-row div>span{width:36px;height:36px;border-radius:10px;background:#f5f5f3;display:grid;place-items:center;margin-bottom:9px}.hj90-empty-row svg{width:17px;height:17px}.hj90-empty-row strong{color:#444950;font-size:11px}.hj90-empty-row p{margin:3px 0 0;color:#999da4;font-size:9.5px}.hj90-no-results td{text-align:center!important;height:88px!important;color:#858a92!important}
@media(max-width:1080px){.hj90-billing-overview{grid-template-columns:1fr 1fr}.hj90-payment-card{grid-column:1/-1}.hj90-payment-card .hj90-card-body{min-height:145px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto;column-gap:16px;align-content:center}.hj90-payment-glyph{grid-row:1/4;margin:0}.hj90-payment-kicker{align-self:end}.hj90-payment-ref{max-width:520px}}
@media(max-width:760px){.hj90-billing{padding-left:0;padding-right:0}.hj90-billing-overview{grid-template-columns:1fr;gap:11px}.hj90-payment-card{grid-column:auto}.hj90-payment-card .hj90-card-body{display:block;min-height:0}.hj90-payment-glyph{margin-bottom:15px}.hj90-invoices-head{align-items:flex-start;flex-direction:column}.hj90-download-all{align-self:stretch;justify-content:center}.hj90-invoice-tools{flex-direction:column;align-items:stretch}.hj90-invoice-search{width:100%}.hj90-filter-tabs{align-self:flex-start}.hj90-invoice-table{min-width:0}.hj90-invoice-table thead{display:none}.hj90-invoice-table tbody,.hj90-invoice-table tr,.hj90-invoice-table td{display:block;width:100%}.hj90-invoice-table tr[data-hj90-billing-row]{padding:13px 15px;border-top:1px solid #eeeeec;display:grid;grid-template-columns:1fr 1fr;gap:9px 14px;position:relative}.hj90-invoice-table tr[data-hj90-billing-row]:first-child{border-top:0}.hj90-invoice-table tr[data-hj90-billing-row] td{height:auto;padding:0;border:0;font-size:10.5px}.hj90-mobile-label{display:block;margin-bottom:2px;color:#9a9ea5;font-size:8px;text-transform:uppercase;letter-spacing:.04em}.hj90-invoice-table td.is-download{position:absolute;right:14px;top:13px;width:auto}.hj90-invoice-table tr[data-hj90-billing-row] td:nth-child(2){padding-right:42px}.hj90-empty-row td,.hj90-no-results td{display:table-cell!important}}
@media(max-width:480px){.hj90-mini-details{grid-template-columns:1fr}.hj90-invoice-table tr[data-hj90-billing-row]{grid-template-columns:1fr}.hj90-invoices-head,.hj90-invoice-tools{padding-left:14px;padding-right:14px}.hj90-card-body{padding:16px 14px}.hj90-billing-card>header{padding:0 14px}}
