html{font-family:"Inter",sans-serif;margin:0;padding:0;background:#123a2d}html body{display:grid;grid-template-rows:max-content 1fr max-content;min-height:100vh;margin:0;padding:0;gap:16px}html body>header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;background:rgba(239,249,242,.9);backdrop-filter:blur(10px);border-bottom:1px solid rgba(18,58,45,.18)}html body>header h1{margin:0;color:#163f34;font-size:clamp(1.2rem,1.1rem + 1vw,1.8rem);letter-spacing:.02em}html body>header nav ul,html body>header .languageSelect ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:10px}html body>header nav ul li:hover ul,html body>header .languageSelect ul li:hover ul{visibility:visible}html body>header nav ul li ul,html body>header .languageSelect ul li ul{position:absolute;background:rgba(255,255,255,.9215686275);backdrop-filter:blur(10px);flex-direction:column;padding:16px;border-radius:32px;corner-shape:squircle;margin-left:-16px;visibility:collapse}html body>header a{display:inline-block;padding:8px 12px;border-radius:999px;color:#1c4c3d;text-decoration:none;font-weight:600;transition:background-color .2s ease,color .2s ease}html body>header a:hover{background:rgba(30,96,76,.12)}html body>header .languageSelect a{font-size:.9rem;font-weight:700}@media(max-width: 900px){html body>header{flex-wrap:wrap;justify-content:center;padding:12px 16px}html body>header nav{width:100%;order:3}html body>header nav ul{justify-content:center;flex-wrap:wrap}}html body>main{background:#f3fbf5;padding:16px;max-width:1200px;margin:0 auto;border-radius:24px;corner-shape:squircle;width:100%;display:grid;box-shadow:0 18px 42px rgba(19,56,43,.08)}html body>main>.page{grid-row:1;grid-column:1;animation:page-in .3s ease}@keyframes page-in{0%{opacity:0}100%{opacity:1}}html body>footer{background:rgba(10,38,30,.8);backdrop-filter:blur(8px);padding:16px;text-align:center;color:#edfdf3}html body>footer a{color:inherit}input{width:100%;min-height:42px;box-sizing:border-box;border:1px solid rgba(16,70,57,.2);border-radius:10px;padding:10px 12px;font:inherit;color:#163f34;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}input:focus{outline:none;border-color:#2d8f6a;box-shadow:0 0 0 3px rgba(45,143,106,.18)}button{justify-self:start;min-height:42px;border:0;border-radius:10px;padding:0 18px;background:linear-gradient(135deg, #2c8d68 0%, #1d6f58 100%);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}button:hover{background:linear-gradient(135deg, #267c5f 0%, #1a5d4d 100%)}button:active{transform:translateY(1px)}button:disabled{opacity:.65;cursor:not-allowed}h2{margin:0 0 1rem;font-size:1.75rem;font-weight:700;color:#183f35}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #dfeee5;border-radius:12px;overflow:hidden;font-size:.95rem}table thead tr,table tfoot tr{background:linear-gradient(135deg, #edf9f1 0%, #e0f3e5 100%)}table thead tr td,table tfoot tr td{font-weight:700;color:#123a2d}table tbody tr{border-top:1px solid #dfeee5}table tbody tr:nth-child(even){background:#f8fdf9}table tbody tr:hover{background:#edf9f1}table tr td{padding:.85rem 1rem;border-right:1px solid #dfeee5;text-align:center;color:#345c52}table tr td:first-child{text-align:left;font-weight:600;color:#123a2d;width:42%}table tr td:last-child{border-right:0}table tfoot tr td{font-size:1rem}table tfoot tr td:nth-child(2){color:#2d7a60}table tfoot tr td:nth-child(3){color:#427c68}@media(max-width: 768px){table{font-size:.85rem}table tr td{padding:.65rem .6rem}}.featureArticle iframe{width:100%;max-width:600px;display:block;margin:1em auto;height:400px;border:1px solid #dfeee5;corner-shape:squircle;border-radius:2em}.featureArticle img{width:100%;max-width:600px;display:block;margin:1em auto;height:auto;border:1px solid #dfeee5;corner-shape:squircle;border-radius:2em}.tenantLink{display:block;color:inherit;text-decoration:inherit;border-radius:1em;border:2px solid rgba(0,0,0,0);corner-shape:squircle;padding:8px}.tenantLink .name{font-size:1.2em}.tenantLink:hover{background:rgba(31,122,51,.1333333333);border:2px solid rgba(31,122,51,.2666666667)}.createTenantForm{display:grid;gap:16px}.createTenantForm label{display:grid;gap:6px;color:#0b2e13;font-size:.95rem;font-weight:600}.createTenantForm label span{display:block}.createTenantForm label:has([name=domain]){display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px}.createTenantForm label:has([name=domain]) span{flex-basis:100%}.createTenantForm label:has([name=domain]) input{flex:1 1 220px}.createTenantForm label:has([name=domain]) .error{flex:0 0 100%;color:#c22}@media(max-width: 700px){.createTenantForm{padding:16px}}
