* { box-sizing: border-box; margin: 0; padding: 0 }
        html { line-height: 1.15; -webkit-text-size-adjust: 100%; color: #313131; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" }
        body { display: flex; flex-direction: column; height: 100vh; min-height: 100vh; background-color: #222; color: #d9d9d9; }
        .main-wrapper { display: flex; flex: 1; flex-direction: column; width: 100%; }
        .main-content { margin: 8rem auto; padding: 0 1.5rem; max-width: 60rem; width: 100%; }
        .h1 { line-height: 1.4; font-size: 2.5rem; font-weight: 500; display: flex; align-items: center; gap: 0.75rem; color: #fff; }
        .h2 { line-height: 1.5; font-size: 1.5rem; font-weight: 400; color: #d1d1d1; }
        .core-msg { line-height: 1.6; font-size: 1.5rem; font-weight: 400; color: #d1d1d1; }
        .spacer-bottom { margin-bottom: 1.5rem }
        .widget-spacer { margin: 2.5rem 0; }
        .heading-favicon { width: 2.8rem; height: 2.8rem; }
        .footer { position: fixed; bottom: 0; left: 0; right: 0; margin: 0 auto; padding: 1rem 1.5rem; width: 100%; max-width: 60rem; line-height: 1.125rem; font-size: .75rem; }
        .footer-inner { border-top: 1px solid #444; padding-top: 1rem; padding-bottom: 1rem; }
        .ray-id { text-align: center; margin-bottom: 0.5rem; }
        .ray-id code { font-family: monaco, courier, monospace; }
        .text-center { text-align: center; }
        .footer a { color: #4693ff; text-decoration: none; }
        .footer a:hover { text-decoration: underline; }
        @keyframes spin{100%{transform:rotate(360deg)}}
        #content{ box-sizing:border-box; display:flex; gap:7px; align-items:center; justify-content:space-between; border:1px solid #797979; background-color:#232323; height:78px; user-select:none; padding: 0 16px; width: 100%; max-width: 320px; }
        #branding{ display:inline-flex; flex-direction:column; text-align:right; }
        #logo { width: 90px; margin-bottom: 4px; }
        .logo-dark { filter: invert(1) hue-rotate(180deg); }
        #terms{ line-height:1; color:#bbb; font-size:8px; font-weight: 400; }
        #terms a{ text-decoration: underline; color:#bbb; }
        #terms a:hover{ text-decoration: none; }
        #terms .link-spacer{ margin:0 .2rem }
        .cb-c { display: flex; align-items: center; cursor: pointer; text-align: left; }
        .cb-lb { display: grid; place-items: center; }
        .cb-lb input { grid-area: 1/1; opacity: 0; z-index: 9999; margin: 0; cursor: pointer; width: 30px; height: 30px; }
        .cb-lb .cb-i { box-sizing: border-box; grid-area: 1/1; transition: all .1s ease-in; z-index: 9998; border: 2px solid #dadada; border-radius: 3px; background: #222; width: 30px; height: 30px; }
        .cb-lb-t { grid-column: 2; margin-left: 12px; color: #fff; font-size: 14px; }
        .verification-container { display: none; align-items: center; gap: 12px; }
        #verifying-i{ display:flex; width:30px; height:30px; animation:spin 1s linear infinite; }
        #verifying-text { font-size:14px; font-weight:400; color: #fff; }
        .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); display: flex; justify-content: center; align-items: center; z-index: 10000; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
        .modal-overlay.visible { opacity: 1; visibility: visible; }
        .modal-content { background-color: #2b2b2b; border-radius: 8px; max-width: 480px; width: 90%; text-align: left; overflow: hidden; transform: scale(0.95); transition: transform 0.3s ease; }
        .modal-overlay.visible .modal-content { transform: scale(1); }
        .modal-header { background: linear-gradient(90deg, #f38020, #e9a33f); padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
        .modal-header-text h2 { font-size: 1.25rem; margin: 0 0 0.25rem 0; color: #fff; font-weight: 700; }
        .modal-header-text p { font-size: 0.9rem; margin: 0; color: #fff; opacity: 0.9; }
        .modal-header img { height: 25px; }
        .modal-body { padding: 1.5rem; }
        .modal-body h3 { font-size: 1.1rem; margin-bottom: 1.5rem; font-weight: 500; }
        .instruction-list { list-style: none; padding: 0; margin-bottom: 1.5rem; }
        .instruction-list li { font-size: 1rem; margin-bottom: 0; display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 1rem; border-left: 3px solid #f5a623; }
        .step-num { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; border-radius: 50%; background: #f5a623; color: #fff; font-weight: 600; font-size: 0.85rem; flex-shrink: 0; }
        .step-text { flex: 1; font-size: 0.95rem; }
        .step-keys { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
        .key-plus { font-size: 0.8rem; color: #999; }
        .win-kbd { display: inline-flex; align-items: center; justify-content: center; padding: 2px 4px; }
        .win-key-icon { width: 1em; height: 1em; vertical-align: middle; }
        kbd { background-color: #444; border: 1px solid #666; border-radius: 3px; padding: 2px 6px; font-family: monospace; font-size: 0.9em; }
        .agreement-section { margin-bottom: 1.5rem; }
        .agreement-section h3 { font-size: 1rem; font-weight: normal; color: #ccc; margin-bottom: 0.75rem; }
        .agreement-section p { margin: 0; background-color: #1e1e1e; padding: 0.85rem; border-radius: 4px; font-family: 'Courier New', Courier, monospace; font-size: 0.8rem; border-left: 3px solid #f38020; color: #ddd; white-space: pre-wrap; overflow-wrap: break-word; }
        .modal-footer { background-color: #333; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
        .modal-footer p { margin: 0; font-size: 0.9rem; color: #ccc; flex: 1; min-width: 0; }
        #verify-btn { background-color: #f38020; color: #fff; border: none; padding: 0.6rem 1.2rem; border-radius: 5px; cursor: pointer; font-size: 0.9rem; font-weight: 700; transition: background-color 0.2s; white-space: nowrap; flex-shrink: 0; text-align: center; }
        #verify-btn:hover:not(:disabled) { background-color: #d86e18; }
        #verify-btn:disabled { background-color: #5a5a5a; color: #aaa; cursor: not-allowed; }
        .logo-light { display: none; }
        @media (width <= 720px) { .main-content { margin-top: 6rem } .h1 { font-size: 2rem; } .h2, .core-msg { font-size: 1.25rem; } }
        @media (prefers-color-scheme: light) {
            body { background-color: #ffffff; color: #313131; }
            .h1 { color: #111; }
            .h2, .core-msg { color: #333; }
            .footer-inner { border-top: 1px solid #d1d1d1; }
            #content { border: 1px solid #d1d1d1; background-color: #f9f9f9; }
            #terms, #terms a { color: #555; }
            .cb-lb .cb-i { border: 2px solid #aaa; background: #eee; }
            .cb-lb-t, #verifying-text { color: #111; }
            .modal-overlay { background-color: rgba(0, 0, 0, 0.5); }
            .modal-content { background-color: #ffffff; }
            .modal-body h3, .instruction-list li { color: #111; }
            kbd { background-color: #eee; border: 1px solid #ccc; color: #333; }
            .agreement-section h3 { color: #444; }
            .agreement-section p { background-color: #f0f0f0; color: #333; }
            .modal-footer { background-color: #f5f5f5; }
            .modal-footer p { color: #555; }
            #verify-btn:disabled { background-color: #ccc; color: #777; }
            .logo-light { display: block; }
            .logo-dark { display: none; }
        }