@charset "UTF-8";:root{--center-orange: #eb714a;--center-navy: #223247;--center-navy-2: #172536;--center-ink: #1e2632;--center-muted: #647181;--center-line: #e6ebf1;--center-blue-soft: #eef5fb;--center-orange-soft: #fff2ec;--center-shadow: 0 12px 28px rgba(24, 39, 58, .1)}.center-dashboard{width:min(1180px,100%);margin:0 auto}.center-dashboard-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:18px;align-items:start}.center-sidebar{display:grid;gap:14px}.center-side-profile{border-radius:20px;background:#fff;border:1px solid var(--center-line);box-shadow:var(--center-shadow);overflow:hidden}.center-profile-cover{height:84px;background:radial-gradient(circle at 80% 30%,rgba(235,113,74,.38),transparent 20%),linear-gradient(135deg,var(--center-navy) 0%,#2d4058 100%);position:relative}.center-profile-avatar{position:absolute;left:18px;bottom:-28px;width:64px;height:64px;border-radius:20px;border:4px solid #fff;object-fit:cover;box-shadow:0 10px 18px #2232472e}.center-profile-body{padding:38px 18px 18px}.center-customer-name{margin:0;font-size:20px;font-weight:1000;color:var(--center-navy)}.center-member-meta{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px;color:var(--center-muted);font-size:12px;font-weight:800}.center-member-id{margin-top:14px;min-height:42px;border-radius:14px;background:#f7f9fb;border:1px solid #e8edf0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;color:var(--center-navy);font-weight:1000;font-size:13px}.center-copy-btn{width:28px;height:28px;border-radius:9px;border:1px solid #dfe5ec;color:var(--center-orange);background:#fff;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.center-copy-btn svg{width:16px;height:16px}.center-vip-pill svg{width:18px;height:18px}.center-vip-pill{margin-top:12px;min-height:38px;border-radius:999px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;color:#fff;background:var(--center-orange);font-size:13px;font-weight:900;box-shadow:0 8px 18px #eb714a38;text-decoration:none}.center-side-menu{border-radius:18px;background:#fff;border:1px solid var(--center-line);box-shadow:0 12px 28px #18273a14;padding:10px;display:grid;gap:10px}.center-side-home,.center-menu-trigger{width:100%;min-height:46px;border:0;border-radius:14px;background:transparent;color:var(--center-navy);display:flex;align-items:center;gap:10px;padding:0 14px;font-size:14px;font-weight:950;text-align:left;transition:background .16s ease,color .16s ease,box-shadow .16s ease;cursor:pointer;text-decoration:none}.center-side-home span,.center-menu-trigger span{display:inline-flex;align-items:center;gap:10px;min-width:0}.center-side-home:hover,.center-menu-trigger:hover{background:#eef5fb;color:var(--center-navy)}.center-menu-group.is-open>.center-menu-trigger{background:var(--center-navy);color:#fff;box-shadow:0 8px 18px #22324729}.center-side-home.is-active{background:var(--center-navy);color:#fff;box-shadow:0 8px 18px #22324729}.center-side-menu svg{width:19px;height:19px;flex:0 0 19px}.center-menu-group{display:grid;gap:4px}.center-menu-trigger{justify-content:space-between}.center-menu-trigger:after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);opacity:.75;margin-left:auto;transition:transform .16s ease}.center-menu-group.is-open>.center-menu-trigger:after{transform:rotate(-135deg) translate(-1px,-1px)}.center-submenu{display:none;margin:0 0 2px 20px;padding:2px 0 2px 18px;border-left:1px solid #dfe5ec;gap:8px}.center-menu-group.is-open>.center-submenu{display:grid}.center-submenu a{min-height:34px;border-radius:11px;padding:0 12px;color:#647181;font-size:12px;font-weight:950;display:flex;align-items:center;gap:8px;background:transparent;text-decoration:none}.center-submenu a:before{content:"";width:5px;height:5px;border-radius:999px;background:#c7d0da;flex:0 0 5px}.center-submenu a:hover{color:var(--center-navy);background:#f7f9fb}.center-submenu a.is-active{color:var(--center-orange);background:var(--center-orange-soft);font-weight:1000}.center-submenu a.is-active:before{background:var(--center-orange)}.center-main-content{display:grid;gap:16px;min-width:0}.center-dashboard-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.center-title-wrap h1{margin:0;color:var(--center-navy);font-size:32px;letter-spacing:-.8px;line-height:1.1;position:relative;padding-left:16px;font-weight:1000}.center-title-wrap h1:before{content:"";position:absolute;left:0;top:3px;bottom:4px;width:5px;border-radius:999px;background:var(--center-orange)}.center-title-wrap p{margin:8px 0 0;color:var(--center-muted);font-size:13px;font-weight:750}.center-quick-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.center-quick-btn{height:40px;border-radius:999px;border:1px solid #dfe5ec;background:#fff;color:var(--center-navy);display:inline-flex;align-items:center;gap:8px;padding:0 16px;font-size:13px;font-weight:900;box-shadow:0 6px 14px #18273a0f;cursor:pointer;text-decoration:none}.center-quick-btn.primary{background:var(--center-orange);color:#fff;border-color:var(--center-orange)}.center-panel{background:#fff;border:1px solid var(--center-line);border-radius:20px;box-shadow:0 8px 18px #18273a0f;overflow:hidden;margin-bottom:16px}.center-panel-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fff,#fbfcfd)}.center-panel-title{margin:0;color:var(--center-navy);font-size:18px;font-weight:1000;display:flex;align-items:center;gap:10px}.center-panel-title:before{content:"";width:5px;height:20px;border-radius:999px;background:var(--center-orange)}.center-card-grid{display:grid;gap:12px;padding:14px 16px 16px}.center-order-grid{grid-template-columns:repeat(4,1fr)}.center-shipping-grid{grid-template-columns:repeat(6,1fr)}.center-tool-grid{grid-template-columns:repeat(4,1fr)}.center-tile{position:relative;min-height:96px;border-radius:16px;border:1px solid #e8edf0;background:#fff;padding:14px 12px 12px;display:grid;align-content:center;justify-items:center;text-align:center;gap:9px;color:var(--center-ink);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease;cursor:pointer;text-decoration:none}.center-tile:hover{transform:translateY(-2px);border-color:#d9e6f0;background:#fbfdff;box-shadow:0 12px 22px #18273a14}.center-icon-wrap{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:var(--center-blue-soft);color:var(--center-navy)}.center-order-grid .center-tile .center-icon-wrap{background:var(--center-orange-soft);color:var(--center-orange)}.center-tile h3{margin:0;color:var(--center-navy);font-size:13px;line-height:1.25;font-weight:950}.center-tile-badge{position:absolute;top:10px;right:10px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:grid;place-items:center;color:#fff;background:var(--center-orange);font-size:10px;font-weight:1000;border:2px solid #fff;box-shadow:0 4px 10px #eb714a38}.center-wallet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px}.center-wallet-card{min-height:106px;border-radius:16px;border:1px solid #e8edf0;background:linear-gradient(145deg,#fff,#fff 64%,#eef5fb 65%,#eef5fb);padding:18px;position:relative;overflow:hidden;cursor:pointer;text-decoration:none;color:inherit}.center-wallet-card:after{content:"";position:absolute;right:-18px;bottom:-24px;width:78px;height:78px;border-radius:999px;background:#eb714a1a}.center-wallet-card strong{position:relative;z-index:1;display:block;color:var(--center-navy);font-size:24px;line-height:1;font-weight:1000}.center-wallet-card span{position:relative;z-index:1;display:block;margin-top:10px;color:var(--center-muted);font-size:12px;font-weight:850}@media (max-width: 1100px){.center-shipping-grid{grid-template-columns:repeat(4,1fr)}.center-dashboard-layout{grid-template-columns:1fr}}@media (max-width: 768px){.center-order-grid,.center-tool-grid,.center-wallet-grid,.center-shipping-grid{grid-template-columns:repeat(2,1fr)}.center-dashboard-head{flex-direction:column;align-items:flex-start}}.purchase-module{--navy: var(--center-navy);--navy-2: var(--center-navy-2);--orange: var(--center-orange);--orange-dark: #d85f38;--orange-soft: var(--center-orange-soft);--ink: var(--center-ink);--muted: var(--center-muted);--line: var(--center-line);min-width:0}.purchase-module .compact-panel{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 18px #18273a0f;overflow:hidden}.purchase-module .form-section-head{min-height:50px;padding:13px 16px;border-bottom:1px solid #eef2f6;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#fff,#fbfcfd)}.purchase-module .form-section-title{margin:0;color:var(--navy);font-size:17px;font-weight:1000;display:flex;align-items:center;gap:9px}.purchase-module .form-section-title:before{content:"";width:5px;height:19px;border-radius:999px;background:var(--orange)}.purchase-module .purchase-shell{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:14px;align-items:start}.purchase-module .purchase-form{padding:14px 16px 16px}.purchase-module .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.purchase-module .field{min-width:0;display:grid;gap:6px}.purchase-module .field.full{grid-column:1/-1}.purchase-module .field-label{color:#4e5967;font-size:12px;line-height:1.2;font-weight:900;display:flex;align-items:center;gap:3px}.purchase-module .star{color:var(--orange);font-size:14px;font-weight:1000}.purchase-module .qty-control{height:42px;border:1px solid #dfe5ec;background:#fbfcfd;border-radius:999px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;overflow:hidden}.purchase-module .qty-button{height:100%;border:0;background:transparent;color:var(--navy);font-size:20px;font-weight:1000;cursor:pointer}.purchase-module .qty-button:hover{color:var(--orange);background:#fff3ee}.purchase-module .qty-value{text-align:center;color:var(--navy);font-size:15px;font-weight:1000}.purchase-module .mini-link{border:0;background:transparent;color:var(--orange);font-size:12px;font-weight:950;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.purchase-module .side-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 8px 18px #18273a0f;overflow:hidden}.purchase-module .side-card+.side-card{margin-top:12px}.purchase-module .summary-box{padding:16px;display:grid;gap:12px}.purchase-module .summary-total{border-radius:16px;background:#fff3ee;border:1px solid rgba(235,113,74,.2);padding:13px 14px;display:grid;gap:12px}.purchase-module .summary-total-title{color:#8e644f;font-size:12px;font-weight:950}.purchase-module .order-breakdown{border-top:1px solid rgba(235,113,74,.18);padding-top:10px;display:grid;gap:8px}.purchase-module .breakdown-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.purchase-module .breakdown-head span{color:var(--navy);font-size:13px;font-weight:1000}.purchase-module .breakdown-head strong{color:var(--orange);font-size:19px;font-weight:1000}.purchase-module .charge-line{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#7a8492;font-size:12px;font-weight:900}.purchase-module .charge-line strong{color:var(--navy);font-size:13px;font-weight:1000}.purchase-module .summary-muted{margin:0;color:var(--muted);font-size:12px;line-height:1.6;font-weight:750}.purchase-module .agree-line{display:flex;align-items:flex-start;gap:9px;color:var(--ink);font-size:12px;line-height:1.55;font-weight:800;cursor:pointer}.purchase-module .actions-vertical{display:grid;gap:9px}.purchase-module .form-btn{width:100%;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:1000;cursor:pointer;transition:transform .14s ease,background .16s ease}.purchase-module .form-btn.primary{color:#fff;background:var(--orange);box-shadow:0 10px 18px #eb714a38}.purchase-module .form-btn.primary:hover{background:var(--orange-dark)}.plain-primary{color:var(--orange);background:#fff;border:1px solid rgba(235,113,74,.4)}.plain-primary:hover{background:#fff8f5}.purchase-module .cop-form-el .el-input__wrapper,.purchase-module .cop-form-el .el-select__wrapper,.purchase-module .cop-form-el .el-textarea__inner{border-radius:13px!important;box-shadow:0 0 0 1px #dfe5ec inset!important;background:#fbfcfd!important;min-height:42px}.purchase-module .cop-form-el .el-form-item{margin-bottom:10px}.purchase-module .cop-form-el .el-form-item__label{color:#4e5967;font-size:12px;font-weight:900;padding-bottom:6px}.purchase-module .favourite-count-note{color:var(--orange);font-size:12px;font-weight:1000}.purchase-module .favourite-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f6;align-items:center}.purchase-module .favourite-search{height:42px;border:1px solid #dfe5ec;background:#fbfcfd;border-radius:30px;display:grid;grid-template-columns:40px 1fr;align-items:center}.purchase-module .favourite-search svg{width:18px;height:18px;justify-self:center;color:var(--navy)}.purchase-module .favourite-search input{min-width:0;height:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:850}.purchase-module .favourite-filter-group{display:flex;flex-wrap:wrap;gap:8px}.purchase-module .favourite-filter{min-height:36px;padding:0 13px;border-radius:999px;border:1px solid #dfe6ee;background:#fff;color:var(--navy);font-size:12px;font-weight:1000;cursor:pointer}.purchase-module .favourite-filter.is-active,.purchase-module .favourite-filter:hover{background:var(--navy);border-color:var(--navy);color:#fff}.purchase-module .favourite-product-list{padding:16px;display:grid;gap:12px}.purchase-module .favourite-product-card{border:1px solid #dfe7f0;border-radius:18px;background:#fff;padding:14px;display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:14px;align-items:center;position:relative;box-shadow:0 9px 22px #18273a0e}.purchase-module .favourite-product-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:18px 0 0 18px;background:var(--orange)}.purchase-module .favourite-card-thumb{width:76px;height:76px;border-radius:16px;border:1px solid #dfe6ee;overflow:hidden}.purchase-module .favourite-card-thumb img{width:100%;height:100%;object-fit:cover}.purchase-module .favourite-card-body{min-width:0;display:grid;gap:7px}.purchase-module .favourite-card-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.purchase-module .favourite-source{min-height:24px;padding:0 9px;border-radius:999px;color:var(--navy);background:#eef5fb;border:1px solid #d9e6f0;font-size:11px;font-weight:900;line-height:24px}.purchase-module .favourite-tag{min-height:24px;padding:0 9px;border-radius:999px;color:var(--orange);background:#fff3ee;border:1px solid #d9e6f0;font-size:11px;font-weight:900;line-height:24px}.purchase-module .favourite-product-card h3{margin:0;color:var(--navy);font-size:16px;line-height:1.35;font-weight:1000}.purchase-module .favourite-card-detail{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#7a8695;font-size:12px;font-weight:850}.purchase-module .favourite-card-price{color:var(--orange);font-size:16px;font-weight:1000}.purchase-module .favourite-card-actions{display:grid;gap:8px}.purchase-module .favourite-action-main,.purchase-module .favourite-action-sub{min-width:96px;height:36px;padding:0 14px;border-radius:999px;border:1px solid #dfe6ee;font-size:12px;font-weight:1000;cursor:pointer}.purchase-module .favourite-action-main{color:#fff;background:var(--orange);border-color:var(--orange)}.purchase-module .favourite-action-sub{color:var(--navy);background:#fff}.purchase-module .favourite-empty-state{padding:34px 18px;text-align:center;color:var(--muted);font-size:13px;font-weight:850}.purchase-module .favourite-empty-state strong{display:block;color:var(--navy);font-size:15px;margin-bottom:6px}.purchase-module .purchase-order-count-note{color:var(--orange);font-size:12px;font-weight:1000}.purchase-module .purchase-order-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f6;align-items:center}.purchase-module .purchase-order-search{height:42px;border:1px solid #dfe5ec;background:#fbfcfd;border-radius:14px;display:grid;grid-template-columns:40px 1fr;align-items:center}.purchase-module .purchase-order-search svg{width:18px;height:18px;justify-self:center;color:var(--navy)}.purchase-module .purchase-order-search input{min-width:0;height:100%;border:0;outline:0;background:transparent;font-size:13px;font-weight:850}.purchase-module .purchase-order-tabs{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.purchase-module .purchase-order-tab{min-height:36px;padding:0 13px;border-radius:999px;border:1px solid #dfe6ee;background:#fff;color:var(--navy);font-size:12px;font-weight:1000;display:inline-flex;align-items:center;gap:5px;cursor:pointer}.purchase-module .purchase-order-tab:hover{background:#f7f9fb}.purchase-module .purchase-order-tab.is-active{background:var(--navy);border-color:var(--navy);color:#fff;box-shadow:0 8px 18px #22324724}.purchase-module .purchase-order-tab.is-active small{background:#ffffff2e;color:#fff}.purchase-module .purchase-order-tab small{min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#eb714a1f;color:var(--orange);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:1000}.purchase-module .purchase-order-list{padding:16px;display:grid;gap:10px}.purchase-module .purchase-order-card{border:1px solid #dfe7f0;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 9px 22px #18273a0e;position:relative}.purchase-module .purchase-order-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--orange)}.purchase-module .purchase-order-card-head{min-height:58px;padding:13px 16px 12px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fff,#fbfcfd)}.purchase-module .purchase-order-no{display:grid;gap:4px}.purchase-module .purchase-order-no span:first-child{color:#7a8492;font-size:11px;font-weight:950}.purchase-module .purchase-order-no strong{color:var(--navy);font-size:16px;font-weight:1000;display:inline-flex;align-items:center;gap:7px}.purchase-module .purchase-order-copy{width:23px;height:23px;border-radius:8px;border:1px solid #dfe6ee;background:#fff;color:#8a95a5;display:inline-grid;place-items:center;cursor:pointer}.purchase-module .purchase-order-status{min-height:28px;line-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:1000;border:1px solid transparent;white-space:nowrap}.purchase-module .purchase-order-status.status-payment{background:#fff3ee;color:var(--orange);border-color:#eb714a38}.purchase-module .purchase-order-status.status-extra{background:#fff7e8;color:#b66b14;border-color:#f8dfb5}.purchase-module .purchase-order-status.status-approval{background:#eef5ff;color:#2f6fd6;border-color:#d6e6ff}.purchase-module .purchase-order-status.status-purchasing{background:#eef8f3;color:#18855b;border-color:#cfebdc}.purchase-module .purchase-order-status.status-complete{background:#f2f4f7;color:#667085;border-color:#e4e7ec}.purchase-module .purchase-order-status.status-return{background:#fff3ee;color:var(--orange);border-color:#eb714a3d}.purchase-module .purchase-order-status.status-refund{background:#eef5ff;color:#2f6fd6;border-color:#d6e6ff}.purchase-module .purchase-order-status.status-exchange{background:#eef8f3;color:#18855b;border-color:#cfebdc}.purchase-module .purchase-order-status.status-supplement{background:#fff7e8;color:#b66b14;border-color:#f8dfb5}.purchase-module .purchase-order-status.status-after-other{background:#f2f4f7;color:#667085;border-color:#e4e7ec}.purchase-module .purchase-order-card-body{display:grid;grid-template-columns:72px minmax(0,1fr) 172px;gap:15px;align-items:start;padding:16px 16px 14px 18px}.purchase-module .purchase-order-card-body.is-multiple{grid-template-columns:minmax(0,1fr) 172px}.purchase-module .purchase-order-thumb{width:72px;height:72px;border-radius:16px;border:1px solid #dfe6ee;overflow:hidden;background:#f4f7fa}.purchase-module .purchase-order-thumb img{width:100%;height:100%;object-fit:cover}.purchase-module .purchase-order-main{min-width:0;display:grid;gap:8px}.purchase-module .purchase-order-title{margin:0;color:var(--navy);font-size:15px;line-height:1.42;font-weight:1000}.purchase-module .purchase-order-spec{color:#667085;font-size:12px;line-height:1.45;font-weight:800}.purchase-module .purchase-order-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center}.purchase-module .purchase-order-meta span{min-height:25px;padding:0 9px;border-radius:999px;background:#f7f9fb;border:1px solid #e7edf3;color:#6b7685;font-size:11px;font-weight:900}.purchase-module .purchase-order-price{color:var(--orange);font-size:14px;font-weight:1000}.purchase-module .purchase-order-amount{border:1px solid #edf1f5;background:#fbfcfd;border-radius:16px;padding:12px;display:grid;gap:9px}.purchase-module .purchase-order-amount-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:#7a8492;font-size:12px;font-weight:850}.purchase-module .purchase-order-amount-row strong{color:var(--navy);font-size:13px;font-weight:1000}.purchase-module .purchase-order-amount-row.total strong{color:var(--orange);font-size:15px}.purchase-module .multi-product-list{min-width:0;display:grid}.purchase-module .multi-product-item{display:grid;grid-template-columns:72px minmax(0,1fr) 88px;gap:14px;align-items:start;padding:0 0 12px;border-bottom:1px solid #eef2f6}.purchase-module .multi-product-item+.multi-product-item{padding-top:12px}.purchase-module .multi-product-item:last-child{padding-bottom:0;border-bottom:0}.purchase-module .multi-product-title{margin:0;color:var(--navy);font-size:14px;line-height:1.42;font-weight:1000}.purchase-module .multi-product-spec{color:#667085;font-size:12px;font-weight:800}.purchase-module .multi-product-meta{display:flex;flex-wrap:wrap;gap:7px}.purchase-module .multi-product-meta span{min-height:24px;padding:0 9px;border-radius:999px;background:#f7f9fb;border:1px solid #e7edf3;color:#6b7685;font-size:11px;font-weight:900}.purchase-module .multi-product-price{text-align:right}.purchase-module .multi-product-price strong{color:var(--orange);font-size:13px;font-weight:1000}.purchase-module .multi-product-price small{color:#8a95a5;font-size:11px}.purchase-module .purchase-order-note{margin:0 16px 14px 18px;padding:10px 12px;border-radius:14px;background:#fff3ee;border:1px solid rgba(235,113,74,.16);color:var(--orange-dark);font-size:12px;line-height:1.55;font-weight:850}.purchase-module .purchase-order-after-sales-tag{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:1000;border:1px solid transparent}.purchase-module .purchase-order-after-sales-tag.pending{color:#e6a23c;background:#faecd8;border-color:#e6a23c47}.purchase-module .purchase-order-after-sales-tag.processing{color:#0052d9;background:#f2f3ff;border-color:#0052d92e}.purchase-module .purchase-order-after-sales-tag.success{color:#2ba471;background:#e3f9e9;border-color:#2ba47138}.purchase-module .purchase-order-after-sales-tag.fail{color:#d54941;background:#d549411a;border-color:#d5494138}.purchase-module .purchase-order-after-sales{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 16px 14px 18px;padding:10px 12px;border-radius:14px;border:1px solid #e7e7e7;font-size:12px;line-height:1.55}.purchase-module .purchase-order-after-sales.pending{background:#faecd8;border-color:#e6a23c;color:#e6a23c}.purchase-module .purchase-order-after-sales.processing{background:#f2f3ff;border-color:#0052d9;color:#0052d9}.purchase-module .purchase-order-after-sales.success{background:#e3f9e9;border-color:#2ba471;color:#2ba471}.purchase-module .purchase-order-after-sales.fail{background:#d549411a;border-color:#d54941;color:#d54941}.purchase-module .purchase-order-after-sales-main{min-width:0;flex:1}.purchase-module .purchase-order-after-sales-top{display:flex;align-items:center;gap:6px}.purchase-module .purchase-order-after-sales-top strong{font-size:13px;font-weight:1000}.purchase-module .purchase-order-after-sales-remark{margin:6px 0 0 22px;font-size:12px;font-weight:850;opacity:.92}.purchase-module .purchase-order-after-sales-action{flex-shrink:0;min-width:72px}.purchase-module .purchase-order-card-foot{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 14px 18px;border-top:1px solid #eef2f6;flex-wrap:wrap}.purchase-module .purchase-order-time{color:#8b96a5;font-size:12px;font-weight:850}.purchase-module .purchase-order-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.purchase-module .purchase-order-action{min-width:88px;height:36px;padding:0 13px;border-radius:999px;border:1px solid #dfe6ee;background:#fff;color:var(--navy);font-size:12px;font-weight:1000;cursor:pointer}.purchase-module .purchase-order-action:hover{background:#f7f9fb}.purchase-module .purchase-order-action.primary{color:#fff;background:var(--orange);border-color:var(--orange)}.purchase-module .purchase-order-action.danger{color:var(--orange);border-color:#eb714a59}.purchase-module .purchase-order-empty{padding:34px 18px;text-align:center;color:var(--muted);font-size:13px;font-weight:850}.purchase-module .purchase-order-empty strong{display:block;color:var(--navy);font-size:15px;margin-bottom:6px}.purchase-module .after-sale-list{padding:0 16px 16px;display:grid;gap:12px}.purchase-module .after-sale-info-grid{margin:0 16px 14px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.purchase-module .after-sale-info-row{min-height:48px;border:1px solid #eef2f6;border-radius:14px;background:#fbfcfd;padding:9px 11px;display:grid;gap:4px}.purchase-module .after-sale-info-row.is-wide{grid-column:1/-1}.purchase-module .after-sale-info-row span{color:#7f8a98;font-size:11px;font-weight:900}.purchase-module .after-sale-info-row strong{color:var(--navy);font-size:13px;font-weight:1000}.purchase-module .after-sale-end-note{text-align:center;color:#9aa5b3;font-size:12px;font-weight:900;padding:8px 0}.purchase-module.purchase-order-modal-wrap{--navy: var(--center-navy);--navy-2: var(--center-navy-2);--orange: var(--center-orange);--orange-dark: #d85f38;--orange-soft: var(--center-orange-soft);--ink: var(--center-ink);--muted: var(--center-muted);--line: var(--center-line);padding:24px}.purchase-module.purchase-order-modal-wrap.el-dialog{background:transparent;box-shadow:none;border:0}.purchase-module.purchase-order-modal-wrap .el-dialog__header{display:none}.purchase-module.purchase-order-modal-wrap .el-dialog__body{padding:0}.purchase-module.purchase-order-modal-wrap .modal-panel{width:100%;max-height:calc(100vh - 48px);overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fbfcfd);border:1px solid rgba(232,237,242,.95);border-radius:24px;box-shadow:0 24px 48px #14202e2e}.purchase-module.purchase-order-modal-wrap .purchase-order-modal{width:100%}.purchase-module.purchase-order-modal-wrap .modal-head{position:relative;padding:20px 58px 14px 20px;border-bottom:1px solid var(--line);background:radial-gradient(circle at top right,rgba(235,113,74,.11),transparent 38%),#fff}.purchase-module.purchase-order-modal-wrap .modal-title{color:var(--navy);font-size:18px;font-weight:1000}.purchase-module.purchase-order-modal-wrap .modal-subtitle{margin-top:6px;color:#8e99a7;font-size:12px;line-height:1.6;font-weight:750}.purchase-module.purchase-order-modal-wrap .modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:12px;border:0;background:transparent;display:grid;place-items:center;color:#9aa5b3;cursor:pointer}.purchase-module.purchase-order-modal-wrap .modal-close:hover{background:#f4f6f8;color:var(--navy)}.purchase-module.purchase-order-modal-wrap .order-modal-body{padding:18px;display:grid;gap:14px;overflow-y:auto;flex:1 1 auto;min-height:0}.purchase-module.purchase-order-modal-wrap .order-modal-summary{border:1px solid #e6edf4;border-radius:18px;background:#fbfcfd;padding:14px;display:grid;gap:10px}.purchase-module.purchase-order-modal-wrap .order-modal-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.purchase-module.purchase-order-modal-wrap .order-modal-title-row h3{margin:0;color:var(--navy);font-size:16px;line-height:1.4;font-weight:1000}.purchase-module.purchase-order-modal-wrap .order-modal-kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.purchase-module.purchase-order-modal-wrap .order-modal-kv div{min-height:54px;border-radius:14px;background:#fff;border:1px solid #eef2f6;padding:10px;display:grid;gap:4px}.purchase-module.purchase-order-modal-wrap .order-modal-kv span{color:#7a8492;font-size:11px;font-weight:900}.purchase-module.purchase-order-modal-wrap .order-modal-kv strong{color:var(--navy);font-size:13px;font-weight:1000}.purchase-module.purchase-order-modal-wrap .payment-method-grid{display:grid;gap:9px}.purchase-module.purchase-order-modal-wrap .reason-option-row{min-height:42px;border-radius:13px;border:1px solid #e5ebf2;background:#fff;color:var(--navy);font-size:13px;font-weight:950;display:flex;align-items:center;justify-content:center;padding:0 12px;cursor:pointer}.purchase-module.purchase-order-modal-wrap .reason-option-row.is-selected{background:#fff3ee;border-color:#eb714a52;color:var(--orange)}.purchase-module.purchase-order-modal-wrap .modal-footer{padding:16px 20px 20px}.purchase-module.purchase-order-modal-wrap .modal-footer.purchase-order-cancel-footer{display:grid;grid-template-columns:1fr 1fr;gap:12px}.purchase-module.purchase-order-modal-wrap .modal-btn{width:100%;height:44px;border:0;border-radius:999px;background:var(--orange);color:#fff;font-size:15px;font-weight:1000;cursor:pointer}.purchase-module.purchase-order-modal-wrap .modal-btn:hover{background:var(--orange-dark)}.purchase-module.purchase-order-modal-wrap .form-btn.outline{color:var(--navy);background:#fff;border:1px solid #dfe5ec}.purchase-module.purchase-order-modal-wrap .form-btn.outline:hover{background:#f7f9fb}.purchase-module.purchase-order-modal-wrap .purchase-detail-basic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}.purchase-module.purchase-order-modal-wrap .purchase-detail-basic-item{min-height:58px;border-radius:14px;background:#fbfcfd;border:1px solid #edf2f6;padding:10px 12px;display:grid;gap:5px;align-content:center;min-width:0}.purchase-module.purchase-order-modal-wrap .purchase-detail-basic-item span{color:#7a8492;font-size:11px;line-height:1;font-weight:950}.purchase-module.purchase-order-modal-wrap .purchase-detail-basic-item strong{color:var(--navy);font-size:13px;line-height:1.35;font-weight:1000;word-break:break-word}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-card{border:1px solid rgba(235,113,74,.24);border-radius:18px;background:linear-gradient(180deg,#fff8f5,#fff);padding:14px 16px 16px;display:grid;gap:12px;box-shadow:0 8px 18px #eb714a0e}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:10px;border-bottom:1px solid rgba(235,113,74,.18)}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-head span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;color:var(--orange);background:var(--orange-soft);border:1px solid rgba(235,113,74,.2);font-size:11px;line-height:1;font-weight:1000}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-head strong{display:block;margin-top:7px;color:var(--navy);font-size:17px;line-height:1.25;font-weight:1000}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-head b{color:var(--orange);font-size:22px;line-height:1.18;font-weight:1000;white-space:nowrap;text-align:right;letter-spacing:-.25px}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-list{display:grid;gap:0;background:#fff;border:1px solid #edf2f6;border-radius:15px;overflow:hidden}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 12px;border-bottom:1px solid #eef2f6;color:#667085;font-size:13px;line-height:1.35;font-weight:900}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row:last-child{border-bottom:0}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row strong{color:var(--navy);font-size:13px;font-weight:1000;white-space:nowrap;text-align:right}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row.is-muted strong{color:#8a95a5;font-size:12px}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row.total{background:#fff3ee;color:var(--navy);font-weight:1000}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row.total strong{color:var(--orange);font-size:16px}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-note{margin:0;color:#7a5d51;font-size:12px;line-height:1.7;font-weight:850}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-note strong{color:var(--orange);font-weight:1000}.purchase-module.purchase-order-detail-dialog .order-modal-body{background:#f7f9fb;max-height:calc(100vh - 330px)}.purchase-module.purchase-order-detail-dialog .order-modal-summary{background:#fff;border:1px solid #e5edf4;box-shadow:0 8px 18px #18273a0b}.purchase-module .purchase-extra-filters{padding:0 16px 12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media (max-width: 1080px){.purchase-module .purchase-shell{grid-template-columns:1fr}}@media (max-width: 820px){.purchase-module .form-grid,.purchase-module .favourite-toolbar,.purchase-module .purchase-order-toolbar{grid-template-columns:1fr}.purchase-module .favourite-product-card{grid-template-columns:74px minmax(0,1fr)}.purchase-module .favourite-card-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.purchase-module .purchase-order-card-body,.purchase-module .purchase-order-card-body.is-multiple,.purchase-module .after-sale-info-grid,.purchase-module.purchase-order-modal-wrap .order-modal-kv,.purchase-module.purchase-order-modal-wrap .purchase-detail-basic-grid{grid-template-columns:1fr}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-head{display:grid}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-head b{text-align:left}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row{grid-template-columns:1fr;gap:4px}.purchase-module.purchase-order-modal-wrap .purchase-detail-fee-row strong{text-align:left}}.settings-page{display:grid;gap:16px}.settings-hero{position:relative;overflow:hidden;border-radius:22px;background:radial-gradient(circle at 86% 28%,rgba(235,113,74,.26),transparent 20%),linear-gradient(135deg,var(--center-navy) 0%,#2d4058 100%);color:#fff;padding:24px;box-shadow:0 16px 34px #2232472e}.settings-hero:after{content:"私隱政策";position:absolute;right:22px;bottom:-10px;font-size:54px;line-height:1;font-weight:1000;color:#ffffff0f;letter-spacing:-1px;pointer-events:none}.settings-page--account .settings-hero:after{content:"帳戶安全"}.settings-page--privacy .settings-hero:after{content:"私隱政策"}.settings-page--purchase .settings-hero:after{content:"代購條款"}.settings-page--shipping .settings-hero:after{content:"集運條款"}.settings-page--about .settings-hero:after{content:"關於小薯"}.settings-tag{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:900}.settings-tag:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--center-orange)}.settings-hero h2{position:relative;z-index:1;margin:12px 0 8px;font-size:26px;line-height:1.25;letter-spacing:-.4px;font-weight:1000}.settings-hero p{position:relative;z-index:1;margin:0;max-width:560px;color:#ffffffc2;font-size:13px;line-height:1.8;font-weight:750}.account-profile-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:16px}.account-profile-card,.security-card,.policy-panel,.terms-card,.quick-note,.method-card,.notice,.agree-box,.about-info-card,.about-brand-card,.about-notice{background:#fff;border:1px solid var(--center-line);border-radius:20px;box-shadow:0 8px 18px #18273a0f;overflow:hidden}.account-profile-card{padding:18px;display:grid;grid-template-columns:76px 1fr;gap:16px;align-items:center;min-height:150px}.account-avatar{width:76px;height:76px;border-radius:22px;background:radial-gradient(circle at 76% 72%,rgba(255,255,255,.38),transparent 28%),linear-gradient(145deg,var(--center-orange),var(--center-navy));box-shadow:0 10px 18px #22324724;overflow:hidden}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-name{margin:0 0 10px;color:var(--center-navy);font-size:22px;font-weight:1000;line-height:1.25}.profile-lines{display:grid;gap:7px;color:var(--center-muted);font-size:13px;font-weight:780;line-height:1.45}.profile-lines strong{color:var(--center-navy);font-weight:950}.settings-note{border-radius:18px;background:#fff;border:1px solid var(--center-line);padding:16px 18px;color:var(--center-muted);font-size:12px;line-height:1.7;font-weight:760}.settings-note strong{color:var(--center-navy);font-weight:1000}.settings-panel-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #eef2f6;background:linear-gradient(180deg,#fff,#fbfcfd)}.settings-panel-title{margin:0;color:var(--center-navy);font-size:18px;font-weight:1000;display:flex;align-items:center;gap:10px}.settings-panel-title:before{content:"";width:5px;height:20px;border-radius:999px;background:var(--center-orange)}.security-list{display:grid}.security-item{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;padding:18px}.security-item+.security-item{border-top:1px solid #f0f3f7}.security-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;color:var(--center-orange);background:var(--center-orange-soft)}.security-copy h3{margin:0 0 7px;color:var(--center-navy);font-size:15px;font-weight:1000;line-height:1.3}.security-copy p{margin:0;color:var(--center-muted);font-size:12px;line-height:1.65;font-weight:750}.settings-action-btn{min-width:88px;height:40px;border-radius:999px;border:1px solid var(--center-orange);background:var(--center-orange);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;font-size:13px;font-weight:950;box-shadow:0 8px 16px #eb714a2e;cursor:pointer;transition:background .16s ease}.settings-action-btn:hover{background:#d85f39;border-color:#d85f39}.policy-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.policy-summary-card{border-radius:18px;background:#fff;border:1px solid var(--center-line);box-shadow:0 8px 18px #18273a0d;padding:16px;display:grid;gap:10px;min-height:126px}.policy-summary-icon{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:var(--center-orange-soft);color:var(--center-orange);font-size:14px;font-weight:1000}.policy-summary-card h3{margin:0;color:var(--center-navy);font-size:14px;font-weight:1000}.policy-summary-card p{margin:0;color:var(--center-muted);font-size:12px;line-height:1.7;font-weight:720}.policy-body{padding:16px;display:grid;gap:12px}.policy-clause{border:1px solid #edf0f3;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);padding:16px}.policy-clause h3{margin:0 0 10px;color:var(--center-navy);font-size:15px;font-weight:1000}.policy-clause p{margin:0 0 8px;color:var(--center-muted);font-size:13px;line-height:1.78;font-weight:700}.policy-clause p:last-child{margin-bottom:0}.policy-list{margin:8px 0 0;padding-left:18px;color:var(--center-muted);font-size:13px;line-height:1.78;font-weight:700}.policy-list li+li{margin-top:4px}.purchase-summary-grid,.method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quick-note{padding:16px;display:grid;gap:13px}.quick-row{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start}.quick-icon{width:34px;height:34px;border-radius:999px;background:var(--center-orange-soft);color:var(--center-orange);display:grid;place-items:center;font-size:15px;font-weight:1000}.quick-title,.method-title,.agree-title,.notice-title{margin:0;color:var(--center-navy);font-weight:1000;line-height:1.45;font-size:15px}.quick-text,.method-desc,.notice-text,.agree-text{margin:5px 0 0;color:var(--center-muted);font-size:13px;line-height:1.75;font-weight:700}.method-card{padding:18px}.method-label{display:inline-flex;align-items:center;min-height:28px;margin:0 0 9px;padding:0 11px;border-radius:999px;background:var(--center-orange-soft);color:#d85f39;font-size:12px;font-weight:1000}.method-title{font-size:16px;margin-bottom:5px}.terms-tabs-head{padding:16px 18px;background:linear-gradient(180deg,#fff,#fbfcfd);border-bottom:1px solid #eef2f6;display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap}.terms-tabs-head-top{color:var(--center-navy);font-size:18px;font-weight:1000;display:flex;align-items:center;gap:10px}.terms-tabs-head-top:before{content:"";width:5px;height:20px;border-radius:999px;background:var(--center-orange)}.terms-tab-row{display:inline-flex;align-items:center;gap:7px;padding:6px;border-radius:999px;background:#f5f7fa;border:1px solid #dfe5ec}.terms-tab-btn{border:0;height:38px;min-width:108px;padding:0 18px;border-radius:999px;background:transparent;color:var(--center-navy);font-size:13px;font-weight:1000;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.terms-tab-btn:hover{background:var(--center-blue-soft)}.terms-tab-btn.is-active{background:var(--center-navy);color:#fff;box-shadow:0 9px 18px #2232472e;position:relative}.terms-tab-btn.is-active:after{content:"";position:absolute;left:18px;right:18px;bottom:5px;height:3px;border-radius:999px;background:var(--center-orange)}.terms-body,.pricing-body{padding:14px 16px 16px;display:grid;gap:12px}.term-section{border:1px solid #edf0f3;border-radius:17px;background:linear-gradient(180deg,#fff,#fbfcfd);overflow:hidden}.term-section[open]{box-shadow:0 8px 18px #14202e0a}.term-title{list-style:none;margin:0;padding:15px 16px;display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:11px;color:var(--center-navy);font-size:15px;line-height:1.45;font-weight:1000;cursor:pointer}.term-title::-webkit-details-marker{display:none}.term-icon{width:34px;height:34px;border-radius:999px;background:var(--center-orange-soft);color:var(--center-orange);display:grid;place-items:center;font-size:16px}.term-chev{color:#9aa3ae;font-size:18px;line-height:1;transition:transform .18s ease}.term-section[open] .term-chev{transform:rotate(180deg)}.term-list{padding:0 16px 16px;display:grid;gap:11px}.term-item{border-top:1px dashed #e8edf3;padding-top:11px}.term-item:first-child{border-top:0;padding-top:0}.term-label{margin:0 0 5px;color:var(--center-ink);font-size:13px;font-weight:1000;line-height:1.45}.term-text{margin:0;color:var(--center-muted);font-size:13px;line-height:1.78;font-weight:700}.pricing-card{border:1px solid #edf0f3;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);overflow:hidden}.pricing-title{margin:0;padding:16px 18px 12px;color:var(--center-navy);font-size:17px;font-weight:1000}.pricing-table-wrap{overflow-x:auto;border-top:1px solid #f1f4f7}.pricing-table{width:100%;border-collapse:collapse;min-width:460px}.pricing-table th,.pricing-table td{padding:13px 14px;text-align:left;font-size:13px;line-height:1.55;border-bottom:1px solid #f1f4f7}.pricing-table th{color:var(--center-navy);font-weight:1000;background:#fbfcfd}.pricing-table td{color:var(--center-muted);font-weight:700}.pricing-highlight{color:#d85f39;font-weight:1000}.pricing-note{padding:12px 18px 16px;color:var(--center-muted);font-size:12px;line-height:1.7;font-weight:700}.notice{padding:16px 18px;display:grid;grid-template-columns:30px 1fr;gap:12px;align-items:start;background:linear-gradient(135deg,#fff7f3,#fff);border-color:#f3ddd3}.notice-icon{width:30px;height:30px;border-radius:999px;background:var(--center-orange);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:1000}.agree-box{padding:18px}.agree-title,.notice-title{font-size:16px}.about-brand-card{padding:18px;display:grid;gap:14px}.about-brand-row{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start}.about-brand-icon,.about-service-badge,.about-notice-icon{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;font-size:14px;font-weight:1000;flex:0 0 auto}.about-brand-icon,.about-service-badge{background:var(--center-orange-soft);color:var(--center-orange)}.about-brand-label,.about-text-title,.about-service-title,.about-notice-title{margin:0;color:var(--center-navy);font-weight:1000;line-height:1.45}.about-brand-label{font-size:15px;margin-bottom:4px}.about-brand-text,.about-text-desc,.about-service-text,.about-notice-text{margin:0;color:var(--center-muted);font-size:13px;line-height:1.78;font-weight:700}.about-card-head{padding:16px 18px;display:flex;align-items:center;gap:10px;color:var(--center-navy);font-size:18px;font-weight:1000;background:linear-gradient(180deg,#fff,#fbfcfd);border-bottom:1px solid #eef2f6}.about-card-head:before{content:"";width:5px;height:20px;border-radius:999px;background:var(--center-orange)}.about-card-body{padding:16px;display:grid;gap:14px}.about-text-card{border:1px solid #edf0f3;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);padding:16px}.about-text-title{font-size:16px;margin-bottom:8px}.about-service-list{display:grid;gap:10px}.about-service-item{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;border:1px solid #edf0f3;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfcfd);padding:15px 16px}.about-service-title{font-size:14px;margin-bottom:4px}.about-pill-grid{display:flex;gap:8px;flex-wrap:wrap}.about-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;background:var(--center-orange-soft);color:#d85f39;font-size:13px;font-weight:900}.about-notice{padding:16px 18px;display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;background:linear-gradient(135deg,#fff7f3,#fff);border-color:#f3ddd3}.about-notice-icon{background:var(--center-orange);color:#fff}@media (max-width: 980px){.account-profile-grid,.policy-summary-grid,.purchase-summary-grid,.method-grid{grid-template-columns:1fr}.security-item{grid-template-columns:44px 1fr}.settings-action-btn{grid-column:2;width:max-content}.terms-tabs-head{align-items:stretch}.terms-tab-row{width:100%}.terms-tab-btn{flex:1}}@media (max-width: 560px){.account-profile-card{grid-template-columns:1fr;text-align:center;justify-items:center}.security-item{grid-template-columns:1fr;justify-items:start}.settings-action-btn{grid-column:auto}}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-container{position:relative;overflow:hidden}.skeleton-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.5s infinite}[v-cloak]{display:block!important}.el-message{z-index:3000!important}
