﻿???????????????????????????????   
>>>>>>>>>>>>>/>>>>>>>>>>>>>>>>><

?????????????????

>>>>>>>>>>>>>/>>>>>>>>>>>>>>>>><
.........................../...
>>>>>>>>>>>>>/>>>>>>>>>>>>>>>>><

???????????????????????????????!!!!!!
>>>>>>>>>>/>>>>>>>>>>>>>>>>><
//---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ 
1!%)+//
ÿØÿà JFIF      ÿÛ „ 	 ( %!1!%)+//.383,7(-.+
+//.383,7(-.+
                  Øÿà JFIF      ÿÛ                                                                                  

-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ  ¥2" ÿÄ               ÿÄ J  	     ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ              ÿÄ *        !1AQa‘"2q3±ð#b¡ÿÚ   ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú383,7(-.+
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁT­ÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßw­pŽF|È¥ù®häðÍÑ¶¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV  +//.383,7(-.+
?>
                                              
???????????????????????????????!!!!!!

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

>>>>>>>>>>>>>/>>>>>>>>>>>>>>>>>>

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<br />
<b>Warning</b>:  Undefined variable $auth in <b>/home/pixetcsf/ghansu.org/a03a22/index.php</b> on line <b>588</b><br />
<br />
<b>Warning</b>:  Trying to access array offset on value of type null in <b>/home/pixetcsf/ghansu.org/a03a22/index.php</b> on line <b>588</b><br />
@use 'sass:color';
@use 'tokens';

/*
 * Button mixin - creates a primary button effect.
 * Uses CSS custom properties for theme color support across color schemes.
 */
@mixin button( $button-text-color: #fff ) {
	background: var(--wp-admin-theme-color);
	border-color: transparent;
	border-radius: tokens.$radius-s;
	color: $button-text-color;

	&:hover {
		background: var(--wp-admin-theme-color-darker-10);
		border-color: transparent;
		color: $button-text-color;
	}

	&:focus {
		background: var(--wp-admin-theme-color);
		border-color: transparent;
		color: $button-text-color;
		/* Gutenberg-style focus ring: outer theme color + inset white for contrast */
		box-shadow:
			0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color),
			inset 0 0 0 1px tokens.$white;
		/* Visible in Windows High Contrast mode */
		outline: 1px solid transparent;
	}

	&:active {
		background: var(--wp-admin-theme-color-darker-20);
		border-color: transparent;
		color: $button-text-color;
	}

	&:disabled,
	&.disabled {
		background: tokens.$gray-100;
		border-color: transparent;
		color: tokens.$gray-600;
		cursor: not-allowed;
	}

	&.active,
	&.active:focus,
	&.active:hover {
		background: var(--wp-admin-theme-color-darker-10);
		color: $button-text-color;
		border-color: transparent;
		box-shadow: none;
	}
}

/*
 * Secondary button mixin - outlined style with theme color.
 * Matches Gutenberg's .is-secondary button variant.
 */
@mixin button-secondary() {
	background: transparent;
	border: 1px solid var(--wp-admin-theme-color);
	border-radius: tokens.$radius-s;
	color: var(--wp-admin-theme-color);

	&:hover {
		background: rgba(var(--wp-admin-theme-color--rgb), 0.04);
		border-color: var(--wp-admin-theme-color-darker-20);
		color: var(--wp-admin-theme-color-darker-20);
	}

	&:focus {
		background: transparent;
		border-color: var(--wp-admin-theme-color);
		color: var(--wp-admin-theme-color);
		box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
		outline: 1px solid transparent;
	}

	&:active {
		background: rgba(var(--wp-admin-theme-color--rgb), 0.08);
		border-color: var(--wp-admin-theme-color-darker-20);
		color: var(--wp-admin-theme-color-darker-20);
		box-shadow: none;
	}

	&:disabled,
	&.disabled {
		background: transparent;
		border-color: tokens.$gray-300;
		color: tokens.$gray-600;
		cursor: not-allowed;
	}
}

/*
 * Tertiary button mixin - transparent background, gray text.
 */
@mixin button-tertiary() {
	background: transparent;
	border: 1px solid tokens.$gray-600;
	border-radius: tokens.$radius-s;
	color: tokens.$gray-900;

	&:hover {
		background: rgba(0, 0, 0, 0.05);
		border-color: tokens.$gray-700;
		color: tokens.$gray-900;
	}

	&:focus {
		background: transparent;
		border-color: var(--wp-admin-theme-color);
		color: tokens.$gray-900;
		box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
		outline: 1px solid transparent;
	}

	&:active {
		background: rgba(0, 0, 0, 0.1);
		border-color: tokens.$gray-700;
		color: tokens.$gray-900;
	}

	&:disabled,
	&.disabled {
		background: transparent;
		border-color: tokens.$gray-400;
		color: tokens.$gray-600;
		cursor: not-allowed;
	}
}
