html{height:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;min-height:100vh;color:#111;flex-direction:column}.ty-nav,body{background:#fff;display:flex}.ty-nav{align-items:center;justify-content:space-between;padding:0 2.5rem;height:58px;border-bottom:1px solid #ebebeb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ty-nav-left{display:flex;align-items:center;gap:1rem}.ty-nav-logo{font-size:1.8rem;font-weight:900;letter-spacing:-.05em;color:#111;line-height:1;text-decoration:none}.ty-nav-logo span{color:#aaff00}.ty-nav-menu{display:flex;align-items:center;gap:.1rem}.ty-nav-link{font-size:.92rem;font-weight:500;color:#999;background:none;border:none;cursor:pointer;padding:.3rem .75rem;border-radius:6px;font-family:inherit;transition:color .12s,background .12s;text-decoration:none;line-height:1}.ty-nav-link:hover{color:#111;background:#f5f5f5}.ty-nav-link.active{color:#111;font-weight:700;background:#f0f0f0}.ty-nav-right{display:flex;align-items:center;gap:.5rem}.ty-nav-login{font-size:.88rem;font-weight:500;color:#111;background:#fff;border:1.5px solid #ddd;cursor:pointer;padding:.38rem 1rem;border-radius:100px;font-family:inherit;transition:border-color .15s;line-height:1}.ty-nav-login:hover{border-color:#aaa}.ty-nav-register{font-size:.88rem;font-weight:700;color:#111;background:#aaff00;border:1.5px solid #aaff00;cursor:pointer;padding:.38rem 1rem;border-radius:100px;font-family:inherit;transition:background .12s;line-height:1}.ty-nav-register:hover{background:#99ee00;border-color:#99ee00}.back-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;color:#999;text-decoration:none;position:fixed;left:2.5rem;top:84px;transform:translateY(-50%);z-index:50}.back-link:hover{color:#555}.legal-wrap{max-width:1360px;margin:0 auto;padding:1.75rem 3rem 5rem;flex:1 1;width:100%}.legal-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2.6rem}.legal-titlebox{display:flex;flex-direction:column;gap:1.1rem}.legal-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:700;color:#7a9900;background:#f4ffd6;border:1px solid #e2f7a8;padding:.35rem .85rem;border-radius:100px;letter-spacing:.02em;width:-moz-fit-content;width:fit-content}.legal-title{font-size:2.5rem;font-weight:900;letter-spacing:-.03em}.legal-updated{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#aaa;font-weight:600;white-space:nowrap}.legal-section{margin-bottom:2rem;max-width:820px}.legal-h2{font-size:1rem;margin-bottom:.7rem;display:flex;gap:.5rem}.legal-h2,.legal-h2-num{font-weight:800;align-items:center}.legal-h2-num{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#7a9900;background:#f4ffd6;width:24px;height:24px;border-radius:7px;display:inline-flex;justify-content:center}.legal-body{font-size:.9rem;line-height:1.8;color:#444}.legal-body p+p{margin-top:.7rem}.legal-body ol,.legal-body ul{margin:.6rem 0 0 1.2rem}.legal-body li{margin-bottom:.35rem}.legal-body strong{color:#111}.legal-note{margin-top:3rem;padding:1rem 1.2rem;background:#fbfbfb;border:1px dashed #ddd;border-radius:12px;font-size:.8rem;color:#999;line-height:1.6;max-width:820px}.ty-login-overlay{display:none;position:fixed;inset:0;z-index:1000;background:rgba(17,17,17,.45);align-items:center;justify-content:center}.ty-login-overlay.active{display:flex}.ty-login-card{width:100%;max-width:360px;background:#fff;border-radius:20px;padding:2rem 1.8rem 1.8rem;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.18);font-family:Inter,sans-serif}.ty-login-close{position:absolute;top:.9rem;right:.9rem;width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;color:#777;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.ty-login-close:hover{background:#ececec}.ty-login-logo{font-size:1.5rem;font-weight:900;letter-spacing:-.05em;color:#111;text-align:center;margin-bottom:.3rem}.ty-login-logo span{color:#aaff00}.ty-login-title{font-size:.95rem;color:#777;text-align:center;margin-bottom:1.6rem;font-weight:500}.ty-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.75rem 1rem;border-radius:100px;border:1.5px solid #ddd;background:#fff;font-family:inherit;font-size:.92rem;font-weight:600;color:#111;cursor:pointer;transition:border-color .15s,background .12s}.ty-google-btn:hover{border-color:#aaa;background:#fafafa}