.auth-page{padding:28px 0 60px}.auth-wrap{width:min(720px,92vw);margin-inline:auto;padding:16px 0 48px;display:flex;flex-direction:column;gap:20px}.auth-wrap h1{margin:0;font-size:32px;font-weight:700;text-align:center;color:#111827}.auth-card{width:min(520px,100%);margin-inline:auto;background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:28px 26px;display:grid;gap:20px;box-shadow:0 22px 48px -32px #0f172a73}.auth-card label{display:grid;gap:6px;font-weight:600;font-size:14px;color:#111827}.auth-grid{display:grid;gap:14px}.auth-grid.cols-2{grid-template-columns:1fr}.auth-input{width:100%;height:46px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.auth-input:focus{outline:none;border-color:#1a4d2e;box-shadow:0 0 0 3px #1a4d2e2e}.auth-card .auth-btn{width:100%;display:inline-flex;justify-content:center;align-items:center;height:46px;border-radius:12px;background:#1a4d2e;color:#fff;border:none;font-weight:600;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.auth-card .auth-btn:hover,.auth-card .auth-btn:focus-visible{background:#175c34;transform:translateY(-1px);box-shadow:0 18px 30px -24px #1a4d2e99}.auth-card .btn{width:100%;display:inline-flex;justify-content:center;align-items:center;height:46px;border-radius:12px;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#111827;text-decoration:none;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.auth-card .btn:hover,.auth-card .btn:focus-visible{background:#f3f4f6;border-color:#cbd5f5;color:#0f172a}.auth-card p{margin:0;font-size:14px;line-height:1.5;text-align:center;color:#4b5563}.auth-card p a{color:#1a4d2e;font-weight:600;text-decoration:none}.auth-card p a:hover,.auth-card p a:focus-visible{text-decoration:underline}.auth-fieldset{border:1px solid #e5e7eb;border-radius:16px;padding:18px;display:grid;gap:14px}.auth-fieldset legend{font-size:14px;font-weight:600;color:#111827;padding:0 6px}.auth-fieldset .auth-grid{margin-top:4px}.auth-checkbox{display:flex;align-items:center;gap:10px;font-size:14px;color:#1f2937}.auth-checkbox span{flex:1}.auth-fieldset input[type=checkbox]{width:18px;height:18px;accent-color:#1a4d2e}.auth-actions{gap:12px}.auth-alert{padding:12px 14px;border-radius:14px;font-size:14px;line-height:1.45}.auth-alert ul{margin:8px 0 0;padding-left:18px}.auth-alert.ok{background:#e8fff1;border:1px solid #7ad7a8;color:#166534}.auth-alert.err{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.auth-alert.cta{background:#eef2ff;border:1px solid #c7d2fe;color:#312e81;display:grid;gap:10px}.auth-alert.cta p{margin:0;color:#4338ca}.auth-cta__actions{display:flex;flex-wrap:wrap;gap:10px}.auth-cta__btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:#4c1d95;color:#fff;text-decoration:none;font-weight:600;box-shadow:0 14px 30px -20px #4c1d9599;transition:transform .2s ease,box-shadow .2s ease}.auth-cta__btn:hover,.auth-cta__btn:focus-visible{transform:translateY(-1px);box-shadow:0 20px 36px -20px #4c1d95b3}.auth-cta__btn--outline{background:transparent;color:#4c1d95;border:1px solid rgba(76,29,149,.3);box-shadow:none}.auth-cta__btn--outline:hover,.auth-cta__btn--outline:focus-visible{background:#4c1d9514;box-shadow:none}.order-modal{position:fixed;display:flex;align-items:center;justify-content:center;padding:24px;top:0;right:0;bottom:0;left:0;z-index:13000}.order-modal[hidden]{display:none}.order-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1118278c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.order-modal__dialog{position:relative;width:min(640px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:28px;box-shadow:0 30px 70px -40px #11182799;display:grid;gap:18px;top:0;right:0;bottom:0;left:0;z-index:13000}.order-modal__close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;border:none;background:#0f172a14;color:#111827;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,transform .2s ease}.order-modal__close:hover,.order-modal__close:focus-visible{background:#0f172a2e;transform:translateY(-1px)}.order-modal__title{margin:0;font-size:22px;font-weight:700;color:#111827}.order-summary{display:grid;gap:18px}.order-summary__lead{margin:0;font-size:15px;line-height:1.6;color:#1f2937}.order-summary__meta{display:grid;gap:10px;background:#f3f4f6;border-radius:18px;padding:16px}.order-summary__meta-item{display:flex;flex-direction:column;gap:2px}.order-summary__meta-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.order-summary__meta-value{font-size:15px;color:#111827;font-weight:600}.order-summary__transfer{display:flex;gap:12px;align-items:flex-start;padding:16px;border:1px solid #e5e7eb;border-radius:18px;background:#fdf4ff}.order-summary__transfer-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6d28d9;font-weight:600}.order-summary__transfer-body{display:grid;gap:6px;color:#312e81;font-size:14px}.order-summary__transfer-subtitle,.order-summary__transfer-notes{margin:0;line-height:1.5}.order-summary__items{border:1px solid #e5e7eb;border-radius:20px;overflow:hidden}.order-summary__items-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#f9fafb;font-weight:600;font-size:14px;color:#111827}.order-summary__items-quantity{font-size:13px;color:#4b5563}.order-summary__items-list{list-style:none;margin:0;padding:0}.order-summary__item{display:flex;justify-content:space-between;gap:14px;padding:14px 18px;border-top:1px solid #f3f4f6}.order-summary__item:first-child{border-top:none}.order-summary__item-info{display:grid;gap:4px}.order-summary__item-title{font-weight:600;color:#111827}.order-summary__item-meta{font-size:13px;color:#4b5563}.order-summary__item-total{font-weight:700;color:#111827;white-space:nowrap}.order-summary__totals{display:grid;gap:10px;padding:16px;border-radius:20px;background:#f3f4ff}.order-summary__totals-row{display:flex;justify-content:space-between;font-size:15px;color:#1f2937}.order-summary__totals-row dt{font-weight:500}.order-summary__totals-row dd{margin:0;font-weight:600}.order-summary__totals-row--highlight{font-size:16px}.order-summary__footnote{margin:0;font-size:13px;line-height:1.5;color:#4b5563}.order-summary__actions{margin-top:18px;display:flex}.order-summary__download{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-weight:600;font-size:14px;transition:background .2s ease,color .2s ease,transform .2s ease}.order-summary__download:hover,.order-summary__download:focus-visible{background:#1f2937;color:#fff;transform:translateY(-1px)}body.order-modal-open{overflow:hidden}@media (min-width: 640px){.auth-wrap h1{font-size:36px}.auth-card{padding:34px 36px}.auth-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-actions{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 520px){.auth-wrap{padding:0 30px 0 0;margin:0}.auth-card{padding:24px 18px 18px;border-radius:18px}.auth-wrap h1{font-size:28px}.order-modal{padding:12px}.order-modal__dialog{padding:24px 18px;border-radius:20px}.order-modal__title{font-size:20px}.order-summary__items{border-radius:16px}}:root{--bd:#e5e7eb;--ink:#111827;--muted:#6b7280;--bg:#fff;--bg-soft:#f9fafb}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg)}.page{padding:28px 0 60px}.wrap{width:min(1200px,92vw);margin-inline:auto}.grid{display:grid;grid-template-columns:260px 1fr;gap:16px}.aside{background:#111;border-radius:14px;padding:12px}.profile-summary{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:18px 12px 16px;margin-bottom:8px;background:#ffffff0d;border-radius:12px}.profile-summary__avatar{width:110px;height:110px;border-radius:50%;overflow:hidden;background:#1f2937;border:2px solid rgba(255,255,255,.12)}.profile-summary__avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-summary__name{color:#fff;font-weight:600;font-size:15px}.acc-link{display:block;color:#dbe7e3;text-decoration:none;padding:10px 12px;border-radius:10px}.acc-link.is-active{background:#1a4d2e;color:#fff}.content{min-height:420px}.h1{margin:0 0 8px;font-size:26px;font-weight:800}.muted{color:var(--muted);font-size:14px;margin:0 0 18px}.card{background:var(--bg);border:1px solid var(--bd);border-radius:14px;padding:14px}.cards{display:grid;gap:14px;grid-template-columns:1fr 1fr}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 12px;border-bottom:1px solid var(--bd);text-align:left;font-size:14px}.row{display:grid;gap:12px}.row.cols-2{grid-template-columns:1fr 1fr}label{font-size:14px}.input,.select,.textarea{width:100%;height:44px;border:1px solid var(--bd);border-radius:10px;padding:0 12px}.textarea{height:auto;min-height:110px;padding:10px 12px;resize:vertical}.btn{height:42px;padding:0 16px;border-radius:10px;border:1px solid var(--bd);cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn.outline{background:#fff;color:#111827}.btn.link{background:transparent;border:none;color:#1a4d2e;cursor:pointer;padding:0;height:auto}.btn.btn--ghost{background:transparent;color:#1a4d2e;border-color:#1a4d2e}.btn.btn--ghost:hover{background:#1a4d2e14}.actions{display:flex;gap:10px;flex-wrap:wrap}.form-hint{display:block;margin-top:6px;font-size:12px;color:#6b7280}.input--file{padding:10px 12px}.alert{padding:10px 12px;border-radius:10px;margin:10px 0 16px;font-size:14px}.ok{background:#e8fff1;border:1px solid #7ad7a8}.err{background:#fff1f2;border:1px solid #fecdd3}.profile-upload{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.profile-upload__preview{width:110px;height:110px;border-radius:14px;overflow:hidden;border:1px solid var(--bd);background:#f3f4f6}.profile-upload__preview img{width:100%;height:100%;object-fit:cover;display:block}.profile-upload__actions{display:flex;flex-direction:column;gap:6px;font-size:14px}.support-history{display:grid;gap:16px;margin-top:20px}.support-thread{display:grid;gap:14px}.support-thread__header{display:flex;flex-direction:column;gap:6px;border-bottom:1px solid var(--bd);padding-bottom:10px}.support-thread__subject{font-weight:700;font-size:16px;color:#111827}.support-thread__meta{font-size:13px;color:#6b7280}.support-thread__messages{display:grid;gap:12px}.support-message{border:1px solid var(--bd);border-radius:12px;padding:12px;background:var(--bg-soft)}.support-message--customer{border-color:#c5f6d5;background:#f0fff4}.support-message--staff{border-color:#dbeafe;background:#f1f5ff}.support-message__meta{display:flex;justify-content:space-between;font-size:12px;color:#6b7280;margin-bottom:6px}.support-message__author{font-weight:600}.support-message__body{font-size:14px;color:#1f2937;white-space:pre-wrap}.support-message__attachments{margin:10px 0 0;padding-left:18px;font-size:13px;color:#1f2937;display:grid;gap:4px}.support-message__attachments a{color:#1a4d2e;text-decoration:none}.support-message__attachments a:hover{text-decoration:underline}.badge--support{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#dbeafe;color:#1e3a8a}.badge--support.badge--resolved{background:#dcfce7;color:#166534}.badge--support.badge--in-progress{background:#fef9c3;color:#92400e}.badge--support.badge--archived{background:#e5e7eb;color:#374151}.support-responses{margin-top:12px;display:grid;gap:10px}.support-response{border:1px dashed #cbd5f5;border-radius:10px;padding:10px 12px;background:#fff}.support-response__meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6b7280;margin-bottom:4px}.support-response__author{font-weight:600}.support-response__body{font-size:14px;color:#1f2937;line-height:1.55}.support-response__attachments{margin:8px 0 0;padding-left:18px;font-size:13px;color:#1f2937;display:grid;gap:4px}.support-response__attachments a{color:#1a4d2e;text-decoration:none}.support-response__attachments a:hover{text-decoration:underline}.support-response--empty{font-size:13px;color:#6b7280;font-style:italic;border:1px dashed #d1d5db;background:#f9fafb;border-radius:10px;padding:8px 10px}.pagination{margin:14px 0 0}@media (max-width: 900px){.grid,.cards{grid-template-columns:1fr}.profile-summary{align-items:flex-start;text-align:left}}.cards{display:grid;gap:12px}@media (min-width: 900px){.cards{grid-template-columns:repeat(2,1fr)}}.card .thumb{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;display:block}.content{min-height:420px;height:auto}.cards--reco{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:520px){.cards--reco{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.cards--reco{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1200px){.cards--reco{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-card{display:block;background:#fff;border:1px solid var(--bd);border-radius:14px;padding:12px;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px -22px #0f172a59}.product-card .thumb{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:12px;display:block}.product-card .card-title{margin-top:10px;font-size:16px;font-weight:700;line-height:1.25;color:#111827;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.support-message__attachments{margin:8px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}@media (max-width: 640px){.support-message__attachments{grid-template-columns:1fr;gap:10px}}@media (min-width: 641px) and (max-width: 1023px){.support-message__attachments{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-message__attachments li{display:block}.support-message__attachments a{display:block;font-size:12px;line-height:1.25;margin-bottom:6px;overflow-wrap:anywhere;text-decoration:none}.support-message__attachments .thumb{width:100%;border:1px solid var(--border-2, #eee);border-radius:10px;background:#fafafa;overflow:hidden;aspect-ratio:1/1}.support-message__attachments .thumb img{width:100%!important;height:auto!important;max-width:none!important;display:block}.auth-fieldset .auth-grid.cols-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}@media (max-width: 360px){.auth-fieldset .auth-grid.cols-2{grid-template-columns:1fr}}.auth-checkbox{display:flex;align-items:center;gap:10px}.auth-fieldset input[type=checkbox]{flex:0 0 18px;width:18px;height:18px;accent-color:#1a4d2e}.auth-card label{min-width:0}select.auth-input{height:46px;padding-right:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}@supports (-webkit-touch-callout: none){select.auth-input{font-size:16px}}@media (max-width: 640px){.row.cols-2{grid-template-columns:1fr}.row.cols-2 .select,.row.cols-2 .input,.row.cols-2 .auth-input{width:100%}.profile-upload{flex-direction:column;align-items:flex-start;gap:10px}.actions{flex-direction:column}}.support-thread__messages{gap:8px!important}.support-message{padding:10px!important}.support-message__meta{margin-bottom:4px!important}.support-message__body{white-space:normal!important;line-height:1.35!important}.support-message__body img,.support-response__body img{max-width:220px!important;max-height:160px!important;width:auto!important;height:auto!important;border-radius:8px;display:block}.support-message__attachments,.support-message__attachments ul,.support-response__attachments,.support-response__attachments ul{list-style:none!important;margin:6px 0 0!important;padding-left:0!important;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;gap:10px!important}.support-message__attachments li,.support-response__attachments li{margin:0!important}.support-message__attachments .thumb,.support-response__attachments .thumb{width:100%;aspect-ratio:1 / 1;border:1px solid var(--bd, #e5e7eb);border-radius:8px;overflow:hidden;background:#fafafa}.support-message__attachments .thumb img,.support-response__attachments .thumb img{width:100%!important;height:100%!important;object-fit:cover;display:block}.support-response__body{line-height:1.35!important}
