/* V27 Accounts work-centre: compact buttons + separate feature windows */
.myob-app-shell{background:#f7fbff!important;color:#102033!important;border-radius:24px!important;padding:18px!important;}
.myob-launch-panel{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#ffffff,#eef8ff)!important;border:1px solid #d7e8f8!important;border-radius:22px!important;padding:16px 18px!important;margin:16px 0!important;box-shadow:0 12px 28px rgba(18,90,154,.08)!important;}
.myob-launch-panel h3{margin:0 0 4px!important;color:#0f2f57!important;font-size:22px!important;font-weight:900!important;}
.myob-launch-panel p{margin:0!important;color:#607089!important;font-weight:650!important;}
.myob-launch-badge{white-space:nowrap;border-radius:999px;padding:9px 14px;background:#e8fff5!important;border:1px solid #b7f2d6!important;color:#047857!important;font-weight:900!important;}
.myob-tabs.myob-module-buttons{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(178px,1fr))!important;gap:12px!important;background:#ffffff!important;border:1px solid #d9e7f6!important;border-radius:22px!important;padding:14px!important;box-shadow:0 14px 32px rgba(15,23,42,.07)!important;margin:0 0 18px!important;}
.myob-module-buttons .myob-tab{height:auto!important;min-height:74px!important;border-radius:18px!important;padding:13px 14px!important;text-align:left!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:4px!important;border:1px solid rgba(37,99,235,.18)!important;background:#ffffff!important;color:#0f2f57!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important;font-size:14px!important;line-height:1.15!important;}
.myob-module-buttons .myob-tab span{font-size:15px!important;font-weight:950!important;color:#0f2f57!important;}
.myob-module-buttons .myob-tab small{font-size:11px!important;font-weight:750!important;color:#64748b!important;text-transform:none!important;letter-spacing:0!important;}
.myob-module-buttons .myob-tab:hover{transform:translateY(-2px)!important;box-shadow:0 16px 30px rgba(37,99,235,.14)!important;}
.myob-module-buttons .myob-tab.active{color:#fff!important;border-color:transparent!important;box-shadow:0 18px 36px rgba(37,99,235,.22)!important;}
.myob-module-buttons .myob-tab.active span,.myob-module-buttons .myob-tab.active small{color:#fff!important;}
.myob-module-buttons .acc-overview{border-left:6px solid #2563eb!important}.myob-module-buttons .acc-chart{border-left:6px solid #06b6d4!important}.myob-module-buttons .acc-journal{border-left:6px solid #8b5cf6!important}.myob-module-buttons .acc-payables{border-left:6px solid #f97316!important}.myob-module-buttons .acc-banking{border-left:6px solid #10b981!important}.myob-module-buttons .acc-payroll{border-left:6px solid #ec4899!important}.myob-module-buttons .acc-assets{border-left:6px solid #eab308!important}.myob-module-buttons .acc-gst{border-left:6px solid #ef4444!important}.myob-module-buttons .acc-settings{border-left:6px solid #64748b!important}
.myob-module-buttons .acc-overview.active{background:linear-gradient(135deg,#2563eb,#06b6d4)!important}.myob-module-buttons .acc-chart.active{background:linear-gradient(135deg,#0891b2,#22d3ee)!important}.myob-module-buttons .acc-journal.active{background:linear-gradient(135deg,#7c3aed,#a855f7)!important}.myob-module-buttons .acc-payables.active{background:linear-gradient(135deg,#ea580c,#fb923c)!important}.myob-module-buttons .acc-banking.active{background:linear-gradient(135deg,#059669,#34d399)!important}.myob-module-buttons .acc-payroll.active{background:linear-gradient(135deg,#db2777,#f472b6)!important}.myob-module-buttons .acc-assets.active{background:linear-gradient(135deg,#ca8a04,#fde047)!important}.myob-module-buttons .acc-gst.active{background:linear-gradient(135deg,#dc2626,#fb7185)!important}.myob-module-buttons .acc-settings.active{background:linear-gradient(135deg,#475569,#94a3b8)!important}
.myob-tab-page{display:none!important;}
.myob-tab-page.active{display:block!important;position:fixed!important;left:clamp(12px,3vw,52px)!important;right:clamp(12px,3vw,52px)!important;top:clamp(12px,4vh,42px)!important;bottom:clamp(12px,4vh,42px)!important;z-index:9999!important;overflow:auto!important;background:#ffffff!important;border:1px solid #cfe1f4!important;border-radius:26px!important;padding:22px!important;box-shadow:0 28px 80px rgba(15,23,42,.38)!important;}
.myob-tab-page.active:before{content:"";position:fixed;inset:0;z-index:-1;background:rgba(15,23,42,.45);backdrop-filter:blur(3px);}
.myob-window-close{position:sticky!important;top:0!important;float:right!important;z-index:2!important;width:42px!important;height:42px!important;border-radius:999px!important;border:0!important;background:linear-gradient(135deg,#ef4444,#f97316)!important;color:#fff!important;font-size:26px!important;font-weight:900!important;line-height:1!important;box-shadow:0 12px 26px rgba(239,68,68,.28)!important;cursor:pointer!important;}
.myob-tab-page.active .myob-section{margin:8px 0 16px!important;border-radius:20px!important;border:1px solid #d9e7f6!important;background:#fff!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important;}
.myob-tab-page.active .myob-section-head{padding-right:50px!important;}
.myob-tab-page.active .myob-section h3{color:#0f2f57!important;}
.myob-tab-page.active .myob-section p{color:#64748b!important;}
.myob-tab-page.active .myob-form-grid{grid-template-columns:repeat(4,minmax(150px,1fr))!important;gap:10px!important;}
.myob-tab-page.active input,.myob-tab-page.active select,.myob-tab-page.active textarea{background:#fff!important;color:#0f172a!important;border:1px solid #bed6ef!important;}
.myob-tab-page.active table{background:#fff!important;color:#0f172a!important;}
.myob-tab-page.active th{background:#eff6ff!important;color:#0f2f57!important;}
@media(max-width:900px){.myob-tabs.myob-module-buttons{grid-template-columns:repeat(2,minmax(130px,1fr))!important}.myob-tab-page.active{left:8px!important;right:8px!important;top:8px!important;bottom:8px!important;padding:14px!important}.myob-tab-page.active .myob-form-grid{grid-template-columns:1fr!important}.journal-line-grid{grid-template-columns:1fr!important}.myob-launch-panel{display:block!important}.myob-launch-badge{display:inline-block;margin-top:10px}.myob-module-buttons .myob-tab{min-height:68px!important}}
