.cleaner-shell{min-height:100vh;background:#F8FAFC;color:#0F172A;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.cl-screen{max-width:600px;margin:0 auto;padding:16px 16px 96px}.cl-header{position:-webkit-sticky;position:sticky;top:0;background:#ffffff;border-bottom:1px solid #e2e8f0;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;z-index:10}.cl-h1{font-size:18px;font-weight:800;margin:0}.cl-bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#ffffff;border-top:1px solid #e2e8f0;display:flex;padding:8px 0;z-index:10}.cl-nav-btn{flex:1 1;display:flex;flex-direction:column;align-items:center;background:transparent;border:none;padding:8px 4px;color:#94A3B8;font-size:11px;font-weight:600;cursor:pointer}.cl-nav-btn.active{color:#0EA5E9}.cl-nav-btn .icon{font-size:22px;line-height:1;margin-bottom:4px}.cl-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;margin-bottom:12px}.cl-pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.4px}.cl-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px;border-radius:12px;font-size:16px;font-weight:700;border:none;cursor:pointer;min-height:52px}.cl-btn-primary{background:#0EA5E9;color:white}.cl-btn-outline{background:white;color:#0F172A;border:1px solid #cbd5e1}.cl-btn-start{background:#059669;color:white}.cl-btn-finish{background:#EA580C;color:white}.cl-btn:disabled{opacity:.5}.cl-input{width:100%;padding:14px;border:1px solid #cbd5e1;border-radius:10px;font-size:16px;background:white;box-sizing:border-box}.cl-input:focus{outline:2px solid #0EA5E9;border-color:#0EA5E9}.cl-label{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.cl-error{background:#FEE2E2;color:#B91C1C;padding:10px 12px;border-radius:8px;font-size:13px;margin:8px 0}.cl-toast{position:fixed;bottom:80px;left:16px;right:16px;padding:14px;border-radius:10px;font-size:14px;font-weight:700;color:white;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.2)}.cl-toast-ok{background:#059669}.cl-toast-err{background:#B91C1C}