:root{--primary: #00A76E;--primary-dark: #008C5C;--primary-light: #E8F8F2;--primary-50: #F0FDF7;--accent: #25D366;--bg: #F0F2F5;--sidebar-bg: #1A1D29;--sidebar-text: #A0A8B8;--text-primary: #1A1D29;--text-secondary: #6B7280;--text-muted: #9CA3AF;--border: #E5E7EB;--border-light: #F3F4F6;--danger: #EF4444;--warning: #F59E0B;--info: #3B82F6}html,body,#root{height:100%;margin:0;padding:0;background:var(--bg);color:var(--text-primary);font-size:14px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}.page-container{padding:20px 24px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-header-title{font-size:20px;font-weight:700;letter-spacing:-.4px;color:var(--text-primary)}.page-header-desc{font-size:12.5px;color:var(--text-muted);margin-top:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0003}.login-form input::placeholder{color:#fff6!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:rgba(0,0,0,.85)!important;transition:background-color 5000s ease-in-out 0s}.login-form input:-webkit-autofill,.login-form input:-webkit-autofill:hover,.login-form input:-webkit-autofill:focus,.login-form input:-webkit-autofill:active{-webkit-text-fill-color:rgba(255,255,255,.85)!important}.app-sider .ant-layout-sider-children{display:flex;flex-direction:column;height:100%;overflow:visible!important}.app-sider .ant-menu-light{background:transparent!important;color:var(--text-secondary)}.app-sider .ant-menu-light .ant-menu-item{color:var(--text-secondary);border-radius:8px;margin:4px 12px;width:calc(100% - 24px)}.app-sider .ant-menu-light .ant-menu-item:hover{color:var(--primary);background:#00a76e0f}.app-sider .ant-menu-light .ant-menu-item-selected{color:var(--primary)!important;background:var(--primary-light)!important;font-weight:600}.app-sider .ant-menu-light .ant-menu-item-selected:after{display:none}.app-sider .ant-menu-submenu-title{color:var(--text-muted)!important;font-weight:600;letter-spacing:.5px}.gm-steps .ant-steps-item-title{color:var(--text-muted)!important;font-size:15px!important}.gm-steps .ant-steps-item-title a{color:var(--text-muted)!important}.gm-steps .ant-steps-item-icon{border-color:#d9d9d9!important;background:#fff!important}.gm-steps .ant-steps-item-icon .ant-steps-icon{color:#999!important}.gm-steps .ant-steps-item:hover .ant-steps-item-title,.gm-steps .ant-steps-item:hover .ant-steps-item-title a,.gm-steps .ant-steps-item:hover .ant-steps-item-icon .ant-steps-icon{color:#000!important}.gm-steps .ant-steps-item:hover .ant-steps-item-icon{border-color:#000!important}.gm-steps .ant-steps-item-finish .ant-steps-item-icon{border-color:var(--primary)!important}.gm-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon{color:var(--primary)!important}.gm-steps .ant-steps-item-finish .ant-steps-item-title,.gm-steps .ant-steps-item-finish .ant-steps-item-title a{color:var(--text-primary)!important}.gm-steps .ant-steps-item-process .ant-steps-item-title{color:#000!important;font-weight:600!important}.gm-steps .ant-steps-item-process .ant-steps-item-icon{border-color:#000!important;background:#fff!important}.gm-steps .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon{color:#000!important}.gm-steps .ant-steps-item-tail:after{background-color:#e8e8e8!important}.gm-form .ant-form-item-label>label{font-size:16px!important}.gm-form input.ant-input{height:45px!important}.gm-form .ant-select-single{height:45px!important;--ant-select-height: 45px}.gm-form .ant-select-single .ant-select-selector{height:45px!important}.gm-form .ant-select-single .ant-select-selection-item,.gm-form .ant-select-single .ant-select-selection-placeholder{line-height:43px!important}.gm-form .ant-input-number{height:45px!important}.gm-form .ant-input-number .ant-input-number-input{height:43px!important;line-height:43px!important}.gm-form .gm-label-full .ant-form-item-label>label{display:flex;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.gm-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 8px;align-items:start}.gm-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 8px;align-items:start}.gm-detail-cards{align-items:stretch}.gm-detail-card{min-width:0;padding:10px 12px;border:1px solid #e4ebf5;border-radius:11px;background:#fff;box-shadow:0 2px 10px #2454910a}.gm-detail-card-heading{display:flex;align-items:center;gap:8px;min-height:28px;margin-bottom:5px;font-weight:650;white-space:nowrap}.gm-profile-textarea{resize:none;line-height:1.55}.gm-detail-hint{display:flex;align-items:flex-start;gap:5px;margin-top:8px;color:#8b9bb6;font-size:11px;line-height:1.4}.gm-detail-hint .anticon{flex:none;margin-top:2px}.gm-service-area-editor{display:flex;flex-direction:column;gap:5px;width:100%}.gm-service-area-editor .ant-space{display:flex}.gm-service-area-list.is-scrollable{max-height:148px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-right:4px}.gm-service-area-list .ant-space-item{width:100%}.gm-service-area-editor .ant-btn-dashed{width:fit-content!important;height:24px;padding:0 8px;border-color:#91bdff;color:#1677ff;font-size:12px}.gm-phone-heading{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:22px;margin-bottom:8px}.gm-phone-heading .ant-typography{font-size:12px}.gm-post-writing-layout{display:grid;grid-template-columns:minmax(0,1fr) 316px;align-items:start;gap:14px}.gm-post-writing-main{min-width:0;border:1px solid #e2eaf7;border-radius:12px;background:#fff;padding:16px 18px 20px}.gm-post-writing-heading{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.gm-post-writing-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:11px;background:#e9f1ff;color:#2472f2;font-size:22px}.gm-post-autofill{height:28px;padding:0 12px;border-color:#dce9ff;border-radius:16px;background:#eef5ff;color:#2467d8;font-size:12px;font-weight:600}.gm-post-writing-intro{margin:8px 0 14px!important;color:#7889a6;font-size:12px}.gm-post-writing-form .ant-col{min-width:0}.gm-post-writing-form .ant-form-item{margin-bottom:16px}.gm-copy-field-meta{margin-top:2px;line-height:1.4}.gm-copy-field-count{min-height:16px;text-align:right;white-space:nowrap;color:#8292ae;font-size:11px}.gm-copy-field-hint{margin-top:2px;color:#8a9ab5;font-size:11px;overflow-wrap:anywhere}.gm-post-publishing-panel{padding:16px 18px;border:1px solid #e2eaf7;border-radius:12px;background:#fff}.gm-invite-page-body{padding:0 0 12px;background:#f4f8ff}.gm-invite-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px;margin-bottom:12px;padding:9px 14px;border:8px solid #fff;border-radius:15px;background:#f0fff6;box-shadow:0 1px 6px #2c5f9812}.gm-invite-nav .ant-btn{flex:none}.gm-store-banner-description,.gm-store-banner-details{font-size:13px;line-height:1.5;overflow-wrap:anywhere}.gm-store-banner-description{margin-top:6px;opacity:.9}.gm-store-banner-details{margin-top:8px;opacity:.95}.gm-invite-layout{display:grid;grid-template-columns:minmax(0,1fr) 316px;gap:14px;align-items:start}.gm-invite-main,.gm-invite-list-stack,.gm-invite-touch{display:flex;flex-direction:column;gap:12px;min-width:0}.gm-invite-card{border-color:#e2eaf7;border-radius:12px;box-shadow:0 2px 10px #2c5f980a}.gm-invite-card .ant-card-body{padding:12px 18px}.gm-invite-settings-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:start;gap:16px 24px;padding-left:12px}.gm-invite-setting-field{min-width:0}.gm-invite-save-button{align-self:center;margin-top:10px;white-space:nowrap}.gm-invite-expectation{min-width:0;padding:16px;border:1px solid #e2eaf7;border-radius:12px;background:#fff;box-shadow:0 2px 10px #2c5f980a}.gm-invite-expectation-heading{display:flex;align-items:center;gap:10px;color:#f3a51c;font-size:20px}.gm-invite-expectation-heading .ant-typography{color:#0b1844;font-size:16px}.gm-invite-expectation>p{margin:8px 0 14px;color:#7686a2;font-size:12px;line-height:1.5}.gm-invite-expectation-item{display:flex;align-items:center;gap:14px;margin-top:12px;padding:12px 10px;border:1px solid #e2eaf7;border-radius:12px;background:#fff;box-shadow:0 2px 8px #2c5f980a}.gm-invite-expectation-icon{display:inline-flex;flex:none;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;font-size:23px}.gm-invite-expectation-icon.green{background:#eafbf2;color:#12a565}.gm-invite-expectation-icon.blue{background:#ebf3ff;color:#2877ee}.gm-invite-expectation-icon.red{background:#fff0f1;color:#ed4d62}.gm-invite-expectation-icon.purple{background:#f5ebff;color:#923cee}.gm-invite-expectation-item strong,.gm-invite-expectation-item small{display:block}.gm-invite-expectation-item strong{color:#0b1844;font-size:14px}.gm-invite-expectation-item small{margin-top:3px;color:#8190a9;font-size:12px;line-height:1.4}.gm-keyword-page-body{padding-bottom:12px;background:#f4f8ff}.gm-keyword-layout{display:grid;grid-template-columns:minmax(0,1fr) 316px;gap:14px;align-items:stretch}.gm-keyword-main,.gm-keyword-help{min-width:0;padding:20px 24px;border:1px solid #e2eaf7;border-radius:12px;background:#fff;box-shadow:0 2px 10px #2c5f980a}.gm-keyword-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.gm-keyword-heading .ant-typography{color:#0b1844;font-size:20px}.gm-keyword-heading-icon{color:#2472f2;font-size:27px}.gm-keyword-limit{padding:4px 12px;border:1px solid #cfe2ff;border-radius:16px;background:#f5faff;color:#3c6bbd;font-size:12px;font-weight:600;white-space:nowrap}.gm-keyword-intro{margin:10px 0 18px;color:#627693;font-size:13px}.gm-keyword-controls{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px}.gm-keyword-controls .ant-input-affix-wrapper,.gm-keyword-controls .ant-btn{height:40px;border-radius:8px}.gm-keyword-controls .ant-input-prefix{margin-right:8px;color:#8293b0;font-size:17px}.gm-keyword-controls .ant-btn{padding-inline:18px}.gm-keyword-count{margin:10px 0 16px;color:#7686a2;font-size:12px;line-height:1.5}.gm-keyword-count strong{color:#33476c}.gm-keyword-chips{display:flex;flex-wrap:wrap;gap:10px}.gm-keyword-chip{display:inline-flex;align-items:center;gap:10px;max-width:100%;min-height:42px;padding:4px 7px 4px 12px;border:1px solid #d6e7ff;border-radius:10px;background:#f8fbff}.gm-keyword-chip>.anticon{flex:none;color:#2373eb;font-size:18px}.gm-keyword-chip .ant-typography{min-width:0;overflow-wrap:anywhere;color:#0b1844;font-size:13px}.gm-keyword-chip .ant-btn{flex:none;width:24px;min-width:24px;height:24px;padding:0;border-radius:50%;background:#e6edf7;color:#43526d}.gm-keyword-help{padding:16px 18px}.gm-keyword-help-heading{display:flex;align-items:center;gap:10px}.gm-keyword-help-heading>.anticon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fff7e7;color:#f3a51c;font-size:20px}.gm-keyword-help-heading .ant-typography{color:#0b1844;font-size:16px}.gm-keyword-help ul{display:grid;gap:18px;margin:18px 0 0;padding:0;list-style:none}.gm-keyword-help li{display:flex;align-items:center;gap:12px;color:#60728f;font-size:13px}.gm-keyword-help li:before{content:"";flex:none;width:8px;height:8px;border-radius:50%;background:#3584f3}.gm-keyword-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:16px 0 0}.gm-keyword-footer .ant-typography{font-size:12px}.gm-metric-card{position:relative;display:flex;flex-direction:column;min-height:150px;height:100%;padding:12px 14px;overflow:hidden;border:1px solid;border-radius:14px;box-shadow:0 2px 10px #2454910a}.gm-metric-rose{background:linear-gradient(120deg,#fffdfb,#fff7ef);border-color:#f7e6d9}.gm-metric-mint{background:linear-gradient(120deg,#fbfffd,#f2fff8);border-color:#dcefe6}.gm-metric-blue{background:linear-gradient(120deg,#fcfeff,#f2f8ff);border-color:#dfebfa}.gm-metric-heading,.gm-metric-value-row,.gm-metric-footer,.gm-metric-progress{display:flex;align-items:center}.gm-metric-heading{gap:9px;min-width:0}.gm-metric-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:30px;height:30px;border-radius:9px;font-size:17px}.gm-metric-rose .gm-metric-icon{background:#fff0e3;color:#ee7c26}.gm-metric-mint .gm-metric-icon{background:#e5faef;color:#14a477}.gm-metric-blue .gm-metric-icon{background:#e8f2ff;color:#347de9}.gm-metric-label{min-width:0;color:#0b1844;font-size:14px;font-weight:700;white-space:nowrap}.gm-metric-status{margin-left:auto;padding:2px 11px;border-radius:14px;background:#fff0d8;font-size:11px;font-weight:700;white-space:nowrap}.gm-metric-value-row{position:relative;gap:5px;margin-top:7px;min-height:34px}.gm-metric-value{color:#0b1844;font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1}.gm-metric-suffix{align-self:flex-end;padding-bottom:3px;color:#394b68;font-size:12px;font-weight:600}.gm-metric-watermark{position:absolute;right:12px;top:-8px;font-size:38px;opacity:.15}.gm-metric-mint .gm-metric-watermark{color:#10bb77}.gm-metric-blue .gm-metric-watermark{color:#3399f1}.gm-metric-progress{gap:9px;margin-top:1px;color:#73829d;font-size:10px;white-space:nowrap}.gm-metric-progress-track{flex:1;height:6px;overflow:hidden;border-radius:8px;background:#e8ebf0}.gm-metric-progress-track>div{height:100%;border-radius:inherit}.gm-metric-footer{justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px}.gm-metric-footer>span{min-width:0;color:#75849d;font-size:11px;line-height:1.4}.gm-metric-footer .ant-btn{flex:none;height:28px;padding:0 10px;border-radius:8px;background:#fff;font-size:11px;font-weight:600}.gm-metric-rose .gm-metric-footer .ant-btn{color:#e57823;border-color:#f5c8a6}.gm-metric-mint .gm-metric-footer .ant-btn{color:#109c6c;border-color:#b8e7ce}.gm-metric-blue .gm-metric-footer .ant-btn{color:#3077e5;border-color:#b9d6ff}.gm-issues-count{min-width:26px;height:26px;margin-inline-end:0;padding:0 7px;border:1px solid #f3c99e;border-radius:50%;background:#fff8ee;color:#e77823;font-size:13px;line-height:24px;text-align:center}.gm-dashboard-issues{display:flex;width:100%;flex-direction:column;gap:8px}.gm-dashboard-issue-row{display:flex;align-items:center;gap:10px;min-height:44px;padding:7px 12px;border:1px solid;border-radius:11px}.gm-dashboard-issue-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:34px;height:34px;border-radius:50%;font-size:18px}.gm-dashboard-issue-label{flex:none;padding:4px 13px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.gm-dashboard-issue-description{flex:1;min-width:180px;color:#3a4a66;font-size:13px;line-height:1.45}.gm-dashboard-issue-action{flex:none;height:30px;padding-inline:14px;border:0;border-radius:999px;background:#e77823;color:#fff;font-size:12px;font-weight:600}.gm-dashboard-issue-action:hover,.gm-dashboard-issue-action:focus{background:#d96817!important;color:#fff!important}.gm-dashboard-issues-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:36px;padding:6px 12px;border:1px dashed #d7e0ef;border-radius:10px;background:#f8fbff;color:#5b6b8c;font-size:12px;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.gm-dashboard-issues-toggle:hover,.gm-dashboard-issues-toggle:focus-visible{border-color:#9dbcf5;background:#f1f6ff;color:#3077e5;outline:none}@media (max-width: 1250px){.gm-invite-layout,.gm-post-writing-layout,.gm-keyword-layout{grid-template-columns:minmax(0,1fr)}.gm-invite-expectation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gm-invite-expectation-heading,.gm-invite-expectation>p{grid-column:1 / -1}.gm-invite-expectation-item{margin-top:0}}@media (max-width: 575px){.gm-post-writing-main{padding:14px 12px}.gm-keyword-main,.gm-keyword-help{padding:16px 14px}.gm-keyword-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.gm-keyword-controls .ant-input-affix-wrapper{grid-column:1 / -1}.gm-keyword-controls .ant-btn{padding-inline:8px}.gm-invite-settings-fields,.gm-invite-expectation{grid-template-columns:1fr}.gm-invite-settings-fields{padding-left:0}}@media (max-width: 700px){.gm-dashboard-issue-row{align-items:flex-start;flex-wrap:wrap;padding:9px 10px}.gm-dashboard-issue-description{min-width:calc(100% - 48px)}.gm-dashboard-issue-action{margin-left:44px}}.gm-grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.gm-grid-attr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px 16px}@media (max-width: 991px){.page-container{padding:16px}.gm-grid-3,.gm-grid-attr{grid-template-columns:repeat(2,1fr)}.gm-grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 767px){.page-container{padding:12px}.page-header{flex-wrap:wrap;gap:12px}.page-header-title{font-size:18px}.ant-table-wrapper{max-width:100%}.ant-table-content,.ant-table-body{overflow-x:auto!important}.ant-card .ant-card-body{padding:16px}.gm-grid-3,.gm-grid-2{grid-template-columns:1fr;gap:12px 0}.gm-grid-attr{grid-template-columns:1fr;gap:6px 0}.gm-grid-5{grid-template-columns:repeat(2,1fr)}}
