:root{--teal:#008b7b;--teal-dark:#006c68;--navy:#07505a;--orange:#f47b2a;--bg:#eef5f5;--text:#182f35;--muted:#6d7f84;--line:#d9e6e7;--radius:9px}
*{box-sizing:border-box}body.mobile-app{margin:0;background:linear-gradient(90deg,#d9eeee,#f5fbfb);font-family:'Roboto Condensed',Arial,sans-serif;color:var(--text);font-size:15px}.phone-page{max-width:480px;margin:0 auto;min-height:100vh;background:#f3f8f8;box-shadow:0 0 0 1px rgba(0,0,0,.03);position:relative;padding-bottom:76px}
.mobile-header{background:linear-gradient(180deg,#007d76,#069584);color:#fff;padding:14px 14px 11px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow:0 8px 20px rgba(0,105,98,.22);position:sticky;top:0;z-index:6}.header-row{display:flex;align-items:center;justify-content:space-between}.mobile-brand{display:flex;align-items:center;gap:9px;color:#fff;text-decoration:none}.mobile-brand strong{font-size:15px;line-height:1.15}.emblem{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#d71920;color:#ffdb59;border:2px solid #ffdb59;font-size:18px;flex:0 0 auto}
.mobile-icons{display:flex;gap:10px}.mobile-icons button{background:transparent;border:0;color:#fff;display:grid;place-items:center;font-size:18px}.mobile-icons small{font-size:9px;margin-top:1px}.hero-search{height:38px;background:#fff;border-radius:8px;display:flex;align-items:center;gap:8px;margin-top:12px;padding:0 10px;color:#7b8c91}.hero-search input{border:0;outline:0;flex:1;font-size:13px;min-width:0}.hero-search button{border:0;background:#fff;color:#d4833a}
.mobile-content{padding:12px 12px 96px}.welcome-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 12px;text-align:center;box-shadow:0 4px 12px rgba(11,72,78,.1);margin-bottom:10px}.welcome-card h1{font-size:18px;line-height:1.25;margin:0;font-weight:900}
.mobile-section{background:#fff;border:1px solid var(--line);border-radius:9px;padding:10px;margin-bottom:10px}.mobile-section h2{font-size:14px;margin:0 0 9px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.category-card{text-align:center;text-decoration:none;color:var(--text);display:grid;gap:5px;min-width:0}.category-card span{display:grid;place-items:center;margin:0 auto;width:48px;height:45px;border-radius:9px;background:#f5f6f2;border:1px solid #edf0ec;color:#875c25;font-size:23px}.category-card strong{font-size:11px;line-height:1.15;font-weight:800}.category-card.blue span{color:#226d8f;background:#eef8fb}.category-card.orange span{color:#d07b16;background:#fff5e7}.category-card.mint span{color:#895e28;background:#f7f0e2}.category-card.amber span{color:#cc6d13;background:#fff6e9}
.document-list{display:grid;gap:8px}.document-card{display:grid;grid-template-columns:22px 1fr 76px;gap:5px;padding:10px 8px;border:1px solid #e1e9ea;border-radius:8px;background:#fff;box-shadow:0 3px 8px rgba(20,73,79,.06)}.doc-index{font-weight:900;color:#111}.doc-body h3{font-size:13px;line-height:1.2;margin:0 0 3px;font-weight:900}.doc-body p{font-size:11px;line-height:1.25;margin:0 0 2px;color:#455a60}.doc-body time{font-size:11px;color:#333}.doc-actions{display:grid;align-content:center;gap:6px}.doc-actions a{text-decoration:none;text-align:center;font-size:10px;font-weight:900;border-radius:999px;min-height:30px;display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 7px;box-shadow:0 3px 8px rgba(20,73,79,.08)}.doc-actions i{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;font-size:9px;flex:0 0 auto}.detail-btn{background:#eef8f7;color:#00776e!important;border:1px solid #bfe4df}.detail-btn i{background:#fff;border:1px solid #bfe4df}.download-btn{background:#f47b2a;color:#fff!important;border:1px solid #f47b2a}.download-btn i{background:rgba(255,255,255,.2);color:#fff}
.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);max-width:480px;width:100%;height:62px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 -8px 18px rgba(11,72,78,.12);z-index:8}.bottom-nav a{display:grid;place-items:center;color:#233c42;text-decoration:none;font-size:10px;font-weight:800;padding:6px 0}.bottom-nav i{font-size:17px}.bottom-nav a.active{color:#008b7b}.user-footer{position:fixed;left:50%;bottom:62px;transform:translateX(-50%);max-width:480px;width:100%;background:#eef7f7;color:#31575e;text-align:center;font-size:12px;font-weight:800;padding:7px 10px;border-top:1px solid var(--line);z-index:7}.mobile-brand .brand-logo{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid rgba(255,255,255,.8);flex:0 0 auto}
.filter-form{display:grid;grid-template-columns:1fr 1fr;gap:8px}.filter-form input,.filter-form select,.filter-form button{height:38px;border-radius:8px;border:1px solid var(--line);padding:0 10px;font-size:13px}.filter-form input{grid-column:1/-1}.filter-form button{grid-column:1/-1;background:#008b7b;color:#fff;border:0;font-weight:800}
.detail-sheet,.profile-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px;margin-bottom:10px}.detail-sheet h1{font-size:19px;line-height:1.25;margin:0 0 10px;font-weight:900}.detail-sheet dl{display:grid;gap:6px;margin:0 0 10px}.detail-sheet dl div{display:flex;justify-content:space-between;gap:10px;border-bottom:1px dashed #e3ecee;padding-bottom:5px}.detail-sheet dt{color:var(--muted);font-size:12px}.detail-sheet dd{margin:0;font-weight:800;text-align:right}.pdf-viewer{height:260px;border:1px dashed #cbdcde;border-radius:9px;background:#f7fbfb;display:grid;place-items:center;text-align:center;color:#c0392b;margin:10px 0;overflow:hidden}.pdf-viewer.is-embed{display:block;border-style:solid;background:#fff}.pdf-viewer iframe{width:100%;height:100%;border:0;display:block}.pdf-viewer i{font-size:42px}.pdf-viewer span,.pdf-viewer small{display:block;color:#52666b}.detail-action-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.primary-download{display:flex;align-items:center;justify-content:center;gap:8px;background:#f47b2a;color:#fff;text-decoration:none;border-radius:8px;min-height:42px;font-weight:900}.primary-download.secondary{background:#eef8f7;color:#00776e;border:1px solid #bfe4df}
.profile-card{text-align:center}.profile-avatar{display:grid;place-items:center;width:66px;height:66px;margin:0 auto 8px;border-radius:50%;background:#008b7b;color:#fff;font-weight:900;font-size:22px}.profile-card h1{font-size:18px;margin:0}.profile-card p{color:var(--muted)}.profile-card button{border:0;background:#008b7b;color:#fff;border-radius:8px;padding:10px 18px;font-weight:800}
.auth-required{text-align:center}.auth-required>i{font-size:38px;color:#07505a;margin-bottom:8px}.auth-required p{color:#60777d}
@media(min-width:700px){.phone-page{margin:24px auto;border-radius:28px;overflow:hidden;min-height:860px}.bottom-nav{border-bottom-left-radius:28px;border-bottom-right-radius:28px}.mobile-header{position:relative}}
@media(max-width:360px){.category-grid{gap:6px}.category-card span{width:42px;height:40px}.document-card{grid-template-columns:20px 1fr 70px}.doc-actions a{font-size:9px;padding:4px 5px}.mobile-brand strong{font-size:13px}}
