:root{--brand-pink:#ff768b;--brand-purple:#a95ff4;--brand-blue:#2ea8ff;--brand-white:#fffcfa;--brand-night:#211f38;--app-header-height:56px;--app-sidebar-width:224px;--app-sidebar-collapsed-width:72px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{color:#000000e0;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.brand-mark{background:linear-gradient(135deg, var(--brand-blue), var(--brand-purple) 52%, var(--brand-pink));color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:relative}.brand-mark:before,.brand-mark:after{content:"";background:currentColor;border-radius:2px;width:3px;position:absolute}.brand-mark:before{height:14px;transform:translate(-4px)}.brand-mark:after{height:20px;transform:translate(4px)}.page-stack{flex-direction:column;gap:16px;display:flex}.page-title-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.page-title-row h3.ant-typography{margin:0 0 4px;font-size:20px;line-height:28px}.page-title-row div.ant-typography{margin-bottom:0}.surface-panel>.ant-typography:first-child{margin-top:0}.table-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.table-toolbar__filters{flex-wrap:wrap;flex:1;align-items:center;gap:8px;display:flex}.surface-panel{background:#fff;border:1px solid #f0f0f0;border-radius:8px;padding:16px}.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (max-width:768px){.page-title-row,.table-toolbar,.table-toolbar__filters{flex-direction:column;align-items:stretch}.table-toolbar .ant-input,.table-toolbar .ant-select,.table-toolbar .ant-btn{width:100%!important}.form-grid-2{grid-template-columns:1fr}}
