@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=DM+Sans:wght@300;400;500;600;700&display=swap');
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --ink: #1C2B3A; --paper: #F7F5F0; --cream: #F0EDE6;
    --accent: #2d6a4f; --gold: #C9A84C; --muted: #7a8a9a; --border: #E8E4DC; --card: white;
    --green: #2d6a4f; --sidebar-bg: #1C2B3A;
  }
  body { font-family: 'DM Sans', sans-serif; background: var(--paper); color: var(--ink); height: 100dvh; display: flex; flex-direction: column; overflow: hidden; }
  @supports not (height: 100dvh) {
    body { height: 100vh; }
  }

  /* HEADER */
  header { background: var(--sidebar-bg); color: white; padding: 14px 20px; display: flex; align-items: center; gap: 14px; flex-shrink: 0; position: relative; overflow: hidden; border-bottom: none; }
  .header-bg-logo { position: absolute; right: 50px; top: 50%; transform: translateY(-50%); opacity: 0.05; pointer-events: none; }
  .header-logo { display: flex; align-items: center; gap: 10px; position: relative; z-index: 1; }
  .header-logo-mark { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .header-wordmark { display: flex; flex-direction: column; gap: 1px; }
  header h1 { font-family: 'Fraunces', serif; font-size: 1.4rem; color: white; line-height: 1; font-weight: 700; letter-spacing: -0.3px; }
  header span { font-size: 0.6rem; color: rgba(255,255,255,0.35); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 500; }
  .sync { margin-left: auto; display: flex; align-items: center; gap: 6px; font-size: 0.7rem; color: rgba(255,255,255,0.5); position: relative; z-index: 1; }
  .dot { width: 7px; height: 7px; border-radius: 50%; background: #555; flex-shrink: 0; }
  .dot.ok { background: #4CAF82; }
  .dot.err { background: #e74c3c; }

  /* Mobile nav tabs */
  .mobile-tabs { display: none; background: var(--sidebar-bg); border-bottom: 1px solid rgba(255,255,255,0.08); flex-shrink: 0; }
  .mobile-tabs button { flex: 1; background: none; border: none; color: rgba(255,255,255,0.5); padding: 10px; font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 600; cursor: pointer; border-bottom: 2px solid transparent; }
  .mobile-tabs button.active { color: white; border-bottom-color: var(--accent); }
  .mobile-action-bar { display: none; }

  .layout { display: flex; flex: 1; overflow: hidden; }

  /* SIDEBAR */
  .sidebar { width: 260px; flex-shrink: 0; background: var(--sidebar-bg); display: flex; flex-direction: column; overflow: hidden; }
  .sidebar-top { padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .search-input { width: 100%; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 8px 12px; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; background: rgba(255,255,255,0.07); outline: none; margin-bottom: 8px; color: white; }
  .search-input::placeholder { color: rgba(255,255,255,0.28); }
  .search-input:focus { border-color: rgba(255,255,255,0.2); }
  .tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
  .tag-btn { background: transparent; border: 1px solid rgba(255,255,255,0.13); border-radius: 20px; padding: 3px 10px; font-size: 0.7rem; cursor: pointer; font-family: 'DM Sans', sans-serif; color: rgba(255,255,255,0.42); }
  .tag-btn.active { background: rgba(45,106,79,0.25); color: #4CAF82; border-color: #4CAF82; }
  .contact-list { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .contact-item { padding: 10px 14px; border-bottom: 1px solid rgba(255,255,255,0.05); cursor: pointer; display: flex; align-items: center; gap: 10px; }
  .contact-item:hover, .contact-item:active { background: rgba(255,255,255,0.04); }
  .contact-item.active { background: rgba(45,106,79,0.15); border-left: 2px solid #4CAF82; }
  .contact-item.active .ci-prof, .contact-item.active .ci-note { color: rgba(255,255,255,0.45); }
  .contact-item.active .ci-name { color: white; }
  .ci-avatar { width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.82rem; font-weight: 700; color: white; flex-shrink: 0; }
  .ci-body { flex: 1; min-width: 0; }
  .ci-name { font-family: 'Fraunces', serif; font-size: 0.95rem; font-weight: 600; color: white; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ci-prof { font-size: 0.7rem; color: rgba(255,255,255,0.38); font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ci-note { font-size: 0.72rem; color: rgba(255,255,255,0.3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .new-btn { margin: 10px 14px; padding: 10px; background: var(--accent); color: white; border: none; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600; cursor: pointer; text-align: center; flex-shrink: 0; }
  .stats-bar { padding: 5px 14px; font-size: 0.68rem; color: rgba(255,255,255,0.3); border-top: 1px solid rgba(255,255,255,0.07); text-align: center; flex-shrink: 0; }

  /* MAIN CHAT — estilo Craft */
  .main { flex: 1; display: flex; flex-direction: column; overflow: hidden; min-width: 0; background: white; }
  .chat-area { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 20px 24px; display: flex; flex-direction: column; gap: 0; position: relative; }
  .chat-watermark { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; user-select: none; opacity: 0.07; }

  /* Mensajes estilo Craft */
  .msg { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #F7F5F0; }
  .msg:last-child { border-bottom: none; }
  .msg-avatar { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: white; margin-top: 2px; }
  .msg.user .msg-avatar { background: var(--ink); }
  .msg.assistant .msg-avatar { background: linear-gradient(135deg, var(--accent), var(--gold)); }
  .msg-body { flex: 1; }
  .msg-sender { font-family: 'Fraunces', serif; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }
  .msg-sender .msg-time { font-family: 'DM Sans', sans-serif; font-size: 10px; color: #bbb; font-weight: 400; }
  .msg-content { font-size: 0.88rem; line-height: 1.6; white-space: pre-wrap; word-break: break-word; color: #3a4a5a; }
  .msg.user .msg-content { color: #2a3a4a; }
  .msg.assistant.thinking .msg-content { color: var(--muted); font-style: italic; }

  /* Burbujas de sistema/eventos — mantenemos estilo original */
  .msg.system-msg { flex-direction: column; gap: 0; border-bottom: none; padding: 6px 0; }
  .msg.system-msg .bubble { background: #f0f7ff; border: 1px solid #d0e4f7; border-radius: 10px; padding: 8px 12px; font-size: 0.82rem; color: #1a6fba; display: inline-block; }

  /* Input bar */
  .input-bar { border-top: 1px solid var(--border); padding: 0; display: flex; flex-direction: column; background: var(--paper); flex-shrink: 0; overflow: hidden; }
  .input-toolbar { display: flex; gap: 2px; align-items: center; padding: 8px 14px 6px 14px; flex-wrap: wrap; border-bottom: 1px solid var(--border); background: white; }
  .input-row { display: flex; gap: 6px; align-items: flex-end; padding: 8px 14px 10px 14px; padding-bottom: max(10px, env(safe-area-inset-bottom)); }
  .input-bar textarea { flex: 1; min-width: 0; border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; font-family: 'DM Sans', sans-serif; font-size: 16px; outline: none; resize: none; max-height: 100px; line-height: 1.4; background: white; }
  .input-bar textarea:focus { border-color: var(--accent); }
  .plus-menu { position: relative; flex-shrink: 0; }
  .plus-btn { background: var(--cream); border: 1px solid var(--border); color: var(--ink); border-radius: 10px; padding: 10px 13px; font-size: 1.1rem; cursor: pointer; line-height: 1; font-weight: 600; }
  .plus-popup { display: none; position: absolute; bottom: 52px; left: 0; background: white; border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); overflow: hidden; min-width: 180px; z-index: 50; }
  .plus-popup.open { display: block; }
  .plus-option { display: flex; align-items: center; gap: 10px; padding: 11px 16px; font-size: 0.85rem; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--ink); border: none; background: none; width: 100%; text-align: left; }
  .plus-option:hover { background: var(--cream); }
  .drop-overlay { display: none; position: fixed; inset: 0; background: rgba(26,26,46,0.7); z-index: 200; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: white; font-size: 1.2rem; font-family: 'DM Sans', sans-serif; }
  .drop-overlay.active { display: flex; }
  .drop-box { border: 3px dashed white; border-radius: 16px; padding: 40px 60px; text-align: center; }
  .tool-action { display: flex; flex-direction: column; align-items: center; gap: 3px; background: none; border: none; cursor: pointer; padding: 6px 10px; border-radius: 8px; color: var(--accent); line-height: 1; }
  .tool-action span { font-size: 0.6rem; font-family: 'DM Sans', sans-serif; font-weight: 600; color: var(--muted); white-space: nowrap; }
  .tool-action:hover { background: var(--cream); color: var(--accent); }
  .tool-action.listening { color: #c0392b; }
  .mic-btn { background: var(--cream); border: 1px solid var(--border); color: var(--ink); border-radius: 10px; padding: 10px 12px; font-size: 1.1rem; cursor: pointer; flex-shrink: 0; transition: all 0.2s; line-height: 1; }
  .mic-btn.listening { background: var(--accent); border-color: var(--accent); color: white; animation: pulse 1s infinite; }
  @keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.08); } }
  .send-btn { background: var(--accent); border: none; color: white; border-radius: 10px; padding: 10px 18px; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600; cursor: pointer; flex-shrink: 0; }
  .send-btn:disabled { opacity: 0.4; cursor: not-allowed; }

  /* Detail panel */
  .detail-panel { width: 280px; flex-shrink: 0; border-left: 1px solid var(--border); background: var(--paper); overflow-y: auto; padding: 0; display: none; animation: slideIn 0.2s ease; }
  .detail-panel.open { display: block; }
  @keyframes slideIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
  .modal-anim { animation: fadeIn 0.18s ease; }

  /* Panel admin fullscreen */
  #adminFullPanel { display:none; position:fixed; inset:0; background:rgba(0,0,0,0.55); z-index:9990; align-items:center; justify-content:center; padding:16px; }
  #adminFullPanel.open { display:flex; }
  .admin-full-box { background:white; border-radius:16px; width:100%; max-width:700px; max-height:90vh; overflow-y:auto; padding:28px; box-shadow:0 24px 64px rgba(0,0,0,0.2); animation: fadeIn 0.2s ease; }

  /* Detail panel contenido */
  .dp-name { font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 700; color: var(--ink); margin-bottom: 2px; letter-spacing: -0.3px; }
  .dp-prof { font-size: 0.72rem; color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 14px; }
  .dp-section { margin-bottom: 14px; padding: 0 16px; }
  .dp-section:first-child { padding-top: 16px; }
  .dp-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: #bbb; margin-bottom: 8px; }
  .dp-note { background: white; border: 1px solid var(--border); border-radius: 8px; padding: 8px 11px; margin-bottom: 6px; font-size: 0.8rem; line-height: 1.5; display: flex; gap: 6px; justify-content: space-between; }
  .dp-note-text { flex: 1; color: #3a4a5a; }
  .dp-note-date { font-size: 0.65rem; color: #bbb; margin-top: 2px; }
  .note-x { background: none; border: none; cursor: pointer; color: #ccc; font-size: 0.8rem; flex-shrink: 0; }
  .note-x:hover { color: #e74c3c; }
  .dp-edit { width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 8px 10px; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; background: white; outline: none; margin-bottom: 6px; color: var(--ink); }
  .dp-edit:focus { border-color: var(--accent); }
  .dp-btn { width: 100%; background: var(--ink); color: white; border: none; border-radius: 8px; padding: 8px; font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; margin-bottom: 6px; }
  .dp-btn.danger { background: none; color: #e74c3c; border: 1px solid #e74c3c; }

  .empty-chat { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--muted); text-align: center; padding: 24px; position: relative; z-index: 1; }
  .empty-chat strong { font-family: 'Fraunces', serif; font-size: 1.4rem; color: var(--ink); display: block; margin-bottom: 8px; font-weight: 600; }
  .empty-chat p { font-size: 0.82rem; line-height: 1.6; max-width: 300px; }
  .examples { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; width: 100%; max-width: 340px; }
  .ex-btn { background: var(--paper); border: 1px solid var(--border); border-radius: 8px; padding: 8px 14px; font-size: 0.78rem; cursor: pointer; font-family: 'DM Sans', sans-serif; color: var(--ink); text-align: left; }
  .ex-btn:hover { background: var(--cream); }

  /* MOBILE */
  .mobile-detail { -webkit-overflow-scrolling: touch; }
  .contact-overlay { display: none; position: fixed; inset: 0; background: var(--paper); z-index: 50; flex-direction: column; overflow: hidden; }
  .contact-overlay.open { display: flex; }
  .overlay-header { background: var(--sidebar-bg); color: white; padding: 12px 16px; display: flex; align-items: center; gap: 12px; flex-shrink: 0; border-bottom: none; }
  .overlay-back { background: none; border: none; color: white; font-size: 1.2rem; cursor: pointer; padding: 4px 8px; }
  .overlay-title { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 600; }
  .overlay-body { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 20px 16px; }
  @media (max-width: 640px) {
    .mobile-tabs { display: flex; }
    .mobile-action-bar { display: none; }
    .detail-panel { display: none !important; }
    .layout { position: relative; }
    .sidebar { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; border-right: none; transform: translateX(-100%); transition: transform 0.25s ease; }
    .sidebar.mobile-visible { transform: translateX(0); }
    .main { width: 100%; }
    .chat-area { padding: 12px 14px; }
    .msg { max-width: 92%; }
    header h1 { font-size: 1.3rem; }
    .send-btn { padding: 10px 14px; font-size: 0.85rem; }
    .input-bar { padding: 8px 10px !important; gap: 6px; }
    .plus-menu { display: none; }
    .input-toolbar { display: flex; flex-wrap: nowrap; justify-content: center; }
    #btn-importar, #btn-excel, #btn-exportar, #btn-vcard { display: none !important; }
    .mobile-only-btn { display: flex !important; }
    .input-bar textarea { padding: 8px 10px; font-size: 15px; }
  }

  /* ── AUTH SCREEN ───────────────────────────────────────── */
  #authScreen {
    position: fixed; inset: 0; z-index: 9999;
    background: var(--sidebar-bg, #1C2B3A);
    display: flex; align-items: center; justify-content: center;
    font-family: 'DM Sans', sans-serif;
  }
  .auth-box {
    background: white; border-radius: 20px; padding: 40px 36px;
    width: 100%; max-width: 400px; box-shadow: 0 32px 80px rgba(0,0,0,0.35);
  }
  .auth-logo { text-align: center; margin-bottom: 28px; }
  .auth-logo-mark { width: 52px; height: 52px; margin: 0 auto 14px; display: flex; align-items: center; justify-content: center; }
  .auth-logo h1 {
    font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 700;
    color: #1C2B3A; letter-spacing: -0.5px; line-height: 1;
  }
  .auth-logo p { font-size: 0.7rem; color: #7a8a9a; letter-spacing: 2.5px; text-transform: uppercase; margin-top: 5px; }
  .auth-tabs { display: flex; margin-bottom: 24px; border-radius: 10px; overflow: hidden; background: #F0EDE6; padding: 3px; gap: 3px; }
  .auth-tab { flex: 1; padding: 9px; background: transparent; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600; color: #7a8a9a; border-radius: 8px; transition: all 0.15s; }
  .auth-tab.active { background: white; color: #1C2B3A; box-shadow: 0 1px 4px rgba(0,0,0,0.1); }
  .auth-field { margin-bottom: 14px; }
  .auth-field label { display: block; font-size: 0.68rem; font-weight: 700; color: #9aabb8; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 1.5px; }
  .auth-field input { width: 100%; border: 1px solid #E8E4DC; border-radius: 9px; padding: 11px 13px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; outline: none; background: #FAFAF8; color: #1C2B3A; }
  .auth-field input:focus { border-color: #2d6a4f; background: white; }
  .auth-btn { width: 100%; background: #2d6a4f; color: white; border: none; border-radius: 9px; padding: 13px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; cursor: pointer; margin-top: 8px; letter-spacing: 0.2px; }
  .auth-btn:hover { background: #245a42; }
  .auth-btn:disabled { opacity: 0.6; cursor: not-allowed; }
  .auth-error { color: #c0392b; font-size: 0.82rem; margin-top: 8px; text-align: center; }
  .auth-success { color: #2d6a4f; font-size: 0.82rem; margin-top: 8px; text-align: center; }
  .auth-divider { text-align: center; color: #bbb; font-size: 0.75rem; margin: 16px 0; }
  .auth-link { background: none; border: none; color: #2d6a4f; font-size: 0.82rem; cursor: pointer; font-family: 'DM Sans', sans-serif; }

  /* ── COMPANY SETUP SCREEN ─────────────────────────────── */
  #companyScreen {
    position: fixed; inset: 0; z-index: 9998;
    background: #1C2B3A;
    display: none; align-items: center; justify-content: center;
    font-family: 'DM Sans', sans-serif;
  }
  .company-box {
    background: white; border-radius: 20px; padding: 40px 36px;
    width: 100%; max-width: 440px; box-shadow: 0 32px 80px rgba(0,0,0,0.35);
  }
  .company-box h2 { font-family: 'Fraunces', serif; font-size: 1.4rem; color: #1C2B3A; margin-bottom: 6px; }
  .company-box p { font-size: 0.85rem; color: #7a8a9a; margin-bottom: 24px; }
  .company-option { background: white; border: 1.5px solid #c5d5e8; border-radius: 12px; padding: 16px; margin-bottom: 12px; cursor: pointer; transition: border-color 0.2s; }
  .company-option:hover { border-color: #6c63ff; }
  .company-option h3 { font-size: 0.95rem; font-weight: 600; color: #1a2740; margin-bottom: 4px; }
  .company-option p { font-size: 0.8rem; color: #7a8a9a; margin: 0; }
  .company-form { margin-top: 16px; }
  .company-skip { text-align: center; margin-top: 16px; }
  .company-skip button { background: none; border: none; color: #7a8a9a; font-size: 0.82rem; cursor: pointer; font-family: 'DM Sans', sans-serif; }


  /* ── SETTINGS PANEL ────────────────────────────────────── */
  #settingsPanel {
    position: fixed; inset: 0; z-index: 9990;
    background: rgba(0,0,0,0.5);
    display: none; align-items: flex-start; justify-content: flex-end;
  }
  .settings-drawer {
    background: #f4f7fa; width: 320px; height: 100%;
    box-shadow: -4px 0 20px rgba(0,0,0,0.2);
    display: flex; flex-direction: column;
    font-family: 'DM Sans', sans-serif;
    overflow-y: auto;
  }
  .settings-header {
    background: #1a2740; color: white; padding: 16px 20px;
    display: flex; align-items: center; justify-content: space-between;
    flex-shrink: 0;
  }
  .settings-header h2 { font-family: 'Fraunces', serif; font-size: 1.1rem; }
  .settings-close { background: none; border: none; color: white; font-size: 1.4rem; cursor: pointer; }
  .settings-section { padding: 20px; border-bottom: 1px solid #e0e8f0; }
  .settings-section h3 { font-size: 0.72rem; font-weight: 700; color: #7a8a9a; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
  .settings-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; cursor: pointer; }
  .settings-item:hover .settings-item-label { color: #6c63ff; }
  .settings-item-icon { font-size: 1.2rem; width: 28px; text-align: center; }
  .settings-item-label { font-size: 0.9rem; color: #1a2740; font-weight: 500; }
  .settings-item-desc { font-size: 0.75rem; color: #7a8a9a; }
  .settings-badge { background: #6c63ff; color: white; border-radius: 20px; padding: 2px 8px; font-size: 0.7rem; font-weight: 600; margin-left: auto; }
  .settings-plan-box { background: linear-gradient(135deg, #1a2740, #2a3f6f); border-radius: 10px; padding: 14px; color: white; }
  .settings-plan-name { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
  .settings-plan-desc { font-size: 0.75rem; opacity: 0.7; }
  .settings-btn { width: 100%; background: #f0f4f8; border: 1.5px solid #c5d5e8; border-radius: 8px; padding: 10px; font-family: 'DM Sans', sans-serif; font-size: 0.88rem; font-weight: 600; cursor: pointer; color: #1a2740; margin-top: 8px; }
  .settings-btn:hover { background: #e0e8f5; }
  .settings-btn.danger { color: #c0392b; border-color: #f0b8b8; background: #fff5f5; }
  .settings-btn.danger:hover { background: #ffe0e0; }
  .settings-user-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #6c63ff, #00d4ff); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: white; font-weight: 700; flex-shrink: 0; }


  .sidebar-filter { padding: 6px 14px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .sidebar-filter select { width: 100%; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 6px 10px; font-family: 'DM Sans', sans-serif; font-size: 0.8rem; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.7); cursor: pointer; outline: none; }