body{margin:0;min-width:320px;background:linear-gradient(160deg,#e7f7ee,#f8fafc 52%,#e0f2fe);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#0f172a}
.app{--green:#16a34a;--orange:#f97316;--sky:#0284c7;--muted:#64748b;max-width:430px;margin:0 auto;padding:14px 14px 92px}
*{box-sizing:border-box}.page{min-height:70vh}.loading{font-weight:950;padding:20px}
.top{position:sticky;top:0;z-index:5;margin:-14px -14px 14px;padding:12px 14px;background:rgba(255,255,255,.96);border-bottom:1px solid #e2e8f0;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;gap:10px;align-items:center;font-weight:950;font-size:19px;background:transparent;border:0;color:inherit;text-align:left;cursor:pointer}.brand span{display:grid;line-height:1.05}.brand small{font-size:11px;color:#64748b;text-transform:lowercase}.brand img{width:42px;height:42px;border-radius:8px}
.avatar{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:14px;background:#0f172a;color:#fff;font-weight:950;cursor:pointer}
.top-actions{display:flex;align-items:center;gap:8px}.guide-mini{min-height:38px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#075985;padding:0 10px;font-weight:950;cursor:pointer}
.card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin:12px 0;box-shadow:0 16px 38px rgba(15,23,42,.1)}
.hero{background:linear-gradient(145deg,#16a34a,#0284c7);color:white}.hero-icon{width:72px;height:72px;border-radius:18px;margin-bottom:14px;box-shadow:0 14px 30px rgba(15,23,42,.22)}
.title{font-size:28px;line-height:1.05;margin:0 0 8px;font-weight:950;letter-spacing:0}.h2{font-size:22px;margin:0 0 12px;font-weight:950;letter-spacing:0}.muted{color:var(--muted);font-weight:750}
.grid{display:grid;gap:12px}.two{grid-template-columns:1fr 1fr}.row{display:flex;gap:10px;align-items:center;justify-content:space-between;min-width:0}.row>*{min-width:0}
.context{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 12px}
.btn{min-height:48px;border:0;border-radius:8px;background:var(--green);color:#fff;padding:10px 14px;font-weight:950;font-size:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 16px rgba(22,163,74,.22);cursor:pointer;text-decoration:none;width:100%}
.btn.orange{background:var(--orange)}.btn.sky{background:var(--sky)}.btn.light{background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:none}.btn.danger{background:#ef4444}.btn.small{min-height:40px;font-size:14px;padding:8px 10px}
.btn.title-action{width:auto;min-width:132px}
.input,.select,.textarea{width:100%;min-height:48px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:10px 12px;font-weight:800;font-size:16px;outline:none}.textarea{min-height:116px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:var(--green)}
.label{font-size:13px;text-transform:uppercase;font-weight:950;color:#334155}.pill{display:inline-flex;border-radius:999px;background:#dcfce7;color:#166534;padding:5px 10px;font-size:12px;font-weight:950;white-space:nowrap}.pill.orange{background:#ffedd5;color:#9a3412}.pill.sky{background:#e0f2fe;color:#075985}.pill.gray{background:#f1f5f9;color:#475569}
.list-btn{width:100%;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px;font-weight:850;cursor:pointer}.manage-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:stretch;margin-bottom:8px}.danger-icon{border:1px solid #fecdd3;background:#fff1f2;color:#be123c;border-radius:8px;padding:0 10px;font-weight:950;cursor:pointer}
.box{border-radius:8px;padding:12px;background:#f1f5f9;font-weight:800;overflow-wrap:anywhere}.box.orange{background:#ffedd5}.box.sky{background:#e0f2fe}
.check-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px}.check-item{display:flex;align-items:center;gap:8px;min-height:46px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:10px 12px;font-weight:950;cursor:pointer;overflow-wrap:anywhere}.check-item input{width:18px;height:18px;accent-color:var(--green);flex:0 0 auto}.check-list.sky .check-item{border-color:#bae6fd;background:#f0f9ff}.check-list.orange .check-item{border-color:#fed7aa;background:#fff7ed}
.nav{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #e2e8f0;z-index:20}.nav-inner{max-width:430px;margin:0 auto;padding:8px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px}.nav button{border:0;border-radius:8px;min-height:54px;background:#fff;color:#64748b;font-weight:950;font-size:12px;cursor:pointer}.nav button.active{background:#dcfce7;color:#166534}
.message{background:#fef3c7;color:#92400e;border-radius:8px;padding:10px 12px;font-weight:850;margin:10px 0}.safe-strip{display:grid;grid-template-columns:1fr;gap:8px;margin:12px 0}.safe-strip span{border:1px solid #dbeafe;background:#eff6ff;color:#075985;border-radius:8px;padding:10px 12px;font-weight:900;text-align:center}
.share-float{position:fixed;left:0;top:50%;z-index:30;display:flex;flex-direction:column;gap:6px;transform:translateY(-50%)}.share-float__button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:0 8px 8px 0;color:#fff!important;font-size:13px;font-weight:950;line-height:1;text-decoration:none;text-transform:uppercase;box-shadow:0 8px 20px rgba(15,23,42,.18);transition:width .2s ease,transform .2s ease,box-shadow .2s ease}.share-float__button:hover,.share-float__button:focus{width:52px;color:#fff!important;transform:translateX(2px);box-shadow:0 10px 26px rgba(15,23,42,.26);outline:none}.share-float__button:focus-visible{outline:3px solid rgba(249,115,22,.45);outline-offset:2px}.share-float__button--facebook{background:#1877f2;font-size:22px}.share-float__button--x{background:#111;font-size:15px}.share-float__button--linkedin{background:#0a66c2}.share-float__button--whatsapp{background:#25d366;font-size:11px}.share-float__button--email{background:#f97316;font-size:19px}
.guide-backdrop{position:fixed;inset:0;z-index:50;background:rgba(15,23,42,.45);display:grid;place-items:end center;padding:14px}.guide-panel{width:min(430px,100%);background:#fff;border-radius:8px;border:1px solid #dbeafe;padding:18px;box-shadow:0 24px 80px rgba(15,23,42,.35)}.guide-close{float:right;border:0;background:#f1f5f9;border-radius:8px;padding:8px 10px;font-weight:950;color:#334155}.guide-count{font-size:13px;font-weight:950;color:#0284c7;text-transform:uppercase;margin-bottom:10px}.guide-title{font-size:26px;line-height:1.08;margin:0 0 10px;font-weight:950;letter-spacing:0}.guide-text{font-size:18px;line-height:1.35;margin:0;color:#334155;font-weight:800}.guide-dots{display:flex;gap:6px;margin:16px 0}.guide-dots span{width:10px;height:10px;border-radius:999px;background:#cbd5e1}.guide-dots span.active{background:#16a34a}.guide-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.guide-actions .btn[disabled]{opacity:.45;cursor:not-allowed}
@media (max-width:560px){.share-float{top:auto;bottom:82px;left:8px;flex-direction:row;gap:7px;transform:none}.share-float__button,.share-float__button:hover,.share-float__button:focus{width:40px;height:40px;border-radius:8px;transform:none}}
@media (max-width:380px){.context,.two{grid-template-columns:1fr}.title{font-size:24px}.h2{font-size:20px}.btn{font-size:15px;padding-left:10px;padding-right:10px}.share-float__button,.share-float__button:hover,.share-float__button:focus{width:38px;height:38px}}
