*, *::before, *::after {box-sizing: border-box;margin: 0;padding: 0;}html {-webkit-text-size-adjust: 100%;}body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,'Helvetica Neue', Arial, sans-serif;background: linear-gradient(160deg, #0f172a 0%, #1e3a5f 55%, #0f2027 100%);min-height: 100vh;color: #1e293b;-webkit-font-smoothing: antialiased;}.wug-page {max-width: 480px;margin: 0 auto;padding-bottom: 48px;}.wug-header {text-align: center;padding: 52px 24px 36px;}.wug-logo-icon {font-size: 60px;line-height: 1;margin-bottom: 14px;display: block;animation: float 3s ease-in-out infinite;}.wug-logo-mark {display: inline-flex;align-items: center;justify-content: center;width: 76px;height: 76px;margin-bottom: 16px;border-radius: 22px;background: #ffffff;color: #1d4ed8;font-size: 26px;font-weight: 900;letter-spacing: 0;line-height: 1;text-transform: lowercase;box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);animation: float 3s ease-in-out infinite;}@keyframes float {0%, 100% { transform: translateY(0); }50%       { transform: translateY(-6px); }}.wug-title {font-size: 38px;font-weight: 800;color: #ffffff;letter-spacing: -1.5px;text-transform: lowercase;line-height: 1;}.wug-subtitle {font-size: 15px;color: rgba(255, 255, 255, 0.65);margin-top: 10px;line-height: 1.4;}.wug-card {background: #ffffff;border-radius: 28px 28px 0 0;padding: 32px 22px 40px;min-height: 65vh;box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.25);}.wug-section-title {font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 1.2px;color: #94a3b8;margin: 28px 0 14px;}.wug-section-title:first-of-type {margin-top: 0;}.wug-errors-box {background: #fff5f5;border: 1.5px solid #fca5a5;border-radius: 14px;padding: 14px 16px;margin-bottom: 24px;}.wug-errors-title {font-size: 13px;font-weight: 600;color: #dc2626;margin-bottom: 6px;}.wug-errors-box ul {list-style: none;padding: 0;}.wug-errors-box li {font-size: 13px;color: #ef4444;padding: 2px 0;}.wug-errors-box li::before {content: '• ';}.wug-field {margin-bottom: 18px;}.wug-label {display: block;font-size: 14px;font-weight: 600;color: #374151;margin-bottom: 7px;}.required {color: #ef4444;margin-left: 1px;}.wug-input {display: block;width: 100%;padding: 14px 16px;border: 2px solid #e2e8f0;border-radius: 13px;font-size: 16px;color: #1e293b;background: #f8fafc;transition: border-color 0.15s ease, background-color 0.15s ease;-webkit-appearance: none;appearance: none;outline: none;}.wug-input:focus {border-color: #2563eb;background: #ffffff;}.wug-input.error {border-color: #ef4444;background: #fff7f7;}.wug-targa {font-family: 'Courier New', Courier, monospace;font-size: 20px;font-weight: 700;letter-spacing: 3px;text-transform: uppercase;}.wug-input-hint {font-size: 12px;color: #94a3b8;margin-top: 5px;line-height: 1.4;}.wug-field-error {display: block;font-size: 12px;color: #ef4444;margin-top: 5px;}.wug-row {display: grid;gap: 12px;}.wug-row-2 {grid-template-columns: 1fr 1fr;}.wug-gender-group {display: flex;gap: 10px;}.wug-gender-option {flex: 1;}.wug-gender-option input[type="radio"] {position: absolute;opacity: 0;width: 0;height: 0;}.wug-gender-option label {display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 4px;padding: 14px 8px;border: 2px solid #e2e8f0;border-radius: 13px;font-size: 13px;font-weight: 600;color: #64748b;cursor: pointer;background: #f8fafc;transition: all 0.15s ease;text-align: center;line-height: 1.3;min-height: 72px;-webkit-tap-highlight-color: transparent;}.wug-gender-option input[type="radio"]:checked + label {border-color: #2563eb;background: #eff6ff;color: #1d4ed8;}.wug-social-icon {display: inline-flex;align-items: center;justify-content: center;width: 18px;height: 18px;border-radius: 4px;background: #1877f2;color: #fff;font-size: 11px;font-weight: 900;line-height: 1;vertical-align: middle;margin-right: 2px;}.wug-privacy {display: flex;align-items: flex-start;gap: 14px;padding: 16px;background: #f8fafc;border: 2px solid #e2e8f0;border-radius: 13px;cursor: pointer;-webkit-tap-highlight-color: transparent;transition: border-color 0.15s ease;}.wug-privacy.error {border-color: #ef4444;background: #fff7f7;}.wug-privacy input[type="checkbox"] {width: 22px;height: 22px;flex-shrink: 0;accent-color: #2563eb;cursor: pointer;margin-top: 1px;}.wug-privacy-text {font-size: 13px;color: #475569;line-height: 1.55;pointer-events: none;}.wug-privacy-text em {font-style: italic;color: #2563eb;}.wug-submit {display: block;width: 100%;padding: 17px 24px;margin-top: 28px;background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);color: #ffffff;border: none;border-radius: 14px;font-size: 17px;font-weight: 700;text-align: center;text-decoration: none;cursor: pointer;letter-spacing: 0.2px;box-shadow: 0 4px 16px rgba(37, 99, 235, 0.45);-webkit-tap-highlight-color: transparent;transition: transform 0.1s ease, box-shadow 0.1s ease;-webkit-appearance: none;appearance: none;}.wug-submit:active {transform: scale(0.97);box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);}.wug-submit-outline {background: transparent;border: 2px solid #2563eb;color: #2563eb;box-shadow: none;margin-top: 16px;}.wug-submit-outline:active {background: #eff6ff;}.wug-landing-header {padding-top: 74px;}.wug-landing-card {display: flex;min-height: 42vh;flex-direction: column;justify-content: center;}.wug-landing-actions {display: flex;flex-direction: column;gap: 16px;}.wug-landing-actions .wug-submit {margin-top: 0;}.wug-required-note {font-size: 12px;color: #94a3b8;text-align: center;margin-top: 18px;}.wug-success-card {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 48px 24px 40px;}.wug-success-icon {font-size: 72px;line-height: 1;margin-bottom: 20px;}.wug-success-title {font-size: 26px;font-weight: 800;color: #1e293b;margin-bottom: 16px;letter-spacing: -0.5px;}.wug-success-body {font-size: 15px;color: #475569;line-height: 1.6;margin-bottom: 12px;max-width: 320px;}.wug-targa-badge {display: inline-block;font-family: 'Courier New', Courier, monospace;font-size: 20px;font-weight: 700;letter-spacing: 3px;color: #1d4ed8;background: #eff6ff;padding: 4px 12px;border-radius: 8px;border: 1.5px solid #bfdbfe;}.wug-success-hint {display: flex;align-items: flex-start;gap: 10px;background: #f0fdf4;border: 1.5px solid #bbf7d0;border-radius: 13px;padding: 14px 16px;margin: 24px 0 8px;text-align: left;max-width: 340px;}.wug-hint-icon {font-size: 20px;flex-shrink: 0;line-height: 1.4;}.wug-success-hint span:last-child {font-size: 13px;color: #166534;line-height: 1.5;}@media (max-width: 360px) {.wug-title {font-size: 32px;}.wug-card {padding: 28px 16px 36px;}.wug-gender-option label {font-size: 12px;padding: 12px 4px;}}@media (min-width: 480px) {body {display: flex;align-items: flex-start;justify-content: center;}.wug-page {width: 100%;padding-bottom: 60px;}.wug-card {border-radius: 28px;margin: 0 16px;min-height: auto;}}.wug-textarea {display: block;width: 100%;padding: 14px 16px;border: 2px solid #e2e8f0;border-radius: 13px;font-size: 16px;font-family: inherit;color: #1e293b;background: #f8fafc;line-height: 1.55;resize: vertical;min-height: 100px;transition: border-color 0.15s ease, background-color 0.15s ease;-webkit-appearance: none;appearance: none;outline: none;}.wug-textarea:focus {border-color: #2563eb;background: #ffffff;}.wug-result-user {background: #f8fafc;border: 2px solid #e2e8f0;border-radius: 18px;padding: 24px 20px 20px;text-align: center;width: 100%;margin-bottom: 16px;}.wug-result-user-avatar {font-size: 40px;line-height: 1;margin-bottom: 12px;}.wug-result-user-name {font-size: 22px;font-weight: 800;color: #1e293b;margin: 12px 0 4px;letter-spacing: -0.4px;}.wug-result-user-sub {font-size: 14px;color: #64748b;margin-top: 2px;}.wug-result-message {background: #eff6ff;border: 1.5px solid #bfdbfe;border-radius: 13px;padding: 14px 16px;margin-bottom: 16px;width: 100%;text-align: left;}.wug-result-message-label {font-size: 11px;font-weight: 700;text-transform: uppercase;letter-spacing: 1.1px;color: #94a3b8;margin-bottom: 6px;}.wug-result-message-text {font-size: 15px;color: #1d4ed8;font-style: italic;line-height: 1.55;}.wug-chat-header {padding-bottom: 26px;}.wug-chat-card {padding-bottom: 28px;}.wug-chat-profile {display: flex;align-items: center;justify-content: space-between;gap: 14px;background: #f8fafc;border: 2px solid #e2e8f0;border-radius: 18px;padding: 16px;margin-bottom: 18px;}.wug-chat-name {font-size: 20px;font-weight: 800;color: #1e293b;line-height: 1.2;margin-top: 4px;}.wug-profile-link {text-decoration: none;}.wug-chat-thread {display: flex;flex-direction: column;gap: 10px;min-height: 280px;max-height: 52vh;overflow-y: auto;padding: 14px 4px 18px;margin: 0 -4px;}.wug-message {max-width: 82%;border-radius: 18px;padding: 11px 13px 12px;overflow-wrap: anywhere;}.wug-message-me {align-self: flex-end;background: #2563eb;color: #ffffff;border-bottom-right-radius: 6px;}.wug-message-other {align-self: flex-start;background: #f1f5f9;color: #1e293b;border-bottom-left-radius: 6px;}.wug-message-meta {font-size: 11px;font-weight: 700;margin-bottom: 4px;opacity: 0.72;}.wug-message-text {font-size: 15px;line-height: 1.45;}.wug-empty-chat {display: flex;min-height: 240px;flex-direction: column;align-items: center;justify-content: center;text-align: center;padding: 24px;}.wug-chat-form {position: sticky;bottom: 0;background: #ffffff;padding-top: 14px;}.wug-chat-composer {display: grid;grid-template-columns: 1fr auto;gap: 10px;align-items: end;}.wug-chat-input {display: block;width: 100%;min-height: 54px;max-height: 140px;padding: 13px 14px;border: 2px solid #e2e8f0;border-radius: 14px;font-size: 16px;font-family: inherit;color: #1e293b;background: #f8fafc;line-height: 1.45;resize: vertical;outline: none;-webkit-appearance: none;appearance: none;}.wug-chat-input:focus {border-color: #2563eb;background: #ffffff;}.wug-chat-send {min-height: 54px;padding: 0 18px;background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);color: #ffffff;border: none;border-radius: 14px;font-size: 15px;font-weight: 800;cursor: pointer;box-shadow: 0 4px 16px rgba(37, 99, 235, 0.35);-webkit-tap-highlight-color: transparent;}.wug-chat-send:active {transform: scale(0.97);}@media (max-width: 360px) {.wug-chat-profile {align-items: flex-start;flex-direction: column;}.wug-message {max-width: 90%;}.wug-chat-composer {grid-template-columns: 1fr;}.wug-chat-send {width: 100%;}}.wug-profile-hero {display: flex;flex-direction: column;align-items: center;text-align: center;padding: 16px 8px 26px;}.wug-profile-photo {display: block;width: 148px;height: 148px;border-radius: 50%;object-fit: cover;border: 4px solid #eff6ff;box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);margin-bottom: 18px;}.wug-profile-nickname {font-size: 30px;font-weight: 800;color: #1e293b;line-height: 1.1;letter-spacing: -0.5px;margin-bottom: 12px;}.wug-profile-details {display: flex;flex-direction: column;gap: 12px;}.wug-profile-row {background: #f8fafc;border: 2px solid #e2e8f0;border-radius: 16px;padding: 15px 16px;}.wug-profile-value {font-size: 16px;font-weight: 650;color: #1e293b;line-height: 1.5;margin-top: 5px;overflow-wrap: anywhere;}