:root{--bg-color: #F1F2F8;--text-color: #2E2E2E;--accent-main: #FF6D1F;--accent-second: #5A7ACD;--color-gray: #BFBFBF;--color-green: #5ACD73;--border-radius: 24px;--card-shadow: 0 10px 40px rgba(0, 0, 0, .04)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;color:var(--text-color);font-family:Manrope,sans-serif}body{background-color:var(--bg-color);color:var(--text-color);font-size:14px;font-weight:300;line-height:1.2;overflow:hidden;-webkit-user-select:none;user-select:none}h1{font-weight:800;font-size:40px;line-height:46px}h2{font-weight:800;font-size:35px;line-height:40px}h3{font-weight:800;font-size:20px}.body-text-gray{font-size:14px;font-weight:300;color:var(--color-gray)}#root{height:100vh;width:100vw;display:flex;flex-direction:column}.screen{flex:1;display:flex;flex-direction:column;padding:24px;background-color:var(--bg-color);overflow:hidden;position:relative}.header-redesign{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;padding-top:10px}.back-btn-orange{width:50px;height:50px;background:var(--accent-main);border-radius:12px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.back-btn-blue{width:50px;height:50px;background:var(--accent-second);border-radius:12px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.menu-card{background:#fff;border-radius:24px;padding:24px;margin-bottom:16px;box-shadow:var(--card-shadow);display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;gap:16px}.menu-card .content{flex:1;min-width:0}.menu-card .content .title{font-weight:800;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-card .actions{display:flex;gap:8px;flex-shrink:0}.stack-container{position:relative;width:320px;height:320px;margin:0 auto}.swipe-card{position:absolute;width:320px;height:320px;border-radius:24px;padding:32px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--card-shadow);cursor:grab;-webkit-user-select:none;user-select:none;transform-origin:center bottom}.swipe-card.top{background:var(--accent-main);z-index:10}.swipe-card.under{background:#fff;z-index:5}.swipe-card h1{color:#fff;margin-bottom:8px}.swipe-card p{color:#ffffffb3;font-size:18px;font-weight:300}.card-swap-btn{position:absolute;top:24px;right:24px;width:44px;height:44px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;z-index:11}.btn-disclose{background:#fff;border:none;border-radius:16px;padding:20px;width:100%;font-size:20px;font-weight:800;margin-top:40px;cursor:pointer;box-shadow:var(--card-shadow)}.btn-primary{background-color:var(--accent-main);color:#fff!important;border-radius:16px;padding:16px;font-weight:800;border:none}.spinner{width:40px;height:40px;border:3px solid var(--color-gray);border-top-color:var(--accent-main);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
