body.rd-app-page{margin:0;min-height:100vh;background:#eef0f3;color:#111827;font-family:"OpenAI Sans",-apple-system,sans-serif}
.rd-page-shell{width:auto;min-height:calc(100vh - 28px);margin:14px 14px 14px 0;padding:52px clamp(28px,4vw,64px) 90px;border:1px solid #e2e5ea;border-radius:24px;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.035)}
.rd-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:34px}.rd-page-eyebrow{display:block;margin-bottom:9px;color:#1d3eff;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.rd-page-heading h1{margin:0;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.045em;font-weight:900}.rd-page-heading p{max-width:560px;margin:12px 0 0;color:#6b7280;font-size:15px;line-height:1.55;font-weight:600}
.rd-page-create{height:48px;display:inline-flex;align-items:center;gap:9px;padding:0 22px;border:0;border-radius:999px;color:#fff;background:#1d3eff;box-shadow:0 12px 26px rgba(29,62,255,.24);cursor:pointer;font:inherit;font-weight:850}.rd-page-create:hover{background:#1532de;transform:translateY(-1px)}
.rd-category{margin-top:38px}.rd-category-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.rd-category h2{margin:0;font-size:22px;letter-spacing:-.025em}.rd-category-count{color:#8b93a1;font-size:12px;font-weight:750}
.rd-template-grid,.rd-project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:22px}
.rd-category-store .rd-template-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr))}@media(min-width:769px) and (max-width:1799px){.rd-category-store .rd-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.rd-template-card,.rd-project-card{display:block;padding:10px;border:1px solid #e6e9ef;color:inherit;background:#fff;box-shadow:0 8px 25px rgba(15,23,42,.055);text-decoration:none;transition:.2s ease}.rd-template-card{border-radius:5px}.rd-project-card{border-radius:0}.rd-template-card:hover,.rd-project-card:hover{box-shadow:0 18px 38px rgba(15,23,42,.11);border-color:#d8deea}
.rd-template-preview,.rd-project-preview{position:relative;overflow:hidden;border-radius:2px;background:linear-gradient(145deg,#eef1f7,#e3e8f1)}.rd-template-preview{display:block;aspect-ratio:auto}.rd-project-preview{aspect-ratio:16/10;display:grid;place-items:center}.rd-template-preview img{display:block;width:100%;height:auto;object-fit:contain}.rd-project-preview img{width:100%;height:100%;object-fit:cover}.rd-template-preview:after{content:"Use template";position:absolute;right:10px;bottom:10px;padding:7px 11px;border-radius:999px;color:#fff;background:rgba(17,24,39,.88);opacity:0;transform:translateY(4px);transition:.18s;font-size:11px;font-weight:850}.rd-template-card:hover .rd-template-preview:after{opacity:1;transform:none}
.rd-premium-badge{position:absolute;z-index:2;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid rgba(255,255,255,.45);border-radius:999px;color:#fff;background:rgba(17,24,39,.82);box-shadow:0 6px 18px rgba(15,23,42,.18);backdrop-filter:blur(10px);font-size:10px;font-weight:850;letter-spacing:.025em}.rd-premium-badge .material-symbols-outlined{font-size:15px;color:#ffd65a}
.rd-card-copy{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 5px 5px}.rd-card-copy strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.rd-card-copy small{color:#8a93a2;font-size:10px;font-weight:700;white-space:nowrap}
.rd-project-preview .rd-project-placeholder{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;color:#1d3eff;background:#fff;box-shadow:0 12px 28px rgba(15,23,42,.1)}.rd-project-placeholder .material-symbols-outlined{font-size:30px}.rd-project-meta{display:flex;gap:10px;margin-top:4px;color:#8a93a2;font-size:10px;font-weight:700}.rd-local-badge{position:absolute;top:10px;left:10px;padding:6px 9px;border-radius:999px;color:#445066;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.rd-empty-state{display:none;max-width:620px;margin:70px auto 0;padding:54px 34px;border:1px dashed #cfd6e2;border-radius:28px;background:#fff;text-align:center}.rd-empty-state.is-visible{display:block}.rd-empty-icon{width:74px;height:74px;margin:0 auto 18px;display:grid;place-items:center;border-radius:22px;color:#1d3eff;background:#edf1ff}.rd-empty-icon .material-symbols-outlined{font-size:36px}.rd-empty-state h2{margin:0 0 9px;font-size:24px}.rd-empty-state p{margin:0 0 22px;color:#737c8c;line-height:1.5}.rd-project-status{margin:20px 0;color:#737c8c;font-size:13px;font-weight:700}
@media(max-width:760px){.rd-page-shell{min-height:calc(100vh - 92px);margin:8px;padding:32px 18px 50px;border-radius:20px}.rd-page-heading{align-items:flex-start;flex-direction:column}.rd-page-heading h1{font-size:38px}.rd-template-grid,.rd-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rd-template-card,.rd-project-card{padding:7px}.rd-template-card{border-radius:5px}.rd-project-card{border-radius:0}.rd-template-preview,.rd-project-preview{border-radius:2px}.rd-card-copy{display:grid;padding:10px 3px 4px}.rd-page-create{height:44px}}
