    .top{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      flex-wrap:wrap;
      padding:14px 16px;
      border-radius:16px;
      background:#fff;
      border:1px solid rgba(148,163,184,.25);
      box-shadow:var(--shadow);
      margin-bottom:12px;
    }
    .brand{display:flex;align-items:center;gap:12px;}
    .brand-logo{width:44px;height:44px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;box-shadow:0 8px 20px rgba(15,23,42,.08);overflow:hidden;}
    .brand-logo img{width:70%;height:70%;object-fit:contain;}
    .top .t1{font-weight:800;font-size:16px;letter-spacing:.3px;}
    .top .t2{font-size:12px;color:#64748b;}
    .account-wrap{display:grid;gap:16px;margin-top:14px;}
    .account-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px;box-shadow:var(--shadow);}
    .account-card h2{margin:0 0 10px;font-size:18px;font-weight:800;}
    .order-item{border:1px solid var(--line);border-radius:12px;padding:12px;margin-bottom:10px;background:#f9fafb;}
    .order-id{font-weight:800;}
    .order-meta{font-size:13px;color:#475569;margin-top:6px;line-height:1.5;}
    .order-reward{
      margin-top:10px;
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:12px;
      background:linear-gradient(135deg,#fef3c7 0%, #fde68a 100%);
      border:1px solid rgba(245,158,11,.35);
      color:#92400e;
      font-weight:800;
      font-size:13px;
      box-shadow:0 8px 18px rgba(245,158,11,.15);
    }
    .order-reward.pending{
      background:linear-gradient(135deg,#e0f2fe 0%, #dbeafe 100%);
      border-color:rgba(59,130,246,.25);
      color:#1e3a8a;
      font-weight:700;
      display:flex;
      flex-wrap:wrap;
      gap:6px;
    }
    .order-reward-hint{
      font-size:12px;
      font-weight:600;
      color:#475569;
    }
    .reward-action-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:6px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,#18a168,#1095d6);
      text-decoration:none;
      box-shadow:0 8px 18px rgba(16,149,214,.2);
      border:1px solid rgba(16,149,214,.35);
      margin-left:4px;
    }
    .reward-action-btn:hover{
      filter:brightness(1.05);
      transform:translateY(-1px);
    }
    .meeting-link-row{
      margin-top:10px;
      padding:10px 12px;
      border-radius:12px;
      border:1px solid #c7d2fe;
      background:linear-gradient(135deg,#eef2ff 0%, #e0f2fe 100%);
      color:#1e293b;
      display:flex;
      align-items:center;
      gap:10px;
      flex-wrap:wrap;
      box-shadow:0 8px 18px rgba(30,64,175,.12);
    }
    .meeting-link-row .meeting-label{
      display:inline-flex;
      align-items:center;
      gap:6px;
      font-weight:800;
      font-size:12px;
      color:#1d4ed8;
      background:#fff;
      padding:4px 10px;
      border-radius:999px;
      border:1px solid #c7d2fe;
      white-space:nowrap;
    }
    .meeting-link-row .meeting-link{
      color:#1d4ed8;
      font-weight:700;
      text-decoration:underline;
      word-break:break-all;
    }
    .badge-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;background:#e0e7ff;color:#1d4ed8;margin-top:6px;}
    .empty-msg{padding:12px;border:1px dashed var(--line);border-radius:12px;font-size:13px;color:#94a3b8;text-align:center;}
    .top-actions{display:flex;gap:10px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;}
    .back-btn{border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 14px;font-weight:700;cursor:pointer;box-shadow:var(--shadow);}
    .top-actions-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
    .top-actions-right .member-menu button,
    .top-actions-right .auth-widget,
    .top-actions-right .nav-btn{
      min-height:52px;
      height:52px;
      padding:10px 16px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
    }
    .nav-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#0f172a;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(15,23,42,.08);transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;font-size:13px;}
    .nav-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.12);border-color:rgba(24,161,104,.35);}
    @media(max-width:640px){
      .top{flex-wrap:nowrap;overflow-x:auto;gap:10px;}
      .top::-webkit-scrollbar{display:none;}
      .top-actions-right{flex-wrap:nowrap;gap:8px;}
      .top-actions-right .member-menu button,
      .top-actions-right .auth-widget,
      .top-actions-right .nav-btn{
        min-width:110px;
        height:46px;
        padding:8px 12px;
      }
      .brand{min-width:200px;}
    }
    .order-qna{margin-top:10px;padding-top:10px;border-top:1px dashed var(--line);}
    .qna-toggle{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 12px;font-weight:700;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;}
    .qna-body{margin-top:10px;display:none;}
    .qna-item{border:1px solid var(--line);border-radius:10px;padding:8px;background:#fff;margin-bottom:8px;}
    .qna-item.admin{border-color:#fde68a;background:#fffbeb;}
    .qna-meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#64748b;margin-bottom:6px;}
    .qna-text{white-space:pre-wrap;font-size:13px;color:#0f172a;}
    .qna-actions{display:flex;gap:6px;margin-top:6px;}
    .qna-actions button{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:4px 8px;font-size:12px;cursor:pointer;}
    .qna-form{display:grid;gap:8px;margin-top:8px;}
    .qna-form textarea{border:1px solid var(--line);border-radius:10px;padding:8px;font-size:13px;min-height:72px;}
    .qna-form button{justify-self:flex-start;border:none;border-radius:999px;padding:6px 14px;font-weight:700;background:linear-gradient(135deg,#18a168,#1095d6);color:#fff;cursor:pointer;}
    .qna-status{font-size:12px;color:#94a3b8;margin-left:8px;}
    .qna-unread{display:none;min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:800;align-items:center;justify-content:center;margin-left:6px;}
    .qna-unread.show{display:inline-flex;}
  
