
.v452-open-btn{
  width:100%;margin-top:8px;padding:10px 12px;border:1px solid rgba(208,161,60,.34);
  border-radius:12px;background:rgba(208,161,60,.08);color:var(--gold2);font-size:11px;
  font-weight:900;cursor:pointer;transition:.18s ease
}
.v452-open-btn:hover{background:rgba(208,161,60,.14);border-color:rgba(208,161,60,.52)}
.v452-open{overflow:hidden}
.v452-backdrop{
  position:fixed;inset:0;z-index:280;background:rgba(0,0,0,.58);backdrop-filter:blur(3px);
  opacity:0;pointer-events:none;transition:.2s
}
.v452-backdrop.open{opacity:1;pointer-events:auto}
.v452-drawer{
  position:fixed;z-index:290;top:0;right:0;width:min(560px,96vw);height:100dvh;overflow:auto;
  box-sizing:border-box;padding:18px;background:linear-gradient(180deg,#09140f,#06100b);
  color:var(--text);border-left:1px solid rgba(208,161,60,.18);
  box-shadow:-28px 0 80px rgba(0,0,0,.46);transform:translateX(104%);transition:transform .24s ease
}
.v452-drawer.open{transform:translateX(0)}
.v452-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:4px 2px 14px;border-bottom:1px solid var(--line)}
.v452-head>div{display:grid;gap:3px}
.v452-head small{font-size:8px;letter-spacing:.14em;font-weight:900;color:#d0a13c}
.v452-head strong{font-size:22px;letter-spacing:-.03em}
.v452-head span{font-size:10px;color:var(--muted)}
.v452-head button{
  width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:var(--panel2);
  color:var(--text);font-size:21px;cursor:pointer
}
.v452-busy{position:sticky;top:0;z-index:3;min-height:20px;padding:4px 0;font-size:10px;color:var(--gold2);background:inherit}
.v452-root{display:grid;gap:14px;padding:4px 0 26px}
.v452-section,.v452-progress-card{
  border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.035);padding:15px
}
.v452-progress-card{margin-top:4px}
.v452-progress-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.v452-progress-top>div{display:grid;gap:2px}
.v452-progress-top small{font-size:8px;letter-spacing:.12em;color:var(--muted);font-weight:900}
.v452-progress-top strong{font-size:28px}
.v452-progress-card p{font-size:10px;line-height:1.5;color:var(--muted);margin:9px 0 0}
.v452-bar{height:7px;border-radius:999px;background:rgba(255,255,255,.07);overflow:hidden;margin-top:10px}
.v452-bar i{display:block;height:100%;background:linear-gradient(90deg,#a97818,#e7bf69);border-radius:inherit;transition:width .25s}
.v452-connector{font-size:9px;font-weight:800;padding:6px 8px;border-radius:999px;border:1px solid var(--line)}
.v452-connector.ok{color:#79d6a5;background:rgba(43,179,112,.1);border-color:rgba(43,179,112,.22)}
.v452-connector.off{color:#d8a7a7;background:rgba(190,65,65,.08);border-color:rgba(190,65,65,.16)}
.v452-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.v452-section-head>div{display:flex;align-items:center;gap:8px}
.v452-section-head small{
  display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(208,161,60,.12);
  color:#d0a13c;font-size:9px;font-weight:900
}
.v452-section-head strong{font-size:13px}
.v452-section-head>span{font-size:9px;color:var(--muted)}
.v452-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.v452-photo{position:relative;min-width:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--panel2)}
.v452-photo img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}
.v452-photo>span{
  position:absolute;left:5px;top:5px;padding:3px 5px;border-radius:6px;background:rgba(0,0,0,.66);
  color:#fff;font-size:7px;font-weight:800
}
.v452-photo.cover{outline:2px solid rgba(208,161,60,.8)}
.v452-photo small{display:block;padding:5px 6px;font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v452-photo-empty{
  grid-column:1/-1;padding:22px 14px;border:1px dashed var(--line);border-radius:12px;text-align:center;
  font-size:10px;line-height:1.5;color:var(--muted)
}
.v452-actions{display:flex;gap:8px;margin-top:10px}
.v452-actions button,.v452-section>button{
  border:1px solid rgba(208,161,60,.26);border-radius:10px;background:rgba(208,161,60,.07);
  color:var(--text);padding:9px 11px;font-size:10px;font-weight:800;cursor:pointer
}
.v452-actions button:disabled,.v452-section>button:disabled{opacity:.38;cursor:not-allowed}
.v452-visible{margin-top:12px;padding:10px;border-radius:11px;background:rgba(255,255,255,.025)}
.v452-visible>b{display:block;font-size:9px;margin-bottom:7px}
.v452-visible>div{display:flex;gap:5px;flex-wrap:wrap}
.v452-visible span{font-size:8px;padding:4px 6px;border-radius:999px;background:rgba(208,161,60,.08);color:var(--gold2)}
.v452-warnings{margin:10px 0 0;padding:0 0 0 17px;color:#d6a0a0;font-size:9px;line-height:1.5}
.v452-checklist{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.v452-check{display:flex;align-items:center;gap:7px;padding:7px 8px;border-radius:9px;background:rgba(255,255,255,.025);font-size:9px}
.v452-check span{font-weight:900}.v452-check.done span{color:#62cc93}.v452-check.missing span{color:#d0a13c}
.v452-free{display:block;margin-top:12px}
.v452-free>span{display:block;font-size:9px;font-weight:800;margin-bottom:6px}
.v452-free textarea{
  width:100%;box-sizing:border-box;resize:vertical;min-height:105px;padding:10px 11px;border-radius:11px;
  border:1px solid var(--line);background:rgba(0,0,0,.14);color:var(--text);font:inherit;font-size:11px;line-height:1.5
}
.v452-primary{width:100%;margin-top:8px;background:#d0a13c!important;color:#102219!important}
.v452-captured{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:12px}
.v452-field-chip{display:grid;gap:3px;padding:8px 9px;border-radius:9px;background:rgba(255,255,255,.025);min-width:0}
.v452-field-chip span{font-size:7px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}
.v452-field-chip strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v452-preview{padding:13px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.v452-preview h3{font-size:15px;line-height:1.3;margin:0 0 9px}
.v452-preview p{font-size:10px;line-height:1.65;color:var(--muted);margin:0}
.v452-preview small{display:block;margin-top:10px;font-size:8px;color:var(--gold2)}
.v452-muted{font-size:10px;line-height:1.5;color:var(--muted)}
.v452-final{margin-bottom:18px}
.v452-publish{width:100%;background:#d0a13c!important;color:#102219!important;font-size:11px!important;padding:11px!important}
.v452-cancel{width:100%;margin-top:7px;background:transparent!important;border-color:rgba(220,90,90,.2)!important;color:#d89b9b!important}
.v452-error,.v452-success{padding:9px 10px;border-radius:9px;font-size:9px;line-height:1.5;margin-bottom:9px}
.v452-error{background:rgba(190,65,65,.08);color:#e0aaaa}
.v452-success{background:rgba(43,179,112,.09);color:#7bd9a7}
.v452-empty{padding:28px;text-align:center;color:var(--muted);font-size:10px}
.v452-drawer.loading:after{
  content:'';position:fixed;inset:0 0 0 auto;width:min(560px,96vw);background:rgba(0,0,0,.06);pointer-events:none;z-index:2
}

html[data-norya-theme="white"] .v452-backdrop{background:rgba(28,39,32,.46);backdrop-filter:blur(2px)}
html[data-norya-theme="white"] .v452-drawer{
  background:#f7f9f7;color:#17231c;border-left-color:#d8e1da;box-shadow:-20px 0 55px rgba(31,58,44,.18)
}
html[data-norya-theme="white"] .v452-section,
html[data-norya-theme="white"] .v452-progress-card,
html[data-norya-theme="white"] .v452-preview{background:#fff;border-color:#dce4de}
html[data-norya-theme="white"] .v452-bar{background:#e3e9e4}
html[data-norya-theme="white"] .v452-check,
html[data-norya-theme="white"] .v452-field-chip,
html[data-norya-theme="white"] .v452-visible{background:#f3f6f3}
html[data-norya-theme="white"] .v452-free textarea{background:#f9fbf9;border-color:#d5ddd7;color:#17231c}
html[data-norya-theme="white"] .v452-photo{background:#eef2ee;border-color:#dce4de}
html[data-norya-theme="white"] .v452-open-btn{background:#fff8e8;color:#755510;border-color:rgba(200,152,50,.3)}
html[data-norya-theme="dark"] .v452-drawer{background:linear-gradient(180deg,#141816,#0d100e)}

@media(max-width:700px){
  .v452-drawer{width:100vw;padding:14px}
  .v452-photo-grid{grid-template-columns:repeat(3,1fr)}
  .v452-checklist,.v452-captured{grid-template-columns:1fr}
  .v452-actions{display:grid;grid-template-columns:1fr}
}


/* NORYA v4.5.3 — Cadastro Inteligente Pro */
.v453-toolbar{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:4px}
.v453-toolbar button{
  border:1px solid var(--line);border-radius:10px;background:var(--panel2);color:var(--text);
  padding:8px 10px;font-size:9px;font-weight:800;cursor:pointer
}
.v453-toolbar button:first-child{border-color:rgba(208,161,60,.28);color:var(--gold2)}
.v453-toolbar>span{margin-left:auto;font-size:8px;color:var(--muted);font-weight:700}
.v453-statusline{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;font-size:8px;color:var(--muted)}
.v453-statusline b{color:var(--text);font-size:9px}
.v453-photo{overflow:visible}
.v453-photo img{border-radius:11px 11px 0 0}
.v453-photo-tools{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;padding:5px}
.v453-photo-tools button{
  min-width:0;height:26px;border:1px solid var(--line);border-radius:7px;background:var(--panel);
  color:var(--text);font-size:11px;cursor:pointer
}
.v453-photo-tools button:first-child{color:var(--gold2)}
.v453-photo-tools button:last-child{color:#d89b9b}
.v453-origin{font-size:8px;color:var(--muted);margin-bottom:8px}
.v453-origin b{color:var(--gold2)}
.v452-field-chip span em{
  font-style:normal;text-transform:none;letter-spacing:0;margin-left:5px;padding:2px 4px;border-radius:999px;
  background:rgba(208,161,60,.08);color:var(--gold2);font-size:6px;font-weight:800
}
.v452-visible span i{
  font-style:normal;margin-left:4px;padding:1px 4px;border-radius:999px;background:rgba(43,179,112,.1);
  color:#74ce9d;font-size:6px;font-weight:900
}
.v453-editor{
  margin-top:12px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.018);padding:10px
}
.v453-editor summary{cursor:pointer;font-size:9px;font-weight:900;color:var(--gold2);list-style:none}
.v453-editor summary::-webkit-details-marker{display:none}
.v453-editor summary:after{content:'＋';float:right;color:var(--muted)}
.v453-editor[open] summary:after{content:'−'}
.v453-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}
.v453-edit-field{display:grid;gap:5px}
.v453-edit-field>span{font-size:8px;font-weight:800;color:var(--muted)}
.v453-edit-field>span em{
  float:right;font-style:normal;font-size:6px;color:var(--gold2);font-weight:900
}
.v453-edit-field input,.v453-edit-field select,
.v453-copy-editor input,.v453-copy-editor textarea{
  width:100%;box-sizing:border-box;padding:8px 9px;border:1px solid var(--line);border-radius:9px;
  background:rgba(0,0,0,.12);color:var(--text);font:inherit;font-size:9px;outline:none
}
.v453-edit-field input:focus,.v453-edit-field select:focus,
.v453-copy-editor input:focus,.v453-copy-editor textarea:focus{border-color:rgba(208,161,60,.42)}
.v453-copy-editor{display:grid;gap:8px;margin-top:10px;padding:11px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.018)}
.v453-copy-editor[hidden]{display:none}
.v453-copy-editor label{display:grid;gap:5px;font-size:8px;font-weight:800;color:var(--muted)}
.v453-copy-editor textarea{resize:vertical;line-height:1.5}
.v453-cloud-open,.v453-duplicate{
  display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;margin-top:7px;padding:10px 11px;
  border:1px solid rgba(43,179,112,.2);border-radius:10px;background:rgba(43,179,112,.07);
  color:#7bd9a7;font-size:10px;font-weight:900;text-decoration:none;cursor:pointer
}
.v453-duplicate{border-color:var(--line);background:var(--panel2);color:var(--text)}
.v453-history-list{display:grid;gap:8px}
.v453-history-card{
  display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px;
  border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.022)
}
.v453-history-card>div:first-child{display:grid;gap:3px;min-width:0}
.v453-history-card small{font-size:7px;color:var(--gold2);font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.v453-history-card strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v453-history-card span{font-size:7px;color:var(--muted)}
.v453-history-card em{font-size:7px;font-style:normal;color:#7bd9a7;font-weight:900}
.v453-history-actions{display:flex;gap:5px;flex-shrink:0}
.v453-history-actions button,.v453-history-actions a{
  border:1px solid var(--line);border-radius:8px;background:var(--panel2);color:var(--text);padding:7px 8px;
  font-size:8px;font-weight:800;text-decoration:none;cursor:pointer
}

html[data-norya-theme="white"] .v453-toolbar button,
html[data-norya-theme="white"] .v453-photo-tools button,
html[data-norya-theme="white"] .v453-history-actions button,
html[data-norya-theme="white"] .v453-history-actions a,
html[data-norya-theme="white"] .v453-duplicate{background:#fff;border-color:#dce4de;color:#243128}
html[data-norya-theme="white"] .v453-editor,
html[data-norya-theme="white"] .v453-copy-editor,
html[data-norya-theme="white"] .v453-history-card{background:#f7f9f7;border-color:#dce4de}
html[data-norya-theme="white"] .v453-edit-field input,
html[data-norya-theme="white"] .v453-edit-field select,
html[data-norya-theme="white"] .v453-copy-editor input,
html[data-norya-theme="white"] .v453-copy-editor textarea{background:#fff;border-color:#d5ddd7;color:#17231c}
html[data-norya-theme="white"] .v453-cloud-open{background:#eef7f1;color:#2e7951;border-color:#d7eadf}
html[data-norya-theme="dark"] .v453-editor,
html[data-norya-theme="dark"] .v453-copy-editor,
html[data-norya-theme="dark"] .v453-history-card{background:#151917}

@media(max-width:700px){
  .v453-edit-grid{grid-template-columns:1fr}
  .v453-history-card{align-items:flex-start;flex-direction:column}
  .v453-history-actions{width:100%;display:grid;grid-template-columns:repeat(2,1fr)}
  .v453-history-actions button,.v453-history-actions a{text-align:center}
}

.v453-lock-note{margin-bottom:10px;padding:8px 9px;border-radius:9px;background:rgba(208,161,60,.08);color:var(--gold2);font-size:8px;line-height:1.45;font-weight:800}
html[data-norya-theme="white"] .v453-lock-note{background:#fff7e5;color:#765616}

.v460-url-import{display:flex;flex-direction:column;gap:10px;margin:12px 0 16px;padding:16px;border:1px solid rgba(208,161,60,.24);border-radius:16px;background:linear-gradient(180deg,rgba(208,161,60,.055),rgba(208,161,60,.025))}
.v460-url-field{display:grid;gap:7px;width:100%;min-width:0}.v460-url-field>span{font-size:11px;font-weight:800;letter-spacing:.01em;opacity:.74}
.v460-url-field input{box-sizing:border-box;width:100%;height:46px;border:1px solid var(--v45-border,#d9ddd9);border-radius:12px;padding:0 13px;background:var(--v45-surface,#fff);color:inherit;font:inherit;font-size:13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}
.v460-url-field input:focus{border-color:rgba(208,161,60,.72);box-shadow:0 0 0 3px rgba(208,161,60,.10)}
.v460-import-btn{display:grid;grid-template-columns:30px minmax(0,1fr) 20px;align-items:center;gap:10px;width:100%;min-height:52px;padding:9px 12px;border:1px solid rgba(160,116,26,.34);border-radius:12px;background:linear-gradient(180deg,#d9aa3e,#c9972e);color:#102219;box-shadow:0 5px 14px rgba(132,91,12,.10);cursor:pointer;text-align:left;transition:transform .14s ease,filter .14s ease,box-shadow .14s ease}
.v460-import-btn:hover{filter:brightness(1.025);box-shadow:0 7px 18px rgba(132,91,12,.15);transform:translateY(-1px)}.v460-import-btn:active{transform:translateY(0)}
.v460-import-btn:disabled{opacity:.58;cursor:not-allowed;transform:none;filter:none}.v460-import-spark{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:rgba(16,34,25,.11);font-size:14px}.v460-import-btn b,.v460-import-btn small{display:block}.v460-import-btn b{font-size:12px;font-weight:900;line-height:1.2}.v460-import-btn small{margin-top:2px;font-size:9px;font-weight:700;opacity:.66}.v460-import-arrow{font-size:17px;font-weight:900;text-align:right}
.v460-url-help{margin:0;font-size:10px;line-height:1.55;opacity:.64}
.v460-import-ok{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 12px;border:1px solid rgba(46,125,82,.16);border-radius:11px;background:rgba(46,125,82,.08);font-size:10px}.v460-import-ok b{color:#2e7d52}.v460-import-ok span{opacity:.72}
@media(max-width:720px){.v460-url-import{padding:13px}.v460-import-ok{align-items:flex-start;flex-direction:column}.v460-import-btn{grid-template-columns:28px minmax(0,1fr) 18px}}

.v460-site-examples{display:grid;gap:7px;margin-top:2px;padding-top:10px;border-top:1px solid rgba(208,161,60,.12)}
.v460-site-examples>span{font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;opacity:.55}
.v460-site-examples>div{display:flex;flex-wrap:wrap;gap:6px}.v460-site-examples i{font-style:normal;font-size:9px;font-weight:800;padding:6px 8px;border-radius:999px;background:rgba(208,161,60,.08);border:1px solid rgba(208,161,60,.16)}
.v460-site-examples small{font-size:8px;line-height:1.45;opacity:.5}
.v453-publish-hint{margin:8px 0 10px;padding:10px 11px;border-radius:10px;background:rgba(255,255,255,.035);border:1px solid var(--v45-border,#d9ddd9);font-size:10px;line-height:1.45;opacity:.78}
.v453-publish-hint.ready{background:rgba(46,125,82,.08);border-color:rgba(46,125,82,.18);color:#2e7d52;opacity:1}


/* NORYA v4.5.4 - Property Intake Vision Pro */
.v454-dropzone{
  display:grid;gap:4px;place-items:center;margin:0 0 10px;padding:16px 12px;border:1px dashed rgba(208,161,60,.34);
  border-radius:14px;background:rgba(208,161,60,.035);text-align:center;transition:.16s ease
}
.v454-dropzone b{font-size:10px;color:var(--gold2)}
.v454-dropzone span{font-size:8px;color:var(--muted)}
.v454-dropzone.over{border-color:rgba(208,161,60,.82);background:rgba(208,161,60,.1);transform:translateY(-1px)}
.v454-photo-actions{grid-template-columns:repeat(3,minmax(0,1fr))}
.v453-photo.recommended{outline:1px dashed rgba(208,161,60,.75)}
.v454-photo-score{
  position:absolute;right:5px;top:5px;display:grid;place-items:center;min-width:25px;height:22px;padding:0 5px;
  border-radius:7px;background:rgba(0,0,0,.72);font-style:normal;font-size:7px;font-weight:900;color:#fff
}
.v454-photo-score.good{box-shadow:inset 0 0 0 1px rgba(91,206,143,.44)}
.v454-photo-score.mid{box-shadow:inset 0 0 0 1px rgba(229,183,84,.48)}
.v454-photo-score.bad{box-shadow:inset 0 0 0 1px rgba(217,104,104,.5)}
.v454-similar{display:block;padding:0 6px 5px;color:#d8a66b;font-style:normal;font-size:7px;line-height:1.3}
.v454-analysis{display:grid;gap:10px;margin-top:12px;padding:12px;border:1px solid rgba(208,161,60,.18);border-radius:13px;background:rgba(208,161,60,.025)}
.v454-analysis-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center}
.v454-analysis-head>div:first-child{display:grid;gap:2px}
.v454-analysis-head small{font-size:7px;letter-spacing:.1em;color:var(--gold2);font-weight:900}
.v454-analysis-head b{font-size:10px}
.v454-score{display:grid;gap:1px;min-width:52px;padding:7px 8px;border-radius:9px;background:rgba(255,255,255,.035);text-align:center}
.v454-score span{font-size:6px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}
.v454-score strong{font-size:13px}
.v454-quality-alert{padding:8px 9px;border-radius:9px;background:rgba(195,83,62,.08);color:#dca298;font-size:8px;line-height:1.4}
.v454-coverage{display:grid;gap:6px}
.v454-coverage>b{font-size:8px}
.v454-coverage>div{display:flex;flex-wrap:wrap;gap:5px}
.v454-coverage span{padding:4px 6px;border-radius:999px;background:rgba(43,179,112,.09);color:#79d6a5;font-size:7px;font-weight:800}
.v454-coverage.missing span{background:rgba(208,161,60,.08);color:var(--gold2)}
.v454-suggestions{display:grid;gap:6px;padding-top:2px}
.v454-suggestions-title{display:flex;align-items:center;justify-content:space-between;gap:8px}
.v454-suggestions-title>b{font-size:8px}
.v454-suggestions-title button{
  border:1px solid rgba(208,161,60,.25);border-radius:8px;background:rgba(208,161,60,.08);
  color:var(--gold2);padding:5px 7px;font-size:7px;font-weight:900;cursor:pointer
}
.v454-suggestion{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:8px 9px;border-radius:9px;background:rgba(255,255,255,.028)}
.v454-suggestion>div{display:grid;gap:2px;min-width:0}
.v454-suggestion b{font-size:8px}
.v454-suggestion span{font-size:7px;color:var(--gold2)}
.v454-suggestion small{font-size:7px;line-height:1.35;color:var(--muted)}
.v454-suggestion>button{
  flex:0 0 auto;border:1px solid rgba(43,179,112,.24);border-radius:8px;background:rgba(43,179,112,.08);
  color:#79d6a5;padding:6px 8px;font-size:7px;font-weight:900;cursor:pointer
}
.v454-suggestion.applied{opacity:.66}
.v454-suggestion.applied>button{cursor:default}
.v454-suggestions>p{margin:2px 0 0;font-size:7px;line-height:1.4;color:var(--muted)}

html[data-norya-theme="white"] .v454-dropzone{background:#fffaf0;border-color:rgba(190,143,43,.3)}
html[data-norya-theme="white"] .v454-analysis{background:#fffdf7;border-color:#eadfca}
html[data-norya-theme="white"] .v454-score,
html[data-norya-theme="white"] .v454-suggestion{background:#f7f8f6}
html[data-norya-theme="white"] .v454-quality-alert{background:#fff3f0;color:#955145}

@media(max-width:700px){
  .v454-photo-actions{grid-template-columns:1fr}
  .v454-analysis-head{grid-template-columns:1fr 1fr}
  .v454-analysis-head>div:first-child{grid-column:1/-1}
  .v454-suggestions-title{align-items:flex-start;flex-direction:column}
  .v454-suggestion{align-items:flex-start;flex-direction:column}
  .v454-suggestion>button{width:100%}
}
