:root { --color-bg: #f6f6f6; --color-surface: #ffffff; --color-text: #1f1f1f; --color-border: #dedede; --color-shadow: rgba(0, 0, 0, 0.08); -webkit-user-drag: none; }
        body { -webkit-user-drag: none; background-color: var(--color-bg); color: var(--color-text); -webkit-font-smoothing: antialiased; word-break: keep-all; overflow-x: hidden; }
        .reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
        .reveal.active { opacity: 1; transform: translateY(0); }
        @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0px); } }
        .floating-element { animation: float 6s ease-in-out infinite; }
        .floating-delay { animation-delay: -3s; }
        .policy-shell { box-shadow: 0 30px 60px -12px rgba(0,0,0,.18), 0 0 0 1px rgba(0,0,0,.05); }
        .policy-section { border-bottom: 1px solid rgba(222, 222, 222, .85); padding-bottom: 1.5rem; }
        .policy-section:last-child { border-bottom: 0; padding-bottom: 0; }
        .policy-section h2 { font-size: 1.2rem; font-weight: 800; color: #111827; margin-bottom: .75rem; letter-spacing: -0.01em; }
        .policy-section p, .policy-section li { color: #6f6f6f; line-height: 1.85; }
        .policy-section ul, .policy-section ol { padding-left: 1.4rem; }
        .policy-section ul { list-style: disc; } .policy-section ol { list-style: decimal; }
        .policy-section a { color: #b59b00; text-decoration: underline; text-underline-offset: 4px; font-weight: 700; }
        .window-frame { background: #fff; border-radius: 20px; box-shadow: 0 30px 60px -12px rgba(0,0,0,.25), 0 0 0 1px rgba(0,0,0,.05); overflow: hidden; display: flex; flex-direction: column; }
        .window-titlebar { background: #fff; height: 46px; display: flex; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--color-border); flex-shrink: 0; }
        .window-title { font-size: .95rem; font-weight: 600; color: #111827; flex: 1; }
        .window-controls { margin-left: auto; display: inline-flex; gap: 6px; flex-shrink: 0; }
        .window-btn { width: 26px; height: 26px; border-radius: 9px; border: 1px solid rgba(15,23,42,.08); background: rgba(255,255,255,.85); color: #111827; display: inline-flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 600; line-height: 1; }
        .window-btn.close { color: #ef4444; border-color: rgba(239,68,68,.3); }
        html, body, .window-frame, .policy-shell { -webkit-user-drag: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
        a, button { -webkit-user-select: text !important; -ms-user-select: text !important; user-select: text !important; -webkit-user-drag: auto !important; }
