@import "https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap";:root{color:#20242b;--orange:#f56a00;--light:#fff3e9;--border:#f1d2bb;background:#fff;font-family:Be Vietnam Pro,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0}button,input{font:inherit}.container{width:min(1380px,100% - 40px);margin:auto}header{z-index:20;background:#fff;border-top:2px solid #222;position:sticky;top:0;box-shadow:0 3px 15px #32200d0a}.header-main{grid-template-columns:300px 1fr auto;align-items:center;gap:36px;height:90px;display:grid}.brand{color:var(--orange);align-items:center;gap:12px;text-decoration:none;display:flex}.brand b{font-size:18px;display:block}.brand small{color:#555;font-size:10px}.search{border:1px solid #f5aa71;border-radius:8px;height:46px;display:flex;overflow:hidden}.search input{border:0;outline:0;flex:1;padding:0 16px}.search button{background:var(--orange);color:#fff;border:0;width:52px}.search svg{width:20px}.actions{gap:12px;display:flex}.actions a{color:#d95700;border:1px solid #f5aa71;border-radius:8px;align-items:center;gap:8px;height:44px;padding:0 16px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.actions svg{width:19px}nav{background:#fff8f3;border-top:1px solid #fff0e5;border-bottom:1px solid #fae5d5}nav .container{align-items:center;gap:12px;height:54px;display:flex}nav a{text-transform:uppercase;color:#222;border-radius:7px;padding:12px 20px;font-size:12px;font-weight:700;text-decoration:none}nav a.active{background:var(--orange);color:#fff;align-items:center;gap:7px;display:flex}nav svg{width:16px}.hero{background:linear-gradient(120deg,#fff1e6,#fff9f4);border:1px solid #ffc99f;border-radius:15px;grid-template-columns:31% 1fr 27%;align-items:center;gap:28px;min-height:360px;margin-top:24px;padding:20px 24px;display:grid}.hero-image{align-items:end;height:300px;display:flex;overflow:hidden}.hero-image img{object-fit:contain;width:100%;height:100%}.eyebrow{color:#c84e00;letter-spacing:.08em;font-size:11px;font-weight:700}.hero h1{color:#e85b00;margin:10px 0;font-size:31px;line-height:1.25}.hero-copy>p{margin:0 0 18px;font-size:17px}.primary{background:var(--orange);color:#fff;border-radius:7px;padding:12px 18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.promises{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px;display:grid}.promises span{align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.promises svg{color:var(--orange);width:25px}.order{text-align:center;background:#fff;border-radius:12px;padding:24px;box-shadow:0 8px 25px #63300f18}.order-icon{background:var(--light);width:45px;height:45px;color:var(--orange);border-radius:50%;place-items:center;margin:-8px auto 8px;display:grid}.order h2{color:#e75a00;font-size:17px}.order p{font-size:12px}.order input,.order button{border-radius:6px;width:100%;height:43px}.order input{border:1px solid #e3b997;padding:0 12px}.order button{background:var(--orange);color:#fff;border:0;margin:10px 0;font-weight:700}.order small{color:#d75b08;min-height:34px;font-size:10px;display:block}.section{padding-top:28px}.section-title{justify-content:space-between;align-items:center;display:flex}.section-title h2{font-size:18px}.section-title a,.clear{color:var(--orange);background:0 0;border:0;font-size:12px;text-decoration:none}.category-grid{border:1px solid #e7ddd6;border-radius:8px;grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.category-grid button{color:#282828;background:#fff;border:0;border-right:1px solid #eee1d8;justify-content:center;align-items:center;gap:12px;min-height:100px;display:flex}.category-grid button:last-child{border:0}.category-grid button:hover,.category-grid button.selected{color:#d85700;background:#fff2e8}.category-grid i{width:49px;height:49px;color:var(--orange);background:#fff4eb;border-radius:14px;place-items:center;display:grid}.category-grid svg{width:27px}.category-grid b,.category-grid small{text-align:left;display:block}.category-grid b{font-size:12px}.category-grid small{color:#777;margin-top:4px;font-size:10px}.product-grid{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.product-grid article{background:#fff;border:1px solid #e7e1dc;border-radius:10px;transition:all .2s;overflow:hidden}.product-grid article:hover{border-color:#f68b41;transform:translateY(-4px);box-shadow:0 12px 28px #83390c18}.product-image{color:#f2a36f;background:#fafafa;place-items:center;height:180px;display:grid}.product-image svg{width:82px;height:82px}.product-body{padding:15px}.product-body h3{min-height:40px;margin:0 0 8px;font-size:13px;line-height:1.5}.product-body p,.product-body small{margin:3px 0;font-size:10px;display:block}.product-body button{border:1px solid var(--orange);width:100%;height:36px;color:var(--orange);background:#fff;border-radius:6px;margin-top:12px;font-size:10px;font-weight:700}.empty{text-align:center;padding:40px}.login-banner{background:#fff3e8;border:1px solid #ffd3b3;border-radius:12px;justify-content:space-between;align-items:center;margin-top:36px;margin-bottom:36px;padding:20px 28px;display:flex}.login-banner>div{align-items:center;gap:13px;display:flex}.login-banner svg{color:var(--orange)}.login-banner b,.login-banner small{display:block}.login-banner small{margin-top:5px;font-size:11px}.login-banner button{background:var(--orange);color:#fff;border:0;border-radius:7px;padding:12px 20px;font-weight:700}footer{background:#fff6ef}.footer-main{grid-template-columns:repeat(4,1fr);align-items:center;gap:30px;min-height:150px;display:grid}.footer-main>div{gap:13px;display:flex}.footer-main svg{color:var(--orange)}.footer-main b,.footer-main small{display:block}.footer-main b{margin-bottom:8px;font-size:12px}.footer-main small{font-size:11px;line-height:1.7}.copyright{text-align:center;background:var(--orange);color:#fff;padding:14px;font-size:10px}@media (width<=1100px){.header-main{grid-template-columns:260px 1fr}.actions{display:none}.hero{grid-template-columns:1fr 1fr}.hero-image{display:none}.category-grid,.product-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.container{width:min(100% - 24px,1380px)}.header-main{grid-template-columns:1fr;height:auto;padding:12px 0}.brand{justify-content:center}.search{width:100%}nav .container{overflow:auto}nav a{white-space:nowrap;padding:10px}.hero{grid-template-columns:1fr;padding:18px}.hero h1{font-size:25px}.promises{grid-template-columns:1fr 1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr 1fr;padding:25px 0}.login-banner{flex-direction:column;align-items:flex-start;gap:18px}}@media (width<=430px){.category-grid,.product-grid,.footer-main{grid-template-columns:1fr}.product-image{height:210px}}.brand img{object-fit:contain;object-position:left;border-radius:0;width:235px;height:58px}.brand span{display:none}.login-page{background:radial-gradient(circle at 30% 20%,#fff 0,#fff8f2 48%,#fff0e4 100%);min-height:650px}.login-layout{grid-template-columns:1.25fr .9fr;align-items:center;gap:70px;padding:48px 30px;display:grid}.login-kicker{letter-spacing:.1em;color:#c75005;font-size:11px;font-weight:700}.login-intro h1{color:#f05d08;margin:8px 0;font-size:43px}.login-intro>p{margin:0 0 28px;font-size:20px;line-height:1.7}.login-benefits{max-width:350px}.login-benefits>div{border-bottom:1px dashed #efccb4;align-items:center;gap:18px;padding:16px 0;display:flex}.login-benefits>div:last-child{border:0}.login-benefits i{width:62px;height:62px;color:var(--orange);background:#fff;border-radius:50%;flex:0 0 62px;place-items:center;display:grid;box-shadow:0 6px 18px #7c3c151a}.login-benefits svg{width:30px}.login-benefits b,.login-benefits small{display:block}.login-benefits b{color:#f05d08;margin-bottom:6px;font-size:15px}.login-benefits small{font-size:11px;line-height:1.6}.login-card{background:#fff;border-radius:22px;padding:26px 30px;box-shadow:0 15px 45px #6635171c}.login-card>header{box-shadow:none;border:0;justify-content:center;align-items:center;gap:13px;margin-bottom:16px;display:flex;position:static}.login-card>header i{width:50px;height:50px;color:var(--orange);border:1px solid #ffd8bc;border-radius:50%;place-items:center;display:grid}.login-card h2{font-size:19px}.field-title{margin:12px 0 6px;font-size:12px;font-weight:700;display:block}.account-switch{border:1px solid #ff9f5e;border-radius:8px;grid-template-columns:1fr 1fr;padding:3px;display:grid}.account-switch button{background:#fff;border:0;border-radius:6px;justify-content:center;align-items:center;gap:10px;height:40px;font-weight:600;display:flex}.account-switch button.active{background:var(--orange);color:#fff}.account-switch svg{width:20px}.login-input{border:1px solid #d7d7d7;border-radius:7px;align-items:center;gap:10px;height:44px;padding:0 12px;display:flex}.login-input>svg{width:19px;color:var(--orange)}.login-input input{border:0;outline:0;flex:1}.login-input button{color:#777;background:0 0;border:0}.login-input button svg{width:19px}.login-options{justify-content:space-between;align-items:center;margin:14px 0;font-size:11px;display:flex}.login-options a{color:var(--orange);text-decoration:none}.login-submit,.register-button{border-radius:7px;width:100%;height:43px;font-weight:700}.login-submit{background:var(--orange);color:#fff;border:0}.register-button{border:1px solid var(--orange);color:var(--orange);background:#fff;margin-top:8px}.or{color:#888;align-items:center;gap:12px;margin:16px 0;font-size:11px;display:flex}.or:before,.or:after{content:"";background:#ddd;flex:1;height:1px}.login-error{color:#c8321d;background:#fff1ee;border:1px solid #ffc1b4;border-radius:6px;margin-top:10px;padding:9px 11px;font-size:11px}.lookup-without-login{color:var(--orange);background:#fff;border:0;align-items:center;gap:12px;margin:auto;font-size:12px;font-weight:600;display:flex}.lookup-without-login svg{width:19px}.lookup-without-login b{font-size:21px}.login-support{background:#fff5ed;border-radius:8px;grid-template-columns:auto 1fr 1.2fr;align-items:center;gap:13px;margin-top:18px;padding:12px 16px;display:grid}.login-support>svg{color:var(--orange);width:32px}.login-support span:last-child{border-left:1px solid #efcdb4;padding-left:15px;font-size:10px}.login-support small,.login-support b{display:block}.login-support b{color:var(--orange);margin-top:3px;font-size:16px}@media (width<=1100px){.login-layout{grid-template-columns:1fr 1fr;gap:30px}.login-intro h1{font-size:34px}}@media (width<=700px){.brand img{width:220px}.login-layout{grid-template-columns:1fr;padding:30px 0}.login-intro h1{font-size:32px}.login-intro>p{font-size:16px}.login-card{padding:22px 18px}.login-support{grid-template-columns:auto 1fr}.login-support span:last-child{display:none}}.staff-app{color:#1f2227;background:#fbfbfb;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.staff-sidebar{background:#fff;border-right:1px solid #e8e8e8;flex-direction:column;height:100vh;padding:18px 12px;display:flex;position:sticky;top:0}.staff-sidebar>img{object-fit:contain;width:195px;height:56px;margin:0 auto 22px}.staff-sidebar nav{background:0 0;border:0;flex-direction:column;gap:4px;display:flex}.staff-sidebar nav button{color:#25282d;text-align:left;background:#fff;border:0;border-radius:8px;align-items:center;gap:16px;height:48px;padding:0 20px;font-size:14px;display:flex}.staff-sidebar nav button svg{width:22px}.staff-sidebar nav button.active{color:#f45113;background:#fff5f0;border-right:4px solid #ff4e0a;font-weight:700}.staff-help{color:#333;border:1px solid #ffd2be;border-radius:10px;grid-template-columns:auto 1fr;gap:8px;margin-top:auto;padding:12px;display:grid}.staff-help>svg{color:#ff4e0a;width:30px}.staff-help span small,.staff-help span b{display:block}.staff-help b{color:#ff4e0a;margin-top:4px}.staff-help>small{text-align:center;border-top:1px solid #eee;grid-column:1/-1;padding-top:8px;font-size:10px}.staff-workspace{min-width:0}.staff-header{z-index:10;background:#fff;border-bottom:1px solid #e9e9e9;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex;position:sticky;top:0}.staff-header>label{border:1px solid #d8dce1;border-radius:8px;width:min(530px,42vw);height:43px;display:flex;overflow:hidden}.staff-header input{border:0;outline:0;flex:1;padding:0 16px}.staff-header label button{color:#fff;background:#ff4e0a;border:0;width:48px}.staff-header label svg{width:20px}.staff-head-actions{align-items:center;gap:8px;height:100%;display:flex}.staff-head-actions>button{background:#fff;border:0;border-right:1px solid #eee;align-items:center;gap:8px;height:46px;padding:0 16px;display:flex;position:relative}.staff-head-actions>button svg{width:21px}.staff-head-actions>button i{color:#fff;background:#ff4e0a;border-radius:50%;padding:2px 5px;font-size:9px;font-style:normal;position:absolute;top:3px;left:31px}.staff-user{align-items:center;gap:10px;padding:0 18px;display:flex}.staff-user>svg{color:#fff;background:#ff4e0a;border-radius:50%;width:42px;height:42px;padding:9px}.staff-user b,.staff-user small{display:block}.staff-user b{font-size:13px}.staff-user small{color:#777;margin-top:4px;font-size:10px}.staff-content{padding:25px 32px}.staff-content>h1{margin:0 0 16px;font-size:24px}.staff-content>h1 span{font-size:20px}.staff-content>h2{margin:16px 0 12px;font-size:16px}.staff-stats{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.staff-stats article{background:#fff;border:1px solid #e8e8e8;border-radius:10px;justify-content:space-between;height:137px;padding:21px 24px;display:flex;box-shadow:0 5px 18px #00000008}.staff-stats span small,.staff-stats span b,.staff-stats span em{display:flex}.staff-stats span small{font-size:12px}.staff-stats span b{margin:8px 0 14px;font-size:25px}.staff-stats span em{color:#12a53a;align-items:center;gap:5px;font-size:11px;font-style:normal}.staff-stats span em svg{width:16px}.staff-stats span em i{color:#777;font-style:normal}.staff-stats article>i{color:#ff4e0a;background:#fff1eb;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.staff-stats article>i svg{width:29px}.quick-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.quick-grid article{text-align:center;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:20px;box-shadow:0 5px 15px #00000008}.quick-grid article>svg{color:#ff4e0a;width:48px;height:48px}.quick-grid h3{margin:8px 0}.quick-grid p{color:#666;min-height:38px;font-size:12px;line-height:1.6}.quick-grid button{color:#ff4e0a;background:#fff;border:1px solid #ff4e0a;border-radius:6px;width:135px;height:34px;font-weight:700}.staff-bottom{grid-template-columns:1.15fr 1fr;gap:20px;margin-top:18px;display:grid}.staff-bottom>article{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:10px;box-shadow:0 5px 15px #00000008}.staff-bottom article>header{box-shadow:none;border:0;justify-content:space-between;align-items:center;display:flex;position:static}.staff-bottom h2{margin:0;font-size:15px}.staff-bottom header button{color:#ff4e0a;background:#fff;border:0;font-size:11px}.recent-orders table{border-collapse:collapse;width:100%;margin-top:8px;font-size:10px}.recent-orders th,.recent-orders td{text-align:left;white-space:nowrap;border-bottom:1px solid #eee;padding:11px 8px}.recent-orders th{background:#fafafa}.recent-orders td span{border-radius:6px;padding:5px 10px}.delivered{color:#159535;background:#e9f8eb}.processing{color:#f47700;background:#fff2df}.pending{color:#2473d4;background:#eaf3ff}.staff-notices>div{border-bottom:1px solid #eee;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:9px;display:grid}.staff-notices>div>i{color:#ff4e0a;background:#fff1eb;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.staff-notices>div:nth-of-type(2)>i{color:#2875dc;background:#eaf3ff}.staff-notices>div:nth-of-type(3)>i{color:#12953a;background:#e9f8eb}.staff-notices svg{width:20px}.staff-notices b,.staff-notices small{display:block}.staff-notices b{font-size:11px}.staff-notices small,.staff-notices time{color:#777;margin-top:4px;font-size:10px}@media (width<=1200px){.staff-app{grid-template-columns:200px 1fr}.staff-head-actions>button span{display:none}.staff-stats,.quick-grid{gap:12px}.staff-bottom{grid-template-columns:1fr}.staff-sidebar nav button{padding:0 12px}.staff-sidebar>img{width:170px}}@media (width<=800px){.staff-app{display:block}.staff-sidebar{width:100%;height:auto;position:static}.staff-sidebar nav{grid-template-columns:repeat(4,1fr);display:grid}.staff-sidebar nav button{justify-content:center}.staff-sidebar nav button span,.staff-help{display:none}.staff-header{padding:0 12px}.staff-header>label{width:55%}.staff-user span{display:none}.staff-content{padding:20px 12px}.staff-stats{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr 1fr}.recent-orders{overflow:auto}}.customer-sidebar nav{gap:10px}.customer-content>h1{margin-bottom:8px}.login-success{color:#222;align-items:center;gap:8px;margin:0;font-size:12px;display:flex}.login-success svg{color:#11a63a;fill:#11a63a;stroke:#fff;width:18px}.customer-lead{margin:12px 0;font-size:13px}.customer-stats article{align-items:center;height:103px}.customer-stats article>i{color:#ff4e0a;background:#fff}.customer-stats span b{margin:8px 0 0}.customer-quick{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:18px;display:grid}.customer-quick article{background:#fff;border:1px solid #e6e6e6;border-radius:9px;align-items:center;gap:22px;height:128px;padding:20px;display:flex}.customer-quick article>i{color:#ff4e0a;background:#fff2ec;border-radius:50%;place-items:center;width:65px;height:65px;display:grid}.customer-quick article>i svg{width:37px}.customer-quick h3{margin:0;font-size:14px}.customer-quick p{color:#666;font-size:11px}.customer-quick button{color:#ff4e0a;background:#fff;border:1px solid #ff4e0a;border-radius:5px;width:100px;height:29px;font-size:10px}.customer-bottom{grid-template-columns:1.45fr .68fr;gap:20px;margin-top:18px;display:grid}.customer-bottom>article,.customer-bottom aside article{background:#fff;border:1px solid #e7e7e7;border-radius:9px;padding:12px}.customer-bottom article>header{box-shadow:none;border:0;position:static}.customer-bottom h2{margin:0 0 8px;font-size:15px}.customer-bottom .recent-orders{position:relative}.customer-bottom .view-all{float:right;color:#ff4e0a;background:#fff;border:0;margin-top:10px}.customer-bottom aside{gap:10px;display:grid}.customer-bottom aside article p{border-bottom:1px solid #eee;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:0;padding:8px;font-size:10px;display:grid}.customer-bottom aside article p svg{color:#ff9c00;width:18px}.customer-bottom aside article p:nth-child(3) svg{color:#ff4e0a}.customer-bottom aside article p:nth-child(4) svg{color:#2478e8}.customer-bottom aside article p:nth-child(5) svg{color:#10a13a}.customer-bottom aside article>button{color:#ff4e0a;background:#fff;border:1px solid #ff8a55;border-radius:5px;justify-content:center;align-items:center;gap:10px;width:100%;height:29px;margin-top:6px;font-size:10px;display:flex}.customer-bottom aside article>button svg{width:15px}@media (width<=1050px){.customer-quick{grid-template-columns:1fr 1fr}.customer-bottom{grid-template-columns:1fr}}@media (width<=650px){.customer-quick{grid-template-columns:1fr}.customer-sidebar nav{grid-template-columns:repeat(3,1fr)}}button,a{transition:transform .16s,box-shadow .16s,background-color .16s,border-color .16s}button:not(:disabled):active,a:active{transform:scale(.96)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #ffb28f}.panel-pop{animation:.32s cubic-bezier(.2,.8,.2,1) both panelPop}.modal-pop{animation:.24s cubic-bezier(.2,.9,.25,1.15) both modalPop}.toast-pop{animation:.25s both toastPop}@keyframes panelPop{0%{opacity:0;transform:translateY(12px)scale(.99)}to{opacity:1;transform:none}}@keyframes modalPop{0%{opacity:0;transform:translateY(22px)scale(.94)}to{opacity:1;transform:none}}@keyframes toastPop{0%{opacity:0;transform:translateY(15px)scale(.95)}to{opacity:1;transform:none}}.product-admin{grid-template-columns:minmax(0,1fr) 210px;gap:14px 16px;padding:24px 30px 30px;display:grid}.admin-page-head,.product-admin-stats,.product-filter{grid-column:1/-1}.admin-page-head{justify-content:space-between;align-items:center;display:flex}.admin-page-head h1{margin:0;font-size:24px}.admin-page-head p{color:#666;margin:4px 0 0;font-size:12px}.admin-page-head>div:last-child{gap:12px;display:flex}.admin-page-head button{background:#fff;border:1px solid #ff4e0a;border-radius:6px;align-items:center;gap:8px;height:40px;padding:0 20px;font-weight:600;display:flex}.admin-page-head button svg{width:18px}.primary-action{color:#fff!important;background:#ff4e0a!important}.primary-action:hover{box-shadow:0 7px 18px #ff4e0a35}.product-admin-stats{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.product-admin-stats article{background:#fff;border:1px solid #e5e5e5;border-radius:9px;align-items:center;gap:20px;height:86px;padding:18px;display:flex}.product-admin-stats article>svg{color:#ff4e0a;width:34px;height:34px}.product-admin-stats small,.product-admin-stats b{display:block}.product-admin-stats small{font-size:11px}.product-admin-stats b{margin-top:4px;font-size:22px}.product-filter{background:#fff;border:1px solid #e6e6e6;border-radius:9px;padding:16px}.filter-search{border:1px solid #d8dce1;border-radius:5px;align-items:center;width:390px;height:36px;padding:0 12px;display:flex}.filter-search input{border:0;outline:0;flex:1}.filter-search svg{width:17px}.product-filter>div{grid-template-columns:repeat(5,1fr) auto auto;align-items:end;gap:20px;margin-top:13px;display:grid}.product-filter label span{margin-bottom:6px;font-size:10px;display:block}.product-filter select{background:#fff;border:1px solid #d8dce1;border-radius:5px;width:100%;height:35px;padding:0 10px}.product-filter button{background:#fff;border:1px solid #ff4e0a;border-radius:5px;align-items:center;gap:7px;height:35px;padding:0 16px;display:flex}.product-filter button svg{width:16px}.product-filter .filter-submit{color:#fff;background:#ff4e0a}.product-table-card{background:#fff;border:1px solid #e5e5e5;border-radius:9px;min-width:0;overflow:hidden}.product-table-card>header{height:50px;box-shadow:none;border:0;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:static}.product-table-card h2{font-size:14px}.product-table-card header span{font-size:10px}.table-scroll{overflow:auto}.product-table-card table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:9px}.product-table-card th,.product-table-card td{text-align:left;border-bottom:1px solid #eee;border-right:1px solid #eee;padding:8px}.product-table-card th{background:#fafafa}.product-thumb{color:#ff8c50;background:#f4f6f8;border-radius:4px;place-items:center;width:38px;height:30px;display:grid}.product-thumb svg{width:22px}.product-status{border-radius:5px;padding:5px 8px;font-size:8px}.product-status.s0,.product-status.s1,.product-status.s3{color:#178e39;background:#e8f8ec}.product-status.s2{color:#e57c00;background:#fff3dd}.product-status.s4{color:#df3028;background:#ffeded}.product-status.s5{color:#555;background:#eee}.row-actions{gap:4px;display:flex}.row-actions button{background:#fff;border:1px solid #ddd;border-radius:4px;width:27px;height:25px}.row-actions svg{width:12px}.product-table-card>footer{align-items:center;gap:16px;padding:12px;display:flex}.product-table-card>footer select{border:1px solid #ddd;border-radius:5px;height:34px}.product-table-card>footer span{font-size:10px}.product-table-card>footer div{gap:6px;margin-left:auto;display:flex}.product-table-card>footer button{background:#fff;border:1px solid #ddd;border-radius:5px;min-width:32px;height:32px}.product-table-card>footer button.active{color:#fff;background:#ff4e0a}.product-side-stats{flex-direction:column;gap:12px;display:flex}.product-side-stats article{background:#fff;border:1px solid #e5e5e5;border-radius:9px;align-items:center;gap:15px;height:105px;padding:18px;display:flex}.product-side-stats svg{color:#ff4e0a;width:29px}.product-side-stats small,.product-side-stats b,.product-side-stats em{display:block}.product-side-stats small,.product-side-stats em{font-size:10px;font-style:normal}.product-side-stats b{margin:3px 0;font-size:20px}.modal-backdrop{z-index:100;background:#25150d73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.product-modal{background:#fff;border-radius:14px;width:min(680px,100%);overflow:hidden;box-shadow:0 25px 70px #0004}.product-modal>header{height:auto;box-shadow:none;border:0;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:static}.product-modal h2{margin:0}.product-modal header p{color:#777;margin:4px 0 0;font-size:11px}.product-modal header button{background:#fff;border:0}.modal-grid{grid-template-columns:1fr 1fr;gap:16px;padding:22px;display:grid}.modal-grid label{font-size:11px;font-weight:600}.modal-grid input,.modal-grid select{background:#fff;border:1px solid #d7d7d7;border-radius:6px;width:100%;height:40px;margin-top:6px;padding:0 10px}.product-modal>footer{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.product-modal>footer button{background:#fff;border:1px solid #ddd;border-radius:6px;height:38px;padding:0 18px}.toast-pop{z-index:120;color:#19733a;background:#fff;border:1px solid #bde6c8;border-radius:8px;align-items:center;gap:9px;padding:13px 18px;font-size:12px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 12px 35px #0002}.toast-pop svg{width:19px}@media (width<=1200px){.product-admin{grid-template-columns:1fr}.product-table-card,.product-side-stats{grid-column:1}.product-side-stats{grid-template-columns:repeat(3,1fr);display:grid}.product-filter>div{grid-template-columns:repeat(3,1fr)}.product-admin-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.product-admin{padding:16px 12px}.admin-page-head{align-items:flex-start;gap:12px}.admin-page-head>div:last-child{flex-wrap:wrap;justify-content:flex-end}.admin-page-head button{padding:0 10px}.product-admin-stats,.product-side-stats{grid-template-columns:1fr 1fr}.filter-search{width:100%}.product-filter>div{grid-template-columns:1fr 1fr}.modal-grid{grid-template-columns:1fr}}body{font-size:13px}.site>header{border-top:0!important}:where(p,small,label,button,input,select,textarea,a,td,th,time,output,em){font-size:13px!important}.empty-data,.table-empty{text-align:center;color:#777;margin:0;padding:26px 14px}.table-empty{border-top:1px solid #eee}.product-status{color:#3f4952;background:#f2f4f6}.site>header,.staff-header,.site>header nav{border-top:0!important;border-bottom:0!important}.product-admin{grid-template-columns:minmax(0,1fr);gap:10px;padding-top:16px}.product-admin>.admin-page-head,.product-admin>.product-filter,.product-admin>.product-table-card{grid-column:1}.product-table-card{width:100%}.product-filter{margin-top:0}.product-table-card .table-scroll,.managed-list .table-scroll{scrollbar-gutter:stable both-edges;overscroll-behavior:contain;max-height:572px;overflow:auto}.product-table-card thead{z-index:2;position:sticky;top:0}.product-table-card th,.product-table-card td{vertical-align:middle;height:38px;padding:4px 8px;line-height:1.25}.product-table-card th{color:#292929;background:#fff8f3;height:40px;font-weight:700}.product-table-card tbody tr:hover{background:#fffaf7}.product-table-card td:nth-child(4){white-space:normal;min-width:220px;max-width:360px}.product-thumb{width:32px;height:27px}.product-thumb svg{width:18px;height:18px}.product-status{align-items:center;min-height:24px;padding:3px 8px;display:inline-flex}.row-actions button.danger{color:#d92d20;border-color:#f5b7b1}.row-actions button.danger:hover{background:#fff0ee;border-color:#d92d20}.confirm-backdrop{z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1f140f85;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{text-align:center;background:#fff;border:1px solid #ffe0d0;border-radius:16px;width:min(430px,100%);padding:28px;box-shadow:0 24px 70px #0000003d}.confirm-dialog>i{color:#ff4e0a;background:#fff2ea;border-radius:50%;place-items:center;width:58px;height:58px;margin:0 auto 14px;display:grid}.confirm-dialog>i.danger{color:#d92d20;background:#fff0ee}.confirm-dialog>i svg{width:29px;height:29px}.confirm-dialog h2{margin:0 0 10px;font-size:20px}.confirm-dialog p{color:#59616b;white-space:pre-line;margin:0;line-height:1.55}.confirm-dialog footer{grid-template-columns:1fr 1fr;gap:10px;margin-top:24px;display:grid}.confirm-dialog footer button{background:#fff;border:1px solid #d9dde2;border-radius:8px;height:42px;font-weight:700}.confirm-dialog footer .confirm-danger{color:#fff;background:#d92d20;border-color:#d92d20}.confirm-dialog footer .confirm-danger:hover{background:#b42318}.report-dialog{text-align:left;width:min(620px,100%)}.report-dialog>i{margin-left:0}.report-dialog pre{white-space:pre-wrap;color:#38414a;background:#f8fafb;border:1px solid #e5e8eb;border-radius:8px;max-height:320px;padding:14px;font-family:inherit;line-height:1.55;overflow:auto}.report-dialog footer{justify-content:flex-end;display:flex}.report-dialog footer button{min-width:130px}.product-table-card table{table-layout:fixed}.product-table-card th:first-child,.product-table-card td:first-child{width:44px}.product-table-card th:nth-child(2),.product-table-card td:nth-child(2){width:54px}.product-table-card th:nth-child(3),.product-table-card td:nth-child(3){text-overflow:ellipsis;white-space:nowrap;width:82px;max-width:82px;overflow:hidden}.product-table-card th:nth-child(4),.product-table-card td:nth-child(4){text-overflow:ellipsis;white-space:nowrap;width:auto;min-width:260px;max-width:none;overflow:hidden}.product-table-card th:nth-child(5),.product-table-card td:nth-child(5){text-overflow:ellipsis;width:92px;overflow:hidden}.product-table-card th:nth-child(6),.product-table-card td:nth-child(6){text-overflow:ellipsis;width:100px;overflow:hidden}.product-table-card th:nth-child(7),.product-table-card td:nth-child(7){text-overflow:ellipsis;white-space:nowrap;width:64px;max-width:64px;overflow:hidden}.product-table-card th:nth-child(8),.product-table-card td:nth-child(8){width:58px}.product-table-card th:nth-child(9),.product-table-card td:nth-child(9){width:70px}.product-table-card th:nth-child(10),.product-table-card td:nth-child(10){width:128px}.product-table-card th:nth-child(11),.product-table-card td:nth-child(11){width:132px}.product-row{cursor:pointer}.product-modal-wide{width:min(920px,96vw);max-height:92vh;overflow:auto}.full-product-fields{grid-template-columns:repeat(3,1fr)}.full-product-fields .field-wide{grid-column:1/-1}.full-product-fields textarea{resize:vertical;border:1px solid #d7d7d7;border-radius:6px;width:100%;margin-top:6px;padding:10px}.media-upload{background:#fff9f5;border:1px dashed #ff9b69;border-radius:9px;grid-template-columns:auto 1fr;align-items:center;gap:8px;padding:14px;display:grid}.media-upload svg{color:#ff4e0a;width:24px}.media-upload input{grid-column:1/-1;border:0!important;height:auto!important;padding:4px 0!important}.product-detail{padding:18px 30px 30px}.detail-head{justify-content:space-between;align-items:flex-end;margin-bottom:16px;display:flex}.detail-head p{color:#777;margin:0 0 8px}.detail-head p b{color:#bbb;margin:0 9px}.detail-head h1{margin:0;font-size:25px}.detail-head span{color:#68717b;margin-top:5px;display:block}.detail-head>div:last-child{gap:10px;display:flex}.detail-head button{background:#fff;border:1px solid #ff4e0a;border-radius:7px;align-items:center;gap:7px;height:40px;padding:0 18px;font-weight:700;display:flex}.detail-head button svg{width:17px}.detail-summary{background:#fff;border:1px solid #e4e7ea;border-radius:10px;grid-template-columns:300px 1fr 1fr;gap:28px;padding:22px;display:grid}.detail-media-empty{color:#9b633f;text-align:center;background:#fff9f5;border:1px dashed #ffb38d;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:210px;display:flex}.detail-media-empty svg{color:#ff6a21;width:48px;height:48px}.detail-media-empty span{color:#8a8f95}.detail-summary dl{margin:0}.detail-summary dl div{grid-template-columns:135px 1fr;align-items:center;gap:10px;min-height:36px;display:grid}.detail-summary dt{color:#69727c}.detail-summary dd{overflow-wrap:anywhere;margin:0;font-weight:600}.detail-cards{grid-template-columns:repeat(4,1fr);gap:14px;margin:14px 0;display:grid}.detail-cards article{background:#fff;border:1px solid #e4e7ea;border-radius:9px;align-items:center;gap:15px;height:82px;padding:16px;display:flex}.detail-cards svg{color:#ff4e0a;width:30px}.detail-cards small,.detail-cards b{display:block}.detail-cards b{margin-top:3px;font-size:20px}.detail-information{grid-template-columns:1.2fr .8fr 1.35fr;gap:14px;display:grid}.detail-information article{background:#fff;border:1px solid #e4e7ea;border-radius:9px;padding:18px}.detail-information h2{border-bottom:2px solid #ff5b16;margin:0 0 14px;padding-bottom:10px;font-size:16px}.detail-information h3{margin:14px 0 6px;font-size:14px}.detail-information p{margin:6px 0;line-height:1.55}.detail-information article:nth-child(2) p{border-bottom:1px solid #eee;justify-content:space-between;padding:8px 0;display:flex}.detail-information article:nth-child(2) b{color:#178e39}.detail-empty{color:#838b93;text-align:center;border:1px dashed #d8dde2;border-radius:6px;margin-bottom:16px;padding:18px}@media (width<=1100px){.detail-summary{grid-template-columns:240px 1fr}.detail-summary dl:last-child{grid-column:2}.detail-information{grid-template-columns:1fr 1fr}.detail-information article:last-child{grid-column:1/-1}.full-product-fields{grid-template-columns:1fr 1fr}}.admin-page-head{box-shadow:none!important;border-top:0!important;border-bottom:0!important}.staff-workspace main>header,.staff-workspace main>section>header,.staff-workspace .detail-head{box-shadow:none!important;border-top:0!important}.product-detail>.detail-head,.partner-detail>.detail-head{z-index:auto;background:0 0;height:auto;padding:0;position:static;top:auto;box-shadow:none!important;border:0!important}.partner-admin{grid-template-columns:minmax(0,1fr)}.partner-table table{table-layout:auto;min-width:1240px}.partner-table th,.partner-table td{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.partner-table th:first-child{width:48px}.partner-table th:nth-child(3){min-width:250px}.partner-table th:nth-child(4),.partner-table td:nth-child(4){text-overflow:ellipsis;white-space:nowrap;width:68px;min-width:68px;max-width:68px;overflow:hidden}.partner-table th:last-child{min-width:190px}.partner-table .table-scroll{max-height:572px;overflow:auto}.partner-table thead,.managed-list thead{z-index:3;position:sticky;top:0}.partner-table .row-actions{min-width:180px}.partner-detail{padding:18px 30px 30px}.partner-profile{background:#fff;border:1px solid #e4e7ea;border-radius:10px;grid-template-columns:250px 1fr 1fr;gap:28px;padding:24px;display:grid}.partner-profile>div{text-align:center;border-right:1px solid #eee;flex-direction:column;justify-content:center;align-items:center;display:flex}.partner-profile>div>svg{color:#ff4e0a;background:#fff2eb;border-radius:50%;width:54px;height:54px;padding:12px}.partner-profile>div h2{margin:12px 0 5px;font-size:18px}.partner-profile>div b{color:#6c737b;margin-bottom:10px}.partner-profile dl{margin:0}.partner-profile dl div{grid-template-columns:145px 1fr;align-items:center;gap:10px;min-height:39px;display:grid}.partner-profile dt{color:#68717b}.partner-profile dd{overflow-wrap:anywhere;margin:0;font-weight:600}.partner-tabs{background:#fff;border:1px solid #e4e7ea;border-radius:10px;margin-top:14px;overflow:hidden}.partner-tabs nav{border-bottom:1px solid #e6e8eb;padding:0 12px;display:flex}.partner-tabs nav button{background:#fff;border:0;padding:16px 18px;font-weight:600}.partner-tabs nav button.active{color:#ff4e0a;border-bottom:3px solid #ff4e0a}.partner-tabs article{min-height:160px;padding:22px}.partner-tabs h2{font-size:16px}.import-modal{background:#fff;border-radius:14px;flex-direction:column;width:min(1100px,96vw);max-height:90vh;display:flex;overflow:hidden}.import-modal>header{height:auto;box-shadow:none;border:0;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;position:static}.import-modal header h2{margin:0}.import-modal header p{color:#707780;margin:4px 0 0}.import-modal header button{background:#fff;border:0}.import-summary{grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 22px;display:grid}.import-summary b{color:#d94700;background:#fff8f4;border:1px solid #ffd8c4;border-radius:7px;padding:13px}.import-modal>p{padding:0 22px}.import-preview{border:1px solid #e2e5e8;max-height:420px;margin:0 22px;overflow:auto}.import-preview table{border-collapse:collapse;white-space:nowrap;width:100%}.import-preview th,.import-preview td{text-align:left;border-bottom:1px solid #eee;border-right:1px solid #eee;padding:9px}.import-preview th{background:#fff8f3;position:sticky;top:0}.import-modal>footer{border-top:1px solid #eee;justify-content:flex-end;gap:10px;padding:14px 22px;display:flex}.import-modal>footer button{background:#fff;border:1px solid #ff4e0a;border-radius:6px;align-items:center;gap:7px;height:40px;padding:0 18px;display:flex}.loading-overlay{z-index:180;color:#ff4e0a;background:#fff9;place-items:center;font-weight:700;display:grid;position:fixed;inset:0}.full-product-fields textarea{font-family:inherit}@media (width<=1000px){.partner-profile{grid-template-columns:1fr}.partner-profile>div{border-bottom:1px solid #eee;border-right:0;padding-bottom:18px}.partner-tabs nav{overflow:auto}.detail-head{align-items:flex-start;gap:14px}.detail-head>div:last-child{flex-wrap:wrap;justify-content:flex-end}}.contract-admin{grid-template-columns:minmax(0,1fr)}.contract-filters{grid-template-columns:1.2fr 1fr 1fr 1fr 1fr auto auto!important}.contract-filters input{border:1px solid #d8dce1;border-radius:5px;width:100%;height:35px;padding:0 8px}.contract-table table{table-layout:auto;min-width:1450px}.contract-table th,.contract-table td{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.contract-table th:nth-child(3){min-width:250px}.contract-table th:last-child{min-width:245px}.contract-table .row-actions{min-width:240px}.contract-table .table-scroll{max-height:572px;overflow:auto}.contract-table thead{z-index:3;position:sticky;top:0}.modal-backdrop:has(.contract-form){place-items:center;padding:24px;overflow:hidden}.contract-form{flex-direction:column;width:min(1180px,100vw - 48px);max-height:calc(100vh - 48px);margin:auto;display:flex;overflow:hidden}.contract-form>header{z-index:2;flex:none;position:relative!important;top:auto!important}.contract-form-body{overscroll-behavior:contain;flex:auto;padding:8px 26px 22px;overflow-y:auto}.contract-form>footer{z-index:2;background:#fff;flex:none;position:relative}.contract-form-body h3{color:#e94f09;border-bottom:1px solid #ffd7c4;margin:0;padding:13px 0 8px;font-size:14px}.contract-form-body .modal-grid{grid-template-columns:repeat(4,1fr);column-gap:20px;padding:14px 0}.contract-form textarea{border:1px solid #d7d7d7;border-radius:6px;width:100%;margin-top:6px;padding:9px;font-family:inherit}.contract-detail{padding:18px 30px 30px}.contract-detail>.detail-head{background:0 0;padding:0;position:static;box-shadow:none!important;border:0!important}.contract-detail .detail-head>div:first-child{position:relative}.contract-badge{color:#168638;background:#eaf8ed;border-radius:6px;margin-top:8px;padding:5px 10px;font-style:normal;font-weight:700;display:inline-flex}.contract-overview{grid-template-columns:1.15fr 1fr 1fr;gap:14px;display:grid}.contract-overview article{background:#fff;border:1px solid #e4e7ea;border-radius:9px;padding:18px}.contract-overview h2{border-bottom:2px solid #ff5b16;margin:0 0 12px;padding-bottom:10px;font-size:16px}.contract-overview p{border-bottom:1px solid #eee;grid-template-columns:145px 1fr;gap:10px;margin:0;padding:8px 0;display:grid}.contract-overview p span{color:#6d747c}.contract-overview p b{overflow-wrap:anywhere}.contract-tabs{background:#fff;border:1px solid #e4e7ea;border-radius:9px;margin-top:14px;overflow:hidden}.contract-tabs>nav{border-bottom:1px solid #eee;padding:0 12px;display:flex;overflow:auto}.contract-tabs>nav button{white-space:nowrap;background:#fff;border:0;padding:15px 18px;font-weight:600}.contract-tabs>nav button.active{color:#ff4e0a;border-bottom:3px solid #ff4e0a}.contract-tab-content,.annex-list{min-height:190px;padding:20px}.annex-list>header{justify-content:space-between;align-items:center;display:flex;position:static;box-shadow:none!important;border:0!important}.annex-list>header button{border:0;border-radius:6px;align-items:center;gap:7px;height:38px;padding:0 15px;display:flex}.annex-list table{border-collapse:collapse;width:100%;margin-top:12px}.annex-list th,.annex-list td{text-align:left;border:1px solid #eee;padding:9px}.annex-list th{background:#fff8f3}@media (width<=1100px){.contract-filters{grid-template-columns:repeat(3,1fr)!important}.contract-form-body .modal-grid,.contract-overview{grid-template-columns:1fr 1fr}.contract-overview article:last-child{grid-column:1/-1}}.modal-backdrop:has(.contract-form){justify-content:center!important;align-items:center!important;padding:24px!important;display:flex!important;overflow:auto!important}.contract-form{flex-direction:column!important;width:min(1180px,100vw - 48px)!important;height:min(860px,100vh - 48px)!important;max-height:calc(100vh - 48px)!important;margin:auto!important;display:flex!important;overflow:hidden!important}.contract-form>header{z-index:4!important;background:#fff!important;flex:none!important;position:relative!important;top:auto!important}.contract-form-body{flex:1 1 0!important;min-height:0!important;overflow:hidden auto!important}.contract-form>footer{z-index:4!important;background:#fff!important;flex:none!important;position:sticky!important;bottom:0!important;box-shadow:0 -5px 16px #0000000f!important}@media (height<=700px){.modal-backdrop:has(.contract-form){padding:12px!important}.contract-form{height:calc(100vh - 24px)!important;max-height:calc(100vh - 24px)!important}}.product-admin.panel-pop,.contract-admin.panel-pop,.partner-admin.panel-pop{animation:none!important;transform:none!important}.product-admin .modal-backdrop,.contract-admin .modal-backdrop,.partner-admin .modal-backdrop{width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important;position:fixed!important;inset:0!important}.sidebar-menu-group{display:contents}.staff-sidebar nav button.sidebar-submenu{border-left:1px solid #ffd2bc;border-radius:0 7px 7px 0;height:38px;margin-left:34px;padding-left:19px;font-size:12px}.staff-sidebar nav button.sidebar-submenu svg{width:17px}.staff-sidebar nav button.sidebar-submenu.active{border-right:3px solid #ff4e0a}.template-admin{grid-template-columns:minmax(0,1fr)}.template-table table{table-layout:auto;min-width:1100px}.template-table th,.template-table td{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.template-table th:nth-child(3){min-width:290px}.template-table th:last-child{min-width:200px}.template-table .row-actions{min-width:195px}.template-table .table-scroll{max-height:572px;overflow:auto}.template-table thead{z-index:3;position:sticky;top:0}.template-form{width:min(820px,100vw - 40px);max-height:calc(100vh - 48px);overflow:auto}.template-form textarea{border:1px solid #d7d7d7;border-radius:6px;width:100%;margin-top:6px;padding:9px;font-family:inherit}.template-detail{padding:18px 30px 30px}.template-detail>.detail-head{background:0 0;padding:0;position:static;box-shadow:none!important;border:0!important}.template-info-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.template-info-grid article,.placeholder-panel,.version-history{background:#fff;border:1px solid #e4e7ea;border-radius:9px;padding:18px}.template-info-grid h2,.placeholder-panel h2,.version-history h2{margin:0 0 12px;font-size:16px}.template-info-grid p{border-bottom:1px solid #eee;grid-template-columns:145px 1fr;gap:10px;margin:0;padding:8px 0;display:grid}.template-info-grid p span{color:#6d747c}.template-info-grid p b{overflow-wrap:anywhere}.template-info-grid article>button{color:#e7500a;background:#fff;border:1px solid #ff4e0a;border-radius:6px;align-items:center;gap:7px;height:38px;margin-top:14px;padding:0 14px;display:flex}.template-info-grid article>small{color:#737b84;margin-top:9px;display:block}.url-value{word-break:break-all}.template-check{background:#fff9ef;border:1px solid #ffd19b;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-top:14px;padding:14px 18px;display:grid}.template-check>svg{color:#f26b00}.template-check h2,.template-check p{margin:0}.template-check button{background:0 0;border:0}.placeholder-panel{margin-top:14px}.placeholder-panel>header{background:0 0;padding:0;position:static;box-shadow:none!important;border:0!important}.placeholder-panel header p{color:#737b84}.placeholder-panel>div{grid-template-columns:1fr 1fr;gap:8px;display:grid}.placeholder-panel article{border:1px solid #e8e8e8;border-radius:7px;grid-template-columns:180px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.placeholder-panel code{color:#e7500a;font-weight:700}.placeholder-panel b,.placeholder-panel small{display:block}.placeholder-panel small{color:#737b84;margin-top:3px}.placeholder-panel button{background:#fff;border:1px solid #ff9c70;border-radius:5px;align-items:center;gap:5px;height:30px;display:flex}.placeholder-panel button svg{width:14px}.version-history{margin-top:14px}.version-history p{border-bottom:1px solid #eee;grid-template-columns:90px 1fr 150px;margin:0;padding:9px;display:grid}.version-history em{color:#168638;font-style:normal}.preview-dialog{background:#fff;border-radius:12px;width:min(560px,100vw - 40px);padding:24px}.preview-dialog h2{margin-top:0}.preview-dialog select{border:1px solid #ddd;border-radius:6px;width:100%;height:40px}.google-api-note{color:#9b4b19;background:#fff5eb;border-radius:7px;margin-top:14px;padding:13px}.preview-dialog footer{justify-content:flex-end;margin-top:18px;display:flex}.preview-dialog footer button{background:#fff;border:1px solid #ff4e0a;border-radius:6px;height:38px;padding:0 18px}@media (width<=1000px){.template-info-grid,.placeholder-panel>div{grid-template-columns:1fr}.template-detail .detail-head{align-items:flex-start}.template-detail .detail-head>div:last-child{flex-wrap:wrap;justify-content:flex-end}}.integration-settings{padding:18px 30px 30px}.integration-settings>.admin-page-head{margin-bottom:14px}.integration-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.integration-grid>article,.drive-manager,.secret-guide{background:#fff;border:1px solid #e4e7ea;border-radius:10px;padding:20px}.integration-grid article>header{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;display:grid;position:static;box-shadow:none!important;border:0!important}.integration-grid header i{color:#ff4e0a;background:#fff2ea;border-radius:10px;place-items:center;width:46px;height:46px;display:grid}.integration-grid h2,.integration-grid p{margin:0}.integration-grid header p{color:#727a83;margin-top:4px}.integration-grid header>span{border-radius:6px;align-items:center;gap:5px;padding:6px 9px;font-weight:700;display:flex}.integration-grid header>span svg{width:16px}.integration-grid .configured{color:#148333;background:#eaf8ed}.integration-grid .missing{color:#c93b24;background:#fff1ed}.integration-grid dl div{border-bottom:1px solid #eee;grid-template-columns:140px 1fr;gap:10px;padding:10px 0;display:grid}.integration-grid dt{color:#6f7780}.integration-grid dd{overflow-wrap:anywhere;margin:0;font-weight:600}.integration-grid article>footer{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.integration-grid button,.drive-manager button{background:#fff;border:1px solid #ff4e0a;border-radius:6px;align-items:center;gap:7px;height:38px;padding:0 15px;display:flex}.test-email{grid-template-columns:1fr auto;gap:8px;margin-top:16px;display:grid}.test-email span{grid-column:1/-1;font-weight:700}.test-email input{border:1px solid #d9dde1;border-radius:6px;height:40px;padding:0 10px}.drive-manager{margin-top:16px}.drive-manager>header{justify-content:space-between;align-items:center;display:flex;position:static;box-shadow:none!important;border:0!important}.drive-manager h2,.drive-manager p{margin:0}.drive-manager header p{color:#727a83;margin-top:4px}.drive-table{border:1px solid #e7e9eb;max-height:490px;margin-top:14px;overflow:auto}.drive-table table{border-collapse:collapse;width:100%}.drive-table th,.drive-table td{text-align:left;border-bottom:1px solid #eee;padding:10px}.drive-table th{background:#fff8f3;position:sticky;top:0}.drive-table td:first-child{align-items:center;gap:8px;display:flex}.drive-table td svg{color:#ff6a21;width:18px}.drive-table a{color:#e7500a;font-weight:700}.secret-guide{background:#fffaf5;gap:14px;margin-top:16px;display:flex}.secret-guide>svg{color:#ff4e0a;flex:none}.secret-guide h2,.secret-guide p{margin:0}.secret-guide p{margin-top:5px;line-height:1.6}.secret-guide code{background:#f1eee9;border-radius:4px;padding:2px 5px}.integration-settings.panel-pop{animation:none;transform:none}@media (width<=950px){.integration-grid{grid-template-columns:1fr}}
