    .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;
    }
    .order-result-panel{
      margin-top:12px;
      padding:12px;
      border-radius:14px;
      border:1px solid #e2e8f0;
      background:linear-gradient(145deg,#fffaf0 0%,#f8fafc 100%);
      box-shadow:0 10px 22px rgba(15,23,42,.08);
    }
    .order-result-title{
      font-size:14px;
      font-weight:800;
      color:#7c2d12;
      margin-bottom:8px;
    }
    .order-result-group-label{
      font-size:12px;
      font-weight:800;
      color:#9a3412;
      margin:8px 0 6px;
    }
    .order-result-group-label.with-gap{
      margin-top:12px;
    }
    .result-row{
      border:1px solid #fed7aa;
      background:#fff;
      border-radius:12px;
      padding:10px;
      margin-top:8px;
    }
    .result-row-title{
      font-size:12px;
      color:#334155;
      font-weight:700;
      margin-bottom:8px;
      word-break:break-word;
    }
    .order-result-note-inline{
      margin:-2px 0 8px;
      padding:7px 9px;
      border-radius:10px;
      background:#fff7ed;
      color:#9a3412;
      border:1px solid #fed7aa;
      font-size:12px;
      line-height:1.45;
      white-space:pre-wrap;
      word-break:break-word;
    }
    .result-actions{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
    }
    .result-action-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:7px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      text-decoration:none;
      border:1px solid transparent;
      transition:transform .15s ease, filter .15s ease;
    }
    .result-action-btn.primary{
      background:linear-gradient(135deg,#ea580c,#c2410c);
      color:#fff;
      border-color:#b45309;
      box-shadow:0 8px 18px rgba(194,65,12,.22);
    }
    .result-action-btn.ghost{
      background:#fff7ed;
      color:#9a3412;
      border-color:#fdba74;
    }
    .result-action-btn:hover{
      transform:translateY(-1px);
      filter:brightness(1.03);
    }
    .order-result-note{
      margin-top:10px;
      padding:8px 10px;
      border-radius:10px;
      background:#fff7ed;
      color:#9a3412;
      border:1px solid #fdba74;
      font-size:12px;
      font-weight:600;
      line-height:1.5;
    }
    .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:wrap;
        overflow:visible;
        gap:10px;
      }
      .top-actions-right{
        width:100%;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
        justify-content:flex-start;
      }
      .top-actions-right .member-menu button,
      .top-actions-right .nav-btn,
      .top-actions-right .auth-widget{
        width:100%;
        height:44px;
        min-height:44px;
        padding:8px 12px;
      }
      .top-actions-right .auth-widget{
        padding:0;
        border:none;
        background:transparent;
        box-shadow:none;
        justify-content:stretch;
      }
      .top-actions-right .auth-widget .auth-status{display:none;}
      .top-actions-right .auth-widget .auth-btn{
        width:100%;
        height:44px;
        justify-content:center;
      }
    }
    .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;}
    .video-status-dialog{
      border:none;
      padding:0;
      background:transparent;
      width:min(92vw,460px);
      max-width:460px;
    }
    .video-status-dialog::backdrop{
      background:rgba(2,6,23,.62);
      backdrop-filter:blur(4px);
    }
    .video-status-shell{
      border-radius:20px;
      border:1px solid #fed7aa;
      background:linear-gradient(165deg,#fffaf0 0%,#ffffff 62%,#fff7ed 100%);
      box-shadow:0 24px 60px rgba(124,45,18,.28);
      overflow:hidden;
    }
    .video-status-head{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      padding:14px 16px;
      border-bottom:1px solid #fde2cc;
      background:linear-gradient(120deg,#ffedd5,#fff7ed);
    }
    .video-status-title{
      font-size:18px;
      font-weight:900;
      color:#7c2d12;
      letter-spacing:.2px;
    }
    .video-status-close{
      width:34px;
      height:34px;
      border-radius:999px;
      border:1px solid #fed7aa;
      background:#fff;
      color:#9a3412;
      font-size:16px;
      font-weight:900;
      cursor:pointer;
    }
    .video-status-body{
      padding:16px;
      display:grid;
      gap:10px;
    }
    .video-status-badge{
      justify-self:start;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:5px 10px;
      border-radius:999px;
      font-size:12px;
      font-weight:800;
      color:#92400e;
      border:1px solid #fdba74;
      background:#fff7ed;
    }
    .video-status-text{
      font-size:14px;
      font-weight:700;
      color:#334155;
      line-height:1.6;
    }
    .video-status-progress{
      width:100%;
      height:12px;
      border-radius:999px;
      background:#e2e8f0;
      border:1px solid #cbd5e1;
      overflow:hidden;
    }
    .video-status-progress-bar{
      height:100%;
      width:0%;
      border-radius:999px;
      background:linear-gradient(90deg,#f97316,#fb923c,#f59e0b);
      transition:width .22s ease;
    }
    .video-status-percent{
      font-size:13px;
      font-weight:900;
      color:#9a3412;
      text-align:right;
    }
    .video-status-actions{
      display:flex;
      justify-content:flex-end;
      gap:8px;
      padding:0 16px 16px;
      flex-wrap:wrap;
    }
    .video-status-btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:9px 14px;
      border-radius:999px;
      font-size:13px;
      font-weight:900;
      text-decoration:none;
      border:1px solid transparent;
      cursor:pointer;
    }
    .video-status-btn.primary{
      color:#fff;
      background:linear-gradient(135deg,#ea580c,#c2410c);
      border-color:#9a3412;
      box-shadow:0 10px 24px rgba(194,65,12,.22);
    }
    .video-status-btn.ghost{
      color:#9a3412;
      background:#fff7ed;
      border-color:#fdba74;
    }
  
