@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
:root { --ink: #202a29; --muted: #71807d; --sage: #dce8df; --mint: #bcd5c6; --cream: #f8f7f2; --paper: #fffefa; --line: #dfe7e1; --coral: #e36d53; --shadow: 0 24px 70px rgba(45, 71, 60, .11); }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; min-width: 320px; color: var(--ink); background: var(--cream); font-family: 'DM Sans', sans-serif; } button, input { font: inherit; } button { cursor: pointer; }
.page-shell { min-height: 100vh; padding: 28px clamp(22px, 6vw, 92px) 22px; background: radial-gradient(circle at 4% 7%, rgba(188, 213, 198, .6), transparent 25%), radial-gradient(circle at 96% 93%, rgba(227, 109, 83, .09), transparent 28%), var(--cream); }
.site-header, .auth-layout, .profile-view, .site-footer { max-width: 1240px; margin: 0 auto; }.site-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(113, 128, 125, .22); padding-bottom: 22px; }.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 22px; font-weight: 700; letter-spacing: -.7px; text-decoration: none; }.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-family: 'Playfair Display', serif; font-size: 19px; }.brand-accent { color: var(--coral); }.header-note { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .5px; }
.auth-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 490px); gap: clamp(45px, 10vw, 150px); align-items: center; padding: clamp(58px, 10vh, 110px) 4% 76px; }.intro-panel { max-width: 555px; }.eyebrow, .card-kicker { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }.eyebrow { display: flex; align-items: center; gap: 9px; }.eyebrow > span { width: 25px; height: 1px; background: var(--coral); } h1 { max-width: 520px; margin: 22px 0 21px; font-family: 'Playfair Display', serif; font-size: clamp(43px, 5vw, 70px); font-weight: 500; letter-spacing: -2.5px; line-height: .99; } h1 em { color: var(--coral); font-weight: 500; }.intro-copy { max-width: 430px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.benefit-list { display: grid; gap: 20px; margin-top: 47px; }.benefit-item { display: flex; align-items: center; gap: 14px; }.benefit-icon { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--mint); border-radius: 50%; color: #73917d; font-size: 10px; font-weight: 700; }.benefit-item strong, .benefit-item small { display: block; }.benefit-item strong { font-size: 13px; }.benefit-item small { margin-top: 3px; color: var(--muted); font-size: 11px; }.customer-note { display: flex; align-items: center; gap: 8px; margin-top: 48px; color: var(--muted); font-size: 11px; }.note-dot { width: 7px; height: 7px; border-radius: 50%; background: #78ad88; box-shadow: 0 0 0 4px rgba(120, 173, 136, .16); }
.account-card { padding: 43px clamp(27px, 4vw, 48px) 28px; border: 1px solid rgba(223, 231, 225, .9); background: rgba(255, 254, 250, .88); box-shadow: var(--shadow); }.card-heading h2 { margin: 13px 0 5px; font-family: 'Playfair Display', serif; font-size: 31px; font-weight: 500; letter-spacing: -.7px; }.card-heading p { margin: 0; color: var(--muted); font-size: 13px; }.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 34px 0 27px; border-bottom: 1px solid var(--line); }.tab-button { padding: 0 0 14px; border: 0; border-bottom: 2px solid transparent; color: #9aa6a1; background: none; font-size: 12px; font-weight: 600; }.tab-button.is-active { border-color: var(--coral); color: var(--ink); }
.form-field { margin: 18px 0; }.form-field label, .label-row { color: var(--ink); font-size: 11px; font-weight: 600; }.label-row { display: flex; align-items: center; justify-content: space-between; }.form-field input[type='email'], .form-field input[type='password'], .form-field input[type='text'] { width: 100%; margin-top: 8px; padding: 13px 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: var(--paper); font-size: 13px; transition: border-color .2s, box-shadow .2s; }.form-field input:focus { border-color: #91b39d; box-shadow: 0 0 0 3px rgba(145, 179, 157, .17); }.form-field input::placeholder { color: #aab5b0; }.form-options { display: flex; align-items: center; justify-content: space-between; margin: 23px 0; }.text-button, .link-button { padding: 0; border: 0; color: #789481; background: none; font-size: 11px; }.text-button:hover, .link-button:hover { color: var(--coral); }.check-label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }.check-label input { position: absolute; opacity: 0; }.fake-check { width: 14px; height: 14px; border: 1px solid var(--mint); background: var(--paper); }.check-label input:checked + .fake-check { border-color: #73917d; background: #73917d; box-shadow: inset 0 0 0 3px var(--paper); }.primary-button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 15px 17px; border: 0; color: var(--paper); background: var(--ink); font-size: 12px; font-weight: 700; transition: background .2s, transform .2s; }.primary-button:hover { background: #3b4c47; transform: translateY(-2px); }.button-arrow { color: var(--mint); font-size: 20px; line-height: 10px; }.secure-note { display: flex; justify-content: center; gap: 7px; margin-top: 27px; color: #9ca9a4; font-size: 10px; }.lock-icon { color: #80a68d; }.form-message { min-height: 15px; margin: 0 0 9px; color: var(--coral); font-size: 11px; }.form-message.is-success { color: #538263; }.is-hidden { display: none !important; }
.profile-view { padding: 40px 4% 65px; animation: reveal .55s ease both; }.profile-topline { display: flex; align-items: center; justify-content: space-between; }.outline-button { padding: 9px 14px; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: 11px; }.outline-button:hover { border-color: var(--coral); color: var(--coral); }.profile-hero { display: flex; align-items: center; gap: 22px; padding: 52px 0 42px; }.avatar { display: grid; width: 77px; height: 77px; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); font-family: 'Playfair Display', serif; font-size: 34px; }.profile-hero h2 { margin: 9px 0 4px; font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 500; }.profile-hero p { margin: 0; color: var(--muted); font-size: 13px; }.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }.profile-card { min-height: 195px; padding: 26px; border: 1px solid var(--line); background: var(--paper); }.profile-card h3 { margin: 25px 0 9px; font-family: 'Playfair Display', serif; font-size: 23px; font-weight: 500; }.profile-card p { min-height: 38px; margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.6; }.profile-card strong { color: var(--ink); font-weight: 500; }.accent-card { color: var(--paper); border-color: var(--ink); background: var(--ink); }.accent-card p { color: #b8c8c0; }.card-number { color: var(--coral); font-size: 11px; font-weight: 700; }.link-button { font-weight: 700; }.accent-card .link-button { color: var(--mint); }.link-button span { margin-left: 5px; font-size: 15px; }.site-footer { display: flex; justify-content: space-between; padding: 25px 4% 0; border-top: 1px solid rgba(113, 128, 125, .22); color: #9ca9a4; font-size: 10px; }
@keyframes reveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 820px) { .auth-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 58px; }.intro-panel { max-width: 620px; }.account-card { max-width: 520px; width: 100%; }.profile-grid { grid-template-columns: 1fr; }.profile-card { min-height: auto; }.profile-card p { min-height: auto; } } @media (max-width: 500px) { .page-shell { padding: 20px 17px; }.header-note { display: none; }.auth-layout { padding: 50px 0 58px; }.intro-copy { font-size: 14px; }.benefit-list { margin-top: 34px; }.customer-note { margin-top: 32px; }.account-card { padding: 30px 22px 24px; }.form-options { align-items: flex-start; flex-direction: column; gap: 15px; }.profile-view { padding: 30px 0 50px; }.profile-hero { align-items: flex-start; flex-direction: column; }.profile-topline { align-items: flex-start; gap: 20px; flex-direction: column; }.site-footer { align-items: flex-start; gap: 10px; flex-direction: column; } }

.account-workspace { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 17px; margin-top: 18px; }.workspace-panel { padding: 28px; border: 1px solid var(--line); background: rgba(255, 254, 250, .82); }.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 23px; }.panel-heading h3 { margin: 8px 0 0; font-family: 'Playfair Display', serif; font-size: 25px; font-weight: 500; }.saved-badge, .product-count { padding: 6px 8px; color: #538263; background: #e7f1e9; font-size: 9px; white-space: nowrap; }.product-count { color: var(--muted); background: var(--sage); }.profile-form-grid, .product-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 13px; }.profile-form .form-field, .product-form .form-field { margin: 0 0 15px; }.profile-form textarea, .product-form textarea { display: block; width: 100%; min-height: 75px; margin-top: 8px; padding: 12px; border: 1px solid var(--line); outline: 0; resize: vertical; color: var(--ink); background: var(--paper); font: inherit; font-size: 12px; }.profile-form textarea:focus, .product-form textarea:focus { border-color: #91b39d; box-shadow: 0 0 0 3px rgba(145, 179, 157, .17); }.avatar-editor { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }.avatar-large { width: 57px; height: 57px; font-size: 25px; background: #73917d; }.avatar-image { object-fit: cover; }.avatar-editor small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; }.upload-button { display: inline-block; padding: 8px 11px; border: 1px solid var(--line); color: var(--ink); background: var(--paper); cursor: pointer; font-size: 10px; font-weight: 700; }.upload-button:hover { border-color: var(--coral); color: var(--coral); }.avatar-editor input[type='file'], .product-form input[type='file'] { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }.compact-button { width: auto; min-width: 175px; padding: 12px 14px; }.profile-form .compact-button { margin-left: auto; }.product-form { padding-bottom: 22px; border-bottom: 1px solid var(--line); }.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.secondary-upload { color: #789481; }.product-list { display: grid; gap: 10px; padding-top: 18px; }.empty-products { padding: 23px 10px; color: var(--muted); font-size: 12px; text-align: center; background: rgba(220, 232, 223, .32); }.product-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; padding: 10px; border: 1px solid var(--line); background: var(--paper); }.product-thumb { display: grid; width: 62px; height: 62px; place-items: center; color: #73917d; background: var(--sage); font-family: 'Playfair Display', serif; font-size: 23px; object-fit: cover; }.product-item h4 { margin: 0 0 5px; font-size: 13px; }.product-item p { margin: 0; color: var(--muted); font-size: 11px; }.product-price { display: block; margin-top: 5px; color: var(--coral); font-size: 12px; font-weight: 700; }.delete-product { width: 28px; height: 28px; border: 1px solid var(--line); color: var(--coral); background: transparent; font-size: 15px; }.delete-product:hover { border-color: var(--coral); background: #fff2ed; }.profile-message { margin-top: 0; }
@media (max-width: 900px) { .account-workspace { grid-template-columns: 1fr; } } @media (max-width: 500px) { .workspace-panel { padding: 22px 18px; }.profile-form-grid, .product-form-grid { grid-template-columns: 1fr; }.product-actions { align-items: stretch; flex-direction: column; }.product-actions .compact-button { width: 100%; }.product-item { grid-template-columns: 52px 1fr auto; gap: 9px; }.product-thumb { width: 52px; height: 52px; } }
.avatar-image, .product-thumb[style] { background-position: center; background-size: cover; }
.product-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.profile-form-grid .form-field { min-width: 0; }
.profile-form-grid .form-field input, .profile-form-grid .form-field select { width: 100%; min-width: 0; max-width: 100%; }
.profile-form-grid .form-field select { appearance: auto; }
.product-item-actions { display: flex; align-items: center; gap: 7px; }
.edit-product { padding: 6px 8px; border: 1px solid var(--line); color: #789481; background: transparent; font-size: 10px; font-weight: 700; }
.edit-product:hover { border-color: #789481; background: #edf5ef; }
.community-feed-panel { margin-bottom: 22px; }
.community-feed { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.community-post { overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.community-post-header { display: flex; align-items: center; gap: 10px; padding: 13px; border-bottom: 1px solid var(--line); }
.community-post-avatar { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; color: var(--paper); background: #73917d; font-family: 'Playfair Display', serif; font-size: 15px; }
.community-post-header strong, .community-post-header small { display: block; }
.community-post-header strong { font-size: 12px; }
.community-post-header small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.community-post-content { display: grid; grid-template-columns: 88px 1fr; gap: 13px; padding: 13px; }
.community-post-image { display: grid; width: 88px; height: 88px; place-items: center; overflow: hidden; color: #789481; background: #dce8df; font-family: 'Playfair Display', serif; font-size: 28px; }
.community-post-image .product-image { width: 100%; height: 100%; object-fit: cover; }
.community-post-content h4 { margin: 4px 0 5px; font-size: 14px; }
.community-post-content p { margin: 0 0 9px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.community-post-action { margin-top: 12px; }
.community-post-action .compact-button { min-width: 105px; padding: 9px 12px; }
.own-product-label { color: var(--muted); font-size: 10px; }
.community-panel { grid-column: 1 / -1; }.user-search-form { display: flex; gap: 10px; }.user-search-form input { flex: 1; min-width: 0; padding: 13px 12px; border: 1px solid var(--line); outline: 0; color: var(--ink); background: var(--paper); font-size: 13px; }.user-search-form input:focus { border-color: #91b39d; box-shadow: 0 0 0 3px rgba(145, 179, 157, .17); }.user-search-form .compact-button { min-width: 130px; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }.user-results { display: grid; gap: 10px; margin-top: 17px; }.user-result { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px; border: 1px solid var(--line); background: var(--paper); }.user-result-main { display: flex; align-items: center; gap: 12px; min-width: 0; }.user-result-avatar { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--paper); background: #73917d; font-family: 'Playfair Display', serif; font-size: 19px; background-position: center; background-size: cover; }.user-result h4 { margin: 0 0 3px; font-size: 13px; }.user-result p { overflow: hidden; margin: 0; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.user-result-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }.follow-button, .message-button { padding: 7px 9px; border: 1px solid var(--line); color: #789481; background: transparent; font-size: 10px; font-weight: 700; }.follow-button.is-following { color: var(--paper); border-color: #73917d; background: #73917d; }.follow-button:hover, .message-button:hover { border-color: var(--coral); color: var(--coral); }.conversation-panel { margin-top: 21px; padding-top: 21px; border-top: 1px solid var(--line); }.conversation-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 13px; }.conversation-heading h4 { margin: 7px 0 0; font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 500; }.message-list { display: grid; gap: 8px; max-height: 220px; overflow-y: auto; padding: 4px; background: rgba(220, 232, 223, .3); }.message-bubble { max-width: 78%; padding: 9px 11px; color: var(--ink); background: var(--paper); font-size: 12px; line-height: 1.45; }.message-bubble.mine { justify-self: end; color: var(--paper); background: var(--ink); }.message-bubble small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }.message-bubble.mine small { color: var(--mint); }.message-empty { padding: 16px; color: var(--muted); font-size: 11px; text-align: center; }.message-form { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; margin-top: 12px; }.message-form textarea { min-height: 58px; resize: vertical; }.message-form .compact-button { min-width: 155px; }.message-form textarea:focus { border-color: #91b39d; box-shadow: 0 0 0 3px rgba(145, 179, 157, .17); }
@media (max-width: 500px) { .user-search-form, .user-result, .message-form { align-items: stretch; flex-direction: column; }.user-search-form .compact-button, .message-form .compact-button { width: 100%; }.user-result-actions { justify-content: flex-start; }.message-form { display: flex; } }

.profile-social-stats { display: flex; gap: 10px; margin-top: 17px; }.stat-button { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 10px; }.stat-button strong { color: var(--ink); font-size: 14px; }.stat-button:hover span { color: var(--coral); }.post-form { margin-bottom: 22px; }.post-form textarea { display: block; width: 100%; min-height: 82px; padding: 12px; border: 1px solid var(--line); outline: 0; resize: vertical; color: var(--ink); background: var(--paper); font: inherit; font-size: 12px; }.post-form textarea:focus { border-color: #91b39d; box-shadow: 0 0 0 3px rgba(145, 179, 157, .17); }.post-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 10px; }.social-feed { display: grid; gap: 12px; }.social-post { padding: 15px; border: 1px solid var(--line); background: var(--paper); }.social-post-header, .public-profile-heading { display: flex; align-items: center; gap: 10px; }.social-post-header strong, .social-post-header small { display: block; }.social-post-header strong { font-size: 12px; }.social-post-header small { margin-top: 3px; color: var(--muted); font-size: 10px; }.social-post p { margin: 14px 0 0; color: var(--ink); font-size: 12px; line-height: 1.6; white-space: pre-wrap; }.social-post-image { display: block; width: 100%; max-height: 360px; margin-top: 13px; object-fit: cover; }.user-profile-link { width: 100%; padding: 0; border: 0; text-align: left; background: transparent; }.user-profile-link:hover h4 { color: var(--coral); }.public-profile-panel { grid-column: 1 / -1; }.public-profile-heading .user-result-avatar { flex: 0 0 56px; width: 56px; height: 56px; }.public-profile-heading h4 { margin: 0 0 5px; font-size: 16px; }.public-profile-heading p { margin: 0; color: var(--muted); font-size: 12px; }.public-profile-actions { display: flex; gap: 8px; margin-top: 18px; }.people-list { display: grid; gap: 8px; }.person-row { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px; border: 1px solid var(--line); text-align: left; background: var(--paper); }.person-row:hover { border-color: var(--coral); }.person-row span, .person-row strong, .person-row small { display: block; }.person-row strong { font-size: 12px; }.person-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }
@media (max-width: 500px) { .post-actions { align-items: stretch; flex-direction: column; }.post-actions .compact-button { width: 100%; } }
.user-avatar-wrap { position: relative; display: inline-flex; flex: 0 0 42px; }.verified-badge { display: inline-grid; width: 16px; height: 16px; place-items: center; border: 2px solid var(--paper); border-radius: 50%; color: var(--paper); background: #2189e8; font-size: 9px; font-weight: 700; }.user-avatar-wrap .verified-badge { position: absolute; right: -3px; bottom: -2px; }.inline-badge { display: inline-grid; vertical-align: middle; margin-left: 4px; }.verification-card { background: #eef6ff; }.verification-card h3 { color: #1769aa; }.public-section-title { margin: 24px 0 12px; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 500; }.public-products { display: grid; gap: 9px; }.public-product { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 10px; border: 1px solid var(--line); background: var(--paper); }.public-product .community-post-image { width: 72px; height: 72px; }.public-product h4 { margin: 4px 0; font-size: 13px; }.public-product p { margin: 0 0 6px; color: var(--muted); font-size: 11px; }.photo-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 8px; }.gallery-image { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--sage); }
.crop-confirm-button { width: auto; min-width: 220px; padding: 13px 16px; }
.crop-modal { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(32, 42, 41, .62); }.crop-dialog { width: min(100%, 450px); max-height: calc(100vh - 40px); overflow-y: auto; padding: 28px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 25px 80px rgba(32, 42, 41, .28); }.crop-dialog .panel-heading { margin-bottom: 18px; }.crop-dialog h3 { margin-bottom: 0; }.modal-close { width: 30px; height: 30px; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: 21px; line-height: 1; }.modal-close:hover { color: var(--coral); border-color: var(--coral); }.crop-stage { position: relative; width: min(100%, 320px); aspect-ratio: 1; margin: 0 auto 23px; overflow: hidden; background: #dce8df; }.crop-stage canvas { display: block; width: 100%; height: 100%; }.crop-ring { position: absolute; pointer-events: none; inset: 10%; border: 2px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 999px rgba(32, 42, 41, .34); }.crop-control { display: grid; grid-template-columns: 73px 1fr; align-items: center; gap: 13px; margin-top: 13px; }.crop-control label { color: var(--muted); font-size: 11px; }.crop-control input { width: 100%; accent-color: var(--coral); }.crop-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 25px; }.crop-confirm-button { min-width: 220px; }.crop-modal.is-hidden { display: none; }

     