.hr-app,.hr-public{--ink:#17202b;--muted:#727b87;--line:#e8ebef;--bg:#f5f7f9;--panel:#fff;--dark:#101820;--gold:#cba85e;--green:#1f8a5b;--amber:#b88017;--red:#b64b4b;font-family:inherit;color:var(--ink)}
.hr-app{width:100%;margin:0;background:var(--bg);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 10px 35px rgba(16,24,32,.06)}
.hr-shell{min-height:760px}.hr-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 26px;background:var(--dark);color:#fff}.hr-brand-wrap{display:flex;align-items:center;gap:12px}.hr-logo-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--gold);color:var(--dark);font-weight:900;font-size:20px}.hr-brand{font-size:20px;letter-spacing:.4px}.hr-brand-wrap small{color:#b8c0c8}.hr-top-actions{display:flex;gap:8px}
.hr-tabs{display:flex;gap:4px;overflow-x:auto;background:#fff;padding:0 18px;border-bottom:1px solid var(--line);scrollbar-width:none}.hr-tabs::-webkit-scrollbar{display:none}.hr-tab{flex:0 0 auto;padding:15px 13px;border:0;background:transparent;font-weight:700;font-size:13px;color:#65707d;cursor:pointer;border-bottom:3px solid transparent}.hr-tab.active{color:var(--dark);border-bottom-color:var(--gold)}
.hr-content{padding:26px}.hr-view{display:none;animation:hrfade .16s ease}.hr-view.active{display:block}@keyframes hrfade{from{opacity:.2;transform:translateY(3px)}to{opacity:1;transform:none}}
.hr-page-title{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:0 0 20px}.hr-page-title h1{font-size:28px;line-height:1.15;margin:3px 0 5px}.hr-page-title p{margin:0;color:var(--muted)}.hr-eyebrow{font-size:11px;font-weight:900;letter-spacing:1.4px;color:#9a7a38}.hr-back{border:0;background:transparent;padding:0;margin:0 0 10px;color:#66717e;cursor:pointer;font-weight:700}
.hr-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:0 0 18px}.hr-kpi,.hr-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 18px rgba(15,25,35,.03)}.hr-kpi{padding:17px}.hr-kpi small{display:block;color:var(--muted);font-weight:700;margin-bottom:8px}.hr-kpi strong{display:block;font-size:25px;letter-spacing:-.6px}.hr-kpi span{display:block;color:#9aa1aa;font-size:11px;margin-top:5px}.hr-card{padding:20px;margin-bottom:18px}.hr-card h2,.hr-card h3{margin-top:0}.hr-card-head{display:flex;justify-content:space-between}.hr-card-head p{color:var(--muted);margin:-4px 0 0}.hr-dashboard-grid,.hr-detail-grid,.hr-two-col{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.hr-flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hr-flow span{background:#f5f6f8;border:1px solid var(--line);padding:9px 11px;border-radius:10px;font-size:12px;font-weight:700}.hr-flow i{font-style:normal;color:#adb3ba}.hr-quick{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hr-quick button{border:1px solid var(--line);background:#fafbfc;padding:12px;border-radius:10px;text-align:left;font-weight:700;cursor:pointer}.hr-quick button:hover{background:#f2f4f6}
.hr-btn,.hr-link-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--dark);color:#fff!important;border:0;border-radius:10px;padding:11px 15px;font-weight:800;font-size:13px;cursor:pointer;text-decoration:none!important}.hr-btn-light{background:#fff;color:var(--dark)!important;border:1px solid var(--line)}.hr-topbar .hr-btn-light{background:#26303a;color:#fff!important;border-color:#34404b}.hr-big{width:100%;font-size:15px;padding:15px}.hr-mini-btn{border:0;background:var(--dark);color:#fff;border-radius:8px;padding:8px 10px;cursor:pointer}.hr-link{padding:0;border:0;background:transparent;color:#8b6b2e;font-weight:800;cursor:pointer;font-size:12px}.hr-inline-action{display:inline;margin-left:9px}
.hr-toolbar{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:14px}.hr-search{min-width:280px;padding:10px 12px;border:1px solid var(--line);border-radius:10px}.hr-legend{font-size:11px;color:var(--muted);display:flex;gap:6px;align-items:center}.hr-dot{width:7px;height:7px;border-radius:50%;background:#aaa}.hr-dot.opened{background:var(--amber)}.hr-dot.analyzed{background:var(--green)}
.hr-table-wrap{overflow:auto}.hr-table{width:100%;border-collapse:collapse;font-size:12.5px}.hr-table th{color:#7a838e;font-size:11px;text-transform:uppercase;letter-spacing:.4px}.hr-table th,.hr-table td{padding:13px 10px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.hr-table tbody tr:hover{background:#fafbfc}.hr-table small{color:#858e98}.hr-empty{text-align:center!important;color:#8b949d;padding:32px!important}.hr-actions{white-space:nowrap}.hr-status{display:inline-block;background:#eef1f4;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800}.hr-status-opened,.hr-status-submitted{background:#fff3d9;color:#815a0a}.hr-status-paid,.hr-status-analyzed,.hr-status-paid{background:#e7f5ee;color:#14633f}.hr-status-overdue{background:#fdecec;color:#8e2c2c}.hr-progress{height:4px;background:#edf0f3;border-radius:999px;margin-top:7px;overflow:hidden;width:90px}.hr-progress i{display:block;height:100%;background:var(--gold)}
.hr-form-card{max-width:1080px}.hr-form-section{padding:18px 0;border-bottom:1px solid var(--line)}.hr-form-section:first-child{padding-top:0}.hr-form-section:last-of-type{border-bottom:0}.hr-form-section h3{margin-bottom:14px}.hr-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hr-form label{display:block;font-size:12px;font-weight:800;color:#56606b}.hr-form input,.hr-form select,.hr-form textarea{width:100%;box-sizing:border-box;margin-top:6px;border:1px solid #dfe3e7;border-radius:9px;background:#fff;padding:11px 12px;color:var(--ink)}.hr-form textarea{min-height:100px;resize:vertical}.hr-form-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:20px}.hr-pay-form{display:flex;gap:5px;align-items:center;min-width:270px}.hr-pay-form input,.hr-pay-form select{width:90px;padding:7px;border:1px solid var(--line);border-radius:8px}.hr-pay-form select{width:105px}.hr-callout{display:flex;gap:14px;align-items:center;background:#fbf7ed;border:1px solid #eee1c1;padding:14px;border-radius:11px;margin-bottom:15px}.hr-callout span{color:#6e6758;font-size:12px}.hr-funnel{display:flex;align-items:center;justify-content:center;gap:25px;padding:20px 0}.hr-funnel div{text-align:center}.hr-funnel b{display:block;font-size:30px}.hr-funnel span{color:var(--muted);font-size:12px}.hr-funnel i{font-style:normal;color:#bbb}
.hr-analysis-score{display:flex;align-items:baseline;gap:3px;margin-bottom:12px}.hr-analysis-score strong{font-size:46px}.hr-analysis-score span{color:var(--muted)}.hr-analysis-list{margin-top:14px}.hr-analysis-list ul{margin:7px 0 0 18px;padding:0}.hr-timeline>div{display:flex;gap:10px;margin-bottom:14px}.hr-timeline i{width:9px;height:9px;margin-top:5px;border-radius:50%;background:var(--gold);flex:0 0 auto}.hr-timeline span{display:flex;flex-direction:column}.hr-timeline small{color:var(--muted);margin-top:2px}.hr-answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hr-answer-grid>div{background:#f8f9fa;border-radius:10px;padding:12px}.hr-answer-grid small{display:block;color:var(--muted);margin-bottom:4px}.hr-answer-grid b{font-size:12px;word-break:break-word}
.hr-public{max-width:940px;margin:35px auto;padding:0 14px}.hr-public-card{padding:34px}.hr-public .hr-brand{font-size:22px;margin-bottom:22px}.hr-public h1{margin:6px 0 9px}.hr-public p{color:#59636f}.hr-public-progress{display:flex;align-items:center;justify-content:center;margin:26px 0}.hr-public-progress span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--dark);color:#fff;font-weight:800}.hr-public-progress i{height:2px;width:90px;background:#e5e8eb}.hr-step-title{display:flex;align-items:center;gap:9px}.hr-step-title span{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#f3ead5;color:#8a6826;font-weight:900}.hr-step-title h3{margin:0}.hr-consent{display:flex!important;gap:9px;align-items:flex-start;background:#f6f7f8;padding:14px;border-radius:10px;font-weight:500!important;margin-top:20px}.hr-consent input{width:auto;margin:2px 0 0}.hr-result{padding:20px;background:#eef7f2;border-radius:12px;margin-top:20px}
@media(max-width:1200px){.hr-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:800px){.hr-topbar{align-items:flex-start;flex-direction:column}.hr-top-actions{width:100%}.hr-top-actions .hr-btn{flex:1}.hr-content{padding:16px}.hr-grid{grid-template-columns:repeat(2,1fr)}.hr-dashboard-grid,.hr-detail-grid,.hr-two-col{grid-template-columns:1fr}.hr-cols{grid-template-columns:1fr}.hr-answer-grid{grid-template-columns:1fr 1fr}.hr-page-title{align-items:flex-start;flex-direction:column}.hr-toolbar{align-items:flex-start;flex-direction:column}.hr-search{width:100%;min-width:0}.hr-pay-form{min-width:230px}.hr-public-card{padding:20px}}
@media(max-width:520px){.hr-grid{grid-template-columns:1fr 1fr}.hr-kpi strong{font-size:20px}.hr-answer-grid{grid-template-columns:1fr}.hr-flow i{display:none}.hr-tabs{padding:0 8px}.hr-tab{padding:13px 10px}.hr-top-actions{flex-direction:column}.hr-public-progress i{width:50px}}

/* ===== HOUSE MÉXICO BRAND SYSTEM · v1.2 ===== */
.hr-app,.hr-public{
  --house-black:#111111;
  --house-charcoal:#1d1d1f;
  --house-gold:#c8a766;
  --house-gold-soft:#f4ede0;
  --house-ivory:#fbfaf7;
  --house-white:#ffffff;
  --house-text:#1b1d20;
  --house-muted:#72767d;
  --house-line:#e9e6df;
  --dark:var(--house-black);
  --gold:var(--house-gold);
  --bg:#f7f6f3;
  --panel:#fff;
  --ink:var(--house-text);
  --line:var(--house-line);
  letter-spacing:0;
}
.hr-app{border-radius:18px;border-color:#e7e3db;box-shadow:0 18px 55px rgba(17,17,17,.08)}
.hr-topbar{background:linear-gradient(120deg,#0e0e0f 0%,#191919 68%,#25211a 100%);padding:24px 28px;border-bottom:1px solid rgba(200,167,102,.28)}
.hr-brand-wrap{display:flex;align-items:center;gap:14px;min-width:0}
.hr-house-logo{display:block;max-height:48px;width:auto;max-width:175px;object-fit:contain;filter:none}
.hr-brand-divider{display:block;width:1px;height:34px;background:rgba(200,167,102,.58);flex:0 0 1px}
.hr-product-name{display:flex;flex-direction:column;line-height:1.05}
.hr-product-name b{font-size:17px;letter-spacing:1.5px;color:#fff;font-weight:800}
.hr-product-name small{font-size:10px;margin-top:6px;color:#c9c4b8;letter-spacing:.65px;text-transform:uppercase}
.hr-wordmark-fallback{display:flex;flex-direction:column;line-height:.95;color:#fff}
.hr-wordmark-fallback strong{font-size:25px;letter-spacing:2px;font-weight:900}
.hr-wordmark-fallback span{font-size:8px;letter-spacing:2.4px;color:var(--house-gold);margin-top:5px}
.hr-brand-public .hr-house-logo{max-height:58px;max-width:210px}
.hr-brand-public .hr-product-name b{color:var(--house-black)}
.hr-brand-public .hr-product-name small{color:#8a8273}
.hr-brand-public .hr-brand-divider{background:#d7c59f}
.hr-brand-public .hr-wordmark-fallback{color:var(--house-black)}
.hr-brand-login{padding:32px!important}

.hr-tabs{padding:0 22px;background:#fff;border-bottom:1px solid #ebe7df;box-shadow:0 4px 16px rgba(17,17,17,.025)}
.hr-tab{padding:17px 13px;font-size:12px;letter-spacing:.2px;color:#77736b}
.hr-tab:hover{color:#111}
.hr-tab.active{color:#111;border-bottom-color:var(--house-gold)}
.hr-content{background:#f7f6f3;padding:28px}
.hr-eyebrow{color:#9b793d;letter-spacing:1.7px;font-size:10px}
.hr-page-title h1{font-size:30px;letter-spacing:-.75px;color:#151515}
.hr-page-title p{color:#78736c;max-width:760px}

.hr-kpi,.hr-card{border:1px solid #ebe7df;border-radius:15px;box-shadow:0 8px 26px rgba(34,29,20,.035)}
.hr-kpi{position:relative;overflow:hidden;padding:19px;background:#fff}
.hr-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--house-gold);opacity:.78}
.hr-kpi small{font-size:11px;letter-spacing:.18px;color:#79756e}
.hr-kpi strong{font-size:27px;color:#181818}
.hr-card{padding:22px}
.hr-card h2,.hr-card h3{color:#171717;letter-spacing:-.3px}
.hr-card-head p{color:#817c73}

.hr-btn,.hr-link-btn{background:#151515;border-radius:8px;padding:11px 16px;letter-spacing:.15px;box-shadow:none;transition:transform .15s ease,background .15s ease}
.hr-btn:hover,.hr-link-btn:hover{background:#2a2a2a;transform:translateY(-1px)}
.hr-btn-light{background:#fff;color:#171717!important;border:1px solid #ded9d0}
.hr-btn-light:hover{background:#f7f4ee;color:#171717!important}
.hr-topbar .hr-btn-light{background:transparent;border:1px solid rgba(255,255,255,.27);color:#fff!important}
.hr-topbar .hr-btn-light:hover{background:rgba(255,255,255,.08)}
.hr-topbar .hr-btn:not(.hr-btn-light){background:var(--house-gold);color:#16130e!important}
.hr-topbar .hr-btn:not(.hr-btn-light):hover{background:#d5b675}
.hr-mini-btn{background:#171717;border-radius:7px}
.hr-link{color:#947039}

.hr-flow span{background:#fbfaf7;border-color:#e9e3d9;color:#33302b}
.hr-flow i{color:#b9a77f}
.hr-quick button{background:#fbfaf7;border-color:#e8e3da;border-radius:9px;color:#282622}
.hr-quick button:hover{background:#f3ecdf;border-color:#ddcfb3}
.hr-search{border-color:#dfdbd2;background:#fff}
.hr-search:focus,.hr-form input:focus,.hr-form select:focus,.hr-form textarea:focus{outline:none;border-color:#b99b62;box-shadow:0 0 0 3px rgba(200,167,102,.12)}
.hr-table th{color:#89837a;letter-spacing:.65px}
.hr-table tbody tr:hover{background:#fbfaf7}
.hr-status{background:#f0eee9;color:#4a4742;border:1px solid #e6e1d8}
.hr-status-opened,.hr-status-submitted{background:#fff6df;color:#775610;border-color:#f1dfb2}
.hr-status-paid,.hr-status-analyzed{background:#edf6f1;color:#17623f;border-color:#d6eadf}
.hr-status-overdue{background:#fff0ef;color:#913a33;border-color:#f0d2cf}
.hr-progress{background:#eeeae3}
.hr-progress i{background:linear-gradient(90deg,#b58f49,#d4ba83)}

.hr-form-section h3{font-size:16px}
.hr-form label{color:#514e48}
.hr-form input,.hr-form select,.hr-form textarea{border-color:#dfdbd2;border-radius:8px;background:#fff}
.hr-callout{background:#f8f2e7;border-color:#eadbbc}
.hr-callout b{color:#6f5222}
.hr-answer-grid>div{background:#faf8f4;border:1px solid #eee9df}
.hr-timeline i{background:var(--house-gold)}

.hr-public{background:transparent}
.hr-public-card{border-top:4px solid var(--house-gold);box-shadow:0 20px 55px rgba(20,18,14,.09)}
.hr-public .hr-brand-wrap{margin-bottom:28px}
.hr-public-progress span{background:#171717}
.hr-public-progress i{background:#dfd7c8}
.hr-step-title span{background:#f1e7d4;color:#7d5b20}
.hr-consent{background:#f8f6f1;border:1px solid #ece6da}
.hr-result{background:#f1f6f2;border:1px solid #dceadf}

@media(max-width:800px){
  .hr-house-logo{max-height:42px;max-width:150px}
  .hr-product-name b{font-size:15px}
  .hr-product-name small{font-size:9px}
  .hr-content{padding:17px}
}
@media(max-width:520px){
  .hr-brand-divider{display:none}
  .hr-brand-wrap{gap:10px;flex-wrap:wrap}
  .hr-house-logo{max-height:38px;max-width:135px}
  .hr-product-name{width:100%}
  .hr-topbar{padding:20px 16px}
}

/* ===== HOUSE MÉXICO BRAND SYSTEM · v1.3 GREEN ===== */
.hr-app,.hr-public{
  --house-black:#1b1d20;
  --house-charcoal:#2b2725;
  --house-green:#4d9a67;
  --house-green-strong:#3f8f5c;
  --house-green-soft:#eaf4ed;
  --house-green-line:#cfe3d5;
  --house-white:#ffffff;
  --house-bg:#f5f6f7;
  --house-panel:#ffffff;
  --house-text:#252729;
  --house-muted:#6f7478;
  --house-line:#e6e8ea;
  --dark:var(--house-black);
  --gold:var(--house-green);
  --green:var(--house-green-strong);
  --bg:var(--house-bg);
  --panel:var(--house-panel);
  --ink:var(--house-text);
  --line:var(--house-line);
}

.hr-app{background:var(--house-bg);border-color:#e7eaec;box-shadow:0 16px 42px rgba(27,29,32,.08)}
.hr-topbar{background:linear-gradient(110deg,#2b2725 0%,#364a3f 42%,#4d9a67 100%);border-bottom:1px solid rgba(255,255,255,.08);padding:24px 28px}
.hr-house-logo{filter:none}
.hr-brand-divider{background:rgba(255,255,255,.25)}
.hr-product-name b{letter-spacing:1.2px;color:#fff}
.hr-product-name small{color:rgba(255,255,255,.78)}
.hr-wordmark-fallback span{color:#7dcc95}

.hr-tabs{background:#fff;border-bottom:1px solid #e6e8ea;box-shadow:0 4px 16px rgba(27,29,32,.03)}
.hr-tab{color:#6d7378}
.hr-tab:hover,.hr-tab.active{color:var(--house-black)}
.hr-tab.active{border-bottom-color:var(--house-green)}

.hr-content{background:var(--house-bg)}
.hr-eyebrow{color:var(--house-green-strong)}
.hr-page-title h1{color:var(--house-black)}
.hr-page-title p{color:var(--house-muted)}

.hr-kpi,.hr-card{border-color:#e6e8ea;box-shadow:0 8px 24px rgba(27,29,32,.035)}
.hr-kpi:before{background:var(--house-green)}
.hr-kpi small,.hr-card-head p{color:var(--house-muted)}
.hr-kpi strong,.hr-card h2,.hr-card h3{color:var(--house-black)}

.hr-btn,.hr-link-btn{background:var(--house-black);color:#fff!important}
.hr-btn:hover,.hr-link-btn:hover{background:#303337}
.hr-btn-light{background:#fff;color:var(--house-black)!important;border:1px solid #d8dde0}
.hr-btn-light:hover{background:#f8faf8}
.hr-topbar .hr-btn-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff!important}
.hr-topbar .hr-btn-light:hover{background:rgba(255,255,255,.16)}
.hr-topbar .hr-btn:not(.hr-btn-light){background:var(--house-green);color:#fff!important}
.hr-topbar .hr-btn:not(.hr-btn-light):hover{background:var(--house-green-strong)}
.hr-mini-btn{background:var(--house-black)}
.hr-link{color:var(--house-green-strong)}

.hr-flow span{background:#f8fbf9;border-color:#dde9e0;color:#2d3134}
.hr-flow i{color:#94a099}
.hr-quick button{background:#fbfcfc;border-color:#e4e8e8;color:#262a2d}
.hr-quick button:hover{background:#f1f7f3;border-color:#d1e2d7}
.hr-search,.hr-form input,.hr-form select,.hr-form textarea{border-color:#dce1e4}
.hr-search:focus,.hr-form input:focus,.hr-form select:focus,.hr-form textarea:focus{border-color:var(--house-green);box-shadow:0 0 0 3px rgba(77,154,103,.14)}

.hr-table th{color:#7b8288}
.hr-table tbody tr:hover{background:#f8fbf9}
.hr-status{background:#f1f3f4;color:#565d63;border:1px solid #e1e5e8}
.hr-status-opened,.hr-status-submitted{background:#eef6f1;color:#2d7247;border-color:#cfe3d5}
.hr-status-paid,.hr-status-analyzed{background:#e8f4ec;color:#1f6b40;border-color:#c7decf}
.hr-status-overdue{background:#fff0ef;color:#913a33;border-color:#f0d2cf}
.hr-progress{background:#e8ecee}
.hr-progress i{background:linear-gradient(90deg,#4d9a67,#70ba88)}

.hr-form label{color:#50575d}
.hr-callout{background:#eff7f2;border-color:#d6e7db}
.hr-callout b{color:#2d7247}
.hr-answer-grid>div{background:#fafcfb;border:1px solid #e6ece8}
.hr-timeline i{background:var(--house-green)}

.hr-public-card{border-top:4px solid var(--house-green);box-shadow:0 18px 48px rgba(27,29,32,.08)}
.hr-brand-public .hr-product-name b{color:var(--house-black)}
.hr-brand-public .hr-product-name small{color:var(--house-muted)}
.hr-brand-public .hr-brand-divider{background:#d8e2dc}
.hr-public-progress span{background:var(--house-green)}
.hr-public-progress i{background:#dbe6df}
.hr-step-title span{background:#eaf4ed;color:#2d7247}
.hr-consent{background:#f5faf7;border:1px solid #e0ece4}
.hr-result{background:#eef8f1;border:1px solid #d7eadc}

/* ===== HOUSE RENT 1.4 · INFORME IA + CONTRATOS ===== */
.hr-span-2{grid-column:1/-1}.hr-form-hint{font-size:12px;color:var(--house-muted);margin:10px 0 0}
.hr-analysis-head{display:flex;gap:18px;align-items:center;margin-bottom:18px}.hr-analysis-head .hr-analysis-score{margin:0;min-width:105px}
.hr-ai-summary{background:#f7faf8;border:1px solid #dfece3;border-radius:14px;padding:18px 20px;margin:16px 0 20px}.hr-ai-summary p{margin:0 0 11px;line-height:1.65}.hr-ai-summary p:last-child{margin-bottom:0}
.hr-analysis-section{border-top:1px solid var(--line);padding:16px 0}.hr-analysis-section b{font-size:13px;color:var(--house-black)}.hr-analysis-section p{margin:7px 0 0;line-height:1.6;color:#555d61}
.hr-analysis-conclusion{margin-top:18px;background:linear-gradient(110deg,#edf6f0,#f8fbf9);border:1px solid #d8e9dd;border-radius:12px;padding:17px}.hr-analysis-conclusion p{margin:7px 0 0;line-height:1.6}
.hr-score-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0}.hr-score-grid>div{background:#fff;border:1px solid #e4e9e6;border-radius:11px;padding:12px}.hr-score-grid span{display:block;color:#71787c;font-size:10px;font-weight:700;min-height:28px}.hr-score-grid b{display:block;font-size:16px;margin:4px 0 8px}.hr-score-grid i{display:block;height:5px;background:#e7ece9;border-radius:99px;overflow:hidden}.hr-score-grid em{display:block;height:100%;background:var(--house-green);border-radius:99px}
.hr-warning-text{color:#996f18}.hr-contract-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hr-legal-review{border-left:4px solid var(--house-green)}
.hr-contract-preview{background:#fff;border:1px solid #e2e5e7;border-radius:12px;padding:42px 48px;max-width:900px;margin:20px auto;box-shadow:0 12px 34px rgba(27,29,32,.055)}
.hr-contract-document{font-family:inherit;color:#222;font-size:14px;line-height:1.72}.hr-contract-document h1{text-align:center;font-size:22px;letter-spacing:.3px;margin:0 0 24px}.hr-contract-document h2{text-align:center;font-size:16px;margin:30px 0 18px}.hr-contract-document h3{font-size:14px;margin:22px 0 7px;text-transform:uppercase}.hr-contract-document p{text-align:justify;margin:0 0 12px}.hr-contract-lead{font-weight:600}.hr-contract-clause{page-break-inside:avoid}.hr-contract-signatures{margin-top:42px}.hr-sign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:55px}.hr-sign-grid>div{text-align:center;min-height:80px}.hr-contract-editor{min-height:520px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.45}.hr-inline-download{margin-top:12px}
@media(max-width:1050px){.hr-score-grid{grid-template-columns:repeat(3,1fr)}.hr-contract-grid{grid-template-columns:1fr}}
@media(max-width:700px){.hr-score-grid{grid-template-columns:1fr 1fr}.hr-analysis-head{align-items:flex-start;flex-direction:column}.hr-contract-preview{padding:24px 18px}.hr-sign-grid{grid-template-columns:1fr}.hr-span-2{grid-column:auto}}
@media print{body *{visibility:hidden!important}.hr-contract-preview,.hr-contract-preview *{visibility:visible!important}.hr-contract-preview{position:absolute;left:0;top:0;width:100%;max-width:none;margin:0;border:0;box-shadow:none;padding:0}.hr-contract-document{font-size:11pt}.hr-contract-document h1{font-size:16pt}.hr-app{border:0;box-shadow:none}}


/* ===== HOUSE RENT v1.5 · Native integration with House ===== */
.hr-app.hr-native{background:transparent;border:0;box-shadow:none;border-radius:0;overflow:visible;margin:0}
.hr-native .hr-shell{min-height:auto}
.hr-module-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:4px 0 18px}
.hr-module-copy{max-width:760px}
.hr-module-kicker{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1.3px;color:var(--house-green-strong);text-transform:uppercase;margin-bottom:10px}
.hr-module-head h1{margin:0;font-size:34px;line-height:1.04;letter-spacing:-1px;color:var(--house-black)}
.hr-module-head p{margin:8px 0 0;color:var(--house-muted);font-size:15px;line-height:1.5}
.hr-module-actions{display:flex;gap:10px;align-items:center}
.hr-tabs.hr-tabs-native{padding:0;margin:0 0 24px;background:transparent;border-bottom:1px solid #e3e7e8;box-shadow:none;gap:18px}
.hr-tabs-native .hr-tab{padding:0 6px 14px;border-bottom:3px solid transparent;font-size:14px;font-weight:700;color:#687078}
.hr-tabs-native .hr-tab:hover{color:var(--house-black)}
.hr-tabs-native .hr-tab.active{color:var(--house-black);border-bottom-color:var(--house-green)}
.hr-native .hr-content{background:transparent;padding:0}
.hr-native .hr-page-title{margin-bottom:18px}
.hr-native .hr-page-title h1{font-size:28px}
.hr-native .hr-card,.hr-native .hr-kpi{border-radius:18px}
.hr-native .hr-top-actions .hr-btn{padding:12px 16px;border-radius:12px}
.hr-native .hr-top-actions .hr-btn-light{background:#fff;color:var(--house-black)!important;border:1px solid #d8dde0}
.hr-native .hr-top-actions .hr-btn-light:hover{background:#f8faf8}
.hr-native .hr-top-actions .hr-btn:not(.hr-btn-light){background:var(--house-green);color:#fff!important}
.hr-native .hr-top-actions .hr-btn:not(.hr-btn-light):hover{background:var(--house-green-strong)}
@media(max-width:900px){
  .hr-module-head{flex-direction:column;align-items:flex-start}
  .hr-module-actions{width:100%;flex-wrap:wrap}
}
@media(max-width:520px){
  .hr-module-head h1{font-size:29px}
  .hr-tabs.hr-tabs-native{gap:12px;margin-bottom:20px}
  .hr-tabs-native .hr-tab{font-size:13px;padding-bottom:12px}
  .hr-module-actions{flex-direction:column;align-items:stretch}
  .hr-module-actions .hr-btn{width:100%}
}

/* ===== HOUSE RENT v1.6 · Evaluation credits ===== */
.hr-credit-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid #d8e3dc;background:#fff;color:var(--house-black);border-radius:12px;padding:9px 12px;font-weight:700;cursor:pointer}
.hr-credit-pill span{font-size:12px;color:#69716d}.hr-credit-pill b{display:grid;place-items:center;min-width:28px;height:28px;padding:0 5px;border-radius:999px;background:var(--house-green-soft);color:var(--house-green-strong);font-size:14px}
.hr-credit-pill:hover{background:#f7fbf8;border-color:#c9ddd0}
.hr-credit-inline{display:flex;align-items:center;gap:20px;justify-content:space-between;padding:15px 18px;border-radius:15px;margin:0 0 18px;border:1px solid #d9e6dd;background:#f3f9f5}
.hr-credit-inline>div{display:flex;flex-direction:column}.hr-credit-inline small{color:#6e7771;font-weight:700}.hr-credit-inline strong{font-size:22px;color:var(--house-green-strong)}.hr-credit-inline>span{color:#68716c;font-size:13px}.hr-credit-inline.no-credit{background:#fff8ed;border-color:#f0dfbd}.hr-credit-inline.no-credit strong{color:#986b1e}
.hr-credit-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 28px;border-radius:20px;background:linear-gradient(110deg,#31302d 0%,#405847 52%,#4d9a67 100%);color:#fff;margin-bottom:20px}
.hr-credit-hero>div{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.hr-credit-hero small{width:100%;font-size:11px;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,.75);font-weight:800}.hr-credit-hero strong{font-size:48px;line-height:1}.hr-credit-hero span{font-weight:700}.hr-credit-hero p{max-width:420px;margin:0;color:rgba(255,255,255,.86)}
.hr-package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:20px}.hr-package-card{position:relative;background:#fff;border:1px solid #e4e8e6;border-radius:20px;padding:24px;box-shadow:0 8px 26px rgba(27,29,32,.04)}.hr-package-card.featured{border-color:#b9d8c4;box-shadow:0 10px 30px rgba(77,154,103,.10)}.hr-package-top h3{font-size:21px;margin:0 0 6px}.hr-package-top p{margin:0;color:#747b77}.hr-package-badge{display:inline-block;background:var(--house-green-soft);color:var(--house-green-strong);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.7px;padding:6px 9px;border-radius:999px;margin-bottom:14px}.hr-package-price{margin:24px 0 2px}.hr-package-price strong{font-size:38px;color:var(--house-black)}.hr-package-price span{color:#747b77;font-weight:700}.hr-package-card>small{display:block;color:#777e79;margin-bottom:20px}.hr-package-card .hr-btn{margin-top:4px}
.hr-notice-success,.hr-notice-warning{padding:14px 17px;border-radius:12px;margin:0 0 18px;font-size:13px}.hr-notice-success{background:#eef8f1;border:1px solid #d4e9da;color:#296743}.hr-notice-warning{background:#fff7e9;border:1px solid #f0dfbd;color:#7d5d23}
.hr-status-approved{background:#e8f4ec;color:#1f6b40;border-color:#c7decf}.hr-status-pending{background:#fff6df;color:#775610;border-color:#f1dfb2}.hr-status-rejected{background:#fff0ef;color:#913a33;border-color:#f0d2cf}
@media(max-width:800px){.hr-package-grid{grid-template-columns:1fr}.hr-credit-hero,.hr-credit-inline{align-items:flex-start;flex-direction:column}.hr-credit-pill{order:-1}}


/* ===== HOUSE RENT v1.7 · Safe delete actions ===== */
.hr-link-danger{color:#b53d3d!important}
.hr-link-danger:hover{color:#8f2929!important;text-decoration:underline}
.hr-delete-form{display:inline-block;margin-left:8px;margin-bottom:0}
.hr-global-notice{margin:0 0 18px}
.hr-actions .hr-delete-form{white-space:nowrap}

/* ===== HOUSE RENT v1.8 · Administración patrimonial ===== */
.hr-mode-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:8px 0 18px}.hr-mode-card{display:flex!important;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--house-line);border-radius:14px;background:#fff;cursor:pointer}.hr-mode-card input{width:auto!important;margin:3px 0 0!important;accent-color:var(--house-green)}.hr-mode-card span{display:flex;flex-direction:column;gap:4px}.hr-mode-card b{color:var(--house-black);font-size:14px}.hr-mode-card small{color:var(--house-muted);font-weight:500;line-height:1.4}.hr-mode-card:has(input:checked){border-color:var(--house-green);box-shadow:0 0 0 3px rgba(77,154,103,.10);background:#f7fbf8}
.hr-management-fields{transition:.2s ease}.hr-management-fields.is-disabled{opacity:.45;pointer-events:none;filter:grayscale(.2)}
.hr-payout-form{display:grid;grid-template-columns:100px 130px minmax(150px,1fr) auto;gap:6px;align-items:center;min-width:520px}.hr-payout-form input{min-width:0;padding:7px 8px;border:1px solid var(--house-line);border-radius:8px;background:#fff}
.hr-dossier-form{display:inline-block;margin-left:10px}.hr-dossier-form .hr-btn{margin-top:8px}
.hr-legal-app{max-width:1240px;margin:0 auto}.hr-legal-case{margin-bottom:20px}.hr-legal-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.hr-legal-summary>div{padding:13px;border-radius:12px;background:#f8faf9;border:1px solid #e5ece7}.hr-legal-summary small{display:block;color:var(--house-muted);margin-bottom:5px}.hr-legal-summary b{display:block;color:var(--house-black)}
.hr-finance-kicker{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:var(--house-green-soft);color:var(--house-green-strong);font-size:11px;font-weight:800}.hr-owner-net{font-size:15px;color:var(--house-green-strong)}
@media(max-width:900px){.hr-mode-cards{grid-template-columns:1fr}.hr-payout-form{grid-template-columns:1fr;min-width:260px}.hr-legal-summary{grid-template-columns:1fr}}

/* ===== HOUSE RENT 1.9 · COBRANZA + SERVICIOS ===== */
.hr-collection-search-card{padding:26px}
.hr-collection-search-head h3{margin:0 0 5px}.hr-collection-search-head p{margin:0;color:var(--house-muted)}
.hr-collection-search{display:flex;align-items:center;gap:12px;margin:20px 0 24px}.hr-collection-search input{width:100%;max-width:760px;border:1px solid #dce1e4;border-radius:14px;padding:15px 18px;font-size:15px;background:#fff}.hr-collection-search input:focus{outline:none;border-color:var(--house-green);box-shadow:0 0 0 3px rgba(77,154,103,.14)}.hr-collection-search span{font-size:12px;color:var(--house-muted)}
.hr-empty-state{text-align:center;padding:52px 20px;background:#fafbfb;border:1px dashed #dfe4e2;border-radius:16px;color:var(--house-muted)}.hr-empty-state b{display:block;color:var(--house-black);font-size:17px;margin-bottom:6px}.hr-empty-state p{margin:0}
.hr-collection-file{border:1px solid #e4e8e8;border-radius:18px;background:#fff;margin:0 0 20px;overflow:hidden}.hr-collection-file-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;padding:22px 22px 18px;background:#fbfcfb;border-bottom:1px solid #e8ecea}.hr-collection-file-head h3{margin:5px 0 4px;font-size:22px}.hr-collection-file-head p{margin:0;color:var(--house-muted)}.hr-collection-mini{display:flex;gap:9px;flex-wrap:wrap}.hr-collection-mini>div{min-width:100px;background:#fff;border:1px solid #e5e9e7;border-radius:12px;padding:10px 12px}.hr-collection-mini small{display:block;color:var(--house-muted);font-size:10px}.hr-collection-mini b{font-size:15px}.hr-collection-file .hr-table-wrap{padding:0 18px}.hr-collection-footer{display:flex;justify-content:flex-end;padding:14px 20px 20px}
.hr-service-buy summary{cursor:pointer;font-weight:800;color:var(--house-green-strong)}.hr-service-box{margin-top:12px;padding:16px;border:1px solid #dde8e1;border-radius:13px;background:#f8fbf9;min-width:300px}.hr-service-box .hr-btn{margin-bottom:12px}.hr-service-checkout{border:1px solid #dce8df!important;background:linear-gradient(180deg,#fbfefc 0%,#f4faf6 100%)}.hr-service-price{font-size:38px;font-weight:850;letter-spacing:-1.2px;color:var(--house-black);margin:12px 0}.hr-service-price small{font-size:13px;font-weight:700;color:var(--house-muted);letter-spacing:0}.hr-muted{color:var(--house-muted);font-size:12px}
@media(max-width:800px){.hr-collection-file-head{align-items:flex-start;flex-direction:column}.hr-collection-mini{width:100%}.hr-collection-mini>div{flex:1;min-width:90px}.hr-service-box{min-width:0}}

/* House Rent 1.9.1 · contract UI cleanup */
.hr-contract-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.hr-contract-actions form{margin:0}
.hr-contract-actions-card .hr-form-hint{margin:14px 0 0}
@media(max-width:600px){.hr-contract-actions{align-items:stretch;flex-direction:column}.hr-contract-actions .hr-btn,.hr-contract-actions form,.hr-contract-actions form .hr-btn{width:100%}}


/* House Rent 1.9.2 · contrato completo y checkout visible */
.hr-contract-pay-mini{display:inline-block;margin-top:7px;font-size:12px;font-weight:800;color:var(--house-green-strong)!important;text-decoration:none!important}
.hr-contract-service-features{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;margin:16px 0 20px;padding:14px;background:#f4f8f5;border-radius:12px;color:#3f5146;font-size:13px;font-weight:700}
.hr-admin-service-override{margin-top:20px;padding:16px;border:1px dashed #b9c4bd;border-radius:12px;background:#fafcfb}
.hr-admin-service-override>p{margin:5px 0 12px;color:#6b7470}
.hr-contract-legacy-note{display:flex;flex-direction:column;gap:3px;margin-top:15px;padding:12px 14px;border-radius:10px;background:#fff8e8;border:1px solid #efdfb7;color:#6e5a2c;font-size:12px}
.hr-contract-document{max-width:820px;margin:0 auto;background:#fff;color:#181818;font-family:Arial,Helvetica,sans-serif;font-size:12.2pt;line-height:1.55;padding:34px 42px}
.hr-contract-document>h1{text-align:center;font-size:18pt;margin:0 0 24px;letter-spacing:.3px}
.hr-contract-document>h2{font-size:14pt;margin:28px 0 14px;border:0;color:#111}
.hr-contract-document .hr-contract-lead{text-align:justify;margin-bottom:26px}
.hr-contract-clause{margin:0 0 20px;break-inside:avoid-page}
.hr-contract-clause h3{font-size:12.5pt;margin:0 0 8px;text-transform:uppercase}
.hr-contract-clause p{text-align:justify;margin:0;white-space:normal}
.hr-contract-signatures{margin-top:40px;break-inside:avoid-page}
.hr-sign-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;text-align:center}
@media print{
  body *{visibility:hidden!important}
  .hr-contract-preview,.hr-contract-preview *{visibility:visible!important}
  .hr-contract-preview{position:absolute!important;left:0;top:0;width:100%;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}
  .hr-contract-document{max-width:none;padding:12mm 14mm;font-size:10.5pt;line-height:1.45}
  .hr-contract-clause{break-inside:auto;margin-bottom:14px}
  .hr-contract-clause h3{break-after:avoid-page}
  @page{size:letter;margin:12mm}
}
@media(max-width:700px){.hr-contract-service-features{grid-template-columns:1fr}.hr-contract-document{padding:22px 18px}.hr-sign-grid{grid-template-columns:1fr;gap:50px}}

/* v1.9.3 payment visibility */
.hr-contract-pay-mini{display:inline-flex;margin-top:8px;padding:7px 10px;border-radius:9px;background:var(--house-green);color:#fff!important;font-weight:800;font-size:12px;text-decoration:none!important}.hr-contract-pay-mini:hover{background:var(--house-green-strong)}
.hr-service-checkout{border:2px solid var(--house-green-line)!important;background:linear-gradient(180deg,#fff 0%,#f7fbf8 100%)}


/* ===== HOUSE RENT v1.9.5 · Márgenes integrados House ===== */
.hr-app.hr-native{
    width:100%;
    max-width:1500px;
    margin:0 auto !important;
    padding:0 28px 36px;
    box-sizing:border-box;
}

.hr-native .hr-shell{
    width:100%;
    margin:0 auto;
}

.hr-native .hr-module-head{
    padding-top:18px;
}

.hr-native .hr-tabs.hr-tabs-native{
    overflow-x:auto;
    scrollbar-width:thin;
    -webkit-overflow-scrolling:touch;
}

@media (max-width: 1200px){
    .hr-app.hr-native{
        padding-left:22px;
        padding-right:22px;
    }
}

@media (max-width: 767px){
    .hr-app.hr-native{
        padding-left:16px;
        padding-right:16px;
        padding-bottom:28px;
    }
}


/* ===== HOUSE RENT v1.9.6 · Servicios obligatorios Administración ===== */
.hr-service-stack{display:flex;flex-direction:column;gap:7px;align-items:flex-start}
.hr-service-stack>span{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.hr-protection-pay-mini{background:#eef8f1!important;color:#2f7d4c!important;border-color:#cfe6d6!important}
.hr-protection-pay-mini:hover{background:#e2f2e7!important}

/* ===== HOUSE RENT 2.0 · Centro de Pedidos frontend ===== */
.hr-admin-orders-wrap{max-width:1480px;margin:0 auto;padding:34px 28px 48px;box-sizing:border-box;font-family:inherit;color:#252729}
.hr-order-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:26px}
.hr-order-hero h1{font-size:38px;line-height:1.05;letter-spacing:-1.2px;margin:7px 0 8px;color:#1b1d20}
.hr-order-hero p{margin:0;color:#6f7478;font-size:16px}
.hr-order-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:20px 0 24px}
.hr-order-kpis>div{background:#fff;border:1px solid #e4e8e6;border-radius:18px;padding:20px;box-shadow:0 8px 24px rgba(27,29,32,.035);position:relative;overflow:hidden}
.hr-order-kpis>div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#4A9462}
.hr-order-kpis span,.hr-order-kpis small{display:block;color:#70777b;font-size:12px;font-weight:700}
.hr-order-kpis strong{display:block;font-size:29px;line-height:1.1;margin:8px 0;color:#1b1d20}
.hr-order-toolbar{display:grid;grid-template-columns:minmax(320px,1fr) 210px 190px;gap:12px;margin-bottom:16px}
.hr-order-search-box{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dce1e4;border-radius:13px;padding:0 14px}
.hr-order-search-box input{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;width:100%;padding:13px 0!important;margin:0!important}
.hr-order-toolbar select{background:#fff;border:1px solid #dce1e4;border-radius:13px;padding:0 13px;min-height:48px}
.hr-order-section{background:#fff;border:1px solid #e4e8e6;border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(27,29,32,.035)}
.hr-order-section-head{padding:24px 24px 18px;border-bottom:1px solid #edf0ef}
.hr-order-section-head h2{margin:0 0 5px;font-size:24px}.hr-order-section-head p{margin:0;color:#767c80}
.hr-order-table-wrap{overflow:auto}.hr-order-table{width:100%;border-collapse:collapse;min-width:1120px}
.hr-order-table th{padding:16px 14px;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.45px;color:#737a7f;background:#f8faf9;border-bottom:1px solid #e5e9e7}
.hr-order-table td{padding:16px 14px;border-bottom:1px solid #edf0ef;vertical-align:middle;font-size:13px}
.hr-order-table td small{display:block;color:#858b90;margin-top:4px;line-height:1.35}.hr-order-table td a{display:block;color:#3f8f5c;font-weight:700;margin-top:5px}
.hr-order-type{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;margin-bottom:3px;background:#eef6f1;color:#2f7449}
.hr-order-type.contract{background:#eef3f8;color:#365f83}.hr-order-type.protection{background:#f2eff9;color:#644d8a}.hr-order-type.credit{background:#edf7ef;color:#34744b}
.hr-order-status{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.hr-order-status.pending{background:#fff7df;color:#8b6700}.hr-order-status.approved{background:#e9f7ed;color:#2c7645}.hr-order-status.rejected{background:#fff0ef;color:#9a4039}
.hr-order-actions{display:flex;gap:7px;align-items:center}.hr-order-actions form{margin:0}.hr-order-actions button{border:0;border-radius:9px;padding:9px 11px;font-size:12px;font-weight:800;cursor:pointer}
.hr-order-approve{background:#4A9462;color:#fff}.hr-order-reject{background:#fff;border:1px solid #e6c9c6!important;color:#a5423b}
.hr-order-muted{color:#858b90}.hr-order-no-results,.hr-order-empty-row,.hr-order-empty{padding:30px;text-align:center;color:#7a8084}.hr-order-empty{max-width:760px;margin:50px auto;background:#fff;border:1px solid #e4e8e6;border-radius:20px}
@media(max-width:980px){.hr-order-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.hr-order-toolbar{grid-template-columns:1fr}.hr-order-hero{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.hr-admin-orders-wrap{padding:24px 16px 38px}.hr-order-kpis{grid-template-columns:1fr}.hr-order-hero h1{font-size:31px}}
