.ev{--ev-surface:hsl(var(--background));text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.ev-page{--ev-u:7px;gap:1.125rem;padding:3.5rem 1.25rem}.ev-card{--ev-u:5.5px;gap:.75rem;padding:2rem 1rem}.ev-strip{--ev-u:3px;text-align:left;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem .75rem}.ev-fullscreen{justify-content:center;min-height:60vh}.ev-shape{justify-content:center;align-items:flex-end;animation:1.2s ease-in-out infinite alternate ev-breathe;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.ev-shape{animation:none}}@keyframes ev-breathe{0%{opacity:.62}to{opacity:1}}.ev-ghost{background:hsl(var(--muted) / .5)}.ev-circle{background:hsl(var(--muted) / .6);color:hsl(var(--foreground) / .7);width:calc(var(--ev-u) * 6.7);height:calc(var(--ev-u) * 6.7);border-radius:999px;justify-content:center;align-items:center;display:flex}.ev-card .ev-circle{width:calc(var(--ev-u) * 6.2);height:calc(var(--ev-u) * 6.2)}.ev-glyph{right:calc(var(--ev-u) * -2.2);bottom:calc(var(--ev-u) * -1.8);background:hsl(var(--muted));color:hsl(var(--foreground) / .7);box-shadow:0 0 0 calc(var(--ev-u) * .42) var(--ev-surface);width:calc(var(--ev-u) * 3.6);height:calc(var(--ev-u) * 3.6);border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute}.ev-rows{align-items:stretch;gap:calc(var(--ev-u) * 1.2);width:calc(var(--ev-u) * 14);flex-direction:column}.ev-row{align-items:center;gap:calc(var(--ev-u) * 1.1);display:flex}.ev-row-dot{width:calc(var(--ev-u) * 1.7);height:calc(var(--ev-u) * 1.7);border-radius:999px;flex:none}.ev-row-bar{height:calc(var(--ev-u) * 1.4);border-radius:999px}.ev-row:first-child .ev-row-bar{width:100%}.ev-row:nth-child(2) .ev-row-bar{width:76%}.ev-row:nth-child(3) .ev-row-bar{width:54%}.ev-bars{gap:calc(var(--ev-u) * 1.4);height:calc(var(--ev-u) * 8)}.ev-bar{width:calc(var(--ev-u) * 2.4);border-radius:calc(var(--ev-u) * .7)}.ev-bar:first-child{height:54%}.ev-bar:nth-child(2){height:100%}.ev-bar:nth-child(3){height:72%}.ev-grid{grid-template-columns:repeat(3, calc(var(--ev-u) * 3.4));gap:calc(var(--ev-u) * 1);display:grid}.ev-cell{height:calc(var(--ev-u) * 3.4);border-radius:calc(var(--ev-u) * .9)}.ev-cal{align-items:stretch;gap:calc(var(--ev-u) * .9);width:calc(var(--ev-u) * 14);flex-direction:column}.ev-cal-head{height:calc(var(--ev-u) * 1.5);border-radius:999px;width:55%}.ev-cal-grid{gap:calc(var(--ev-u) * .55);grid-template-columns:repeat(7,1fr);display:grid}.ev-cal-cell{aspect-ratio:1;border-radius:calc(var(--ev-u) * .35)}.ev-avatars{align-items:center}.ev-av{width:calc(var(--ev-u) * 4.2);height:calc(var(--ev-u) * 4.2);box-shadow:0 0 0 calc(var(--ev-u) * .4) var(--ev-surface);border-radius:999px}.ev-av+.ev-av{margin-left:calc(var(--ev-u) * -1.5)}.ev-mark{border-radius:calc(var(--ev-u) * 2);background:hsl(var(--muted) / .6);color:hsl(var(--foreground) / .7);width:calc(var(--ev-u) * 6.5);height:calc(var(--ev-u) * 6.5);flex:none;justify-content:center;align-items:center;display:flex}.ev-mark-bars{gap:calc(var(--ev-u) * .7);width:calc(var(--ev-u) * 3);flex-direction:column;display:flex}.ev-mark-bar{height:calc(var(--ev-u) * .9);background:hsl(var(--foreground) / .25);border-radius:999px}.ev-mark-bar:last-child{width:62%}.ev-line{text-wrap:balance;max-width:26ch;margin:0;line-height:1.35}.ev-page .ev-line{color:hsl(var(--foreground));font-size:.9375rem;font-weight:500}.ev-card .ev-line{color:hsl(var(--muted-foreground));font-size:.8125rem;font-weight:500}.ev-strip .ev-line{max-width:none;color:hsl(var(--muted-foreground));font-size:.8125rem}.ev-action{background:hsl(var(--muted) / .7);height:2rem;color:hsl(var(--foreground));cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.375rem;padding:0 .875rem;font-size:.8125rem;font-weight:500;transition:background-color .15s,color .15s;display:inline-flex}.ev-action:hover{background:hsl(var(--muted))}.ev-action:disabled{cursor:default;opacity:.6}.ev-strip .ev-action{height:1.625rem;padding:0 .625rem;font-size:.75rem}
