*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{background-color:#f0f2f5;background-image:linear-gradient(120deg,#f0f2f5,#e0e4e8);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;justify-content:center;min-height:100vh}.page-root{width:100%;max-width:540px;background-color:#fff;min-height:100vh;position:relative;display:flex;flex-direction:column;transition:all .3s ease}@media(min-width:601px){body{padding:40px 0}.page-root{min-height:calc(100vh - 80px);border-radius:30px;border:12px solid #ffffff;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.bottom-bar{bottom:40px!important;width:516px!important;border-bottom-left-radius:18px;border-bottom-right-radius:18px}}.content-wrapper{width:100%;position:relative;padding-bottom:120px}.content-image{width:100%;height:auto;display:block;border:none}.bottom-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:540px;background-color:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:20px;box-shadow:0 -10px 15px -3px #0000000d;z-index:1000;display:flex;justify-content:center;padding-bottom:calc(20px + env(safe-area-inset-bottom));box-sizing:border-box}.action-button{display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;width:100%;height:60px;font-size:19px;font-weight:700;border-radius:18px;text-decoration:none;box-shadow:0 10px 20px -5px #2563eb66;animation:pulse-elegant 2s infinite ease-in-out;transition:all .3s cubic-bezier(.175,.885,.32,1.275);-webkit-user-select:none;user-select:none;border:1px solid rgba(255,255,255,.2)}.action-wrap{width:100%;transition:transform .2s;display:flex;justify-content:center}.action-wrap:active{transform:scale(.96)}.action-button img{width:32px;height:32px;border-radius:8px;pointer-events:none}@keyframes pulse-elegant{0%,to{transform:scale(1);box-shadow:0 10px 20px -5px #2563eb66}50%{transform:scale(1.02);box-shadow:0 15px 30px -5px #2563eb99}}@media(max-width:480px){.action-button{font-size:17px;height:56px;border-radius:15px}.bottom-bar{padding:15px}}
