*,*:before,*:after{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}:root{--pink-pastel: rgba(255, 219, 228, .89);--green-pastel: rgb(195, 244, 233);--violet-pastel: rgb(239, 218, 255);--yellow-pastel: rgb(251, 227, 198);--border-radius-sm: 6px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--border-radius-full: 9999px}html{margin:0;padding:0;height:100%}body{margin:0;padding:0;font-weight:300;min-height:100vh;overflow-x:auto;position:relative;background:#f3f8fd}.custom-tooltip{position:fixed;background:#4b5563;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;max-width:250px;z-index:10000;opacity:0;transition:opacity .2s ease;pointer-events:none;box-shadow:0 4px 6px #0003}.custom-tooltip.show{opacity:1}.custom-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#4b5563}
