<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Site Unavailable</title>
	<style>
		* {
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}
		body {
			font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
			background: #fff;
			min-height: 100vh;
			display: flex;
			flex-direction: column;
		}
		.header {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 10px 20px;
			height: 60px;
		}
		.logo {
			cursor: pointer;
		}
		.logo:hover {
			opacity: 0.8;
		}
		.content {
			flex: 1;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			padding: 40px 20px;
		}
		.illustration {
			width: 160px;
			height: 140px;
			margin-bottom: 24px;
			position: relative;
		}
		.screen {
			width: 160px;
			height: 106px;
			background: #e5e5e5;
			border: 0.8px dashed #f4f4f4;
			border-radius: 8px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.screen-inner {
			width: 148px;
			height: 94px;
			background: linear-gradient(180deg, #f5f5f5 0%, #e8e8e8 100%);
			border-radius: 4px;
		}
		.stand {
			width: 44px;
			height: 30px;
			background: #c5c6c6;
			margin: 0 auto;
		}
		.base {
			width: 52px;
			height: 4px;
			background: #666769;
			margin: 0 auto;
			border-radius: 2px;
		}
		.message {
			text-align: center;
			max-width: 410px;
			display: flex;
			flex-direction: column;
			gap: 16px;
			align-items: center;
		}
		.message-text {
			display: flex;
			flex-direction: column;
			gap: 4px;
		}
		.message h1 {
			font-size: 18px;
			font-weight: 600;
			color: #34322d;
			line-height: 24px;
			letter-spacing: -0.45px;
		}
		.message p {
			font-size: 14px;
			font-weight: 500;
			color: #858481;
			line-height: 20px;
			letter-spacing: -0.154px;
		}
		.notify-btn {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			min-width: 64px;
			min-height: 32px;
			padding: 6px 8px;
			background: #1a1a19;
			color: #fff;
			border: none;
			border-radius: 8px;
			font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
			font-size: 14px;
			font-weight: 500;
			line-height: 20px;
			letter-spacing: -0.154px;
			cursor: pointer;
			transition: background-color 0.2s;
		}
		.notify-btn:hover {
			background: #2a2a29;
		}
		.notify-btn-text {
			padding: 0 2px;
		}
		/* Toast styles */
		.toast-container {
			position: fixed;
			top: 20px;
			left: 50%;
			transform: translateX(-50%);
			z-index: 10000;
		}
		.toast {
			padding: 10px 16px;
			background: rgba(0, 0, 0, 0.9);
			box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.08);
			border-radius: 12px;
			border: 1px solid rgba(255, 255, 255, 0.04);
			backdrop-filter: blur(40px);
			display: inline-flex;
			align-items: center;
			gap: 10px;
			opacity: 0;
			transition: opacity 0.3s ease-in-out;
		}
		.toast.is-visible {
			opacity: 1;
		}
		.toast--success .toast-icon path {
			fill: #25BA3B;
		}
		.toast--error .toast-icon path {
			fill: #F25A5A;
		}
		.toast-message {
			color: #ffffff;
			font-size: 14px;
			font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
			font-weight: 400;
			line-height: 20px;
			letter-spacing: -0.154px;
		}
	</style>
</head>
<body>
	<header class="header">
		<a class="logo" href="https://manus.im">
<svg width="110" height="32" viewBox="0 0 110 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_9003_59525)">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.01283 4.56385C1.73665 5.13097 1.96918 5.81624 2.53222 6.09443C3.34092 6.494 4.04271 6.888 4.73755 7.67709C5.15369 8.14967 5.87137 8.19298 6.34054 7.77382C6.80971 7.35466 6.8527 6.63177 6.43656 6.1592C5.44641 5.03474 4.42721 4.48282 3.53238 4.04069C2.96935 3.7625 2.28902 3.99672 2.01283 4.56385Z" fill="#34322D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.1501 1.23364C7.5417 1.38684 7.1718 2.00783 7.3239 2.62065C7.43016 3.04879 7.52926 3.41488 7.61998 3.75001C7.79362 4.39144 7.93656 4.91944 8.04023 5.55201C8.14238 6.17526 8.72678 6.59709 9.34553 6.49421C9.96428 6.39132 10.3831 5.80267 10.2809 5.17943C10.1584 4.43178 9.96759 3.72438 9.77608 3.01435C9.69128 2.69994 9.60633 2.38501 9.52712 2.06585C9.37502 1.45303 8.75851 1.08043 8.1501 1.23364Z" fill="#34322D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6412 1.9373C14.105 1.60962 13.4067 1.78177 13.0813 2.32181C12.4779 3.32359 12.1606 4.30999 11.866 5.49712C11.7139 6.10994 12.0838 6.73093 12.6922 6.88414C13.3006 7.03734 13.9171 6.66475 14.0692 6.05193C14.3423 4.95155 14.5929 4.22231 15.0229 3.50845C15.3482 2.96841 15.1773 2.26498 14.6412 1.9373Z" fill="#34322D"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.4302 30.1919C22.6321 28.7847 24.1546 21.2378 23.8197 18.9905C23.8197 18.9905 23.4707 17.784 22.619 17.784C21.9665 17.784 21.606 18.3145 21.473 18.5626C21.358 18.52 21.241 18.4815 21.1481 18.4516C21.098 18.4354 21.0279 18.4131 20.9621 18.3921L20.8373 18.3524C20.7354 18.3197 20.6395 18.2882 20.5492 18.257L20.5494 18.225C20.5533 17.4956 20.4792 16.3573 19.7237 15.1713C19.6028 14.9815 19.4886 14.8119 19.3911 14.6679L19.3299 14.5778C19.2574 14.4709 19.2004 14.387 19.1456 14.3033C19.0111 14.0979 18.9744 14.0188 18.9601 13.9823L18.9595 13.9807C18.9539 13.9665 18.9426 13.9377 18.9395 13.8499C18.9357 13.742 18.9449 13.5378 19.0148 13.1806L19.3785 11.7274L19.3799 11.7199C19.4038 11.5865 19.4254 11.4666 19.4371 11.2713C19.448 11.0916 19.4502 10.8304 19.4045 10.5274C19.318 9.95359 18.9863 8.86583 17.8169 8.23525C17.5312 8.08117 17.1888 7.98892 16.8514 7.9448C16.6246 7.91513 16.3214 7.89484 15.9692 7.92204C15.2508 7.97752 14.308 8.23622 13.4687 9.00567L13.2597 9.22552C12.7719 9.81473 12.2566 10.5443 11.8657 11.1899C10.679 10.6313 9.28197 9.98994 8.30593 9.64513C7.23468 9.26668 6.03907 8.95 4.9155 8.99075C3.67119 9.03588 2.27215 9.55754 1.53972 11.034C1.23884 11.6406 1.11045 12.3489 1.26496 13.0872C1.41261 13.7927 1.77779 14.3323 2.12654 14.7087C2.77408 15.4077 3.64145 15.8408 4.25275 16.1032C4.72081 16.3042 5.20172 16.4714 5.62749 16.6067C5.58253 16.6881 5.53747 16.7724 5.49402 16.8579C5.3653 17.111 5.21127 17.4497 5.10987 17.8372C5.00875 18.2236 4.92903 18.7742 5.07317 19.3953C5.22111 20.0327 5.51386 20.5306 5.86265 20.9113C5.84939 21.1094 5.84447 21.318 5.85181 21.5339C5.90085 22.976 6.78144 23.9374 7.55599 24.4826C8.29394 25.002 9.16302 25.3208 9.86568 25.5351C10.5442 25.7421 11.2607 25.9063 11.8428 26.0398L11.9674 26.0684C12.5878 26.2109 13.201 26.3758 13.8144 26.5407C14.5101 26.7278 15.2062 26.915 15.9134 27.0697C16.1447 27.1203 16.3694 27.1687 16.5762 27.2128L16.6516 27.4091C17.569 29.7535 18.794 31.2376 20.4302 30.1919ZM12.0475 20.5965C11.922 20.5455 11.8499 20.5116 11.7859 20.4794C11.2303 20.1902 10.5467 20.4082 10.2577 20.9674C9.96804 21.5277 10.1848 22.2187 10.741 22.5104C10.7866 22.5342 10.8329 22.5566 10.8794 22.5786C10.9573 22.6153 11.0658 22.6642 11.198 22.7179C11.4587 22.8238 11.8292 22.9556 12.2492 23.0454C12.9948 23.2047 14.3728 23.3262 15.3072 22.2475C15.7557 21.7297 15.9713 21.0494 16.0532 20.4132C16.1376 19.7578 16.0955 19.0388 15.9309 18.339C15.6065 16.9604 14.7477 15.452 13.1443 14.7365C11.7704 14.1235 10.4126 13.9794 9.26767 14.1087C8.50322 14.1951 7.77285 14.4117 7.1862 14.742V14.7166C5.75149 14.3039 2.89633 13.4826 3.59944 12.0653C4.13245 10.9908 5.59275 11.0796 7.57344 11.7794C8.37793 12.0636 9.49586 12.57 10.5504 13.0639C10.8773 13.217 11.198 13.3688 11.5015 13.5125C11.9438 13.7219 12.6832 14.0669 12.6832 14.0669C13.5243 13.0502 13.8508 12.4902 14.1391 11.9959C14.3373 11.6559 14.5174 11.347 14.8343 10.942C15.2829 10.3688 16.0079 10.0146 16.7516 10.222C17.2699 10.5015 17.1382 11.2075 17.1382 11.2075L16.778 12.6471C16.4341 14.3412 16.8148 14.9018 17.4422 15.8257C17.5524 15.988 17.6702 16.1616 17.7931 16.3544C18.2934 17.1398 18.2703 17.8951 18.2514 18.5116C18.2393 18.9081 18.2289 19.2471 18.3607 19.4998C18.6322 20.0202 19.6481 20.3429 20.3141 20.5545C20.4741 20.6053 20.614 20.6498 20.7185 20.689L20.7898 20.7173C20.696 21.0105 20.6107 21.314 20.5255 21.6172C20.1466 22.9659 19.7694 24.3084 18.6447 24.7107C17.2254 25.2184 15.806 24.738 15.806 24.738C15.5501 24.6627 15.2896 24.6044 15.0291 24.5461C14.7043 24.4734 14.3795 24.4007 14.0633 24.295C13.6227 24.1302 13.0056 23.9886 12.3348 23.8348C10.7378 23.4683 8.83699 23.0322 8.29266 22.0479C8.20097 21.882 8.14776 21.7007 8.14099 21.5014C8.1102 20.5962 8.42507 19.7857 8.42507 19.7857C8.42507 19.7857 7.93676 19.7877 7.5943 19.4559C7.46665 19.3322 7.35927 19.1621 7.30499 18.9282C7.19656 18.461 7.28967 17.7839 7.85742 17.212L8.14191 16.9262C8.28565 16.7814 8.71175 16.4734 9.52069 16.382C10.2886 16.2953 11.2392 16.3884 12.2245 16.8281C12.9803 17.1653 13.5028 17.9389 13.721 18.8665C13.8277 19.3198 13.8473 19.7599 13.8011 20.119C13.7523 20.4974 13.6451 20.6869 13.5959 20.7437C13.5348 20.8142 13.3195 20.9357 12.7205 20.8077C12.4684 20.7538 12.2289 20.6702 12.0475 20.5965Z" fill="#34322D"/>
<path d="M101.975 21.8297H101.293V17.8257H102.217C102.466 18.8817 102.825 19.6517 103.295 20.1357C103.764 20.6197 104.373 20.8617 105.121 20.8617C105.663 20.8617 106.081 20.7517 106.375 20.5317C106.683 20.2971 106.837 19.9817 106.837 19.5857C106.837 19.1751 106.653 18.7791 106.287 18.3977C105.92 18.0017 105.326 17.5837 104.505 17.1437C103.39 16.5424 102.591 15.9484 102.107 15.3617C101.623 14.7604 101.381 14.0857 101.381 13.3377C101.381 12.8537 101.469 12.4064 101.645 11.9957C101.835 11.5704 102.085 11.2037 102.393 10.8957C102.715 10.5877 103.097 10.3531 103.537 10.1917C103.977 10.0157 104.453 9.92773 104.967 9.92773C105.421 9.92773 105.869 9.99373 106.309 10.1257C106.763 10.2577 107.159 10.4411 107.497 10.6757L107.893 10.1477H108.465V13.4697H107.607C107.269 12.6337 106.917 12.0324 106.551 11.6657C106.199 11.2991 105.766 11.1157 105.253 11.1157C104.842 11.1157 104.512 11.2257 104.263 11.4457C104.028 11.6657 103.911 11.9591 103.911 12.3257C103.911 12.7364 104.087 13.1251 104.439 13.4917C104.805 13.8584 105.407 14.2617 106.243 14.7017C106.829 15.0244 107.335 15.3397 107.761 15.6477C108.186 15.9557 108.531 16.2711 108.795 16.5937C109.059 16.9017 109.249 17.2317 109.367 17.5837C109.499 17.9211 109.565 18.2877 109.565 18.6837C109.565 19.1971 109.469 19.6591 109.279 20.0697C109.088 20.4804 108.817 20.8324 108.465 21.1257C108.113 21.4191 107.687 21.6464 107.189 21.8077C106.705 21.9691 106.162 22.0497 105.561 22.0497C104.93 22.0497 104.343 21.9691 103.801 21.8077C103.258 21.6317 102.811 21.3824 102.459 21.0597L101.975 21.8297Z" fill="#34322D"/>
<path d="M94.957 13.7777C94.957 13.1911 94.9423 12.7291 94.913 12.3917C94.8837 12.0397 94.803 11.7757 94.671 11.5997C94.539 11.4091 94.341 11.2844 94.077 11.2257C93.8277 11.1524 93.483 11.0937 93.043 11.0497V10.1697H98.015V16.8357C98.015 17.7304 98.0223 18.4344 98.037 18.9477C98.0663 19.4464 98.1103 19.8204 98.169 20.0697C98.213 20.2604 98.2643 20.4144 98.323 20.5317C98.3817 20.6344 98.477 20.7224 98.609 20.7957C98.741 20.8544 98.917 20.8984 99.137 20.9277C99.3717 20.9424 99.6723 20.9497 100.039 20.9497V21.8077L95.661 22.0717L95.419 20.1137H95.331C94.9497 20.7297 94.4143 21.2064 93.725 21.5437C93.0357 21.8811 92.2657 22.0497 91.415 22.0497C89.8457 22.0497 88.6503 21.4924 87.829 20.3777C87.1983 19.5271 86.883 18.3171 86.883 16.7477V13.7777C86.883 13.1764 86.8683 12.7071 86.839 12.3697C86.8097 12.0177 86.729 11.7537 86.597 11.5777C86.4797 11.4017 86.2963 11.2844 86.047 11.2257C85.7977 11.1524 85.453 11.0937 85.013 11.0497V10.1697H89.941V16.3957C89.941 17.8771 90.1243 18.9551 90.491 19.6297C90.8577 20.2897 91.4443 20.6197 92.251 20.6197C93.1163 20.6197 93.7837 20.2237 94.253 19.4317C94.7223 18.6691 94.957 17.5471 94.957 16.0657V13.7777Z" fill="#34322D"/>
<path d="M74.6166 18.2437C74.6166 18.8451 74.6313 19.3217 74.6606 19.6737C74.7046 20.0111 74.7853 20.2751 74.9026 20.4657C75.0346 20.6417 75.2253 20.7591 75.4746 20.8177C75.7386 20.8764 76.0906 20.9204 76.5306 20.9497V21.8297H69.6006V20.9497C70.0259 20.9204 70.3633 20.8764 70.6126 20.8177C70.8766 20.7591 71.0746 20.6417 71.2066 20.4657C71.3533 20.2897 71.4486 20.0404 71.4926 19.7177C71.5366 19.3951 71.5586 18.9551 71.5586 18.3977V15.6477C71.5586 14.7824 71.5439 14.0857 71.5146 13.5577C71.4853 13.0151 71.4486 12.6484 71.4046 12.4577C71.3606 12.2671 71.3019 12.1131 71.2286 11.9957C71.1553 11.8637 71.0453 11.7684 70.8986 11.7097C70.7519 11.6364 70.5686 11.5924 70.3486 11.5777C70.1286 11.5484 69.8499 11.5337 69.5126 11.5337V10.7857L73.7586 9.94973L74.0446 11.8857H74.1326C74.6166 11.2697 75.1886 10.7931 75.8486 10.4557C76.5086 10.1184 77.2346 9.94973 78.0266 9.94973C78.9653 9.94973 79.7206 10.0817 80.2926 10.3457C80.8793 10.5951 81.3999 11.0204 81.8546 11.6217C82.1039 11.9591 82.3239 12.3991 82.5146 12.9417C82.7053 13.4697 82.8006 14.2031 82.8006 15.1417V18.2437C82.8006 18.8451 82.8153 19.3217 82.8446 19.6737C82.8886 20.0111 82.9693 20.2751 83.0866 20.4657C83.2186 20.6417 83.4093 20.7591 83.6586 20.8177C83.9079 20.8764 84.2453 20.9204 84.6706 20.9497V21.8297H77.7846V20.9497C78.2246 20.9351 78.5693 20.8984 78.8186 20.8397C79.0826 20.7664 79.2806 20.6417 79.4126 20.4657C79.5446 20.2897 79.6326 20.0404 79.6766 19.7177C79.7206 19.3804 79.7426 18.9404 79.7426 18.3977V15.4057C79.7426 14.6577 79.6986 14.0271 79.6106 13.5137C79.5226 13.0004 79.3759 12.5897 79.1706 12.2817C78.9799 11.9591 78.7233 11.7317 78.4006 11.5997C78.0779 11.4531 77.6746 11.3797 77.1906 11.3797C76.7213 11.3797 76.3179 11.5117 75.9806 11.7757C75.6433 12.0397 75.3499 12.4064 75.1006 12.8757C74.9686 13.1397 74.8513 13.4844 74.7486 13.9097C74.6606 14.3204 74.6166 14.7531 74.6166 15.2077V18.2437Z" fill="#34322D"/>
<path d="M64.1178 15.5597C62.8858 16.1171 61.9545 16.6377 61.3238 17.1217C60.7078 17.5911 60.3998 18.0824 60.3998 18.5957C60.3998 19.0211 60.5171 19.3584 60.7518 19.6077C60.9865 19.8571 61.2798 19.9817 61.6318 19.9817C61.9838 19.9817 62.3138 19.9231 62.6218 19.8057C62.9298 19.6737 63.1938 19.5051 63.4138 19.2997C63.6338 19.0944 63.8025 18.8524 63.9198 18.5737C64.0518 18.2804 64.1178 17.9724 64.1178 17.6497V15.5597ZM64.1178 14.3937V13.4697C64.1178 12.6191 63.9638 12.0031 63.6558 11.6217C63.3625 11.2257 62.9005 11.0277 62.2698 11.0277C61.8445 11.0277 61.5218 11.1451 61.3018 11.3797C61.0818 11.5997 60.8765 11.9737 60.6858 12.5017C60.5538 12.8684 60.3631 13.1544 60.1138 13.3597C59.8791 13.5651 59.5491 13.6677 59.1238 13.6677C58.7131 13.6677 58.3978 13.5431 58.1778 13.2937C57.9578 13.0444 57.8478 12.6924 57.8478 12.2377C57.8478 11.5337 58.2291 10.9764 58.9918 10.5657C59.7691 10.1551 60.9351 9.94973 62.4898 9.94973C64.1325 9.94973 65.3058 10.2504 66.0098 10.8517C66.7138 11.4384 67.0658 12.4284 67.0658 13.8217V18.6397C67.0658 19.8864 67.3151 20.5097 67.8138 20.5097C68.0925 20.5097 68.3491 20.4144 68.5838 20.2237L68.9138 20.8617C68.7085 21.2284 68.3858 21.5217 67.9458 21.7417C67.5205 21.9471 67.0365 22.0497 66.4938 22.0497C65.8191 22.0497 65.3058 21.8444 64.9538 21.4337C64.6018 21.0231 64.4258 20.4437 64.4258 19.6957H64.3158C63.8905 20.4584 63.3405 21.0377 62.6658 21.4337C61.9911 21.8297 61.2211 22.0277 60.3558 22.0277C59.4318 22.0277 58.6911 21.7711 58.1338 21.2577C57.5765 20.7297 57.2978 20.0477 57.2978 19.2117C57.2978 18.5664 57.5838 17.9651 58.1558 17.4077C58.7278 16.8357 59.6811 16.2784 61.0158 15.7357L64.1178 14.3937Z" fill="#34322D"/>
<path d="M38.104 18.1997C38.104 18.8157 38.1187 19.2997 38.148 19.6517C38.1773 20.0037 38.258 20.2751 38.39 20.4657C38.522 20.6417 38.7127 20.7591 38.962 20.8177C39.2113 20.8764 39.556 20.9204 39.996 20.9497V21.8297H33.044V20.9497C33.484 20.9204 33.836 20.8764 34.1 20.8177C34.364 20.7591 34.562 20.6417 34.694 20.4657C34.826 20.2897 34.914 20.0404 34.958 19.7177C35.002 19.3804 35.024 18.9331 35.024 18.3757V15.6477C35.024 14.8117 35.0093 14.1151 34.98 13.5577C34.9653 13.0004 34.9287 12.6191 34.87 12.4137C34.826 12.2231 34.7673 12.0764 34.694 11.9737C34.6353 11.8564 34.5327 11.7684 34.386 11.7097C34.254 11.6364 34.078 11.5924 33.858 11.5777C33.638 11.5484 33.352 11.5337 33 11.5337V10.7857L37.246 9.94973L37.51 11.8637H37.642C38.258 11.1744 38.874 10.6831 39.49 10.3897C40.1207 10.0964 40.8467 9.94973 41.668 9.94973C42.636 9.94973 43.4353 10.1184 44.066 10.4557C44.6967 10.7931 45.1733 11.2771 45.496 11.9077H45.584C46.112 11.2917 46.7427 10.8151 47.476 10.4777C48.2093 10.1257 48.994 9.94973 49.83 9.94973C50.71 9.94973 51.4727 10.0597 52.118 10.2797C52.778 10.4997 53.2913 10.8151 53.658 11.2257C53.9513 11.5631 54.164 12.0031 54.296 12.5457C54.4427 13.0884 54.516 13.8437 54.516 14.8117V18.1997C54.516 18.8011 54.5307 19.2777 54.56 19.6297C54.604 19.9817 54.692 20.2531 54.824 20.4437C54.956 20.6344 55.1467 20.7591 55.396 20.8177C55.6453 20.8764 55.99 20.9204 56.43 20.9497V21.8297H49.478V20.9497C49.918 20.9351 50.2627 20.8984 50.512 20.8397C50.776 20.7664 50.974 20.6417 51.106 20.4657C51.2527 20.2751 51.3407 20.0184 51.37 19.6957C51.414 19.3731 51.436 18.9331 51.436 18.3757V15.4937C51.436 14.7311 51.392 14.0857 51.304 13.5577C51.216 13.0297 51.0767 12.6044 50.886 12.2817C50.6953 11.9591 50.4387 11.7317 50.116 11.5997C49.808 11.4531 49.4267 11.3797 48.972 11.3797C48.4587 11.3797 48.0333 11.5044 47.696 11.7537C47.3733 12.0031 47.102 12.3257 46.882 12.7217C46.5007 13.4111 46.31 14.2691 46.31 15.2957V18.1997C46.31 18.8011 46.3247 19.2777 46.354 19.6297C46.3833 19.9817 46.464 20.2531 46.596 20.4437C46.728 20.6344 46.9187 20.7591 47.168 20.8177C47.432 20.8764 47.7913 20.9204 48.246 20.9497V21.8297H41.272V20.9497C41.712 20.9204 42.0567 20.8764 42.306 20.8177C42.57 20.7591 42.768 20.6417 42.9 20.4657C43.0467 20.2897 43.1347 20.0404 43.164 19.7177C43.208 19.3804 43.23 18.9331 43.23 18.3757V15.4937C43.23 14.7311 43.186 14.0857 43.098 13.5577C43.01 13.0297 42.8633 12.6044 42.658 12.2817C42.4673 11.9591 42.2107 11.7317 41.888 11.5997C41.5653 11.4531 41.162 11.3797 40.678 11.3797C40.194 11.3797 39.7907 11.4971 39.468 11.7317C39.16 11.9664 38.9033 12.2817 38.698 12.6777C38.5073 13.0297 38.3607 13.4331 38.258 13.8877C38.1553 14.3424 38.104 14.8117 38.104 15.2957V18.1997Z" fill="#34322D"/>
</g>
<defs>
<clipPath id="clip0_9003_59525">
<rect width="110" height="32" fill="white"/>
</clipPath>
</defs>
</svg>
		</a>
	</header>
	<main class="content">
		<div class="illustration">
			<div class="screen">
				<div class="screen-inner"></div>
			</div>
			<div class="stand"></div>
			<div class="base"></div>
		</div>
		<div class="message">
			<div class="message-text">
				<h1>Site unavailable due to unpaid billing</h1>
				<p>Contact owner to update billing in Manus to bring it back</p>
			</div>
			<button class="notify-btn" onclick="handleNotifyOwner()">
				<span class="notify-btn-text">Notify owner</span>
			</button>
		</div>
	</main>
	<div class="toast-container" id="toast-container"></div>
	<script>
		var PROJECT_ID = "UnKojuGodR8poPrXp4fxUB";
		var API_HOST = "https://api.manus.im";

		function showToast(message, variant) {
			var container = document.getElementById('toast-container');
			var iconPath = variant === 'success'
				? 'M17.4987 10.0007C17.4987 5.85851 14.1408 2.50065 9.9987 2.50065C5.85656 2.50065 2.4987 5.85851 2.4987 10.0007C2.4987 14.1428 5.85656 17.5006 9.9987 17.5006C14.1408 17.5006 17.4987 14.1428 17.4987 10.0007ZM11.9095 7.74479C12.2349 7.41935 12.7625 7.41935 13.0879 7.74479C13.4133 8.07023 13.4133 8.59774 13.0879 8.92318L9.75456 12.2565C9.42912 12.5819 8.90159 12.5819 8.57617 12.2565L6.9095 10.5898L6.85254 10.5264C6.58559 10.1991 6.60445 9.71656 6.9095 9.41146C7.2146 9.10636 7.6971 9.08754 8.02441 9.35449L8.08789 9.41146L9.16536 10.4889L11.9095 7.74479ZM19.1654 10.0007C19.1654 15.0633 15.0613 19.1673 9.9987 19.1673C4.93609 19.1673 0.832031 15.0633 0.832031 10.0007C0.832031 4.93804 4.93609 0.833984 9.9987 0.833984C15.0613 0.833984 19.1654 4.93804 19.1654 10.0007Z'
				: 'M10 0C4.48 0 0 4.48 0 10C0 15.52 4.48 20 10 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 10 0ZM11 15H9V13H11V15ZM11 11H9V5H11V11Z';
			
			var toast = document.createElement('div');
			toast.className = 'toast toast--' + variant;
			toast.innerHTML = '<svg class="toast-icon" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="' + iconPath + '"/></svg><span class="toast-message">' + message + '</span>';
			
			container.appendChild(toast);
			
			requestAnimationFrame(function() {
				toast.classList.add('is-visible');
			});
			
			setTimeout(function() {
				toast.classList.remove('is-visible');
				setTimeout(function() {
					container.removeChild(toast);
				}, 300);
			}, 3000);
		}

		async function handleNotifyOwner() {
			var btn = document.querySelector('.notify-btn');
			if (btn) {
				btn.disabled = true;
				btn.style.opacity = '0.6';
			}
			try {
				var response = await fetch(API_HOST + '/user.v1.UserPublicService/WebdevInsufficientBalanceNotify', {
					method: 'POST',
					headers: {
						'Content-Type': 'application/json',
					},
					body: JSON.stringify({ projectId: PROJECT_ID }),
				});
				if (response.ok) {
					showToast('Notification sent to the owner', 'success');
				} else {
					showToast('Failed to notify owner', 'error');
				}
			} catch (error) {
				console.error('Notify owner failed:', error);
				showToast('Failed to notify owner', 'error');
			} finally {
				if (btn) {
					btn.disabled = false;
					btn.style.opacity = '1';
				}
			}
		}
	</script>
</body>
</html>