:root{--bg:#07131f;--panel:#0e2031;--blue:#6ba5ff;--white:#fff;--muted:#abbcd0;--yellow:#ffe45a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--white);font-family:'Malgun Gothic','맑은 고딕',sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid var(--blue);outline-offset:6px}.skip{position:absolute;top:-100px}.skip:focus{top:10px;z-index:10}header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;gap:28px;border-bottom:1px solid #ffffff20;background:#07131fed;position:relative;z-index:2}.brand{font-size:28px;font-weight:800;letter-spacing:-1px;white-space:nowrap}.brand b{color:var(--white)}nav,.account{display:flex;align-items:center;gap:27px;font-size:17px}nav a:hover,.account>a:not(.cta):hover{color:var(--blue)}.cta{display:inline-flex;justify-content:center;align-items:center;background:var(--yellow);color:#07131f;border-radius:6px;padding:18px 31px;font-size:23px;font-weight:800;white-space:nowrap;transition:background .2s,transform .2s}.cta:hover{background:#ffed8b;transform:translateY(-2px)}.cta.small{font-size:17px;padding:13px 20px}.hero{min-height:730px;height:calc(100vh - 96px);max-height:960px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-image{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.8}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#07131ff5 0%,#07131fbc 34%,#07131f16 75%),linear-gradient(0deg,#07131f,transparent 25%)}.hero-content{position:relative;z-index:1;margin:0 7%;padding-bottom:60px}.eyebrow{font-size:17px;letter-spacing:2.5px;color:var(--blue);font-weight:700;margin:0 0 24px}.intro{font-size:23px;margin:0 0 16px}h1{font-size:clamp(44px,4.15vw,68px);line-height:1.3;letter-spacing:-2.7px;margin:0 0 28px}h1 span{color:var(--blue)}.lead{font-size:23px;color:#d3dfec;margin:0 0 38px;line-height:1.8}.hero-bottom{position:absolute;bottom:28px;left:7%;right:7%;display:flex;justify-content:space-between;border-top:1px solid #ffffff30;padding-top:22px;font-size:17px;color:#bdcbdc;z-index:1}.section{padding:115px 7%;max-width:1680px;margin:auto}.section-heading{margin-bottom:64px;position:relative}.section-heading>p:last-child:not(.eyebrow){color:var(--muted);font-size:23px;margin-top:25px}h2{font-size:46px;line-height:1.35;letter-spacing:-1.8px;margin:0}h3{font-size:28px;line-height:1.5;letter-spacing:-.7px;margin:14px 0 20px}.strategy{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8%;padding:50px 0 80px;border-bottom:1px solid #ffffff1c;margin-bottom:30px}.strategy:last-child{padding-bottom:0;border:0;margin:0}.strategy.reverse .art{order:2}.art{height:340px;background:#061624;display:flex;align-items:center;justify-content:center;border-radius:14px;overflow:hidden}.art img{width:100%;height:100%;object-fit:contain}.description p{font-size:20px;line-height:1.95;color:#e1e8f1}.description p.muted{color:var(--muted);font-size:17px}.tag{font-size:17px;color:var(--blue);border-bottom:1px solid var(--blue);padding-bottom:8px}.bitcoin{max-width:none;background:#0d2031;display:grid;grid-template-columns:1fr 1.6fr;gap:8%}.bitcoin .section-heading{position:sticky;top:80px;align-self:start}.reasons article{display:flex;gap:28px;padding:28px 0;border-top:1px solid #ffffff26}.reasons article:first-child{padding-top:0;border:0}.reasons article>span{font-size:17px;color:var(--blue);padding-top:6px}.reasons h3{margin:0 0 14px;font-size:24px}.reasons p{font-size:17px;color:#bdcbda;margin:0;line-height:1.9}.principles{text-align:center}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:left;margin-top:65px;gap:38px}.principle-grid article{border-top:2px solid var(--blue);padding:30px 10px}.principle-grid span{font-size:17px;color:var(--blue);letter-spacing:1px}.principle-grid p{font-size:20px;color:var(--muted)}.start{border-top:0}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;padding:0;list-style:none;margin:0 0 110px}.steps li{border-top:1px solid #577089;padding-top:24px}.steps span{color:var(--blue);font-size:34px}.steps h3{font-size:23px;margin:15px 0}.steps p{font-size:17px;color:var(--muted)}.closing{display:flex;justify-content:space-between;align-items:center;gap:35px;background:#11283b;border-radius:12px;padding:52px 45px}.closing h2{font-size:34px}.closing p:not(.eyebrow){font-size:17px;color:#c4d3e4}.closing .eyebrow{margin-bottom:15px}.closing .cta{font-size:20px}footer{padding:36px 7%;border-top:1px solid #ffffff24;display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:17px}footer .brand{color:white;font-size:24px}@media(max-width:1100px){nav{display:none}.hero-content{margin:0 5%}.section{padding:80px 5%}.description p{font-size:17px}.closing{flex-wrap:wrap}.steps{gap:14px}.steps h3{font-size:20px}}@media(max-width:700px){header{height:80px;padding:0 5%}.brand{font-size:23px}.account>a:not(.cta){display:none}.cta.small{font-size:14px;padding:12px}.hero{height:760px;min-height:0}.hero-content{padding-bottom:70px}h1{font-size:42px}.hero-image{object-position:65%}.hero:after{background:linear-gradient(90deg,#07131fe8,#07131f60)}.hero-bottom>span{display:none}h2{font-size:34px}.lead,.intro{font-size:20px}.strategy,.bitcoin{grid-template-columns:1fr;gap:28px}.strategy.reverse .art{order:0}.art{height:280px}.bitcoin .section-heading{position:static;margin-bottom:10px}.principle-grid{grid-template-columns:1fr;gap:10px}.steps{grid-template-columns:1fr 1fr;margin-bottom:60px}.closing{padding:32px 24px}.closing h2{font-size:28px}footer{gap:25px;flex-wrap:wrap}.cta{font-size:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cta{transition:none}}

/* First-section revision: approved final chart and oval callout. */
.hero-image{opacity:1}
.hero:after{background:linear-gradient(90deg,#07131fe6 0%,#07131fa3 32%,#07131f00 73%),linear-gradient(0deg,#07131f,transparent 20%)}
.hero .bubble{display:table;position:relative;padding:13px 25px;border:1.5px solid #fff;border-radius:50%;transform:rotate(-7deg);font-size:20px;font-weight:400;line-height:1.65;margin:6px 0 34px -6px;color:#fff;background:transparent}
.hero .bubble:after{content:"";position:absolute;bottom:-10px;left:45px;width:15px;height:16px;border-left:1.5px solid #fff;transform:skew(27deg)}

/* Desktop header: five text links and account links on the right. */
header{gap:30px;padding:0 4%;min-width:1100px}header nav{display:flex;gap:26px;justify-content:center;flex:1;font-size:17px;white-space:nowrap}header .account{gap:20px;white-space:nowrap;margin-left:auto}header .account>a{display:inline}header nav a:first-child{color:var(--yellow)}

/* Larger desktop navigation and the established yellow trial button. */
header{gap:24px;padding-inline:3%;min-width:1320px}
header nav{font-size:20px;gap:44px}
header nav a.nav-trial{color:#07131f;background:var(--yellow);padding:8px 14px;border-radius:6px;font-weight:800;font-size:20px}
header nav a.nav-trial:hover{color:#07131f;background:#ffed8b}
header .account{font-size:17px;gap:18px}

/* Restore the existing account separator and remote-support control. */
header .account{gap:14px;flex-shrink:0}
.account-divider{color:#aab7c6;font-size:17px;font-weight:400}
.remote-support{font:700 20px/1.65 'Malgun Gothic',sans-serif;color:#fff;background:transparent;border:2px solid var(--blue);border-radius:6px;padding:6px 12px;white-space:nowrap;cursor:pointer;box-shadow:inset 0 0 0 1px #6ba5ff25}
.remote-support:hover{background:#14283e}.remote-support:focus-visible{outline:2px solid white;outline-offset:4px}
#remote-info{background:#102132;color:white;border:1px solid var(--blue);border-radius:12px;padding:32px;max-width:520px}
#remote-info::backdrop{background:#0009}#remote-info h2{font-size:24px}#remote-info p{font-size:17px}#remote-info button{font:inherit;padding:8px 24px;background:#ffe45a;color:#07131f;border:0;border-radius:5px;cursor:pointer}

/* Hero: complete original chart, simplified copy and approved logo watermark. */
.hero-image{object-fit:cover;object-position:center top}
.hero:after{background:linear-gradient(90deg,#07131f 0%,#07131fe8 24%,#07131f70 43%,transparent 64%)}
.hero-content{padding-bottom:104px}
.hero-brand-name{display:inline;font-family:inherit;font-size:29px;font-weight:700;color:inherit;margin:0}
.hero-watermark{position:absolute;z-index:1;right:6%;top:max(36%, 24vw);width:32%;height:auto;aspect-ratio:300 / 174;overflow:hidden;opacity:.45;mix-blend-mode:screen;pointer-events:none}
.hero-watermark img{position:absolute;width:262.667%;max-width:none;height:auto;left:-148%;top:-79.885%;filter:grayscale(1) invert(1);mix-blend-mode:screen}
@media(max-width:700px){.hero-watermark{right:4%;top:65%;transform:scale(.65);transform-origin:right center}.hero-brand-name{font-size:inherit}}
/* Align the trial button bottom with the visible wordmark D top. */
.hero-trial{position:absolute;z-index:1;left:7%;top:calc(max(36%, 24vw) + 13.317506cqw);transform:translateY(-100%)}
.hero-trial:hover{transform:translateY(calc(-100% - 2px))}

.hero{container-type:inline-size}

/* White hero label with a 60px gap above the title. */
.hero-content{padding-top:52.05px}
.hero-content>.eyebrow{position:absolute;top:-7.63px;left:0;transform:translateY(-100%);margin:0;color:#fff}

/* Strategy section: larger artwork and typography with clean labels. */
.strategies{max-width:1920px;padding-inline:7%}
.strategies .section-heading>.eyebrow{margin-bottom:60px;letter-spacing:1px}
.strategies .strategy{gap:6%;padding-top:36px;padding-bottom:90px}
.strategies .art{height:440px}
.strategies .tag{display:block;border:0;padding:0;color:var(--blue);font-size:17px;font-weight:700;letter-spacing:1px;margin-bottom:24px}
.strategies .description h3{font-size:36px;margin:0 0 26px}
.strategies .description p{font-size:23px;line-height:1.85}
.strategies .description p.muted{font-size:20px}
@media(max-width:1100px){.strategies .description h3{font-size:30px}.strategies .description p{font-size:20px}.strategies .description p.muted{font-size:18px}.strategies .art{height:360px}}
@media(max-width:700px){.strategies .art{height:300px}.strategies .section-heading>.eyebrow{margin-bottom:52px}}
/* Frame each complete strategy, including its text and original artwork. */
.strategies .strategy,.strategies .strategy:last-child{border:1px solid #28465e;border-radius:12px;background:#081925;padding:36px;margin-bottom:28px;gap:6%}
.strategies .strategy:last-child{margin-bottom:0}
@media(max-width:700px){.strategies .strategy,.strategies .strategy:last-child{padding:24px;gap:28px}}
/* Deliberately darker image panels inside the strategy cards. */
.strategies .art{background:#081925;border:0}


/* Strategy labels match the introductory copy size with bold weight. */
.strategies .section-heading>.eyebrow,.strategies .tag{font-size:23px;font-weight:700}

/* Rounded blue badges for the strategy categories. */
.strategies .tag{display:inline-block;background:var(--blue);color:#fff;border:0;border-radius:999px;padding:5px 22px;font-size:23px;font-weight:700;line-height:1.5;letter-spacing:1px;margin-bottom:24px}

/* Center each text group vertically within its strategy card. */
.strategies .strategy,.strategies .strategy:last-child{padding-top:48px;padding-bottom:48px}
.strategies .description{align-self:center}
.strategies .tag{display:table;margin-top:0;margin-bottom:48px}
.strategies .description>p:last-child{margin-bottom:0}

/* Plain blue strategy labels, retaining the established typography and spacing. */
.strategies .tag{background:var(--blue);color:#fff;border:0;border-radius:12px;padding:6px 20px;font-size:23px;font-weight:700}

/* Softer corners on the header actions and hero trial button. */
header nav a.nav-trial,header .remote-support{border-radius:12px}.hero-trial{border-radius:18px}

/* Bitcoin section: original coin and icon artwork, fixed title layout. */
.bitcoin .section-heading{position:static;top:auto}
.bitcoin .section-heading>.eyebrow{font-size:23px;font-weight:700;letter-spacing:1px;margin-bottom:60px}
.bitcoin-original{position:relative;width:280px;height:280px;margin:48px auto 0;overflow:hidden;border-radius:50%;clip-path:circle(47%)}
.bitcoin-original img{position:absolute;max-width:none;width:1331.2px;height:auto;left:-526.5px;top:-266.5px}
.reasons .reason-icon{display:block;position:relative;width:72px;height:72px;flex:0 0 72px;padding:0;overflow:hidden;margin-top:3px}
.reason-icon img{position:absolute;max-width:none;width:819.2px;height:auto;left:-55px;filter:url(#original-icon-alpha)}
.reason-icon-1 img{top:-398px}.reason-icon-2 img{top:-581px}.reason-icon-3 img{top:-740px}.reason-icon-4 img{top:-947px}.reason-icon-5 img{top:-1107px}
/* Match strategy typography and center the Bitcoin heading over its artwork. */
.bitcoin .section-heading h2{text-align:center}
.bitcoin .reasons h3{font-size:36px;line-height:1.5;margin:0 0 26px}
.bitcoin .reasons p{font-size:23px;line-height:1.85}
@media(max-width:1100px){.bitcoin .reasons h3{font-size:30px}.bitcoin .reasons p{font-size:20px}}
/* Center the entire Bitcoin title-and-coin group horizontally and vertically. */
.bitcoin .section-heading{align-self:center;text-align:center;margin-bottom:0}

/* One shared size for strategy names and Bitcoin item headings. */
.strategies .description h3,.bitcoin .reasons h3{font-size:36px;font-weight:700;line-height:1.5;letter-spacing:-.7px}
@media(max-width:1100px){.strategies .description h3,.bitcoin .reasons h3{font-size:30px}}
/* Align the English label's visible top with the first Bitcoin heading. */
.bitcoin .section-heading{align-self:start;padding-top:5px}

/* Left-align the Bitcoin titles; keep only the coin centered. */
.bitcoin .section-heading,.bitcoin .section-heading h2{text-align:left}
.bitcoin-original{margin-left:auto;margin-right:auto}

/* Center the title block while aligning its three lines to the first Korean line. */
.bitcoin-title-group{width:max-content;max-width:100%;margin-inline:auto;text-align:left}
.bitcoin-title-group>.eyebrow{font-size:23px;font-weight:700;letter-spacing:1px;margin-bottom:60px}

/* Reuse the approved gold account, API and fee artwork. */
.principles>.eyebrow{font-size:23px;font-weight:700;letter-spacing:1px;margin-bottom:60px}
.principle-grid article{text-align:center;background:#081925;border:1px solid #28465e;border-radius:12px;padding:30px 20px}
.principle-art{display:block;width:100%;height:auto;margin:28px auto}

/* Match the surrounding section background and center the Bitcoin titles. */
.bitcoin{background:var(--bg)}
.bitcoin .section-heading,.bitcoin .bitcoin-title-group,.bitcoin .section-heading h2{text-align:center}

/* Restore the approved full account-card copy and its visual hierarchy. */
.principle-grid article{padding:38px 20px 42px;display:flex;flex-direction:column;align-items:center}
.principle-grid h3{font-size:28px;line-height:1.5;margin:0;min-height:84px}
.principle-grid h3 strong{color:#fff;font-weight:700}
.principle-grid .principle-art{margin:38px auto 42px}
.principle-grid p{font-size:20px;line-height:1.85;margin:0}
/* Approved five-step illustration, with live headings matching other sections. */
.start>.section-heading>.eyebrow{font-size:23px;font-weight:700;letter-spacing:1px;margin-bottom:60px}
.start>.section-heading>h2{font-size:46px;font-weight:700}
.steps-original{position:relative;width:100%;aspect-ratio:1820 / 600;overflow:hidden;margin:0 0 110px}
.steps-original img{display:block;width:100%;height:auto;transform:translateY(-22%)}
@media(max-width:700px){.start>.section-heading>h2{font-size:34px}}
.start>.section-heading{text-align:center}

/* Inline trial form below the five-step guide. */
.inline-trial{max-width:760px;margin:0 auto}
.inline-trial .card{background:#102131;border:1px solid #284052;border-radius:12px;padding:28px 24px}
.inline-trial h2{font-size:28px;letter-spacing:-.7px;margin:0 0 28px}
.inline-trial .trial-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.inline-trial .field label{display:block;font-size:18px;font-weight:700;margin-bottom:8px}
.inline-trial .field label span{color:var(--blue)}
.inline-trial .field input{width:100%;min-width:0;background:#0a1929;border:1px solid #3c526a;border-radius:5px;padding:12px 10px;color:white;font:inherit;font-size:17px}
.inline-trial input::placeholder{color:#a3b5cb}
.inline-trial input:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.inline-trial .trial-consent{margin:26px 0 30px;font-size:14px}
.inline-trial .check{display:flex;align-items:center;gap:8px;cursor:pointer}
.inline-trial .check input{accent-color:var(--blue)}
.inline-trial details{margin:10px 0 0 26px;color:#b7c9dd}
.inline-trial summary{cursor:pointer;text-decoration:underline}
.inline-trial .image-submit{display:block;width:min(100%,440px);margin:auto;padding:0;border:0;background:transparent;cursor:pointer;border-radius:12px}
.inline-trial .image-submit img{display:block;width:100%;height:auto}
.inline-trial .image-submit:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
.inline-trial .status{color:#d3dfec;font-size:16px}
.inline-trial .status:empty{display:none}
.inline-trial .callback-note{text-align:center;color:#b7c9dd;font-size:17px;line-height:1.9;margin:22px 0 0}
.inline-trial .callback-note span{display:inline-block;margin-top:12px}
@media(max-width:700px){.inline-trial .trial-fields{grid-template-columns:1fr}.inline-trial .card{padding:24px 18px}.inline-trial h2{font-size:25px}}
.inline-trial .trial-intro{text-align:center;margin-bottom:44px}
.inline-trial .trial-intro h2{font-size:46px;font-weight:700;line-height:1.35;letter-spacing:-1.8px;margin:0 0 26px}
.inline-trial .trial-intro h2 span{color:var(--blue)}
.inline-trial .trial-intro p{font-size:17px;color:#d3dfec;margin:0;line-height:1.8}
@media(max-width:700px){.inline-trial .trial-intro h2{font-size:34px}.inline-trial .trial-intro p{font-size:16px}}
/* Final signup typography and spacing from the five-step guide. */
.steps-original{margin-bottom:180px}
.inline-trial .trial-intro .trial-brand{font-size:46px;font-weight:700;color:var(--white);line-height:1.4;margin:0 0 12px}
.inline-trial .trial-intro p:not(.trial-brand){font-size:20px}
.inline-trial .field input{font-size:18px}
.inline-trial .image-submit{background:var(--yellow);color:var(--bg);font-family:inherit;font-size:23px;font-weight:700;line-height:1.4;padding:20px 24px}
.inline-trial .image-submit:hover{background:#ffed8b}
@media(max-width:700px){
.steps-original{margin-bottom:120px}
.inline-trial .trial-intro .trial-brand{font-size:34px}
.inline-trial .trial-intro p:not(.trial-brand){font-size:18px}
.inline-trial .image-submit{font-size:20px}
}
header nav,header nav a.nav-trial,header .remote-support{font-size:19px}

header{position:sticky;top:0;z-index:100}.steps-original{margin-bottom:0}

/* Section numbers sit on their own line above each heading. */
.section-number{font-size:23px;font-weight:700;line-height:1.65;letter-spacing:1px;color:var(--blue);margin:0 0 16px}
.hero-number{color:#fff}
.section-number:not(.hero-number){margin-bottom:4px}
.numbered-eyebrow{display:table;margin:0 auto 60px;text-align:left}
.numbered-eyebrow>.section-number,.numbered-eyebrow>.eyebrow{text-align:left}
.numbered-eyebrow>.eyebrow{font-size:23px;font-weight:700;letter-spacing:1px;margin:0!important}
.hero-number{margin-bottom:4px}
.hero-eyebrow{font-size:23px;font-weight:700;line-height:1.65;letter-spacing:1px;color:var(--blue);margin:0 0 24px}
.numbered-eyebrow,.numbered-eyebrow>.section-number,.numbered-eyebrow>.eyebrow{text-align:center}
.hero-number,.hero-eyebrow{color:#fff}

/* Equal 180px gaps from the preceding content to section numbers. */
#strategy{padding-top:180px;padding-bottom:90px}
#bitcoin,#account-structure{padding-top:90px;padding-bottom:90px}
#start{padding-top:90px}
#bitcoin .section-heading{padding-top:0}
#bitcoin .reasons article:last-child{padding-bottom:0}
.strategies .tag-basic{color:var(--bg)}

.strategies .tag{color:var(--bg)}

/* Live five-step headings and descriptions; illustrations retain their artwork. */
.steps-live{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.steps-live li{min-width:0;border:1px solid #28465e;border-radius:14px;background:var(--bg);padding:24px 14px 16px;display:flex;flex-direction:column}
.steps-live h3{font-family:'Malgun Gothic','맑은 고딕',sans-serif;font-size:23px;font-weight:700;line-height:1.5;letter-spacing:-.7px;margin:0 0 12px;white-space:nowrap}
.steps-live h3 span{color:var(--blue)}
.steps-live li>p{font-family:'Malgun Gothic','맑은 고딕',sans-serif;font-size:20px;font-weight:400;line-height:1.85;color:var(--muted);margin:0 0 20px;min-height:74px}
.step-illustration{position:relative;overflow:hidden;aspect-ratio:312 / 379;border-radius:12px;width:100%;margin-top:auto}
.step-illustration img{position:absolute;width:583.653846%;max-width:none;height:auto;top:-96.042216%;display:block}
@media(max-width:1100px){.steps-live{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.steps-live{grid-template-columns:1fr 1fr}.steps-live h3{white-space:normal}.steps-live li{padding:20px 12px 14px}}
@media(max-width:420px){.steps-live{grid-template-columns:1fr}}
.steps-live li>p{word-break:keep-all;overflow-wrap:break-word}

.steps-live li{background:#081925}

.company-footer{padding:40px 7%;gap:32px;align-items:flex-end}
.company-details{min-width:0;font-size:16px;line-height:1.9}
.company-details p{margin:0 0 8px}
.company-details strong{font-size:19px;color:#fff}
.company-details span{display:inline-block;margin-left:22px}
.company-details .copyright{margin-top:18px;margin-bottom:0;font-size:14px}
.back-to-top{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 20px;border:1px solid var(--blue);border-radius:12px;background:#081925;color:#fff;font-size:17px;font-weight:700}
.back-to-top:hover{background:#14283e}
@media(max-width:700px){.company-footer{align-items:flex-start}.company-details span{display:block;margin-left:0}.back-to-top{margin-left:auto}}
.company-footer{align-items:center;padding-right:3%}
.footer-action{width:var(--account-width,152px);flex-shrink:0;display:flex;justify-content:flex-start}
@media(max-width:700px){.footer-action{width:auto;margin-left:auto}}