html,body,#root{background:#fff;width:100%;min-height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body,#root{min-height:100vh;overflow:hidden}.rabbit-button{cursor:pointer;background:#fff;border:0;border-radius:999px;place-items:center;width:54px;height:54px;padding:0;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-grid;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #0f172a1f}.rabbit-button:hover{transform:translateY(-1px);box-shadow:0 12px 30px #0f172a29}.rabbit-button img{width:40px;height:auto;display:block}.check-icon{color:#16a34a;width:34px;height:34px;display:none}.rabbit-button.success img{display:none}.rabbit-button.success .check-icon{display:block}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.auth-window{background:#fff;border-radius:24px;width:min(320px,100vw - 48px);padding:30px 28px 24px;box-shadow:0 24px 80px #0f172a2e}.auth-form{gap:18px;display:grid}.auth-input{color:#111827;appearance:none;background:0 0;border:0;border-bottom:2px solid #e5e7eb;border-radius:0;outline:0;width:100%;padding:10px 2px 9px;font-size:18px;line-height:1.3}.auth-input:focus{border-bottom-color:#111827}.auth-submit{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:999px;height:42px;margin-top:10px;font-size:15px;font-weight:650}.auth-error{color:#dc2626;text-align:center;opacity:0;min-height:18px;font-size:13px;transition:opacity .15s}.auth-error.visible{opacity:1}.projects-page{color:#111827;background:#fff;justify-content:center;align-items:flex-start;min-height:100vh;display:flex}.projects-card{width:min(520px,100vw - 40px);margin-top:12vh}.projects-card h1{letter-spacing:-.03em;margin:0 0 24px;font-size:34px;font-weight:650;line-height:1}.projects-list{border-top:1px solid #e5e7eb;margin:0;padding:0;list-style:none}.projects-list li{border-bottom:1px solid #e5e7eb;padding:18px 0;font-size:19px;line-height:1.25}.projects-list a{color:inherit;text-decoration:none}.projects-list a:hover{text-underline-offset:4px;text-decoration:underline}
