:root{
  --dr-primary:#262626;--dr-gold:#C7AA7A;--dr-soft-gold:#E6D9C1;--dr-bg:#F7F5F0;--dr-paper:#fffaf2;--dr-muted:rgba(38,38,38,.65)
}
*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;background:var(--dr-bg);color:var(--dr-primary);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-feature-settings:"ss01","cv11"}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.portal-page{min-height:100vh;display:flex;flex-direction:column;background:#F7F5F0;color:#262626;position:relative;overflow-x:hidden}.ambient-bg{pointer-events:none;position:fixed;inset:0;background:radial-gradient(circle at top,#E6D9C1 0,transparent 38%),linear-gradient(180deg,#F7F5F0,#fffaf2);opacity:.8;z-index:0}.page-layer{position:relative;z-index:1;flex:1}.site-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.arena-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.arena-brand{display:flex;align-items:center;gap:.75rem}.arena-brand-mark{display:flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border-radius:1rem;background:#262626;color:#C7AA7A;font-size:1.125rem;font-weight:900;line-height:1;overflow:hidden}.arena-brand-mark img{width:100%;height:100%;object-fit:contain}.arena-brand-text{font-size:1.125rem;font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:#262626;white-space:nowrap}.arena-nav-actions{display:flex;align-items:center;gap:.5rem}.arena-lang-switch{display:flex;border:1px solid #E6D9C1;background:rgba(255,255,255,.7);border-radius:9999px;padding:.25rem;gap:.125rem}.arena-lang{border:0;background:transparent;border-radius:9999px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;color:rgba(38,38,38,.6);line-height:1}.arena-lang.active{background:#262626;color:#C7AA7A}.arena-admin-link{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#262626;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;color:#C7AA7A;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}
.arena-hero{max-width:56rem;margin:3rem auto 0;text-align:center}.arena-eyebrow{margin:0;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.42em;color:#C7AA7A}.arena-hero h1{margin:1.5rem 0 0;font-family:Georgia,"Times New Roman",serif;font-size:3rem;font-weight:300;line-height:1.04;color:#262626}.arena-hero p:not(.arena-eyebrow){max-width:42rem;margin:1.5rem auto 0;font-size:1rem;line-height:2;color:rgba(38,38,38,.65)}
.arena-filter-shell{position:relative;z-index:200;margin-top:3rem;border:1px solid #E6D9C1;background:rgba(247,245,240,.95);border-radius:1.5rem;padding:.75rem;box-shadow:0 18px 50px -30px rgba(38,38,38,.45);backdrop-filter:blur(8px);overflow:visible}.arena-filter-inner{display:flex;flex-direction:column;gap:.75rem}.arena-categories{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.arena-chip{border:1px solid #E6D9C1;background:#fff;color:#262626;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:.16s;white-space:nowrap;line-height:1.25}.arena-chip:hover{border-color:#C7AA7A}.arena-chip.active{border-color:#262626;background:#262626;color:#C7AA7A}.arena-sort{display:inline-flex;width:fit-content;overflow:hidden;border:1px solid #E6D9C1;background:#fff;border-radius:9999px;padding:.25rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.arena-sort-chip{display:flex;align-items:center;gap:.5rem;border:0;background:transparent;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;color:rgba(38,38,38,.6);transition:.16s;white-space:nowrap}.arena-sort-chip.active{background:#262626;color:#C7AA7A}.mobile-category{display:none;position:relative;z-index:300;width:100%}.mobile-category-btn{display:flex;width:100%;align-items:center;justify-content:space-between;border:1px solid #E6D9C1;background:#fff;border-radius:1rem;padding:1rem 1.25rem;text-align:left;color:#262626;font-weight:700;font-size:1rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.mobile-category-btn .mark{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:.75rem;background:#262626;color:#C7AA7A;font-size:.8rem;margin-right:.75rem}.mobile-category-menu{position:absolute;left:0;right:0;top:calc(100% + .75rem);z-index:9999;max-height:65vh;overflow:auto;border:1px solid #C7AA7A;background:#fff;border-radius:1rem;box-shadow:0 35px 90px -20px rgba(38,38,38,.55);display:none}.mobile-category.open .mobile-category-menu{display:block}.mobile-category-menu button{display:block;width:100%;border:0;border-bottom:1px solid rgba(230,217,193,.65);background:#fff;text-align:left;padding:1rem 1.25rem;color:#262626;font-size:.9rem;font-weight:700}.mobile-category-menu button.active{background:#262626;color:#C7AA7A}.mobile-category-menu button:last-child{border-bottom:0}
.arena-grid{position:relative;z-index:0;margin-top:2rem;margin-bottom:3.5rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.arena-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #E6D9C1;background:rgba(255,255,255,.85);border-radius:1.4rem;padding:.75rem;box-shadow:0 18px 45px -30px rgba(38,38,38,.45);backdrop-filter:blur(8px);transition:transform .16s ease}.arena-card:hover{transform:translateY(-2px)}.arena-image-wrap{position:relative;overflow:hidden;border-radius:1.1rem;background:#E6D9C1}.arena-quote-art{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border:0}.arena-badge{position:absolute;left:.5rem;top:.5rem;border-radius:9999px;background:rgba(247,245,240,.95);padding:.25rem .625rem;font-size:.625rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#262626;line-height:1.1}.arena-card-body{display:flex;flex:1;flex-direction:column;padding:.75rem .125rem 0}.arena-category-link{border:0;background:transparent;padding:0;width:max-content;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#C7AA7A;line-height:1.2}.arena-copy-wrap{margin-top:.5rem}.arena-quote-copy{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;font-weight:300;line-height:1.45;color:#1f2937}.arena-quote-copy.is-clamped{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.arena-more{display:inline-flex;align-items:center;gap:.25rem;border:0;background:transparent;margin:.5rem 0 0;padding:0;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#059669;transition:.16s}.arena-more:hover{color:#047857}.arena-more span{display:inline-block;transition:transform .3s ease}.arena-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem}.arena-rating{display:flex;align-items:center;gap:.05rem;border:1px solid #E6D9C1;background:rgba(255,255,255,.8);border-radius:9999px;padding:.375rem .625rem;min-width:0}.arena-star{border:0;background:transparent;color:#cbd5e1;font-size:1rem;line-height:1;padding:0 .02rem;transition:.16s}.arena-star:hover{transform:scale(1.1)}.arena-star.active{color:#C7AA7A}.arena-rating span{margin-left:.25rem;font-size:.6875rem;font-weight:500;color:rgba(38,38,38,.6);white-space:nowrap}.arena-share-buttons{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.arena-whatsapp,.arena-share{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:9999px;transition:.16s;line-height:1}.arena-whatsapp:hover,.arena-share:hover{transform:translateY(-2px)}.arena-whatsapp{border:0;background:#25D366;color:#fff;box-shadow:0 4px 6px rgba(0,0,0,.07)}.arena-whatsapp:hover{background:#1ebe5d}.arena-share{border:1px solid #E6D9C1;background:#fff;color:#262626;box-shadow:0 1px 2px rgba(0,0,0,.05)}.arena-share:hover{background:#E6D9C1}.arena-whatsapp svg,.arena-share svg{width:1.25rem;height:1.25rem;display:block}.arena-loadmore{grid-column:1/-1;display:flex;justify-content:center;margin-top:1.5rem}.arena-loadmore-btn{border:1px solid #C7AA7A;background:#fff;color:#262626;border-radius:9999px;padding:1rem 2rem;font-weight:700;box-shadow:0 10px 24px rgba(199,170,122,.12)}.arena-empty{grid-column:1/-1;margin-top:1rem;border:1px solid #E6D9C1;background:rgba(255,255,255,.85);border-radius:1.4rem;padding:3rem;text-align:center}.arena-empty p{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:300;color:rgba(38,38,38,.6)}
.arena-footer{position:relative;z-index:1;border-top:1px solid #E6D9C1;background:rgba(247,245,240,.7);backdrop-filter:blur(8px)}.arena-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding-top:2rem;padding-bottom:2rem;color:rgba(38,38,38,.7);font-size:.875rem}.arena-footer-inner p{margin:0}.arena-footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem}.arena-footer-links button{border:0;background:transparent;padding:0;color:rgba(38,38,38,.75)}.arena-footer-links button:hover{color:#C7AA7A}.legal-modal-backdrop{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:2rem;background:rgba(38,38,38,.75);backdrop-filter:blur(4px)}.legal-modal-backdrop.show{display:flex}.legal-modal{width:min(42rem,100%);max-height:86vh;overflow:hidden;border:1px solid #E6D9C1;background:#F7F5F0;border-radius:1.5rem;box-shadow:0 35px 90px -30px rgba(38,38,38,.6)}.legal-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;border-bottom:1px solid #E6D9C1;padding:1.5rem 2rem}.legal-modal h2{margin:.5rem 0 0;font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:300}.legal-close{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border:1px solid #E6D9C1;background:#fff;border-radius:9999px;color:#262626}.legal-close:hover{background:#E6D9C1}.legal-modal-body{max-height:60vh;overflow:auto;padding:1.5rem 2rem;color:rgba(38,38,38,.85);font-size:1rem;line-height:1.9}.legal-modal-body p{margin:0 0 1rem;white-space:pre-wrap}.toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);background:#262626;color:#C7AA7A;padding:12px 16px;border-radius:9999px;opacity:0;pointer-events:none;transition:.2s;z-index:10000;font-weight:800;font-size:13px;box-shadow:0 14px 32px -18px rgba(38,38,38,.75)}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
/* Admin exakt nach Arena-Struktur */
.admin-shell{min-height:100vh;background:#F7F5F0;color:#262626}.admin-container{max-width:1280px;margin:0 auto;padding:1.5rem 1rem}.admin-layout{display:grid;gap:1.5rem}.sidebar{display:none}.brand{display:flex;align-items:center;gap:.75rem}.brand-mark{display:flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border-radius:1rem;background:#262626;color:#C7AA7A;font-size:1.125rem;font-weight:900;line-height:1;overflow:hidden;flex:0 0 auto}.brand-mark img{width:100%;height:100%;object-fit:contain}.brand-text{display:block;text-transform:uppercase;letter-spacing:.24em;font-size:.875rem;font-weight:300;line-height:1.2;white-space:nowrap}.brand-sub{display:block;margin-top:2px;text-transform:uppercase;letter-spacing:.2em;font-size:.625rem;color:#C7AA7A}.side-link{display:block;border-radius:.75rem;padding:.5rem .75rem;font-weight:500;font-size:.875rem;line-height:1.35;color:rgba(38,38,38,.75);transition:.16s}.side-link:hover{background:#262626;color:#C7AA7A}.side-link.active{background:#262626;color:#C7AA7A}.admin-main{min-width:0}.admin-status{margin:0 0 1rem;border:1px solid #E6D9C1;background:rgba(255,255,255,.82);border-radius:1rem;padding:.65rem 1rem;color:rgba(38,38,38,.64);font-size:.75rem;line-height:1.5}.admin-status.danger{color:#a51b1b;border-color:#efb5b5;background:#fff5f5}.admin-card{border:1px solid #E6D9C1;background:rgba(255,255,255,.82);border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 60px -34px rgba(38,38,38,.55);backdrop-filter:blur(16px);margin-bottom:1.5rem;overflow:hidden}.admin-card h1,.admin-card h2{font-family:Georgia,"Times New Roman",serif;font-weight:300;margin:.5rem 0 0;color:#262626;line-height:1.08}.admin-card h1{font-size:1.875rem}.admin-card h2{font-size:1.875rem}.admin-card p{font-size:.875rem;line-height:1.75;color:rgba(38,38,38,.65);margin:.75rem 0 0}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.24em;font-size:.65rem;color:#C7AA7A;font-weight:700}.stats{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin-top:2rem}.stat{border:1px solid #E6D9C1;background:rgba(255,255,255,.85);border-radius:1.4rem;padding:1.25rem;box-shadow:0 18px 45px -30px rgba(38,38,38,.45)}.stat b{display:block;margin-top:.75rem;font-family:Georgia,"Times New Roman",serif;font-size:2.25rem;font-weight:300;line-height:1}.admin-shortcuts{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;margin-top:2rem}.shortcut-card{border:1px solid #E6D9C1;background:#fff;border-radius:1rem;padding:1rem 1.25rem;text-align:left;color:#262626;transition:.16s}.shortcut-card:hover{border-color:#C7AA7A;background:#F7F5F0}.shortcut-card strong{display:block;font-size:.875rem;margin-bottom:.5rem}.shortcut-card span{display:block;font-size:.875rem;line-height:1.75;color:rgba(38,38,38,.6)}.form-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.field{display:grid;gap:.5rem;font-weight:700;font-size:.875rem;color:#262626}.input{width:100%;border:1px solid #E6D9C1;background:rgba(255,255,255,.92);border-radius:.9rem;padding:.85rem 1rem;color:#262626;outline:none;font-size:.95rem}.input:focus{border-color:#C7AA7A;box-shadow:0 0 0 4px rgba(199,170,122,.16)}textarea.input{min-height:7rem;resize:vertical;line-height:1.55}.admin-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.btn,.small-btn{border:1px solid #E6D9C1;border-radius:9999px;background:#fff;cursor:pointer;font-weight:700;font-size:.875rem;line-height:1;padding:.8rem 1rem;color:#262626;white-space:nowrap}.btn.dark,.small-btn.primary{background:#262626;color:#C7AA7A;border-color:#262626}.small-btn.danger,.danger{color:#9f1d1d}.table-wrap{overflow:auto;border:1px solid #E6D9C1;border-radius:1rem;background:#fff}.admin-table{width:100%;border-collapse:collapse;min-width:880px;font-size:.875rem}.admin-table th{background:#262626;color:#C7AA7A;text-align:left;font-size:.875rem;font-weight:600;padding:.75rem 1rem}.admin-table th:first-child{border-top-left-radius:.85rem}.admin-table th:last-child{border-top-right-radius:.85rem;text-align:right}.admin-table td{border-bottom:1px solid #E6D9C1;padding:.75rem 1rem;vertical-align:top;background:rgba(255,255,255,.55);line-height:1.7}.admin-table tr:last-child td{border-bottom:0}.admin-table tr:hover td{background:#F7F5F0B3}.admin-table td:last-child{text-align:right}.preview-img{width:3.5rem;height:3.5rem;border-radius:.75rem;object-fit:cover;background:#E6D9C1;display:block}.row-id{display:block;color:#C7AA7A;font-size:.625rem;font-weight:700;letter-spacing:.08em;margin-top:.25rem}.pill{display:inline-flex;align-items:center;border:1px solid #E6D9C1;background:#fff;border-radius:9999px;padding:.25rem .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.csv-box{border:1px dashed #C7AA7A;border-radius:1rem;padding:1rem;background:rgba(255,255,255,.55)}.admin-mobile-nav{display:block;margin-bottom:1rem;overflow-x:auto}.admin-mobile-nav nav{display:flex;min-width:max-content;gap:.5rem}.admin-mobile-nav a{border:1px solid #E6D9C1;background:#fff;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;box-shadow:0 1px 2px rgba(0,0,0,.05)}.admin-mobile-nav a.active{border-color:#262626;background:#262626;color:#C7AA7A}
@media(min-width:640px){.site-container{padding:3rem 2rem}.arena-hero{margin-top:4rem}.arena-hero h1{font-size:3.75rem}.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-card{padding:2rem}.admin-card h1{font-size:2.25rem}.arena-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){.arena-filter-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}.arena-categories{display:flex}.arena-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1024px){.arena-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-container{padding:2rem}.admin-layout{grid-template-columns:270px minmax(0,1fr);gap:2rem}.sidebar{display:block;position:sticky;top:1.5rem;align-self:start;border:1px solid #E6D9C1;background:rgba(255,255,255,.8);border-radius:1.5rem;padding:1.25rem;box-shadow:0 18px 60px -35px rgba(38,38,38,.5);backdrop-filter:blur(16px)}.sidebar .brand{margin-bottom:1.5rem}.admin-mobile-nav{display:none}.stats{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-shortcuts{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.arena-filter-inner{align-items:stretch}.arena-categories{display:block}.arena-categories>.arena-chip{display:none}.mobile-category{display:block}.arena-sort{align-self:stretch;width:100%;display:flex}.arena-sort-chip{flex:1;justify-content:center}.arena-sort-chip span:last-child{display:inline}.arena-footer-inner{flex-direction:column;text-align:center}.arena-hero h1{font-size:clamp(2.45rem,11vw,3.4rem)}.arena-hero{margin-top:2.4rem}.arena-nav{align-items:flex-start;flex-direction:column}.arena-nav-actions{width:100%;justify-content:space-between}.arena-brand-text{font-size:1rem}.legal-modal-backdrop{padding:1rem}.legal-modal-head,.legal-modal-body{padding:1.25rem}}
.table-text{max-width:32rem;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:.9375rem;line-height:1.75;color:#262626;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.row-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}

/* Admin pagination + modal refinements */
.admin-card-headline{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.admin-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:rgba(38,38,38,.68);font-size:13px;font-weight:700}
.pager{display:flex;align-items:center;gap:10px}.pager span{min-width:88px;text-align:center}.small-btn:disabled{opacity:.42;cursor:not-allowed}.row-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.admin-modal-backdrop{position:fixed;inset:0;z-index:12000;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(38,38,38,.62);backdrop-filter:blur(6px)}.admin-modal-backdrop.show{display:flex}.admin-modal{width:min(720px,100%);max-height:88vh;overflow:hidden;border:1px solid #E6D9C1;border-radius:24px;background:#F7F5F0;box-shadow:0 38px 90px -36px rgba(38,38,38,.72)}.admin-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 26px;border-bottom:1px solid #E6D9C1}.admin-modal-head h2{margin:5px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:300;letter-spacing:-.02em}.modal-close{width:38px;height:38px;border:1px solid #E6D9C1;border-radius:999px;background:#fff;color:#262626;font-size:24px;line-height:1;cursor:pointer}.modal-close:hover{background:#262626;color:#C7AA7A}.admin-modal-body{max-height:calc(88vh - 96px);overflow:auto;padding:24px 26px}.admin-modal .input textarea,.admin-modal textarea.input{min-height:130px}.tiktok-modal{width:min(820px,100%)}.tiktok-preview{display:grid;grid-template-columns:190px 1fr;gap:22px;align-items:center;margin-bottom:18px}.tiktok-preview img{width:190px;height:190px;border-radius:22px;object-fit:cover;border:1px solid #E6D9C1;box-shadow:0 18px 36px -28px rgba(38,38,38,.7)}.tiktok-preview h3{font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.18;margin:6px 0 10px}.tiktok-preview p{margin:0;color:rgba(38,38,38,.68)}.tiktok-copy{padding:16px 18px;border:1px solid #E6D9C1;border-radius:18px;background:#fff;color:#262626;font-size:14px;line-height:1.6;white-space:pre-wrap}
@media(max-width:760px){.admin-card-headline{display:block}.admin-card-headline .btn{margin-top:16px;width:100%}.admin-table-toolbar{align-items:flex-start;flex-direction:column}.pager{width:100%;justify-content:space-between}.admin-modal-backdrop{padding:12px}.admin-modal-head,.admin-modal-body{padding:18px}.tiktok-preview{grid-template-columns:1fr}.tiktok-preview img{width:100%;height:auto;aspect-ratio:1/1}}


/* Pixel-Fix: Logo, Search, kompaktere Filter */
.hero-logo{display:block;width:min(360px,62vw);height:auto;margin:0 auto 18px;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(38,38,38,.06))}.arena-hero .arena-eyebrow{margin-top:0}.arena-brand-mark img,.brand-mark img{width:100%;height:100%;object-fit:cover}.arena-search{flex:1 1 220px;min-width:190px;max-width:300px}.arena-search input{width:100%;height:38px;border:1px solid #E6D9C1;border-radius:999px;background:rgba(255,255,255,.92);padding:0 15px;font-size:.78rem;font-weight:650;color:#262626;outline:none;box-shadow:0 1px 2px rgba(0,0,0,.035)}.arena-search input:focus{border-color:#C7AA7A;box-shadow:0 0 0 4px rgba(199,170,122,.14)}.arena-chip{font-size:.78rem;padding:.45rem .86rem}.arena-sort-chip{font-size:.78rem;padding:.45rem .84rem}.arena-filter-inner{gap:.8rem}.arena-copy-wrap{display:flex;flex-direction:column;min-height:4.72rem}.arena-category-link{margin-bottom:.52rem}.arena-copy-wrap{margin-top:0}.arena-quote-copy{min-height:1.58rem;white-space:pre-line}.arena-more{margin-top:.58rem}.tiktok-hint{margin:14px 0 0;color:rgba(38,38,38,.68);font-size:13px;line-height:1.65}.tiktok-animation-box{border:1px solid #E6D9C1;border-radius:18px;padding:14px 16px;background:rgba(255,255,255,.7);margin:16px 0;color:rgba(38,38,38,.72);font-size:13px;line-height:1.65}.tiktok-preview img{animation:drPulse 3s ease-in-out infinite}@keyframes drPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}
@media(min-width:768px){.arena-filter-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.arena-categories{flex:0 1 auto;gap:.45rem}.arena-search{order:2}.arena-sort{order:3}.arena-categories{order:1}.hero-logo{margin-bottom:14px}}
@media(max-width:767.98px){.hero-logo{width:min(300px,78vw);margin-bottom:14px}.arena-search{display:block;max-width:none;width:100%;order:2}.arena-sort{order:3}.mobile-category{order:1}.arena-search input{height:44px;font-size:.9rem}.arena-filter-inner{gap:.65rem}.arena-copy-wrap{min-height:4.4rem}}

/* Final mobile/logo precision patch */
.arena-brand-mark,
.brand-mark{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
  width:2.25rem!important;
  height:2.25rem!important;
  flex:0 0 2.25rem!important;
}
.arena-brand-mark img,
.brand-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:0!important;
  filter:none!important;
}
.hero-logo{
  background:transparent!important;
  width:min(300px,54vw)!important;
  margin-bottom:12px!important;
  filter:drop-shadow(0 10px 20px rgba(38,38,38,.045))!important;
}
@media(max-width:767.98px){
  .site-container{padding:1.35rem .9rem!important;}
  .arena-nav{gap:.8rem!important;}
  .arena-brand-mark{width:2rem!important;height:2rem!important;flex-basis:2rem!important;}
  .arena-brand-text{font-size:.96rem!important;letter-spacing:.26em!important;}
  .arena-nav-actions{gap:.6rem!important;}
  .arena-lang-switch{padding:.18rem!important;}
  .arena-lang{font-size:.66rem!important;padding:.44rem .65rem!important;}
  .arena-admin-link{font-size:.78rem!important;padding:.58rem 1.05rem!important;}
  .arena-hero{margin-top:2.1rem!important;}
  .hero-logo{width:min(205px,58vw)!important;margin-bottom:10px!important;}
  .arena-eyebrow{font-size:.66rem!important;letter-spacing:.36em!important;}
  .arena-hero h1{font-size:clamp(2.35rem,10.4vw,3.05rem)!important;line-height:1.04!important;margin-top:1.35rem!important;}
  .arena-hero p:not(.arena-eyebrow){font-size:.96rem!important;line-height:1.75!important;margin-top:1.35rem!important;}
  .arena-filter-shell{
    margin-top:2.1rem!important;
    padding:.7rem!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    align-self:auto!important;
  }
  .arena-filter-inner{
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-start!important;
    align-items:stretch!important;
    gap:.7rem!important;
    min-height:0!important;
    height:auto!important;
  }
  .arena-categories,
  .mobile-category,
  .arena-search,
  .arena-sort{
    position:static!important;
    min-height:0!important;
    height:auto!important;
    margin:0!important;
  }
  .mobile-category-btn{padding:.86rem 1rem!important;border-radius:1rem!important;font-size:.92rem!important;}
  .mobile-category-btn .mark{width:2rem!important;height:2rem!important;border-radius:.72rem!important;}
  .arena-search input{height:42px!important;font-size:.86rem!important;}
  .arena-sort{width:100%!important;align-self:stretch!important;display:flex!important;}
  .arena-sort-chip{padding:.62rem .55rem!important;font-size:.78rem!important;}
  .arena-grid{margin-top:1.55rem!important;gap:1rem!important;}
}

/* v5 mobile/dropdown/translation/legal/tiktok refinements */
.arena-sort-chip svg{width:1rem;height:1rem;display:block;flex:0 0 1rem}.mobile-category-btn svg{width:1.05rem;height:1.05rem;display:block}.mobile-category-btn .mark svg{width:1.05rem;height:1.05rem}.arena-more{display:inline-flex;align-items:center;gap:.3rem}.arena-more svg{width:.9rem;height:.9rem}.cookie-actions-inline{margin-top:1rem}.cookie-banner{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:15000;width:min(720px,calc(100% - 28px));border:1px solid #E6D9C1;border-radius:1.35rem;background:rgba(255,250,242,.96);box-shadow:0 28px 80px -34px rgba(38,38,38,.75);backdrop-filter:blur(14px);padding:1rem;display:none}.cookie-banner.show{display:block}.cookie-banner h3{margin:0 0 .4rem;font-family:Georgia,'Times New Roman',serif;font-size:1.35rem;font-weight:300}.cookie-banner p{margin:0;color:rgba(38,38,38,.72);font-size:.9rem;line-height:1.55}.cookie-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.9rem}.cookie-row button{border:1px solid #E6D9C1;border-radius:999px;background:#fff;padding:.62rem .95rem;font-size:.82rem;font-weight:800;color:#262626}.cookie-row button.primary{background:#262626;color:#C7AA7A;border-color:#262626}.cookie-options{display:none;margin-top:.8rem;border-top:1px solid #E6D9C1;padding-top:.8rem}.cookie-options.show{display:block}.cookie-check{display:flex;align-items:flex-start;gap:.6rem;margin:.55rem 0;font-size:.88rem;color:rgba(38,38,38,.78)}.cookie-check input{margin-top:.2rem;accent-color:#262626}.tiktok-direct{display:inline-flex!important;align-items:center;gap:.45rem}.tiktok-direct svg,.small-btn svg,.btn svg{width:1rem;height:1rem}.card-logo-note{font-size:.78rem;color:rgba(38,38,38,.62);line-height:1.55;margin:.75rem 0 0}.legal-modal-body h3{font-family:Georgia,'Times New Roman',serif;font-size:1.25rem;margin:1rem 0 .35rem}.legal-modal-body p:first-child{font-weight:700;color:#262626}
@media(max-width:767.98px){
  .arena-filter-shell{position:relative!important;z-index:6000!important;overflow:visible!important;margin-top:1.45rem!important;padding:.58rem!important;border-radius:1.35rem!important;}
  .arena-filter-inner{position:relative!important;overflow:visible!important;gap:.64rem!important;}
  .mobile-category{position:relative!important;z-index:8000!important;display:block!important;}
  .mobile-category-menu{position:absolute!important;top:calc(100% + .45rem)!important;left:0!important;right:0!important;z-index:20000!important;max-height:50vh!important;overflow:auto!important;}
  .mobile-category-btn{height:58px!important;padding:.74rem .95rem!important;}
  .mobile-category-btn .mark{background:#262626!important;color:#C7AA7A!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
  .arena-search input{height:42px!important;}
  .arena-sort{min-height:44px!important;}
  .arena-sort-chip{font-size:.76rem!important;gap:.36rem!important;}
  .arena-hero{margin-top:1.55rem!important;}
  .arena-grid{position:relative!important;z-index:1!important;}
  .cookie-banner{bottom:10px;border-radius:1.05rem;padding:.9rem}.cookie-row{display:grid;grid-template-columns:1fr}.cookie-row button{width:100%}
  .admin-table-wrap{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.admin-table{min-width:780px!important}.admin-card{overflow:hidden}.row-actions{align-items:flex-start!important}.small-btn{min-height:40px!important}.admin-modal{border-radius:18px!important}.tiktok-preview h3{font-size:1.25rem!important}
}

/* v7 robust patch: fixed mobile dropdown, smaller show-more, admin search/shared state */
@media(max-width:767.98px){
  .mobile-category{position:static!important;z-index:10020!important;}
  .mobile-category-menu{position:fixed!important;z-index:30000!important;margin:0!important;border-radius:1rem!important;box-shadow:0 24px 80px -26px rgba(38,38,38,.75)!important;}
  .mobile-category.open .mobile-category-menu{display:block!important;}
  .arena-filter-shell{overflow:visible!important;}
}
.arena-more{font-size:.62rem!important;letter-spacing:.13em!important;margin-top:.42rem!important;line-height:1.1!important;}
.arena-more span{font-size:.68rem!important;}
.admin-search-row{display:flex;gap:.75rem;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:1rem;}
.admin-search-row .input{max-width:420px;min-width:min(100%,260px);}
.shared-pill{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #E6D9C1;border-radius:999px;padding:.28rem .55rem;font-size:.72rem;font-weight:800;background:#fff;color:rgba(38,38,38,.65);}
.shared-pill.done{background:#262626;border-color:#262626;color:#C7AA7A;}
.row-actions .small-btn{display:inline-flex;align-items:center;gap:.4rem;justify-content:center;}
@media(max-width:767.98px){.admin-search-row{align-items:stretch}.admin-search-row .input{max-width:none;width:100%;}.row-actions .small-btn{width:100%;}}

/* v8 hardening: mobile dropdown portal, admin mobile cards, smaller show-more */
@media(max-width:767.98px){
  .arena-filter-shell{z-index:9000!important;}
  .mobile-category-menu-portal{
    position:fixed!important;
    display:none!important;
    z-index:40001!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    background:#fff!important;
    border:1px solid #C7AA7A!important;
    border-radius:1.05rem!important;
    box-shadow:0 28px 90px -22px rgba(38,38,38,.78)!important;
    margin:0!important;
  }
  .mobile-category-menu-portal.open{display:block!important;}
  .mobile-category-backdrop{position:fixed;inset:0;z-index:40000;display:none;background:rgba(38,38,38,.06);}
  .mobile-category-backdrop.show{display:block;}
  body.mobile-dropdown-open{overflow-x:hidden;}
  body.mobile-dropdown-open .arena-grid{position:relative;z-index:0;}
  .mobile-category-menu-portal button{display:block!important;width:100%!important;border:0!important;border-bottom:1px solid rgba(230,217,193,.8)!important;background:#fff!important;text-align:left!important;padding:.9rem 1.15rem!important;color:#262626!important;font-size:.88rem!important;font-weight:800!important;}
  .mobile-category-menu-portal button.active{background:#262626!important;color:#C7AA7A!important;}
  .mobile-category-menu-portal button:last-child{border-bottom:0!important;}
}
.arena-more{font-size:.56rem!important;letter-spacing:.105em!important;font-weight:800!important;margin-top:.34rem!important;}
.arena-more span{font-size:.58rem!important;}
@media(max-width:767.98px){
  .arena-more{font-size:.54rem!important;letter-spacing:.09em!important;}
}
@media(max-width:760px){
  #tab-sayings .table-wrap{overflow:visible!important;}
  #tab-sayings .admin-table{display:block!important;min-width:0!important;width:100%!important;border:0!important;background:transparent!important;}
  #tab-sayings .admin-table thead{display:none!important;}
  #tab-sayings .admin-table tbody{display:grid!important;gap:14px!important;}
  #tab-sayings .admin-table tr{display:block!important;border:1px solid #E6D9C1!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;padding:12px!important;box-shadow:0 16px 44px -34px rgba(38,38,38,.45)!important;}
  #tab-sayings .admin-table td{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;border:0!important;border-bottom:1px solid rgba(230,217,193,.55)!important;padding:10px 0!important;font-size:.88rem!important;}
  #tab-sayings .admin-table td:last-child{border-bottom:0!important;display:block!important;}
  #tab-sayings .admin-table td::before{content:attr(data-label);font-size:.67rem;font-weight:900;text-transform:uppercase;letter-spacing:.14em;color:#C7AA7A;min-width:92px;max-width:92px;}
  #tab-sayings .admin-table td[data-label="Bild"]{justify-content:flex-start!important;align-items:center!important;}
  #tab-sayings .admin-table td[data-label="Bild"]::before{display:none!important;}
  #tab-sayings .admin-table .preview-img{width:64px!important;height:64px!important;border-radius:14px!important;}
  #tab-sayings .admin-table .table-text{margin:0!important;text-align:right!important;line-height:1.4!important;}
  #tab-sayings .admin-table .row-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:6px!important;}
  #tab-sayings .admin-table .row-actions .small-btn{width:100%!important;}
}

/* v9: robust mobile filter/select, compact cards, visible card logo, compact admin mobile cards */
@media(max-width:767.98px){
  .arena-filter-shell{margin-top:1.45rem!important;padding:.58rem!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;}
  .arena-filter-inner{display:flex!important;flex-direction:column!important;gap:.64rem!important;align-items:stretch!important;justify-content:flex-start!important;height:auto!important;min-height:0!important;}
  .arena-search{flex:0 0 auto!important;display:block!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0!important;}
  .arena-search input{height:42px!important;display:block!important;}
  .arena-sort{flex:0 0 auto!important;min-height:0!important;height:auto!important;margin:0!important;}
  .arena-categories{display:block!important;height:auto!important;min-height:0!important;margin:0!important;}
  .arena-categories>.arena-chip{display:none!important;}
  .mobile-category-native{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;height:58px!important;min-height:58px!important;margin:0!important;border:1px solid #E6D9C1!important;background:#fff!important;border-radius:1rem!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;overflow:hidden!important;}
  .mobile-category-select{appearance:none!important;-webkit-appearance:none!important;width:100%!important;height:100%!important;border:0!important;background:transparent!important;color:#262626!important;font-size:.92rem!important;font-weight:800!important;line-height:1!important;padding:0 3.2rem 0 4.85rem!important;outline:none!important;}
  .mobile-select-mark{position:absolute!important;left:.82rem!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;width:2.28rem!important;height:2.28rem!important;align-items:center!important;justify-content:center!important;border-radius:.78rem!important;background:#262626!important;color:#C7AA7A!important;pointer-events:none!important;}
  .mobile-select-mark svg{width:1.05rem!important;height:1.05rem!important;}
  .mobile-select-chevron{position:absolute!important;right:1.08rem!important;top:50%!important;transform:translateY(-50%)!important;display:flex!important;color:#262626!important;pointer-events:none!important;}
  .mobile-select-chevron svg{width:1.05rem!important;height:1.05rem!important;}
  .mobile-category-menu,.mobile-category-menu-portal,.mobile-category-backdrop{display:none!important;}
}
.arena-copy-wrap{min-height:0!important;margin-top:0!important;}
.arena-category-link{margin-bottom:.46rem!important;}
.arena-more{font-size:.52rem!important;letter-spacing:.085em!important;margin-top:.28rem!important;line-height:1!important;}
.arena-card-body{padding:.72rem .125rem 0!important;}
.arena-actions{margin-top:.72rem!important;}
@media(min-width:768px){
  .arena-copy-wrap{min-height:2.55rem!important;}
  .arena-actions{margin-top:.65rem!important;}
}
@media(max-width:767.98px){
  .arena-copy-wrap{min-height:0!important;}
  .arena-actions{margin-top:.65rem!important;}
}
@media(max-width:760px){
  #tab-sayings .admin-card{padding:1rem!important;border-radius:1.25rem!important;}
  #tab-sayings .admin-table tbody{gap:10px!important;}
  #tab-sayings .admin-table tr{position:relative!important;display:grid!important;grid-template-columns:72px 1fr auto!important;gap:8px 12px!important;padding:12px!important;border-radius:16px!important;}
  #tab-sayings .admin-table td{display:block!important;border:0!important;border-bottom:0!important;padding:0!important;background:transparent!important;text-align:left!important;line-height:1.35!important;}
  #tab-sayings .admin-table td::before{display:block!important;content:attr(data-label)!important;min-width:0!important;max-width:none!important;margin:0 0 3px!important;font-size:.55rem!important;font-weight:900!important;letter-spacing:.14em!important;color:#C7AA7A!important;text-transform:uppercase!important;}
  #tab-sayings .admin-table td[data-label="Bild"]{grid-column:1;grid-row:1 / span 2!important;display:block!important;align-items:start!important;}
  #tab-sayings .admin-table td[data-label="Bild"]::before{display:none!important;}
  #tab-sayings .admin-table .preview-img{width:60px!important;height:60px!important;border-radius:14px!important;}
  #tab-sayings .admin-table .row-id{font-size:.6rem!important;margin-top:4px!important;text-align:center!important;}
  #tab-sayings .admin-table td[data-label="Text"]{grid-column:2 / 3!important;grid-row:1!important;}
  #tab-sayings .admin-table .table-text{font-size:.94rem!important;line-height:1.32!important;text-align:left!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  #tab-sayings .admin-table td[data-label="Sprache"]{grid-column:3!important;grid-row:1!important;align-self:start!important;}
  #tab-sayings .admin-table td[data-label="Sprache"]::before{display:none!important;}
  #tab-sayings .admin-table td[data-label="Kategorie"]{grid-column:2 / 4!important;grid-row:2!important;font-size:.82rem!important;color:rgba(38,38,38,.72)!important;}
  #tab-sayings .admin-table td[data-label="Oberkategorie"]{display:none!important;}
  #tab-sayings .admin-table td[data-label="Quelle"],
  #tab-sayings .admin-table td[data-label="Teilt"],
  #tab-sayings .admin-table td[data-label="TikTok"]{border-top:1px solid rgba(230,217,193,.75)!important;padding-top:8px!important;text-align:center!important;font-size:.78rem!important;}
  #tab-sayings .admin-table td[data-label="Quelle"]{grid-column:1!important;grid-row:3!important;}
  #tab-sayings .admin-table td[data-label="Teilt"]{grid-column:2!important;grid-row:3!important;}
  #tab-sayings .admin-table td[data-label="TikTok"]{grid-column:3!important;grid-row:3!important;}
  #tab-sayings .admin-table td[data-label="Quelle"]::before,
  #tab-sayings .admin-table td[data-label="Teilt"]::before,
  #tab-sayings .admin-table td[data-label="TikTok"]::before{font-size:.5rem!important;margin-bottom:4px!important;}
  #tab-sayings .admin-table td[data-label="Aktion"]{grid-column:1 / -1!important;grid-row:4!important;border-top:1px solid rgba(230,217,193,.75)!important;padding-top:10px!important;}
  #tab-sayings .admin-table td[data-label="Aktion"]::before{display:none!important;}
  #tab-sayings .admin-table .row-actions{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:7px!important;margin-top:0!important;}
  #tab-sayings .admin-table .row-actions .small-btn{width:100%!important;min-height:36px!important;padding:.58rem .5rem!important;font-size:.76rem!important;}
  #tab-sayings .admin-table .shared-pill{padding:.24rem .45rem!important;font-size:.66rem!important;white-space:nowrap!important;}
}

/* v10 robust fixes */
@media(max-width:767.98px){
  .arena-filter-shell{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;padding:.58rem!important;margin-top:1.2rem!important;}
  .arena-filter-inner{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;gap:.58rem!important;align-items:stretch!important;justify-content:flex-start!important;}
  .arena-categories{height:auto!important;min-height:0!important;display:block!important;position:relative!important;z-index:20!important;}
  .arena-search{flex:0 0 auto!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;display:block!important;}
  .arena-sort{flex:0 0 auto!important;width:100%!important;align-self:stretch!important;margin:0!important;}
  .mobile-category-native,.mobile-category-select,.mobile-select-mark,.mobile-select-chevron{display:none!important;}
  .mobile-category-custom{display:block!important;position:relative!important;z-index:30!important;width:100%!important;margin:0!important;}
  .mobile-category-btn{display:flex!important;align-items:center!important;width:100%!important;height:56px!important;padding:.6rem .9rem!important;border:1px solid #E6D9C1!important;background:#fff!important;border-radius:1rem!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;color:#262626!important;font-size:.92rem!important;font-weight:800!important;}
  .mobile-category-btn .mark{width:2.2rem!important;height:2.2rem!important;border-radius:.75rem!important;background:#262626!important;color:#C7AA7A!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-right:.75rem!important;flex:0 0 auto!important;}
  .mobile-category-btn .mobile-category-label{flex:1 1 auto!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:left!important;}
  .mobile-category-btn .chev{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;color:#262626!important;}
  .mobile-category-menu{position:absolute!important;left:0!important;right:0!important;top:calc(100% + .45rem)!important;z-index:50000!important;display:none!important;max-height:52vh!important;overflow:auto!important;background:#fff!important;border:1px solid #C7AA7A!important;border-radius:1rem!important;box-shadow:0 28px 76px -22px rgba(38,38,38,.65)!important;}
  .mobile-category-custom.open .mobile-category-menu{display:block!important;}
  .mobile-category-menu button{display:block!important;width:100%!important;border:0!important;border-bottom:1px solid rgba(230,217,193,.8)!important;background:#fff!important;text-align:left!important;padding:.9rem 1.1rem!important;color:#262626!important;font-size:.9rem!important;font-weight:800!important;}
  .mobile-category-menu button.active{background:#262626!important;color:#C7AA7A!important;}
  .mobile-category-menu button:last-child{border-bottom:0!important;}
  .arena-search input{height:44px!important;}
  .arena-sort-chip{padding:.55rem .45rem!important;font-size:.82rem!important;}
}
.arena-copy-wrap{min-height:0!important;}
.arena-card-body{display:flex!important;flex-direction:column!important;}
.arena-actions{margin-top:.65rem!important;}
.arena-more{font-size:.64rem!important;letter-spacing:.14em!important;margin-top:.42rem!important;}
.arena-quote-copy{min-height:0!important;}
.arena-whatsapp{background:#25D366!important;color:#fff!important;}
.arena-whatsapp svg{width:1.35rem!important;height:1.35rem!important;}
.admin-filter-row{display:grid;grid-template-columns:minmax(220px,1fr) 170px 150px auto;gap:.75rem;align-items:center;margin-bottom:.75rem;}
.admin-filter-row .input{height:46px;padding:.65rem .85rem;font-size:.86rem;}
.admin-filter-row #sayingsCounter{text-align:right;white-space:nowrap;font-weight:600;color:rgba(38,38,38,.75)}
@media(max-width:900px){.admin-filter-row{grid-template-columns:1fr 1fr}.admin-filter-row #sayingsCounter{text-align:left}}
@media(max-width:640px){.admin-filter-row{grid-template-columns:1fr}.admin-filter-row #sayingsCounter{text-align:left}}
@media(min-width:768px){
  .admin-card{padding:1.15rem!important;}
  .admin-table{font-size:.78rem!important;min-width:820px!important;}
  .admin-table th{font-size:.74rem!important;padding:.55rem .65rem!important;white-space:nowrap!important;}
  .admin-table td{padding:.55rem .65rem!important;line-height:1.45!important;}
  .preview-img{width:2.8rem!important;height:2.8rem!important;border-radius:.62rem!important;}
  .small-btn{font-size:.76rem!important;padding:.62rem .75rem!important;}
  .pill{font-size:.62rem!important;padding:.2rem .45rem!important;}
}
@media(max-width:767.98px){
  #sayingsTable .admin-mobile-saying-card{padding:1rem!important;}
  #sayingsTable .mobile-saying-top{display:grid!important;grid-template-columns:64px 1fr auto!important;gap:.75rem!important;align-items:start!important;}
  #sayingsTable .mobile-saying-top img{width:64px!important;height:64px!important;border-radius:.8rem!important;}
  #sayingsTable .mobile-saying-title{font-size:1rem!important;line-height:1.35!important;margin:0!important;}
  #sayingsTable .mobile-saying-meta{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:.45rem!important;margin-top:.8rem!important;}
  #sayingsTable .mobile-saying-meta>div{border:1px solid #E6D9C1!important;border-radius:.75rem!important;padding:.5rem .4rem!important;text-align:center!important;background:rgba(255,255,255,.8)!important;}
  #sayingsTable .mobile-saying-meta span{display:block!important;font-size:.58rem!important;text-transform:uppercase!important;letter-spacing:.12em!important;color:#C7AA7A!important;font-weight:800!important;margin-bottom:.25rem!important;}
  #sayingsTable .mobile-saying-actions{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:.45rem!important;margin-top:.8rem!important;}
  #sayingsTable .mobile-saying-actions .small-btn{width:100%!important;padding:.7rem .45rem!important;font-size:.78rem!important;}
}

/* Premium card design system v11
   Theme classes are assigned on .arena-card. The actual square artwork is generated as SVG from the central theme palette in common.js. */
.arena-card[class*="card-theme-"]{
  background:rgba(255,255,255,.9);
  border-color:rgba(199,170,122,.42);
  box-shadow:0 22px 58px -36px rgba(38,38,38,.38);
}
.arena-card.card-theme-deep-motivation,.arena-card.card-theme-midnight-hope{
  border-color:rgba(199,170,122,.52);
}
.arena-image-wrap{background:#fffaf2!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);}
.arena-quote-art{image-rendering:auto;}
.arena-category-link{font-size:.58rem!important;letter-spacing:.24em!important;color:#b99663!important;}
.arena-copy-wrap{margin-top:.42rem!important;min-height:auto!important;display:flex;flex-direction:column;gap:.36rem;}
.arena-quote-copy{font-size:clamp(.98rem,1.25vw,1.06rem)!important;line-height:1.34!important;color:#1f2937!important;}
.arena-more{margin:.15rem 0 0!important;font-size:.62rem!important;letter-spacing:.16em!important;color:#07845f!important;line-height:1.1!important;}
.arena-actions{margin-top:.72rem!important;}
.arena-rating{padding:.32rem .56rem!important;}
.arena-whatsapp{background:#25D366!important;color:#fff!important;box-shadow:0 8px 18px -10px rgba(37,211,102,.75)!important;}
.arena-share{background:#fff!important;}
.arena-whatsapp svg{width:1.26rem!important;height:1.26rem!important;}
.arena-share svg{width:1.2rem!important;height:1.2rem!important;}
@media(min-width:1024px){
  .arena-grid{gap:1rem!important;}
  .arena-card{padding:.68rem!important;border-radius:1.32rem!important;}
  .arena-card-body{padding:.62rem .08rem 0!important;}
}

/* Admin theme preview and compact theme column */
.theme-preview-box{margin-top:1rem;border:1px solid #E6D9C1;background:rgba(255,255,255,.7);border-radius:1rem;padding:1rem;display:grid;grid-template-columns:minmax(130px,180px) 1fr;gap:1rem;align-items:center;}
.theme-preview-box .eyebrow{grid-column:1/-1;margin:0;}
.theme-preview-card{display:flex;align-items:center;gap:1rem;}
.theme-preview-card img{width:132px;height:132px;object-fit:cover;border-radius:1rem;border:1px solid #E6D9C1;box-shadow:0 14px 32px -24px rgba(38,38,38,.45);}
.theme-preview-card small{font-weight:800;color:#8d724a;line-height:1.35;}
#resetTheme{justify-self:start;}
.admin-table td[data-label="Design"]{font-size:.78rem;color:rgba(38,38,38,.62);font-weight:700;}
@media(max-width:767.98px){
  .theme-preview-box{display:block;}
  .theme-preview-card{margin-top:.75rem;}
  .theme-preview-card img{width:112px;height:112px;}
}

/* v12 signature premium cards: badge is part of the generated artwork */
.arena-image-wrap .arena-badge{display:none!important;}
.arena-image-wrap{background:#f2eadc;box-shadow:inset 0 0 0 1px rgba(230,217,193,.55);}
.arena-quote-art{border-radius:1rem;filter:saturate(1.02) contrast(1.015);}
.arena-card{padding:.62rem;border-radius:1.35rem;}
.arena-card-body{padding:.64rem .06rem 0;}
.arena-copy-wrap{margin-top:.36rem;min-height:auto!important;}
.arena-quote-copy{font-size:1rem;line-height:1.34;}
.arena-more{font-size:.58rem!important;letter-spacing:.12em!important;margin-top:.34rem!important;}
.arena-actions{margin-top:.72rem!important;}
.arena-rating{padding:.30rem .56rem;}
.arena-whatsapp,.arena-share{width:2.32rem;height:2.32rem;}
@media(min-width:1024px){.arena-grid{gap:1.05rem}.arena-card{padding:.64rem}.arena-quote-copy{font-size:.98rem}}


/* v15: stable desktop filter rows + hidden public admin link + admin login */
@media(min-width:768px){
  .arena-filter-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto auto!important;
    grid-template-areas:
      "cats cats cats"
      "spacer search sort"!important;
    align-items:center!important;
    gap:.62rem .75rem!important;
  }
  .arena-categories{
    grid-area:cats!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:.45rem!important;
    min-width:0!important;
  }
  .arena-search{
    grid-area:search!important;
    width:clamp(190px,22vw,260px)!important;
    max-width:none!important;
    min-width:0!important;
    justify-self:end!important;
    flex:none!important;
  }
  .arena-sort{
    grid-area:sort!important;
    justify-self:end!important;
    flex:none!important;
  }
  .arena-chip{font-size:.76rem!important;padding:.42rem .82rem!important;}
  .arena-search input{height:36px!important;font-size:.76rem!important;}
  .arena-sort-chip{font-size:.76rem!important;padding:.42rem .74rem!important;}
}
@media(min-width:1120px){
  .arena-filter-inner{
    grid-template-columns:minmax(0,1fr) clamp(190px,18vw,240px) auto!important;
    grid-template-areas:"cats search sort"!important;
  }
}
.arena-nav-actions{justify-content:flex-end!important;}
.admin-login-gate{
  position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;
  padding:24px;background:radial-gradient(circle at 50% 20%, rgba(255,250,242,.96), rgba(247,245,240,.98) 55%, rgba(230,217,193,.96));
}
.admin-locked .admin-login-gate{display:flex;}
.admin-locked .admin-shell{display:none!important;}
.admin-login-card{
  width:min(430px,100%);border:1px solid #E6D9C1;border-radius:28px;background:rgba(255,255,255,.86);
  box-shadow:0 30px 100px -45px rgba(38,38,38,.65);padding:28px;backdrop-filter:blur(16px);
}
.admin-login-card h1{font-family:Georgia,"Times New Roman",serif;font-size:2.05rem;line-height:1.05;font-weight:300;margin:.35rem 0 .6rem;color:#262626;}
.admin-login-card p{color:rgba(38,38,38,.68);line-height:1.6;margin:.3rem 0 1rem;}
.login-logo{width:54px;height:54px;border-radius:18px;overflow:hidden;margin-bottom:12px}
.login-logo img{width:100%;height:100%;object-fit:contain}
.login-error{min-height:1.4rem;color:#991b1b!important;font-weight:800;margin-top:.8rem!important;}
.admin-auth-box{border:1px solid #E6D9C1;border-radius:18px;background:rgba(255,255,255,.72);padding:16px;margin-top:18px;}
.admin-auth-box p:not(.eyebrow){font-size:.86rem;line-height:1.55;color:rgba(38,38,38,.66);margin:.2rem 0 1rem;}


/* v16 TikTok processing progress */
.tiktok-progress{
  display:none;align-items:center;gap:14px;margin:16px 0;padding:14px 16px;
  border:1px solid #E6D9C1;border-radius:18px;background:rgba(255,250,242,.86);
  box-shadow:0 14px 38px -30px rgba(38,38,38,.45);
}
.tiktok-progress.show{display:flex;}
.progress-ring{
  --progress:0deg;
  width:68px;height:68px;border-radius:50%;flex:0 0 68px;
  display:grid;place-items:center;
  background:conic-gradient(#262626 var(--progress), rgba(230,217,193,.75) 0);
  position:relative;
}
.progress-ring::after{
  content:"";position:absolute;inset:7px;border-radius:50%;background:#fffaf2;
  box-shadow:inset 0 0 0 1px rgba(230,217,193,.65);
}
.progress-ring span{
  position:relative;z-index:1;font-size:.76rem;font-weight:900;color:#262626;
}
.tiktok-progress strong{display:block;font-size:.92rem;color:#262626;margin-bottom:.15rem;}
.tiktok-progress p{margin:0;font-size:.8rem;line-height:1.45;color:rgba(38,38,38,.66);}
@media(max-width:520px){
  .tiktok-progress{align-items:flex-start;}
  .progress-ring{width:58px;height:58px;flex-basis:58px;}
  .progress-ring span{font-size:.68rem;}
}


/* v17: responsive share robustness + clearer TikTok action layout */
.arena-card.is-sharing{opacity:.72;pointer-events:none;}
.arena-whatsapp[disabled],.arena-share[disabled]{opacity:.55;transform:scale(.96);}
.tiktok-actions{
  display:grid!important;
  grid-template-columns:1.35fr 1fr 1fr 1fr!important;
  gap:.7rem!important;
  align-items:center!important;
}
.tiktok-actions .tiktok-direct{
  min-height:48px!important;
  justify-content:center!important;
}
.tiktok-icon-slot{display:inline-flex;width:1.1rem;height:1.1rem;align-items:center;justify-content:center}
.tiktok-icon-slot svg{width:1.1rem!important;height:1.1rem!important}
.tiktok-actions .ghost{opacity:.72}
@media(max-width:760px){
  .tiktok-actions{grid-template-columns:1fr!important;}
  .tiktok-actions .btn,.tiktok-actions .small-btn{width:100%!important;min-height:46px!important;}
}


/* v18: iPhone no input zoom + robust rating/share taps */
input, textarea, select{
  font-size:16px!important;
}
.arena-search input{
  font-size:16px!important;
}
.arena-star{
  min-width:24px!important;
  min-height:28px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:rgba(199,170,122,.24)!important;
}
.arena-rating{
  position:relative!important;
  z-index:5!important;
  touch-action:manipulation!important;
}
.arena-whatsapp,.arena-share{
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:rgba(37,211,102,.18)!important;
}


/* v19: no grey waiting state; immediate share/rating UX */
.arena-card.is-sharing{
  opacity:1!important;
  pointer-events:auto!important;
}
.arena-whatsapp[disabled],.arena-share[disabled]{
  opacity:.78!important;
}
.arena-star{
  cursor:pointer!important;
}
