/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@custom-variant dark (&:is(.dark *));:root{--font-size:14px;--background:#ffffff;--foreground:oklch(0.145 0 0);--card:#ffffff;--card-foreground:oklch(0.145 0 0);--popover:oklch(1 0 0);--popover-foreground:oklch(0.145 0 0);--primary:#030213;--primary-foreground:oklch(1 0 0);--secondary:oklch(0.95 0.0058 264.53);--secondary-foreground:#030213;--muted:#ececf0;--muted-foreground:#717182;--accent:#e9ebef;--accent-foreground:#030213;--destructive:#d4183d;--destructive-foreground:#ffffff;--border:rgba(0,0,0,0.1);--input:transparent;--input-background:#f3f3f5;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:oklch(0.708 0 0);--chart-1:oklch(0.646 0.222 41.116);--chart-2:oklch(0.6 0.118 184.704);--chart-3:oklch(0.398 0.07 227.392);--chart-4:oklch(0.828 0.189 84.429);--chart-5:oklch(0.769 0.188 70.08);--radius:0.625rem;--sidebar:oklch(0.985 0 0);--sidebar-foreground:oklch(0.145 0 0);--sidebar-primary:#030213;--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.97 0 0);--sidebar-accent-foreground:oklch(0.205 0 0);--sidebar-border:oklch(0.922 0 0);--sidebar-ring:oklch(0.708 0 0);}.dark{--background:oklch(0.145 0 0);--foreground:oklch(0.985 0 0);--card:oklch(0.145 0 0);--card-foreground:oklch(0.985 0 0);--popover:oklch(0.145 0 0);--popover-foreground:oklch(0.985 0 0);--primary:oklch(0.985 0 0);--primary-foreground:oklch(0.205 0 0);--secondary:oklch(0.269 0 0);--secondary-foreground:oklch(0.985 0 0);--muted:oklch(0.269 0 0);--muted-foreground:oklch(0.708 0 0);--accent:oklch(0.269 0 0);--accent-foreground:oklch(0.985 0 0);--destructive:oklch(0.396 0.141 25.723);--destructive-foreground:oklch(0.637 0.237 25.331);--border:oklch(0.269 0 0);--input:oklch(0.269 0 0);--ring:oklch(0.439 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(0.488 0.243 264.376);--chart-2:oklch(0.696 0.17 162.48);--chart-3:oklch(0.769 0.188 70.08);--chart-4:oklch(0.627 0.265 303.9);--chart-5:oklch(0.645 0.246 16.439);--sidebar:oklch(0.205 0 0);--sidebar-foreground:oklch(0.985 0 0);--sidebar-primary:oklch(0.488 0.243 264.376);--sidebar-primary-foreground:oklch(0.985 0 0);--sidebar-accent:oklch(0.269 0 0);--sidebar-accent-foreground:oklch(0.985 0 0);--sidebar-border:oklch(0.269 0 0);--sidebar-ring:oklch(0.439 0 0);}@theme inline{--color-background:var(--background);--color-foreground:var(--foreground);--color-card:var(--card);--color-card-foreground:var(--card-foreground);--color-popover:var(--popover);--color-popover-foreground:var(--popover-foreground);--color-primary:var(--primary);--color-primary-foreground:var(--primary-foreground);--color-secondary:var(--secondary);--color-secondary-foreground:var(--secondary-foreground);--color-muted:var(--muted);--color-muted-foreground:var(--muted-foreground);--color-accent:var(--accent);--color-accent-foreground:var(--accent-foreground);--color-destructive:var(--destructive);--color-destructive-foreground:var(--destructive-foreground);--color-border:var(--border);--color-input:var(--input);--color-input-background:var(--input-background);--color-switch-background:var(--switch-background);--color-ring:var(--ring);--color-chart-1:var(--chart-1);--color-chart-2:var(--chart-2);--color-chart-3:var(--chart-3);--color-chart-4:var(--chart-4);--color-chart-5:var(--chart-5);--radius-sm:calc(var(--radius) - 4px);--radius-md:calc(var(--radius) - 2px);--radius-lg:var(--radius);--radius-xl:calc(var(--radius) + 4px);--color-sidebar:var(--sidebar);--color-sidebar-foreground:var(--sidebar-foreground);--color-sidebar-primary:var(--sidebar-primary);--color-sidebar-primary-foreground:var(--sidebar-primary-foreground);--color-sidebar-accent:var(--sidebar-accent);--color-sidebar-accent-foreground:var(--sidebar-accent-foreground);--color-sidebar-border:var(--sidebar-border);--color-sidebar-ring:var(--sidebar-ring);}@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^="text-"])))){h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5;}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5;}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5;}h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5;}p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5;}label{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5;}button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5;}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5;}}}html{font-size:var(--font-size);}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
*{margin:0;padding:0;box-sizing:border-box;}html{background:linear-gradient(135deg,#fef3c7 0%,#fef3c7 25%,#fde68a 50%,#e2d397 100%);}body{font-family:'Fredoka',system-ui,sans-serif;line-height:1.6;color:#374151;overflow-x:hidden;}.page-container{min-height:100vh;position:relative;overflow:hidden;}.paper-texture{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.3;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23f97316' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-6V16h-2v12h-4v2h4v4h2v-4h4v-2h-4zM12 26h8v-2h-8v-4H8v4H0v2h8v8h4v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:60px 60px;}.bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.2;pointer-events:none;}.bg-blob{position:absolute;border-radius:50%;filter:blur(60px);animation:pulse 4s ease-in-out infinite;}.bg-blob-1{top:80px;left:40px;width:128px;height:128px;background:#fce7f3;}.bg-blob-2{top:240px;right:32px;width:96px;height:96px;background:#fef3c7;animation-delay:1s;}.bg-blob-3{bottom:160px;left:64px;width:160px;height:160px;background:#fed7aa;animation-delay:2s;}@keyframes pulse{0%,100%{transform:scale(1);}50%{transform:scale(1.1);}}.hero-section{padding:2rem 1rem;text-align:center;position:relative;z-index:10;}.hero-container{max-width:1024px;margin:0 auto;}.hero-title{margin-bottom:1.5rem;opacity:0;transform:translateY(32px);animation:fadeInUp 1s ease-out forwards;}.hero-title h1{font-size:2.5rem;font-weight:700;color:#374151;transform:rotate(-1deg);position:relative;margin-bottom:0.5rem;}.title-underline{position:absolute;bottom:2rem;left:0;width:100%;height:12px;background:#fde047;opacity:0.5;z-index:-1;transform:rotate(1deg);}.title-decoration{width:80px;height:8px;background:#fb923c;border-radius:9999px;margin:0 auto;transform:rotate(-1deg);opacity:0.7;}.hero-tagline{font-size:1.125rem;color:#374151;margin-bottom:2rem;padding:0 0.5rem;min-height:30px;line-height:1.6;max-width:512px;margin-left:auto;margin-right:auto;opacity:0;transform:translateY(32px);animation:fadeInUp 1s ease-out 0.3s forwards;}.hero-content{display:grid;gap:2rem;align-items:center;max-width:1024px;margin:0 auto;}.phone-mockup{position:relative;margin-bottom:2rem;opacity:0;transform:translateY(48px);animation:fadeInUp 1s ease-out 0.5s forwards;}.phone-outer{width:192px;height:384px;margin:0 auto;background:linear-gradient(135deg,#fb923c,#f472b6);border-radius:24px;padding:4px;box-shadow:0 10px 15px rgba(0,0,0,0.15),0 25px 50px rgba(0,0,0,0.2);transition:all 0.5s ease;}.phone-outer:hover{transform:rotate(0deg) scale(1.05);}.phone-inner{width:100%;height:100%;background:white;border-radius:24px;overflow:hidden;position:relative;transform:rotate(-1deg);}.phone-inner img{width:100%;height:100%;}.personal-intro{text-align:left;opacity:0;transform:translateY(48px);animation:fadeInUp 1s ease-out 0.7s forwards;}.intro-card{background:rgba(255,255,255,0.9);backdrop-filter:blur(8px);border:2px solid #fed7aa;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1);border-radius:24px;padding:1.5rem;transform:rotate(-1deg);position:relative;transition:all 0.3s ease;}.intro-card:hover{transform:rotate(0deg);}.intro-content{transform:rotate(1deg);}.intro-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;}.intro-avatar{width:64px;height:64px;background:linear-gradient(135deg,#fed7aa,#fce7f3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;}.intro-info h3{font-size:1.25rem;color:#374151;margin-bottom:0.25rem;}.intro-info p{font-size:0.875rem;color:#6b7280;}.intro-text{color:#374151;font-size:0.875rem;line-height:1.6;}.intro-text p{margin-bottom:1rem;}.intro-text p:last-child{margin-bottom:0;}.footer-energino{font-size:0.8rem;color:#9ca3af;font-style:italic;}.footer-energino a{color:#9ca3af;text-decoration:none;}.footer-energino a:hover{color:#f97316;text-decoration:underline;}.cta-section{padding:0 1rem 2rem;position:relative;z-index:10;}.cta-container{max-width:600px;margin:0 auto;text-align:center;}.cta-heading{font-size:1.25rem;font-weight:600;color:#374151;margin-bottom:1.5rem;}.cta-buttons{display:flex;flex-direction:column;gap:1.25rem;align-items:center;}.cta-platform{display:flex;flex-direction:column;align-items:center;gap:0.4rem;width:100%;max-width:260px;}.cta-button{width:100%;background:#1a1a1a;color:white;border:none;border-radius:14px;padding:0.75rem 1.25rem;font-family:'Fredoka',system-ui,sans-serif;box-shadow:0 10px 25px -5px rgba(0,0,0,0.25);transition:all 0.2s ease;cursor:pointer;display:flex;align-items:center;gap:0.875rem;text-decoration:none;}.cta-button-ios{transform:rotate(-1deg);}.cta-button-android{transform:rotate(1deg);}.cta-button:hover{transform:rotate(0deg) scale(1.05);background:#2d2d2d;box-shadow:0 20px 30px -10px rgba(0,0,0,0.35);}.cta-icon-img{width:36px;height:36px;object-fit:contain;flex-shrink:0;}.cta-text-group{display:flex;flex-direction:column;text-align:left;}.cta-text-sub{font-size:0.6875rem;font-weight:400;opacity:0.75;line-height:1.2;letter-spacing:0.02em;}.cta-text-main{font-size:1.25rem;font-weight:600;line-height:1.2;}.platform-hint{font-size:0.75rem;color:#6b7280;text-decoration:none;}a.platform-hint:hover{color:#2563eb;text-decoration:underline;}.about-section{padding:2rem 1rem;position:relative;z-index:10;}.about-container{max-width:1024px;margin:0 auto;}.about-card{background:rgba(255,255,255,0.9);backdrop-filter:blur(8px);border:2px solid #fde047;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1);border-radius:24px;padding:1.5rem;transform:rotate(1deg);transition:all 0.3s ease;}.about-card:hover{transform:rotate(0deg);}.about-content{transform:rotate(-1deg);}.about-content h2{font-size:1.5rem;text-align:center;margin-bottom:1.5rem;color:#374151;}.about-description{color:#374151;text-align:center;margin-bottom:1rem;line-height:1.6;font-size:1.125rem;max-width:512px;margin-left:auto;margin-right:auto;}.about-description-secondary{margin-bottom:2rem;}.features-grid{display:grid;gap:1.5rem;}.feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0.75rem;}.feature-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;border:2px solid;transition:all 0.3s ease;}.feature-icon-1{background:#fef3c7;border-color:#fde047;transform:rotate(12deg);}.feature-icon-2{background:#fce7f3;border-color:#f9a8d4;transform:rotate(-12deg);}.feature-icon-3{background:#fed7aa;border-color:#fb923c;transform:rotate(6deg);}.feature-icon:hover{transform:rotate(0deg);box-shadow:0 10px 25px -5px rgba(0,0,0,0.1);}.feature span{color:#374151;font-size:0.875rem;}.feedback-section{padding:2rem 1rem;position:relative;z-index:10;}.feedback-container{max-width:512px;margin:0 auto;}.feedback-card{background:rgba(255,255,255,0.9);border:2px solid #f9a8d4;box-shadow:0 10px 25px -5px rgba(0,0,0,0.1);border-radius:24px;padding:1.5rem;text-align:center;transform:rotate(-1deg);transition:all 0.3s ease;}.feedback-card:hover{transform:rotate(0deg);}.feedback-content{transform:rotate(1deg);}.feedback-emoji{font-size:2.5rem;margin-bottom:1rem;}.feedback-content h2{font-size:1.25rem;margin-bottom:1rem;color:#374151;}.feedback-quote{background:rgba(255,255,255,0.8);border-radius:16px;padding:1rem;margin-bottom:1.5rem;border:1px solid #fde68a;}.quote-stars{display:flex;justify-content:center;margin-bottom:0.5rem;}.star{color:#fbbf24;margin:0 0.125rem;}.quote-text{font-size:0.875rem;color:#6b7280;font-style:italic;margin-bottom:0.5rem;}.quote-author{font-size:0.75rem;color:#6b7280;}.feedback-description{color:#6b7280;margin-bottom:1.5rem;font-size:0.875rem;line-height:1.6;max-width:400px;margin-left:auto;margin-right:auto;}.feedback-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;}.feedback-email,.feedback-modal-btn{border:2px solid;background:transparent;border-radius:12px;padding:0.75rem 1.5rem;font-family:'Fredoka',system-ui,sans-serif;font-weight:500;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;gap:0.5rem;}.feedback-email{border-color:#93c5fd;color:#1d4ed8;transform:rotate(1deg);}.feedback-email:hover{background:#dbeafe;transform:rotate(0deg);}.feedback-modal-btn{border-color:#c4b5fd;color:#7c3aed;transform:rotate(-1deg);}.feedback-modal-btn:hover{background:#ede9fe;transform:rotate(0deg);}.separator{margin:2rem 0;border:none;height:1px;background:#e5e7eb;opacity:0.5;}.footer{padding:2rem 1rem;text-align:center;position:relative;z-index:10;}.footer-container{max-width:448px;margin:0 auto;}.footer-container > div{margin-bottom:1.5rem;}.footer-contact{display:flex;align-items:center;justify-content:center;gap:0.5rem;}.footer-contact a{color:#6b7280;text-decoration:none;font-size:1.125rem;transition:color 0.3s ease;}.footer-contact a:hover{color:#f97316;}.footer-social{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1rem;}.footer-social a{display:flex;align-items:center;gap:0.5rem;color:#6b7280;text-decoration:none;font-size:0.875rem;transition:color 0.3s ease;}.footer-social a:first-child:hover{color:#2563eb;}.footer-social a:last-child:hover{color:#ec4899;}.footer-beta{font-size:0.875rem;color:#6b7280;}.footer-made{font-size:0.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:0.5rem;}.heart{color:#f87171;animation:pulse 2s ease-in-out infinite;}.footer-sleep{font-size:0.75rem;color:#9ca3af;padding-top:0.5rem;}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all 0.3s ease;padding:1rem;}.modal-overlay.show{opacity:1;visibility:visible;}.modal-content{background:white;border-radius:20px;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;transform:scale(0.9);transition:transform 0.3s ease;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);}.modal-overlay.show .modal-content{transform:scale(1);}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6;}.modal-header h3{font-size:1.375rem;color:#374151;font-family:'Fredoka',system-ui,sans-serif;font-weight:600;line-height:1.3;margin:0;padding-right:1rem;}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s ease;flex-shrink:0;}.modal-close:hover{background:#f3f4f6;color:#374151;}.feedback-form{display:flex;flex-direction:column;gap:1.5rem;}.form-group{display:flex;flex-direction:column;}.form-group label{margin-bottom:0.25rem;color:#374151;font-weight:500;font-size:0.9rem;}.form-group input,.form-group textarea{padding:0.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:0.9rem;font-family:inherit;transition:all 0.2s ease;background:#fafafa;}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;background:white;box-shadow:0 0 0 3px rgba(59,130,246,0.1);}.form-group textarea{min-height:120px;resize:vertical;line-height:1.5;}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-style:italic;}.form-submit{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:white;border:none;border-radius:12px;padding:1rem 1.5rem;font-family:'Fredoka',system-ui,sans-serif;font-weight:500;font-size:1rem;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;gap:0.5rem;margin-top:0.5rem;}.form-submit:hover{background:linear-gradient(135deg,#7c3aed,#db2777);transform:translateY(-1px);box-shadow:0 10px 20px -5px rgba(139,92,246,0.3);}.form-submit:active{transform:translateY(0);}@keyframes fadeInUp{from{opacity:0;transform:translateY(32px);}to{opacity:1;transform:translateY(0);}}@media (min-width:768px){.hero-title h1{font-size:3.75rem;}.hero-tagline{font-size:1.5rem;min-height:85px;}.hero-content{grid-template-columns:1fr 1fr;}.phone-outer{width:224px;height:448px;}.intro-avatar{width:80px;height:80px;font-size:1.875rem;}.intro-info h3{font-size:1.5rem;}.intro-info p{font-size:1rem;}.intro-text{font-size:1rem;}.cta-buttons{flex-direction:row;align-items:flex-start;justify-content:center;}.cta-text-main{font-size:1.375rem;}.about-content h2{font-size:1.875rem;}.about-description{font-size:1.25rem;}.features-grid{grid-template-columns:repeat(3,1fr);}.feature-icon{width:80px;height:80px;font-size:2rem;}.feature span{font-size:1rem;}.feedback-content h2{font-size:1.5rem;}.feedback-description{font-size:1rem;}.feedback-buttons{flex-direction:row;}.modal-content{padding:2.5rem;}.modal-header{margin-bottom:2.5rem;}.modal-header h3{font-size:1.5rem;}.feedback-form{gap:1rem;}.form-group label{font-size:1rem;}.form-group input,.form-group textarea{padding:1rem 1.25rem;font-size:1rem;}.form-submit{padding:1.25rem 2rem;font-size:1.125rem;}}@media (min-width:1024px){.hero-title h1{font-size:4.5rem;}.hero-tagline{font-size:1.875rem;}.phone-outer{width:256px;height:512px;}.intro-card{padding:2rem;}.about-card{padding:2rem;}.feedback-card{padding:2rem;}.modal-content{padding:3rem;max-width:540px;}.modal-header{margin-bottom:3rem;}}.modal-overlay{backdrop-filter:blur(4px);}.form-group:first-of-type{margin-top:0.5rem;}.form-group input:valid,.form-group textarea:valid{border-color:#10b981;}.form-group input:invalid:not(:placeholder-shown),.form-group textarea:invalid:not(:placeholder-shown){border-color:#ef4444;}.form-submit:disabled{opacity:0.6;cursor:not-allowed;transform:none;}.form-submit:disabled:hover{transform:none;box-shadow:none;}
