:root{--blush:#fff5f7;--ink:#3a3540;--ink-muted:#8a8294;--magenta:#e94b9e;--border:#f3dde6;--white:#fff;--radius-lg:20px;--radius-xl:24px;--shadow-sm:0 2px 12px #3a35400f;--shadow-md:0 10px 40px #3a354014;--ease-out:cubic-bezier(.33, 1, .68, 1);color:var(--ink);background:var(--blush);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}.skip-link{z-index:1000;background:var(--white);color:var(--magenta);box-shadow:var(--shadow-sm);border-radius:10px;padding:.6rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{outline:2px solid var(--magenta);outline-offset:2px;top:1rem;left:1rem}body{background:radial-gradient(ellipse 120% 80% at 50% -20%, #e94b9e1f, transparent 55%), linear-gradient(180deg, #fffefb 0%, var(--blush) 45%, #faf8fc 100%);background-attachment:fixed;min-height:100vh;margin:0}:focus:not(:focus-visible){outline:none}a:focus-visible,button:focus-visible,.link-button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--magenta);outline-offset:2px}.search-bar-input:focus-visible{outline:none}a{color:var(--magenta);text-decoration:none}a:hover{text-decoration:underline}.layout{flex-direction:column;min-height:100vh;display:flex}.auth-layout{background:radial-gradient(130% 90% at 50% -15%,#e94b9e38,#0000 55%),radial-gradient(80% 70% at 100% 100%,#b59cf840,#0000 50%),radial-gradient(70% 50% at 0 80%,#ff7a6a1f,#0000 45%),linear-gradient(165deg,#f8f6ff 0%,#fff8fb 40%,#fff5f0 100%);flex-direction:column;min-height:100vh;display:flex}.auth-layout-main{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:1.5rem 1.25rem 2.5rem;display:flex}.auth-panel{background:var(--white);border-radius:24px;width:100%;max-width:420px;padding:2rem 1.75rem 1.75rem;box-shadow:0 4px 6px #3a35400a,0 24px 48px #3a35401a,0 0 0 1px #e94b9e0f}.auth-panel-brand{text-align:center;margin-bottom:1.35rem}.auth-panel-logo-link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.auth-panel-logo-link:hover .auth-wordmark{filter:brightness(1.05)}.auth-wordmark{letter-spacing:-.04em;background:linear-gradient(135deg,#ff7a6a 0%,#e94b9e 45%,#b59cf8 100%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:2.15rem;font-weight:800;line-height:1.1}.auth-panel-tagline{letter-spacing:.1em;text-transform:uppercase;color:var(--magenta);margin:.65rem 0 0;font-size:.72rem;font-weight:600}.auth-page{padding-bottom:0}.auth-page-title{text-align:center;letter-spacing:-.02em;color:var(--ink);margin:0 0 1.25rem;font-size:1.65rem;font-weight:700}.auth-page>.center{margin-top:1.25rem;margin-bottom:0}.auth-forgot-wrap{text-align:center;margin:1rem 0 0}.auth-forgot-wrap a{font-size:.9rem;font-weight:600;text-decoration:none}.auth-forgot-wrap a:hover{text-decoration:underline}.signup-username-hint{margin:-.5rem 0 .75rem}.header{background:var(--white);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.75rem 1.25rem;display:flex}.header--sticky{z-index:100;-webkit-backdrop-filter:saturate(180%)blur(12px);backdrop-filter:saturate(180%)blur(12px);background:#ffffffeb;border-bottom-color:#f3dde6d9;position:sticky;top:0;box-shadow:0 1px #e94b9e0f}.header-left{flex-direction:column;gap:.15rem;min-width:0;display:flex}.header-brand{align-items:center;display:flex}.header-logo{width:auto;height:44px;display:block}.nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav-link{color:var(--ink);transition:background .18s var(--ease-out), color .18s var(--ease-out);border-radius:10px;padding:.4rem .65rem;font-weight:500;text-decoration:none}.nav-link:hover{background:#e94b9e14;text-decoration:none}.nav-link.active{color:var(--magenta);background:#e94b9e1f;font-weight:600}.nav-link--with-badge{gap:.4rem}.nav-link-label{display:inline-block}.nav-badge{min-width:1.15rem;height:1.15rem;color:var(--white);background:linear-gradient(135deg, #ff7a6a, var(--magenta));border-radius:999px;justify-content:center;align-items:center;padding:0 .3rem;font-size:.65rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 1px 3px #e94b9e59}.nav-user{color:var(--ink-muted);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:.85rem;overflow:hidden}a.nav-user-link{color:var(--ink-muted);font-weight:600}a.nav-user-link:hover{color:var(--magenta)}.link-button{color:var(--magenta);cursor:pointer;font:inherit;background:0 0;border:none;padding:0}.link-button:hover{text-decoration:underline}.banner{color:#5c4a00;background:#fff8e6;border-bottom:1px solid #f5e0a8;margin:0;padding:.75rem 1.25rem;font-size:.88rem;line-height:1.5}.banner a{color:#8b5a00;font-weight:600;text-decoration:underline}.banner code{background:#ffffffb3;border-radius:4px;padding:.1em .35em;font-size:.85em}.main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:1.25rem 1.25rem 2.5rem}#main-content:focus{outline:none}.footer{text-align:center;border-top:1px solid var(--border);background:linear-gradient(180deg, #fffffff2 0%, var(--white) 100%);padding:1.5rem 1rem}.footer-brand{color:var(--ink);letter-spacing:.02em;margin:0 0 .15rem;font-size:1rem;font-weight:700}.footer-slogan{color:var(--magenta);letter-spacing:.04em;margin:0 0 .35rem;font-size:.85rem;font-weight:600}.footer-muted{color:var(--ink-muted);margin:0;font-size:.8rem}.footer-legal{margin:.75rem 0 0;font-size:.82rem}.footer-legal a{color:var(--magenta);font-weight:600}.terms-page{max-width:640px;margin:0 auto}.terms-page h1{margin:0 0 .5rem}.terms-lead{margin:0 0 1.25rem;line-height:1.45}.terms-section{margin-bottom:1.25rem}.terms-section h2{margin:0 0 .4rem;font-size:1.05rem}.terms-section p{margin:0;line-height:1.55}.terms-back{margin:1.5rem 0 0}.page{padding-bottom:2rem}.page.narrow{max-width:400px;margin:0 auto}.profile-page{max-width:640px;margin:0 auto}.profile-lister-hint{border-radius:var(--radius-lg);border:1px solid var(--border);background:#ffffffbf;max-width:38rem;margin:0 0 1.35rem;padding:.85rem 1rem;line-height:1.55}.profile-lister-hint strong{color:var(--ink);font-weight:600}.form-page-header{margin-bottom:1.25rem}.profile-back-link{color:var(--magenta);margin-bottom:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.profile-back-link:hover{text-decoration:underline}.form-page-title{margin:0 0 .35rem;font-size:1.35rem;font-weight:700}.form-page-lead{max-width:36em;margin:0 0 .25rem}.profile-loading,.profile-empty{text-align:center;padding:2rem 0}.profile-surface{background:var(--white);border:1px solid var(--border);border-radius:22px;box-shadow:0 4px 28px #3a354012}.profile-hero{text-align:center;background:linear-gradient(165deg, #ff7a6a17 0%, var(--white) 42%);flex-direction:column;align-items:center;gap:1.25rem;margin-bottom:1.75rem;padding:1.75rem 1.35rem 1.6rem;display:flex}@media (width>=540px){.profile-hero{text-align:left;flex-direction:row;align-items:flex-start;gap:1.5rem;padding:1.85rem 1.75rem 1.75rem}}.profile-hero-avatar-wrap{flex-shrink:0}.profile-hero-photo,.profile-hero-initials{box-sizing:border-box;border-radius:50%;width:104px;height:104px;display:block}@media (width>=540px){.profile-hero-photo,.profile-hero-initials{width:120px;height:120px}}.profile-hero-photo{object-fit:cover;border:3px solid var(--white);box-shadow:0 0 0 1px var(--border), 0 10px 28px #e94b9e26}.profile-hero-initials{letter-spacing:.02em;color:var(--white);border:3px solid var(--white);box-shadow:0 0 0 1px var(--border), 0 10px 28px #e94b9e26;background:linear-gradient(145deg,#ff7a6a 0%,#e94b9e 45%,#b59cf8 100%);justify-content:center;align-items:center;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;display:flex}.profile-hero-main{flex:1;min-width:0}.profile-hero-name{letter-spacing:-.02em;word-break:break-word;margin:0 0 .35rem;font-size:clamp(1.4rem,4vw,1.65rem);font-weight:700;line-height:1.2}.profile-hero-handle{margin:0 0 .4rem;font-size:1rem;font-weight:600}.profile-hero-handle a{color:var(--magenta);text-decoration:none}.profile-hero-handle a:hover{text-decoration:underline}.profile-hero-email{color:var(--ink-muted);word-break:break-all;margin:0 0 .5rem;font-size:.88rem}.profile-hero-meta{color:var(--ink);margin:0 0 .65rem;font-size:.95rem;font-weight:600}.profile-hero-bio{color:var(--ink);white-space:pre-wrap;word-break:break-word;max-width:42em;margin:0 0 .85rem;font-size:.95rem;line-height:1.55}@media (width>=540px){.profile-hero-bio{margin-left:0;margin-right:auto}}.profile-hero-actions{flex-wrap:wrap;gap:.6rem;margin-top:.35rem;display:flex}@media (width<=539px){.profile-hero .profile-hero-actions{justify-content:center}}@media (width>=540px){.profile-hero .profile-hero-actions{justify-content:flex-start}}.profile-hero-action{color:var(--magenta);background:#fffc;border:1px solid #e94b9e59;border-radius:999px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,filter .15s;display:inline-flex}.profile-hero-action:hover{border-color:var(--magenta);background:#e94b9e14}.profile-hero-action--primary{color:var(--white);background:linear-gradient(135deg,#ff7a6a,#e94b9e,#b59cf8);border:none;box-shadow:0 4px 14px #e94b9e38}.profile-hero-action--primary:hover{filter:brightness(1.06);color:var(--white)}.profile-anchor-section{scroll-margin-top:1.25rem}.profile-email-readonly{opacity:.88;cursor:default;background:#00000008}.profile-listings{margin-bottom:1.75rem}.profile-listings-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.profile-listings-title{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:700}.profile-count-pill{text-align:center;min-width:1.65rem;color:var(--ink-muted);background:#0000000d;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.8rem;font-weight:700}.profile-listings-empty{margin:0;padding:.5rem 0 .25rem;font-size:.9rem}.profile-listings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}@media (width<=420px){.profile-listings-grid{grid-template-columns:1fr}}.profile-add-listing{margin-bottom:1.5rem;padding:1.35rem 1.35rem 1.5rem}.profile-add-listing-title{margin:0 0 .75rem;font-size:1.05rem}.profile-add-listing .form textarea{resize:vertical;border:1px solid var(--border);min-height:4.5rem;font:inherit;box-sizing:border-box;border-radius:16px;width:100%;padding:.65rem .875rem}.profile-color-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.profile-color-row input[type=color]{border:1px solid var(--border);cursor:pointer;border-radius:10px;width:48px;height:40px;padding:0}.profile-edit-card{margin-bottom:1.5rem;padding:1.5rem 1.35rem 1.75rem}.profile-edit-title{margin:0 0 .35rem;font-size:1.1rem}.profile-edit-lead{margin:0 0 1.25rem}.profile-save-success{color:#2e7d32;background:#4caf501a;border-radius:12px;margin:0 0 .5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:600}.profile-photo-field{margin-bottom:1rem}.profile-photo-label{color:var(--ink);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.profile-photo-placeholder,.profile-photo-preview{margin:0 0 .5rem}.profile-photo-preview img{object-fit:cover;border:1px solid var(--border,#00000014);border-radius:50%}.profile-edit-photo-block{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.profile-edit-photo-trigger{cursor:pointer;font:inherit;text-align:center;background:0 0;border:none;flex-direction:column;align-items:center;gap:.55rem;padding:0;display:flex}.profile-edit-photo-trigger:focus-visible{outline:none}.profile-edit-photo-trigger:focus-visible .profile-edit-photo-circle{outline:2px solid var(--magenta);outline-offset:3px}.profile-edit-photo-circle{border:2px solid var(--border);background:linear-gradient(165deg, #fff8fbf2 0%, var(--blush) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:104px;height:104px;display:flex;overflow:hidden}.profile-edit-photo-img{object-fit:cover;width:100%;height:100%;display:block}.profile-edit-photo-initials{color:var(--magenta);letter-spacing:.02em;font-size:1.85rem;font-weight:700}.profile-edit-photo-cta{color:var(--magenta);text-underline-offset:3px;font-size:.92rem;font-weight:600;text-decoration:underline}.profile-edit-photo-trigger:hover .profile-edit-photo-cta{color:var(--ink)}.profile-file-input{width:100%;margin-bottom:.35rem;font-size:.9rem;display:block}.profile-edit-photo-block .profile-remove-photo{margin-top:.15rem}.profile-remove-photo{padding:0;font-size:.85rem}.hero{text-align:center;margin-bottom:1.5rem}.hero--panel{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:linear-gradient(165deg,#fffffff2 0%,#fff8fbe0 100%);border:1px solid #f3dde6d9;margin-left:-.25rem;margin-right:-.25rem;padding:1.5rem 1.25rem 1.75rem}.hero-signed-in{max-width:28rem;margin:.75rem auto 0;font-size:.92rem;line-height:1.45}.hero-mark{margin-bottom:.5rem}.hero-mark img{max-width:100%;height:auto;animation:5s ease-in-out infinite heroFloat}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.hero-slogan{letter-spacing:.06em;color:var(--ink);margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.hero-kicker{color:var(--ink-muted);max-width:24rem;margin:0 auto 1rem;font-size:.92rem;font-style:italic;font-weight:500;line-height:1.45}.home-for-you-tease{font-style:italic}@keyframes homeRise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.page-home>*{animation:homeRise .55s var(--ease-out) both}.page-home>:first-child{animation-delay:0s}.page-home>:nth-child(2){animation-delay:60ms}.page-home>:nth-child(3){animation-delay:.12s}.page-home>:nth-child(4){animation-delay:.18s}.page-home>:nth-child(5){animation-delay:.24s}.page-home>:nth-child(6){animation-delay:.3s}.page-home>:nth-child(7){animation-delay:.36s}.page-home>:nth-child(8){animation-delay:.42s}.page-home>:nth-child(9){animation-delay:.48s}.page-home>:nth-child(10){animation-delay:.54s}.page-home>:nth-child(11){animation-delay:.6s}.page-home>:nth-child(12){animation-delay:.66s}.page-home>:nth-child(13){animation-delay:.72s}.page-home>:nth-child(14){animation-delay:.78s}@media (prefers-reduced-motion:reduce){.hero-mark img{animation:none}.page-home>*{opacity:1;transform:none;animation:none!important}}.hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1.25rem;display:flex}.hero-cta-secondary{color:var(--magenta);font-size:1rem;font-weight:600}.section-title{letter-spacing:-.02em;align-items:center;gap:.5rem;margin:1.75rem 0 .85rem;font-size:1.15rem;font-weight:700;display:flex}.section-title:before{content:"";background:linear-gradient(180deg, #ff7a6a 0%, var(--magenta) 50%, #b59cf8 100%);border-radius:3px;flex-shrink:0;width:4px;height:1.1em}.page-home .section-title:first-of-type{margin-top:1.25rem}.muted{color:var(--ink-muted);font-size:.95rem}.muted.small{font-size:.85rem}.center{text-align:center}.search-bar{border:1px solid var(--border);background:var(--white);color:var(--ink-muted);border-radius:20px;max-width:100%;padding:.75rem 1rem;display:block}.search-form{margin:0}.search-card{background:var(--white);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:1.25rem;padding:1rem 1.15rem 1.1rem}.search-card--home{margin-top:.25rem}.search-card--browse{margin-bottom:1.35rem}.search-card .search-field-label{margin-bottom:.45rem}.search-card-hint{margin:.65rem 0 0}.home-quick-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;margin:0 0 1.5rem;display:flex}.home-quick-link{color:var(--magenta);transition:background .18s var(--ease-out), transform .18s var(--ease-out), box-shadow .18s var(--ease-out);background:#e94b9e14;border:1px solid #e94b9e33;border-radius:999px;align-items:center;padding:.45rem .95rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.home-quick-link:hover{background:#e94b9e24;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px #e94b9e1f}.search-field-label{color:var(--ink-muted);margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.search-bar-input{border:1px solid var(--border);background:var(--white);width:100%;max-width:100%;color:var(--ink);font:inherit;box-sizing:border-box;border-radius:20px;padding:.75rem 1rem;display:block}.search-bar-input::placeholder{color:var(--ink-muted)}.search-bar-input:focus{border-color:#e94b9e73;outline:none;box-shadow:0 0 0 3px #e94b9e1f}.search-results-meta{margin-top:.35rem}.featured-row{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:.85rem;margin:0 -.15rem;padding:.25rem .15rem .65rem;display:flex;overflow-x:auto}.featured-slot{scroll-snap-align:start;flex:0 0 140px;min-width:140px}.chips{flex-wrap:wrap;gap:.5rem;display:flex}.chip{border:1px solid var(--border);background:var(--white);transition:border-color .18s var(--ease-out), background .18s var(--ease-out), transform .18s var(--ease-out);border-radius:999px;padding:.45rem 1rem;font-size:.9rem}.chip:hover{transform:translateY(-1px)}button.chip{cursor:pointer;font:inherit;color:inherit}.chip-link{color:var(--ink);text-decoration:none;display:inline-block}.chip-link:hover{border-color:#e94b9e73;text-decoration:none}.chip-active{border-color:var(--magenta);color:var(--magenta);background:#e94b9e1a;font-weight:600}.grid-2{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.5rem;display:grid}@media (width<=520px){.grid-2{grid-template-columns:1fr}}.item-card{transition:transform .22s var(--ease-out);display:block}.item-card:hover{transform:translateY(-3px)}.item-card .item-card-image{transition:box-shadow .22s var(--ease-out)}.item-card:hover .item-card-image{box-shadow:0 12px 28px #3a35401f}.item-card-link{color:inherit;text-decoration:none;display:block}.item-card-link:hover{opacity:1}.item-card-owner-link{color:var(--magenta);margin-top:.4rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.item-card-owner-link:hover{text-decoration:underline}.item-card-image{aspect-ratio:3/4;border-radius:14px;margin-bottom:.5rem;position:relative;overflow:hidden}.item-card-image img{object-fit:cover;width:100%;height:100%;display:block}.item-card-image--placeholder{background:linear-gradient(160deg,#ebe8f0 0%,#ddd8e6 100%)}.item-card-title{margin:0 0 .15rem;font-size:.95rem;font-weight:600}.item-card-meta,.item-card-price{color:var(--ink-muted);margin:0;font-size:.8rem;font-weight:400}.item-card-price{color:var(--magenta);margin-top:.25rem;font-weight:600}.item-detail .item-carousel{margin:-1rem -1.25rem 1rem}.slide{width:100%;height:320px}.item-detail-slide-empty{background:linear-gradient(160deg,#ebe8f0 0%,#ddd8e6 100%)}.item-detail-main-photo{background:var(--border);width:100%;height:320px;overflow:hidden}.item-detail-main-photo img{object-fit:cover;width:100%;height:100%;display:block}.item-detail-thumbs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0 -1.25rem;padding:.65rem 1.25rem 0;display:flex}.item-detail-thumb{cursor:pointer;background:var(--border);border:2px solid #0000;border-radius:10px;flex-shrink:0;width:56px;height:56px;padding:0;overflow:hidden}.item-detail-thumb img{object-fit:cover;width:100%;height:100%;display:block}.item-detail-thumb--active{border-color:var(--magenta)}.listing-photos-field{margin-bottom:1rem}.listing-photos-hint{margin:0 0 .75rem}.listing-photo-hero-box{margin-bottom:.5rem}.listing-photo-hero-empty{border:2px dashed var(--border);border-radius:var(--radius-lg);cursor:pointer;width:100%;min-height:300px;font:inherit;color:var(--ink);transition:border-color .2s var(--ease-out), background .2s var(--ease-out), box-shadow .2s var(--ease-out);background:linear-gradient(165deg,#fffffff2 0%,#fff8fba6 100%);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:2rem 1.5rem;display:flex}.listing-photo-hero-empty:hover{box-shadow:var(--shadow-sm);border-color:#e94b9e73}.listing-photo-hero-empty:focus-visible{outline:2px solid var(--magenta);outline-offset:3px}.listing-photo-hero-empty-plus{width:56px;height:56px;color:var(--magenta);background:#e94b9e1f;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;font-size:2rem;font-weight:300;line-height:1;display:flex}.listing-photo-hero-empty-title{color:var(--ink);font-size:1.1rem;font-weight:700}.listing-photo-hero-empty-sub{text-align:center;max-width:16rem;line-height:1.4}.listing-photo-hero-filled{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--blush);min-height:300px;max-height:min(70vh,440px);position:relative;overflow:hidden}.listing-photo-hero-img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.listing-photo-hero-toolbar{background:linear-gradient(#0000,#3a3540b8);flex-wrap:wrap;justify-content:center;gap:.5rem;padding:1rem .75rem .85rem;display:flex;position:absolute;bottom:0;left:0;right:0}.listing-photo-hero-btn{color:var(--ink);cursor:pointer;transition:transform .15s var(--ease-out), background .15s;background:#fffffff2;border:1px solid #ffffffd9;border-radius:999px;padding:.45rem .95rem;font-family:inherit;font-size:.88rem;font-weight:600}.listing-photo-hero-btn:hover{background:var(--white);transform:translateY(-1px)}.listing-photo-hero-btn:focus-visible{outline:2px solid var(--white);outline-offset:2px}.listing-photo-hero-btn--danger{color:var(--white);background:#ffffff26;border-color:#ffffff59}.listing-photo-hero-btn--danger:hover{background:#ffffff47}.listing-photo-previews{flex-wrap:wrap;gap:.75rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.listing-photo-previews--extra{margin-top:.85rem}.listing-photo-preview-item{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.listing-photo-preview-item img{object-fit:cover;border:1px solid var(--border);border-radius:10px}.listing-photo-remove{font-size:.8rem}.item-detail h1{margin:0 0 .5rem;font-size:1.5rem}.item-detail .price{color:var(--magenta);margin:.5rem 0 1rem;font-size:1.1rem;font-weight:700}.item-platform-fee-line{margin:0 0 .25rem;line-height:1.4}.item-earnings-line{color:var(--ink-muted);margin:0 0 .75rem;font-style:italic;line-height:1.4}.item-card-fee-hint{margin:.2rem 0 0;font-size:.78rem;line-height:1.35}.item-card-earnings{color:var(--ink-muted);margin:.15rem 0 0;font-size:.74rem;font-style:italic;line-height:1.35}.listing-earnings-preview{color:var(--ink-muted);margin:.35rem 0 1rem;font-style:italic;line-height:1.4}.listing-platform-fee-note{margin:-.35rem 0 1rem;line-height:1.45}.item-detail .body{line-height:1.55}.item-fee-panel{border:1px solid var(--border);background:#00000008;border-radius:16px;margin-top:1.25rem;padding:1rem 1.25rem}.item-fee-heading{margin:0 0 .35rem;font-size:1.05rem}.item-fee-intro{margin:0 0 .75rem;line-height:1.45}.item-fee-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.item-fee-list li{gap:.2rem;display:grid}.item-fee-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted,#666);font-size:.75rem;font-weight:700}.item-fee-value{line-height:1.45}.item-fee-ack{align-items:flex-start;gap:.6rem;margin-top:.25rem;font-size:.9rem;line-height:1.45;display:flex}.item-fee-ack input{flex-shrink:0;margin-top:.2rem}.listing-fee-section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.listing-fee-heading{margin:0 0 .35rem;font-size:1.05rem}.listing-fee-lead{margin:0 0 1rem;line-height:1.45}.rent-request-panel{background:var(--white);border:1px solid var(--border);border-radius:16px;margin-top:1.25rem;padding:1rem 1.25rem 1.25rem}.rent-request-heading{margin:0 0 .35rem;font-size:1.05rem}.rent-request-hint{margin:0 0 1rem}.rent-success{background:#4caf5017;border:1px solid #388e3c47;border-radius:16px;flex-direction:column;gap:.5rem;margin-top:1.25rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.45;display:flex}.rent-success p{margin:0}.rent-success-title{font-size:1.05rem}.rent-success-again{margin-top:.75rem;display:inline-block}.subheading{margin:1.5rem 0 .5rem;font-size:.95rem}.item-detail .rent-request-panel+.subheading,.item-detail .rent-success+.subheading{margin-top:1.75rem}.owner-row{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}a.owner-row-link{color:inherit;border-radius:10px;margin:-.35rem -.5rem 1.15rem;padding:.35rem .5rem;text-decoration:none;transition:background .15s}a.owner-row-link:hover{background:#0000000d}.owner-avatar{background:var(--border);border-radius:50%;width:48px;height:48px}.owner-name{margin:0;font-weight:600}.btn-gradient{text-align:center;cursor:pointer;color:var(--white);transition:transform .22s var(--ease-out), filter .22s var(--ease-out), box-shadow .22s var(--ease-out);background:linear-gradient(135deg,#ff7a6a,#e94b9e,#b59cf8);border:none;border-radius:22px;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;box-shadow:0 4px 16px #e94b9e47}.btn-gradient:hover{filter:brightness(1.04);text-decoration:none;transform:scale(1.03)translateY(-1px);box-shadow:0 8px 24px #e94b9e59}@media (prefers-reduced-motion:reduce){.btn-gradient{transition:filter .2s}.btn-gradient:hover{transform:none}}.btn-sm{padding:.45rem 1rem;font-size:.9rem}.btn-block{width:100%;display:block}.form label{color:var(--ink-muted);flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:flex}.form input{border:1px solid var(--border);font:inherit;border-radius:20px;padding:.65rem .875rem}.form .floating-field{margin-bottom:1rem;display:block;position:relative}.form .floating-field input{width:100%;padding:1.1rem .875rem .55rem}.form .floating-field>span{color:var(--ink-muted);pointer-events:none;background:var(--white);transition:top .15s var(--ease-out), transform .15s var(--ease-out), font-size .15s var(--ease-out), color .15s var(--ease-out);padding:0 .25rem;font-size:.92rem;font-weight:500;position:absolute;top:50%;left:.875rem;transform:translateY(-50%)}.form .floating-field>input:focus+span,.form .floating-field>input:not(:placeholder-shown)+span{color:var(--magenta);font-size:.74rem;font-weight:600;top:0;transform:translateY(-50%)}.form select{border:1px solid var(--border);font:inherit;background:var(--white);color:var(--ink);border-radius:20px;padding:.65rem .875rem}.university-combobox{width:100%;position:relative}.university-combobox-input{border:1px solid var(--border);width:100%;font:inherit;box-sizing:border-box;border-radius:20px;padding:.65rem .875rem}.university-combobox-list{z-index:20;background:var(--white,#fff);border:1px solid var(--border);border-radius:12px;max-height:240px;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.university-combobox-option{cursor:pointer;color:var(--ink);padding:.45rem .875rem;font-weight:500}.university-combobox-option:hover,.university-combobox-option.active{background:#e94b9e1a}.university-combobox-empty{margin:.35rem 0 0;padding:0 .25rem}.error{color:#c0392b;margin:0 0 .5rem;font-size:.9rem}h1{margin-top:0;font-size:1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.messages-page{max-width:560px;margin:0 auto}.messages-page-header{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:linear-gradient(165deg,#fffffffa 0%,#fff8fbe0 100%);margin-bottom:1.75rem;padding:1.25rem 1.15rem 1.35rem}.messages-page-title{letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.5rem}.messages-lead{color:var(--ink-muted);margin:0;font-size:.95rem;line-height:1.5}.messages-section{margin-bottom:2rem}.messages-section--priority .messages-section-head{margin-bottom:.85rem}.messages-section-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.messages-section-title{letter-spacing:-.02em;margin:0;font-size:1.08rem;font-weight:700}.messages-pill{text-align:center;border-radius:999px;flex-shrink:0;min-width:1.5rem;padding:.2rem .55rem;font-size:.75rem;font-weight:700}.messages-pill--alert{color:var(--magenta);background:#e94b9e2e}.messages-pill--muted{color:var(--ink-muted);background:#3a35400f}.messages-empty-card{border-radius:var(--radius-lg);border:1px dashed var(--border);background:#fff9;padding:1.25rem 1.15rem}.messages-empty-card--subtle{background:#ffffff73;border-style:solid}.messages-empty-title{color:var(--ink);margin:0 0 .35rem;font-size:1rem;font-weight:600}.messages-empty-copy{margin:0;line-height:1.5}.messages-request-list,.messages-convo-list,.messages-outgoing-list{margin:0;padding:0;list-style:none}.messages-request-card{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow-sm);margin-bottom:.75rem;display:flex;position:relative;overflow:hidden}.messages-request-accent{background:linear-gradient(180deg, #ff7a6a 0%, var(--magenta) 50%, #b59cf8 100%);flex-shrink:0;width:5px}.messages-request-inner{flex:1;min-width:0;padding:1rem 1.1rem 1.05rem}.messages-request-label{letter-spacing:.1em;text-transform:uppercase;color:var(--magenta);margin-bottom:.2rem;font-size:.72rem;font-weight:700;display:block}.messages-request-title{color:inherit;font-size:1.05rem;font-weight:700;text-decoration:none}.messages-request-item{margin:0}.messages-request-meta{margin:.65rem 0 0;line-height:1.45}.messages-fee-snapshot{margin:.45rem 0 0;font-size:.82rem;line-height:1.4}.messages-request-who{color:var(--ink);font-weight:600}.messages-request-dates{font-weight:400}.messages-request-actions{flex-wrap:wrap;align-items:center;gap:.65rem;margin-top:1rem;display:flex}.messages-btn-approve{border-radius:999px;padding:.5rem 1.15rem;font-size:.9rem}.messages-btn-decline{color:var(--ink-muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:.45rem .85rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s}.messages-btn-decline:hover:not(:disabled){color:#c0392b;background:#c0392b0f;border-color:#c0392b73}.messages-btn-decline:disabled{opacity:.55;cursor:not-allowed}.messages-convo-link{border-radius:var(--radius-lg);color:inherit;border:1px solid var(--border);background:var(--white);transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), border-color .18s ease;flex-direction:row;align-items:center;gap:.85rem;margin-bottom:.5rem;padding:.9rem .9rem .9rem .85rem;text-decoration:none;display:flex;box-shadow:0 1px #3a35400a}.messages-convo-link:hover{box-shadow:var(--shadow-sm);border-color:#e94b9e59;text-decoration:none;transform:translateY(-1px)}.messages-convo-avatar{width:48px;height:48px;color:var(--magenta);background:linear-gradient(145deg,#ff7a6a33,#e94b9e2e);border:1px solid #e94b9e33;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;font-weight:700;display:flex}.messages-convo-main{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.messages-convo-row{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.messages-convo-title{text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;font-weight:700;overflow:hidden}.messages-convo-time{color:var(--ink-muted);flex-shrink:0;font-size:.78rem;font-weight:600}.messages-convo-preview{color:var(--ink-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.messages-convo-preview--placeholder{opacity:.9;font-style:italic}.messages-convo-arrow{color:var(--ink-muted);opacity:.55;flex-shrink:0;font-size:1.1rem}.messages-outgoing-row{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--white);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding:1rem 1.05rem;display:flex;box-shadow:0 1px #3a35400a}.messages-outgoing-main{min-width:0}.messages-outgoing-row .messages-outgoing-item{margin:0 0 .25rem;font-size:.98rem}.messages-outgoing-dates{margin:0}.messages-outgoing-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;display:flex}.messages-status{text-transform:uppercase;letter-spacing:.06em;color:var(--ink-muted);font-size:.72rem;font-weight:700}.messages-status--pending{color:#b8860b}.messages-status--approved{color:#2e7d32}.messages-status--declined{color:#c0392b}.messages-open-chat{font-size:.88rem;font-weight:600}.message-thread-terms-note{margin:0 0 .65rem;font-size:.82rem;line-height:1.4}.message-thread-terms-note a{font-weight:600}.message-thread-page{max-width:560px;margin:0 auto}.message-thread-header{margin-bottom:1.15rem}.message-thread-head-card{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);background:linear-gradient(165deg,#fffffffa 0%,#fff8fbe0 100%);margin-top:.65rem;padding:1rem 1.1rem 1.05rem}.message-thread-title{letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.35rem}.message-thread-sub{margin:0;line-height:1.45}.message-thread-pane{border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--white);min-height:420px;box-shadow:var(--shadow-sm);flex-direction:column;padding:0;display:flex;overflow:hidden}.message-thread-scroll{background:linear-gradient(180deg, #fffafc80 0%, var(--white) 100%);flex:1;max-height:min(55vh,440px);padding:1.1rem 1.1rem .75rem;overflow-y:auto}.message-thread-empty{text-align:center;margin:0;padding:1.5rem .5rem;line-height:1.5}.message-bubbles{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.message-bubble-wrap{justify-content:flex-start;display:flex}.message-bubble-wrap--mine{justify-content:flex-end}.message-bubble{background:#3a354012;border:1px solid #3a35400f;border-radius:16px;max-width:85%;padding:.6rem .95rem;box-shadow:0 1px 2px #3a35400a}.message-bubble--mine{background:linear-gradient(145deg,#ff7a6a38,#e94b9e33);border-color:#e94b9e26}.message-bubble-text{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.95rem;line-height:1.45}.message-thread-compose{border-top:1px solid var(--border);background:var(--white);padding:.85rem 1rem 1rem}.message-thread-input-row{align-items:flex-end;gap:.65rem;display:flex}.message-thread-label{flex:1;min-width:0}.message-thread-textarea{resize:vertical;border:1px solid var(--border);width:100%;min-height:2.75rem;font:inherit;border-radius:14px;padding:.6rem .75rem}.message-thread-send{border-radius:999px;flex-shrink:0;padding:.55rem 1rem;font-size:.9rem}:root{--gradient-pop:linear-gradient(130deg, #ff7a6a 0%, #e94b9e 46%, #b59cf8 100%);--gradient-soft-pop:linear-gradient(155deg, #ff7a6a2e, #e94b9e1f, #b59cf833);--shadow-pop-sm:0 8px 20px #e94b9e1f;--shadow-pop-md:0 16px 38px #e94b9e2e}.nav--playful .nav-link{border:1px solid #0000}.nav--playful .nav-link:hover{border-color:#e94b9e33;transform:translateY(-1px)}.hero--panel{isolation:isolate;box-shadow:var(--shadow-pop-sm);background:linear-gradient(165deg,#fffffffa,#fff7fbed);position:relative;overflow:hidden}.hero-orbs{pointer-events:none;z-index:-1;position:absolute;inset:0}.hero-orb{filter:blur(.5px);opacity:.7;border-radius:999px;position:absolute;transform:translate(0,0)}.hero-orb--one{background:#ff7a6a40;width:210px;height:210px;animation:8.6s ease-in-out infinite alternate orbFloatOne;top:-105px;left:-65px}.hero-orb--two{background:#b59cf83d;width:230px;height:230px;animation:10.4s ease-in-out infinite alternate orbFloatTwo;bottom:-130px;right:-80px}.hero-orb--three{background:#e94b9e26;width:120px;height:120px;animation:7.4s ease-in-out infinite alternate orbFloatThree;top:22%;right:16%}@keyframes orbFloatOne{0%{transform:translate(0,0)scale(1)}50%{transform:translate(16px,22px)scale(1.04)}to{transform:translate(30px,8px)scale(.98)}}@keyframes orbFloatTwo{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-20px,-22px)scale(.97)}to{transform:translate(-34px,-8px)scale(1.03)}}@keyframes orbFloatThree{0%{transform:translate(0,0)scale(1)}50%{transform:translate(-10px,12px)scale(1.08)}to{transform:translate(12px,-10px)scale(.95)}}.hero--browse{margin-bottom:1rem;padding-top:1.2rem;padding-bottom:1.3rem}.hero-mark--browse img{width:100%;max-width:170px}.hero-pill{letter-spacing:.08em;text-transform:uppercase;color:#fff;background:var(--gradient-pop);box-shadow:var(--shadow-pop-sm);border-radius:999px;justify-content:center;align-items:center;margin:0 0 .75rem;padding:.32rem .78rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-subtitle{color:var(--ink-muted);margin:-.45rem 0 .8rem;font-size:.9rem}.search-card--browse{box-shadow:var(--shadow-pop-sm);background:linear-gradient(165deg,#fffffffa,#fff9fcf0)}.browse-filter-actions{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.65rem;display:flex}.browse-filter-pill{color:var(--magenta);background:#e94b9e1a;border:1px solid #e94b9e33;border-radius:999px;align-items:center;padding:.26rem .62rem;font-size:.75rem;font-weight:700;display:inline-flex}.chips{gap:.62rem}.chip{background:linear-gradient(#fff,#fff7fb);border-color:#e94b9e24}.chip:hover{border-color:#e94b9e57;box-shadow:0 6px 14px #e94b9e1a}.chip-active{background:var(--gradient-soft-pop)}.featured-slot .item-card{transform-origin:bottom}.item-card{background:linear-gradient(160deg,#fffffff2,#fff9fceb);border:1px solid #e94b9e29;border-radius:18px;padding:.34rem;box-shadow:0 8px 18px #3a354014}.item-card:hover{box-shadow:var(--shadow-pop-md);transform:translateY(-4px)scale(1.01)}.item-card-link{border-radius:14px}.item-card-image{border-radius:12px;margin-bottom:.6rem}.item-card-image-gloss{pointer-events:none;background:linear-gradient(#ffffff57,#0000 35%,#0a081233);position:absolute;inset:0}.item-card-category-pill{letter-spacing:.03em;color:#a52b6b;background:#ffffffe0;border-radius:999px;padding:.2rem .44rem;font-size:.68rem;font-weight:700;position:absolute;top:.5rem;left:.48rem}.item-card-body{padding:0 .15rem}.item-card-title{font-size:1rem}.item-card-price{margin-top:.2rem;font-size:.86rem}.item-card-owner-link{margin-left:.15rem}@media (prefers-reduced-motion:reduce){.item-card,.chip,.nav--playful .nav-link,.hero-orb{transition:none!important;animation:none!important;transform:none!important}}.item-detail--playful{position:relative}.item-detail--playful:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(circle at 18% 15%,#ff7a6a33,#0000 46%),radial-gradient(circle at 86% 0,#b59cf83d,#0000 48%);height:240px;position:absolute;inset:0 0 auto}.item-headline-card{box-shadow:var(--shadow-pop-sm);background:linear-gradient(165deg,#fffffffa,#fff8fbe6);border:1px solid #e94b9e24;border-radius:18px;margin-top:.35rem;padding:1rem 1.1rem 1.05rem}.item-detail--playful .item-detail-main-photo{box-shadow:var(--shadow-pop-md);border:1px solid #e94b9e29;border-radius:22px;overflow:hidden}.item-detail--playful .item-detail-thumbs{margin-top:.2rem}.item-detail--playful .item-detail-thumb{transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out);border-width:1px;border-color:#e94b9e33}.item-detail--playful .item-detail-thumb:hover{box-shadow:var(--shadow-pop-sm);transform:translateY(-2px)}.item-detail--playful .rent-request-panel{box-shadow:var(--shadow-pop-sm);background:linear-gradient(165deg,#fffffffa,#fffafdf0);border-color:#e94b9e2e;border-radius:18px}.owner-row--playful{background:linear-gradient(160deg,#fffffff0,#fff9fcdb);border:1px solid #e94b9e26;border-radius:14px}.owner-row--playful .owner-avatar{background:linear-gradient(145deg,#ff7a6a40,#b59cf847);box-shadow:inset 0 0 0 1px #e94b9e33}.profile-hero--playful{background:radial-gradient(circle at 15% -5%,#ff7a6a42,#0000 42%),radial-gradient(circle at 92% 4%,#b59cf83d,#0000 48%),linear-gradient(165deg,#fffffff7,#fff8fbe6);position:relative;overflow:hidden}.profile-stat-row{flex-wrap:wrap;gap:.5rem;margin:0 0 .65rem;display:flex}.profile-stat-pill{background:#ffffffc7;border:1px solid #e94b9e38;border-radius:999px;align-items:center;margin:0;padding:.32rem .72rem;font-size:.8rem;font-weight:700;display:inline-flex}.profile-page .profile-lister-hint{background:#ffffffb8;border:1px solid #e94b9e24;border-radius:12px;padding:.75rem .85rem}.profile-page .profile-listings-head{margin-bottom:1rem}@media (prefers-reduced-motion:reduce){.item-detail--playful .item-detail-thumb{transition:none!important;transform:none!important}}.messages-page--playful .messages-page-header--playful{box-shadow:var(--shadow-pop-sm);background:linear-gradient(165deg,#fffffffa,#fff7fbeb);border:1px solid #e94b9e29;border-radius:20px;padding:1.1rem 1rem 1rem;position:relative;overflow:hidden}.messages-orbs{z-index:0}.messages-page-header--playful>:not(.messages-orbs){z-index:1;position:relative}.messages-hero-pill{margin-bottom:.45rem}.messages-section{box-shadow:var(--shadow-pop-sm);background:linear-gradient(170deg,#fffffffa,#fffafdeb);border:1px solid #e94b9e1f;border-radius:18px;padding:.9rem .95rem}.messages-convo-link,.messages-request-card,.messages-outgoing-row{transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), border-color .18s var(--ease-out)}.messages-convo-link:hover,.messages-request-card:hover,.messages-outgoing-row:hover{transform:translateY(-2px);box-shadow:0 10px 20px #e94b9e1f}.btn-gradient{box-shadow:0 8px 16px #e94b9e33}.btn-gradient:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 14px 28px #e94b9e3d}.btn-gradient:active{transform:translateY(0)scale(.995)}.form input,.form select,.form textarea,.university-combobox-input,.message-thread-textarea{transition:border-color .16s var(--ease-out), box-shadow .16s var(--ease-out), background .16s var(--ease-out)}.form input:hover,.form select:hover,.form textarea:hover,.university-combobox-input:hover,.message-thread-textarea:hover{border-color:#e94b9e59}.cropper-backdrop{z-index:1200;background:#120e189e;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cropper-card{background:var(--white);border:1px solid #e94b9e3d;border-radius:22px;width:min(96vw,460px);padding:1rem 1rem 1.1rem;box-shadow:0 20px 50px #120e1857}.cropper-title{margin:0 0 .3rem;font-size:1.1rem}.cropper-hint{margin:0 0 .7rem}.cropper-frame{touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(160deg,#ebe8f0 0%,#ddd8e6 100%);border:2px solid #e94b9e61;border-radius:50%;width:min(84vw,280px);height:min(84vw,280px);margin:0 auto .8rem;position:relative;overflow:hidden}.cropper-image{transform-origin:0 0;pointer-events:auto;cursor:grab;max-width:none;position:absolute;top:0;left:0}.cropper-image:active{cursor:grabbing}.cropper-zoom{margin:0 0 .8rem;font-size:.86rem;font-weight:600;display:block}.cropper-zoom input[type=range]{width:100%;margin-top:.4rem;display:block}.cropper-actions{justify-content:flex-end;gap:.6rem;display:flex}
