	
	@import "theme.css";
	
	/* Theme 1 */
	.main1 ::placeholder{color:var(--pcolor);}
	.contents1{font-family:signika negative;padding:12px;max-width:360px;margin:0 auto;}
	.main1{ height:auto;max-width:400px;margin:0 auto;box-shadow:0px 1px 4px rgba(0,0,0,0.2);background:var(--opcolor);min-height:200px;border-radius:4px;padding:10px 0px;width:95%;}
	.main1 input[type=text],.main1 input[type=password],.main1 input[type=number]{padding:10px 0px;width:100%;border:0px;border-bottom:1px solid #4682b4;
	font-family:signika negative;color:#191970;font-size:16px; }
	.main1 input:focus{ outline:none; border-bottom:2px solid var(--pcolor); }
	.contents1 .progbtn{background:#ADD8E6;padding:9px;text-align:center;border-radius:3px;cursor:not-allowed;color:#191970;font-size:14px;display:none;}
	.contents1 .btn1{width:100%;padding:7px;background:var(--pcolor); color:#fff;outline:none;border:1px solid var(--pcolor);border-radius:4px;}
	.contents1 .btn1:focus{outline:none;color:yellow;}
	
	/* Theme 2 */
	.main2 ::placeholder{color:#dcdcdc;}
	.main2 a{color:var(--scolor);}
	.main2{ max-width:500px;margin:0 auto;background:var(--opcolor);min-height:200px;padding:10px;color:#f0f0f0;border-radius:5px; }
	.main2 input[type=text],.main2 input[type=password],.main2 input[type=number]{padding:7px 10px;width:100%;border:1px solid #dcdcdc;background:rgba(255,255,204,.2);border-radius:5px;
	font-family:signika negative;color:var(--scolor);font-size:16px; }
	.main2 input:focus{ outline:none; border:1px solid var(--scolor); }
	.contents2{ padding:5px;max-width:360px;margin:0 auto; }
	.contents2 .progbtn{background:#ADD8E6;padding:9px;text-align:center;border-radius:3px;cursor:not-allowed;color:#191970;font-size:14px;display:none;}
	.contents2 .btn1{width:100%;padding:7px;background:var(--scolor); color:var(--pcolor);outline:none;border:1px solid var(--pcolor);border-radius:4px;}
	.contents2 .btn1:focus{outline:none;color:blue;}
	@media screen and (min-width:601px){.logo{max-width:100%;max-height:250px; }}
	@media screen and (max-width:600px){.logo{max-width:100%;max-height:150px; }}

	/* Modern staff authentication shell */
	.staff-auth-page{
		min-height:100vh;
		margin:0;
		padding:24px;
		display:grid;
		place-items:center;
		position:relative;
		overflow:auto;
		background:var(--auth-bg,#eef4f8);
		color:#172033;
		font-family:Inter,Segoe UI,Arial,sans-serif;
	}
	.staff-auth-pattern{
		position:fixed;
		inset:0;
		pointer-events:none;
		opacity:.42;
		background-image:linear-gradient(135deg,rgba(255,255,255,.48) 1px,transparent 1px),linear-gradient(45deg,rgba(255,255,255,.28) 1px,transparent 1px);
		background-size:34px 34px,52px 52px;
	}
	.staff-auth-shell{
		width:min(1080px,100%);
		min-height:620px;
		position:relative;
		z-index:1;
		display:grid;
		grid-template-columns:minmax(300px,.86fr) minmax(360px,1.14fr);
		background:#fff;
		border:1px solid rgba(255,255,255,.85);
		border-radius:24px;
		overflow:hidden;
		box-shadow:0 28px 70px rgba(23,32,51,.18);
	}
	.staff-auth-showcase{
		min-height:620px;
		padding:34px;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		position:relative;
		overflow:hidden;
		background:linear-gradient(145deg,var(--auth-primary,#087f8c),var(--auth-secondary,#2364aa));
		color:#fff;
	}
	.staff-auth-showcase:after{
		content:"";
		position:absolute;
		inset:auto -90px -110px auto;
		width:290px;
		height:290px;
		border:1px solid rgba(255,255,255,.18);
		border-radius:50%;
		box-shadow:0 0 0 24px rgba(255,255,255,.05),0 0 0 48px rgba(255,255,255,.04);
		pointer-events:none;
	}
	.staff-auth-brand,.staff-auth-panel-brand{display:flex;align-items:center;gap:11px;position:relative;z-index:1}
	.staff-auth-brand strong{display:block;font-size:17px;line-height:1.2}
	.staff-auth-brand span{display:block;margin-top:3px;color:rgba(255,255,255,.72);font-size:11px}
	.staff-auth-logo{
		width:48px;
		height:48px;
		flex:0 0 48px;
		display:grid;
		place-items:center;
		border-radius:15px;
		background:rgba(255,255,255,.94);
		box-shadow:0 10px 24px rgba(0,0,0,.14);
		overflow:hidden;
	}
	.staff-auth-logo img{max-width:38px;max-height:38px;object-fit:contain}
	.staff-auth-showcase-copy{position:relative;z-index:1;max-width:390px}
	.staff-auth-eyebrow,.staff-auth-kicker{
		display:inline-flex;
		align-items:center;
		gap:7px;
		font-size:11px;
		font-weight:800;
		letter-spacing:.08em;
		text-transform:uppercase;
	}
	.staff-auth-eyebrow{color:#dffbf4}
	.staff-auth-showcase-copy h1{margin:18px 0 10px;font-size:42px;line-height:1.05;letter-spacing:-.02em;font-weight:800}
	.staff-auth-showcase-copy p{margin:0;color:rgba(255,255,255,.8);font-size:14px;line-height:1.7}
	.staff-auth-points{display:grid;gap:10px;margin-top:28px}
	.staff-auth-points span{display:flex;align-items:center;gap:10px;color:rgba(255,255,255,.88);font-size:13px;font-weight:600}
	.staff-auth-points i{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.14);color:#fff}
	.staff-auth-showcase-foot{position:relative;z-index:1;color:rgba(255,255,255,.72);font-size:11px;font-weight:600}
	.staff-auth-showcase-foot i{margin-right:5px;color:#b9f18c}
	.staff-auth-panel{min-width:0;padding:38px 52px 24px;display:flex;flex-direction:column;justify-content:center;background:#fff}
	.staff-auth-panel-brand{display:none}
	.staff-auth-card{width:min(410px,100%);margin:0 auto}
	.staff-auth-heading{margin-bottom:22px}
	.staff-auth-kicker{color:var(--auth-primary,#087f8c)}
	.staff-auth-heading h2{margin:10px 0 6px;color:#172033;font-size:29px;line-height:1.15;font-weight:800}
	.staff-auth-heading p{margin:0;color:#667085;font-size:13px;line-height:1.5}
	.staff-auth-content{width:100%;font-size:14px}
	.staff-auth-content form{width:100%;margin:0}
	.staff-auth-content table{width:100%!important;border-collapse:separate;border-spacing:0 10px}
	.staff-auth-content table td{padding:0 5px!important;border:0!important;vertical-align:middle}
	.staff-auth-content table td:first-child{width:auto;text-align:left;color:var(--auth-primary,#087f8c)}
	.staff-auth-content table td:first-child i{font-size:18px!important}
	.staff-auth-content table tr:last-child td{padding-top:14px!important}
	.staff-auth-content table p{margin:0!important;color:#667085;line-height:1.5}
	.staff-auth-content table tr:first-child td[colspan]{padding-bottom:3px!important}
	.staff-auth-input{position:relative;display:flex;align-items:center;width:100%}
	.staff-auth-input>i{position:absolute;left:13px;z-index:2;color:var(--auth-primary,#087f8c);font-size:16px;pointer-events:none}
	.staff-auth-input input{padding-left:40px!important;padding-right:44px!important}
	.staff-auth-password-toggle{
		position:absolute;
		right:7px;
		z-index:3;
		width:32px;
		height:32px;
		display:grid;
		place-items:center;
		border:0;
		border-radius:8px;
		background:transparent;
		color:#8190a0;
		cursor:pointer;
		outline:none;
	}
	.staff-auth-password-toggle:hover{background:#eef7f7;color:var(--auth-primary,#087f8c)}
	.staff-auth-password-toggle:focus,.staff-auth-password-toggle:active{outline:none;box-shadow:none}
	.staff-auth-content input[type=text],.staff-auth-content input[type=password],.staff-auth-content input[type=number],.staff-auth-content input[type=email]{
		width:100%;
		min-height:44px;
		padding:10px 12px!important;
		border:1px solid #d6e1ea!important;
		border-radius:11px!important;
		background:#fbfdff!important;
		color:#172033!important;
		font-family:Inter,Segoe UI,Arial,sans-serif!important;
		font-size:14px!important;
		box-shadow:none!important;
		outline:none!important;
		transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;
	}
	.staff-auth-content input::placeholder{color:#98a6b5!important}
	.staff-auth-content .staff-auth-input input{padding-left:42px!important;padding-right:44px!important}
	.staff-auth-content input:focus{border-color:var(--auth-primary,#087f8c)!important;background:#fff!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--auth-primary,#087f8c) 14%,transparent)!important}
	.staff-auth-content .btn1{
		width:100%;
		min-height:44px;
		padding:10px 15px!important;
		border:0!important;
		border-radius:11px!important;
		background:linear-gradient(135deg,var(--auth-primary,#087f8c),var(--auth-secondary,#2364aa))!important;
		color:#fff!important;
		font-family:Inter,Segoe UI,Arial,sans-serif!important;
		font-size:13px!important;
		font-weight:800!important;
		box-shadow:0 10px 22px color-mix(in srgb,var(--auth-primary,#087f8c) 22%,transparent)!important;
		outline:none!important;
		cursor:pointer;
		transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
	}
	.staff-auth-content .btn1:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 13px 25px color-mix(in srgb,var(--auth-primary,#087f8c) 28%,transparent)!important}
	.staff-auth-content .btn1:focus{outline:none!important;color:#fff!important}
	.staff-auth-content a{color:#6A5ACD;font-weight:700;text-decoration:none}
	.staff-auth-content a:hover{color:#5948bd;text-decoration:underline;text-underline-offset:2px}
	.staff-auth-content .progbtn{display:none;width:100%;min-height:44px;padding:12px;border-radius:11px;background:#eef8f7;color:var(--auth-primary,#087f8c);font-size:12px;font-weight:700;text-align:center}
	.staff-auth-content .progbtn svg{width:18px;height:18px;display:inline-block;margin-right:8px;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;animation:staffAuthSpin 1.4s linear infinite}
	.staff-auth-content .progbtn svg circle{stroke-dasharray:1 150;stroke-dashoffset:0;animation:staffAuthDash 1.4s ease-in-out infinite}
	@keyframes staffAuthSpin{100%{transform:rotate(360deg)}}
	@keyframes staffAuthDash{0%{stroke-dasharray:18 150;stroke-dashoffset:0}50%{stroke-dasharray:78 150;stroke-dashoffset:-25}100%{stroke-dasharray:18 150;stroke-dashoffset:-56}}
	.staff-auth-security{display:flex;align-items:flex-start;gap:8px;width:min(410px,100%);margin:24px auto 0;padding:10px 12px;border:1px solid #e1edf1;border-radius:11px;background:#f7fbfc;color:#718096;font-size:11px;line-height:1.5}
	.staff-auth-security i{flex:0 0 auto;color:var(--auth-primary,#087f8c);font-size:15px}
	.staff-auth-copyright{margin:28px auto 0;color:#98a6b5;font-size:11px;text-align:center}
	/* Theme type 1 remains a centered single-card authentication view. */
	.auth-theme-1 .staff-auth-shell{display:block;width:min(470px,100%);min-height:0}
	.auth-theme-1 .staff-auth-showcase{display:none}
	.auth-theme-1 .staff-auth-panel{padding:38px 42px 28px}
	.auth-theme-1 .staff-auth-panel-brand{display:flex;flex-direction:column;justify-content:center;gap:9px;margin-bottom:22px;text-align:center}
	.auth-theme-1 .staff-auth-panel-brand .staff-auth-logo{width:62px;height:62px;flex-basis:62px;border-radius:18px}
	.auth-theme-1 .staff-auth-panel-brand .staff-auth-logo img{max-width:48px;max-height:48px}
	.auth-theme-1 .staff-auth-panel-brand strong{font-size:18px;color:#172033}
	.auth-theme-1 .staff-auth-heading{text-align:center}
	.auth-theme-1 .staff-auth-security{margin-top:20px}
	.auth-theme-1 .staff-auth-copyright{margin-top:22px}
	.auth-theme-2 .staff-auth-panel-brand{display:none}
	@media(max-width:780px){
		.staff-auth-page{padding:12px}
		.staff-auth-shell{min-height:0;grid-template-columns:1fr;border-radius:19px}
		.staff-auth-showcase{min-height:245px;padding:24px 22px}
		.staff-auth-showcase-copy{max-width:520px;margin-top:28px}
		.staff-auth-showcase-copy h1{margin:12px 0 7px;font-size:31px}
		.staff-auth-showcase-copy p{font-size:13px;line-height:1.55}
		.staff-auth-points{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
		.staff-auth-points span{font-size:11px}
		.staff-auth-points i{width:24px;height:24px}
		.staff-auth-showcase-foot{display:none}
		.staff-auth-panel{padding:28px 22px 22px}
		.auth-theme-1 .staff-auth-panel{padding:30px 22px 24px}
		.auth-theme-2 .staff-auth-showcase{min-height:150px}
		.auth-theme-2 .staff-auth-showcase-copy{margin-top:18px}
		.auth-theme-2 .staff-auth-showcase-copy h1,
		.auth-theme-2 .staff-auth-showcase-copy p,
		.auth-theme-2 .staff-auth-points{display:none}
	}
	@media(max-width:460px){
		.staff-auth-page{padding:0;display:block}
		.staff-auth-shell{width:100%;min-height:100vh;border:0;border-radius:0;box-shadow:none}
		.staff-auth-showcase{min-height:205px;padding:20px 18px;border-radius:0 0 22px 22px}
		.staff-auth-logo{width:42px;height:42px;flex-basis:42px;border-radius:12px}
		.staff-auth-logo img{max-width:32px;max-height:32px}
		.staff-auth-brand strong{font-size:15px}
		.staff-auth-showcase-copy{margin-top:20px}
		.staff-auth-showcase-copy h1{font-size:27px}
		.staff-auth-showcase-copy p{font-size:12px}
		.staff-auth-points span:nth-child(3){display:none}
		.staff-auth-panel{padding:24px 18px 20px}
		.auth-theme-2 .staff-auth-showcase{min-height:132px;padding:18px}
		.auth-theme-2 .staff-auth-showcase-copy{margin-top:14px}
		.auth-theme-1 .staff-auth-shell{min-height:0;border:1px solid rgba(255,255,255,.85);border-radius:19px;box-shadow:0 20px 45px rgba(23,32,51,.14)}
		.auth-theme-1 .staff-auth-panel{padding:28px 18px 22px}
		.staff-auth-heading h2{font-size:25px}
		.staff-auth-security{margin-top:18px}
	}
