﻿body{margin:0;font-family:Arial,sans-serif;background:#dff2e6;color:#17251d;}
.app{max-width:430px;margin:0 auto;min-height:100vh;padding:16px 14px 88px;background:linear-gradient(180deg,#e9f8ef,#d9f0e3);}
.top{display:flex;gap:10px;align-items:center;margin-bottom:14px;}
.avatar{width:38px;height:38px;border-radius:50%;background:#168957;color:white;display:flex;align-items:center;justify-content:center;font-weight:800;}
.title{font-size:17px;font-weight:800}.sub{font-size:12px;color:#607266;}
.card{background:white;border-radius:22px;padding:18px;box-shadow:0 10px 30px rgba(20,80,50,.12);margin-bottom:14px;}
.cardhead{display:flex;justify-content:space-between;gap:12px;margin-bottom:14px;}.cardtitle{font-size:22px;font-weight:850}.time{font-size:12px;color:#8a9a90;}
.section{border-top:1px solid #eef3ef;padding-top:13px;margin-top:13px}.section:first-of-type{border-top:0;margin-top:0;padding-top:0}.section h3{font-size:15px;margin:0 0 10px;font-weight:850;}
.row{display:flex;justify-content:space-between;gap:10px;padding:7px 0;font-size:14px}.muted{color:#64756b;}
.badge{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;background:#e8f1ff;color:#2364b6}.danger{background:#ffe8eb;color:#b42335;}
.buttons{position:fixed;left:0;right:0;bottom:0;max-width:430px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px 18px;background:linear-gradient(180deg,rgba(217,240,227,0),#d9f0e3 35%);}
.btn{border:0;border-radius:16px;background:#168957;color:white;font-size:16px;font-weight:850;padding:15px 10px}.screen{display:none}.screen.active{display:block}
.selector{border:1px solid #edf2ee;border-radius:16px;padding:14px 13px;margin-top:10px;background:#fbfdfb;box-shadow:0 4px 14px rgba(20,80,50,.05);}
.value{font-weight:850;color:#168957;}
.card p{margin:8px 0 0;color:#64756b;line-height:1.35;}
