body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}
body{width:100vw;height:100vh;overflow:hidden;margin:0;padding:0}
.main{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
#canvas{position:absolute;width:100%;height:100%;z-index:1;top: 0;left: 0;right: 0;bottom: 0;}
.main>a{position:relative;z-index:11}
.main>a>img{display:block;margin:auto}
body{color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"PingFang SC","Microsoft YaHei",sans-serif;overflow:hidden;-webkit-tap-highlight-color:transparent}
.main{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.phone{box-sizing:border-box;width:100%;max-width:560px;width:min(560px,100%);min-width:320px;margin:0 auto;min-height:100svh;position:relative;background-attachment:scroll;isolation:isolate;z-index:999}
.stage{position:relative;z-index:1;min-height:100svh;display:grid;grid-template-rows:.6fr auto 1fr;padding-top:calc(env(safe-area-inset-top,0px) + 8px);padding-bottom:calc(env(safe-area-inset-bottom,0px) + 8px);box-sizing:border-box}
.card{box-sizing:border-box;grid-row:2;width:calc(100% - 24px);max-width:480px;width:min(480px,calc(100% - 24px));border-radius:14px;background:rgba(55,55,55,.65);padding:16px 16px 18px;box-sizing:border-box;margin:0 auto;box-shadow:0 8px 24px rgba(0,0,0,.28);backdrop-filter:saturate(1.1)}
.logo.in-card{width:240px;max-width:80%;margin:2px auto 20px}
.logo{width:300px;max-width:92%;display:block;transform-origin:center;will-change:transform;animation:logoBreath 3.2s ease-in-out infinite}
.domain-anim-wrap{text-align:center;font-size:22px;font-weight:800;line-height:1;margin-bottom:16px;white-space:nowrap}
.rotor{display:inline-flex;align-items:center;justify-content:center;gap:8px}
.side-icon{width:26px;height:auto;display:inline-block;user-select:none;-webkit-user-drag:none;pointer-events:none}
#rotator{display:inline-block}
.highlight{color:#ffd200}
.subtitle{text-align:center;font-size:15px;opacity:.92;margin-bottom:4px}
.blankline{height:8px}
.notice{text-align:center;font-size:15px;font-weight:800;color:#ffd200;margin-top:4px;margin-bottom:12px}
.line-list{display:flex;flex-direction:column;gap:10px}
.row{display:flex;align-items:center;gap:8px}
.row.copyable{cursor:pointer;outline:0}
.domain-box{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:box-shadow .15s ease,transform .15s ease,background .15s ease}
.domain-box:hover{box-shadow:0 0 10px rgba(255,215,0,.28)}
.domain-text{color:#fff;font-size:16px;font-weight:600;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.copy-btn{background:linear-gradient(90deg,#ffd966,#fc3);color:#5b3a29;border:0;border-radius:8px;padding:8px 14px;font-weight:800;font-size:14px;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.28);transition:transform .16s ease,box-shadow .16s ease;outline:0}
.copy-btn:hover{transform:scale(1.03);box-shadow:0 3px 8px rgba(0,0,0,.38)}
#copyAlert{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);min-width:180px;max-width:90%;padding:10px 16px;text-align:center;color:#111;background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;box-shadow:0 0 8px rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:opacity .15s linear;z-index:9999}
#copyAlert.show{opacity:1;pointer-events:auto}
#copyAlert .alert-text{font-size:16px;font-weight:800}