@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*{box-sizing:border-box}body{margin:0;font-family:Poppins,-apple-system,system-ui,sans-serif;color:#2c2546;background:linear-gradient(-45deg,#1a1530,#26215c,#0a0815,#3c3489,#1a1530);background-size:400% 400%;animation:gradientMove 22s ease infinite;min-height:100vh}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{max-width:480px;margin:0 auto;padding:16px}.landing{text-align:center;padding:40px 16px 24px}.landing .crown{font-size:48px;margin-bottom:8px}.landing h1{font-size:26px;font-weight:700;color:#ef9f27;margin:0 0 4px}.landing p.tagline{font-size:14px;color:#d8d3ee;margin:0 0 20px}h1.app-title{font-size:20px;font-weight:700;color:#ef9f27}input,button,textarea,select{font-size:15px;padding:11px;border-radius:14px;border:1px solid #d8d3ee;width:100%;margin-bottom:10px;font-family:inherit;background:#fff}input:focus,textarea:focus,select:focus{outline:none;border-color:#7f77dd}button{background:linear-gradient(135deg,#534ab7,#7f77dd);color:#fff;border:none;cursor:pointer;width:auto;font-weight:600;letter-spacing:.2px}button:disabled{opacity:.5;cursor:default}.card{background:#fff;border-radius:16px;padding:16px;margin-bottom:10px;border:1px solid #ece8fa;box-shadow:0 4px 16px #0003}.chat-box{background:#fffffff2;border-radius:14px;padding:12px;height:400px;overflow-y:auto;margin-bottom:10px;border:1px solid #e4ddf7;display:flex;flex-direction:column;gap:8px}.msg-row{display:flex;align-items:flex-end;gap:8px}.msg-row.mine{justify-content:flex-end}.msg-row.theirs{justify-content:flex-start}.avatar{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.bubble{max-width:72%;padding:8px 12px;border-radius:14px;font-size:14px}.msg-row.mine .bubble{background:linear-gradient(135deg,#534ab7,#7f77dd);color:#fff;border-top-right-radius:2px}.msg-row.theirs .bubble{background:#fff;border:1px solid #ece8fa;border-top-left-radius:2px}.bubble .pseudo{font-size:12px;font-weight:700;color:#ef9f27;margin-bottom:2px}.bubble img{max-width:100%;border-radius:10px;margin-top:4px;display:block}.tabs{display:flex;gap:8px;margin-bottom:14px}.tabs button{flex:1;background:#ffffffd9;color:#534ab7;border-radius:14px}.tabs button.active{background:linear-gradient(135deg,#534ab7,#7f77dd);color:#fff}.error{color:#c0392b;font-size:13px}.code-item{display:flex;justify-content:space-between;align-items:center}.chat-input-row{display:flex;gap:8px;align-items:center}.chat-input-row input[type=text]{flex:1;margin-bottom:0}.chat-input-row button{border-radius:50%;width:44px;height:44px;padding:0;flex-shrink:0}.icon-btn{width:44px;height:44px;border-radius:50%;background:#ece8fa;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;flex-shrink:0}.signout-btn{background:#f2eee0;color:#8a6d1f;margin-top:12px;width:100%}
