:root{--ink:#07111f;--ink-soft:#1d2b3f;--muted:#64748b;--line:#dce4ee;--paper:#f6f8fb;--white:#ffffff;--blue:#246bfe;--blue-soft:#e9f0ff;--cyan:#20b9d8;--coral:#ff5e69;--coral-soft:#fff0f1;--green:#14b884;--shadow:0 24px 80px rgba(7,17,31,0.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}main{min-height:100vh;overflow:hidden}.site-header{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(246,248,251,.82);border-bottom:1px solid rgba(220,228,238,.72);display:flex;height:76px;justify-content:space-between;left:0;padding:0 clamp(20px,5vw,72px);position:-webkit-sticky;position:sticky;right:0;top:0;z-index:20}.brand{font-weight:800;gap:10px;letter-spacing:0}.brand,.brand-mark{align-items:center;display:inline-flex}.brand-mark{background:linear-gradient(135deg,var(--ink),#235ee8 55%,var(--coral));border-radius:8px;color:var(--white);font-size:17px;height:34px;justify-content:center;width:34px}.site-header nav{align-items:center;display:flex;gap:clamp(16px,3vw,32px)}.site-header nav a{color:var(--ink-soft);font-size:14px;font-weight:700}.site-header nav a:hover{color:var(--blue)}.section-pad{padding:clamp(72px,9vw,132px) clamp(20px,5vw,72px)}.hero{align-items:center;display:grid;grid-gap:clamp(44px,6vw,88px);gap:clamp(44px,6vw,88px);grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);min-height:calc(100vh - 76px);position:relative}.hero:before{background:linear-gradient(135deg,rgba(36,107,254,.16),transparent 30%),radial-gradient(circle at 82% 18%,rgba(255,94,105,.16),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,248,251,.5));z-index:-2}.hero:after,.hero:before{content:"";inset:0;position:absolute}.hero:after{background-image:linear-gradient(rgba(7,17,31,.045) 1px,transparent 0),linear-gradient(90deg,rgba(7,17,31,.045) 1px,transparent 0);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,black,transparent 78%);mask-image:linear-gradient(180deg,black,transparent 78%);z-index:-1}.hero-content{max-width:680px}.eyebrow,.section-heading p,.section-kicker{align-items:center;color:var(--blue);display:inline-flex;font-size:13px;font-weight:800;gap:8px;letter-spacing:.08em;margin:0 0 18px;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(46px,7.4vw,96px);line-height:.96;margin-bottom:26px;max-width:780px}h1,h2{letter-spacing:0}h2{font-size:clamp(34px,4.8vw,64px);line-height:1.02;margin-bottom:18px}h3{font-size:22px;letter-spacing:0;line-height:1.16;margin-bottom:12px}.hero-lede,.legal-hero p,.section-heading span,.trust-copy p{color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0}.primary-button,.secondary-button{align-items:center;border-radius:8px;display:inline-flex;font-weight:800;gap:10px;justify-content:center;min-height:50px;padding:0 20px}.primary-button{background:var(--ink);color:var(--white);box-shadow:0 16px 34px rgba(7,17,31,.18)}.secondary-button{background:var(--white);border:1px solid var(--line);color:var(--ink)}.proof-strip{border-top:1px solid var(--line);display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:38px;padding-top:24px}.proof-strip div{display:grid;grid-gap:4px;gap:4px}.proof-strip strong{font-size:26px;line-height:1}.proof-strip span{color:var(--muted);font-size:13px;font-weight:700}.hero-visual{height:min(68vw,690px);min-height:560px;position:relative}.orbital-ring{border:1px solid rgba(36,107,254,.18);border-radius:999px;position:absolute}.ring-one{height:72%;left:10%;top:8%;transform:rotate(-18deg);width:82%}.ring-two{border-color:rgba(255,94,105,.2);height:56%;left:22%;top:22%;transform:rotate(22deg);width:66%}.phone{background:linear-gradient(135deg,#111827,#020617);border:1px solid rgba(255,255,255,.22);border-radius:38px;box-shadow:var(--shadow);padding:12px;position:absolute;width:min(42%,292px)}.phone-typely{left:6%;top:8%;transform:rotate(-8deg);z-index:2}.phone-care{right:4%;top:18%;transform:rotate(7deg);z-index:3}.phone-speaker{background:#101827;border-radius:999px;height:6px;left:50%;position:absolute;top:11px;transform:translateX(-50%);width:76px;z-index:2}.phone-screen{background:#f8fafc;border-radius:29px;min-height:560px;overflow:hidden;padding:28px 16px 16px}.app-topbar{align-items:center;color:var(--blue);display:flex;font-size:14px;font-weight:850;justify-content:space-between;margin-bottom:18px}.app-topbar.health{color:var(--coral)}.heart-card,.insight-card,.message-panel,.metric-grid div{background:var(--white);border:1px solid #e6edf6;border-radius:14px;box-shadow:0 12px 26px rgba(15,23,42,.08)}.message-panel{padding:14px}.muted{color:var(--muted);font-size:12px;font-weight:750;margin-bottom:8px}.bubble{border-radius:14px;font-size:13px;line-height:1.35;margin:9px 0;padding:10px 12px}.bubble.user{background:#edf2f7;color:#334155}.bubble.ai{background:var(--blue);color:var(--white)}.tool-row{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(3,1fr);margin:14px 0}.tool-row span{background:var(--blue-soft);border-radius:8px;color:#1d4ed8;font-size:11px;font-weight:850;padding:8px 6px;text-align:center}.keyboard{display:grid;grid-gap:6px;gap:6px;grid-template-columns:repeat(10,1fr)}.keyboard span{align-items:center;background:#e2e8f0;border-radius:6px;color:#334155;display:flex;font-size:10px;font-weight:800;height:28px;justify-content:center}.keyboard span:nth-child(n+11){transform:translateX(9px)}.keyboard span:nth-child(n+20){transform:translateX(18px)}.heart-card{align-items:center;display:flex;justify-content:space-between;padding:18px}.heart-card strong{color:var(--coral);font-size:48px;line-height:1}.heart-card span{color:var(--muted);font-size:13px;font-weight:800;margin-left:4px}.pulse{align-items:center;background:var(--coral-soft);border-radius:999px;display:flex;height:74px;justify-content:center;position:relative;width:74px}.pulse span{animation:pulse 1.8s ease-out infinite;border:1px solid rgba(255,94,105,.48);border-radius:999px;inset:16px;margin:0;position:absolute}.pulse span:nth-child(2){animation-delay:.35s}.pulse span:nth-child(3){animation-delay:.7s}@keyframes pulse{0%{opacity:.8;transform:scale(.72)}to{opacity:0;transform:scale(1.8)}}.chart{align-items:flex-end;display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(7,1fr);height:118px;margin:18px 0}.chart span{background:linear-gradient(180deg,var(--coral),#ffc2c7);border-radius:999px 999px 8px 8px;min-height:28px}.chart span:first-child{height:48%}.chart span:nth-child(2){height:62%}.chart span:nth-child(3){height:46%}.chart span:nth-child(4){height:78%}.chart span:nth-child(5){height:54%}.chart span:nth-child(6){height:68%}.chart span:nth-child(7){height:58%}.insight-card{padding:14px}.insight-card p{color:var(--coral);font-size:13px;font-weight:850;margin-bottom:5px}.insight-card span{color:var(--ink-soft);display:block;font-size:12px;line-height:1.45}.metric-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:1fr 1fr;margin-top:12px}.metric-grid div{padding:13px}.metric-grid span{color:var(--muted);display:block;font-size:11px;font-weight:800;margin-bottom:4px}.metric-grid strong{font-size:18px}.section-heading{margin:0 auto 42px;max-width:870px;text-align:center}.section-heading.compact{max-width:680px}.product-section,.trust-section{background:var(--white)}.product-grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:1180px}.capability-card,.product-card,.trust-list,.vision-panel{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(7,17,31,.08)}.product-card{display:flex;flex-direction:column;min-height:440px;padding:clamp(24px,4vw,36px)}.product-card.blue{background:linear-gradient(180deg,#ffffff,#f5f8ff)}.product-card.coral{background:linear-gradient(180deg,#ffffff,#fff7f7)}.product-head{align-items:center;display:flex;gap:16px;margin-bottom:24px}.product-head p{color:var(--muted);font-size:13px;font-weight:850;margin-bottom:4px;text-transform:uppercase}.product-head h3{margin:0}.app-icon{border-radius:12px;box-shadow:0 12px 24px rgba(7,17,31,.14);flex:0 0 auto;height:58px;object-fit:cover;width:58px}.product-visual{align-items:center;background:rgba(7,17,31,.04);border:1px solid rgba(220,228,238,.88);border-radius:8px;display:flex;height:220px;justify-content:center;margin-bottom:24px;overflow:hidden}.product-visual img{border-radius:16px;box-shadow:0 18px 38px rgba(7,17,31,.18);height:190px;object-fit:cover;object-position:top;width:auto}.mini-health-preview{background:var(--white);border:1px solid #ffe0e3;border-radius:16px;box-shadow:0 18px 38px rgba(255,94,105,.16);color:var(--ink);max-width:300px;padding:20px;width:72%}.mini-health-preview>div:first-child{align-items:center;color:var(--coral);display:flex;font-weight:900;gap:10px;margin-bottom:18px}.mini-health-preview>div:first-child span{font-size:28px}.mini-wave{background:linear-gradient(90deg,transparent 0 10%,var(--coral) 10% 13%,transparent 13% 24%,var(--coral) 24% 27%,transparent 27% 42%,var(--coral) 42% 45%,transparent 45% 62%,var(--coral) 62% 65%,transparent 65% 100%),repeating-linear-gradient(90deg,#fff0f1 0 12px,transparent 12px 24px);border-radius:8px;height:54px;margin-bottom:14px}.mini-health-preview p{color:var(--ink-soft);font-size:13px;font-weight:750;line-height:1.45;margin:0}.product-copy{color:var(--ink-soft);font-size:18px;line-height:1.65;margin-bottom:24px}.product-card ul{display:grid;grid-gap:13px;gap:13px;list-style:none;margin:0 0 28px;padding:0}.product-card li{align-items:flex-start;color:var(--ink-soft);display:flex;font-weight:700;gap:10px}.product-card li svg{color:var(--green);flex:0 0 auto;margin-top:3px}.text-link{align-items:center;color:var(--blue);display:inline-flex;font-weight:850;gap:8px;margin-top:auto}.text-link.secondary{color:var(--ink-soft);margin-left:18px;margin-top:12px}.ai-section{background:#f3f7fb}.capability-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.capability-card{min-height:250px;padding:26px}.capability-card svg{color:var(--blue);margin-bottom:22px}.capability-card p{color:var(--muted);font-size:15px;line-height:1.65}.vision-section{align-items:flex-start;background:var(--ink);color:var(--white);display:grid;grid-gap:42px;gap:42px;grid-template-columns:minmax(0,.86fr) minmax(420px,1.14fr)}.vision-section .section-kicker{color:#7dd3fc}.vision-panel{border-color:rgba(255,255,255,.18);box-shadow:none;display:grid;grid-gap:1px;gap:1px;overflow:hidden}.vision-panel,.vision-panel div{background:rgba(255,255,255,.08)}.vision-panel div{padding:28px}.vision-panel svg{color:#7dd3fc;margin-bottom:14px}.vision-panel p{color:#cbd5e1;margin-bottom:0}.trust-section{align-items:center;display:grid;grid-gap:48px;gap:48px;grid-template-columns:minmax(0,.9fr) minmax(360px,.7fr)}.trust-copy{max-width:760px}.trust-list{display:grid;grid-gap:0;gap:0;overflow:hidden}.trust-list div{align-items:center;border-bottom:1px solid var(--line);display:flex;font-weight:800;gap:14px;min-height:78px;padding:0 24px}.trust-list div:last-child{border-bottom:0}.trust-list svg{color:var(--blue);flex:0 0 auto}.principles{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));padding-bottom:64px;padding-top:64px}.principles div{align-items:center;background:var(--white);border:1px solid var(--line);border-radius:8px;display:flex;font-weight:850;gap:10px;min-height:72px;padding:0 18px}.principles svg{color:var(--green);flex:0 0 auto}.footer{align-items:flex-start;background:var(--ink);color:var(--white);display:flex;gap:32px;justify-content:space-between;padding:44px clamp(20px,5vw,72px)}.footer p{color:#cbd5e1;margin:14px 0 0;max-width:430px}.footer-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-end;max-width:560px}.footer-links a{color:#e2e8f0;font-size:14px;font-weight:800}.legal-page{margin:0 auto;max-width:920px;padding:40px 20px 96px}.back-link{align-items:center;color:var(--blue);display:inline-flex;font-weight:850;gap:8px;margin-bottom:42px}.legal-hero{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(7,17,31,.08);padding:clamp(30px,5vw,58px)}.legal-icon{align-items:center;background:var(--blue-soft);border-radius:8px;color:var(--blue);display:flex;height:58px;justify-content:center;margin-bottom:26px;width:58px}.legal-hero h1{font-size:clamp(42px,7vw,76px);margin-bottom:18px}.legal-content{background:var(--white);border:1px solid var(--line);border-radius:8px;margin-top:20px;padding:clamp(28px,4vw,46px)}.legal-content h2{font-size:25px;margin-bottom:10px}.legal-content p{color:var(--ink-soft);line-height:1.75;margin-bottom:28px}.legal-content ul{color:var(--ink-soft);display:grid;grid-gap:12px;gap:12px;line-height:1.7;margin:-10px 0 30px;padding-left:22px}.legal-content li::marker{color:var(--blue)}.legal-date{color:var(--muted);font-size:15px;font-weight:850;margin-bottom:0;margin-top:22px}.legal-content a{color:var(--blue);font-weight:850}.legal-note{align-items:flex-start;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#9a3412;display:flex;font-weight:750;gap:12px;line-height:1.55;margin-top:14px;padding:16px}.legal-note.neutral{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.legal-note.warning{background:#fff1f2;border-color:#fecdd3;color:#be123c}.legal-note a{color:inherit;text-decoration:underline;text-underline-offset:3px}.legal-note svg{flex:0 0 auto;margin-top:2px}.subhero{background:linear-gradient(135deg,rgba(36,107,254,.13),transparent 34%),radial-gradient(circle at 82% 18%,rgba(255,94,105,.13),transparent 30%),var(--white);border-bottom:1px solid var(--line);padding:clamp(74px,9vw,132px) clamp(20px,5vw,72px)}.subhero.centered{text-align:center}.subhero.centered h1,.subhero.centered p{margin-left:auto;margin-right:auto}.subhero h1{font-size:clamp(42px,6.5vw,82px);max-width:980px}.subhero p:not(.section-kicker){color:var(--muted);font-size:clamp(17px,2vw,21px);line-height:1.7;max-width:820px}.product-detail-hero{align-items:center;display:grid;grid-gap:clamp(36px,5vw,74px);gap:clamp(36px,5vw,74px);grid-template-columns:minmax(0,.94fr) minmax(360px,.76fr)}.subhero.product-detail-hero.blue{background:radial-gradient(circle at 76% 18%,rgba(36,107,254,.18),transparent 32%),linear-gradient(180deg,#ffffff,#f5f8ff)}.subhero.product-detail-hero.coral{background:radial-gradient(circle at 76% 18%,rgba(255,94,105,.18),transparent 32%),linear-gradient(180deg,#ffffff,#fff7f7)}.product-title-row{align-items:center;display:flex;gap:18px}.app-icon.large{border-radius:16px;height:78px;width:78px}.body-lede{color:var(--muted);font-size:clamp(17px,2vw,20px);line-height:1.72}.button-row,.centered-actions{display:flex;flex-wrap:wrap;gap:14px}.centered-actions{justify-content:center}.page-band{background:#f3f7fb}.split-section{align-items:center;display:grid;grid-gap:clamp(34px,5vw,74px);gap:clamp(34px,5vw,74px);grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr)}.split-section.reverse{grid-template-columns:minmax(360px,.72fr) minmax(0,.9fr)}.architecture-list,.principle-wall,.request-steps,.stack-list,.support-product-list,.use-case-panel{display:grid;grid-gap:14px;gap:14px}.principle-wall div,.request-steps div,.stack-list div,.use-case-panel div{align-items:flex-start;background:var(--white);border:1px solid var(--line);border-radius:8px;display:flex;font-weight:800;gap:12px;padding:16px}.principle-wall svg,.request-steps svg,.stack-list svg,.use-case-panel svg{color:var(--green);flex:0 0 auto;margin-top:2px}.compact-list{margin-bottom:24px}.compact-list div{padding:12px 14px}.feature-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.feature-card{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(7,17,31,.08);min-height:238px;padding:26px}.feature-card svg{color:var(--blue);margin-bottom:20px}.architecture-list p,.company-grid p,.faq-list p,.feature-card p,.legal-redirect p,.privacy-choice-grid p,.rich-text p,.support-product-list p{color:var(--muted);line-height:1.65}.product-directory{display:grid;grid-gap:28px;gap:28px}.directory-card{align-items:center;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(7,17,31,.08);display:grid;grid-gap:34px;gap:34px;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);padding:clamp(24px,4vw,42px)}.directory-card.blue{background:linear-gradient(180deg,#ffffff,#f6f9ff)}.directory-card.coral{background:linear-gradient(180deg,#ffffff,#fff7f7)}.directory-copy h2{font-size:clamp(30px,4vw,52px);margin:0}.product-visual.rich{background:rgba(7,17,31,.04);height:360px;margin-bottom:0;position:relative}.product-visual.rich img:not(.floating-app-icon){height:305px}.product-visual.rich.coral{background:#fff3f4}.product-visual.rich.blue{background:#edf4ff}.floating-app-icon{border-radius:14px;bottom:22px;box-shadow:0 16px 34px rgba(7,17,31,.2);height:64px;object-fit:cover;position:absolute;right:22px;width:64px}.architecture-list article,.support-product-list a{align-items:flex-start;background:var(--white);border:1px solid var(--line);border-radius:8px;display:flex;gap:16px;padding:20px}.architecture-list svg{color:var(--blue);flex:0 0 auto;margin-top:3px}.architecture-list h3{font-size:18px;margin-bottom:6px}.architecture-list p,.support-product-list p{margin:0}.rich-text{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(7,17,31,.08);padding:clamp(24px,4vw,36px)}.rich-text p:last-child{margin-bottom:0}.company-grid,.privacy-choice-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.company-grid article,.privacy-choice-grid article{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 50px rgba(7,17,31,.08);padding:26px}.company-grid svg,.privacy-choice-grid svg{color:var(--blue);margin-bottom:18px}.support-product-list a{align-items:center;color:var(--ink)}.support-product-list a>svg{color:var(--blue);margin-left:auto}.support-product-list h3{font-size:19px;margin-bottom:4px}.faq-section{background:var(--white)}.faq-list{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.faq-list article{background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:24px}.faq-list h3{font-size:20px}.warning-section{align-items:center;background:#fff7ed;border-bottom:1px solid #fed7aa;border-top:1px solid #fed7aa;color:#9a3412;display:grid;grid-gap:28px;gap:28px;grid-template-columns:minmax(0,.64fr) minmax(0,1fr)}.warning-section div{align-items:center;display:flex;gap:14px}.warning-section h2,.warning-section p{margin:0}.warning-section p{font-size:18px;line-height:1.7}.privacy-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.request-steps .primary-button{justify-self:flex-start;margin-top:8px}.legal-redirect{padding-top:0}.legal-redirect p{max-width:800px}.cta-band{align-items:center;background:var(--white);border-top:1px solid var(--line);display:flex;gap:28px;justify-content:space-between}.cta-band h2{margin-bottom:0}@media (max-width:1080px){.directory-card,.hero,.product-detail-hero,.split-section,.split-section.reverse,.trust-section,.vision-section,.warning-section{grid-template-columns:1fr}.hero{padding-top:68px}.hero-content{max-width:860px}.hero-visual{height:620px;min-height:620px}.capability-grid,.company-grid,.feature-grid,.feature-grid.five,.principles,.privacy-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-visual.rich{max-width:520px}.warning-section{align-items:flex-start}}@media (max-width:760px){.site-header{align-items:flex-start;flex-direction:column;gap:12px;height:auto;padding-bottom:16px;padding-top:16px;position:relative}.site-header nav{flex-wrap:wrap;gap:12px 18px}.site-header nav a{font-size:13px}.hero{min-height:0}.hero-actions{align-items:stretch;flex-direction:column}.primary-button,.secondary-button{width:100%}.capability-grid,.company-grid,.faq-list,.feature-grid,.feature-grid.five,.principles,.privacy-choice-grid,.product-grid,.proof-strip{grid-template-columns:1fr}.subhero{padding-top:64px}.product-title-row{align-items:flex-start;flex-direction:column}.button-row,.centered-actions,.cta-band{align-items:stretch;flex-direction:column}.company-grid article,.directory-card,.feature-card,.privacy-choice-grid article{padding:22px}.product-visual.rich{height:320px;width:100%}.product-visual.rich img:not(.floating-app-icon){height:260px}.footer-links{gap:14px}.hero-visual{height:760px;min-height:760px}.phone{width:min(76vw,292px)}.phone-typely{left:1%;top:0}.phone-care{right:1%;top:210px}.product-card{min-height:0}.footer{flex-direction:column}.footer-links{justify-content:flex-start}}@media (max-width:430px){h1{font-size:42px}h2{font-size:32px}.section-pad{padding-left:16px;padding-right:16px}.hero-visual{height:720px;min-height:720px}.phone{border-radius:32px;padding:10px;width:min(82vw,268px)}.phone-screen{border-radius:24px;min-height:526px}.phone-care{top:196px}.product-visual.rich{height:292px}.product-visual.rich img:not(.floating-app-icon){height:238px}.floating-app-icon{height:54px;width:54px}}