:root{--bg: #f7f3ee;--bg-accent: #fbf8f4;--surface: rgba(255, 255, 255, .8);--surface-strong: #ffffff;--surface-soft: rgba(255, 255, 255, .72);--text: #171513;--muted: #6e665f;--line: rgba(23, 21, 19, .08);--gold: #b4905a;--shadow: 0 24px 80px rgba(40, 26, 11, .08);--button-dark-bg: #171513;--button-dark-text: #ffffff;--button-light-bg: rgba(255, 255, 255, .75);--button-light-text: #171513;--card-border: rgba(255, 255, 255, .9);--navbar-bg: rgba(255, 252, 247, .72);--panel-gradient: linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(244, 235, 223, .82));--radius-lg: 32px;--radius-md: 22px;--radius-sm: 16px}[data-theme=dark]{--bg: #111111;--bg-accent: #171717;--surface: rgba(31, 31, 31, .78);--surface-strong: #1e1e1e;--surface-soft: rgba(27, 27, 27, .82);--text: #f3ede5;--muted: #b6ab9e;--line: rgba(255, 244, 232, .1);--gold: #d7b27a;--shadow: 0 28px 90px rgba(0, 0, 0, .34);--button-dark-bg: #f3ede5;--button-dark-text: #151311;--button-light-bg: rgba(35, 35, 35, .92);--button-light-text: #f3ede5;--card-border: rgba(255, 244, 232, .08);--navbar-bg: rgba(20, 20, 20, .8);--panel-gradient: linear-gradient(135deg, rgba(28, 28, 28, .95), rgba(18, 18, 18, .92))}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(180,144,90,.12),transparent 24%),linear-gradient(180deg,var(--bg-accent) 0%,var(--bg) 100%);color:var(--text);font-family:cursive;transition:background .22s ease,color .22s ease}a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input,textarea{font:inherit}button{cursor:pointer;border:none}#root,.page-shell{min-height:100vh}h1,h2,h3{margin:0;font-family:cursive;font-weight:600;letter-spacing:-.02em}h1{font-size:clamp(3rem,3vw,3rem);line-height:.94}h2{font-size:clamp(2.5rem,2.5vw,2.5rem)}h3{font-size:1.7rem}p{margin:0;color:var(--muted);line-height:1.7}.navbar-shell{position:fixed;top:0;z-index:20;width:100%}.navbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:18px 22px;background:var(--navbar-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.brand-mark{font-family:Cormorant Garamond,serif}.brand-mark strong{display:block;font-size:2.05rem;color:var(--text);font-weight:600;letter-spacing:.03em}.nav-links,.nav-actions,.hero-actions,.filter-row,.price-row,.meta-row,.footer-grid,.detail-price,.summary-card p,.summary-total{display:flex;align-items:center;gap:14px}.nav-links{justify-self:start;flex-wrap:wrap}.nav-links,.nav-actions{min-width:0}.nav-actions{justify-self:end;flex-wrap:wrap;justify-content:flex-end}.nav-link{color:var(--muted);transition:color .18s ease}.nav-link.active,.nav-link:hover{color:var(--text)}.count-pill,.nav-icon-button,.button,.hover-actions button,.hover-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;padding:0 18px;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.count-pill{background:var(--surface);color:var(--text);border:1px solid var(--line)}.count-pill.muted{color:var(--muted)}.nav-icon-button{position:relative;width:46px;min-width:46px;padding:0;border-radius:50%;background:var(--surface);color:var(--text);border:1px solid var(--line)}.nav-icon-button.muted{color:var(--muted)}.nav-icon-button svg,.theme-toggle svg{width:20px;height:20px;fill:currentColor}.nav-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--text);color:var(--background);font-size:.7rem;font-weight:700;line-height:18px;text-align:center}.button{font-weight:700}.button:hover,.hover-actions button:hover,.hover-actions a:hover{transform:translateY(-2px)}.button-dark{background:var(--button-dark-bg);color:var(--button-dark-text);box-shadow:0 18px 40px #1715132e}.button-light{background:var(--button-light-bg);color:var(--button-light-text);border:1px solid var(--line)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:46px;min-width:46px;min-height:46px;border-radius:50%;padding:0;border:1px solid var(--line);background:transparent;color:var(--text);transition:transform .18s ease,background .18s ease,color .18s ease}.theme-toggle:hover{transform:translateY(-2px);background:var(--surface)}.hero-section,.page-section,.content-section,.cta-section,.footer{padding:148px 0 48px}.hero-section,.detail-layout,.two-column,.seller-panel,.commerce-layout,.auth-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;align-items:center}.hero-section{min-height:calc(100vh - 120px)}.hero-copy,.detail-copy{display:grid;gap:18px}.detail-actions-panel,.quantity-picker{display:grid;gap:14px}.quantity-picker{padding:18px 20px;border-radius:24px;background:linear-gradient(180deg,var(--surface-strong),var(--surface));border:1px solid var(--card-border);box-shadow:var(--shadow)}.quantity-label{color:var(--text);font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.quantity-controls,.detail-action-row{display:flex;align-items:center;gap:14px}.quantity-controls{width:fit-content;padding:8px;border-radius:999px;background:var(--surface-soft);border:1px solid var(--line)}.quantity-button,.detail-share-button{display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,background .18s ease,color .18s ease,opacity .18s ease}.quantity-button{width:44px;height:44px;border-radius:50%;background:var(--surface-strong);color:var(--text);border:1px solid var(--line);font-size:1.4rem;line-height:1}.quantity-value{min-width:28px;color:var(--text);font-size:1.1rem;font-weight:800;text-align:center}.detail-buy-button{min-width:220px}.detail-share-button{width:54px;min-width:54px;height:54px;border-radius:50%;background:var(--button-light-bg);color:var(--text);border:1px solid var(--line)}.detail-share-button svg{width:20px;height:20px;fill:currentColor}.quantity-button:hover,.detail-share-button:hover{transform:translateY(-2px)}.detail-buy-button:disabled,.detail-share-button:disabled,.quantity-button:disabled{opacity:.5;cursor:not-allowed}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;font-size:.76rem;font-weight:800}.lead{font-size:1.08rem}.hero-visual{position:relative;padding:36px}.hero-image,.story-card img,.painting-image-wrap,.stacked-images img,.cart-item img{border-radius:var(--radius-lg)}.hero-image,.detail-main-image{object-fit:cover;box-shadow:var(--shadow);animation:rise .9s ease}.hero-image{height:620px}.detail-main-image{height:550px;width:450px;margin-left:50px}.hero-image-monochrome{filter:grayscale(1)}.hero-shape{position:absolute;border-radius:999px;background:linear-gradient(135deg,#b4905a40,#b4905a0a)}.shape-one{width:180px;height:180px;right:10px;top:0}.shape-two{width:120px;height:120px;left:0;bottom:80px}.floating-note,.summary-card,.soft-panel,.review-card,.story-card,.painting-card,.auth-card,.artist-card,.timeline-item,.list-panel,.empty-state{background:var(--surface-soft);border:1px solid var(--card-border);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.floating-note{position:absolute;left:0;bottom:18px;padding:18px 22px;border-radius:24px}.section-heading{max-width:760px;display:grid;gap:12px;margin-bottom:28px}.section-heading.centered{margin-left:auto;margin-right:auto;text-align:center}.products-toolbar,.products-toolbar-copy,.products-filter-wrap,.filter-popup,.filter-popup-section,.selected-filters{display:grid}.products-toolbar{grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;margin-bottom:30px}.products-toolbar-copy{gap:10px;max-width:620px}.products-filter-wrap{position:relative;justify-items:end;gap:12px}.filter-toggle-button{min-width:130px;min-height:48px;padding:0 22px;border-radius:999px;background:var(--button-dark-bg);color:var(--button-dark-text);box-shadow:0 18px 36px #17151329}.filter-toggle-button.active{background:var(--gold);color:#fffdf8}.filter-popup{gap:18px;padding:22px;border-radius:26px;background:var(--surface-strong);border:1px solid var(--card-border);box-shadow:var(--shadow);position:absolute;top:55px;z-index:1;right:0}.filter-popup-section{gap:12px}.filter-popup-title{color:var(--text);font-size:.95rem;font-weight:800}.filter-check{display:flex;align-items:center;gap:10px;color:var(--text);font-weight:600}.filter-check input{width:18px;height:18px;margin:0;accent-color:var(--gold)}.filter-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.selected-filters{justify-items:end;gap:10px}.selected-filter-chip,.selected-filter-empty{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--text)}.selected-filter-chip{font-weight:700}.selected-filter-empty{color:var(--muted)}.painting-grid,.story-grid,.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.painting-card,.story-card,.review-card,.summary-card,.list-panel,.auth-card,.soft-panel,.empty-state{border-radius:var(--radius-lg);padding:18px}.painting-image-wrap{position:relative;overflow:hidden}.painting-image-link{display:block}.painting-image-link.compact{cursor:pointer}.painting-image{aspect-ratio:4 / 5;object-fit:cover;transition:transform .22s ease}.status-badge{position:absolute;top:16px;left:16px;background:var(--surface-strong);color:var(--text);padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:700}.status-badge.sold{background:var(--button-dark-bg);color:var(--button-dark-text)}.status-badge.inline{position:static}.hover-actions{position:absolute;left:16px;right:16px;bottom:16px;display:flex;gap:10px;opacity:0;transform:translateY(12px);transition:all .18s ease}.hover-actions button,.hover-actions a{flex:1;background:var(--surface-strong);color:var(--text);border:1px solid var(--line)}.hover-actions button:disabled{opacity:.5;cursor:not-allowed}.painting-card:hover .hover-actions{opacity:1;transform:translateY(0)}.painting-card:hover .painting-image{transform:scale(1.03)}.painting-meta,.story-card-body,.checkout-form,.seller-form,.auth-form{display:grid;gap:12px}.painting-title{color:var(--text);font-size:1.2rem;font-weight:700}.painting-card-compact{padding:14px;border-radius:28px;background:linear-gradient(180deg,var(--surface-strong),var(--surface-soft))}.painting-card-compact .painting-image-wrap{border-radius:22px;border:1px solid var(--line)}.painting-card-compact .painting-meta{gap:8px;padding:6px 4px 2px}.compact-card-header{display:flex;align-items:start;justify-content:space-between;gap:12px}.compact-cart-button{display:inline-flex;align-items:center;justify-content:center;width:42px;min-width:42px;height:42px;border-radius:50%;background:var(--button-dark-bg);color:var(--button-dark-text);box-shadow:0 12px 24px #17151329;transition:transform .18s ease,opacity .18s ease,background .18s ease}.compact-cart-button svg{width:18px;height:18px;fill:currentColor}.compact-cart-button:hover:not(:disabled){transform:translateY(-2px)}.compact-cart-button:disabled{opacity:.45;cursor:not-allowed}.availability-text{color:var(--gold);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.availability-text.sold{color:#b85b5b}.compact-price-row{display:flex;align-items:center;justify-content:space-between;padding-top:6px}.compact-price-row strong{color:var(--text);font-size:1.22rem}.rating{color:var(--gold);font-weight:800}.muted-copy,.price-row span,.price-row small{color:var(--muted)}.price-row span{text-decoration:line-through}.story-card img{height:340px;object-fit:cover}.review-card{display:grid;gap:16px}.review-stars,.text-link{color:var(--gold);background:transparent;padding:0}.seller-panel,.cta-section{border-radius:40px;padding:30px}.benefit-item{padding:18px 0;border-bottom:1px solid var(--line)}input,textarea{width:100%;padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:var(--surface);color:var(--text)}.cta-section{text-align:center;display:grid;gap:16px;margin-bottom:36px;background:var(--panel-gradient);box-shadow:var(--shadow)}.stacked-images,.detail-gallery{display:grid;gap:18px}.stacked-images img:first-child{height:420px;object-fit:cover}.stacked-images img:last-child{height:220px;object-fit:cover}.timeline{display:grid;gap:20px}.timeline-item{display:grid;grid-template-columns:140px 1fr;gap:20px;padding:26px;border-radius:var(--radius-md)}.timeline-item span{color:var(--gold);font-size:2rem;font-family:Cormorant Garamond,serif;font-weight:700}.gallery-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.gallery-strip img{height:140px;object-fit:cover;border-radius:var(--radius-md)}.artist-card{padding:20px;border-radius:var(--radius-md);display:grid;gap:10px}.related-section{margin-top:100px}.list-panel,.summary-card,.checkout-form{align-self:start}.cart-item{display:grid;grid-template-columns:120px 1fr 100px 90px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item img{height:120px;object-fit:cover}.summary-card,.checkout-form{display:grid;gap:16px}.summary-card p,.summary-total{justify-content:space-between}.summary-total{padding-top:16px;border-top:1px solid var(--line);color:var(--text)}.full-width{width:100%}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.auth-shell{min-height:70vh;display:grid;align-items:center}.footer{border-top:1px solid var(--line);margin-top:24px}.footer-card{display:grid;grid-template-columns:1.2fr 1fr auto;gap:24px;align-items:center;padding:20px 40px}.footer-intro,.footer-contact{display:grid;gap:6px}.footer-contact a{color:var(--muted);transition:color .18s ease}.footer-contact a:hover{color:var(--text)}.footer-socials{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.social-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--text);transition:transform .18s ease,background .18s ease,border-color .18s ease}.social-icon svg{width:20px;height:20px;fill:currentColor}.social-icon:hover{transform:translateY(-2px);background:var(--surface-strong);border-color:var(--text)}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-section,.detail-layout,.two-column,.seller-panel,.commerce-layout,.auth-card,.painting-grid,.story-grid,.review-grid{grid-template-columns:1fr}.navbar{border-radius:28px;grid-template-columns:1fr}.brand-mark,.nav-links,.nav-actions{justify-self:center}.cart-item,.timeline-item,.form-grid{grid-template-columns:1fr}.hero-image,.detail-main-image{height:460px}.footer-card{grid-template-columns:1fr;text-align:center}.products-toolbar{grid-template-columns:1fr}.products-filter-wrap,.selected-filters{justify-items:start}.footer-socials,.footer-contact,.footer-intro{justify-content:center}}@media (max-width: 680px){main,.navbar{width:min(100% - 24px,100%)}.hero-section,.page-section,.content-section,.cta-section,.footer{padding:28px 0}h1{font-size:3.1rem}.nav-actions,.nav-links,.hero-actions,.price-row,.meta-row,.footer-grid,.detail-price,.detail-action-row{flex-direction:column;align-items:flex-start}.brand-mark,.nav-links,.nav-actions{justify-self:stretch}.footer-socials{flex-direction:row;justify-content:center}.gallery-strip{grid-template-columns:1fr}.filter-popup,.filter-price-grid{width:100%;grid-template-columns:1fr}}select{width:100%;padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:var(--surface);color:var(--text)}.admin-shell,.admin-content-column,.admin-form,.admin-list-panel,.admin-list{display:grid;gap:18px}.admin-panel-shell{width:min(1380px,calc(100% - 32px));margin:0 auto}.admin-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;align-items:start}.admin-sidebar{position:sticky;top:110px;display:grid;gap:24px;padding:26px;border-radius:30px;background:radial-gradient(circle at top,rgba(180,144,90,.22),transparent 36%),linear-gradient(180deg,var(--surface-strong),var(--surface-soft))}.admin-sidebar-brand,.admin-sidebar-note,.admin-main,.admin-dashboard-grid,.admin-dashboard-panel{display:grid;gap:12px}.admin-sidebar-nav{display:grid;gap:10px}.admin-sidebar-link{width:100%;min-height:52px;padding:0 18px;border-radius:18px;background:transparent;color:var(--text);border:1px solid transparent;text-align:left;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease}.admin-sidebar-link.active{background:var(--button-dark-bg);color:var(--button-dark-text);border-color:var(--button-dark-bg)}.admin-sidebar-link:hover{transform:translate(4px);border-color:var(--line)}.admin-page-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.admin-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:28px}.admin-stat-card span{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.admin-stat-card strong{color:var(--text);font-size:2.2rem;font-family:Cormorant Garamond,serif}.admin-dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-dashboard-panel{grid-column:span 2;padding:24px;border-radius:28px}.admin-grid{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:24px;align-items:start}.admin-form,.admin-list-panel{padding:24px;border-radius:28px}.admin-list{max-height:780px;overflow:auto}.admin-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-item-card,.admin-order-card{display:grid;gap:14px;padding:16px;border-radius:22px;background:var(--surface);border:1px solid var(--line)}.admin-item-card{grid-template-columns:90px 1fr;align-items:center}.admin-item-card img{width:90px;height:90px;border-radius:18px;object-fit:cover}.admin-order-card{grid-template-columns:1fr auto;align-items:center}.admin-order-card.compact strong{align-self:start}.admin-list-wide{max-height:none}.admin-painting-row,.admin-order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;padding:18px;border-radius:24px;background:var(--surface);border:1px solid var(--line)}.admin-painting-main,.admin-order-main{display:grid;grid-template-columns:110px minmax(0,1fr);gap:18px;align-items:center}.admin-painting-main img,.admin-order-main img{width:110px;height:110px;border-radius:18px;object-fit:cover}.admin-painting-meta,.admin-order-meta{display:grid;gap:12px;align-content:center;justify-items:end;min-width:180px}.admin-order-meta strong{color:var(--text);font-size:1.2rem}.admin-status-control{display:grid;gap:8px;width:min(220px,100%)}.admin-status-control span,.admin-status-text{text-transform:capitalize;font-weight:700;color:var(--gold)}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:24px;background:#1111116b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.admin-modal{width:min(640px,100%);padding:28px;border-radius:30px;max-height:calc(100vh - 48px);overflow:auto}.admin-error{color:#b85b5b;font-weight:700}.admin-success{color:#2f7a52;font-weight:700}.admin-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.home-redesign{color:#f6f2ff;background:radial-gradient(circle at 20% 20%,#50112f,#200b22,#0a0d1f);margin:0 -20px;padding:100px 20px 0}.page-shell{background:radial-gradient(circle at 22% 18%,#62143cb8,#1e0c22ad 42%,#090b1eeb),linear-gradient(180deg,#120d24,#090b1f)}.page-shell .page-section,.page-shell .content-section,.page-shell .cta-section,.page-shell .footer{color:#ece8f8}.page-shell .page-section p,.page-shell .muted-copy,.page-shell .price-row span,.page-shell .price-row small,.page-shell .footer-contact a{color:#bdb5d7}.page-shell .soft-panel,.page-shell .summary-card,.page-shell .review-card,.page-shell .story-card,.page-shell .painting-card,.page-shell .auth-card,.page-shell .artist-card,.page-shell .timeline-item,.page-shell .list-panel,.page-shell .empty-state,.page-shell .checkout-form{background:#141628b8;border-color:#ffffff14}.page-shell .navbar{background:#0c0e1fb8;border-color:#ffffff1a}.page-shell .button-dark{background:linear-gradient(90deg,#4d49de,#8b76ff);color:#fff}.page-shell .button-light{background:#ffffff0f;color:#f0edff;border-color:#ffffff26}.hr-hero,.hr-vision{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;max-width:calc(100% - 100px);margin:0 auto;padding:40px 0 70px}.hr-hero-image-wrap,.hr-vision-image-wrap{border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:10px;background:#02030a4d;width:445px;margin-left:auto;margin-right:auto}.hr-hero-image,.hr-vision-image{border-radius:12px;height:550px;object-fit:cover}.hr-eyebrow{color:#c8ab6d;font-size:.65rem;letter-spacing:.16em;font-weight:700}.hr-hero-copy h1,.hr-showcase h2,.hr-vision-copy h2,.hr-cta h2{font-family:cursive;font-weight:500;line-height:1.12;color:#f7f1ff}.hr-hero-copy h1{font-size:clamp(2rem,2vw,2rem)}.hr-quote{color:#d8cce4;font-style:italic}.hr-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}.hr-btn{border-radius:999px;border:1px solid rgba(255,255,255,.25);padding:12px 24px;font-size:.66rem;letter-spacing:.17em}.hr-btn-primary{background:linear-gradient(90deg,#4d49de,#8b76ff);color:#fff;border:0}.hr-btn-ghost{background:transparent;color:#ece6ff}.hr-showcase{max-width:calc(100% - 100px);margin:0 auto;padding:70px 0}.hr-row-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px;gap:20px}.hr-row-head a{font-size:.68rem;letter-spacing:.12em;color:#b7b0d8}.hr-showcase-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.hr-showcase-grid img{border-radius:10px;height:350px;object-fit:cover}.hr-vision-copy p{color:#cdc4df}.hr-vision-note{margin:-20px auto 0;width:max-content;max-width:calc(100% - 20px);background:#131426;border:1px solid rgba(255,255,255,.08);padding:14px 24px;border-radius:12px;font-style:italic;font-size:.8rem}.hr-read-link{margin-top:12px;display:inline-block;font-size:.72rem;letter-spacing:.13em;color:#d6d0ff}.hr-cta{max-width:calc(100% - 100px);margin:0 auto;text-align:center;padding:80px 0}.hr-cta h2{max-width:620px;margin:0 auto 24px;font-size:clamp(2rem,2vw,2rem)}.hr-stats{margin-top:36px;display:flex;justify-content:center;gap:42px}.hr-stats div{display:grid;gap:4px}.hr-stats strong{font-size:.9rem;color:#fff;font-weight:600}.hr-stats span{font-size:.58rem;letter-spacing:.09em;color:#b6accf}.products-redesign{max-width:calc(100% - 100px);margin:0 auto;color:#f1ecff}.products-hero{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-bottom:34px}.products-hero-copy h1{font-size:clamp(3rem,3vw,3rem);margin-bottom:10px}.products-hero-copy p{max-width:620px;color:#c8c0dd;font-size:1.02rem}.products-filter-wrap-redesign{gap:12px;justify-items:end}.products-chip-row{display:flex;gap:12px}.products-chip{min-height:44px;border-radius:999px;padding:0 22px;color:#f0ebff;background:#ffffff0a;border:1px solid rgba(255,255,255,.16)}.products-filter-toggle{min-height:38px;min-width:180px;font-size:.8rem;letter-spacing:.08em}.products-popup{position:static;width:min(400px,100%)}.products-selected{display:flex;flex-wrap:wrap;justify-content:flex-end}.products-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.products-gallery-card{position:relative;overflow:hidden}.products-gallery-image{width:100%;height:550px;border-radius:10px;object-fit:cover;transform:scale(1.03);transition:transform .28s ease}.products-gallery-card:hover .products-gallery-image{transform:scale(1)}.products-quick-view{position:absolute;left:50%;bottom:100px;transform:translate(-50%,18px);opacity:0;min-height:42px;padding:0 22px;border-radius:999px;background:linear-gradient(90deg,#d8cbff,#c5b0ff);color:#241f3f;border:1px solid rgba(255,255,255,.48);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;letter-spacing:.08em;font-weight:700;transition:transform .26s ease,opacity .26s ease,box-shadow .26s ease}.products-gallery-card:hover .products-quick-view{opacity:1;transform:translate(-50%);box-shadow:0 14px 34px #9479e766;width:80%}.products-badge{position:absolute;right:14px;top:14px;border-radius:999px;font-size:.64rem;letter-spacing:.14em;padding:7px 12px;font-weight:700}.products-badge.original{background:#e3bf56;color:#2a2205}.products-badge.sold{background:#4f4a69;color:#f3efff}.products-gallery-meta{margin-top:12px;display:grid;gap:7px}.products-gallery-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.products-gallery-title-row h3{margin:0;font-size:1.5rem}.products-gallery-title-row strong{color:#c8b9f4;font-size:2rem;white-space:nowrap;font-family:Cormorant Garamond,serif;font-weight:500}.products-gallery-meta p{color:#cbc4dd;text-transform:uppercase;letter-spacing:.06em;font-size:.84rem}.products-bottom{text-align:center;margin-top:48px}.products-more-btn{min-height:58px;min-width:420px;border-radius:999px;background:#ffffff05;color:#f1ecff;border:1px solid rgba(255,255,255,.18);letter-spacing:.16em}.products-bottom p{margin-top:18px;color:#777098;letter-spacing:.08em}.painting-detail-redesign{max-width:calc(100% - 100px);margin:0 auto}.pd-hero,.pd-story{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:start}.pd-gallery .pd-main-image{width:100%;height:700px;object-fit:cover;border-radius:8px;margin:0}.pd-thumbs{display:flex;gap:10px;margin-top:14px}.pd-thumbs img{width:58px;height:58px;border-radius:4px;border:1px solid rgba(255,255,255,.24);object-fit:cover}.pd-top-row{display:flex;align-items:center;gap:8px}.pd-badge{background:#dfbf57;color:#241f08;border-radius:999px;font-size:.6rem;letter-spacing:.12em;padding:4px 10px;font-weight:800}.pd-id{color:#b7aecf;font-size:.66rem;letter-spacing:.08em}.pd-copy h1{font-size:clamp(3rem,3vw,3rem);line-height:.95;margin:10px 0}.pd-price{color:#e2d8ff;font-size:2rem;font-family:Cormorant Garamond,serif;margin-bottom:24px}.pd-meta-table{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:14px 0;margin-bottom:16px}.pd-meta-table p{margin:0;display:flex;justify-content:space-between;padding:9px 0}.pd-meta-table span{color:#a99fc6;font-size:.72rem;letter-spacing:.12em}.pd-meta-table strong{color:#f1ecff;font-size:.95rem;font-weight:500}.pd-description{color:#c7bfdd;font-style:italic;line-height:1.8;margin-bottom:20px}.pd-actions{display:grid;gap:12px}.pd-quantity{background:#ffffff08;border-color:#ffffff1a}.pd-action-row{display:grid;gap:10px}.pd-btn{min-height:48px;border-radius:8px;width:100%;letter-spacing:.12em;font-size:.74rem;border:1px solid rgba(255,255,255,.18)}.pd-btn-primary{background:linear-gradient(90deg,#5f47dc,#7d65f1);color:#fff;border:0}.pd-btn-ghost{background:transparent;color:#ebe6ff}.pd-auth-note{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:12px 14px}.pd-auth-note p{margin:0;color:#c5bddc;font-size:.78rem}.pd-auth-note p strong{color:#fff}.pd-story{margin-top:70px;align-items:center}.pd-story h2,.pd-related h2{font-size:3rem;margin-bottom:16px}.pd-story p{color:#c7bfdd;margin-bottom:14px;line-height:1.8}.pd-story-stats{display:flex;gap:38px;margin-top:20px}.pd-story-stats div{display:grid;gap:4px}.pd-story-stats strong{font-size:2rem;font-family:Cormorant Garamond,serif;color:#f0e9ff}.pd-story-stats span{font-size:.68rem;letter-spacing:.11em;color:#beb4d8}.pd-story-image-wrap{display:flex;justify-content:center}.pd-story-image{width:360px;height:360px;object-fit:cover;border-radius:50%;border:8px solid rgba(255,255,255,.08)}.pd-related{margin-top:80px}.pd-related-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.pd-related-head a{color:#d5cff2;font-size:.68rem;letter-spacing:.1em}.pd-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pd-related-grid img{width:100%;height:300px;object-fit:cover;border-radius:6px}.pd-related-grid h3{margin:10px 0 2px;font-size:2rem}.pd-related-grid p{color:#c9c1df;font-size:.95rem}.checkout-redesign{max-width:calc(100% - 100px);margin:0 auto;color:#ece8f8}.checkout-head{display:grid;gap:8px;margin-bottom:28px}.checkout-head h2{font-size:clamp(2.5rem,2.5vw,2.2rem)}.checkout-head p{color:#bdb5d7}.checkout-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:28px;align-items:start}.checkout-redesign-form{display:grid;gap:20px}.checkout-panel,.checkout-summary-card{border:1px solid rgba(118,110,172,.26);border-radius:18px;background:#0e0f1fcc}.checkout-panel{padding:24px}.checkout-panel h3,.checkout-summary-card h3{display:flex;align-items:center;gap:14px;font-size:clamp(1.8rem,3vw,3rem);font-weight:500}.checkout-step{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;border:1px solid rgba(255,255,255,.2);color:#b4aed0}.checkout-step.active{background:#5f47dc;border-color:#5f47dc;color:#fff}.checkout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px;margin-top:24px}.checkout-grid label{display:grid;gap:8px;color:#d8d2ec;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.checkout-grid input{min-height:54px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#2f31486b;color:#f3f0ff}.checkout-grid input::placeholder{color:#7b7696}.checkout-span-2{grid-column:span 2}.checkout-pay-options{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.checkout-pay-options button{min-height:60px;border-radius:12px;border:1px solid rgba(180,173,223,.45);background:#101224b8;color:#f1ecff}.checkout-divider{margin:24px 0 6px;text-align:center;color:#7f789d;font-size:.8rem;letter-spacing:.18em}.checkout-summary-card{padding:24px;position:sticky;top:110px;display:grid;gap:18px}.checkout-items{display:grid;gap:14px}.checkout-item{display:grid;grid-template-columns:96px 1fr;gap:12px;align-items:center}.checkout-item img{width:96px;height:96px;border-radius:10px;object-fit:cover}.checkout-item h4{margin:0 0 4px;color:#f1ecff;font-size:1.05rem}.checkout-item p{color:#b7afcf;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase}.checkout-item strong,.checkout-totals .grand strong{color:#f3c75d}.checkout-totals{border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);padding:14px 0;display:grid;gap:10px}.checkout-totals p{display:flex;justify-content:space-between}.checkout-totals span{color:#d9d3ea}.checkout-totals strong{color:#cfc8e7}.checkout-totals .grand{margin-top:6px;font-weight:700}.checkout-submit{min-height:62px;border-radius:12px;width:100%;background:#beb0f3;color:#2a1e71;text-transform:uppercase;letter-spacing:.09em;font-weight:700}.checkout-summary-card small{color:#787193;text-transform:uppercase;letter-spacing:.11em;text-align:center}.checkout-panel.muted{opacity:.6}.cart-redesign{max-width:calc(100% - 100px);margin:0 auto;color:#ece8f8}.cart-head{display:grid;gap:10px;margin-bottom:34px}.cart-head h2{font-size:clamp(3rem,3vw,3rem)}.cart-head p{color:#b9b3d3;font-size:1.02rem}.cart-redesign-layout{display:grid;grid-template-columns:1.35fr .63fr;gap:28px;align-items:start}.cart-items-list{display:grid;gap:18px}.cart-redesign-item,.cart-summary{border:1px solid rgba(118,110,172,.26);background:#0e0f1fc7}.cart-redesign-item{padding:30px;display:grid;grid-template-columns:240px 1fr auto;gap:22px;align-items:start}.cart-redesign-item img{width:240px;height:240px;border-radius:0;object-fit:cover}.cart-item-copy h3{font-size:clamp(2rem,2vw,2rem);font-weight:500}.cart-item-copy p{margin-top:8px;color:#d5cfff;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase}.cart-item-copy small{display:block;margin-top:10px;color:#9f99ba;font-size:1.03rem;font-style:italic}.cart-item-actions{margin-top:28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.cart-qty-pill{min-width:160px;min-height:54px;padding:0 12px;border-radius:999px;border:1px solid rgba(118,110,172,.36);display:inline-flex;align-items:center;justify-content:space-between}.cart-qty-pill button{border:0;background:transparent;color:#d8d2ef;font-size:1.6rem;line-height:1;width:36px;height:36px}.cart-qty-pill span{font-size:1.8rem;font-family:Cormorant Garamond,serif;color:#f1ecff}.cart-remove{letter-spacing:.08em;text-transform:uppercase;color:#8680a5}.cart-item-price{color:#f1ecff;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,2vw,2rem);font-weight:500}.cart-summary{padding:34px;position:sticky;top:110px}.cart-summary h3{font-size:clamp(2rem,2vw,2rem);margin-bottom:26px}.cart-summary p,.cart-total{display:flex;justify-content:space-between;align-items:center}.cart-summary p{margin:0 0 16px}.cart-summary p span{color:#d6d0ea}.cart-summary p strong{color:#f0ecff}.cart-total{border-top:1px solid rgba(255,255,255,.08);margin-top:10px;padding-top:22px}.cart-total span{color:#f0ecff;font-size:1.05rem}.cart-total strong{color:#c8b9ff;font-family:Cormorant Garamond,serif;font-size:3.6rem;font-weight:500}.cart-cta{margin-top:24px;width:100%;min-height:68px;border-radius:12px;background:#5f47dc;color:#f3efff;text-transform:uppercase;letter-spacing:.14em;font-weight:700;display:inline-flex;align-items:center;justify-content:center;text-align:center}.cart-summary small{display:block;margin-top:20px;text-align:center;color:#8f88ac}.cart-empty{background:#0e0f1fc7}@media (max-width: 1024px){.admin-layout,.admin-summary-grid,.admin-dashboard-grid,.admin-grid,.admin-order-card{grid-template-columns:1fr}.admin-dashboard-panel{grid-column:span 1}.admin-sidebar{position:static}.hr-hero,.hr-vision,.hr-showcase-grid,.products-hero,.products-gallery-grid,.pd-hero,.pd-story,.pd-related-grid{grid-template-columns:1fr}.products-filter-wrap-redesign,.products-selected{justify-items:start;justify-content:flex-start}.checkout-layout{grid-template-columns:1fr}.checkout-summary-card{position:static}.cart-redesign-layout,.cart-redesign-item{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width: 680px){.admin-page-header,.admin-painting-row,.admin-order-row,.admin-painting-main,.admin-order-main{grid-template-columns:1fr}.admin-painting-meta,.admin-order-meta{justify-items:start;min-width:0}.checkout-pay-options,.checkout-grid{grid-template-columns:1fr}.checkout-span-2{grid-column:auto}}.customer-auth-page{min-height:100vh;position:relative;display:grid;place-items:center;padding:70px 20px 40px;overflow:hidden;background:#050815}.customer-auth-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 72% 22%,rgba(200,132,58,.18),transparent 40%),radial-gradient(circle at 25% 85%,rgba(88,73,180,.24),transparent 38%),linear-gradient(180deg,#060914c7,#050815eb),url(/images/p3.jpg) center/cover no-repeat;filter:brightness(.32) saturate(.85)}.customer-auth-card{width:min(570px,calc(100vw - 28px));position:relative;z-index:1;border-radius:16px;border:1px solid rgba(199,191,246,.22);background:linear-gradient(170deg,#100f1ecc,#0a0a18d4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:56px 54px 42px;box-shadow:0 18px 60px #0000007a}.customer-auth-head{text-align:center;margin-bottom:34px}.customer-auth-head h1{color:#d6d0e8;font-family:Times New Roman,serif;font-style:italic;font-size:clamp(2.1rem,2vw,2.1rem);font-weight:500}.customer-auth-head p{margin-top:10px;color:#aba4c6;letter-spacing:.24em;font-size:.72rem}.customer-auth-form{display:grid;gap:20px}.customer-auth-form label{display:grid;gap:8px;color:#c7c0df;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}.customer-auth-form input{min-height:58px;border-radius:12px;background:#1f1e33c7;border:1px solid rgba(200,191,245,.14);color:#e9e3ff}.customer-auth-form input::placeholder{color:#6f6a8d}.customer-auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.remember-check{display:inline-flex!important;align-items:center;gap:10px;color:#b9b2d6!important;letter-spacing:.02em!important;text-transform:none!important;font-size:.68rem!important}.remember-check input{width:20px;height:20px;min-height:20px;border-radius:6px}.link-action{background:transparent;color:#d1c7ff;font-size:.8rem}.customer-auth-submit{min-height:58px;border-radius:999px;background:linear-gradient(90deg,#5544cf,#6d53dd);color:#efeaff;letter-spacing:.14em;font-size:.72rem;font-weight:700}.customer-auth-footer{margin-top:34px;padding-top:24px;border-top:1px solid rgba(199,191,246,.12);display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.customer-auth-footer p{color:#c8c0df}.customer-auth-footer span{color:#ebc957;font-weight:700}.customer-auth-footer a{color:#b9b2d6;text-decoration:underline}.admin-auth-page{min-height:100vh;background:#0a0b1a;color:#eae4ff;display:grid;grid-template-columns:1.53fr 1fr}.admin-auth-visual{background:linear-gradient(180deg,#05071333,#050713b8),url(/bg/admin_login_bg.png) center/cover no-repeat;position:relative}.admin-auth-quote{position:absolute;left:60px;bottom:52px;display:grid;gap:8px}.admin-auth-quote p{color:#f2cd59;letter-spacing:.08em;font-size:.72rem;font-weight:700}.admin-auth-quote h3{color:#f0eaff;font-size:clamp(2rem,2vw,2rem);font-family:Cormorant Garamond,serif;font-weight:500;line-height:1.25}.admin-auth-quote em{color:#b9adf2;font-style:italic}.admin-auth-panel{padding:92px 70px 48px;background:#0c0b20;display:grid;align-content:start;gap:20px}.admin-auth-brand h1{color:#f2cd59;font-size:clamp(2rem,2vw,2rem);font-family:Brush Script MT,cursive;font-weight:500}.admin-auth-brand p{color:#c6bfdc;letter-spacing:.14em;font-size:.7rem;margin-top:4px}.admin-auth-panel h2{color:#ded8ee;font-size:clamp(3rem,3vw,3rem);font-family:Cormorant Garamond,serif;font-weight:600;margin-top:10px}.admin-auth-form{display:grid;gap:18px;margin-top:8px}.admin-auth-form label{display:grid;gap:8px;color:#cec7e3;font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700}.admin-auth-form input{min-height:52px;border:0;border-bottom:1px solid rgba(218,210,250,.28);border-radius:0;background:transparent;color:#f2ecff;padding:8px 2px}.admin-auth-form input::placeholder{color:#777192}.admin-auth-password-row{display:grid;grid-template-columns:1fr auto;align-items:center}.admin-auth-password-row button,.admin-auth-actions-row button{border:0;background:transparent;color:#aaa2c9;font-size:.92rem}.admin-auth-actions-row{display:flex;align-items:center;justify-content:space-between}.admin-auth-actions-row label{display:inline-flex;align-items:center;gap:10px;text-transform:none;letter-spacing:.04em;font-size:.68rem}.admin-auth-actions-row input{width:20px;min-height:20px;height:20px}.admin-auth-primary-btn{min-height:60px;border-radius:10px;background:linear-gradient(90deg,#5d43d6,#6a51dc);color:#f0ebff;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;margin-top:8px}.admin-auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;color:#8e86ad;letter-spacing:.1em}.admin-auth-divider:before,.admin-auth-divider:after{content:"";height:1px;background:#dad2fa33}.admin-auth-secondary-btn{min-height:58px;border-radius:10px;background:transparent;color:#eecf62;border:1px solid rgba(238,207,98,.5);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.admin-auth-bottom-note{margin-top:32px;color:#b9b2d2;max-width:420px}.admin-auth-bottom-note a{color:#d1cbec;text-decoration:underline}.customer-register-page{min-height:100vh;background:linear-gradient(180deg,#07081499,#070814cc),url(/bg/registration_bg.png) center/cover no-repeat;color:#ece6ff;display:grid;grid-template-rows:auto 1fr auto}.customer-register-topbar,.customer-register-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 64px;background:#090a1ad1;border-bottom:1px solid rgba(255,255,255,.08)}.customer-register-footer{border-bottom:0;border-top:1px solid rgba(255,255,255,.08)}.customer-register-topbar strong,.customer-register-footer strong{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-style:italic;font-weight:500}.customer-register-topbar nav,.customer-register-topbar div,.customer-register-footer div{display:flex;align-items:center;gap:32px}.customer-register-topbar a,.customer-register-footer a{color:#d0cbe5}.customer-register-topbar button{min-height:42px;border-radius:12px;padding:0 30px;background:#6651e2;color:#f0ebff;font-weight:700}.customer-register-content{padding:54px 20px 36px;display:grid;justify-items:center;align-content:start}.customer-register-head{text-align:center;margin-bottom:24px}.customer-register-head h1{color:#b8a9ee;font-size:clamp(5rem,5vw,5rem);font-weight:500}.customer-register-head h2{margin-top:6px;color:#e8e0fa;font-size:clamp(5rem,5vw,5rem);font-family:Cormorant Garamond,serif;font-weight:500}.customer-register-card{width:min(830px,calc(100vw - 34px));border-radius:22px;border:1px solid rgba(220,212,255,.15);background:linear-gradient(160deg,#16131fc2,#0d1020cc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:34px 58px 30px;display:grid;gap:20px}.customer-register-card label{display:grid;gap:9px;color:#bbb4d8;text-transform:uppercase;font-size:.68rem;letter-spacing:.08em;font-weight:700}.customer-register-card input{min-height:66px;border-radius:0;background:#1f1d2da3;border:1px solid rgba(197,189,236,.08);color:#eee8ff}.customer-register-card input::placeholder{color:#6f6a89}.customer-register-submit{margin-top:14px;min-height:66px;border-radius:12px;background:#bcb0ee;color:#2a2370;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:800}.customer-register-login-note,.customer-register-policy{text-align:center;color:#bdb6d8}.customer-register-login-note a,.customer-register-policy a{color:#dfd9f5;text-decoration:underline}.customer-register-policy{margin-top:20px}.artist-register-page{min-height:100vh;display:grid;grid-template-columns:1.2fr 1fr;background:#0c0c20}.artist-register-visual{position:relative;background:linear-gradient(180deg,#090a1526,#090a15a3),url(/bg/admin_registration_bg.png) center/cover no-repeat}.artist-register-visual-copy{position:absolute;left:80px;bottom:180px}.artist-register-visual-copy h1{color:#bcaef0;font-size:clamp(4rem,4vw,4rem);line-height:.98;max-width:340px}.artist-register-visual-copy p{margin-top:22px;color:#bfb9d6;font-family:Cormorant Garamond,serif;font-size:2.5rem;font-style:italic}.artist-register-panel{padding:86px 80px;display:grid;align-content:start;gap:16px;background:linear-gradient(180deg,#12132a,#14132d)}.artist-register-panel h2{font-family:Cormorant Garamond,serif;color:#e8e2f7;font-size:clamp(5rem,5vw,5rem);font-weight:600}.artist-register-panel>p{color:#b2abcb;max-width:540px}.artist-register-form{margin-top:18px;display:grid;gap:16px}.artist-register-form label{display:grid;gap:8px;color:#9f98bb;text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:700}.artist-register-form input,.artist-register-form select{min-height:76px;border-radius:0;border:1px solid rgba(206,198,240,.08);background:#22223473;color:#eee8ff}.artist-register-pass{display:grid;grid-template-columns:1fr auto;align-items:center}.artist-register-pass button{background:transparent;border:0;color:#b4accf;padding-right:14px}.artist-register-submit{margin-top:14px;min-height:66px;border-radius:12px;background:linear-gradient(90deg,#5f45d8,#6a50dd);color:#efeaff;text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:800}.artist-register-bottom{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:12px}.artist-register-bottom span{color:#8f88a8;text-transform:uppercase}.artist-register-bottom p{display:flex;gap:26px}.artist-register-bottom a{color:#d4cee8}
