:root{--ink:#202b2c;--muted:#697371;--line:#e5e7df;--paper:#f7f7f2;--cream:#f7f5ef;--white:#fff;--accent:#ea6d42;--accent-dark:#d4562d;--green:#2b7356;--serif:"Noto Sans JP",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic","Noto Sans JP",sans-serif;line-height:1.7;font-size:15px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.35;letter-spacing:-.035em}p{color:var(--muted)}.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.site-header{background:rgba(247,247,242,.94);border-bottom:1px solid rgba(34,47,45,.07);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.nav-row{height:78px;display:flex;align-items:center;gap:48px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:22px;letter-spacing:-.05em;white-space:nowrap}.brand-mark{width:31px;height:31px;border-radius:8px;background:var(--accent);color:#fff;font:700 22px/31px "DM Sans",sans-serif;text-align:center;position:relative;letter-spacing:-.1em}.brand-mark span{position:absolute;font-size:8px;color:#fff;right:5px;top:-6px}.top-nav{display:flex;align-items:center;gap:30px;margin-left:28px;color:#4d5b58;font-size:14px;font-weight:600}.top-nav a:hover,.text-link:hover,.button-link:hover{color:var(--accent)}.nav-actions{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.inline-form{display:inline}.quiet-button{border:0;background:none;color:var(--muted);font-size:13px;padding:0}.button{border:1px solid var(--accent);background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:22px;padding:13px 23px;border-radius:9px;font-weight:700;font-size:14px;box-shadow:0 8px 20px rgba(226,99,54,.16);transition:transform .2s,background .2s,box-shadow .2s}.button:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 25px rgba(226,99,54,.22)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.button-small{padding:10px 17px;font-size:13px;gap:10px}.button-large{padding:16px 25px;font-size:16px}.button-link{color:var(--ink);font-weight:700;display:inline-flex;gap:12px;align-items:center}.button-outline{background:transparent;color:var(--ink);border-color:#cbd1ca;box-shadow:none}.button-outline:hover{background:#fff;border-color:var(--accent);color:var(--accent);box-shadow:none}.button-light{background:#fff;color:var(--ink);border-color:#fff;box-shadow:none}.button-light:hover{background:#f6ede5;color:var(--ink)}.button-full{width:100%}.hero{background:var(--cream);overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px;padding-block:64px 72px}.hero-copy{position:relative;z-index:1}.eyebrow{font-size:13px;font-weight:700;color:#68786d;letter-spacing:.06em;display:flex;gap:9px;align-items:center;margin-bottom:23px}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--accent)}.hero h1{font-size:clamp(50px,5.2vw,78px);font-weight:800;line-height:1.26;letter-spacing:-.07em;margin:0 0 30px}.hero h1 em{font-style:normal;color:var(--accent)}.hero-lead{max-width:525px;font-size:18px;line-height:1.9;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:29px;flex-wrap:wrap}.hero-note{font-size:12px;margin:16px 0 0;color:#8a918a}.hero-visual{height:485px;position:relative;display:flex;align-items:center;justify-content:center}.hero-visual:before{content:"";width:440px;height:440px;border-radius:50%;background:#efece1;position:absolute;right:4%;top:3%}.hero-visual:after{content:"";width:390px;height:390px;border-radius:50%;border:1px solid #e0ded2;position:absolute;right:8%;top:8%}.mock-card{width:min(445px,100%);background:#fff;border:1px solid #e9e8e1;border-radius:18px;box-shadow:0 35px 70px rgba(38,51,41,.11),0 5px 12px rgba(38,51,41,.04);padding:25px;z-index:2;transform:rotate(-2deg)}.mock-head{display:flex;align-items:center;gap:11px;padding-bottom:23px;border-bottom:1px solid var(--line)}.mock-head strong{display:block;font-size:14px}.mock-head small,.mock-competitor small{display:block;color:#99a19d;font-size:11px}.mock-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#eaf0e9;color:#477260;font-weight:800}.pill-success{margin-left:auto;border-radius:99px;background:#e7f5ed;color:#319264;padding:5px 10px;font-size:10px;font-weight:700}.mock-price-row{display:flex;justify-content:space-between;align-items:center;margin:26px 0 22px;font-size:13px;color:#66716e}.mock-price-row strong{font-size:32px;color:var(--ink);letter-spacing:-.05em}.mock-scale{display:flex;gap:8px;align-items:center}.scale-mark{font-size:10px;color:#9a9f9a;white-space:nowrap}.scale-track{height:10px;background:#eaece5;border-radius:10px;flex:1;position:relative}.scale-track span{position:absolute;left:0;right:27%;height:100%;background:linear-gradient(90deg,#f4b198,#eb7248);border-radius:10px}.scale-track span:after{content:"";width:17px;height:17px;border-radius:50%;background:#fff;border:4px solid var(--accent);position:absolute;right:-1px;top:-4px;box-shadow:0 2px 4px #0002}.mock-divider{height:1px;background:var(--line);margin:27px 0 20px}.mock-competitor{display:flex;align-items:center;gap:12px}.mock-competitor strong{font-size:18px}.mini-icon{background:#e9edf3;color:#65849b;width:35px;height:35px;display:grid;place-items:center;border-radius:8px;font-size:19px}.price-diff{margin-left:auto;color:#319264;background:#e9f6ee;border-radius:7px;padding:3px 8px;font-weight:700;font-size:12px}.mock-footer{margin-top:25px;background:#f8f9f5;border-radius:8px;padding:12px;text-align:center;color:#758378;font-size:11px}.floating-tag,.floating-result{position:absolute;z-index:4;background:#fff;border:1px solid #e7e9e0;box-shadow:0 12px 30px rgba(34,47,43,.1);border-radius:12px}.floating-tag{top:46px;left:-9px;padding:12px 17px;font-size:11px;color:#526158;font-weight:700;transform:rotate(3deg)}.tag-spark{color:var(--accent);font-size:18px;vertical-align:middle}.floating-result{right:-8px;bottom:44px;padding:14px 19px;display:flex;gap:11px;align-items:center;transform:rotate(3deg)}.floating-result>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#e9f5eb;color:#2c9a6a}.floating-result strong{font-size:11px;display:block}.floating-result small{font-size:10px;color:#9da6a0}.platform-strip{height:92px;border-top:1px solid #e8e6dd;display:flex;align-items:center;justify-content:space-between;gap:17px;white-space:nowrap;overflow:auto}.platform-strip span{font-size:11px;color:#929b92}.platform-strip strong{font-size:14px;letter-spacing:-.04em;color:#66716b}.section{padding-block:105px}.section-heading{max-width:625px;margin-bottom:43px}.section-kicker{font-size:12px;letter-spacing:.17em;font-weight:800;color:var(--accent);display:block;margin-bottom:18px}.section-heading h2,.how-grid h2,.cta-band h2{font-size:clamp(33px,3.6vw,48px);font-weight:800;margin-bottom:18px}.section-heading p{font-size:16px;line-height:1.9}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:#fff;border:1px solid #e9ebe5;border-radius:13px;padding:33px;min-height:265px}.feature-icon{width:47px;height:47px;border-radius:11px;display:grid;place-items:center;font-size:24px;margin-bottom:27px}.feature-icon.orange{background:#fff0e8;color:var(--accent)}.feature-icon.blue{background:#eaf0f8;color:#6b8db2}.feature-icon.green{background:#e8f5eb;color:#5f9b77}.feature-card h3{font-size:19px;margin-bottom:12px}.feature-card p{font-size:14px;line-height:1.9}.section-muted{background:#eef0e9}.how-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.how-grid>div>p{max-width:420px;margin-bottom:30px}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:26px;padding:22px 0;border-bottom:1px solid #d7dcd4}.steps li:first-child{padding-top:0}.steps li>span{font-size:17px;font-weight:800;color:var(--accent);min-width:34px}.steps h3{font-size:18px;margin-bottom:7px}.steps p{margin:0;font-size:14px}.home-pricing{padding-bottom:115px}.plan-preview{background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:29px 34px}.plan-preview div{display:flex;flex-direction:column}.plan-preview strong{font-size:22px}.plan-preview strong small{font-size:12px;color:var(--muted)}.plan-preview span{font-size:12px;color:var(--muted)}.plan-preview a{color:var(--accent);font-weight:700;white-space:nowrap}.cta-band{background:#253835;color:#fff;padding:70px 0}.cta-grid{display:flex;justify-content:space-between;align-items:center}.cta-band h2{margin-bottom:10px}.cta-band p{color:#bbcbc1;margin:0}.cta-band .section-kicker{color:#e8a18a}.site-footer{background:#f0f1eb;padding-top:55px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:50px}.footer-brand{margin-bottom:18px}.footer-grid p,.footer-grid span{font-size:12px;color:#8b958c}.footer-grid strong{display:block;font-size:13px;margin-bottom:15px}.footer-grid a{display:block;color:#66746a;font-size:12px;margin:8px 0}.footer-bottom{border-top:1px solid #dce1d9;color:#a1aaa2;margin-top:45px;padding:18px 0;font-size:11px}.page-hero{padding:90px 0 45px;text-align:center}.page-hero h1{font-size:clamp(34px,4.5vw,55px);margin-bottom:18px}.page-hero p{font-size:16px}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px;padding-bottom:85px}.pricing-card{background:#fff;border:1px solid var(--line);border-radius:13px;padding:25px 20px;position:relative;display:flex;flex-direction:column}.pricing-card.featured{border-color:var(--accent);box-shadow:0 14px 35px rgba(224,108,66,.11)}.recommended{position:absolute;top:-16px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;padding:3px 12px;border-radius:20px;font-size:11px;white-space:nowrap}.plan-name{font-size:11px;font-weight:800;color:var(--accent);letter-spacing:.15em}.pricing-card h2{font-size:22px;margin:13px 0 20px}.plan-price{font-size:27px;font-weight:800;white-space:nowrap;letter-spacing:-.04em}.plan-price small{font-size:10px;color:var(--muted);font-weight:500;letter-spacing:0}.pricing-card p{font-size:12px;min-height:59px;margin:17px 0}.plan-limit{font-size:12px;font-weight:700;border-top:1px solid var(--line);padding:17px 0;margin-top:auto}.pricing-card .button{width:100%;padding:11px 7px;font-size:12px}.faq-block{padding-bottom:105px;max-width:760px}.faq-block h2{font-size:30px}.faq-block details{border-bottom:1px solid var(--line);padding:20px 0}.faq-block summary{font-weight:700;cursor:pointer}.faq-block p{font-size:14px;margin:15px 0 0}.auth-wrap{min-height:670px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}.auth-intro h1{font-size:50px}.auth-intro p{font-size:18px}.auth-note{margin-top:50px;color:var(--green);font-weight:700}.auth-note span{display:inline-grid;place-items:center;border-radius:50%;background:#e9f3e8;width:26px;height:26px;margin-right:8px}.auth-card,.form-card,.panel,.stat-card{background:#fff;border:1px solid var(--line);border-radius:13px}.auth-card{padding:40px;box-shadow:0 15px 45px rgba(30,50,38,.05)}.auth-card>p{font-size:13px;text-align:center;margin:20px 0 0}.auth-card>p a{color:var(--accent);font-weight:700}.form-field{display:flex;flex-direction:column;gap:7px;margin-bottom:21px}.form-field label{font-size:13px;font-weight:700}.form-field input:not([type=checkbox]),.form-field select,.form-field textarea{width:100%;border:1px solid #d7ddd5;border-radius:8px;background:#fff;padding:11px 13px;min-height:43px;color:var(--ink);outline:none}.form-field textarea{min-height:95px}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #ea6d421b}.form-field input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent)}.form-field small{font-size:11px;color:#8c948e}.field-error{color:#bb4242;font-size:12px}.flash-stack{margin-top:20px}.flash{padding:11px 16px;border-radius:8px;background:#e9f3ea;color:#35684a;font-size:13px;margin:7px 0}.flash-error{background:#fff1ee;color:#ae4131}.flash-info{background:#eef2f7;color:#375578}.simple-page{min-height:500px;padding-top:130px}.simple-page h1{font-size:38px}.app-section{min-height:65vh;padding-top:45px;padding-bottom:90px}.back-link{display:inline-block;color:#7c887e;font-size:13px;margin-bottom:32px}.back-link:hover{color:var(--accent)}.app-heading{margin-bottom:34px}.app-heading h1{font-size:38px;margin-bottom:8px}.app-heading p{font-size:14px}.row-between{display:flex;justify-content:space-between;align-items:center;gap:20px}.shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shop-tile{background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px;display:block;transition:transform .2s,box-shadow .2s}.shop-tile:hover{transform:translateY(-3px);box-shadow:0 13px 35px rgba(36,55,45,.08)}.tile-top,.tile-foot{display:flex;justify-content:space-between;align-items:center}.platform-label{font-size:12px;color:var(--accent);font-weight:700}.status-chip{display:inline-block;border-radius:20px;background:#f0f1ee;color:#768078;padding:3px 9px;font-size:11px}.status-chip.active{background:#e5f4e9;color:#30825d}.status-chip.error{background:#fff0ee;color:#b45a47}.shop-tile h2{font-size:24px;margin:24px 0 20px}.shop-tile p{font-size:13px}.shop-tile p strong{color:var(--ink)}.tile-foot{border-top:1px solid var(--line);padding-top:18px;color:var(--accent);font-size:13px;font-weight:700}.empty-state{grid-column:1/-1;text-align:center;border:1px dashed #c9d0c7;border-radius:12px;padding:75px 20px}.empty-state>span{font-size:34px;color:var(--accent)}.empty-state h2{font-size:21px}.empty-state p{font-size:14px}.form-card{padding:32px;max-width:850px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 20px}.form-grid .wide{grid-column:1/-1}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:22px}.stat-card{padding:25px}.stat-card>span,.stat-card>small{display:block;color:var(--muted);font-size:12px}.stat-card>strong{display:block;font-size:29px;margin:12px 0}.stat-card>strong small{font-size:17px;color:#a2aaa3}.meter{height:6px;background:#f0f2ed;border-radius:10px;overflow:hidden}.meter span{display:block;height:100%;background:var(--accent);border-radius:10px}.panel{padding:26px;margin-bottom:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}.panel-head h2,.panel h2{font-size:20px;margin-bottom:3px}.panel-head p,.panel>p{font-size:12px;margin:0}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{background:#f8f9f6;color:#8b958b;font-size:11px;font-weight:700}th,td{padding:14px 12px;border-bottom:1px solid #edf0eb}td{font-size:13px}td strong,td small{display:block}td small{color:#9ca59b;font-size:11px}.actions-cell{display:flex;gap:10px;align-items:center;white-space:nowrap}.actions-cell a,.actions-cell button{border:0;background:none;padding:0;color:#437a6a;font-size:12px;font-weight:700}.actions-cell form{display:inline}.actions-cell .danger-link{color:#bb6464}.empty-cell{text-align:center;padding:45px;color:#a0a9a0}.two-panels{display:grid;grid-template-columns:1fr 1fr;gap:20px}.two-panels .panel{margin-bottom:0}.compact-plans{display:flex;flex-wrap:wrap;gap:8px;margin-top:19px}.compact-plans button{border:1px solid #d9dfd7;background:#fff;border-radius:7px;padding:9px 11px;font-size:12px}.compact-plans button:hover{border-color:var(--accent);color:var(--accent)}.compact-plans button:disabled{opacity:.5}.log-list{max-height:235px;overflow:auto}.log-list>div{display:flex;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:11px 0;font-size:12px}.log-list time{color:#a7aea5}.log-list span{margin-left:auto;color:#61846a}.muted{font-size:13px;color:var(--muted)}.settings-panels .panel{padding:30px}.settings-panels .panel h2{margin-bottom:18px}
@media(max-width:1050px){.pricing-grid{grid-template-columns:repeat(3,1fr)}.top-nav{gap:14px;margin-left:0}.hero-grid{gap:20px}.floating-tag{left:0}.floating-result{right:0}}
@media(max-width:760px){.shell{width:min(100% - 32px,620px)}.nav-row{height:68px;gap:10px}.brand{font-size:18px}.brand-mark{width:27px;height:27px;font-size:19px;line-height:27px}.top-nav{display:none}.nav-actions{gap:12px;font-size:12px}.nav-actions .text-link{display:none}.nav-actions .button-small{padding:8px 10px;font-size:11px}.hero-grid{grid-template-columns:1fr;gap:15px;padding-block:65px 35px}.hero h1{font-size:47px}.hero-lead{font-size:16px}.hero-visual{height:420px}.hero-visual:before{right:0;width:350px;height:350px}.hero-visual:after{right:5%;width:320px;height:320px}.mock-card{width:min(390px,94%);padding:19px}.floating-tag{top:3px}.floating-result{bottom:0}.platform-strip{justify-content:flex-start;gap:27px;height:72px}.section{padding-block:70px}.feature-grid,.shop-grid,.stats-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.how-grid,.auth-wrap,.two-panels{grid-template-columns:1fr;gap:35px}.auth-wrap{padding-block:65px;min-height:auto}.auth-intro h1{font-size:38px}.auth-note{margin-top:23px}.auth-card{padding:26px}.plan-preview{align-items:flex-start;flex-direction:column}.cta-grid{align-items:flex-start;gap:28px;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card{padding:22px 15px}.plan-price{font-size:23px}.page-hero{padding-block:65px 35px}.row-between{align-items:flex-start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.actions-cell{flex-wrap:wrap}.stat-card>strong{font-size:24px}}
@media(max-width:480px){.pricing-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-actions{gap:20px}.mock-price-row strong{font-size:26px}.scale-mark{font-size:8px}.footer-grid{grid-template-columns:1fr}}
.csv-upload{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#f8f9f5;border-radius:8px;padding:14px;margin-bottom:18px}.csv-upload label{font-size:12px;font-weight:700}.csv-upload input{font-size:12px;max-width:260px}.csv-confirm{display:flex;align-items:center;gap:22px;margin-top:23px}.settings-extra{margin-top:13px}.holiday-panel{margin-top:20px}.holiday-panel>p{font-size:12px}.holiday-form{display:flex;align-items:center;gap:10px;margin-top:20px;flex-wrap:wrap}.holiday-form input,.holiday-form select{border:1px solid #d7ddd5;border-radius:8px;padding:9px}.holiday-list{margin-top:20px}.holiday-list>div{display:flex;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding:9px 0;font-size:12px}.holiday-list>div button{border:0;background:none;color:#bb6464;font-size:12px}.holiday-list>div form{margin-left:auto}
.legal-page{max-width:850px;padding-top:75px;padding-bottom:110px;min-height:70vh}.legal-page h1{font-size:40px;margin-bottom:35px}.legal-page h2{font-size:20px;margin-top:42px}.legal-page p{font-size:14px;line-height:2}.legal-list{border-top:1px solid var(--line);margin-top:32px}.legal-list>div{display:grid;grid-template-columns:210px 1fr;border-bottom:1px solid var(--line);padding:19px 0;gap:20px;font-size:14px}.legal-list dt{font-weight:700}.legal-list dd{margin:0;color:var(--muted)}.legal-note{border-top:1px solid var(--line);padding-top:20px;margin-top:45px;font-size:12px!important}@media(max-width:760px){.legal-list>div{grid-template-columns:1fr;gap:4px}}
.heading-actions{display:flex;align-items:center;gap:10px}.heading-actions form{margin:0}.bulk-panel{border:1px solid var(--line);border-radius:8px;padding:12px 15px;margin:10px 0 18px}.bulk-panel summary{font-weight:700;font-size:12px;cursor:pointer}.bulk-panel p{font-size:12px;margin:12px 0}.bulk-panel textarea{width:100%;border:1px solid #d7ddd5;border-radius:8px;padding:10px;display:block;margin-bottom:10px}@media(max-width:760px){.heading-actions{flex-wrap:wrap}}
.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:100px}.content-grid article,.platform-cards article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:30px}.content-grid h2,.platform-cards h2{font-size:21px;margin-bottom:10px}.content-grid p,.platform-cards p{font-size:14px;line-height:1.9}.platform-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-bottom:65px}.platform-cards article>span,.walkthrough article>span{font-size:13px;font-weight:800;color:var(--accent);letter-spacing:.15em}.platform-cards article>small{display:inline-block;border-radius:20px;background:#edf3ed;color:#49795b;padding:4px 11px}.note-section{max-width:800px;padding-bottom:100px}.note-section h2{font-size:25px}.note-section p{line-height:2}.walkthrough{max-width:820px;padding-bottom:100px}.walkthrough article{display:flex;gap:35px;border-top:1px solid var(--line);padding:28px 0}.walkthrough article:last-child{border-bottom:1px solid var(--line)}.walkthrough h2{font-size:24px;margin-bottom:8px}.walkthrough p{font-size:14px}.contact-page{max-width:800px}@media(max-width:760px){.content-grid,.platform-cards{grid-template-columns:1fr}.walkthrough article{gap:20px}}
.pagination{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:25px;font-size:13px}.pagination a,.history-link{color:var(--accent);font-weight:700;font-size:12px}
.legal-version{font-size:12px;color:#88928a;margin-bottom:35px}.legal-body p{white-space:pre-wrap;line-height:2.15;margin-bottom:22px}
.meter-progress{appearance:none;-webkit-appearance:none;width:100%;height:7px;border:0;border-radius:10px;overflow:hidden;background:#f0f2ed}.meter-progress::-webkit-progress-bar{background:#f0f2ed}.meter-progress::-webkit-progress-value{background:var(--accent);border-radius:10px}.meter-progress::-moz-progress-bar{background:var(--accent);border-radius:10px}
