.rottchat-app{--rc-bg:#171613;--rc-card:#201e1a;--rc-card-2:#27231e;--rc-copper:#cf9063;--rc-copper-soft:#a97856;--rc-text:#f4eee8;--rc-muted:#b9aaa0;--rc-line:rgba(207,144,99,.25);--rc-ok:#69b77b;max-width:1160px;margin:0 auto 48px;color:var(--rc-text);font-family:Inter,Arial,sans-serif}
.rottchat-app *{box-sizing:border-box}.rottchat-app h1,.rottchat-app h2,.rottchat-app h3{margin:0;color:var(--rc-text);font-family:"Arial Narrow",Oswald,Arial,sans-serif;letter-spacing:.035em}.rottchat-app p{color:var(--rc-muted);line-height:1.55}.rottchat-app a{color:var(--rc-copper)}
.rottchat-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;padding:30px;border:1px solid var(--rc-line);border-radius:18px;background:linear-gradient(145deg,#211f1b,#171613)}
.rottchat-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--rc-copper);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.rottchat-hero h1{font-size:clamp(32px,5vw,54px);text-transform:uppercase}.rottchat-hero p{max-width:760px;margin:10px 0 0}.rottchat-standard{display:grid;place-items:center;min-width:112px;padding:15px;border:1px solid var(--rc-line);border-radius:14px;background:#2b251f;color:var(--rc-copper);font-weight:800;text-align:center}.rottchat-standard strong{display:block;font-size:24px}
.rottchat-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;margin:18px 0}.rottchat-toolbar .button,.rottchat-app .button,.rottchat-submit-button{min-height:46px;padding:12px 20px!important;border:1px solid var(--rc-copper)!important;border-radius:8px!important;background:var(--rc-copper)!important;color:#211813!important;font-weight:800!important;text-decoration:none!important}.rottchat-app .button.secondary{background:transparent!important;color:var(--rc-copper)!important}
.rottchat-order{margin-top:22px}.rottchat-order-title{display:flex;gap:12px;align-items:center;margin:0 0 15px;padding:0 2px}.rottchat-order-number{display:inline-grid;place-items:center;min-width:38px;height:38px;border-radius:10px;background:rgba(207,144,99,.15);color:var(--rc-copper);font-weight:800}.rottchat-order-title h2{font-size:24px;text-transform:uppercase}
.rottchat-evaluation-form{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px}.rottchat-main{min-width:0}.rottchat-aside{display:flex;flex-direction:column;gap:18px}.rottchat-sticky{position:sticky;top:24px;display:flex;flex-direction:column;gap:18px}.rottchat-panel{margin:0 0 22px;padding:24px;border:1px solid var(--rc-line);border-radius:16px;background:rgba(32,30,26,.94)}
.rottchat-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.rottchat-heading-main{display:flex;gap:13px}.rottchat-heading-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:10px;background:rgba(207,144,99,.14);color:var(--rc-copper);font-size:21px}.rottchat-heading h3{font-size:21px;text-transform:uppercase}.rottchat-heading p{margin:4px 0 0;font-size:14px}.rottchat-badge{flex:none;padding:5px 11px;border-radius:20px;background:rgba(207,144,99,.14);color:var(--rc-copper);font-weight:800}
.rottchat-photo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:20px}.rottchat-photo-slot{position:relative;display:flex;min-height:182px;cursor:pointer;overflow:hidden;border:1px dashed rgba(207,144,99,.42);border-radius:12px;background:#191815;transition:.2s}.rottchat-photo-slot:hover,.rottchat-photo-slot:focus-within,.rottchat-photo-slot.is-dragging{border-color:var(--rc-copper);background:#231f1a}.rottchat-photo-slot input{position:absolute;inset:0;width:100%!important;height:100%!important;opacity:0;cursor:pointer;z-index:2}.rottchat-photo-content{display:flex;width:100%;padding:16px 10px;flex-direction:column;align-items:center;justify-content:center;text-align:center}.rottchat-photo-icon{font-size:30px;color:var(--rc-copper);line-height:1}.rottchat-photo-content strong{margin-top:12px;color:var(--rc-text);font-size:13px}.rottchat-photo-content small{margin-top:5px;color:var(--rc-muted);font-size:11px}.rottchat-photo-preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:.2s}.rottchat-photo-slot.has-file .rottchat-photo-preview{opacity:.72}.rottchat-photo-slot.has-file .rottchat-photo-content{position:relative;z-index:1;justify-content:flex-end;background:linear-gradient(transparent 35%,rgba(0,0,0,.86))}.rottchat-photo-slot.has-file strong,.rottchat-photo-slot.has-file small{color:#fff}.rottchat-photo-count{font-variant-numeric:tabular-nums}
.rottchat-video-drop{position:relative;display:grid;place-items:center;min-width:0;min-height:165px;margin-top:18px;padding:24px;border:1px dashed rgba(207,144,99,.42);border-radius:12px;background:#191815;text-align:center;overflow:hidden}.rottchat-video-drop>span{display:block;width:100%;min-width:0}.rottchat-video-drop input[type=file]{position:absolute;inset:0;width:100%!important;height:100%!important;opacity:0;cursor:pointer}.rottchat-video-drop strong{display:block;color:var(--rc-text);font-size:16px}.rottchat-video-drop small{display:block;margin-top:7px;color:var(--rc-muted)}.rottchat-video-status{display:block;max-width:100%;margin-top:8px;color:var(--rc-copper);font-weight:700;overflow-wrap:anywhere;word-break:break-word}.rottchat-video-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:16px}.rottchat-video-fields[hidden]{display:none}
.rottchat-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 16px;margin-top:20px}.rottchat-field{margin:0!important}.rottchat-field label{display:block!important}.rottchat-field label>span,.rottchat-field-label{display:block;margin:0 0 7px;color:#d8b39a;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.rottchat-field input:not([type=checkbox]),.rottchat-field select{width:100%!important;max-width:none!important;min-height:44px!important;padding:10px 12px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:8px!important;background:#191815!important;color:var(--rc-text)!important}.rottchat-field input::placeholder{color:#8e837b}.rottchat-field small{display:block!important;margin:6px 0 0!important;color:var(--rc-muted);line-height:1.4}.rottchat-field-full{grid-column:1/-1}
.rottchat-optional-data{margin-top:18px;border:1px solid var(--rc-line);border-radius:10px;background:#1a1815}.rottchat-optional-data summary{padding:15px 17px;cursor:pointer;color:var(--rc-copper);font-size:13px;text-transform:uppercase}.rottchat-optional-inner{padding:0 17px 17px}.rottchat-aside-card{padding:22px;border:1px solid var(--rc-line);border-radius:16px;background:var(--rc-card)}.rottchat-aside-card h3{font-size:19px;text-transform:uppercase}.rottchat-aside-card ul{margin:14px 0 0;padding-left:20px;color:var(--rc-muted)}.rottchat-aside-card li{margin:0 0 9px;line-height:1.45}.rottchat-aside-card li::marker{color:var(--rc-copper)}.rottchat-price{background:#2b251f}.rottchat-price strong{display:block;color:var(--rc-copper);font-size:34px}.rottchat-price p{margin:5px 0 0;font-size:13px}
.rottchat-consent{display:flex;gap:12px;align-items:flex-start;padding:17px;border:1px solid var(--rc-line);border-radius:12px;background:var(--rc-card)}.rottchat-consent input{width:18px!important;height:18px!important;margin-top:2px;accent-color:var(--rc-copper)}.rottchat-submit-message{display:flex;gap:11px;margin:18px 0!important;padding:15px!important;border:1px solid rgba(207,144,99,.38)!important;border-radius:12px;background:#2a231d!important;color:var(--rc-text)!important}.rottchat-submit-message strong{color:var(--rc-text)}.rottchat-file-error{padding:13px;border:1px solid #cc6258;border-radius:9px;background:#4a2421;color:#fff}.rottchat-submit-row{display:flex;justify-content:space-between;align-items:center;gap:14px}.rottchat-material-summary{color:var(--rc-muted);font-size:12px}.rottchat-submit-button:disabled{cursor:not-allowed!important;opacity:.48}.rottchat-upload-progress{display:none;margin-top:14px}.rottchat-upload-progress.is-visible{display:block}.rottchat-progress-track{height:13px;overflow:hidden;border-radius:20px;background:#3a342e}.rottchat-progress-fill,.rottchat-upload-fill{display:block;height:100%;width:0;background:linear-gradient(90deg,#a96f49,var(--rc-copper));transition:width .45s ease}.rottchat-upload-meta{display:flex;justify-content:space-between;margin-top:7px;color:var(--rc-muted);font-size:12px}.rottchat-progress-number{display:block;margin-top:8px;color:var(--rc-copper);font-size:18px;font-weight:800}.rottchat-progress-actions{margin-top:15px}
.rottchat-job-progress,.rottchat-complete,.rottchat-error-card{padding:28px;border:1px solid var(--rc-line);border-radius:16px;background:linear-gradient(145deg,#25211d,#191815)}.rottchat-job-progress h3,.rottchat-complete h3{margin-bottom:8px;text-transform:uppercase}.rottchat-job-progress.is-complete{border-color:rgba(74,222,128,.45)}.rottchat-job-progress.is-error{border-color:rgba(204,98,88,.6)}.rottchat-job-progress.is-error .rottchat-progress-fill{background:#cc6258}.rottchat-preliminary-card{border-color:rgba(217,139,89,.58);background:linear-gradient(145deg,#30251d,#1b1815)}.rottchat-complete-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.rottchat-order-ready{border-left-color:var(--rc-copper)!important}.rottchat-empty{padding:28px;border:1px solid var(--rc-line);border-radius:16px;background:var(--rc-card);text-align:center}
.rottchat-dashboard-hero{position:relative;min-height:330px;align-items:center;padding:clamp(30px,5vw,54px);overflow:hidden;border-color:rgba(255,255,255,.07);border-radius:24px;background:radial-gradient(circle at 82% 45%,rgba(207,144,99,.10),transparent 25%),#1d1c1a;box-shadow:0 24px 55px -30px rgba(0,0,0,.85)}.rottchat-dashboard-hero:after{content:"";position:absolute;right:-90px;bottom:-120px;width:320px;height:320px;border:1px solid rgba(207,144,99,.08);border-radius:50%;pointer-events:none}.rottchat-premium-pill{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px;padding:7px 14px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.035);color:#a89c94;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.rottchat-premium-pill i{width:8px;height:8px;border-radius:50%;background:var(--rc-copper);box-shadow:0 0 14px var(--rc-copper)}.rottchat-dashboard-hero h1{font-family:Inter,Arial,sans-serif;font-size:clamp(40px,6vw,62px);font-weight:800;letter-spacing:-.045em;text-transform:uppercase}.rottchat-dashboard-hero h1 span{color:var(--rc-copper)}.rottchat-dashboard-hero p{max-width:690px;margin:18px 0 26px;font-size:17px}.rottchat-dashboard-hero p strong{color:var(--rc-text);font-style:italic}.rottchat-primary-cta{display:inline-flex!important;align-items:center;gap:16px;box-shadow:0 12px 28px -15px rgba(207,144,99,.8);text-transform:uppercase}.rottchat-primary-cta:hover{transform:translateY(-2px)}.rottchat-standard-premium{position:relative;z-index:1;min-width:180px;min-height:180px;border:2px solid var(--rc-copper);border-radius:20px;background:#1b1917;box-shadow:0 0 55px rgba(207,144,99,.13)}.rottchat-standard-premium .rottchat-dog-mark{font-size:43px}.rottchat-standard-premium strong{font-size:30px;font-style:italic}.rottchat-standard-premium small{margin-top:5px;color:#746a63;font-size:9px;font-weight:800;letter-spacing:.3em;text-transform:uppercase}.rottchat-dashboard-heading{margin:48px 0 20px}.rottchat-dashboard-heading>div{display:flex;align-items:center;gap:13px}.rottchat-dashboard-heading>div>span{width:4px;height:32px;border-radius:4px;background:linear-gradient(#dc9868,#a8633d)}.rottchat-dashboard-heading h2{font-family:Inter,Arial,sans-serif;font-size:25px;font-weight:750;letter-spacing:-.02em}.rottchat-dashboard-heading small{color:#736b65;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.rottchat-evaluation-card{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;gap:20px;align-items:center;padding:24px;border-color:rgba(255,255,255,.06);border-radius:16px;background:#1e1d1b;box-shadow:0 14px 35px -25px #000;transition:border-color .2s,transform .2s}.rottchat-evaluation-card:hover{border-color:rgba(207,144,99,.35);transform:translateY(-1px)}.rottchat-order-index{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#171614;color:var(--rc-copper);font-weight:800}.rottchat-evaluation-copy>div{display:flex;align-items:center;gap:10px}.rottchat-evaluation-copy h3{margin:0!important;font-family:Inter,Arial,sans-serif;font-size:17px;font-weight:800;letter-spacing:.01em}.rottchat-evaluation-copy p{margin:5px 0 0;font-size:13px}.rottchat-status-badge{padding:4px 9px;border-radius:6px;background:rgba(74,222,128,.1);color:#62d886;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rottchat-evaluation-card .rottchat-complete-actions{justify-content:flex-end;margin:0}.rottchat-evaluation-card .button{min-height:42px;padding:10px 15px!important;font-size:11px;text-transform:uppercase}.rottchat-download-button{background:#292724!important;color:var(--rc-text)!important;border-color:rgba(255,255,255,.1)!important}.rottchat-download-button:hover{background:var(--rc-copper)!important;color:#17120e!important}
@media(max-width:1020px){.rottchat-evaluation-form{grid-template-columns:1fr}.rottchat-sticky{position:static;display:grid;grid-template-columns:1fr 1fr}.rottchat-photo-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:880px){.rottchat-evaluation-card{grid-template-columns:auto 1fr}.rottchat-evaluation-card .rottchat-complete-actions{grid-column:1/-1;justify-content:flex-start;padding-left:78px}.rottchat-dashboard-hero{grid-template-columns:1fr}.rottchat-standard-premium{display:none}}
@media(max-width:680px){.rottchat-app{margin-inline:-8px}.rottchat-hero{grid-template-columns:1fr;padding:22px}.rottchat-standard{justify-self:start}.rottchat-panel{padding:18px}.rottchat-photo-grid{grid-template-columns:1fr 1fr}.rottchat-photo-slot{min-height:155px}.rottchat-form-grid,.rottchat-video-fields,.rottchat-sticky{grid-template-columns:1fr}.rottchat-submit-row{align-items:stretch;flex-direction:column}.rottchat-submit-button{width:100%}.rottchat-heading{gap:8px}.rottchat-heading p{font-size:13px}.rottchat-badge{font-size:12px}.rottchat-dashboard-heading{align-items:flex-start}.rottchat-dashboard-heading small{display:none}.rottchat-evaluation-card{grid-template-columns:1fr}.rottchat-order-index{width:52px;height:52px}.rottchat-evaluation-card .rottchat-complete-actions{grid-column:auto;padding:0;flex-direction:column}.rottchat-evaluation-card .button{width:100%;text-align:center}.rottchat-evaluation-copy>div{align-items:flex-start;flex-direction:column}.rottchat-dashboard-hero p{font-size:15px}}
@media(max-width:390px){.rottchat-photo-grid{grid-template-columns:1fr}.rottchat-photo-slot{min-height:140px}}
