@media screen and (max-width:767px){.yc-phone-sheet-root{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;justify-content:flex-end}.yc-phone-sheet-backdrop{position:absolute;inset:0;border:none;padding:0;background:var(--sh55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer}.yc-phone-sheet{position:relative;z-index:1;display:flex;max-height:86vh;flex-direction:column;margin:0;border:0;width:auto;color:inherit;border-radius:24px 24px 0 0;background:var(--glass-93);box-shadow:0 -18px 60px var(--sh55),inset 0 1px 0 var(--glass-inset-hi);-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);padding:0 20px calc(16px + env(safe-area-inset-bottom, 0px));animation:ycPhoneSheetUp .28s cubic-bezier(.16,1,.3,1)}@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.yc-phone-sheet{background:var(--screen)}}.yc-phone-sheet .yc-float-label{background:var(--glass-93)}.yc-phone-sheet-grabber{width:44px;height:5px;flex:none;margin:10px auto 4px;border-radius:999px;background:var(--divider)}.yc-phone-sheet-head{display:flex;flex:none;align-items:center;justify-content:space-between;gap:12px;padding:8px 0 12px}.yc-phone-sheet-title{margin:0;color:var(--ink);font-family:var(--font-satoshi);font-size:17px;font-weight:700;letter-spacing:-.02em}.yc-phone-sheet-close{display:inline-flex;width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;border:1px solid var(--hairline);border-radius:999px;background:transparent;color:var(--ink-faint);cursor:pointer}.yc-phone-sheet-body{min-height:0;overflow-y:auto}.yc-phone-sheet-footer{display:flex;flex:none;flex-direction:column;gap:12px;padding-top:14px}.yc-phone-sheet-footer>*{width:100%}dialog.yc-modal-sheet{position:fixed;right:0;bottom:0;left:0;z-index:1200;animation:none;transition:transform .28s cubic-bezier(.16,1,.3,1)}dialog.yc-modal-sheet-closed{transform:translateY(100%);box-shadow:none}dialog.yc-modal-fullscreen{position:fixed;inset:0;z-index:1200;display:flex;max-width:none;max-height:none;width:100%;height:100%;flex-direction:column;margin:0;border:0;border-radius:0;background:var(--screen);color:inherit;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));transition:transform .28s cubic-bezier(.16,1,.3,1)}dialog.yc-modal-fullscreen-closed{transform:translateY(100%)}dialog.yc-modal-fullscreen>*{min-height:0}}@keyframes ycPhoneSheetUp{0%{transform:translateY(14px);opacity:.6}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion:reduce){.yc-phone-sheet{animation:none}dialog.yc-modal-fullscreen,dialog.yc-modal-sheet{transition:none}}