.phone-shell{box-sizing:border-box;width:100%;max-width:328px;margin:0 auto;padding:0;border-radius:22px;background:linear-gradient(180deg,#1b202b,#151a23);box-shadow:0 20px 38px rgba(16,24,40,.36);overflow:hidden}.phone-shell *,.phone-shell *:before,.phone-shell *:after{box-sizing:border-box}.phone-notch{display:none}.mobile{box-sizing:border-box;background:#f4f6fb;border:0;border-radius:0;box-shadow:none;overflow:hidden;min-width:0;min-height:640px;display:flex;flex-direction:column}.mobile-header{position:relative;padding:26px 18px 22px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.mobile-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 36%),radial-gradient(circle at 84% 12%,rgba(255,255,255,.14) 0,rgba(255,255,255,0) 32%);pointer-events:none}.mobile-header h3,.mobile-header .mobile-title{margin:0;font-size:20px;line-height:1.35;font-weight:700;letter-spacing:.4px;position:relative;z-index:1;text-shadow:0 2px 10px rgba(0,0,0,.18)}.mobile-header p,.mobile-header .mobile-brand{display:none}.mobile-content{box-sizing:border-box;flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding:0;background-color:transparent}.section{box-sizing:border-box;background:rgba(255,255,255,.96);border:0;border-radius:0;margin-bottom:10px;padding:14px;min-width:0;overflow:hidden;box-shadow:none}.section:last-child,.section.merge-next{margin-bottom:0}.section.merge-next{padding-top:0;padding-bottom:0}.section.active{box-shadow:inset 0 0 0 2px rgba(63,104,191,.22)}.section.drag-over{box-shadow:inset 0 0 0 2px rgba(75,108,183,.28)}.section.dragging{opacity:.55;transform:scale(.985)}.section.section-carousel{padding:0;background:transparent}.section h4,.preview-title{margin:0 0 10px;font-size:16px;color:#1f3763;line-height:1.4;font-weight:700}.preview-title{display:flex;align-items:center;gap:8px}.preview-title:before{content:"";width:3px;height:16px;background:linear-gradient(180deg,var(--primary-color),var(--secondary-color))}.section h4{padding-right:62px}.carousel-main{height:164px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:15px;font-weight:600;letter-spacing:.2px;text-shadow:0 1px 8px rgba(0,0,0,.2);display:grid;place-items:center}.carousel-swiper{height:164px;overflow:hidden;background:#e9eef8}.carousel-track{width:100%;height:100%;display:flex;transition:transform .45s ease}.carousel-slide{width:100%;height:100%;flex:0 0 100%}.carousel-image{width:100%;height:100%;display:block;object-fit:cover}.section-carousel .dots{margin-top:0;padding:10px 0 12px}.dots{display:flex;justify-content:center;gap:6px}.dots span,.dots .dot{width:7px;height:7px;border-radius:50%;background:#bcc7db;opacity:.9}.dots .dot.active{width:18px;border-radius:999px;background:var(--primary-color)}.anti-row{display:flex;gap:8px}.anti-row input,.anti-row .input{flex:1;min-width:0;margin-top:0;height:42px;border:1px solid #cfdcf2;border-radius:0;background:#fff;padding:0 12px;font-size:14px;color:#334765;box-sizing:border-box}.anti-row button,.anti-row .btn{display:flex;align-items:center;justify-content:center;margin:0;white-space:nowrap;border:none;border-radius:0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;font-size:14px;line-height:42px;height:42px;padding:0 16px;box-sizing:border-box;text-align:center;box-shadow:0 6px 14px rgba(35,71,142,.24)}.section p,.line-list li,.preview-text,.line-list .line-item{margin:6px 0 0;color:#4f6285;font-size:14px;line-height:1.7}.text-content{line-height:1.8}.line-list{margin:0;padding-left:0}ul.line-list{padding-left:14px}.line-list .line-item{list-style:none;margin:0;padding:6px 0}.img-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.img-grid span,.img-grid .img-item{min-height:78px;background:linear-gradient(180deg,#eef4ff,#e8effd);color:#6d7d98;font-size:12px;text-align:center;display:flex;align-items:center;justify-content:center;padding:8px 4px;overflow:hidden;box-sizing:border-box}.img-grid image,.img-grid .pic{width:100%;height:100%;display:block}.chip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #e3e8f4;border-left:1px solid #e3e8f4}.chip-grid.list-layout{grid-template-columns:1fr}.chip-grid span,.chip-grid .chip{min-height:74px;background:#fff;color:#40567f;text-align:center;padding:10px 6px;font-size:13px;display:flex;align-items:center;justify-content:center;border-right:1px solid #e3e8f4;border-bottom:1px solid #e3e8f4}.chip-grid.list-layout span,.chip-grid.list-layout .chip{min-height:52px;justify-content:flex-start;padding:0 14px}.video-box{background:linear-gradient(135deg,#22385f,#132742);color:#fff;text-align:center;font-size:14px;padding:34px 8px;box-shadow:inset 0 1px rgba(255,255,255,.08)}.video-player{width:100%;height:196px;display:block;object-fit:cover;background:#0f1728}.mobile-footer{background:#262a31;color:#d4d8e0;text-align:center;padding:10px 8px}.nav,.nav-row{display:grid;grid-template-columns:repeat(4,1fr);font-size:12px;margin-bottom:5px}.nav span,.nav>view,.nav>text,.nav-row>view,.nav-row>text{display:block}.mobile-footer small,.mobile-footer .copyright{font-size:10px}@media (max-width: 420px){.phone-shell{max-width:100%;border-radius:18px}.mobile-header h3,.mobile-header .mobile-title{font-size:18px}.mobile-content{max-height:none}}*,*:before,*:after{box-sizing:border-box}html,body,#app{margin:0;padding:0;min-height:100%}page,view{display:block}text{display:inline}image{display:inline-block}uni-view,uni-text,uni-input,uni-button,uni-image,uni-swiper,uni-swiper-item{box-sizing:border-box}page{background:#f4f6fb;color:#1f2430;font-size:14px}.page-shell{min-height:100vh;background:#f4f6fb;padding:0;overflow-x:hidden}.result[data-v-a1f5bff7]{margin-top:8px;border-radius:6px;padding:8px 10px;font-size:12px}.result.ok[data-v-a1f5bff7]{color:#0f6a41;background:#e8f8ef}.result.bad[data-v-a1f5bff7]{color:#a32121;background:#fdecec}.pic[data-v-7ad23fa4]{width:100%;height:100%}.chip-clickable[data-v-d18b2ff5]{cursor:pointer}.renderer[data-v-0b2468b0]{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:0}.no-shell[data-v-0b2468b0]{width:100%;max-width:none;margin:0;min-height:100vh}.hint[data-v-0bcafe88]{margin:0 auto;max-width:780px;padding:8px 14px 0;font-size:12px}.hint.warning[data-v-0bcafe88]{color:#8a2b2b}
