/* Poyacity forum subscription surface */
.forum-page{max-width:1240px;margin:0 auto;padding:32px 20px 72px}.forum-hero{display:grid;gap:16px;padding:28px;border:1px solid var(--poya-border,#dbe3ee);border-radius:24px;background:linear-gradient(135deg,#f8fbff,#eef7f4)}.forum-hero h1{margin:0;font-size:clamp(1.9rem,4vw,3rem)}.forum-hero p{margin:0;max-width:850px;line-height:1.9}.forum-subscription-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:20px;margin:24px 0}.forum-panel{border:1px solid var(--poya-border,#dbe3ee);border-radius:20px;background:#fff;padding:22px;box-shadow:0 12px 32px rgba(15,23,42,.06)}.forum-panel h2,.forum-panel h3{margin-top:0}.forum-current-plan{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.forum-plan-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#e7f5ef;color:#075e45;font-weight:800}.forum-plan-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.forum-plan-card{border:1px solid #dce5ef;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px}.forum-plan-card[data-plan="premium"]{border-color:#c9971f;background:#fffaf0}.forum-plan-price{font-size:1.35rem;font-weight:900}.forum-plan-features{margin:0;padding-right:18px;display:grid;gap:8px;line-height:1.7}.forum-plan-action{margin-top:auto}.forum-progress{height:10px;border-radius:999px;background:#e8edf3;overflow:hidden}.forum-progress>span{display:block;height:100%;background:linear-gradient(90deg,#0d9488,#2563eb)}.forum-hall-list{display:grid;gap:12px}.forum-hall{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #e1e8f0;border-radius:14px}.forum-hall[aria-disabled="true"]{opacity:.58;background:#f8fafc}.forum-weekly-list{display:grid;gap:12px}.forum-weekly-card{border-right:4px solid #0d9488;background:#f8fbff;border-radius:12px;padding:14px}.forum-status-message{border-radius:12px;padding:12px 14px;background:#f1f5f9}.forum-status-message.error{background:#fff1f2;color:#9f1239}.forum-status-message.success{background:#ecfdf5;color:#065f46}.forum-main-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}.forum-page .native-forum-screen{display:block!important;padding:0}.forum-page .native-screen-header .app-back-button{display:none}.forum-page .native-forum-modal{z-index:1200}@media(max-width:900px){.forum-subscription-grid{grid-template-columns:1fr}.forum-plan-cards{grid-template-columns:1fr}}@media(prefers-color-scheme:dark){.forum-panel,.forum-plan-card{background:#111827;color:#e5e7eb;border-color:#334155}.forum-hero{background:linear-gradient(135deg,#0f172a,#12231f);border-color:#334155}.forum-status-message{background:#1e293b}.forum-hall{border-color:#334155}}
