/* v2.1.0 styles */
.ogsh-wrap{max-width:1100px;margin:0 auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
.ogsh-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:16px 0}
.ogsh-card{background:rgba(255,255,255,0.92);border:1px solid #eee;border-radius:14px;padding:18px;box-shadow:0 4px 16px rgba(0,0,0,.04);margin-bottom:12px}
.ogsh-sub{font-size:20px;font-weight:800;margin:20px 0 12px;text-transform:capitalize}
.ogsh-white{color:#fff}
.ogsh-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}
.ogsh-input,.ogsh-textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px;background:#fff}
.ogsh-textarea{min-height:64px;resize:vertical}
.ogsh-readonly{background:#f1f5f9;pointer-events:none;user-select:text;white-space:pre-wrap}
.ogsh-strong{font-weight:700;display:block;margin-bottom:6px}
.ogsh-btn{border:0;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}
.ogsh-btn-primary{background:linear-gradient(90deg,#a5b4fc,#86efac)}
.ogsh-btn-ghost{background:#f5f7ff}
.ogsh-kaydet-wrap{display:flex;justify-content:flex-end;margin-top:12px}
.ogsh-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.ogsh-uploader{border:2px dashed #d0d5dd;border-radius:12px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#fafafa}
.ogsh-plus{font-size:34px;opacity:.6}
.ogsh-note{margin-top:8px}
.ogsh-list{display:flex;gap:12px;flex-wrap:wrap}
.ogsh-pill{display:flex;gap:12px;align-items:center;border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;background:#fff}
.ogsh-link{border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;background:#f9fafb;cursor:pointer}
.ogsh-muted{color:#64748b;font-size:13px}
.ogsh-hide{display:none !important}
.ogsh-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.ogsh-tabs{display:flex;gap:8px}
.ogsh-tab{border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;background:#fff;cursor:pointer}
.ogsh-tab-active{background:#eef2ff;border-color:#c7d2fe;font-weight:700}
.ogsh-tabs-bottom{display:flex;gap:8px;margin-bottom:10px}
.ogsh-tab-bottom{border:1px solid #e5e7eb;border-radius:999px;padding:6px 12px;background:#fff;cursor:pointer}
.ogsh-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;border-radius:10px;padding:8px 12px;margin-bottom:10px}
/* Lightbox */
.ogsh-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999}
.ogsh-lightbox-inner{position:relative;max-width:90vw;max-height:90vh}
.ogsh-lightbox img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.4)}
.ogsh-lightbox-close{position:absolute;top:-40px;right:0;font-size:28px;color:#fff;cursor:pointer}
