*{box-sizing:border-box}
body{margin:0;background:#f5f6f8;color:#17191c;font-family:Inter,"Microsoft YaHei",system-ui,sans-serif}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.flash-wrap{position:fixed;right:20px;top:20px;z-index:99;display:grid;gap:8px}
.flash{padding:12px 16px;border-radius:12px;background:#202226;color:#fff;box-shadow:0 10px 30px #0002}
.flash.error{background:#b42318}.flash.success{background:#157f3b}

.mobile-page{min-height:100vh;max-width:560px;margin:auto;padding:34px 20px 60px;background:linear-gradient(180deg,#fff,#f5f6f8)}
.hero{padding:22px 6px}.hero h1{font-size:34px;line-height:1.15;margin:8px 0 10px}.hero p,.hint,.muted{color:#747980}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:#8a8f98}

.upload-card,.panel,.project-card{background:#fff;border:1px solid #e3e5e8;border-radius:20px;padding:18px;box-shadow:0 12px 40px #00000008}
.choose-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.choose-btn{min-height:180px;border:1.5px dashed #c8ccd2;border-radius:16px;background:#fafafa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;cursor:pointer;color:#17191c}
.choose-btn input{display:none}.choose-icon{font-size:36px}.choose-btn small{color:#777}

.camera-square,.crop-stage{width:min(calc(100vw - 56px),460px);height:min(calc(100vw - 56px),460px);margin:auto;position:relative;overflow:hidden;border-radius:16px;background:#111}
.camera-square video{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}
.square-guide,.crop-frame{position:absolute;inset:0;border:3px solid #fff;box-shadow:inset 0 0 0 1px #0003;pointer-events:none}
.crop-stage canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}
.zoom-row{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;margin:18px 0}
.actions{display:flex;gap:10px;align-items:center}.actions.two{display:grid;grid-template-columns:1fr 1fr}
.btn{border:0;border-radius:11px;background:#17191c;color:#fff;padding:13px 18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}
.btn.secondary,.mini-btn{background:#eceef1;color:#17191c}
.hint{text-align:center;font-size:13px;line-height:1.6}

.success-page{text-align:center}.success-icon{width:72px;height:72px;margin:58px auto 18px;border-radius:50%;display:grid;place-items:center;background:#17191c;color:#fff;font-size:36px}
.success-page h1{margin-bottom:6px}.coord{font-size:58px;font-weight:900;letter-spacing:.04em;margin:10px}
.result-photo{width:80%;max-width:360px;aspect-ratio:1;object-fit:cover;border-radius:20px;box-shadow:0 16px 50px #0002}
.print-state{margin:18px 0;font-weight:700}

.center-card{width:min(94%,540px);margin:12vh auto;background:#fff;border:1px solid #e3e5e8;border-radius:20px;padding:30px;text-align:center}
.center-card.narrow{max-width:410px}.stack{display:grid;gap:12px;margin-top:22px}
input,select{width:100%;border:1px solid #d8dce1;border-radius:10px;padding:12px 13px;background:#fff}

.admin-shell{min-height:100vh;display:grid;grid-template-columns:230px 1fr}
.sidebar{background:#111317;color:#fff;padding:27px 19px;display:flex;flex-direction:column;justify-content:space-between}
.brand{font-size:14px;font-weight:900;letter-spacing:.12em;margin-bottom:32px}
.sidebar nav{display:grid;gap:7px}.sidebar nav a,.logout{padding:10px 11px;border-radius:9px;color:#c7cbd0}
.sidebar nav a:hover{background:#ffffff10;color:#fff}
.admin-main{padding:35px 41px;max-width:1500px;width:100%}
.topline{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:25px}.topline .actions{flex-wrap:wrap;justify-content:flex-end}.topline h1{margin:6px 0 0;font-size:32px}.topline .muted{margin:8px 0 0}
.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}
.project-head{display:flex;justify-content:space-between;gap:10px}.project-head h3{margin:0}
.badge{background:#e8f7ed;color:#157f3b;padding:5px 9px;border-radius:999px;font-size:12px}.bigbadge{font-size:14px}
.stats,.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:21px 0}
.stats div,.kpis div{display:grid;gap:4px}.stats b,.kpis b{font-size:23px}.stats span,.kpis span{font-size:12px;color:#777}
.progress{height:7px;border-radius:999px;background:#eceef1;overflow:hidden;margin:14px 0}.progress i{height:100%;display:block;background:#17191c}

.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid label{display:grid;gap:8px;font-size:13px;font-weight:700}.form-grid small{font-weight:400;color:#777}.full{grid-column:1/-1}.check{display:flex!important;align-items:center;gap:8px}.check input{width:auto}.print-toggle{display:grid;gap:7px}
.subform{display:grid;gap:12px;align-content:start}.subform h3{margin:0}.inline-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.overlay-panel{margin-top:18px}.overlay-preview{display:grid;grid-template-columns:240px minmax(220px,360px);gap:18px;align-items:start}.overlay-preview b{display:block;margin-bottom:6px}.overlay-preview span{display:block;color:#777;font-size:13px;line-height:1.55}.overlay-preview img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px;border:1px solid #e3e5e8;background:#f5f6f8}
.split{display:grid;grid-template-columns:320px 1fr;gap:26px}.qr{width:220px;height:220px}.kpis{grid-template-columns:repeat(4,1fr)}.kpis>div{background:#fff;border:1px solid #e3e5e8;border-radius:16px;padding:18px}
.section-title{margin:31px 0 15px}.section-title h2{margin:0}.section-title .muted{margin:8px 0 0}
.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.photo-card{background:#fff;border:1px solid #e3e5e8;border-radius:14px;padding:10px}.photo-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}
.photo-meta{display:flex;justify-content:space-between;align-items:center;padding:8px 2px}.status{font-size:11px;padding:4px 6px;border-radius:7px;background:#eee}.status.printed,.status.ready{background:#e8f7ed;color:#157f3b}.status.failed{background:#fee9e7;color:#b42318}
.mini-btn,.danger{border:0;border-radius:8px;padding:7px 9px;cursor:pointer}.err{display:block;color:#b42318;word-break:break-all;margin:4px 2px}.danger-zone{margin-top:40px;padding-top:20px;border-top:1px solid #ddd}.danger{background:#fee9e7;color:#b42318}.empty{padding:35px;color:#777}

@media(max-width:820px){
  .admin-shell{grid-template-columns:1fr}.sidebar{position:static;flex-direction:row;align-items:center;padding:14px}.sidebar .brand,.logout{display:none}.sidebar nav{display:flex}
  .admin-main{padding:22px 14px}.form-grid,.split{grid-template-columns:1fr}.kpis{grid-template-columns:1fr 1fr}
  .overlay-preview,.inline-fields{grid-template-columns:1fr}
}
@media(max-width:480px){
  .choose-grid{grid-template-columns:1fr}.choose-btn{min-height:130px}
}


/* V2.5 */
.upload-status{min-height:24px;text-align:center;font-size:13px;font-weight:700;color:#157f3b;margin-top:12px}
.card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:14px;border-top:1px solid #eceef1}
.mini-link{padding:8px 10px;border-radius:9px;background:#f0f1f3;font-size:13px;font-weight:700}
.mini-link.primary{background:#17191c;color:#fff}
.card-actions form{margin:0}
.mini-link.danger-link{border:0;background:#fee9e7;color:#b42318;cursor:pointer}

.batch-panel{max-width:900px}
.batch-drop{min-height:260px;border:2px dashed #c8ccd2;border-radius:18px;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;cursor:pointer;padding:28px}
.batch-drop input{display:none}.batch-drop span,.batch-drop small{color:#777}.batch-icon{width:58px;height:58px;border-radius:50%;background:#17191c;color:#fff;display:grid;place-items:center;font-size:32px}
.batch-options{display:flex;gap:18px;align-items:center;margin:20px 0;flex-wrap:wrap}.batch-selected{font-weight:800;margin:15px 0}
.batch-progress{height:12px;background:#e9ebee;border-radius:999px;overflow:hidden}.batch-progress i{display:block;width:0;height:100%;background:#17191c;transition:width .25s}
.batch-progress-text{text-align:right;font-size:13px;color:#777;margin:7px 0 16px}.big-batch{width:100%}
.batch-log{margin-top:18px;display:grid;gap:8px;max-height:330px;overflow:auto}
.batch-log-row{display:grid;grid-template-columns:24px 1fr auto;gap:9px;align-items:center;padding:10px 12px;border-radius:10px;background:#f6f7f8;font-size:13px}
.batch-log-row.ok b{color:#157f3b}.batch-log-row.bad b{color:#b42318}.batch-log-row em{font-style:normal;font-weight:800}

.wall-body{margin:0;background:#090a0c;color:#fff;overflow:hidden;font-family:Inter,"Microsoft YaHei",system-ui,sans-serif}
.wall-topbar{height:100px;padding:18px 3vw;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;background:linear-gradient(180deg,#111318,#090a0c)}
.wall-topbar h1{font-size:28px;margin:4px 0 0}.wall-eyebrow{font-size:11px;letter-spacing:.18em;color:#7d8490;font-weight:800}
.wall-status{display:grid;text-align:right}.wall-status strong{font-size:25px}.wall-status span{font-size:12px;color:#8d939d}
.wall-tools{display:flex;gap:8px}.wall-tools button{border:1px solid #30343a;background:#181b20;color:#fff;border-radius:9px;padding:9px 13px;cursor:pointer}
.wall-progress{height:4px;background:#1a1d21}.wall-progress i{display:block;width:0;height:100%;background:#fff;transition:width .4s}
.wall-main{height:calc(100vh - 150px);display:grid;place-items:center}
.wall-stage{position:relative;background:#111;box-shadow:0 20px 80px #000;border:1px solid #2b2f35;overflow:hidden}
.wall-master{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;filter:grayscale(.35) brightness(.34) contrast(.9);opacity:.72}
.wall-tiles{position:absolute;inset:0}.wall-tile{position:absolute;object-fit:cover;display:block}
.wall-tile.arrive{z-index:3;animation:tileGlow .85s ease-out}
@keyframes tileGlow{0%{box-shadow:0 0 0 4px #fff,0 0 45px 16px #fff;filter:brightness(1.8)}100%{box-shadow:none;filter:none}}
.wall-grid-overlay{position:absolute;inset:0;pointer-events:none;opacity:0;transition:.25s;background-image:linear-gradient(to right,#ffffff22 1px,transparent 1px),linear-gradient(to bottom,#ffffff22 1px,transparent 1px);background-size:calc(100% / var(--cols)) calc(100% / var(--rows))}
.wall-grid-overlay.show{opacity:1}
.wall-empty-note{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:13px 18px;background:#0009;border:1px solid #ffffff22;border-radius:12px;color:#bfc4ca;font-size:14px}
.wall-legend{height:46px;display:flex;justify-content:center;gap:28px;align-items:center;color:#858b95;font-size:12px}.legend-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}.legend-dot.dim{background:#4c5159}.legend-dot.live{background:#fff}
.fly-card{position:fixed;z-index:9999;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 25px 100px #000c,0 0 0 4px #ffffff55;transition:left .9s cubic-bezier(.2,.8,.2,1),top .9s cubic-bezier(.2,.8,.2,1),width .9s cubic-bezier(.2,.8,.2,1),height .9s cubic-bezier(.2,.8,.2,1),border-radius .9s,opacity .9s}
.fly-card img{width:100%;height:100%;object-fit:cover}.fly-card b{position:absolute;right:8px;bottom:8px;background:#fff;color:#111;padding:4px 7px;border-radius:7px;font-size:14px}

@media(max-width:720px){
  .wall-topbar{height:82px;grid-template-columns:1fr auto;padding:12px 16px}.wall-topbar h1{font-size:20px}.wall-tools{display:none}.wall-status strong{font-size:18px}.wall-main{height:calc(100vh - 125px)}.wall-legend{gap:12px;font-size:10px}
}


/* ===================== V2.6 MOBILE ===================== */
.mobile-v26{min-height:100vh;position:relative;overflow:hidden;background:#f4f5f7;color:#17191c;padding:0 18px calc(26px + env(safe-area-inset-bottom));font-family:Inter,"Microsoft YaHei",system-ui,sans-serif}
.mobile-glow{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;opacity:.55}
.glow-a{width:240px;height:240px;right:-120px;top:-90px;background:#dbe4ff}
.glow-b{width:210px;height:210px;left:-130px;top:280px;background:#f6e6ff}
.mobile-header{height:70px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1}
.mobile-brand{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:900;letter-spacing:.14em;color:#343840}
.brand-dot{width:10px;height:10px;border-radius:50%;background:#17191c;box-shadow:0 0 0 5px #17191c10}
.step-pill{padding:7px 10px;border-radius:999px;background:#fff;border:1px solid #e4e6ea;font-size:10px;font-weight:800;letter-spacing:.08em;color:#6d737c}
.mobile-hero-v26{position:relative;z-index:1;padding:16px 4px 24px}
.mobile-kicker{font-size:13px;font-weight:800;color:#777d86;margin-bottom:8px}
.mobile-hero-v26 h1{margin:0;font-size:31px;line-height:1.2;letter-spacing:-.03em}
.mobile-hero-v26 p{margin:10px 0 0;color:#777d86;line-height:1.65;font-size:14px}
.mobile-panel-v26{position:relative;z-index:1;background:#ffffffd9;backdrop-filter:blur(18px);border:1px solid #ffffff;border-radius:26px;padding:18px;box-shadow:0 18px 60px #20242b10}
.section-caption{font-size:11px;font-weight:900;letter-spacing:.12em;color:#9499a1;text-transform:uppercase;margin-bottom:12px}
.choice-list-v26{display:grid;gap:12px}
.choice-card-v26{min-height:104px;border:1px solid #e5e7ea;border-radius:20px;background:#fff;display:grid;grid-template-columns:54px 1fr 24px;gap:13px;align-items:center;padding:17px;cursor:pointer;box-shadow:0 8px 28px #00000008;transition:transform .18s,border-color .18s,box-shadow .18s}
.choice-card-v26:active{transform:scale(.985);border-color:#cfd3d9;box-shadow:none}.choice-card-v26 input{display:none}
.choice-icon-v26{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:#f1f3f5}.choice-icon-v26 svg{width:25px;height:25px;fill:#17191c}
.camera-icon{background:#17191c}.camera-icon svg{fill:#fff}.gallery-icon{background:#eef2ff}.gallery-icon svg{fill:#43516a}
.choice-copy{display:grid;gap:4px}.choice-copy strong{font-size:17px}.choice-copy small{font-size:12px;color:#848a93;line-height:1.45}.choice-arrow{font-size:30px;color:#b2b6bd;font-weight:300}
.mobile-tip-v26{margin-top:14px;padding:13px 14px;border-radius:16px;background:#f7f8fa;display:flex;gap:10px;align-items:flex-start}
.mobile-tip-v26 span{font-size:11px;font-weight:900;padding:3px 6px;border-radius:6px;background:#17191c;color:#fff}.mobile-tip-v26 p{margin:0;font-size:12px;line-height:1.55;color:#7d838c}
.crop-head-v26{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:13px}.crop-head-v26 h2{font-size:20px;margin:0}.text-button-v26{border:0;background:transparent;color:#69707a;font-weight:700;padding:2px 0}
.crop-shell-v26{padding:6px;background:#eceef1;border-radius:24px}
.crop-stage-v26{width:min(calc(100vw - 60px),440px);height:min(calc(100vw - 60px),440px);margin:auto;position:relative;overflow:hidden;border-radius:19px;background:#111}
.crop-stage-v26 canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none}
.crop-guide-v26{position:absolute;inset:15px;border:1px solid #ffffff99;pointer-events:none;box-shadow:0 0 0 999px #00000018}
.corner{position:absolute;width:30px;height:30px;border-color:#fff;border-style:solid}.corner.tl{left:-1px;top:-1px;border-width:3px 0 0 3px;border-radius:8px 0 0 0}.corner.tr{right:-1px;top:-1px;border-width:3px 3px 0 0;border-radius:0 8px 0 0}.corner.bl{left:-1px;bottom:-1px;border-width:0 0 3px 3px;border-radius:0 0 0 8px}.corner.br{right:-1px;bottom:-1px;border-width:0 3px 3px 0;border-radius:0 0 8px 0}
.zoom-card-v26{display:grid;grid-template-columns:28px 1fr 28px;gap:10px;align-items:center;padding:15px 4px 13px}.zoom-symbol{text-align:center;font-size:20px;color:#7c828a}
.zoom-card-v26 input{accent-color:#17191c}
.primary-action-v26{width:100%;border:0;border-radius:16px;background:#17191c;color:#fff;min-height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:800;box-shadow:0 14px 30px #17191c22}.primary-action-v26:active{transform:translateY(1px)}.primary-action-v26.loading{opacity:.72}.button-arrow{font-size:22px;font-weight:400}
.secondary-action-v26{width:100%;border:0;background:transparent;padding:14px;color:#7c828a;font-weight:700}
.upload-status-v26{text-align:center;min-height:22px;font-size:12px;color:#157f3b;font-weight:800}
.mobile-footer-v26{display:flex;align-items:center;gap:10px;justify-content:center;padding:22px 5px 2px;color:#999ea6;font-size:10px;position:relative;z-index:1}.mobile-footer-v26 span{width:28px;height:1px;background:#d7dade}.mobile-footer-v26 p{margin:0}

/* ===================== V2.6 SUCCESS ===================== */
.success-v26{min-height:100vh;display:grid;place-items:center;background:#f4f5f7;padding:24px;position:relative;overflow:hidden}
.success-glow-v26{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#dfe8ff 0,#f0eaff 42%,transparent 70%);filter:blur(20px);top:-220px}
.success-card-v26{width:min(100%,500px);background:#ffffffea;border:1px solid #fff;border-radius:30px;padding:34px 24px;text-align:center;position:relative;z-index:1;box-shadow:0 25px 80px #1c233014}
.success-mark-v26{width:64px;height:64px;border-radius:50%;background:#17191c;color:#fff;display:grid;place-items:center;margin:0 auto 18px;font-size:30px}
.success-kicker-v26{font-size:10px;letter-spacing:.16em;font-weight:900;color:#9ca1aa}.success-card-v26 h1{font-size:30px;margin:8px 0}.success-card-v26>p{color:#858b94;margin:0}
.coord-v26{font-size:58px;font-weight:950;letter-spacing:-.03em;margin:18px 0 16px}
.success-photo-wrap-v26{width:min(82vw,340px);aspect-ratio:1;margin:auto;position:relative;border-radius:24px;overflow:hidden;box-shadow:0 18px 55px #0002}.success-photo-wrap-v26 img{width:100%;height:100%;object-fit:cover}.success-photo-wrap-v26 span{position:absolute;right:9px;bottom:9px;background:#fff;color:#111;border-radius:8px;padding:5px 8px;font-weight:900}
.print-state-v26{margin:18px 0 12px;font-weight:800}.success-tip-v26{display:flex;justify-content:center;align-items:center;gap:8px;color:#858b94;font-size:11px}.success-tip-v26 b{color:#17191c}.success-tip-v26 i{width:1px;height:12px;background:#ddd}

/* ===================== V2.6 BIG SCREEN ===================== */
.wall-v26-body{margin:0;background:#060709;color:#fff;overflow:hidden;font-family:Inter,"Microsoft YaHei",system-ui,sans-serif}
.wall-v26-body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 40%,#222936 0,#0c0f14 44%,#050608 82%);z-index:-3}
.ambient{position:fixed;border-radius:50%;filter:blur(110px);opacity:.16;z-index:-2}.ambient-one{width:600px;height:600px;left:-250px;top:-180px;background:#7c92ff}.ambient-two{width:520px;height:520px;right:-180px;bottom:-230px;background:#ff81cf}
.wall-v26-chrome{height:94px;padding:18px 2.7vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;transition:opacity .35s,transform .35s}
.wall-v26-chrome.hidden{opacity:0;transform:translateY(-18px);pointer-events:none}
.wall-v26-brand{display:flex;align-items:center;gap:13px}.live-dot-v26{width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 6px #ffffff12,0 0 24px #fff;animation:livePulse 2s infinite}
@keyframes livePulse{50%{opacity:.55;box-shadow:0 0 0 10px #ffffff06}}
.wall-v26-brand div{display:grid}.wall-v26-brand small{font-size:9px;letter-spacing:.18em;color:#777e89;font-weight:900}.wall-v26-brand strong{font-size:20px;margin-top:3px}
.wall-v26-progress-pill{justify-self:center;display:flex;align-items:baseline;gap:7px;padding:10px 17px;border:1px solid #ffffff12;background:#ffffff08;border-radius:999px;backdrop-filter:blur(15px)}.wall-v26-progress-pill span{font-size:18px;font-weight:900}.wall-v26-progress-pill i{font-style:normal;color:#686f79}.wall-v26-progress-pill em{font-style:normal;font-size:10px;color:#8d949e;margin-left:3px}
.wall-v26-tools{justify-self:end;display:flex;gap:8px}.wall-v26-tools button{border:1px solid #ffffff14;background:#ffffff08;color:#d8dbe0;border-radius:10px;padding:9px 13px;cursor:pointer;backdrop-filter:blur(12px)}
.wall-v26-page-progress{position:fixed;left:0;top:0;width:100%;height:2px;background:#ffffff08;z-index:20}.wall-v26-page-progress i{display:block;width:0;height:100%;background:#fff;box-shadow:0 0 15px #fff;transition:width .4s}
.wall-v26-main{height:calc(100vh - 94px);display:grid;place-items:center;padding:0 2vw 3vh}
.wall-v26-stage{position:relative;background:#0c0e12;border-radius:14px;overflow:hidden;box-shadow:0 30px 120px #000b,0 0 0 1px #ffffff12;transition:width .3s,height .3s}
.wall-fit-stretch .wall-v26-stage{border-radius:8px}
.wall-v26-master{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;filter:saturate(.62) brightness(.46) contrast(.92);opacity:.72}
.wall-v26-vignette{position:absolute;inset:0;box-shadow:inset 0 0 80px #0008;pointer-events:none;z-index:4}
.wall-v26-tiles{position:absolute;inset:0;z-index:2}.wall-v26-tile{position:absolute;object-fit:cover;display:block}
.wall-fit-stretch .wall-v26-master,.wall-fit-stretch .wall-v26-tile{object-fit:fill}
.wall-v26-grid{position:absolute;inset:0;z-index:5;pointer-events:none;opacity:0;transition:.25s;background-image:linear-gradient(to right,#ffffff20 1px,transparent 1px),linear-gradient(to bottom,#ffffff20 1px,transparent 1px);background-size:calc(100% / var(--cols)) calc(100% / var(--rows))}.wall-v26-grid.show{opacity:1}
.wall-v26-empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:8;display:flex;flex-direction:column;align-items:center;gap:6px;color:#b7bdc6;background:#07090bb8;border:1px solid #ffffff12;border-radius:18px;padding:18px 24px;backdrop-filter:blur(15px)}.wall-v26-empty>span{width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 18px #fff}.wall-v26-empty small{color:#6f7680}
.target-pulse-v26{position:absolute;z-index:7;pointer-events:none;opacity:0;border:2px solid #fff}
.target-pulse-v26.active{animation:targetPulseV26 1.35s ease-out}
@keyframes targetPulseV26{0%{opacity:1;box-shadow:0 0 0 0 #fff,0 0 30px #fff;transform:scale(1.35)}45%{opacity:1;box-shadow:0 0 0 18px #ffffff1a,0 0 35px #fff;transform:scale(1)}100%{opacity:0;box-shadow:0 0 0 38px transparent;transform:scale(1)}}
.tile-arrive-v26{z-index:6;animation:tileArriveV26 1.3s ease-out}
@keyframes tileArriveV26{0%{filter:brightness(2);box-shadow:0 0 30px #fff}55%{filter:brightness(1.3);box-shadow:0 0 18px #ffffffaa}100%{filter:none;box-shadow:none}}

.spotlight-v26{position:fixed;inset:0;z-index:100;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .25s}.spotlight-v26.show{opacity:1;visibility:visible}
.spotlight-backdrop-v26{position:absolute;inset:0;background:#020305b8;backdrop-filter:blur(4px);opacity:0;transition:opacity .35s}.spotlight-v26.show .spotlight-backdrop-v26{opacity:1}.spotlight-v26.flying .spotlight-backdrop-v26{opacity:0}
.spotlight-card-v26{position:absolute;left:50%;top:50%;width:min(38vh,360px);height:min(38vh,360px);transform:translate(-50%,-50%) scale(.82);border-radius:26px;background:#fff;color:#111;overflow:hidden;box-shadow:0 35px 120px #000,0 0 0 1px #ffffff55;opacity:0;transition:transform .5s cubic-bezier(.2,.9,.2,1),opacity .35s,left 1s cubic-bezier(.15,.8,.18,1),top 1s cubic-bezier(.15,.8,.18,1),width 1s cubic-bezier(.15,.8,.18,1),height 1s cubic-bezier(.15,.8,.18,1),border-radius 1s}
.spotlight-v26.show .spotlight-card-v26{transform:translate(-50%,-50%) scale(1);opacity:1}
.spotlight-v26.flying .spotlight-card-v26{left:calc(50% + var(--dx));top:calc(50% + var(--dy));width:var(--tw);height:var(--th);border-radius:0;transform:translate(-50%,-50%) scale(1);box-shadow:0 0 40px #fff}
.spotlight-photo-v26{position:absolute;inset:0}.spotlight-photo-v26 img{width:100%;height:100%;object-fit:cover}.wall-fit-stretch .spotlight-photo-v26 img{object-fit:fill}
.spotlight-copy-v26{position:absolute;left:14px;right:14px;bottom:14px;padding:13px 14px;border-radius:14px;background:#fff;box-shadow:0 8px 35px #0003;display:grid}.spotlight-copy-v26 small{font-size:9px;letter-spacing:.16em;color:#8a9098;font-weight:900}.spotlight-copy-v26 strong{font-size:34px;letter-spacing:-.03em;line-height:1.1}.spotlight-copy-v26 span{font-size:11px;color:#7e848c;margin-top:2px}.spotlight-v26.flying .spotlight-copy-v26{opacity:0}
.fullscreen-hint-v26{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(15px);opacity:0;padding:10px 14px;border-radius:999px;background:#000b;color:#aaa;font-size:10px;z-index:120;transition:.3s}.fullscreen-hint-v26.show{opacity:1;transform:translateX(-50%) translateY(0)}
.is-fullscreen .wall-v26-main{height:100vh;padding:0}.is-fullscreen .wall-v26-stage{border-radius:0;box-shadow:none}.is-fullscreen.wall-fit-stretch .wall-v26-stage{border-radius:0}.is-fullscreen .wall-v26-chrome{position:fixed;left:0;right:0;top:0;z-index:80;background:linear-gradient(#000b,transparent)}.is-fullscreen .wall-v26-master{filter:saturate(.7) brightness(.47) contrast(.94)}

@media(max-width:700px){
  .wall-v26-chrome{height:76px;padding:12px 14px;grid-template-columns:1fr auto}.wall-v26-brand strong{font-size:16px}.wall-v26-tools{display:none}.wall-v26-progress-pill{padding:8px 12px}.wall-v26-progress-pill span{font-size:14px}.wall-v26-main{height:calc(100vh - 76px);padding-bottom:12px}
}
