.rm-gallery-images-grid{column-count:4;column-gap:10px;width:100%}@media (max-width:1100px){.rm-gallery-images-grid{column-count:3}}@media (max-width:768px){.rm-gallery-images-grid{column-count:1}}.rm-gallery-images-grid--2cols{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;justify-content:center;justify-items:center;column-count:unset}.rm-gallery-image-card{break-inside:avoid;margin-bottom:10px;width:100%;display:inline-block}.rm-gallery-image-card--card-link .rm-gallery-image-card-link{display:block;width:100%;text-decoration:none;color:inherit;outline:none}.rm-gallery-image-card--card-link .rm-gallery-image-card-link:focus-visible{outline:2px solid var(--color-title-red);outline-offset:2px;border-radius:8px}.rm-gallery-image-wrapper{position:relative;overflow:hidden;border-radius:8px;background:rgba(30,25,20,.08);box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease}.rm-gallery-image-card:hover .rm-gallery-image-wrapper{transform:scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.1)}.rm-gallery-image-img,.rm-gallery-image-wrapper img{display:block;width:100%;height:auto;transition:filter .3s ease}.rm-gallery-image-card:hover .rm-gallery-image-wrapper img{filter:brightness(1.05)}.rm-gallery-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:24px 10px 8px;background:linear-gradient(0deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.25) 60%,transparent);display:flex;flex-direction:column;gap:2px;opacity:0;transition:opacity .3s ease;pointer-events:none}.rm-gallery-image-card:hover .rm-gallery-image-overlay{opacity:1}.rm-gallery-image-title{color:#fff;font-family:var(--font-base);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;line-height:1.25;text-shadow:0 1px 3px rgba(0,0,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rm-gallery-image-size{color:rgba(255,255,255,.7);font-family:var(--font-base);font-size:10px;font-style:italic}.rm-gallery-image-rating-badge{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.5);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:3px 7px;border-radius:6px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:5;font-weight:800;font-size:11px;color:#fff;transition:transform .2s ease}.rm-gallery-image-card:hover .rm-gallery-image-rating-badge{transform:scale(1.08)}.rm-gallery-image-rating-badge i{color:#d4af37;font-size:10px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.rm-artists-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px 16px;width:100%}@media (max-width:1280px){.rm-artists-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:980px){.rm-artists-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:720px){.rm-artists-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){.rm-artists-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rm-artist-avatar-card-link{display:block;text-decoration:none!important;color:inherit}.rm-artist-avatar-card-link:active:after,.rm-artist-avatar-card-link:after,.rm-artist-avatar-card-link:focus:after,.rm-artist-avatar-card-link:hover:after{display:none!important;content:none!important;width:0!important;height:0!important}.rm-artist-avatar-card{width:100%;text-align:center;transition:transform .2s ease}.rm-artist-avatar-card-link:hover .rm-artist-avatar-card{transform:translateY(-5px)}.rm-artist-avatar-container{margin:0 auto 12px;width:80px;height:80px;border-radius:50%;overflow:hidden;border:3px solid rgba(138,122,93,.3);box-shadow:0 3px 10px rgba(0,0,0,.12);background:rgba(243,229,202,.25);display:flex;align-items:center;justify-content:center;transition:border-color .2s ease}.rm-artist-avatar-card-link:hover .rm-artist-avatar-container{border-color:var(--color-title-red)}.rm-artist-avatar-placeholder{font-size:28px;color:var(--color-subtitle)}.rm-artist-avatar-name{font-family:var(--font-base);font-size:11px;font-weight:700;color:var(--color-text-main);line-height:1.2;margin-bottom:0;word-break:break-word}.rm-artist-avatar-count{font-size:10px;color:var(--color-subtitle);font-style:italic}.rm-artist-portfolio-header{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;width:100%;align-items:start}@media (max-width:980px){.rm-artist-portfolio-header{grid-template-columns:1fr}}.rm-artist-portfolio-menu{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:10px}.rm-artist-portfolio-menu-link{color:var(--color-title-red);text-decoration:none!important;font-weight:700;font-size:11px}.rm-artist-portfolio-menu-link:active:after,.rm-artist-portfolio-menu-link:after,.rm-artist-portfolio-menu-link:focus:after,.rm-artist-portfolio-menu-link:hover:after{display:none!important;content:none!important;width:0!important;height:0!important}.rm-artist-portfolio-actions{display:flex;justify-content:flex-start}.rm-artist-portfolio-links-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rm-artist-portfolio-links-row .rm-artist-portfolio-actions{flex:0 0 auto}.rm-artist-portfolio-links-row .rm-content-list-read-more{margin-top:0}.rm-artist-portfolio-site{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;padding:0;border:none;border-radius:0;background:transparent}.rm-artist-portfolio-site .rm-content-list-read-more{margin-top:0;white-space:nowrap}.rm-artist-portfolio-site-missing{font-size:10px;color:var(--color-subtitle);font-style:italic;padding:2px 8px;border:1px solid rgba(138,122,93,.65);border-radius:999px;background:rgba(243,229,202,.18)}@media (max-width:420px){.rm-artist-portfolio-links-row .rm-content-list-read-more{width:100%;text-align:center}.rm-artist-portfolio-site{width:100%}}.rm-artist-portfolio-fields{border:1px solid rgba(138,122,93,.7);border-radius:8px;background:rgba(255,255,255,.35);padding:10px 12px}.rm-artist-portfolio-field{font-size:11px;line-height:1.45;color:var(--color-text-main)}.rm-artist-portfolio-label{color:var(--color-subtitle);font-weight:600}.rm-artist-portfolio-inline-link{color:var(--color-title-red);text-decoration:none!important;font-weight:700}.rm-artist-portfolio-inline-link:active:after,.rm-artist-portfolio-inline-link:after,.rm-artist-portfolio-inline-link:focus:after,.rm-artist-portfolio-inline-link:hover:after{display:none!important;content:none!important;width:0!important;height:0!important}.rm-artist-portfolio-bio{margin-top:12px;border:1px solid rgba(138,122,93,.6);border-radius:8px;background:rgba(255,255,255,.25);padding:10px 12px}.rm-artist-portfolio-bio-title,.rm-artist-portfolio-sample-title{font-family:var(--font-base);font-size:11px;font-weight:800;color:var(--color-title-red);margin-bottom:8px}.rm-artist-portfolio-sample{padding:10px 12px}.rm-artist-portfolio-photo,.rm-artist-portfolio-sample{border:1px solid rgba(138,122,93,.7);border-radius:8px;background:rgba(255,255,255,.25)}.rm-artist-portfolio-photo{display:flex;align-items:center;justify-content:center;padding:12px;margin-bottom:12px}.rm-artist-portfolio-photo img{border-radius:4px}.rm-artist-portfolio-photo-placeholder{width:120px;height:120px;border:1px solid #000000;border-radius:4px;background:rgba(243,229,202,.25);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.rm-artist-portfolio-photo-placeholder .fas{font-size:34px;color:var(--color-subtitle)!important}.rm-artist-portfolio-sample .rm-gallery-images-grid--2cols{width:100%;justify-content:center}.rm-artist-profile{display:flex;flex-direction:column;gap:0;border:1px solid rgba(138,122,93,.38);border-radius:5px;overflow:hidden;background:var(--color-light)}.rm-artist-profile>.rm-home-welcome-text-frame{border:none!important;box-shadow:none!important;background:transparent!important;padding:clamp(18px,2.5vw,26px) clamp(16px,2.5vw,28px)}.rm-artist-profile>.rm-home-welcome-text-frame+.rm-home-welcome-text-frame{border-top:1px solid rgba(138,122,93,.28)!important;padding-top:clamp(14px,2vw,20px)}.rm-artist-profile .rm-home-welcome-header{flex-wrap:wrap;align-items:center;min-width:0;row-gap:8px;margin-bottom:clamp(14px,2vw,18px)!important;padding-bottom:10px;border-bottom:1px solid rgba(88,23,23,.1)}.rm-artist-profile>.rm-home-welcome-text-frame:first-child .rm-home-welcome-header>i{display:none}.rm-artist-profile>.rm-home-welcome-text-frame:first-child .rm-home-welcome-title{flex:1 1 auto;min-width:0;overflow-wrap:break-word;padding-left:0;font-size:15px;font-weight:600;font-family:var(--font-base);line-height:1.3;letter-spacing:.05em;text-transform:uppercase;color:#2a1f10}.rm-artist-profile>.rm-home-welcome-text-frame:last-child .rm-home-welcome-header{margin-bottom:10px!important;padding-bottom:0;border-bottom:none}.rm-artist-profile>.rm-home-welcome-text-frame:last-child .rm-home-welcome-title{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7a6b58}.rm-artist-profile .rm-home-frame-header-action{flex-basis:auto;width:auto;max-width:none;margin-left:auto;padding-left:0}.rm-artist-profile .rm-home-frame-content{min-height:0}.rm-artist-identity-grid{display:grid;grid-template-columns:minmax(140px,200px) minmax(0,1fr);gap:clamp(18px,2.5vw,28px);align-items:start}.rm-artist-avatar-wrap{position:relative;width:100%;max-width:200px;aspect-ratio:4/5;height:auto;border-radius:4px;overflow:hidden;border:1px solid rgba(138,122,93,.45);box-shadow:0 4px 14px rgba(45,32,18,.12);background:rgba(243,229,202,.35);flex-shrink:0}.rm-artist-profile .rm-home-welcome-title .rm-artist-profile-title-field{display:inline-flex;align-items:center;font-size:inherit;font-weight:inherit;font-family:inherit;letter-spacing:inherit;text-transform:inherit;color:inherit;cursor:pointer}.rm-artist-profile .rm-home-welcome-title .rm-artist-profile-title-field b{font-weight:600}.rm-artist-profile .rm-home-welcome-title .rm-artist-profile-title-edit{width:100%;max-width:100%}.rm-artist-identity-info{display:flex;flex-direction:column;gap:10px;padding-top:4px}.rm-artist-portfolio-field{display:inline-flex;align-items:center;font-size:14px;color:#4a4034}.rm-artist-portfolio-label{display:none}.rm-artist-field-icon{margin-right:8px;color:#9a8a78;font-size:12px;flex-shrink:0}.rm-artist-stat{display:inline-flex;align-items:center;gap:6px;margin:8px 0 0;padding:5px 12px;border:1px solid rgba(138,122,93,.35);border-radius:999px;background:rgba(243,229,202,.55);font-size:11px;color:#5a4830;width:fit-content}.rm-artist-stat b{font-weight:700}.rm-artist-profile .rm-social-icon-link{background:rgba(255,255,255,.65);border:1px solid rgba(138,122,93,.32);color:#581717}.rm-artist-bio-text{position:relative;font-size:15px;line-height:1.65;color:#3d3328;font-family:var(--font-serif)}.rm-artist-bio-text em{font-style:normal}.rm-artist-portfolio-section{margin-top:clamp(20px,3vw,32px)}.rm-layout-gallery-artists .rm-artist-portfolio-section.rm-home-welcome-text-frame{border:none!important;box-shadow:none!important;background:transparent!important;padding:0}.rm-layout-gallery-artists .rm-artist-portfolio-section .rm-home-welcome-header{margin-bottom:14px!important}.rm-artist-portfolio-count{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(138,122,93,.35);background:rgba(243,229,202,.5);font-size:11px;color:#5a4830}.rm-artist-portfolio-grid{column-gap:14px}.rm-artist-portfolio-grid .rm-gallery-image-card{margin-bottom:14px}@media (max-width:768px){.rm-artist-profile>.rm-home-welcome-text-frame{padding:16px}.rm-artist-identity-grid{grid-template-columns:1fr;justify-items:center;text-align:center;gap:16px}.rm-artist-avatar-wrap{max-width:160px}.rm-artist-identity-info{align-items:center;width:100%}.rm-artist-social-row--body{justify-content:center}.rm-artist-stat{margin-inline:auto}}.rm-artist-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.rm-artist-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.rm-artist-avatar-placeholder .fas{font-size:38px;color:var(--color-subtitle)}.rm-artist-avatar-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .2s}.rm-artist-avatar-wrap:hover .rm-artist-avatar-overlay{opacity:1}.rm-artist-avatar-btn{width:32px;height:32px;border-radius:50%;background:#fff;border:none;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:background .15s}.rm-artist-avatar-btn:hover{background:var(--color-title-red);color:#fff!important}.rm-artist-avatar-btn--del:hover{background:#cc0000}.rm-artist-header-right{display:flex;align-items:center;gap:12px}.rm-artist-social-links{position:relative;margin-top:2px}.rm-artist-social-row--body{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.rm-social-icon-link--editing{box-shadow:0 0 0 2px var(--color-title-red);background:rgba(180,30,30,.06)}.rm-artist-social-edit-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;display:flex;align-items:center;gap:10px;padding:6px 12px;background:#fdf6e8;border:1px solid var(--color-menu-border);border-left:3px solid var(--color-title-red);border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.12)}.rm-artist-social-edit-icon{font-size:14px;color:#555;flex-shrink:0}.rm-artist-social-edit-label{font-size:10px;font-weight:700;font-family:var(--font-base);text-transform:uppercase;color:var(--color-subtitle);white-space:nowrap;flex-shrink:0;letter-spacing:.03em;padding-right:10px;border-right:1px solid var(--color-menu-border)}.rm-artist-social-edit-input{flex:1;min-width:0;max-width:400px;padding:4px 8px;font-size:11px;border:1px solid var(--color-menu-border);border-radius:3px;background:#fff;color:var(--color-text-main);font-family:var(--font-base);transition:border-color .15s,box-shadow .15s}.rm-artist-social-edit-input:focus{outline:none;border-color:var(--color-title-red);box-shadow:0 0 0 2px rgba(180,30,30,.1)}.rm-artist-contact-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;background:var(--color-title-red);color:#fff;border-radius:4px;font-size:11px;font-weight:600;font-family:var(--font-base);text-decoration:none!important;white-space:nowrap;transition:background .15s}.rm-artist-contact-btn i{color:#fff!important}.rm-artist-contact-btn:after{display:none!important;content:none!important}.rm-artist-contact-btn:hover{background:#a91b1b;color:#fff}.rm-artist-section-edit-btn{padding:3px 8px;font-size:11px;background:transparent;border:1px solid var(--color-menu-border);border-radius:4px;color:var(--color-subtitle);cursor:pointer;transition:all .15s}.rm-artist-section-edit-btn:hover{background:var(--color-bg-menu);color:var(--color-title-red)}.rm-artist-edit-field{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rm-artist-bio-textarea{width:100%;box-sizing:border-box;margin-bottom:8px}.rm-artist-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:8px}@media (max-width:900px){.rm-artist-header-right{gap:8px}}@media (max-width:768px){.rm-artist-edit-field{justify-content:center;text-align:center}.rm-artist-header-right{display:none}}@media (max-width:480px){.rm-artist-avatar-wrap{max-width:140px}}.rm-artist-portfolio-grid{column-count:5;column-gap:10px;width:100%}@media (max-width:1200px){.rm-artist-portfolio-grid{column-count:4}}@media (max-width:900px){.rm-artist-portfolio-grid{column-count:3}}@media (max-width:768px){.rm-artist-portfolio-grid{column-count:1}}.rm-artist-portfolio-grid .rm-gallery-image-card{break-inside:avoid;margin-bottom:10px;width:100%;display:inline-block}.rm-artist-portfolio-grid .rm-gallery-image-wrapper{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.12);transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease}.rm-artist-portfolio-grid .rm-gallery-image-card:hover .rm-gallery-image-wrapper{transform:scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.1)}.rm-artist-portfolio-grid .rm-gallery-image-card:hover .rm-gallery-image-wrapper img{filter:brightness(1.05)}.rm-layout-gallery-artists .rm-graphic-header-card-header-inner{min-height:48px}.rm-layout-gallery-artists .rm-graphic-header-card-header-title{font-size:14px}@media (max-width:768px){.rm-content-card{flex-direction:column;padding:var(--rm-card-pad-y) var(--rm-card-pad-x);gap:var(--rm-card-pad-y)}.rm-content-card-image{align-self:center}.rm-content-card-title{font-size:14px}.rm-content-card-summary{font-size:11px}.rm-home-section-title{font-size:14px}.rm-home-section-header{padding:10px 12px;margin-bottom:0}.rm-home-section-header-inner{gap:10px}.rm-home-section-icon{width:20px;height:20px}.rm-home-section-header-accent{width:60px;height:2px}.rm-home-section:hover .rm-home-section-header-accent{width:80px}.rm-home-section-content{padding:12px}.rm-home-section-description{font-size:10px}.rm-members-grid{grid-template-columns:1fr;gap:12px}.rm-member-card{padding:10px}.rm-gallery-images-grid{grid-template-columns:1fr;gap:16px}.rm-gallery-image-card{width:100%;max-width:200px}.rm-layout-gallery .rm-gallery-image-card{max-width:100%}.rm-content-list-item{padding:8px 10px;gap:8px}}.rm-gallery-image-detail-page{padding-bottom:24px}.rm-gallery-image-detail-page .rm-yria-desc-card-inner{padding-block:var(--rm-card-pad-y);padding-inline:var(--rm-card-pad-x);box-sizing:border-box}.rm-gallery-image-detail-page .rm-yria-desc-card-inner>.rm-home-main-grid.rm-spacing-lg{margin:0}.rm-gallery-image-detail-page .rm-gallery-classic--two-col{padding:0;box-sizing:border-box}.rm-gallery-classic-page-header{margin:0 0 clamp(14px,2vw,20px)}.rm-gallery-classic-page-title{margin:0 0 6px;font-family:var(--font-base);font-size:clamp(1.35rem,2.8vw,1.65rem);font-weight:700;color:#1a1208;letter-spacing:-.02em;line-height:1.25}.rm-gallery-classic-page-byline{margin:0 0 10px;font-family:var(--font-base);font-size:14px;color:#4a4034}.rm-gallery-classic-page-byline a{color:#581717;font-weight:600;text-decoration:none}.rm-gallery-classic-page-byline a:hover{text-decoration:underline}.rm-gallery-classic-page-header .rm-news-detail-meta-bar{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin:0;padding:8px 10px;border:1px solid rgba(138,122,93,.35);border-radius:6px;background:rgba(243,229,202,.5);font-size:12px;color:#5a4830}.rm-gallery-classic-page-header .rm-news-detail-meta-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.rm-gallery-classic-page-header .rm-news-detail-meta-item i{color:#7a6548}.rm-gallery-classic-page-header .rm-news-detail-meta-bar a{color:#581717;font-weight:600;text-decoration:none}.rm-gallery-classic-page-header .rm-news-detail-meta-bar a:hover{text-decoration:underline}.rm-gallery-image-detail-page .rm-gallery-classic-panel{width:100%;max-width:100%;box-sizing:border-box;border:none;border-radius:0;padding:0;background:transparent}.rm-gallery-classic-page-meta-rating{gap:4px}.rm-gallery-classic-page-meta-rating .rm-fiche-critique-card-note--compact{font-size:11px;padding:2px 6px}.rm-gallery-classic-media{width:100%;display:flex;flex-direction:column;align-items:center}.rm-gallery-classic-panel .rm-gallery-image-real-scroll--classic{width:100%;max-height:none;overflow:visible;display:flex;flex-direction:column;align-items:center;border:none;border-radius:0;box-shadow:none;background:transparent;padding:0}.rm-gallery-classic-panel .rm-gallery-classic-image-trigger{width:100%;max-width:100%;display:flex;justify-content:center;align-items:center;max-height:none;overflow:visible}.rm-gallery-classic-panel .rm-gallery-classic-image-trigger>span{display:flex!important;justify-content:center;align-items:center;max-width:100%!important;max-height:none!important;width:auto!important;height:auto!important}.rm-gallery-classic-panel .rm-gallery-image-real--classic-fit{display:block;max-width:100%;width:auto;height:auto;max-height:min(75vh,920px);object-fit:contain}.rm-gallery-classic-panel .rm-gallery-classic-description{margin:clamp(16px,2.5vw,24px) 0 0;padding:clamp(14px,2vw,20px) 0 0;border:none;border-top:1px solid rgba(138,122,93,.28);border-radius:0;background:transparent}.rm-gallery-classic-panel .rm-gallery-classic-pending{margin-top:clamp(14px,2vw,20px)}.rm-gallery-classic-panel .rm-gallery-classic-zoom-hint{padding-top:10px;padding-bottom:0;font-size:11px;color:#8a7a68;letter-spacing:.02em}.rm-gallery-classic-panel .rm-gallery-classic-zoom-hint i{margin-right:5px;font-size:10px;opacity:.85}.rm-gallery-image-detail-page .rm-gallery-detail-comments-below{box-sizing:border-box;width:100%;padding-inline:var(--rm-card-pad-x)}.rm-gallery-image-detail-page .rm-gallery-detail-comments-below>.rm-comment-section{margin-top:0;width:100%;box-sizing:border-box}.rm-gallery-image-detail-page .rm-gallery-detail-comments-below .rm-comment-section .rm-community-subsection.rm-comment-section-inner,.rm-gallery-image-detail-page .rm-gallery-detail-comments-below .rm-comment-section.rm-comment-section--no-top-band .rm-community-subsection.rm-comment-section-inner{padding:var(--rm-card-pad-y) 0!important;box-sizing:border-box}.rm-gallery-image-detail-page .rm-gallery-detail-comments-below .rm-comment-section .rm-home-section-content.rm-comment-section-content{padding:0!important}html[data-ui-theme=modern] .rm-gallery-detail-comments-below .rm-comment-section.rm-comment-section--editor-modal .rm-comment-section-modern-header.arc-modern-page-header--has-actions .arc-modern-page-header__row{align-items:center;gap:12px}.rm-gallery-detail-hero{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:var(--rm-card-pad-y) var(--rm-card-pad-x);background:var(--color-light);border:1px solid rgba(138,122,93,.45);border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.08),inset 0 1px 0 rgba(255,255,255,.6);margin-bottom:16px;overflow:hidden}.rm-gallery-detail-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#581717,#d4af37 50%,#581717);opacity:.6}.rm-gallery-detail-hero-text{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.rm-gallery-detail-hero-title{margin:0;font-family:var(--font-base);font-size:16px;font-weight:700;color:#3d2817;letter-spacing:.02em;line-height:1.3;text-shadow:0 1px 1px rgba(255,255,255,.6);display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.rm-gallery-detail-hero-proposed{font-weight:400;font-size:.75em;color:#7a6a52;text-transform:none;letter-spacing:0;display:inline-flex;align-items:baseline;gap:4px}.rm-gallery-detail-hero-proposed:before{content:"-";opacity:.35}.rm-gallery-detail-hero-proposed a{font-weight:600;color:#581717;text-decoration:none;transition:color .15s ease}.rm-gallery-detail-hero-proposed a:hover{color:#d4af37}.rm-gallery-detail-hero-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-family:var(--font-base);font-size:11px;color:#7a6a52;line-height:1.4}.rm-gallery-detail-hero-meta-sep{opacity:.3;font-size:9px;-webkit-user-select:none;user-select:none}.rm-gallery-detail-hero-meta a{color:#581717;font-weight:600;text-decoration:none;transition:color .15s ease}.rm-gallery-detail-hero-meta a:hover{color:#d4af37}.rm-gallery-detail-hero-meta .rm-gallery-detail-hero-dimensions{font-style:italic;opacity:.7;font-size:10px}.rm-gallery-detail-hero-moderation{color:#c11;text-transform:uppercase;font-weight:700;font-size:9px;letter-spacing:.04em}.rm-gallery-detail-hero-badges{display:flex;flex-direction:row;align-items:center;gap:6px;flex-shrink:0}.rm-gallery-detail-hero-rating{display:flex;align-items:center;gap:5px;background:rgba(0,0,0,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:5px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 10px rgba(0,0,0,.25);font-family:var(--font-base);font-size:13px;font-weight:800;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.rm-gallery-detail-hero-rating:hover{transform:scale(1.05);box-shadow:0 4px 16px rgba(0,0,0,.3)}.rm-gallery-detail-hero-rating i{color:#d4af37;font-size:12px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.rm-gallery-detail-hero-views{display:flex;align-items:center;gap:5px;background:rgba(0,0,0,.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:5px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.15);box-shadow:0 2px 10px rgba(0,0,0,.25);font-family:var(--font-base);font-size:13px;font-weight:800;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.rm-gallery-detail-hero-views i{font-size:9px;opacity:.7}@media (max-width:600px){.rm-gallery-detail-hero{flex-direction:column;align-items:stretch;padding:16px}.rm-gallery-detail-hero-badges{flex-direction:row;align-items:center;justify-content:flex-start}.rm-gallery-detail-hero-title{font-size:15px}}.rm-gallery-image-detail-link{color:var(--color-link,#581717);text-decoration:none}.rm-gallery-image-detail-link:hover{color:var(--color-link-hover,#d4af37);text-decoration:underline}.rm-gallery-image-real-scroll{width:100%;overflow:auto;background:rgba(255,255,255,.35);border:1px solid rgba(138,122,93,.55);border-radius:6px;padding:12px;box-sizing:border-box;text-align:center}.rm-gallery-image-real{display:block;max-width:none;height:auto;margin:0 auto}.rm-gallery-image-real--classic-fit{max-width:100%;width:auto;height:auto;object-fit:contain}.rm-gallery-classic--two-col .rm-gallery-image-real--classic-fit{box-sizing:border-box;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.rm-gallery-classic{display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;box-sizing:border-box}.rm-gallery-classic--two-col{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:clamp(16px,2.2vw,28px);align-items:start}.rm-gallery-classic-col--aside,.rm-gallery-classic-col--media{min-width:0;display:flex;flex-direction:column}.rm-gallery-classic-col--media .rm-gallery-image-real-scroll--classic{flex:0 1 auto;min-height:0;max-height:var(--rm-gallery-classic-aside-height,none)}.rm-gallery-classic-col--aside .rm-gallery-classic-info{flex:0 1 auto;display:flex;flex-direction:column}.rm-gallery-classic-col--aside .rm-gallery-classic-info-card{flex:0 1 auto}.rm-gallery-classic--two-col .rm-gallery-classic-info{padding:0}.rm-gallery-classic--two-col .rm-gallery-classic-info-card{flex:0 1 auto;max-width:none;margin:0;padding:20px 22px 0;border-radius:10px}@media (max-width:900px){.rm-gallery-classic--two-col{grid-template-columns:1fr}}.rm-gallery-image-real-scroll--classic{background:#f4efe6;border:1px solid #c9b89a;border-radius:8px;padding:var(--rm-card-pad-y) var(--rm-card-pad-x);overflow:hidden;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box}.rm-gallery-classic--two-col .rm-gallery-image-real-scroll--classic{display:grid;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;min-height:0;overflow:auto;border-radius:10px;border:1px solid var(--color-menu-border,#c4b8a4);background:var(--color-light);background-size:auto;box-shadow:0 2px 10px rgba(45,32,18,.08);padding:20px 22px 0}.rm-gallery-classic--two-col .rm-gallery-image-real-scroll--classic .rm-gallery-classic-zoom-hint{padding-bottom:14px}.rm-gallery-classic-image-trigger{display:flex;flex:1 1 auto;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:0;margin:0;padding:0;border:none;background:transparent;cursor:zoom-in;line-height:0;text-align:center}.rm-gallery-classic--two-col .rm-gallery-classic-image-trigger{flex:1 1 auto;min-height:0;max-height:100%;overflow:hidden}.rm-gallery-classic--two-col .rm-gallery-classic-image-trigger>span{box-sizing:border-box;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;display:flex!important;align-items:center;justify-content:center}.rm-gallery-classic--two-col .rm-gallery-classic-image-trigger>span img.rm-gallery-image-real--classic-fit{flex-shrink:1}.rm-gallery-classic-image-trigger:focus-visible{outline:2px solid #581717;outline-offset:4px;border-radius:2px}.rm-gallery-image-lightbox{position:fixed;inset:0;z-index:10050;isolation:isolate;display:flex;align-items:center;justify-content:center;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));box-sizing:border-box}.rm-gallery-image-lightbox-backdrop{position:absolute;inset:0;z-index:0;background:rgba(12,8,6,.9)}.rm-gallery-image-lightbox-frame{position:relative;z-index:1;width:min(100vw - 24px,100%);height:min(100dvh - 24px,100%);max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}.rm-gallery-image-lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:auto;box-shadow:0 12px 48px rgba(0,0,0,.55)}.rm-gallery-image-lightbox-close{position:absolute;top:max(10px,env(safe-area-inset-top));right:max(10px,env(safe-area-inset-right));z-index:3;display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:rgba(0,0,0,.45);color:#fff;font-size:22px;line-height:1;cursor:pointer}.rm-gallery-image-lightbox-close:hover{background:rgba(0,0,0,.65)}.rm-gallery-image-lightbox-close:focus-visible{outline:2px solid #fff;outline-offset:2px}.rm-gallery-classic-zoom-hint{flex-shrink:0;margin-top:auto;margin-bottom:0;padding-top:10px;font-family:var(--font-base);font-size:11px;color:#666;text-align:center}.rm-gallery-classic-info{font-family:var(--font-base);font-size:14px;color:#2a2218;line-height:1.55;padding:0 2px 12px;max-width:100%;box-sizing:border-box}.rm-gallery-classic-info-card{max-width:920px;margin:0 auto;padding:22px 24px 0;border-radius:8px;border:1px solid var(--color-menu-border,#c4b8a4);background:var(--color-light);background-size:auto;box-shadow:0 2px 10px rgba(45,32,18,.08);overflow:hidden;display:flex;flex-direction:column;min-height:0}.rm-gallery-classic-info-header{margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid rgba(88,23,23,.12)}.rm-gallery-classic-title{margin:0 0 8px;font-size:clamp(1.25rem,2.5vw,1.55rem);font-weight:700;color:#1a1208;letter-spacing:-.02em;line-height:1.25}.rm-gallery-classic-byline{margin:0;font-size:14px;color:#4a4034}.rm-gallery-classic-byline a{color:#581717;font-weight:600;text-decoration:none}.rm-gallery-classic-byline a:hover{text-decoration:underline}.rm-gallery-classic-description{margin:0 0 20px;padding:14px 16px;border-radius:6px;border:1px solid rgba(88,23,23,.1);background:rgba(255,255,255,.65)}.rm-gallery-classic-description-heading{margin:0 0 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b5c4a}.rm-gallery-classic-description-body{margin:0;font-size:14px;line-height:1.6;color:#2f261c;white-space:pre-wrap;overflow-wrap:break-word}.rm-gallery-classic-facts{margin:4px 0 0}.rm-gallery-classic-facts-title{margin:0 0 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#7a6b58}.rm-gallery-classic-facts-dl{margin:0}.rm-gallery-classic-facts-row{display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);gap:6px 12px;align-items:baseline;padding:10px 0;border-bottom:1px solid rgba(88,23,23,.09)}.rm-gallery-classic-facts-row:last-of-type{border-bottom:none}.rm-gallery-classic-facts-row dt{display:flex;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:600;color:#5c5042}.rm-gallery-classic-facts-dt-inner{display:inline-flex;width:1.35em;flex-shrink:0;justify-content:center;color:#9a8a78;font-size:13px}.rm-gallery-classic-facts-row dd{margin:0;font-size:13px;font-weight:600;color:#2a2218;text-align:right;line-height:1.35}.rm-gallery-classic-facts-row dd a{color:#581717;font-weight:600;text-decoration:none}.rm-gallery-classic-facts-row dd a:hover{text-decoration:underline}.rm-gallery-classic-stats-footer{margin:12px -24px 0;padding:18px 22px 20px;background:linear-gradient(180deg,rgba(88,23,23,.06),rgba(88,23,23,.03));border-top:1px solid rgba(88,23,23,.12)}.rm-gallery-classic--two-col .rm-gallery-classic-stats-footer{margin-top:auto;margin-left:-22px;margin-right:-22px;padding:16px 22px 18px}.rm-gallery-classic-content-stats.rm-dossier-header-stats{align-items:center;justify-content:space-between;flex-direction:row;flex-wrap:wrap;gap:12px 16px;width:100%}.rm-gallery-classic-stats-footer .rm-gallery-detail-hero-views{flex-shrink:0}.rm-gallery-classic-pending{margin:14px 0 12px;padding:10px 12px;background:#fff8e6;border:1px solid #e6c200;border-radius:6px;font-size:13px;color:#664d00}.rm-gallery-image-detail-actions{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.rm-gallery-mod-actions{display:inline-flex;align-items:center;gap:10px}.rm-gallery-mod-actions-error{color:var(--color-title-red);font-size:11px;margin-right:6px;max-width:420px}.rm-gallery-image-detail-meta-second{display:block;margin-top:4px;font-size:.95em;color:var(--color-subtitle,#666)}.rm-dossier-header-stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.rm-dossier-header-stats-vues{font-size:11px;color:var(--color-subtitle,#666);font-family:var(--font-base)}.rm-fiche-critique-card-note{display:inline-flex;align-items:center;justify-content:center;min-width:44px;font-family:var(--font-base);font-size:13px;font-weight:700;padding:6px 12px;border-radius:8px;color:#fff;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.15)}.rm-fiche-critique-card-note--good{background:linear-gradient(135deg,#2e7d32,#1b5e20)}.rm-fiche-critique-card-note--medium{background:linear-gradient(135deg,#e65100,#ef6c00)}.rm-fiche-critique-card-note--bad{background:linear-gradient(135deg,#c62828,#b71c1c)}.rm-editable-trigger{cursor:pointer;position:relative;padding:2px 4px;margin:-2px -4px;border-radius:4px;transition:background .2s}.rm-editable-trigger:hover{background:rgba(0,0,0,.05)}.rm-edit-icon-hover{display:none;margin-left:8px;font-size:12px;color:#666}.rm-editable-trigger:hover .rm-edit-icon-hover{display:inline-block}.rm-edit-icon-absolute{position:absolute;top:4px;right:4px}.rm-bio-trigger{min-height:40px}.rm-text-placeholder{color:#999;font-style:italic;font-weight:400}.rm-inline-edit-container{display:flex;align-items:center;gap:6px;flex:1}.rm-inline-edit-actions{display:flex;gap:4px}.rm-btn-icon{background:none;border:none;cursor:pointer;color:#555;padding:4px}.rm-btn-icon:hover{color:#000}.rm-btn-icon-check{color:green}.rm-btn-icon-times{color:red}.rm-input-small{padding:2px 6px;font-size:13px;height:24px}.rm-artist-social-row{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.rm-social-icon-link{font-size:20px;color:#555;cursor:pointer;position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f5f5f5;transition:all .2s}.rm-social-icon-link:hover{color:#000;background:#eee}.rm-social-icon-link.rm-social-missing{opacity:.3}.rm-social-icon-link.rm-social-missing:hover{opacity:.8}.rm-social-add-icon{position:absolute;top:-2px;right:-2px;font-size:10px;color:green;background:white;border-radius:50%}.rm-social-edit-field{display:flex;align-items:center;gap:8px;width:100%}.rm-layout-gallery-artists .rm-yria-desc-card-inner{padding:var(--rm-card-pad-y) var(--rm-card-pad-x);box-sizing:border-box}.rm-layout-gallery-artists .rm-yria-desc-card-inner>.rm-home-main-grid.rm-spacing-lg{margin:0}.rm-layout-gallery-artists .rm-dossier-detail-spacing .rm-community-subsection.rm-dossier-detail-subsection{padding:0}.rm-layout-gallery-my-works .rm-yria-desc-card-inner{padding:var(--rm-card-pad-y) var(--rm-card-pad-x);box-sizing:border-box}.rm-layout-gallery-my-works .rm-yria-desc-card-inner>.rm-home-main-grid.rm-spacing-lg{margin:0}.rm-my-works-page{margin:0;padding:0;min-width:0}.rm-my-works{background:var(--color-light);border:1px solid var(--color-menu-border);border-radius:8px;overflow:hidden;box-shadow:var(--shadow-md,0 2px 8px rgba(0,0,0,.08));box-sizing:border-box}.rm-my-works-bar{display:flex;flex-direction:column;gap:var(--rm-card-pad-y);padding:var(--rm-card-pad-y) var(--rm-card-pad-x);background:rgba(243,229,202,.5);border-bottom:1px solid var(--color-menu-border);box-sizing:border-box}.rm-my-works-toolbar{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;min-width:0}.rm-my-works-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.rm-my-works-tab-wrap{display:inline-flex}.rm-my-works-tab{margin:0;padding:.45rem .75rem;font-size:.78rem;font-weight:600;font-family:var(--font-base);color:var(--color-subtitle);background:var(--color-bg-menu);border:1px solid var(--color-menu-border);border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.rm-my-works-tab:hover{background:var(--color-menu);color:var(--color-text-main,#333)}.rm-my-works-tab--active{background:var(--color-title-red);color:#fff;border-color:var(--color-title-red)}.rm-my-works-tab--active:hover{background:var(--color-title-red);color:#fff;opacity:.95}.rm-my-works-search-label{display:block;width:100%;min-width:0}.rm-my-works-search-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rm-my-works-search{width:100%;max-width:none;box-sizing:border-box;padding:.5rem .7rem;font-size:.9rem;font-family:var(--font-base);border:1px solid var(--color-menu-border);border-radius:6px;background:#fff;color:var(--color-text-main,#333)}.rm-my-works-search:focus{outline:none;border-color:var(--color-title-red);box-shadow:0 0 0 2px rgba(88,23,23,.12)}.rm-my-works-search::placeholder{color:var(--color-subtitle)}@media (min-width:720px){.rm-my-works-toolbar{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}.rm-my-works-search-label{width:auto;flex:1 1 220px;max-width:320px}}.rm-my-works-list{list-style:none;margin:0;padding:var(--rm-card-pad-y) var(--rm-card-pad-x);display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}.rm-my-works-list>li{margin:0;padding:0}.rm-my-works-card{display:flex;flex-direction:row;align-items:flex-start;gap:.85rem;padding:.85rem;background:#fff;border:1px solid var(--color-menu-border);border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:box-shadow .15s,border-color .15s;min-width:0;box-sizing:border-box}.rm-my-works-card:hover{border-color:rgba(88,23,23,.2);box-shadow:0 2px 8px rgba(0,0,0,.06)}.rm-my-works-card--hidden{background:rgba(250,250,250,.95);opacity:.96}.rm-my-works-card-thumb{position:relative;flex:0 0 auto;width:88px;height:88px;border-radius:6px;overflow:hidden;border:1px solid var(--color-menu-border);flex-shrink:0;text-decoration:none}.rm-my-works-card-thumb:focus-visible{outline:2px solid var(--color-title-red);outline-offset:2px}.rm-my-works-card-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.5rem}.rm-my-works-card-title-block{min-width:0}.rm-my-works-title-cell{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.rm-my-works-title-link{color:var(--color-link);font-weight:500;text-decoration:none}.rm-my-works-title-link:hover{color:var(--color-link-hover);text-decoration:underline}.rm-my-works-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid var(--color-menu-border);border-radius:4px;background:var(--color-bg-menu);color:var(--color-subtitle);cursor:pointer;transition:background .15s,color .15s}.rm-my-works-btn-icon:hover{background:var(--color-menu);color:var(--color-title-red)}.rm-my-works-edit-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.rm-my-works-input{flex:1;min-width:120px;padding:.4rem .6rem;font-size:.9rem;font-family:var(--font-base);border:1px solid var(--color-menu-border);border-radius:4px;background:var(--color-light)}.rm-my-works-input:focus{outline:none;border-color:var(--color-title-red)}.rm-my-works-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.rm-my-works-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.15rem}.rm-my-works-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:4px}.rm-my-works-badge--success{background:#e8f5e6;color:#2d5a27;border:1px solid #a5d6a7}.rm-my-works-badge--warning{background:#fff8e1;color:#7d5a00;border:1px solid #ffca28}.rm-my-works-badge--visible{background:#e3f2fd;color:#1565c0;border:1px solid #90caf9}.rm-my-works-badge--muted{background:#f5f5f5;color:#616161;border:1px solid #e0e0e0}.rm-my-works-btn{padding:.4rem .75rem;font-size:.85rem;font-weight:600;font-family:var(--font-base);border-radius:4px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s}.rm-my-works-btn:disabled{opacity:.6;cursor:not-allowed}.rm-my-works-btn--sm{padding:.3rem .6rem;font-size:.8rem}.rm-my-works-btn--primary{background:var(--color-title-red);color:#fff;border-color:var(--color-title-red)}.rm-my-works-btn--primary:hover:not(:disabled){opacity:.9}.rm-my-works-btn--secondary{background:var(--color-bg-menu);color:var(--color-subtitle);border-color:var(--color-menu-border)}.rm-my-works-btn--secondary:hover:not(:disabled){background:var(--color-menu);color:var(--color-text-main,#333)}.rm-my-works-btn--visible{background:#e8f5e6;color:#2d5a27;border-color:#a5d6a7}.rm-my-works-btn--visible:hover:not(:disabled){background:#c8e6c9}.rm-my-works-btn--danger{background:#ffebee;color:#b71c1c;border-color:#ef9a9a}.rm-my-works-btn--danger:hover:not(:disabled){background:#ffcdd2}.rm-my-works-filter-empty{margin:0;padding:1rem var(--rm-card-pad-x) var(--rm-card-pad-y);text-align:center;font-size:.92rem;font-family:var(--font-base);color:var(--color-subtitle);background:rgba(243,229,202,.35);border-top:1px solid var(--color-menu-border)}@media (min-width:640px){.rm-my-works-card{padding:1rem 1.1rem;gap:1rem}}@media (min-width:900px){.rm-my-works-card{align-items:center}.rm-my-works-card-meta{flex:0 0 auto;max-width:280px}.rm-my-works-card-actions{margin-left:auto;padding-top:0;justify-content:flex-end;flex:0 0 auto}.rm-my-works-card-main{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.rm-my-works-card-title-block{flex:1 1 200px;min-width:min(100%,200px)}}.rm-my-works-empty{padding:1.5rem;text-align:center;background:var(--color-light);border:1px solid var(--color-menu-border);border-radius:8px;color:var(--color-subtitle);font-family:var(--font-base)}
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */html[data-ui-theme=modern]{--arc-ds-bg-page:#d8cdb8;--arc-ds-bg-surface:#efe6d6;--arc-ds-bg-reading:#efe6d6;--arc-ds-bg-card:#faf5ec;--arc-ds-bg-elevated:#faf5ec;--arc-ds-bg-inset:#d8cdb8;--arc-ds-text-primary:#3b3128;--arc-ds-text-secondary:#5d472e;--arc-ds-text-muted:#7a6a58;--arc-ds-text-eyebrow:#5d472e;--arc-ds-text-on-accent:#faf5ec;--arc-ds-accent:#d4af37;--arc-ds-accent-muted:#b78c4a;--arc-ds-accent-copper:#5d472e;--arc-ds-accent-red:#a33a2b;--arc-ds-accent-red-bright:#b04438;--arc-ds-beige:#d8cdb8;--arc-ds-beige-light:#efe6d6;--arc-ds-cream:#faf5ec;--arc-ds-border-subtle:#3b31281a;--arc-ds-border-gold:#b78c4a6b;--arc-ds-border-nav:#5d472e38;--arc-ds-nav-bg:#efe6d6;--arc-ds-nav-bg-elevated:#faf5ec;--arc-ds-nav-text:#3b3128;--arc-ds-nav-muted:#5d472e;--arc-ds-nav-gold:#b78c4a;--arc-ds-glow-gold:#b78c4a38;--arc-ds-glow-amber:#b78c4a24;--arc-ds-font-sans:var(--font-base,system-ui,sans-serif);--arc-ds-font-serif:var(--font-serif,ui-serif,serif);--arc-ds-text-xs:.625rem;--arc-ds-text-sm:.75rem;--arc-ds-text-base:.875rem;--arc-ds-text-md:1rem;--arc-ds-text-lg:1.25rem;--arc-ds-text-xl:1.5rem;--arc-ds-text-2xl:clamp(1.75rem,3.5vw,2.5rem);--arc-ds-text-3xl:clamp(2rem,4.5vw,3rem);--arc-ds-leading-tight:1.2;--arc-ds-leading-normal:1.5;--arc-ds-leading-relaxed:1.65;--arc-ds-tracking-tight:.02em;--arc-ds-tracking-wide:.08em;--arc-ds-tracking-wider:.12em;--arc-ds-gap-xs:8px;--arc-ds-gap-sm:12px;--arc-ds-gap:18px;--arc-ds-gap-lg:36px;--arc-ds-gap-xl:48px;--arc-ds-section-pad-x:clamp(20px,4vw,56px);--arc-ds-content-max:100%;--arc-ds-layout-max:100%;--arc-ds-read-max:720px;--arc-ds-form-max:480px;--arc-ds-stack-sm:12px;--arc-ds-stack:24px;--arc-ds-stack-lg:40px;--arc-ds-nav-header-h:72px;--arc-ds-nav-header-h-compact:58px;--arc-ds-radius-sm:6px;--arc-ds-radius:12px;--arc-ds-radius-lg:16px;--arc-ds-radius-pill:999px;--arc-ds-shadow-sm:0 2px 8px #3b312814;--arc-ds-shadow:0 4px 20px #3b31281f;--arc-ds-shadow-lg:0 12px 40px #3b312824;--arc-ds-transition-fast:.15s ease;--arc-ds-transition:.2s ease;--arc-ds-transition-slow:.3s ease}html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-account-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-auth-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-codex-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-community-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-content-detail-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-content-listing-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-encyclo-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-error-modern-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-forum-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-gallery-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-ins-page-root):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-ps-page):before,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-static-page-root):before{background:var(--arc-ds-bg-page)}html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-account-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-auth-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-codex-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-community-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-content-detail-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-content-listing-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-encyclo-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-error-modern-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-forum-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-gallery-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-ins-page-root)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-ps-page)>.rm-layout-main,html[data-ui-theme=modern] .rm-layout-main-column:has(.arc-static-page-root)>.rm-layout-main{width:100%;max-width:none;margin-left:0;margin-right:0}html[data-ui-theme=modern] main.arc-error-modern-root,html[data-ui-theme=modern] main.rm-layout-content--account-modern,html[data-ui-theme=modern] main.rm-layout-content--auth-modern,html[data-ui-theme=modern] main.rm-layout-content--codex-modern,html[data-ui-theme=modern] main.rm-layout-content--community-modern,html[data-ui-theme=modern] main.rm-layout-content--content-detail-modern,html[data-ui-theme=modern] main.rm-layout-content--content-listing-modern,html[data-ui-theme=modern] main.rm-layout-content--encyclopedie-modern,html[data-ui-theme=modern] main.rm-layout-content--forum-modern,html[data-ui-theme=modern] main.rm-layout-content--gallery-modern,html[data-ui-theme=modern] main.rm-layout-content--inscription-modern,html[data-ui-theme=modern] main.rm-layout-content--static-modern{background:0 0}html[data-ui-theme=modern] main.arc-encyclo-detail-root .rm-content-wrapper,html[data-ui-theme=modern] main.arc-error-modern-root .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--account-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--auth-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--codex-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--community-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--content-detail-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--content-listing-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--gallery-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--inscription-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--personnage-modern .rm-content-wrapper,html[data-ui-theme=modern] main.rm-layout-content--static-modern .rm-content-wrapper{width:100%;max-width:none;padding:0}html[data-ui-theme=modern] main.rm-layout-content--personnage-modern .rm-content-wrapper{overflow-x:visible}html[data-ui-theme=modern] main.arc-encyclo-page-root:not(.arc-encyclo-detail-root) .rm-content-wrapper{padding-left:var(--arc-ds-section-pad-x);padding-right:var(--arc-ds-section-pad-x);padding-top:var(--rm-toolbar-content-gap,10px);padding-bottom:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.rm-home-section{background:linear-gradient(to bottom,var(--color-bg-menu),var(--color-light));border:1px solid var(--color-menu-border);box-sizing:border-box;border-radius:8px;width:100%;margin-top:20px;margin-bottom:20px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.rm-home-section:first-child{margin-top:0}.rm-home-section:hover{transform:none;box-shadow:0 2px 8px #0000001a}.rm-content-wrapper .rm-home-section{width:100%;margin-left:0;margin-right:0}.rm-home-section-header{box-sizing:border-box;width:100%;min-height:32px;transition:box-shadow var(--transition-base,.2s ease);border:1px solid var(--color-menu-border);border-bottom:1px solid #c8a07866;border-radius:8px 8px 0 0;margin-bottom:0;padding:6px 16px;position:relative;overflow:hidden;box-shadow:0 2px 4px #00000014}.rm-home-section-header *{z-index:1;position:relative;background:0 0!important}.rm-home-section-header h1,.rm-home-section-header h2,.rm-home-section-header h3,.rm-home-section-header-inner h1,.rm-home-section-header-inner h2,.rm-home-section-header-inner h3,.rm-home-section-title-wrapper h1,.rm-home-section-title-wrapper h2,.rm-home-section-title-wrapper h3{background:0 0!important}.rm-home-section:hover .rm-home-section-header{box-shadow:0 3px 6px #0000001f}.rm-home-section-header-inner{z-index:1;align-items:center;gap:4px;padding-left:10px;display:flex;position:relative;background:0 0!important}.rm-home-section-icon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.rm-home-section-icon-img{object-fit:contain;filter:drop-shadow(0 1px 2px #0003)}.rm-home-section-icon-svg{color:#000;filter:drop-shadow(0 1px 2px #0003);flex-shrink:0}.rm-home-section-icon-fa{text-align:center;width:1em;font-size:18px}.rm-home-section-icon-fa,.rm-home-section-icon-rpg{color:#000;vertical-align:middle;line-height:1;display:inline-block}.rm-home-section-icon-rpg{font-size:20px}.rm-home-section-title-wrapper{flex:1;min-width:0;background:0 0!important}.rm-home-section-title{color:#000;font-size:14px;font-weight:700;font-family:var(--font-base);text-transform:uppercase;letter-spacing:0;text-shadow:none;text-align:left;width:100%;margin:0;padding-left:20px;line-height:1.4;text-decoration:none;display:block}.rm-home-section-description{color:var(--color-subtitle);margin:4px 0 0;font-size:11px;font-style:italic;line-height:1.4}.rm-home-section-header-accent,.rm-home-section:hover .rm-home-section-header-accent{display:none}.rm-home-section-header--accent{border:1px solid var(--color-menu-border);border-bottom:3px solid var(--color-title-red);background:linear-gradient(90deg,#58171726,#58171740,#58171726)}.rm-home-section:hover .rm-home-section-header--accent{background:linear-gradient(90deg,#58171733,#5817174d,#58171733)}.rm-home-section-header--accent .rm-home-section-header-accent{background:var(--color-title-red);width:100px;height:3px}.rm-home-section-header--minimal{border:none;border-bottom:1px solid var(--color-menu-border);box-shadow:none;background:0 0;padding:8px 12px}.rm-home-section:hover .rm-home-section-header--minimal{background:#f3e5ca4d}.rm-home-section-header--minimal .rm-home-section-title{text-transform:none;font-weight:600}.rm-home-section-header--minimal .rm-home-section-header-accent{display:none}.rm-home-section-table-headers{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rm-home-section-table-header{min-width:0}.rm-home-section-content{width:100%;max-width:100%;padding:var(--rm-card-pad-y) var(--rm-card-pad-x);background:linear-gradient(to bottom,var(--color-bg-menu),var(--color-light));box-shadow:none;box-sizing:border-box;border:none;border-radius:0 0 8px 8px;flex-direction:column;min-height:100%;margin-left:0;margin-right:0;display:flex}.rm-home-section:not(:has(.rm-home-section-header)) .rm-home-section-content{border:none;border-radius:8px}.rm-content-wrapper .rm-home-section-content{width:100%;padding-left:var(--rm-card-pad-x);padding-right:var(--rm-card-pad-x);margin-left:0;margin-right:0;padding-top:var(--rm-card-pad-y)!important;padding-bottom:var(--rm-card-pad-y)!important}.rm-home-section:has(.rm-gallery-images-grid) .rm-home-section-content{padding-left:var(--rm-card-pad-x);padding-right:var(--rm-card-pad-x)}.rm-home-section-header--minimal+.rm-home-section-content{box-shadow:none;padding:var(--rm-card-pad-y) var(--rm-card-pad-x);background:0 0;border:none}.rm-comment-section .rm-community-subsection.rm-comment-section-inner,.rm-comment-section .rm-home-section-content.rm-comment-section-content,.rm-home-section.rm-comment-section{box-shadow:none!important;background:0 0!important;border:none!important}.rm-comment-section .rm-community-subsection.rm-comment-section-inner{padding:var(--rm-card-pad-y) var(--rm-card-pad-x);box-sizing:border-box}.rm-comment-section.rm-comment-section--no-top-band .rm-community-subsection.rm-comment-section-inner{padding-top:var(--rm-card-pad-y);padding-bottom:var(--rm-card-pad-y)}.rm-content-wrapper .rm-comment-section .rm-comment-section-content{padding:0!important}.rm-comment-section .rm-comment-section-content{padding:0}@media (max-width:768px){.rm-home-section-title{padding-left:var(--rm-home-title-indent);font-size:14px}.rm-home-section-header{padding:8px var(--rm-card-pad-x);margin-bottom:0}.rm-home-section-header-inner{gap:6px;padding-left:0}.rm-home-section-icon{width:20px;height:20px}.rm-home-section-header-accent{width:60px;height:2px}.rm-home-section:hover .rm-home-section-header-accent{width:80px}.rm-content-wrapper .rm-home-section-content,.rm-home-section-content{padding:var(--rm-card-pad-y) var(--rm-card-pad-x)!important}.rm-home-section-description{margin:2px 0 0;font-size:10px}.rm-comment-section .rm-community-subsection.rm-comment-section-inner{box-sizing:border-box;padding:var(--rm-card-pad-y) var(--rm-card-pad-x)!important}.rm-comment-section.rm-comment-section--no-top-band .rm-community-subsection.rm-comment-section-inner{padding-top:var(--rm-card-pad-y)!important;padding-bottom:var(--rm-card-pad-y)!important}}.rm-content-grid-empty,.rm-content-list-empty,.rm-forums-categories-list,.rm-members-grid-empty{width:100%;font-family:var(--font-base);flex-direction:column;gap:20px;display:flex}.rm-forums-list-empty{text-align:center;border:1px dashed var(--color-menu-border);background:linear-gradient(#f3e5ca4d,#f9f0de4d);border-radius:6px;padding:32px 16px;animation:fadeIn .5s ease-in}.rm-forum-post-editor-wrapper{border-top:2px solid var(--color-menu-border);font-family:var(--font-base);margin-top:24px;padding-top:24px}.rm-content-grid-empty .subdescription,.rm-content-list-empty .subdescription,.rm-forums-list-empty .subdescription,.rm-members-grid-empty .subdescription{font-family:var(--font-base);color:var(--color-subtitle);font-size:12px;font-style:italic}.rm-content-list-empty--compact{gap:0;padding:4px 0}.rm-content-list-empty--compact .subdescription{font-size:10px}.rm-pagination{width:100%;margin:20px 0}.rm-pagination.rm-spacing-md{margin:4px 0 20px}.rm-pagination-inner{background:linear-gradient(to bottom,var(--color-light) 0,#f5e6d3 50%,var(--color-menu) 100%);border:1px solid var(--color-menu-border);border-radius:6px;gap:0;height:35px;box-shadow:0 2px 4px #00000014}.rm-pagination-inner,.rm-pagination-nav{justify-content:center;align-items:center;padding:0 4px;display:flex}.rm-pagination-nav{text-align:center;width:40px;height:100%}.rm-pagination-nav--prev{justify-content:flex-end}.rm-pagination-nav--next{justify-content:flex-start}.rm-pagination-link{color:var(--color-title-red);font-size:11px;line-height:1.3;text-decoration:none;transition:color .2s}.rm-pagination-link:hover{color:var(--color-link-hover);text-decoration:underline}.rm-pagination-link--disabled{color:var(--color-subtitle);cursor:default;pointer-events:none}.rm-pagination-chevron{font-size:14px;font-weight:700;line-height:1;font-family:var(--font-base);display:inline-block}.rm-pagination-pages{flex:1;justify-content:center;align-items:center;gap:0;padding:0 8px;font-size:12px;display:flex}.rm-pagination-page{color:var(--color-title-red);padding:0 4px;text-decoration:none;transition:color .2s}.rm-pagination-page--link:hover{color:var(--color-link-hover);text-decoration:underline}.rm-pagination-page--current{color:var(--color-title-red);cursor:default;pointer-events:none;font-weight:700}.rm-pagination-separator{color:var(--color-subtitle);padding:0 2px}.rm-pagination-ellipsis{color:var(--color-subtitle);padding:0 4px}.rm-mobile-only{display:none}@media (max-width:768px){.rm-mobile-only{display:block}.rm-desktop-only{display:none!important}}@media (min-width:769px){.rm-desktop-only{display:block}}.rm-account-confirm-box{max-width:600px;font-family:var(--font-base);margin:2rem auto;padding:1rem}.rm-account-message-success{color:green;margin-bottom:1rem}.rm-account-message-error{color:#c00;margin-bottom:1rem}.rm-account-message-mb{margin-bottom:1rem}.rm-account-suspense{text-align:center;padding:2rem}.rm-inline-editor-loading{text-align:center;padding:20px}.rm-inline-editor-actions-mb{margin-bottom:12px}.rm-inline-editor-btn-ml{margin-left:4px}.rm-inline-editor-box{border:1px solid var(--color-menu-border);background:#f3e5ca;border-radius:3px;margin-bottom:16px;padding:12px}.rm-inline-editor-field-mb,.rm-inline-editor-notice-mb{margin-bottom:12px}.rm-inline-editor-label{margin-bottom:4px;display:block}.rm-inline-editor-input-full{width:100%}.rm-sidebar-muted{color:#8a7a5d;font-size:10px;font-style:italic;font-family:var(--font-base)}.rm-featured-placeholder-hidden{display:none!important}.rm-subdescription-ml{margin-left:6px}.rm-moderation-box{border:1px solid var(--color-menu-border);background:#f3e5ca;border-radius:3px;margin-bottom:16px;padding:12px}.rm-moderation-notice-mb{margin-bottom:12px}.rm-moderation-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rm-moderation-label{color:#581717;margin-right:8px;font-size:11px;font-weight:700}.rm-moderation-banner-actions{align-items:center;gap:8px;margin-top:12px;display:flex}.rm-moderation-hint{color:#666;font-size:10px;font-style:italic}.rm-icon-button{cursor:pointer;color:currentColor;box-sizing:border-box;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:0;transition:all .2s;display:inline-flex;overflow:hidden}.rm-icon-button,.rm-icon-button i,.rm-icon-button svg{justify-content:center;align-items:center;line-height:1}.rm-icon-button i,.rm-icon-button svg{width:100%;height:100%;font-size:inherit;display:flex;margin:0!important;padding:0!important}.rm-icon-button i{font-style:normal;font-weight:900;font-family:Font Awesome\ 7 Free,Font Awesome\ 6 Free,Font Awesome\ 5 Free,Font Awesome!important}.rm-icon-button i:before{font-family:inherit;line-height:1;font-weight:inherit;display:block}.rm-icon-button:disabled{cursor:not-allowed;opacity:.5}.rm-icon-button--md{width:28px;height:28px;font-size:14px}.rm-icon-button--sm{width:22px;height:22px;font-size:11px}.rm-icon-button--xs{width:18px;height:18px;font-size:9px}.rm-icon-button--secondary{color:#8a7a5d;background:#8a7a5d1a}.rm-icon-button--secondary:hover:not(:disabled){color:#581717;background:#8a7a5d33}.rm-icon-button--primary{color:#fff;background:#581717}.rm-icon-button--primary:hover:not(:disabled){background:#7a2222;box-shadow:0 2px 4px #58171733}.rm-icon-button--danger{color:#dc3545;background:#dc35451a}.rm-icon-button--danger:hover:not(:disabled){color:#fff;background:#dc3545}.rm-icon-button--success{color:#228b22;background:#228b221f}.rm-icon-button--success:hover:not(:disabled){color:#fff;background:#228b22}.rm-icon-button--ghost{color:inherit;background:0 0;border-radius:50%}.rm-icon-button--ghost:hover:not(:disabled){background:#0000000d}.rm-icon-button--glass{-webkit-backdrop-filter:blur(8px);color:#fff;background:#00000073;border:1px solid #ffffff1f;box-shadow:0 1px 6px #0003}.rm-icon-button--glass:hover:not(:disabled){background:#0009;transform:scale(1.1)}.rm-content-list-badge-moderation{color:#fff;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.5px;background:#b8860b;border-radius:3px;flex-shrink:0;align-items:center;gap:4px;padding:2px 6px;font-weight:700;display:inline-flex}.rm-content-list-badge-moderation i{font-size:var(--text-xs)}.rm-form-field{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.rm-form-field-label{font-family:var(--font-base);font-size:var(--text-xs,10px);color:var(--color-text-main);font-weight:700}.rm-form-field-required{color:var(--color-title-red)}.rm-form-field-control{flex-direction:column;display:flex}.rm-form-field-hint{color:var(--color-subtitle)}.rm-form-field-error,.rm-form-field-hint{font-size:var(--text-xs,10px);margin:2px 0 0}.rm-form-field-error{color:var(--color-title-red);font-weight:700}.rm-form-field--invalid .rm-form-field-control input,.rm-form-field--invalid .rm-form-field-control select,.rm-form-field--invalid .rm-form-field-control textarea{border-color:var(--color-title-red);box-shadow:0 0 0 2px var(--color-primary-10,#5817171a)}.rm-form-field-fieldset{border:none;min-width:0;margin:0;padding:0;display:contents}.rm-form-field-fieldset>legend{float:none;margin:0;padding:0}.rm-form-field--horizontal{flex-flow:wrap;align-items:center;gap:10px}.rm-form-field--horizontal .rm-form-field-label{width:var(--rm-field-label-width,140px);color:var(--rm-form-focus,#036);cursor:text;flex-shrink:0;margin:0;font-size:11px;font-weight:600}.rm-form-field--horizontal .rm-form-field-control{flex:1;min-width:0}.rm-form-field--horizontal .rm-form-field-error,.rm-form-field--horizontal .rm-form-field-hint{width:100%;margin-left:calc(var(--rm-field-label-width,140px) + 10px)}@media (max-width:600px){.rm-form-field--horizontal{flex-direction:column;align-items:flex-start}.rm-form-field--horizontal .rm-form-field-label{width:auto}.rm-form-field--horizontal .rm-form-field-error,.rm-form-field--horizontal .rm-form-field-hint{margin-left:0}}.rm-loading-message{font-size:var(--text-base,14px);color:var(--color-subtitle);text-align:center;padding:20px}.rm-loading-inline{font-size:var(--text-xs,10px);color:var(--color-subtitle);align-items:center;gap:4px;display:inline-flex}html[data-ui-theme=modern]{--arc-modern-layout-max:var(--arc-ds-layout-max);--arc-modern-read-max:var(--arc-ds-read-max);--arc-modern-form-max:var(--arc-ds-form-max);--arc-modern-gap:28px;--arc-modern-sidebar-width:300px;--arc-modern-radius:12px;--arc-modern-radius-sm:var(--arc-ds-radius-sm,6px)}html[data-ui-theme=modern] .arc-auth-page-root,html[data-ui-theme=modern] .arc-community-page-root,html[data-ui-theme=modern] .arc-content-detail-root,html[data-ui-theme=modern] .arc-content-listing-root,html[data-ui-theme=modern] .arc-gallery-page-root,html[data-ui-theme=modern] .arc-static-page-root{background:var(--arc-ds-bg-page);width:100%;color:var(--arc-ds-text-primary);font-size:var(--arc-ds-text-base);line-height:var(--arc-ds-leading-normal)}html[data-ui-theme=modern] .arc-modern-page{width:100%;max-width:none;padding:24px var(--arc-ds-section-pad-x) 56px;box-sizing:border-box;margin:0}html[data-ui-theme=modern] .arc-modern-page--narrow,html[data-ui-theme=modern] .arc-modern-read{width:100%;max-width:var(--arc-ds-read-max);box-sizing:border-box;margin-left:auto;margin-right:auto}html[data-ui-theme=modern] .arc-modern-form,html[data-ui-theme=modern] .arc-modern-page--auth{width:100%;max-width:var(--arc-ds-form-max);box-sizing:border-box;margin-left:auto;margin-right:auto;padding-top:32px}html[data-ui-theme=modern] .arc-modern-page__body{min-width:0}html[data-ui-theme=modern] .arc-modern-page>.arc-modern-page__body>*{box-sizing:border-box;width:100%;max-width:none;padding-left:0;padding-right:0}html[data-ui-theme=modern] .arc-modern-page>.arc-modern-page__body>:is(.arc-codex-page,.arc-content-detail-page,.arc-encyclo-detail-page,.arc-modern-layout){padding-top:0}html[data-ui-theme=modern] .arc-modern-layout__grid{grid-template-columns:minmax(0,1fr) var(--arc-modern-sidebar-width);gap:var(--arc-modern-gap);align-items:start;min-width:0;display:grid}html[data-ui-theme=modern] .arc-modern-layout--sidebar-left .arc-modern-layout__grid{grid-template-columns:var(--arc-modern-sidebar-width) minmax(0,1fr)}html[data-ui-theme=modern] .arc-modern-main,html[data-ui-theme=modern] .arc-modern-sidebar{min-width:0}html[data-ui-theme=modern] .arc-modern-sidebar{background:var(--arc-ds-bg-card);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);box-shadow:var(--arc-ds-shadow-sm);padding:16px}html[data-ui-theme=modern] .arc-modern-card{background:var(--arc-ds-bg-card);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius);box-shadow:var(--arc-ds-shadow-sm);box-sizing:border-box;padding:24px}html[data-ui-theme=modern] .arc-modern-card--inset{background:var(--arc-ds-bg-reading);border-radius:var(--arc-modern-radius-sm);padding:20px}html[data-ui-theme=modern] .arc-modern-page__body a:not([class]){color:var(--arc-ds-accent-muted)}html[data-ui-theme=modern] .arc-modern-page__body a:not([class]):hover{color:var(--arc-ds-accent)}html[data-ui-theme=modern][data-modern-palette=dark] .arc-auth-page-root,html[data-ui-theme=modern][data-modern-palette=dark] .arc-community-page-root,html[data-ui-theme=modern][data-modern-palette=dark] .arc-content-detail-root,html[data-ui-theme=modern][data-modern-palette=dark] .arc-content-listing-root,html[data-ui-theme=modern][data-modern-palette=dark] .arc-gallery-page-root,html[data-ui-theme=modern][data-modern-palette=dark] .arc-static-page-root{background:var(--arc-ds-bg-page);color:var(--arc-ds-text-primary)}@media (max-width:768px){html[data-ui-theme=modern] .arc-modern-page{padding:18px var(--arc-ds-section-pad-x) 40px}html[data-ui-theme=modern] .arc-modern-layout__grid{grid-template-columns:minmax(0,1fr);gap:0}html[data-ui-theme=modern] .arc-modern-layout--sidebar-left .arc-modern-layout__grid{grid-template-columns:minmax(0,1fr)}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail{max-width:none;padding-bottom:40px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-image-detail-page{gap:var(--arc-modern-gap);flex-direction:column;min-width:0;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta{flex-wrap:wrap;align-items:center;gap:8px 10px;margin:0;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item{box-sizing:border-box;min-height:30px;font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-xs);white-space:nowrap;color:var(--arc-ds-text-secondary);background:var(--arc-ds-bg-inset);border:1px solid var(--arc-ds-border-subtle);border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-weight:600;line-height:1.35;display:inline-flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item i{color:var(--arc-ds-text-muted);font-size:.85em}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item--artist{color:var(--arc-ds-text-primary);background:var(--arc-ds-accent-muted)}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item--artist{background:color-mix(in srgb,var(--arc-ds-accent-muted) 12%,var(--arc-ds-bg-inset))}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item--artist{border-color:var(--arc-ds-accent-muted)}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item--artist{border-color:color-mix(in srgb,var(--arc-ds-accent-muted) 35%,var(--arc-ds-border-subtle))}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-item--artist i{color:var(--arc-ds-accent)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-artist-name{font-weight:700}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-link{color:var(--arc-ds-accent-muted);transition:color var(--arc-ds-transition);text-decoration:none}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-modern-meta-link:hover{color:var(--arc-ds-accent);text-decoration:underline}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-image-detail-page .rm-gallery-classic-panel{background:var(--arc-ds-bg-card);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius);box-shadow:var(--arc-ds-shadow-sm);flex-direction:column;gap:0;padding:clamp(16px,2.5vw,24px);display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-image-real--classic-fit{border-radius:var(--arc-modern-radius-sm);max-height:400px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-zoom-hint{color:var(--arc-ds-text-muted)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-description{border-top:1px solid var(--arc-ds-border-subtle)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-description-heading{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-lg);color:var(--arc-ds-text-primary);font-weight:700}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-description-body{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-base);line-height:var(--arc-ds-leading-normal);color:var(--arc-ds-text-secondary)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-pending{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-sm);color:var(--arc-ds-text-secondary);background:var(--arc-ds-accent);margin-top:clamp(14px,2vw,20px);padding:8px 14px;font-weight:600}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-pending{background:color-mix(in srgb,var(--arc-ds-accent) 10%,var(--arc-ds-bg-inset))}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-detail .rm-gallery-classic-panel .rm-gallery-classic-pending{border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);text-align:center}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-artist,html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-artists{max-width:none;padding-bottom:40px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artists-page{min-width:0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artists-page .rm-artists-grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:16px;width:100%;margin:0;display:grid}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artists-page .rm-artists-grid.rm-spacing-md{margin:0}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link{height:100%;color:inherit;border-radius:var(--arc-modern-radius-sm);outline:none;display:block;text-decoration:none!important}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card{box-sizing:border-box;text-align:center;background:var(--arc-ds-bg-card);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);height:100%;box-shadow:var(--arc-ds-shadow-sm);transition:border-color var(--arc-ds-transition),box-shadow var(--arc-ds-transition),background var(--arc-ds-transition);flex-direction:column;align-items:center;padding:20px 14px 16px;display:flex;transform:none}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:focus-visible .rm-artist-avatar-card,html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:hover .rm-artist-avatar-card{border-color:var(--arc-ds-border-gold);box-shadow:var(--arc-ds-shadow);background:var(--arc-ds-bg-elevated);transform:none}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:focus-visible{outline:none}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:focus-visible .rm-artist-avatar-card{box-shadow:var(--arc-ds-shadow),0 0 0 3px var(--arc-ds-glow-gold)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-container{border:2px solid var(--arc-ds-border-subtle);width:88px;height:88px;box-shadow:none;background:var(--arc-ds-bg-inset);transition:border-color var(--arc-ds-transition),box-shadow var(--arc-ds-transition);border-radius:50%;margin:0 auto 14px}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:focus-visible .rm-artist-avatar-container,html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:hover .rm-artist-avatar-container{border-color:var(--arc-ds-border-gold);box-shadow:var(--arc-ds-shadow-sm)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-placeholder{color:var(--arc-ds-text-muted);font-size:1.75rem}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-name{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-sm);font-weight:700;line-height:var(--arc-ds-leading-tight);color:var(--arc-ds-text-primary);word-break:break-word;transition:color var(--arc-ds-transition);margin:0 0 8px}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:focus-visible .rm-artist-avatar-name,html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card-link:hover .rm-artist-avatar-name{color:var(--arc-ds-accent-muted)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-count{border:1px solid var(--arc-ds-border-subtle);background:var(--arc-ds-accent-muted);border-radius:999px;margin-top:auto;padding:4px 10px}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-count{background:color-mix(in srgb,var(--arc-ds-accent-muted) 10%,transparent)}}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-count{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-xs);color:var(--arc-ds-text-secondary);font-style:normal;font-weight:600;line-height:1.35}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artists-page .rm-content-list-empty{color:var(--arc-ds-text-muted);font-size:var(--arc-ds-text-sm);padding:24px 0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artists-page .rm-content-list-empty em{color:inherit;font-style:italic}@media (max-width:480px){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artists-page .rm-artists-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-card{padding:16px 12px 14px}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-avatar-container{width:72px;height:72px;margin-bottom:12px}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-modern-page--gallery-my-works{max-width:none;padding-bottom:40px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page{min-width:0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works{background:var(--arc-ds-bg-card);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius);box-shadow:var(--arc-ds-shadow-sm);overflow:hidden}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-bar{background:var(--arc-ds-bg-reading);border-bottom:1px solid var(--arc-ds-border-subtle);gap:16px;padding:20px 24px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-tabs{gap:8px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-tab.arc-ds-btn{white-space:nowrap}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-search{font-size:var(--arc-ds-text-base);color:var(--arc-ds-text-primary);background:var(--arc-ds-bg-inset);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);box-shadow:none;padding:8px 10px;font-family:inherit}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-search:focus{outline:2px solid var(--arc-ds-accent-muted);outline-offset:2px;border-color:var(--arc-ds-border-gold);box-shadow:0 0 0 3px var(--arc-ds-glow-gold)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-search::placeholder{color:var(--arc-ds-text-muted)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-list{gap:12px;padding:20px 24px 24px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card{background:var(--arc-ds-bg-reading);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);box-shadow:var(--arc-ds-shadow-sm);gap:14px;padding:14px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card:hover{border-color:var(--arc-ds-border-gold);box-shadow:var(--arc-ds-shadow)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card--hidden{background:var(--arc-ds-bg-inset)}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card--hidden{background:color-mix(in srgb,var(--arc-ds-bg-inset) 80%,var(--arc-ds-bg-reading))}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card--hidden{opacity:1}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card-thumb{border-radius:var(--arc-modern-radius-sm);border-color:var(--arc-ds-border-subtle);width:88px;height:88px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card-thumb:focus-visible{outline:2px solid var(--arc-ds-accent-muted);outline-offset:2px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-title-link{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-base);color:var(--arc-ds-text-primary);transition:color var(--arc-ds-transition);font-weight:600;text-decoration:none}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-title-link:hover{color:var(--arc-ds-accent-muted);text-decoration:none}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card-main{gap:8px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill{min-height:36px;font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-xs);white-space:nowrap;box-sizing:border-box;border:1px solid var(--arc-ds-border-subtle);background:var(--arc-ds-bg-inset);color:var(--arc-ds-text-secondary);border-radius:999px;align-items:center;gap:.35rem;padding:4px 14px;font-weight:600;line-height:1.35;display:inline-flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill i{opacity:.9;font-size:.7em}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--published{color:var(--arc-ds-accent);background:var(--arc-ds-accent-muted)}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--published{background:color-mix(in srgb,var(--arc-ds-accent-muted) 14%,transparent)}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--published{border-color:var(--arc-ds-accent-muted)}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--published{border-color:color-mix(in srgb,var(--arc-ds-accent-muted) 35%,var(--arc-ds-border-subtle))}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--pending{color:var(--arc-ds-text-secondary);background:var(--arc-ds-accent)}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--pending{background:color-mix(in srgb,var(--arc-ds-accent) 10%,var(--arc-ds-bg-inset))}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--pending{border-color:var(--arc-ds-border-subtle)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--visible{color:var(--arc-ds-text-secondary);background:var(--arc-ds-bg-inset);border-color:var(--arc-ds-border-subtle)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-pill--muted{color:var(--arc-ds-text-muted);background:var(--arc-ds-bg-inset);border-color:var(--arc-ds-border-subtle);opacity:.85}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-btn-icon.arc-ds-btn{min-width:36px;padding-inline:8px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-card-actions,html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-edit-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-input{font-family:inherit;font-size:var(--arc-ds-text-base);color:var(--arc-ds-text-primary);background:var(--arc-ds-bg-inset);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-input:focus{outline:2px solid var(--arc-ds-accent-muted);outline-offset:2px;border-color:var(--arc-ds-border-gold)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .arc-ds-btn.rm-my-works-btn--danger{background:linear-gradient(#c43a2a,#a32a1e);border-color:#a33a2b59;color:var(--arc-ds-text-on-accent)!important}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .arc-ds-btn.rm-my-works-btn--danger:hover:not(:disabled){filter:brightness(1.04)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-empty,html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-my-works-page .rm-my-works-filter-empty{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-sm);color:var(--arc-ds-text-muted);text-align:center;margin:0;padding:20px 24px 24px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-page{gap:var(--arc-modern-gap);flex-direction:column;min-width:0;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-profile--modern{gap:var(--arc-modern-gap);background:0 0;border:none;border-radius:0;flex-direction:column;display:flex;overflow:visible}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-section__header{border-bottom:1px solid var(--arc-ds-border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;padding:0 0 12px;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-section__title{font-family:var(--arc-ds-font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--arc-ds-text-eyebrow);margin:0;font-size:.72rem;font-weight:700;line-height:1.35}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-section__action{flex-shrink:0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__location-readonly{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-md);font-weight:500;line-height:var(--arc-ds-leading-normal);color:var(--arc-ds-text-secondary);align-items:center;gap:8px;margin:0;display:inline-flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__location-readonly i{color:var(--arc-ds-accent-muted);font-size:.9em}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-artist-identity-grid{align-items:center;gap:clamp(24px,3vw,40px)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-artist-identity-info--modern{flex-direction:column;justify-content:center;gap:20px;min-width:0;padding-top:2px;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__field{flex-direction:column;gap:6px;min-width:0;display:flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__label{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-xs);letter-spacing:var(--arc-ds-tracking-wider);text-transform:uppercase;color:var(--arc-ds-text-eyebrow);font-weight:700;line-height:1.35}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__value{font-family:var(--arc-ds-font-sans);font-size:var(--arc-ds-text-md);font-weight:500;line-height:var(--arc-ds-leading-normal);color:var(--arc-ds-text-primary);min-width:0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__value.rm-artist-portfolio-field{font-size:var(--arc-ds-text-md);color:var(--arc-ds-text-secondary);align-items:center;gap:8px;font-weight:500;display:inline-flex}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__value .rm-artist-profile-title-field{font-size:var(--arc-ds-text-md);color:var(--arc-ds-text-primary);font-weight:600}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__value .rm-artist-profile-title-field b{font-weight:600}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__value .rm-text-placeholder{color:var(--arc-ds-text-muted);font-weight:400}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__field--location .rm-artist-field-icon{color:var(--arc-ds-accent-muted);font-size:.9em}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__edit{width:100%;max-width:360px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__social{margin-top:2px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-meta__social .rm-artist-social-row--body{gap:8px}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-artist-identity-grid--avatar-only{grid-template-columns:minmax(0,max-content);justify-content:flex-start}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-artist-avatar-wrap{border-radius:var(--arc-modern-radius-sm);border-color:var(--arc-ds-border-subtle);max-width:180px;box-shadow:var(--arc-ds-shadow-sm);background:var(--arc-ds-bg-inset)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-artist-avatar-placeholder .fas{color:var(--arc-ds-text-muted)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-social-icon-link{background:var(--arc-ds-bg-inset);border:1px solid var(--arc-ds-border-subtle);width:2.25rem;height:2.25rem;color:var(--arc-ds-accent-muted);border-radius:var(--arc-modern-radius-sm);transition:border-color var(--arc-ds-transition),background var(--arc-ds-transition),color var(--arc-ds-transition)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-social-icon-link:focus-visible,html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-social-icon-link:hover{border-color:var(--arc-ds-border-gold);background:var(--arc-ds-bg-elevated);color:var(--arc-ds-accent);outline:none}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-social-icon-link--editing{box-shadow:0 0 0 2px var(--arc-ds-glow-gold);border-color:var(--arc-ds-border-gold)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-bio .rm-artist-bio-text{font-family:var(--arc-ds-font-serif);font-size:var(--arc-ds-text-base);line-height:var(--arc-ds-leading-relaxed);color:var(--arc-ds-text-primary)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-bio .rm-artist-bio-text em{color:var(--arc-ds-text-secondary);font-style:normal}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-bio .rm-artist-bio-textarea{background:var(--arc-ds-bg-inset);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);color:var(--arc-ds-text-primary)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio.rm-artist-portfolio-section{margin-top:0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-artist-portfolio-count{border:1px solid var(--arc-ds-border-subtle);background:var(--arc-ds-accent-muted);border-radius:999px;padding:4px 10px}@supports (color:color-mix(in lab,red,red)){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-artist-portfolio-count{background:color-mix(in srgb,var(--arc-ds-accent-muted) 10%,transparent)}}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-artist-portfolio-count{font-size:var(--arc-ds-text-xs);color:var(--arc-ds-text-secondary)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-artist-portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-artist-portfolio-grid .rm-gallery-image-card{break-inside:auto;margin-bottom:0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-content-list-empty{color:var(--arc-ds-text-muted);font-size:var(--arc-ds-text-sm);padding:20px 0}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-content-list-empty em{color:inherit;font-style:italic}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-page .rm-artist-social-edit-panel{background:var(--arc-ds-bg-inset);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-page .rm-artist-social-edit-input{background:var(--arc-ds-bg-card);border-color:var(--arc-ds-border-subtle);color:var(--arc-ds-text-primary)}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-page .rm-artist-social-edit-input:focus{border-color:var(--arc-ds-border-gold);box-shadow:0 0 0 3px var(--arc-ds-glow-gold)}@media (max-width:768px){html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-artist-identity-grid{text-align:center;grid-template-columns:1fr;justify-items:center}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-identity .rm-artist-identity-info{align-items:center;width:100%}html[data-ui-theme=modern] .arc-gallery-page-root .arc-gallery-artist-portfolio .rm-artist-portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-image-card{background:var(--arc-ds-bg-card);border:1px solid var(--arc-ds-border-subtle);border-radius:var(--arc-modern-radius-sm);box-shadow:var(--arc-ds-shadow-sm);transition:border-color .2s,box-shadow .2s;overflow:hidden}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-image-card:hover{border-color:var(--arc-ds-border-gold);box-shadow:var(--arc-ds-shadow)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-image-detail-page .arc-content-detail-surface{margin-top:0}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-detail-image-wrap{background:var(--arc-ds-bg-inset)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-artist-list a{color:var(--arc-ds-accent-muted)}html[data-ui-theme=modern][data-modern-palette=dark] .arc-gallery-page-root .rm-gallery-image-card{background:var(--arc-ds-bg-card);border-color:var(--arc-ds-border-subtle)}html[data-ui-theme=modern] .arc-gallery-page-root .rm-gallery-toolbar{margin-bottom:20px}