:root {
  --yellow:#f5bd10;
  --blue:#20b8e8;
  --ink:#242424;
  --muted:#7c7c7c;
  --line:#e6e6e6;
  --paper:#fff;
  --brand:#7b5a3d;
  font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:#f5f1ea;color:var(--ink)}
.tab[data-tab="knowledge"],#knowledge{display:none!important}
.dev-header{display:flex;justify-content:space-between;gap:24px;padding:28px 36px;border-bottom:1px solid #e0d5c8;background:#fffaf2}
.eyebrow{margin:0 0 6px;color:#a77b47;font-weight:800;letter-spacing:.16em}
h1{margin:0 0 8px;font-family:"SimSun",serif;font-size:38px}
h2,h3,p{margin-top:0}
.dev-header p{margin-bottom:0;color:#6f6257}
.dev-actions{display:flex;align-items:center;gap:12px}
button{border:0;border-radius:999px;padding:10px 18px;background:var(--yellow);color:#fff;font-weight:800;cursor:pointer}
.product-layout{display:grid;grid-template-columns:420px 1fr;gap:28px;padding:28px 36px 44px;align-items:start}
.selection-mode .product-layout{grid-template-columns:1fr}
.selection-mode .output-panel{display:none}
.selection-mode .phone-shell{position:relative;top:auto}
.results-mode .product-layout{display:block;max-width:1720px;margin:0 auto}
.results-mode .phone-shell{display:none}
.results-mode .output-panel{display:block}
.empty-output{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#8a7a69;border:1px dashed #d8c7b4;border-radius:18px;background:#fffaf4;padding:32px}
.empty-output h2{font-family:"SimSun",serif;font-size:30px;color:#4b3526;margin-bottom:12px}
.empty-output p{max-width:520px;line-height:1.8}

.phone-shell{width:390px;height:844px;margin:auto;background:#fff;border:10px solid #111;border-radius:34px;overflow:hidden;box-shadow:0 18px 48px rgba(0,0,0,.18);position:sticky;top:20px}
.phone-status{height:30px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:12px;background:#fff}
.browser-bar{margin:6px 12px 8px;border:2px solid #222;border-radius:22px;height:38px;display:flex;align-items:center;padding:0 14px;font-size:13px;color:#555;white-space:nowrap;overflow:hidden}
.app-screen{display:none;height:694px;overflow:auto;background:#fff}
.app-screen.active{display:block}
.step-title{height:38px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800}
.step-title.yellow{background:var(--yellow)}
.step-title.blue{background:var(--blue)}
.step-body{padding:18px 18px 28px}
.row-between{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.row-between h2{font-size:16px;margin:0 0 4px}
.row-between p{font-size:12px;color:#777;margin:0}
.yellow-text{color:var(--yellow)}
.blue-text{color:var(--blue)}
.clear-btn{background:transparent;color:#777;padding:0}
.number-row{display:grid;grid-template-columns:1fr 86px 58px;align-items:center;gap:8px;margin:40px 0 28px}
.number-row label{font-size:16px;font-weight:700}
.number-row input{height:42px;border:2px solid #aaa;text-align:center;font-size:18px;background:#fff}
.next-small{background:transparent;color:#d7ad13;padding:0}
.slots{display:grid;grid-template-columns:repeat(8,1fr);gap:7px;margin-bottom:16px}
.slot{height:46px;border:1px solid #dfdfdf;background:#fafafa;position:relative;text-align:center;font-size:11px;color:#333}
.slot .num{position:absolute;left:0;right:0;bottom:-17px}
.small-slots{grid-template-columns:repeat(5,1fr)}
.app-next{display:block;margin:18px 0 10px auto;width:126px;height:38px;background:var(--yellow);box-shadow:0 2px 4px rgba(0,0,0,.08)}
.app-next:disabled{background:#d8d2c8;color:#8d877f;cursor:not-allowed;box-shadow:none}
.step-message{min-height:20px;margin:-2px 0 8px;text-align:right;color:#c7503d;font-size:12px;font-weight:700}
.hint-pill{margin:10px auto;width:max-content;max-width:220px;background:rgba(0,0,0,.55);color:#fff;font-size:12px;border-radius:18px;padding:8px 14px}
.scatter-board{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:10px;row-gap:30px;height:auto;margin-top:26px;padding:8px 2px 34px;overflow:visible}
.color-tile{position:relative!important;left:auto!important;top:auto!important;justify-self:center;width:42px;height:42px;padding:0;transform:none!important;border:1px solid rgba(0,0,0,.08);border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer}
.color-tile.active::after{content:"✓";position:absolute;inset:0;background:rgba(0,0,0,.35);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px}
.tile-num{position:absolute;top:46px;left:50%;right:auto;min-width:34px;text-align:center;font-size:13px;line-height:18px;font-weight:700;white-space:nowrap;transform:translateX(-50%)!important;color:#111}
.bottom-nav{height:58px;border-top:1px solid #eee;display:flex;justify-content:space-around;align-items:center;background:#fff;color:#999;font-size:13px}
.bottom-nav-btn{width:50%;height:100%;padding:0;border-radius:0;background:#fff;color:#999;font-weight:700}
.bottom-nav-btn.active{color:#bd8a00;font-weight:900;background:#fffaf0}
.account-screen,.records-screen{background:#f5f5f5}
.account-hero{min-height:166px;padding:38px 26px 28px;display:flex;align-items:center;gap:16px;color:#fff;background:linear-gradient(135deg,#d9a000,#f5c52d)}
.account-avatar{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#c18b00;font-size:28px;font-weight:900;box-shadow:0 8px 20px rgba(100,70,0,.18)}
.account-hero strong{display:block;font-size:19px;margin-bottom:7px}.account-hero small{display:block;color:rgba(255,255,255,.9)}
.account-menu{padding:16px}.account-menu-item{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;border-radius:13px;background:#fff;color:#333;padding:17px 16px;margin-bottom:12px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.account-menu-item span{display:block}.account-menu-item b{display:block;font-size:15px;margin-bottom:5px}.account-menu-item small{display:block;color:#999;font-weight:400}.account-menu-item em{font-style:normal;color:#999;white-space:nowrap}.account-menu-item em i{font-style:normal;color:#c28c00;font-weight:900}.static-item{cursor:default}
.records-head{height:52px;padding:0 14px;display:grid;grid-template-columns:42px 1fr 54px;align-items:center;background:#f3b900;color:#fff;text-align:center}.records-head span{font-size:12px}.icon-back{padding:0;background:transparent;font-size:34px;text-align:left}
.records-tools{padding:14px 14px 10px;background:#fff}.records-tools input{margin:0;background:#f3f3f3;border:0;border-radius:22px;padding:11px 16px}.record-filters{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.record-filter{padding:8px;background:#fff;color:#777;border:1px solid #ddd}.record-filter.active{color:#9b7000;border-color:#f0b900;background:#fff7d8}
.records-list{padding:12px 14px 28px}.record-card{background:#fff;border-radius:12px;padding:14px;margin-bottom:11px;box-shadow:0 2px 9px rgba(0,0,0,.05)}.record-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.record-card h3{font-size:16px;margin:0 0 5px}.record-card time{font-size:11px;color:#aaa}.record-card-summary{font-size:12px;color:#777;line-height:1.55;margin:9px 0}.record-card-colors{display:flex;gap:4px;margin:8px 0}.record-card-colors i{width:19px;height:19px;border-radius:50%;border:1px solid rgba(0,0,0,.08)}.record-card-actions{display:flex;gap:8px;justify-content:flex-end}.record-card-actions button{padding:7px 11px;font-size:11px}.record-status{background:#f0f0f0;color:#777}.record-status.signed{background:#e5f6e9;color:#287a3d}.record-open{background:#f3b900}.records-empty{text-align:center;color:#999;padding:72px 20px;line-height:1.8}.toolbar-actions{display:flex;gap:10px}

.profile-form label{display:block;margin-bottom:13px;font-weight:700}
input,select,textarea{width:100%;border:1px solid #d8d8d8;border-radius:6px;padding:10px;font:inherit;margin-top:6px;background:#fff}
textarea{resize:vertical}
.upload-box{padding:14px;border:1px dashed #bbb;border-radius:8px;background:#fafafa}

.result-body h2{font-size:18px}
.phone-strip{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.phone-chip{text-align:center;font-size:10px}
.phone-chip i{display:block;width:30px;height:30px;border:1px solid rgba(0,0,0,.1);margin-bottom:3px}
.mini-chart-row{display:flex;gap:16px;margin:14px 0}
.mini-chart{width:130px;height:130px;border:1px solid #ddd;border-radius:50%;position:relative;background:repeating-radial-gradient(circle,#fff 0 18px,#eee 19px 20px);display:flex;align-items:end;justify-content:center;color:#777;font-size:12px;padding-bottom:8px}
.mini-chart.triangle{border-radius:0;clip-path:polygon(50% 4%,96% 92%,4% 92%);background:#fafafa;border:0}
.radar-dot{position:absolute;width:10px;height:10px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}
.cross-mini{height:190px;border:1px solid #ddd;margin:14px 0;position:relative;background:#fafafa}
.cross-line{position:absolute;background:#999}
.cross-line.x{height:1px;left:8%;right:8%;top:50%}
.cross-line.y{width:1px;top:8%;bottom:8%;left:50%}
.cross-label{position:absolute;font-size:12px;color:#555}
.q1{left:22%;top:28%}.q2{right:22%;top:28%}.q3{left:22%;bottom:25%}.q4{right:22%;bottom:25%}
.atmosphere{line-height:1.7;color:#444}
.result-section-title{display:flex;align-items:center;gap:12px;margin:18px 0 14px;font-size:18px;font-weight:800}
.result-section-title b{background:var(--yellow);color:#fff;padding:8px 12px;clip-path:polygon(0 0,86% 0,100% 50%,86% 100%,0 100%)}
.word-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:12px}
.word-item{display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:center}
.word-item i{width:24px;height:24px;border:1px solid rgba(0,0,0,.1)}
.result-actions{display:flex;gap:8px;margin-top:18px;flex-wrap:wrap}
.result-tab-btn{padding:9px 12px;background:#333}

.output-panel{min-width:0}
.results-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.tabs{display:flex;gap:10px;margin-bottom:16px}
.results-toolbar .tabs{margin-bottom:0;flex-wrap:wrap}
.restart-test-btn{background:#fff;color:#6f523d;border:1px solid #d9cbbd;white-space:nowrap}
.tab{background:#fff;color:#6f523d;border:1px solid #d9cbbd}
.tab.active{background:#6f523d;color:#fff}
.tab-page{display:none}
.tab-page.active{display:block}
.paper,.poster-canvas,.sixteen-canvas,.beauty-canvas{background:#fff;border:1px solid #ddd}
.report{padding:32px 40px;line-height:1.78;border-radius:16px}
.report h2{font-family:"SimSun",serif;font-size:30px}
.report table{width:100%;border-collapse:collapse;margin:12px 0 24px}
.report th,.report td{border:1px solid #ddd;padding:10px;text-align:left}
.report th{background:#f7efe4}
.swatch-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start}
.swatch-item{text-align:center;font-size:13px;color:#333}
.swatch{width:46px;height:46px;border-radius:7px;border:1px solid rgba(0,0,0,.12)}
.swatch.small{width:24px;height:24px;border-radius:4px}

.poster-canvas{width:980px;min-height:1380px;margin:0 auto;padding:34px;background:#fbf6ec;background-image:radial-gradient(rgba(126,99,68,.08) 1px,transparent 1px);background-size:16px 16px;border-radius:16px}
.poster-title{text-align:center;border-bottom:1px solid #d8c9b8;padding-bottom:18px;margin-bottom:20px}
.poster-title h2{font-family:"SimSun",serif;font-size:42px;margin:0 0 8px}
.brand-mark{color:#9c7b55;font-weight:800;letter-spacing:.08em}
.poster-grid{display:grid;grid-template-columns:1.1fr 1fr .72fr;gap:14px}
.poster-card{border:1px solid #dbcdbb;border-radius:14px;background:rgba(255,255,255,.76);padding:16px}
.poster-card h3{border-bottom:1px solid #e5d9ca;padding-bottom:8px}
.headline{text-align:center;font-family:"SimSun",serif;font-size:34px;color:#927044;margin:26px 0}
.quadrant{position:relative;height:420px;border:1px solid #d6c7b5;border-radius:14px;background:linear-gradient(90deg,rgba(218,177,148,.22) 0 50%,rgba(204,222,218,.32) 50%),linear-gradient(180deg,rgba(255,255,255,.35) 0 50%,rgba(210,210,210,.22) 50%);overflow:hidden}
.axis-x,.axis-y{position:absolute;background:rgba(85,75,66,.58)}
.axis-x{left:6%;right:6%;top:50%;height:1px}.axis-y{top:7%;bottom:7%;left:50%;width:1px}
.quad-label{position:absolute;font-size:22px;color:#a48155;font-family:"SimSun",serif;font-weight:800}
.quad-label.a{right:80px;top:52px;color:#748a76}.quad-label.b{left:80px;top:52px;color:#b65673}.quad-label.c{right:80px;bottom:48px;color:#637589}.quad-label.e{left:80px;bottom:48px;color:#9b6f43}
.plot-dot{position:absolute;width:18px;height:18px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(0,0,0,.2)}
.plot-dot.defense{background:transparent!important;border:2px dashed currentColor}.plot-num{position:absolute;transform:translate(-50%,12px);font-size:12px;font-weight:800}
.columns{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.mini-col{border-left:1px solid #e1d4c4;padding-left:12px}

.sixteen-canvas{width:1600px;min-height:900px;margin:0 auto;padding:34px 42px;background:#fff;border-radius:0}
.sixteen-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}
.sixteen-head h2{font-family:"SimSun",serif;font-size:34px;margin:0 0 6px}
.sixteen-main{display:grid;grid-template-columns:350px 640px 1fr;gap:34px}
.source-box{border:1px solid #eee;min-height:210px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa}
.source-box img{max-width:100%;max-height:240px}
.template-wrap{position:relative;width:640px;height:640px}
.template-wrap img{width:100%;height:100%;object-fit:contain}
.color-pin{position:absolute;width:24px;height:24px;border:1px solid rgba(0,0,0,.18);box-shadow:0 0 0 2px #fff}
.pin-num{position:absolute;font-size:13px;font-weight:800;transform:translate(-2px,25px);white-space:nowrap}
.impression-group{display:grid;grid-template-columns:108px 1fr;gap:20px;align-items:center;margin-bottom:26px}
.impression-group .words{font-size:25px;font-family:"SimSun",serif}
.section-line{border-top:1px solid #d6c7b5;margin:22px 0}
.sixteen-bottom{margin-top:28px;border-top:1px solid #d6c7b5;padding-top:22px;display:grid;grid-template-columns:1.2fr .9fr;gap:30px}

.beauty-toolbar{display:flex;align-items:center;gap:18px;margin-bottom:16px;background:#fffaf2;border:1px solid #e0d5c8;border-radius:16px;padding:14px 18px}
.beauty-toolbar label{font-weight:800;color:#6f523d}
.beauty-toolbar input{display:block;margin-top:8px}
.beauty-toolbar span{color:#777}
.beauty-analyze-btn{background:#7b5a3d;color:#fff}
.beauty-analyze-btn:disabled{background:#c8b9a9;cursor:not-allowed}
.beauty-canvas{width:1500px;min-height:940px;margin:0 auto;padding:30px 42px 36px;background:#fbfaf7;border-radius:0;color:#262626}
.beauty-empty-state{min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#5d5147;background:#fbf8f2;border:2px dashed #d7c7b7}
.beauty-empty-state h2{font-size:34px;margin:0 0 18px;font-family:"SimSun",serif}
.beauty-empty-state p{max-width:760px;font-size:20px;line-height:1.8;color:#786c62}
.beauty-empty-guide{display:flex;gap:16px;margin-top:28px;flex-wrap:wrap;justify-content:center}
.beauty-empty-guide span{border:1px solid #d7c7b7;border-radius:999px;padding:12px 18px;background:#fff}
.beauty-preview-state{min-height:760px;display:grid;grid-template-columns:560px 1fr;gap:42px;align-items:center;background:#fbf8f2;border:2px dashed #d7c7b7;padding:38px}
.beauty-preview-state img{width:100%;max-height:680px;object-fit:cover;border:2px solid #9c8c7b;background:#fff}
.beauty-preview-state h2{font-size:34px;font-family:"SimSun",serif;margin:0 0 18px}
.beauty-preview-state p{font-size:20px;line-height:1.8;color:#786c62}
.beauty-title{border-bottom:1px solid #d6cec2;padding:0 0 10px;margin-bottom:8px}
.beauty-title h2{font-size:38px;margin:8px 0 4px;font-weight:900;letter-spacing:.01em}
.beauty-title p{font-size:16px;color:#666;margin:0}
.beauty-mode-badge{display:inline-flex;margin-top:12px;border-radius:999px;padding:7px 12px;font-size:14px;font-weight:800}
.beauty-mode-badge.ai{background:#e6f6ed;color:#137a45;border:1px solid #a8dec0}
.beauty-mode-badge.local{background:#fff1df;color:#9a5a16;border:1px solid #e7c18f}
.beauty-board{display:grid;grid-template-columns:610px 1fr;gap:46px;border-top:1px solid #d6cec2;padding-top:28px}
.beauty-photo{height:430px;border:1px solid #cfc5b8;background:#f3f0ea;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:8px 8px 0 rgba(151,136,118,.14)}
.beauty-photo img{width:100%;height:100%;object-fit:cover}
.beauty-empty{padding:32px;text-align:center;color:#777;line-height:1.8}
.palette-title{font-size:25px;color:#262626;font-weight:900;margin:24px 0 12px}
.beauty-palette{display:grid;grid-template-columns:repeat(8,1fr);gap:8px;align-items:start}
.beauty-color{text-align:left;font-size:12px;line-height:1.3;min-width:0;color:#555}
.beauty-color i{display:block;width:100%;height:74px;margin-bottom:7px;border:1px solid rgba(0,0,0,.08);border-radius:8px}
.beauty-color b,.beauty-color small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.beauty-color b{font-size:13px;color:#4b4540}
.beauty-color small{font-size:11px;color:#777}
.beauty-area-bar{display:flex;height:24px;margin:22px 0 10px;border:1px solid #d6cec2;border-radius:999px;overflow:hidden;background:#eee}
.beauty-area-bar i{display:block;height:100%;min-width:3px}
.beauty-area-copy{font-size:15px;line-height:1.65;color:#49433e;margin:0 0 22px}
.beauty-observation{border:1px solid #ded5ca;border-radius:16px;background:#fff;padding:22px 24px;min-height:170px}
.beauty-observation h3{margin:0 0 10px;color:#e23b2d;font-size:25px}
.beauty-observation p{margin:0;font-size:17px;line-height:1.75}
.beauty-copy{font-size:17px;line-height:1.65}
.beauty-row{display:grid;grid-template-columns:128px 1fr;gap:12px;border-bottom:1px solid #d9d1c6;padding:13px 0;margin:0}
.beauty-label{color:#e23b2d;font-weight:900;text-align:left;padding-right:0;font-size:19px}
.beauty-icons{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:56px 0 30px}
.beauty-icon-card{text-align:left}
.beauty-icon-card .icon{width:48px;height:48px;border:2px solid #d29a58;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d29a58;font-size:24px;font-weight:900;margin:0 auto 14px}
.beauty-icon-card h3{text-align:center;font-size:22px;margin:0 0 12px;color:#8a5d2c}
.beauty-bottom{border-top:2px solid #d8c8b6;padding-top:24px;margin-top:28px}
.beauty-bottom .beauty-row{margin-bottom:18px}
.beauty-footer{display:flex;justify-content:space-between;margin-top:24px;padding-top:14px;border-top:1px solid #d6cec2;color:#6f6257;font-size:14px}

.knowledge-panel{background:#fff;border:1px solid #ddd;border-radius:16px;padding:28px;line-height:1.7}
.knowledge-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid #e7ddd1;padding-bottom:18px;margin-bottom:20px}
.knowledge-head h2{font-family:"SimSun",serif;font-size:32px;margin:0 0 8px}
.knowledge-head p{color:#6f6257;margin:0}
.status-pill{background:#7b5a3d;color:#fff;border-radius:999px;padding:8px 14px;font-weight:800;white-space:nowrap}
.knowledge-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.knowledge-card{border:1px solid #e0d5c8;border-radius:14px;background:#fffaf2;padding:18px}
.knowledge-card.full{margin-top:18px}
.knowledge-card h3{margin:0 0 14px;border-bottom:1px solid #e0d5c8;padding-bottom:8px}
.knowledge-card textarea{min-height:260px;background:#fff}
.inline-actions{display:flex;gap:10px;align-items:center;margin:12px 0}
.ghost-btn{background:#fff;color:#7b5a3d;border:1px solid #d9cbbd}
.soft-note{color:#777;font-size:14px;margin:10px 0 0}
.warning-note{background:#fff3e8;border-left:4px solid #c78b45;padding:10px 12px;color:#6f523d}
.api-preview{white-space:pre-wrap;background:#2b241f;color:#f7eadb;border-radius:12px;padding:14px;min-height:150px;overflow:auto;font-size:13px}

@media (max-width:1200px){.product-layout{grid-template-columns:1fr}.phone-shell{position:relative;top:auto}.output-panel{overflow:auto}}
@media (max-width:600px){
  .selection-mode .dev-header{display:none}
  .selection-mode .product-layout{display:block;padding:0}
  .selection-mode .phone-shell{width:100%;height:100dvh;border:0;border-radius:0;box-shadow:none;margin:0}
  .selection-mode .phone-status,.selection-mode .browser-bar{display:none}
  .selection-mode .app-screen{height:calc(100dvh - 58px)}
  .results-mode .dev-header{padding:16px 18px}.results-mode .dev-header h1{font-size:25px}.results-mode .dev-header p{font-size:12px}.results-mode .dev-actions{display:none}
  .results-mode .product-layout{padding:12px}.results-toolbar{position:sticky;top:0;z-index:10;background:#f5f1ea;padding:8px 0;display:block}.toolbar-actions{margin-top:8px}
  .tabs{flex-wrap:nowrap;overflow:auto}.tab{white-space:nowrap;padding:9px 13px}.paper{padding:22px 18px}.report h2{font-size:24px}
}
@media print{.dev-header,.phone-shell,.tabs,.restart-test-btn{display:none!important}.product-layout{display:block;padding:0}.tab-page{display:block!important;break-after:page}.paper,.poster-canvas,.sixteen-canvas{border:0}}
