*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;min-height:100vh;display:flex;justify-content:center;align-items:center}.app{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:600px;width:90%}h1{margin-bottom:.5rem;color:#333}.subtitle{color:#666;margin-bottom:1.5rem}.error-banner{background:#fee;border:1px solid #c00;color:#c00;padding:1rem;border-radius:4px;margin-bottom:1rem}.status{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:4px}.actions{display:flex;gap:1rem;margin-top:1rem}button{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;background:#007bff;color:#fff}button:hover{background:#0056b3}.user-data{margin:1.5rem 0;padding:1rem;background:#f0f8ff;border-radius:4px}.user-data h3{margin-bottom:1rem;color:#333}.user-data dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem}.user-data dt{font-weight:700;color:#666}.user-data dd{margin:0}.token-debug{margin:1.5rem 0;padding:1rem;background:#f5f5f5;border-radius:4px;border:1px solid #ddd}.token-debug h3{margin-bottom:1rem;color:#333}.token-debug dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.9rem}.token-debug dt{font-weight:700;color:#666}.token-debug dd{margin:0;word-break:break-all}.raw-token{margin-top:1rem}.raw-token summary{cursor:pointer;color:#007bff}.raw-token pre{margin-top:.5rem;padding:.5rem;background:#fff;border:1px solid #ccc;border-radius:4px;font-size:.75rem;word-break:break-all;white-space:pre-wrap;max-height:150px;overflow-y:auto}.refresh-status{margin:1.5rem 0;padding:1rem;background:#fffbf0;border-radius:4px;border:1px solid #e0d0a0}.refresh-status h3{margin-bottom:1rem}.refresh-status dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem}.refresh-status dt{font-weight:700}.refresh-status dd{margin:0}.activity-log{margin-top:1rem}.activity-log h4{margin-bottom:.5rem;font-size:.9rem}.activity-log ul{list-style:none;padding:0;margin:0;font-size:.85rem;max-height:150px;overflow-y:auto}.activity-log li{padding:.25rem 0;border-bottom:1px solid #eee}.activity-log li.success{color:#080}.activity-log li.error{color:#c00}.countdown{font-family:monospace;font-weight:700;color:#007bff}
