@tailwind base;@tailwind components;@tailwind utilities;summary{display:list-item !important}.stage-first{@apply rounded-l-md px-4 py-2 flex-1 relative overflow-hidden;clip-path:polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%)}.stage-middle{@apply px-4 py-2 flex-1 relative overflow-hidden;clip-path:polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 10% 50%);margin-left:-1px}.stage-last{@apply rounded-r-md px-4 py-2 flex-1 relative overflow-hidden;clip-path:polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);margin-left:-1px}.stage-active{background-color:#16a34a;color:white !important}.stage-tooltip{position:relative;z-index:40}.stage-tooltip::after{content:attr(data-tooltip);position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background-color:#000;color:#fff;padding:6px 10px;font-size:0.75rem;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;z-index:100;pointer-events:none;transition:opacity 0.1s ease-in-out}.stage-tooltip:hover::after{opacity:1;visibility:visible}
