@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--chat-bg: #ffffff;--user-text: #000000;--receiver-text: #000000;--royal-dark: #1a1a1a;--royal-gold: #c5a059;--royal-border: rgba(0, 0, 0, .1);--glass-blur: blur(8px)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--chat-bg);color:#000;min-height:100vh;overflow:hidden}.glass-container{background:transparent;border:1px solid var(--royal-border);border-radius:0;box-shadow:none}.button-group-images{display:flex;flex-direction:column;gap:12px;width:100%;align-items:center;padding:20px}.image-button{background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease;display:flex;justify-content:center;width:100%}.image-button img{width:75%;max-width:280px;height:auto;display:block;margin:0 auto}.image-button:hover{transform:scale(1.05)}.chat-room-container{height:100vh;width:100vw;display:flex;flex-direction:column;background-color:var(--chat-bg)}.chat-bubble{width:100%;padding:8px 15px;margin:2px 0;font-size:.95rem;line-height:1.1;border-radius:0}.chat-bubble.user{color:var(--user-text);text-align:right}.chat-bubble.seller,.chat-bubble.support,.chat-bubble.system{color:var(--receiver-text);text-align:left}.welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;background-color:transparent}.welcome-title{font-size:2.2rem;margin-bottom:.5rem;color:#000;font-weight:800}.welcome-subtitle{color:#666;margin-bottom:1.5rem}.royal-input{width:100%;padding:12px 15px;background:#fff;border:1px solid #ccc;border-radius:8px;color:#000;font-size:1rem;outline:none;margin-bottom:15px}.royal-input:focus{border-color:var(--user-text)}.premium-css-button{background:#fff;color:var(--user-text);border:1px solid var(--royal-border);padding:15px 30px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:280px;box-shadow:0 4px 10px #0000000d}.premium-css-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000001a;border-color:var(--user-text)}.search-header{padding:20px;background:#fff;display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--royal-border)}.back-button{background:none;border:none;font-size:1.5rem;cursor:pointer}.search-body{padding:20px;flex:1;overflow-y:auto}.search-form{display:flex;gap:10px;margin-bottom:20px}.search-btn{background:var(--user-text);color:#fff;border:none;padding:0 20px;border-radius:8px;font-weight:600;cursor:pointer}.product-card{background:#fff;padding:15px;border-radius:12px;border:1px solid var(--royal-border);margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.product-info h3{font-size:1rem;margin-bottom:4px}.price{color:var(--receiver-text);font-weight:700}.buy-btn{background:var(--receiver-text);color:#fff;border:none;padding:8px 15px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer}.status-text{text-align:center;color:#666;margin-top:40px}.projected-pill-button{width:100%;max-width:320px;padding:16px 32px;border:none;border-radius:50px;font-size:1.2rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#fff;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;margin:10px auto;box-shadow:0 8px #00000026}.projected-pill-button:active{transform:translateY(4px);box-shadow:0 4px #00000026}.btn-seller{background:linear-gradient(135deg,#1abc9c,#16a085);border-bottom:4px solid #12876f}.btn-ai{background:linear-gradient(135deg,#3498db,#2980b9);border-bottom:4px solid #2471a3}.btn-admin{background:linear-gradient(135deg,#95a5a6,#7f8c8d);border-bottom:4px solid #6c7a7d}.projected-pill-button:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 10px #0000001f}.projected-pill-button:hover:active{transform:translateY(4px);box-shadow:0 4px #00000026}
