@tailwind base;@tailwind components;@tailwind utilities;:root{--dark:#001529;--primary:#f9d141;--primary-bg:#fff8e1;--black-1:#333;--black-2:#4f4f4f;--black-3:#828282;--grey-1:#bdbdbd;--grey-2:#e0e0e0;--grey-3:#f2f2f2;--red:#eb5757;--success:#27ae60;--success-hover:#6cc893;--success-active:#1f884c;--success-bg:#e8f5e9;--danger:var(--red);--danger-bg:#fbe9e7;--font-size-s:12px;--font-size:14px;--font-size-l:16px;--font-size-xl:20px;--font-size-xxl:24px;--font-size-xxxl:32px;--icon-size-l:24px;--gap:20px;--gap-s:10px;--gap-xs:5px}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{padding:0;margin:0;color:var(--black-1);background:#f7f7f970;font-family:Helvetica Neue,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif}@layer utilities{.text-balance{text-wrap:balance}}.home-page{display:flex;flex-direction:column;flex-wrap:nowrap;gap:var(--gap)}.home-page-header{background-color:var(--dark);height:46px}.home-page-footer{font-size:var(--font-size-s);color:#9e9e9e80;height:80px}.home-page-body{display:flex;flex-direction:column;align-items:center;gap:var(--gap);padding:0 var(--gap);min-height:calc(100vh - 46px - var(--gap) * 2 - 80px)}.home-page-body.adp-width{min-width:800px}.home-page-body.adp-width.max-width{max-width:1200px;margin:auto}@media screen and (min-width:1200px){.home-page-body.adp-width{min-width:800px}}@media screen and (min-width:768px) and (max-width:1200px){.home-page-body.adp-width{min-width:600px}}@media screen and (max-width:768px){.home-page-body.adp-width{min-width:90%}.home-page-footer{flex-direction:column;gap:0!important}}.ant-btn-primary.success{color:#fff;background:var(--success)}.ant-btn-primary.success:hover{background:var(--success-hover)!important}.ant-btn-primary.success:active{background:var(--success-active)!important}.segmnet-bar-con{width:100%}.segment-bar{max-width:800px;margin:auto!important}.global-message{margin-top:20vh!important}.global-message .global-message-notice-content{padding:var(--gap)!important;font-size:var(--font-size-l)!important;background:#fff8e1!important;color:var(--dark)!important}.ant-menu-item-disabled{display:none!important}.gallery-grid-response{display:grid!important;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1580px){.gallery-grid-response{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1060px){.gallery-grid-response{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:800px){.gallery-grid-response{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:375px){.gallery-grid-response{grid-template-columns:repeat(1,1fr)}}.text-center{text-align:center}