:root{--page-bg-1: #cfead8;--page-bg-2: #f6f7fb;--card-bg: #ffffff;--border-soft: #d1d5db;--brand-green: #146c43;--brand-green-strong: #0f5132;--brand-green-deep: #0b3d2e;--text-main: #111827;--text-muted: #4b5563;--radius-lg: 22px;--shadow-soft: 0 18px 45px rgba(15, 23, 42, .14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;background:radial-gradient(circle at top left,var(--page-bg-1),var(--page-bg-2));color:var(--text-main)}.page{min-height:100vh;display:flex;flex-direction:column}.site-header{padding:12px 10px;background:linear-gradient(135deg,var(--brand-green-deep),var(--brand-green-strong));color:#ffffffeb;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 10px 25px #0b3d2e38}.brand-logo-small{display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);padding:6px 10px;border-radius:14px}.site-header .brand-name{color:#ffffffdb;letter-spacing:.2px}.site-header .brand-name strong{color:#d7ffe3}.site-header .brand-link a{color:#fffffff2;font-weight:650}.site-header .brand-link a:hover{text-decoration:underline;color:#fff}.brand-bar{max-width:420px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px}.brand-left{display:flex;align-items:center;gap:10px}.brand-logo-small img{height:50px;width:auto;display:block}.brand-name{font-size:1.1rem;color:var(--text-muted)}.brand-name strong{color:var(--brand-green)}.brand-link a{font-size:.95rem;color:var(--brand-green-strong);text-decoration:none}.brand-link a:hover{text-decoration:underline}.site-main{flex:1;display:flex;align-items:center;justify-content:center;padding:10px}.card{width:100%;max-width:420px;background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);border:1px solid rgba(209,213,219,.9);padding:18px 14px 16px;position:relative;overflow:hidden}.card:before{content:"";position:absolute;left:0;top:0;height:6px;width:100%;background:linear-gradient(90deg,var(--brand-green-deep),var(--brand-green-strong),var(--brand-green));opacity:.95}.card-header{text-align:center;margin-bottom:14px}.logo-wrap{display:inline-flex;align-items:center;justify-content:center;padding:6px 40px;border-radius:999px;background:#fff;border:1px solid var(--border-soft);margin-bottom:8px}.logo-wrap img{height:65px;width:auto;display:block}.card-title{margin:0;font-size:1.5rem;font-weight:700;color:var(--brand-green)}.card-subtitle{margin:4px 0 0;font-size:.96rem;color:var(--text-muted);font-weight:500}form{margin-top:14px;display:flex;flex-direction:column;gap:16px}.field-group{display:flex;flex-direction:column;gap:6px}label{font-size:.98rem;font-weight:600;color:#111827}.input-wrapper{position:relative}.input-wrapper .icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:1.3rem;color:var(--text-muted);font-weight:500}input[type=number],select{width:100%;border-radius:999px;border:1px solid var(--border-soft);background:#fff;color:var(--text-main);padding:12px 16px 12px 48px;font-size:1rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-weight:500}select{cursor:pointer}input::placeholder{color:#9ca3af;font-weight:400}input:focus,select:focus{border-color:var(--brand-green-strong);box-shadow:0 0 0 3px #146c432e}.hint{font-size:.85rem;color:var(--text-muted);font-weight:500}.actions{margin-top:4px;display:flex;justify-content:center}.actions,.buttons-row{display:flex;flex-direction:column;gap:8px}.btn-primary,.btn-secondary{width:100%;border-radius:999px;padding:13px 18px;font-size:1.02rem;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--brand-green-strong),var(--brand-green));color:#fff;box-shadow:0 12px 28px #0b3d2e57}.btn-primary:hover{box-shadow:0 14px 32px #0b3d2e61}.btn-primary:active{box-shadow:0 10px 22px #0b3d2e52}.btn-secondary{background:#fff;color:var(--text-muted);border:1px solid var(--border-soft)}.btn-secondary:hover{background:#f3f4f6}.btn-icon{font-size:1.35rem}.site-footer{padding:8px 10px 10px;font-size:.75rem;color:#6b7280}.footer-inner{max-width:420px;margin:0 auto;border-top:1px solid rgba(209,213,219,.7);padding-top:6px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px}.footer-inner span{display:block}.footer-inner a{color:var(--brand-green-strong);text-decoration:none}.footer-inner a:hover{text-decoration:underline}.result-card{max-width:960px}.result-layout{display:flex;flex-direction:column;gap:14px}.result-info{display:flex;flex-direction:column;gap:10px}.info-box{padding:10px 12px;border-radius:14px;background:#f9fafb;border:1px solid var(--border-soft);font-size:.95rem;color:var(--text-muted)}.info-box strong{color:var(--text-main)}.status-ok,.status-error{display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:6px 10px;border-radius:999px;font-size:.9rem}.status-ok{background:#00932b12;border:1px solid rgba(0,147,43,.25);color:var(--brand-green-strong)}.status-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.status-dot{width:10px;height:10px;border-radius:999px}.status-ok .status-dot{background:var(--brand-green-strong)}.status-error .status-dot{background:#ef4444}.visits{margin-top:6px;font-size:.85rem;color:var(--text-muted)}.pdf-panel{border-radius:16px;border:1px solid rgba(209,213,219,.9);overflow:hidden;background:#f9fafb;min-height:260px;display:flex;align-items:stretch;justify-content:center}.pdf-panel embed,.pdf-panel iframe{width:100%;min-height:340px;border:0}.pdf-placeholder{flex:1;padding:22px 16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--text-muted);font-size:.95rem}.pdf-placeholder-icon{font-size:2.6rem;margin-bottom:8px}@media (min-width: 640px){body{font-size:16px}.site-main{padding:16px}.card{padding:40px 45px 42px;max-width:600px}.card-title{font-size:1.8rem}.card-subtitle{font-size:1.02rem}.brand-bar,.footer-inner{max-width:560px}.pdf-panel embed,.pdf-panel iframe{min-height:380px}}@media (min-width: 880px){body{font-size:17px}.site-main{padding:20px}.card{max-width:560px}.result-card,.brand-bar,.footer-inner{max-width:960px}.result-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.7fr);gap:24px;align-items:stretch}.result-info{align-self:stretch;gap:12px}.result-info .card-header{text-align:left;margin-bottom:8px}.pdf-panel{height:100%;min-height:0}.pdf-panel embed,.pdf-panel iframe{width:100%;height:100%;min-height:0;border:0}.pdf-placeholder{font-size:1rem}.pdf-placeholder-icon{font-size:2.6rem}.brand-logo-small img{height:60px}.brand-name{font-size:1.6rem}.brand-link a{font-size:1.2rem}.logo-wrap img{height:80px}.card-title{font-size:2.1rem}.card-subtitle{font-size:1.2rem}label,input[type=number],select{font-size:1.05rem}.hint{font-size:.95rem}.info-box{font-size:1rem}.status-ok,.status-error{font-size:.96rem}.visits{font-size:.92rem}.site-footer{font-size:.8rem}.actions,.buttons-row{flex-direction:row;justify-content:center;gap:10px}.btn-primary,.btn-secondary{width:auto;min-width:170px;padding:10px 18px;font-size:1.02rem}}
