:root{--navy:#123b65;--blue:#1764a7;--light:#eef5fa;--ink:#172c3f;--muted:#60758a;--line:#d9e4ec;--white:#fff;--green:#167a61;--shadow:0 12px 36px rgba(25,57,87,.09)}*{box-sizing:border-box}body{margin:0;background:#f4f7f9;color:var(--ink);font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif}.topbar{height:72px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1480px)/2));position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}.brand-mark{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800;font-family:serif}.brand strong{display:block;font-size:18px;letter-spacing:.04em}.brand small{display:block;color:#8293a3;font-size:10px;letter-spacing:.16em;margin-top:2px}.top-actions{display:flex;align-items:center;gap:18px}.status{font-size:13px;color:#52677a}.status i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2ab887;margin-right:8px;box-shadow:0 0 0 4px #e0f5ed}.icon-btn{width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:50%;color:var(--navy);cursor:pointer;font-weight:800}main{max-width:1480px;margin:auto;padding:32px 28px 50px}.hero{min-height:138px;border-radius:18px;padding:26px 34px;background:linear-gradient(115deg,#10395f,#1b5a8b);color:white;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero:after{content:"文";position:absolute;right:18%;top:-80px;font:240px serif;color:rgba(255,255,255,.035)}.eyebrow,.stage{font-size:12px;letter-spacing:.16em;font-weight:800}.hero .eyebrow{color:#9dd1f5}.hero h1{font-size:36px;margin:8px 0 4px;letter-spacing:.06em}.hero p{margin:0;color:#d9eafa;font-size:16px}.secondary,.primary,.text-btn{font:inherit;cursor:pointer}.secondary{border:1px solid #c9dbe8;background:#fff;color:var(--navy);border-radius:9px;padding:10px 16px;font-weight:700;z-index:1}.workspace{display:grid;grid-template-columns:240px minmax(360px,1fr) minmax(430px,1.18fr);gap:18px;margin-top:20px;align-items:stretch}.steps,.panel{background:#fff;border:1px solid var(--line);border-radius:15px;box-shadow:0 4px 20px rgba(25,57,87,.04)}.steps{padding:18px 12px;display:flex;flex-direction:column}.steps-title{display:flex;justify-content:space-between;padding:0 10px 14px;font-size:13px;color:var(--muted)}.steps-title b{color:var(--blue)}.step{display:flex;gap:12px;text-align:left;align-items:center;border:0;background:transparent;border-radius:10px;padding:12px 10px;color:#607487;cursor:pointer}.step em{font-style:normal;font-size:11px;font-weight:800;width:30px;height:30px;border-radius:9px;background:#edf2f6;display:grid;place-items:center}.step b{display:block;color:#334b5e;font-size:14px}.step small{display:block;margin-top:3px}.step.active{background:#eaf3fa;color:var(--blue)}.step.active em{background:var(--blue);color:white}.step.active b{color:var(--navy)}.privacy{margin-top:auto;border-top:1px solid var(--line);padding:16px 8px 2px;display:flex;gap:8px;color:#718496;font-size:11px;line-height:1.6}.privacy span{color:var(--green);font-size:18px}.privacy p{margin:0}.panel{padding:22px;min-height:570px}.panel-head{display:flex;justify-content:space-between;align-items:start}.stage{color:var(--blue)}.panel h2{font-size:20px;margin:5px 0 18px}.text-btn{border:0;background:transparent;color:var(--muted);font-size:12px}.tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:18px}.tab{border:0;background:none;padding:10px 18px;color:var(--muted);font-weight:700;cursor:pointer}.tab.active{color:var(--blue);border-bottom:2px solid var(--blue)}.tab-page{display:none}.tab-page.active{display:block}.dropzone{height:210px;border:1.5px dashed #a9bfce;border-radius:12px;background:#f8fbfd;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.2s}.dropzone:hover,.dropzone.drag{border-color:var(--blue);background:#edf6fc}.dropzone input{display:none}.upload-icon{font-size:26px;width:48px;height:48px;border-radius:50%;background:#e3f0f9;color:var(--blue);display:grid;place-items:center}.dropzone strong{font-size:14px}.dropzone small{color:var(--muted)}.file-card{display:flex;align-items:center;gap:12px;margin-top:12px;border:1px solid var(--line);border-radius:10px;padding:10px}.file-card .file-type{background:#e8f2f9;color:var(--blue);font-size:10px;padding:8px;border-radius:6px;font-weight:800}.file-card div{flex:1}.file-card b,.file-card small{display:block}.file-card small{color:var(--muted);margin-top:3px}.file-card button{border:0;background:none;font-size:20px;color:var(--muted);cursor:pointer}.hidden{display:none!important}label{font-size:12px;color:var(--muted);font-weight:700}textarea,input,select{width:100%;border:1px solid var(--line);border-radius:8px;background:white;padding:11px;color:var(--ink);font:inherit;margin-top:6px}textarea{height:185px;resize:vertical;line-height:1.7}.counter{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:7px}.case-settings{display:grid;grid-template-columns:1.5fr .8fr;gap:12px;margin-top:18px}.action-row{border-top:1px solid var(--line);margin-top:20px;padding-top:18px;display:flex;justify-content:space-between;align-items:center;gap:10px}.action-row>span{font-size:11px;color:var(--muted)}.primary{border:0;background:var(--blue);color:#fff;border-radius:9px;padding:11px 17px;font-weight:800}.primary:hover{background:#0f568f}.primary:disabled{opacity:.55;cursor:wait}.ai-badge{background:linear-gradient(135deg,#14548c,#22a38b);color:white;border-radius:8px;padding:8px;font-size:11px;font-weight:900}.empty-state{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;color:var(--muted)}.empty-state h3{color:var(--ink);margin:18px 0 8px}.empty-state p{max-width:360px;line-height:1.7}.orbit{width:72px;height:72px;border:1px solid #b8d3e5;border-radius:50%;display:grid;place-items:center;position:relative}.orbit:before{content:"";position:absolute;width:90px;height:36px;border:1px solid #d1e3ef;border-radius:50%;transform:rotate(-25deg)}.orbit span{font-size:25px;color:var(--blue)}.result-tabs{display:flex;gap:4px;background:#eef3f6;border-radius:10px;padding:4px;overflow:auto}.result-tab{border:0;background:transparent;border-radius:7px;padding:8px 10px;white-space:nowrap;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.result-tab.active{background:white;color:var(--blue);box-shadow:0 2px 5px #d7e0e6}.result-page{display:none;padding:18px 2px;line-height:1.7;font-size:14px;min-height:375px}.result-page.active{display:block}.result-page h3{font-size:15px;color:var(--navy);border-left:3px solid var(--blue);padding-left:9px;margin:12px 0 8px}.result-page ul{margin:0;padding-left:23px}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.meta-item{background:#f5f8fa;border-radius:8px;padding:10px}.meta-item small,.meta-item b{display:block}.meta-item small{color:var(--muted);font-size:10px}.doc-types{display:flex;gap:7px;margin-bottom:12px}.doc-types button{border:1px solid var(--line);background:white;border-radius:7px;padding:7px 13px;color:var(--muted);cursor:pointer}.doc-types button.active{background:var(--navy);border-color:var(--navy);color:white}.draft-box{border:1px solid var(--line);border-radius:10px;padding:15px;min-height:310px;background:#fcfdfd;white-space:pre-wrap}.result-actions{border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:flex-end;gap:9px}.check{display:flex;gap:10px;background:#eff8f4;color:#27634f;padding:11px;border-radius:8px;margin:8px 0}.check.warn{background:#fff6e9;color:#825a18}footer{max-width:1480px;margin:0 auto;padding:0 28px 24px;display:flex;justify-content:space-between;color:#718496;font-size:11px}dialog{border:0;border-radius:16px;padding:28px;max-width:480px;box-shadow:0 24px 80px #102c4566;color:var(--ink)}dialog::backdrop{background:#102c4577}.dialog-close{float:right;border:0;background:#edf2f5;border-radius:50%;width:30px;height:30px;font-size:18px;cursor:pointer}.notice{background:#edf6fc;padding:12px;border-radius:8px;color:var(--muted);font-size:13px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#152c40;color:white;padding:10px 18px;border-radius:8px;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:1100px){.workspace{grid-template-columns:210px 1fr}.result-panel{grid-column:1/-1}.steps{grid-row:1}.input-panel{grid-row:1}}@media(max-width:720px){.topbar{padding:0 16px}.status{display:none}main{padding:18px 12px}.hero{padding:22px;align-items:flex-start}.hero h1{font-size:27px}.hero .secondary{display:none}.workspace{grid-template-columns:1fr}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.steps-title,.privacy{grid-column:1/-1}.step{padding:8px;gap:5px}.step small{display:none}.panel{min-height:auto}.input-panel{grid-row:auto}.result-panel{grid-column:auto}.case-settings{grid-template-columns:1fr}.action-row{align-items:flex-end}.action-row>span{display:none}footer{padding:0 16px 20px;gap:12px;flex-direction:column}}
.purpose-picker{border:0;border-top:1px solid var(--line);margin:16px 0 0;padding:14px 0 0;display:flex;gap:18px;align-items:center}.purpose-picker legend{font-size:12px;font-weight:800;color:var(--navy);padding:0 8px 0 0}.purpose-picker label{display:flex;align-items:center;gap:5px;color:#405b70}.purpose-picker input{width:auto;margin:0}.polish-style{display:block;margin-top:12px}.polish-results{padding:4px 2px}.polish-results h3{font-size:15px;color:var(--navy);border-left:3px solid var(--blue);padding-left:9px;margin:16px 0 8px}.polish-box{border:1px solid var(--line);border-radius:10px;padding:14px;min-height:120px;background:#fcfdfd;white-space:pre-wrap;line-height:1.8}.polish-box.original{background:#f5f8fa;color:#52677a}.polish-summary{margin:12px 0;padding:10px 12px;background:#eff8f4;border-radius:8px;color:#27634f;font-size:13px}.polish-actions{margin-top:16px;border-top:1px solid var(--line);padding-top:15px;display:flex;justify-content:flex-end;gap:9px}
.beta-home{min-height:calc(100vh - 170px);padding:56px 0 42px}.beta-home-intro{max-width:720px;margin:0 auto 30px;text-align:center}.beta-home .eyebrow{color:var(--blue)}.beta-home h1{margin:8px 0 10px;color:var(--navy);font-size:42px;letter-spacing:.07em}.beta-home-intro p{margin:0;color:var(--muted);font-size:17px}.entry-grid{max-width:960px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:20px}.entry-card{min-height:275px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:30px;box-shadow:var(--shadow)}.entry-card h2{margin:18px 0 10px;color:var(--navy);font-size:23px}.entry-card p{min-height:58px;line-height:1.8;color:var(--muted)}.entry-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#e5f1f9;color:var(--blue);font-weight:900}.entry-action{margin-top:0}.home-assist{max-width:960px;margin:28px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.assist-card{border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px;text-align:left;cursor:pointer;color:var(--ink)}.assist-card:hover{border-color:#8eb7d3;background:#f8fbfd}.assist-card b,.assist-card span{display:block}.assist-card b{color:var(--navy);font-size:14px}.assist-card span{margin-top:6px;color:var(--muted);font-size:12px;line-height:1.5}.home-info{max-width:960px;margin:16px auto 0;padding:24px 28px;border:1px solid var(--line);border-radius:14px;background:#fff;line-height:1.8}.home-info h2{margin:0 0 8px;color:var(--navy);font-size:19px}.home-info p{color:#41596d}.home-info details{border-top:1px solid var(--line);padding:10px 0}.home-info summary{cursor:pointer;color:var(--navy);font-weight:700}.field-title{display:flex;align-items:center;justify-content:space-between}.field-title .text-btn{margin-left:auto}.workspace{scroll-margin-top:90px}@media(max-width:720px){.beta-home{padding:28px 0}.beta-home h1{font-size:30px}.beta-home-intro p{font-size:15px}.entry-grid,.home-assist{grid-template-columns:1fr}.entry-card{min-height:0;padding:24px}.entry-card p{min-height:0}.home-info{padding:20px}.home-assist{margin-top:18px}}
.topbar{height:74px;gap:28px}.home-nav{display:flex;align-items:stretch;gap:5px;height:100%}.home-nav a{display:flex;align-items:center;padding:0 13px;color:var(--navy);font-size:14px;font-weight:800;text-decoration:none;border-bottom:3px solid transparent}.home-nav a:hover,.home-nav a:first-child{color:#1474df;border-color:#1474df}.top-actions{margin-left:auto}.beta-home{padding:0 0 30px;min-height:0}.home-hero{min-height:318px;margin:0 calc((100vw - 1480px)/-2);padding:42px max(28px,calc((100vw - 1480px)/2));display:grid;grid-template-columns:minmax(460px,1fr) minmax(420px,.92fr);align-items:center;overflow:hidden;position:relative;background:linear-gradient(100deg,#fafdff 0%,#eef8ff 55%,#ddf2fc 100%)}.home-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 68% 45%,rgba(38,153,236,.19),transparent 28%),linear-gradient(90deg,transparent 55%,rgba(255,255,255,.46));pointer-events:none}.hero-copy{position:relative;z-index:1}.hero-copy .eyebrow{color:#1875dd;font-size:14px}.hero-copy h1{margin:12px 0 8px;color:#082e6b;font-size:54px;letter-spacing:.06em;line-height:1.14}.hero-copy p{margin:0;color:#113f7e;font-size:21px;font-weight:600;line-height:1.55}.value-tags{display:flex;flex-wrap:wrap;gap:20px;margin-top:19px;color:#0b3a78;font-size:16px;font-weight:800}.value-tags span:first-letter{color:#1681ed}.hero-visual{position:relative;z-index:1;height:260px;min-width:410px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:230px;height:230px;right:90px;top:0;background:#b9e0f4aa}.orb-two{width:145px;height:145px;right:5px;bottom:4px;background:#d2eff9}.screen{position:absolute;right:80px;top:28px;width:285px;height:176px;padding:14px;background:#0b396d;border:8px solid #194f83;border-radius:11px 11px 4px 4px;transform:skewY(-5deg) rotate(-3deg);box-shadow:0 20px 21px #0a376755}.screen:after{content:"";position:absolute;left:-38px;right:-46px;bottom:-19px;height:15px;background:#bbd1e2;border-radius:2px 2px 16px 16px}.screen-top{height:12px;background:#4c9cd3;border-radius:3px}.screen-body{display:grid;gap:9px;margin:15px 0 0 37px}.screen-body i{height:9px;border-radius:5px;background:#d5ebf8}.screen-body i:nth-child(2){width:75%}.screen-body i:nth-child(3){width:88%}.screen-body i:nth-child(4){width:61%}.ai-checklist{position:absolute;z-index:2;left:0;top:36px;width:138px;padding:14px 16px;background:#fff;border-radius:11px;box-shadow:0 12px 28px #17619a2e;color:#1560c2}.ai-checklist b,.ai-checklist span{display:block}.ai-checklist b{font-size:16px;margin-bottom:8px}.ai-checklist span{font-size:12px;line-height:1.8}.paper-stack{position:absolute;right:0;bottom:12px;width:210px;height:54px;transform:rotate(7deg)}.paper-stack i{position:absolute;right:0;width:205px;height:25px;border-radius:3px;background:repeating-linear-gradient(0deg,#f8fcff 0 5px,#cfe1ee 6px 7px);box-shadow:0 2px 5px #224d6633}.paper-stack i:nth-child(2){top:11px;right:8px}.paper-stack i:nth-child(3){top:22px;right:16px}.home-choice{text-align:center;padding:23px 0 13px}.home-choice h2{margin:0;color:#073474;font-size:32px}.home-choice p{margin:7px 0 0;color:#244f87;font-size:16px}.entry-grid{max-width:100%;gap:14px}.entry-card{position:relative;min-height:357px;padding:34px 28px 18px;border-color:#e3ecf4;border-radius:15px;overflow:visible;box-shadow:0 9px 25px #174c7a12}.entry-ribbon{position:absolute;top:-21px;left:40px;padding:9px 20px;border-radius:20px;background:linear-gradient(90deg,#2496fa,#1474ec);color:#fff;font-size:13px;font-weight:800;box-shadow:0 5px 10px #1675d833}.polish-entry .entry-ribbon{left:auto;right:40px;background:linear-gradient(90deg,#a75ae6,#7235d5)}.entry-head{display:flex;gap:21px;align-items:center}.entry-head h2{margin:0 0 7px;font-size:27px;color:#073474}.entry-head p{min-height:0;margin:0;line-height:1.65;font-size:16px;color:#184780}.entry-art{flex:0 0 160px;height:137px;border-radius:49% 45% 42% 47%;display:grid;place-items:center;font-size:66px;font-weight:800}.document-art{background:radial-gradient(circle at 50% 45%,#fff 0 31%,transparent 32%),linear-gradient(135deg,#e4f5ff,#c7e6ff);color:#1685f0;box-shadow:inset 0 0 0 13px #ecf8ff}.polish-art{background:radial-gradient(circle at 53% 45%,#fff 0 30%,transparent 31%),linear-gradient(135deg,#f3e9ff,#ddd1ff);color:#8c45e2;box-shadow:inset 0 0 0 13px #f8f2ff;font-size:48px}.process-flow{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;margin:26px 0 12px;padding:0;list-style:none;color:#134a8a;text-align:center;font-size:12px;font-weight:800}.process-flow li{position:relative;flex:1;line-height:1.45}.process-flow li:before{content:"✓";display:grid;place-items:center;width:45px;height:45px;margin:0 auto 6px;border:1px solid #c8e6ff;border-radius:50%;background:#f3faff;color:#147be8;font-size:19px}.process-flow li+li:after{content:"›";position:absolute;left:-8px;top:12px;color:#6baef1;font-size:30px;font-weight:400}.home-cta{display:block;min-width:238px;margin:12px auto 0;padding:13px 27px;border-radius:24px;font-size:16px}.polish-entry{background:linear-gradient(135deg,#fff 0%,#fdfaff 60%,#f5efff)}.polish-entry .home-cta{border:0;background:linear-gradient(90deg,#a35be6,#7435d7);color:#fff}.polish-entry .home-cta:hover{background:linear-gradient(90deg,#9147d9,#6430c7)}.polish-tags{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:27px 0 26px}.polish-tags span{padding:8px 7px;border-radius:18px;background:#f1eaff;color:#7034c5;text-align:center;font-size:13px;font-weight:800;white-space:nowrap}.home-assist{max-width:100%;margin:18px auto 0;gap:12px}.assist-card{display:flex;align-items:center;gap:13px;min-height:126px;padding:18px;border-color:#e3edf6;border-radius:13px;box-shadow:0 6px 18px #174c7a0b}.assist-icon{flex:0 0 52px;width:52px;height:52px;display:grid!important;place-items:center;border-radius:50%;background:#e4f5ff;color:#1477de;font-size:29px;font-weight:900}.assist-icon.warm{background:#fff5d8;color:#e7ae00}.assist-icon.violet{background:#f0e9ff;color:#8648d8}.assist-card span:not(.assist-icon){margin:0}.assist-card b{font-size:16px}.assist-card small,.assist-card em{display:block}.assist-card small{margin-top:3px;color:#5b7da0;font-style:normal;font-size:12px}.assist-card em{margin-top:9px;color:#1576df;font-size:12px;font-style:normal;font-weight:800}.home-info{max-width:100%;margin-top:14px}.footer-brand{display:flex;align-items:center;gap:9px;color:var(--navy);text-decoration:none}.footer-brand .brand-mark{width:37px;height:37px}.footer-brand b,.footer-brand small{display:block}.footer-brand b{font-size:14px}.footer-brand small{margin-top:2px;color:#5b7da0;font-size:11px}footer{align-items:center;min-height:76px;border-top:1px solid #dbeaf3;padding-top:12px}footer nav{display:flex;gap:18px}footer nav a{color:#516f90;text-decoration:none;font-size:12px}footer nav a:hover{color:#1474df}@media(max-width:1050px){.home-nav{gap:0}.home-nav a{padding:0 7px;font-size:12px}.home-hero{grid-template-columns:1fr .85fr}.hero-copy h1{font-size:42px}.hero-visual{transform:scale(.86);transform-origin:right center}.entry-head{gap:12px}.entry-art{flex-basis:118px;height:110px}.entry-head h2{font-size:23px}.polish-tags{grid-template-columns:1fr 1fr}.entry-card{min-height:390px}}@media(max-width:720px){.topbar{height:62px;padding:0 13px;gap:8px}.brand{gap:7px}.brand-mark{width:32px;height:32px}.brand strong{font-size:14px}.brand small,.home-nav,.status{display:none}.top-actions{margin-left:auto}.home-hero{margin:0 -12px;padding:32px 22px 21px;display:block;min-height:0}.hero-copy h1{font-size:34px;line-height:1.2}.hero-copy p{font-size:17px}.value-tags{gap:8px 15px;font-size:13px}.hero-visual{height:183px;min-width:0;margin-top:10px;transform:none}.screen{right:38px;top:21px;width:226px;height:137px;transform:skewY(-5deg) rotate(-3deg) scale(.88);transform-origin:right top}.ai-checklist{left:2px;top:29px;transform:scale(.78);transform-origin:left top}.paper-stack{right:-7px;bottom:5px;transform:scale(.72) rotate(7deg);transform-origin:right bottom}.home-choice{padding:22px 0 12px}.home-choice h2{font-size:25px}.home-choice p{font-size:14px;line-height:1.6}.entry-grid{grid-template-columns:1fr;gap:34px}.entry-card{min-height:0;padding:34px 20px 19px}.entry-ribbon{left:24px}.polish-entry .entry-ribbon{left:24px;right:auto}.entry-head{align-items:flex-start}.entry-art{flex-basis:92px;height:92px;font-size:43px}.polish-art{font-size:34px}.entry-head h2{font-size:22px}.entry-head p{font-size:14px}.process-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 5px;margin:21px 0}.process-flow li+li:after{display:none}.process-flow li:before{width:38px;height:38px;font-size:16px}.polish-tags{margin:22px 0;gap:7px}.polish-tags span{font-size:12px}.home-assist{grid-template-columns:1fr;gap:10px}.assist-card{min-height:100px}.home-info{padding:19px}.footer-brand small{font-size:10px}footer{padding:16px;align-items:flex-start}footer nav{flex-wrap:wrap;gap:9px 14px}.workspace{margin-top:0}}
.back-home{border:0;background:transparent;padding:3px 0;color:#2e688e;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.back-home:hover{color:var(--blue);text-decoration:underline}.polish-instruction{margin-top:18px;padding:15px;border:1px solid #dfd5f5;border-radius:10px;background:#fcfaff}.polish-instruction label{display:block;color:#5d3f92;font-size:13px}.polish-instruction label small{display:block;margin-top:4px;color:#7c7194;font-size:11px;font-weight:500}.polish-instruction textarea{height:105px;border-color:#dcd0f3;background:#fff;resize:vertical}.polish-instruction+ .purpose-picker{margin-top:16px}@media(max-width:720px){.steps-title{align-items:center}.back-home{font-size:12px}.polish-instruction{padding:13px}.polish-instruction textarea{height:96px}}
