:root{
  --bg:#eef5fb;
  --bg-2:#f8fbff;
  --ink:#17324d;
  --muted:#688096;
  --line:#d9e5f1;
  --blue:#1967e6;
  --navy:#123a67;
  --mint:#dff6ef;
  --mint-2:#effaf7;
  --lilac:#f0eafb;
  --peach:#fff2e3;
  --green:#0f8d6a;
  --amber:#c47b17;
  --danger:#cf5b58;
  --shadow:0 18px 50px rgba(22,65,113,.10);
  --card-shadow:0 14px 35px rgba(18,58,103,.08);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:linear-gradient(180deg,#eef5fb 0%,#e7f0f8 100%);color:var(--ink);font-family:"Noto Sans Thai","Inter",system-ui,sans-serif}
body{min-height:100vh}
button,input,select{font:inherit}
button{cursor:pointer;border:0}
a{text-decoration:none;color:inherit}
.app-shell{max-width:1600px;margin:0 auto;padding:24px;display:grid;grid-template-columns:300px minmax(700px,1fr) 290px;gap:22px}
.main-panel{min-width:0}
.glass{background:rgba(255,255,255,.72);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.65);box-shadow:var(--card-shadow)}
.left-panel,.right-panel{display:flex;flex-direction:column;gap:18px}
.brand-block,.side-card,.top-chrome,.screen-card{border-radius:var(--radius-xl)}
.brand-block{padding:24px;display:flex;gap:18px;align-items:flex-start}
.brand-mark{position:relative;width:44px;height:44px;flex:0 0 44px}
.brand-mark.small{width:34px;height:34px;flex-basis:34px}
.leaf{position:absolute;display:block;border-radius:80% 10% 80% 10%/80% 10% 80% 10%;transform:rotate(45deg)}
.leaf-a{width:28px;height:18px;background:linear-gradient(135deg,#30b8e2,#2f66f0);left:0;top:12px}
.leaf-b{width:23px;height:28px;background:linear-gradient(135deg,#61d4b0,#2cc07c);right:3px;top:3px}
.eyebrow{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--blue);text-transform:uppercase}
h1,h2,h3,h4,p{margin:0}
h1{font-size:34px;line-height:1.15;margin-bottom:10px;letter-spacing:-.02em}
h2{font-size:32px;line-height:1.15;letter-spacing:-.02em}
h3{font-size:20px;line-height:1.2;margin-bottom:10px}
h4{font-size:17px;line-height:1.3}
.muted{color:var(--muted)}
.side-card{padding:20px}
.side-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.tag{font-size:12px;padding:6px 10px;border-radius:999px;background:#edf4ff;color:var(--blue);font-weight:700}
.bullet-list{padding-left:18px;margin:10px 0 0}
.bullet-list li{margin-bottom:8px}
.flow-list{display:grid;gap:10px}
.flow-item{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid transparent;border-radius:18px;transition:.18s ease;background:#fff8}
.flow-item.active{background:#edf4ff;border-color:#cfe0fb;transform:translateX(3px)}
.flow-item-num{width:28px;height:28px;display:grid;place-items:center;border-radius:12px;background:#ecf4ff;color:var(--blue);font-weight:800;flex:0 0 28px}
.flow-item strong{display:block;font-size:14px}
.flow-item span{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.top-chrome{padding:18px 20px 16px;position:sticky;top:18px;z-index:10}
.chrome-title{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}
.brand-inline{display:flex;align-items:center;gap:12px}
.brand-inline strong{display:block;font-size:17px}
.brand-inline small{color:var(--muted)}
.top-actions{display:flex;gap:10px;flex-wrap:wrap}
.ghost-btn{padding:11px 16px;border-radius:14px;background:#fff;border:1px solid var(--line);color:var(--ink);font-weight:700;box-shadow:0 8px 18px rgba(15,63,117,.05)}
.ghost-btn:hover{border-color:#bfd3ec;color:var(--blue)}
.stepper{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.step-pill{padding:11px 10px;border-radius:16px;background:#f5f8fc;border:1px solid var(--line);display:flex;gap:8px;align-items:center;justify-content:center;color:#5d7489;font-weight:700;font-size:13px;min-width:0;text-align:center}
.step-pill.on{background:linear-gradient(135deg,#1c6ff0,#1457dc);border-color:transparent;color:white;box-shadow:0 12px 26px rgba(25,103,230,.28)}
.step-pill.done{background:#ebf7f3;border-color:#c9eadf;color:var(--green)}
.step-pill .dot{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#dce9f8;color:var(--blue);font-size:11px;font-weight:800;flex:0 0 22px}
.step-pill.on .dot{background:rgba(255,255,255,.18);color:#fff}
.step-pill.done .dot{background:#cfeee1;color:var(--green)}
.screen-stage{position:relative;margin-top:18px;padding:26px;min-height:780px;border-radius:38px;overflow:hidden;background:linear-gradient(135deg,#f7fbff,#edf4fb);border:1px solid #dde8f3;box-shadow:var(--shadow)}
.stage-bg{position:absolute;border-radius:999px;filter:blur(8px);opacity:.55}
.bg-1{width:380px;height:380px;right:-70px;top:-80px;background:radial-gradient(circle,#cce4ff 0%,#cce4ff00 70%)}
.bg-2{width:260px;height:260px;left:-90px;bottom:-80px;background:radial-gradient(circle,#d7f3ea 0%,#d7f3ea00 70%)}
.bg-3{width:220px;height:220px;right:220px;bottom:-60px;background:radial-gradient(circle,#eee5ff 0%,#eee5ff00 70%)}
.screen-card{position:relative;z-index:1;background:#fff;border:1px solid #e5edf6;box-shadow:var(--shadow);padding:28px;min-height:720px}
.screen-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}
.screen-head p{max-width:720px}
.icon-badge{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;font-size:24px;background:#ecf4ff;color:var(--blue);box-shadow:inset 0 0 0 1px #d6e5fa}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:stretch}
.panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:22px;box-shadow:var(--card-shadow)}
.panel.soft-blue{background:linear-gradient(180deg,#f9fcff,#f2f7fd)}
.panel.soft-mint{background:linear-gradient(180deg,#f8fffc,#eefaf5)}
.panel.soft-lilac{background:linear-gradient(180deg,#fcfbff,#f4effd)}
.panel.soft-peach{background:linear-gradient(180deg,#fffcf8,#fff4e9)}
.hero-card{padding:28px 26px 24px;background:linear-gradient(135deg,#f8fbff,#eef5fd);border:1px solid var(--line);border-radius:30px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 320px;gap:10px}
.hero-card::after{content:"";position:absolute;right:-30px;bottom:-40px;width:210px;height:210px;background:radial-gradient(circle,#dff3ec 0%,#dff3ec00 70%)}
.hero-copy{position:relative;z-index:1}
.hero-copy h2{margin:10px 0 12px}
.hero-copy .muted{font-size:15px;line-height:1.7}
.hero-art{position:relative;display:flex;align-items:flex-end;justify-content:flex-end;min-height:320px}
.illustration-card{width:100%;height:100%;position:relative}
.character{position:absolute;right:30px;bottom:0;width:230px;height:290px}
.character .head{position:absolute;left:56px;top:38px;width:92px;height:92px;background:#ffd7c8;border-radius:46px;z-index:3;box-shadow:inset 0 -10px 0 rgba(0,0,0,.02)}
.character .hair{position:absolute;left:42px;top:20px;width:116px;height:82px;background:#28354a;border-radius:60px 60px 40px 45px;z-index:4}
.character .hair::after{content:"";position:absolute;right:6px;top:28px;width:45px;height:32px;background:#28354a;border-radius:0 0 26px 20px;transform:rotate(-15deg)}
.character .body{position:absolute;left:22px;top:118px;width:180px;height:160px;background:linear-gradient(180deg,#82b5ff,#5f89ee);border-radius:42px 42px 18px 18px;z-index:2}
.character .arm{position:absolute;width:76px;height:36px;background:#7aaef9;border-radius:22px;z-index:3;top:168px;left:18px;transform:rotate(8deg)}
.character .arm.right{left:132px;top:178px;transform:rotate(-14deg)}
.character .mug{position:absolute;left:104px;top:156px;width:74px;height:86px;background:#fff;border-radius:16px;z-index:4;box-shadow:0 10px 25px rgba(17,39,76,.08);padding:14px 8px;font-size:11px;line-height:1.25;color:#2d65df;font-weight:800;text-align:center}
.character .mug::after{content:"";position:absolute;right:-11px;top:20px;width:18px;height:28px;border:4px solid #fff;border-left:0;border-radius:0 18px 18px 0}
.character .shadow{position:absolute;left:36px;bottom:0;width:180px;height:22px;background:rgba(24,55,97,.08);filter:blur(8px);border-radius:999px}
.cloud, .leaf-deco{position:absolute;border-radius:999px}
.cloud{background:rgba(255,255,255,.88);box-shadow:0 8px 20px rgba(18,58,103,.05)}
.cloud.one{width:96px;height:44px;left:8px;top:40px}
.cloud.two{width:130px;height:54px;right:18px;top:24px}
.leaf-deco{background:linear-gradient(135deg,#6bd0b0,#8ae0c5);opacity:.7}
.leaf-deco.one{width:44px;height:22px;right:20px;top:98px;transform:rotate(30deg)}
.leaf-deco.two{width:34px;height:16px;right:58px;top:122px;transform:rotate(-20deg)}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.primary-btn,.secondary-btn{padding:14px 18px;border-radius:16px;font-weight:800;display:inline-flex;align-items:center;gap:10px}
.primary-btn{background:linear-gradient(135deg,#1d71f4,#1159db);color:#fff;box-shadow:0 14px 30px rgba(21,93,223,.28)}
.secondary-btn{background:#fff;border:1px solid var(--line);color:var(--ink)}
.chip-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.chip{padding:10px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#4f6780;font-size:13px;font-weight:700}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.feature-card{padding:16px;border-radius:22px;border:1px solid var(--line);background:#fff;display:flex;gap:12px;align-items:flex-start;min-height:112px}
.feature-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;font-size:20px;background:#eef5ff;color:var(--blue);flex:0 0 44px}
.right-stack{display:grid;gap:14px}
.side-story{padding:20px;border-radius:26px;border:1px solid var(--line);background:#fff}
.story-list{display:grid;gap:12px;margin-top:16px}
.story-item{display:flex;gap:12px;padding:12px;border-radius:18px;background:#f7fbff;border:1px solid #ebf2fa}
.story-icon{width:36px;height:36px;border-radius:14px;background:#edf5ff;display:grid;place-items:center;color:var(--blue)}
.story-item h4{font-size:15px;margin-bottom:3px}
.question-card{padding:24px;border-radius:28px;border:1px solid var(--line);background:linear-gradient(180deg,#ffffff,#f8fbff)}
.progress-line{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}
.progress-title{font-weight:800;color:var(--blue)}
.options{display:grid;gap:12px;margin-top:18px}
.option-card{padding:16px 18px;border-radius:20px;border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:14px;background:#fff;transition:.18s ease}
.option-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(18,58,103,.08)}
.option-card.selected{border-color:#a7c8fb;background:#eef5ff}
.option-card .title{font-weight:700}
.option-card .subtitle{font-size:13px;color:var(--muted);margin-top:4px}
.radio{width:28px;height:28px;border-radius:999px;border:2px solid #bed0e6;display:grid;place-items:center;flex:0 0 28px}
.option-card.selected .radio{border-color:var(--blue)}
.option-card.selected .radio::after{content:"";width:12px;height:12px;border-radius:999px;background:var(--blue)}
.kpi-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}
.kpi-card{padding:18px;border-radius:22px;background:#fff;border:1px solid var(--line)}
.kpi-card .label{color:var(--muted);font-size:13px;margin-bottom:6px}
.kpi-card .value{font-size:28px;font-weight:800;letter-spacing:-.02em}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.field{padding:16px;border-radius:20px;border:1px solid var(--line);background:#fff}
.field label{display:block;font-size:13px;color:var(--muted);margin-bottom:8px}
.field input,.field select{width:100%;border:1px solid #d7e4f1;background:#f8fbfe;padding:14px 14px;border-radius:14px;color:var(--ink)}
.helper{font-size:13px;color:var(--muted);margin-top:8px}
.debt-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.debt-card{padding:18px;border-radius:22px;border:1px solid var(--line);background:#fff}
.debt-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:14px}
.badge{padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;background:#eef5ff;color:var(--blue)}
.summary-banner{padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,#effaf6,#f8fcff);border:1px solid #dcefe7;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:16px}
.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.plan-card{padding:20px;border-radius:24px;border:1px solid var(--line);background:#fff;position:relative;display:flex;flex-direction:column;gap:14px;min-height:310px}
.plan-card.recommended{border-color:#a6d9c8;background:linear-gradient(180deg,#ffffff,#f4fbf8);box-shadow:0 14px 34px rgba(15,141,106,.10)}
.plan-card.selected{outline:3px solid #dbe9ff}
.ribbon{position:absolute;right:16px;top:16px;padding:7px 10px;border-radius:999px;background:#e7fbf1;color:var(--green);font-size:12px;font-weight:800}
.plan-top{display:flex;justify-content:space-between;gap:12px;align-items:center}
.plan-term{font-size:28px;font-weight:800}
.big-number{font-size:34px;font-weight:800;letter-spacing:-.03em}
.mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mini-box{padding:12px;border-radius:16px;background:#f7fbff;border:1px solid #ecf2f8}
.compare-note{padding:18px;border-radius:22px;background:linear-gradient(135deg,#f1f8ff,#f9fbff);border:1px solid #dce8f6}
.dual-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.action-card{padding:22px;border-radius:24px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:14px;min-height:230px}
.action-card .action-icon{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;font-size:22px}
.action-card.mint .action-icon{background:#eaf8f1;color:var(--green)}
.action-card.lilac .action-icon{background:#f1ecfb;color:#6d49d4}
.action-card .spacer{flex:1}
.success-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}
.check-list{display:grid;gap:14px;margin-top:18px}
.check-row{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid #ebf1f6}
.check-row:last-child{border-bottom:0}
.check-row .round{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;flex:0 0 44px;background:#ecf8f3;color:var(--green);font-size:20px}
.employer-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:18px}
.stack{display:grid;gap:14px}
.role-card{padding:18px;border-radius:24px;border:1px solid var(--line);background:#fff;display:flex;gap:14px;align-items:flex-start}
.role-icon{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;background:#eef5ff;color:var(--blue);font-size:22px;flex:0 0 50px}
.role-card.mint{background:linear-gradient(180deg,#f7fffb,#eefaf5)}
.mock-browser{border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--card-shadow)}
.browser-head{padding:16px 20px;background:#f8fbff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}
.browser-body{padding:20px}
.nav-pills{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0 18px}
.nav-pills span{padding:11px 14px;border-radius:16px;border:1px solid var(--line);background:#fff;font-size:14px;font-weight:700;color:#53708c}
.nav-pills span.active{background:#eef5ff;color:var(--blue)}
.org-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}
.org-benefits .mini-box{min-height:118px}
.footer-mini{margin-top:20px;padding-top:16px;border-top:1px dashed #d7e1eb;display:flex;justify-content:space-between;gap:12px;align-items:center;color:var(--muted);font-size:13px;flex-wrap:wrap}
.note-card{padding:16px 18px;border-radius:20px;background:#f7fbff;border:1px solid var(--line)}


@media (max-width: 1320px){
  .app-shell{grid-template-columns:280px minmax(0,1fr)}
  .right-panel{display:none}
}
@media (max-width: 980px){
  body{padding-bottom:20px}
  .app-shell{grid-template-columns:1fr;padding:14px;gap:14px}
  .main-panel{order:1}
  .left-panel{order:2}
  .right-panel{order:3;display:none}
  .brand-block,.side-card,.top-chrome,.screen-card,.screen-stage,.hero-card,.panel,.question-card,.mock-browser{border-radius:24px}
  .brand-block{padding:18px;gap:14px}
  h1{font-size:28px;line-height:1.18}
  h2{font-size:26px;line-height:1.2}
  h3{font-size:18px}
  h4{font-size:16px}
  .top-chrome{position:sticky;top:10px;padding:14px 14px 12px;z-index:20}
  .chrome-title{flex-direction:column;align-items:stretch;margin-bottom:12px}
  .brand-inline{align-items:flex-start}
  .brand-inline strong{font-size:16px}
  .brand-inline small{font-size:12px}
  .top-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
  .ghost-btn{width:100%;justify-content:center;padding:12px 14px}
  .stepper{display:flex;overflow-x:auto;gap:8px;padding-bottom:2px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .stepper::-webkit-scrollbar{display:none}
  .step-pill{min-width:142px;flex:0 0 auto;scroll-snap-align:start;font-size:12px;padding:10px 10px;justify-content:flex-start}
  .screen-stage{padding:10px;min-height:auto;margin-top:12px}
  .stage-bg{opacity:.4}
  .bg-1{width:220px;height:220px;right:-60px;top:-40px}
  .bg-2{width:180px;height:180px;left:-60px;bottom:-50px}
  .bg-3{width:150px;height:150px;right:100px;bottom:-40px}
  .screen-card{padding:18px;min-height:auto}
  .screen-head{display:block}
  .screen-head p{max-width:none}
  .icon-badge{width:48px;height:48px;font-size:22px;border-radius:16px;margin-top:12px}
  .hero,.success-hero,.employer-layout,.hero-card,.dual-actions,.form-grid,.feature-grid,.plan-grid,.debt-grid,.kpi-strip,.org-benefits{grid-template-columns:1fr}
  .hero-card{padding:22px 18px 20px;gap:18px}
  .hero-card::after{width:150px;height:150px;right:-28px;bottom:-36px}
  .hero-copy h2{font-size:28px;line-height:1.2}
  .hero-copy .muted{font-size:14px;line-height:1.65}
  .hero-art{min-height:220px;justify-content:center}
  .illustration-card{max-width:280px;margin:0 auto}
  .character{position:relative;right:auto;left:auto;bottom:auto;width:220px;height:270px;margin:0 auto}
  .cloud.one{left:0;top:30px}
  .cloud.two{right:0;top:16px;width:110px}
  .cta-row,.chip-row{display:grid;grid-template-columns:1fr;gap:10px}
  .primary-btn,.secondary-btn{width:100%;justify-content:center}
  .chip{width:100%;text-align:center}
  .feature-card,.story-item,.role-card,.debt-card,.action-card{padding:14px}
  .feature-card{min-height:auto}
  .question-card{padding:18px}
  .progress-line{flex-direction:column;align-items:flex-start;gap:6px}
  .question-card h3{font-size:22px!important}
  .options{gap:10px}
  .option-card{padding:14px;align-items:flex-start}
  .radio{margin-top:2px}
  .kpi-strip{gap:10px}
  .kpi-card{padding:16px;border-radius:20px}
  .kpi-card .value{font-size:24px}
  .field{padding:14px;border-radius:18px}
  .field input,.field select{padding:13px}
  .summary-banner{flex-direction:column;align-items:stretch;gap:10px}
  .summary-banner .badge{align-self:flex-start}
  .summary-banner .primary-btn,.summary-banner .secondary-btn{width:100%}
  .plan-card{min-height:auto;padding:16px;border-radius:22px}
  .plan-term{font-size:24px}
  .big-number{font-size:30px}
  .mini-grid{grid-template-columns:1fr 1fr}
  .compare-note{padding:14px}
  .action-card{min-height:auto}
  .mock-browser{border-radius:22px}
  .browser-head{padding:14px 16px;flex-direction:column;align-items:flex-start}
  .browser-body{padding:16px}
  .nav-pills{gap:8px}
  .nav-pills span{padding:10px 12px;font-size:13px}
  .footer-mini{margin-top:16px;padding-top:14px;flex-direction:column;align-items:flex-start;gap:6px;font-size:12px}
  .left-panel .side-card{padding:16px}
  .flow-list{grid-template-columns:1fr 1fr;gap:8px}
  .flow-item{padding:10px 12px;border-radius:16px;min-height:74px}
  .flow-item.active{transform:none}
  .flow-item strong{font-size:13px}
  .flow-item span{font-size:11px}
}
@media (max-width: 520px){
  .app-shell{padding:10px;gap:12px}
  .brand-block{padding:16px}
  .brand-mark{width:38px;height:38px;flex-basis:38px}
  .leaf-a{width:24px;height:16px;top:11px}
  .leaf-b{width:20px;height:24px}
  h1{font-size:25px}
  h2{font-size:24px}
  .screen-card{padding:16px}
  .hero-copy h2{font-size:24px}
  .icon-badge{width:44px;height:44px;font-size:20px}
  .top-actions{grid-template-columns:1fr}
  .step-pill{min-width:132px}
  .mini-grid{grid-template-columns:1fr}
  .summary-banner,.note-card,.kpi-card,.panel,.question-card,.side-story,.role-card,.debt-card,.action-card,.feature-card{border-radius:18px}
  .option-card{border-radius:18px}
  .plan-card{border-radius:20px}
  .flow-list{grid-template-columns:1fr}
  .screen-head .muted{font-size:14px}
  .question-card h3{font-size:20px!important}
  .story-list{gap:10px}
  .chip{font-size:12px}
}
