:root{--bg:#07090d;--panel:#10141b;--panel2:#151b24;--border:#252e3b;--text:#f1f5f9;--muted:#8d99a8;--green:#58e1a7;--red:#ff6b75;--yellow:#ffc857}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif}button,input{font:inherit}.hidden{display:none!important}
.shell{min-height:100vh;background:radial-gradient(circle at 55% 35%,rgba(88,225,167,.08),transparent 30%),linear-gradient(145deg,#080a0e,#0b1017)}
.topbar{height:74px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;background:rgba(8,11,16,.94);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:42px;height:42px;border-radius:13px;background:var(--green);color:#07120e;font-weight:900;display:grid;place-items:center}.brand strong,.brand small{display:block}.brand strong{font-size:14px}.brand small{font-size:11px;color:var(--muted);margin-top:4px}.top-actions{display:flex;gap:10px;align-items:center}.ghost-link,.danger-btn{border:1px solid var(--border);background:var(--panel);color:var(--text);text-decoration:none;border-radius:10px;padding:9px 13px;font-size:12px;cursor:pointer}.danger-btn{border-color:rgba(255,107,117,.35);color:#ff9ba2}
.content{max-width:1220px;margin:0 auto;padding:24px}.control-card{display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:10px;box-shadow:0 18px 50px rgba(0,0,0,.2)}
.square{width:40px;height:40px;border-radius:10px;border:1px solid var(--border);background:var(--panel2);color:var(--text);font-size:22px;cursor:pointer}.square:disabled{opacity:.35;cursor:not-allowed}.urlbar{flex:1;height:42px;border:1px solid var(--border);background:#0b0f15;border-radius:11px;display:flex;align-items:center;overflow:hidden}.urlbar>span{font-size:8px;color:var(--green);margin-left:13px}.urlbar input{flex:1;height:100%;border:0;outline:0;background:transparent;color:var(--text);padding:0 10px;font-size:13px}.urlbar button{height:32px;margin-right:5px;border:0;border-radius:8px;background:var(--green);color:#07120e;font-weight:800;padding:0 18px;cursor:pointer}.urlbar button:disabled{opacity:.4}
.stage{display:grid;grid-template-columns:minmax(520px,1fr) 270px;gap:28px;align-items:start;margin-top:24px}.phone-wrap{display:flex;flex-direction:column;align-items:center}.iphone{position:relative;width:433px;height:892px;border-radius:62px;padding:20px;background:linear-gradient(145deg,#3d3f43,#111214 25%,#292b2f 72%,#08090a);box-shadow:0 0 0 2px #4c4f54,0 30px 85px rgba(0,0,0,.62),inset 0 0 0 2px rgba(255,255,255,.04)}.iphone:before{content:"";position:absolute;inset:8px;border-radius:55px;border:1px solid rgba(255,255,255,.08);pointer-events:none}.screen{width:393px;height:852px;border-radius:47px;overflow:hidden;position:relative;background:#10151c}.screen>img{width:393px;height:852px;object-fit:cover;display:block;background:#fff;user-select:none;-webkit-user-drag:none}.dynamic-island{position:absolute;z-index:4;top:11px;left:50%;transform:translateX(-50%);width:126px;height:36px;border-radius:24px;background:#000;pointer-events:none}.dynamic-island i{position:absolute;right:13px;top:14px;width:7px;height:7px;border-radius:50%;background:#0b1a2e}.home-indicator{position:absolute;z-index:4;bottom:7px;left:50%;transform:translateX(-50%);width:135px;height:5px;border-radius:5px;background:rgba(255,255,255,.75);mix-blend-mode:difference;pointer-events:none}.side{position:absolute;background:#2c2e31}.side.left{left:-5px;width:5px;border-radius:3px 0 0 3px}.side.right{right:-5px;width:5px;border-radius:0 3px 3px 0}.l1{top:145px;height:36px}.l2{top:205px;height:68px}.l3{top:286px;height:68px}.r1{top:210px;height:96px}
.overlay{position:absolute;z-index:5;inset:0;background:linear-gradient(180deg,#0e1720,#0a0f15);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:34px}.locked-overlay:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 28%,rgba(88,225,167,.17),transparent 32%);pointer-events:none}.lock-symbol{width:72px;height:72px;border:1px solid rgba(88,225,167,.35);border-radius:22px;display:grid;place-items:center;font-size:38px;color:var(--green);background:rgba(88,225,167,.05);margin-bottom:18px}.overlay h1{font-size:22px;margin:0 0 9px}.overlay p{font-size:12px;line-height:1.55;color:var(--muted);max-width:280px;margin:0 0 22px}.unlock-form{width:100%;max-width:290px}.unlock-form input{width:100%;height:46px;border:1px solid var(--border);border-radius:11px;background:#111821;color:#fff;padding:0 13px;outline:0}.unlock-form input:focus{border-color:rgba(88,225,167,.65)}.unlock-form button{width:100%;height:44px;margin-top:10px;border:0;border-radius:11px;background:var(--green);color:#07120e;font-weight:800;cursor:pointer}.message{min-height:18px;margin-top:12px;font-size:11px;color:#ff9da4}.spinner{width:34px;height:34px;border-radius:50%;border:3px solid #2a3541;border-top-color:var(--green);animation:spin .8s linear infinite;margin-bottom:14px}@keyframes spin{to{transform:rotate(360deg)}}.overlay small{color:var(--muted);margin-top:6px}.phone-meta{text-align:center;margin-top:20px}.phone-meta strong,.phone-meta span{display:block}.phone-meta strong{font-size:13px}.phone-meta span{font-size:11px;color:var(--muted);margin-top:5px}
.info-panel{display:flex;flex-direction:column;gap:11px}.status-box,.info-card{border:1px solid var(--border);background:var(--panel);border-radius:14px;padding:14px}.status-box{display:flex;align-items:center;gap:10px}.status-box>span{width:10px;height:10px;border-radius:50%;background:var(--yellow);box-shadow:0 0 14px currentColor}.status-box b,.status-box small{display:block}.status-box b{font-size:12px}.status-box small{font-size:10px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:190px}.info-card b,.info-card span{display:block}.info-card b{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.info-card span{font-size:12px;line-height:1.45;margin-top:7px}.fineprint{font-size:10px;line-height:1.5;color:#6f7b89;margin:4px 2px}
@media(max-width:920px){.stage{grid-template-columns:1fr}.info-panel{max-width:433px;width:100%;margin:0 auto}.content{padding:14px}.topbar{padding:0 14px}.brand small{display:none}}
@media(max-width:520px){.iphone{transform:scale(.82);transform-origin:top center;margin-bottom:-160px}.control-card{flex-wrap:wrap}.urlbar{order:3;flex-basis:100%}.ghost-link{display:none}}
