.Card-module__b6YjYG__card{background-color:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);border-radius:12px;padding:16px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.Card-module__b6YjYG__elevated{box-shadow:0 1px 3px 1px #00000026,0 1px 2px #0000004d}.Card-module__b6YjYG__elevated:hover{box-shadow:0 2px 4px 1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.Card-module__b6YjYG__outlined{border:1px solid var(--md-sys-color-secondary);background-color:var(--md-sys-color-surface)}.Card-module__b6YjYG__filled{background-color:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}
.GlassContainer-module__y1pM6a__glassContainer{background:var(--glass-background);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);color:var(--md-sys-color-on-surface);border-radius:16px;padding:24px;transition:transform .3s,box-shadow .3s}.GlassContainer-module__y1pM6a__glassContainer:hover{transform:translateY(-2px);box-shadow:0 12px 40px #1f268773}
.FormInput-module__JRRGMW__inputGroup{flex-direction:column;gap:4px;margin-bottom:18px;display:flex}.FormInput-module__JRRGMW__label{color:var(--md-sys-color-on-surface);font-size:1rem;font-weight:500}.FormInput-module__JRRGMW__input{border:1px solid var(--input-border);background:var(--input-background);color:var(--input-color);border-radius:8px;outline:none;padding:8px 14px;font-size:1rem;transition:border .2s}.FormInput-module__JRRGMW__input:focus{border-color:var(--md-sys-color-primary);box-shadow:0 0 0 1px var(--md-sys-color-primary)}.FormInput-module__JRRGMW__required{color:var(--md-sys-color-error);margin-left:4px}.FormInput-module__JRRGMW__error{color:var(--md-sys-color-error);margin-top:2px;font-size:.92em}
.dashboard-module__2ZAyAG__dashboardGrid{grid-template-columns:1fr;align-items:start;gap:2rem;display:grid}@media (min-width:900px){.dashboard-module__2ZAyAG__dashboardGrid{grid-template-columns:350px 1fr}}.dashboard-module__2ZAyAG__stickyColumn{height:auto;position:relative}@media (min-width:900px){.dashboard-module__2ZAyAG__stickyColumn{position:sticky;top:100px}}.dashboard-module__2ZAyAG__headerContainer{flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.dashboard-module__2ZAyAG__profileSection{order:2}.dashboard-module__2ZAyAG__rightContentWrapper{display:contents}.dashboard-module__2ZAyAG__titleSection{text-align:center;order:1}.dashboard-module__2ZAyAG__actionButtonWrapper{order:3;justify-content:center;width:100%;display:flex}@media (min-width:900px){.dashboard-module__2ZAyAG__headerContainer{flex-direction:row;justify-content:space-between;align-items:center}.dashboard-module__2ZAyAG__profileSection{order:1}.dashboard-module__2ZAyAG__rightContentWrapper{flex-direction:column;order:2;align-items:flex-end;gap:.5rem;display:flex}.dashboard-module__2ZAyAG__titleSection{order:unset;text-align:right}.dashboard-module__2ZAyAG__actionButtonWrapper{order:unset;width:auto;display:block}}.dashboard-module__2ZAyAG__modalGrid{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.dashboard-module__2ZAyAG__modalSidebar{flex-direction:column-reverse;gap:1rem;display:flex}@media (min-width:768px){.dashboard-module__2ZAyAG__modalGrid{grid-template-columns:2fr 1fr;gap:2rem;display:grid}.dashboard-module__2ZAyAG__modalSidebar{flex-direction:column}}.dashboard-module__2ZAyAG__modalHeader{background:linear-gradient(to right,var(--md-sys-color-secondary-container),var(--md-sys-color-surface));padding:2rem 4rem 2rem 2rem;position:relative}.dashboard-module__2ZAyAG__closeButton{width:36px;height:36px;min-width:unset;z-index:10;border-radius:50%;padding:0;position:absolute;top:1.5rem;right:1.5rem}.dashboard-module__2ZAyAG__formGrid{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}@media (min-width:768px){.dashboard-module__2ZAyAG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.dashboard-module__2ZAyAG__fullWidth{grid-column:span 2}}
.Button-module__8RiFmG__button{box-sizing:border-box;min-width:64px;line-height:inherit;-webkit-user-select:none;user-select:none;-webkit-appearance:none;vertical-align:middle;letter-spacing:.1px;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:0 0;border:none;border-radius:100px;outline:none;justify-content:center;align-items:center;height:40px;padding:0 24px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:before{content:"";background:linear-gradient(120deg,transparent,var(--liquid-shine),transparent);z-index:1;transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.Button-module__8RiFmG__button:hover:before{transform:translate(100%)}.Button-module__8RiFmG__filled{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border:1px solid #ffffff1a;box-shadow:0 4px 15px #0000001a}.Button-module__8RiFmG__filled:hover{box-shadow:0 0 20px var(--liquid-hover-shadow);border-color:#ffffff4d}.Button-module__8RiFmG__outlined{background:var(--liquid-bg);border:1px solid var(--liquid-border);color:var(--md-sys-color-primary)}.Button-module__8RiFmG__outlined:hover{background:var(--liquid-hover-bg);border-color:var(--liquid-hover-border);box-shadow:0 0 15px var(--liquid-hover-shadow)}.Button-module__8RiFmG__text{color:var(--md-sys-color-primary);background:0 0;padding:0 16px}.Button-module__8RiFmG__text:hover{background:var(--liquid-hover-bg)}.Button-module__8RiFmG__glass{background:var(--liquid-bg);border:1px solid var(--liquid-border);color:var(--md-sys-color-on-surface)}.Button-module__8RiFmG__glass:hover{background:var(--liquid-hover-bg);border-color:var(--liquid-hover-border)}
