.login-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%}.login-branding{position:relative;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);padding:60px;display:flex;align-items:center;justify-content:center;overflow:hidden}.branding-content{position:relative;z-index:2;color:#fff;max-width:500px;animation:slideInLeft .4s cubic-bezier(.16,1,.3,1)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.brand-logo-image{display:flex;align-items:center;justify-content:center;margin-bottom:32px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000026}.brand-logo-image img{height:100px;width:auto;max-width:100%;object-fit:contain}.brand-title{font-size:48px;font-weight:800;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em}.brand-tagline{font-size:18px;margin:0 0 48px;opacity:.9;font-weight:400}.feature-list{display:flex;flex-direction:column;gap:24px}.feature-item{display:flex;gap:16px;align-items:flex-start;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.15);transition:all .2s ease}.feature-item:hover{background:#ffffff26;transform:translate(8px)}.feature-icon{font-size:32px;flex-shrink:0}.feature-text h3{margin:0 0 4px;font-size:18px;font-weight:600}.feature-text p{margin:0;font-size:14px;opacity:.9}.animated-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:.35}.shape{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;background:#ffffff40}.shape-1{width:450px;height:450px;top:-150px;right:-150px;animation:float1 15s infinite ease-in-out}.shape-2{width:350px;height:350px;bottom:-80px;left:-100px;animation:float2 18s infinite ease-in-out}.shape-3{width:250px;height:250px;top:40%;right:15%;animation:float3 20s infinite ease-in-out}@keyframes float1{0%,to{transform:translate(0) rotate(0);border-radius:40% 60% 70% 30%/40% 50% 60%}33%{transform:translate(-40px,40px) rotate(10deg);border-radius:50% 50% 60% 40%/50% 60% 40% 50%}66%{transform:translate(-60px,20px) rotate(-5deg);border-radius:60% 40% 50% 50%/40% 50% 50% 60%}}@keyframes float2{0%,to{transform:translate(0) rotate(0);border-radius:40% 60% 70% 30%/40% 50% 60%}33%{transform:translate(50px,-30px) rotate(-8deg);border-radius:50% 50% 40% 60%/60% 40% 50% 50%}66%{transform:translate(30px,-50px) rotate(5deg);border-radius:45% 55% 55% 45%/50% 60% 40% 50%}}@keyframes float3{0%,to{transform:translate(0) rotate(0);border-radius:40% 60% 70% 30%/40% 50% 60%}33%{transform:translate(-30px,-40px) rotate(8deg);border-radius:60% 40% 50% 50%/50% 50% 60% 40%}66%{transform:translate(-50px,-20px) rotate(-6deg);border-radius:50% 50% 60% 40%/60% 40% 40% 60%}}.login-form-container{background:#fff;display:flex;align-items:center;justify-content:center;padding:60px}.login-form-wrapper{width:100%;max-width:460px;animation:slideInRight .4s cubic-bezier(.16,1,.3,1)}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.form-header{margin-bottom:40px}.form-header h2{font-size:36px;font-weight:700;margin:0 0 8px;color:#0f172a;letter-spacing:-.02em}.form-header p{font-size:16px;color:#64748b;margin:0}.login-form{animation:fadeIn .3s ease .1s both}.input-group{margin-bottom:20px}.input-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#334155;margin-bottom:8px}.input-label svg{font-size:16px;color:#3b82f6}.custom-select{width:100%!important}.custom-select .ant-select-selector{border:2px solid #e2e8f0!important;border-radius:12px!important;height:48px!important;transition:all .15s ease!important;background:#f8fafc!important;width:100%!important}.custom-select .ant-select-selection-placeholder,.custom-select .ant-select-selection-item{line-height:44px!important;font-size:15px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.custom-select:hover .ant-select-selector{border-color:#3b82f6!important;background:#fff!important}.custom-select.ant-select-focused .ant-select-selector{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61a!important}.input-group input{height:48px!important;border:2px solid #e2e8f0!important;border-radius:12px!important;padding:12px 16px!important;font-size:15px!important;transition:all .15s ease!important;background:#f8fafc!important}.input-group input:hover{border-color:#3b82f6!important;background:#fff!important}.input-group input:focus{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61a!important;outline:none!important}.password-toggle-btn{position:absolute;right:14px;bottom:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s ease;z-index:1;border-radius:6px}.sso-divider{display:flex;align-items:center;gap:16px;margin:8px 0}.sso-divider-line{flex:1;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent)}.sso-divider-text{font-size:13px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.sso-button-wrapper{position:relative;width:100%}.microsoft-sso-btn{width:100%;height:52px;display:flex;align-items:center;justify-content:center;gap:12px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:15px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.microsoft-sso-btn:hover:not(:disabled){border-color:#3b82f6;background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.microsoft-sso-btn:active:not(:disabled){transform:translateY(0)}.microsoft-sso-btn:disabled{cursor:not-allowed;opacity:.6}.microsoft-sso-btn.loading{cursor:wait;background:#f8fafc}.microsoft-logo{width:20px;height:20px;transition:all .3s ease}.microsoft-sso-btn span{position:relative;z-index:1}.coming-soon-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #f59e0b66;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 2px 8px #f59e0b66}50%{transform:scale(1.05);box-shadow:0 4px 12px #f59e0b80}}.form-options{margin:8px 0 24px}.remember-checkbox{color:#64748b;font-size:14px;font-weight:500}.remember-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#3b82f6;border-color:#3b82f6}.forgot-link{color:#3b82f6;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s ease}.forgot-link:hover{color:#2563eb;text-decoration:underline}.submit-btn{height:52px!important;border-radius:12px!important;background:linear-gradient(135deg,#2563eb,#3b82f6)!important;border:none!important;font-size:16px!important;font-weight:600!important;box-shadow:0 4px 16px #2563eb4d!important;transition:all .15s ease!important;margin-top:8px!important}.submit-btn:hover:not(:disabled){transform:translateY(-2px)!important;box-shadow:0 6px 24px #2563eb66!important;background:linear-gradient(135deg,#1d4ed8,#2563eb)!important}.submit-btn:active:not(:disabled){transform:translateY(0)!important}.submit-btn .anticon{font-size:18px}.form-footer{margin-top:32px;text-align:center}.form-footer p{font-size:13px;color:#94a3b8;margin:0}.ant-spin-dot-item{background-color:#3b82f6!important}.ant-select-dropdown{border-radius:12px!important;box-shadow:0 8px 24px #0000001f!important;padding:8px!important}.ant-select-item{border-radius:8px!important;transition:all .12s ease!important;margin:2px 0!important}.ant-select-item-option-selected{background-color:#3b82f61a!important;font-weight:600!important;color:#2563eb!important}.ant-select-item-option-active{background-color:#3b82f60d!important}.ant-message-notice-content{border-radius:12px!important;box-shadow:0 8px 24px #0000001f!important;padding:12px 20px!important}@media (max-width: 1024px){.login-container{grid-template-columns:1fr}.login-branding{display:none}.login-form-container{padding:40px 24px}.login-form-wrapper{max-width:400px}}@media (max-width: 640px){.form-header h2{font-size:28px}.login-form-container{padding:24px 20px}.input-group input,.custom-select .ant-select-selector{height:44px!important}.submit-btn{height:48px!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}*{box-sizing:border-box}.password-recovery-container{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%}.recovery-branding{position:relative;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);padding:60px;display:flex;align-items:center;justify-content:center;overflow:hidden}.recovery-branding-content{position:relative;z-index:2;color:#fff;max-width:500px;animation:slideInLeft .5s cubic-bezier(.16,1,.3,1)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.recovery-logo-image{display:flex;align-items:center;justify-content:center;margin-bottom:32px;padding:24px;background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000026;animation:logoFloat .6s cubic-bezier(.16,1,.3,1) .2s both}@keyframes logoFloat{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.recovery-logo-image img{height:100px;width:auto;max-width:100%;object-fit:contain}.recovery-brand-title{font-size:48px;font-weight:800;margin:0 0 16px;line-height:1.2;letter-spacing:-.02em;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .3s both}.recovery-brand-tagline{font-size:18px;margin:0 0 48px;opacity:0;font-weight:400;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) .4s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:.9;transform:translateY(0)}}.recovery-info-card{background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:28px;border-radius:20px;border:1px solid rgba(255,255,255,.2);animation:fadeInScale .6s cubic-bezier(.16,1,.3,1) .5s both;transition:all .3s cubic-bezier(.16,1,.3,1)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.recovery-info-card:hover{background:#ffffff2e;transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.recovery-info-icon{font-size:40px;margin-bottom:16px;display:inline-block;animation:iconBounce .8s cubic-bezier(.16,1,.3,1) .6s both}@keyframes iconBounce{0%{opacity:0;transform:scale(.5) rotate(-10deg)}60%{transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0)}}.recovery-info-card h3{margin:0 0 8px;font-size:22px;font-weight:700;letter-spacing:-.01em}.recovery-info-card p{margin:0;font-size:15px;opacity:.9;line-height:1.6}.recovery-animated-shapes{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;opacity:.4}.recovery-shape{position:absolute;border-radius:40% 60% 70% 30%/40% 50% 60%;background:#ffffff40;filter:blur(1px)}.recovery-shape-1{width:500px;height:500px;top:-180px;right:-180px;animation:floatShape1 16s infinite ease-in-out}.recovery-shape-2{width:380px;height:380px;bottom:-100px;left:-120px;animation:floatShape2 20s infinite ease-in-out}.recovery-shape-3{width:280px;height:280px;top:35%;right:10%;animation:floatShape3 18s infinite ease-in-out}@keyframes floatShape1{0%,to{transform:translate(0) rotate(0);border-radius:40% 60% 70% 30%/40% 50% 60%}33%{transform:translate(-50px,50px) rotate(12deg);border-radius:50% 50% 60% 40%/50% 60% 40% 50%}66%{transform:translate(-70px,25px) rotate(-8deg);border-radius:60% 40% 50% 50%/40% 50% 50% 60%}}@keyframes floatShape2{0%,to{transform:translate(0) rotate(0);border-radius:40% 60% 70% 30%/40% 50% 60%}33%{transform:translate(60px,-40px) rotate(-10deg);border-radius:50% 50% 40% 60%/60% 40% 50% 50%}66%{transform:translate(35px,-60px) rotate(7deg);border-radius:45% 55% 55% 45%/50% 60% 40% 50%}}@keyframes floatShape3{0%,to{transform:translate(0) rotate(0) scale(1);border-radius:40% 60% 70% 30%/40% 50% 60%}33%{transform:translate(-35px,-50px) rotate(10deg) scale(1.05);border-radius:60% 40% 50% 50%/50% 50% 60% 40%}66%{transform:translate(-60px,-25px) rotate(-8deg) scale(.95);border-radius:50% 50% 60% 40%/60% 40% 40% 60%}}.recovery-form-container{background:#fff;display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.recovery-form-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20px 20px,rgba(59,130,246,.03) 1px,transparent 1px);background-size:40px 40px;opacity:0;animation:patternFadeIn 1s ease .5s forwards}@keyframes patternFadeIn{to{opacity:1}}.recovery-form-wrapper{width:100%;max-width:480px;position:relative;z-index:1;animation:slideInRight .5s cubic-bezier(.16,1,.3,1)}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.recovery-form-header{margin-bottom:40px;animation:headerFadeIn .6s cubic-bezier(.16,1,.3,1) .2s both}@keyframes headerFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recovery-form-header h2{font-size:40px;font-weight:800;margin:0 0 12px;color:#0f172a;letter-spacing:-.03em;line-height:1.1}.recovery-form-header p{font-size:17px;color:#64748b;margin:0;line-height:1.5}.recovery-form{animation:formFadeIn .5s ease .3s both}@keyframes formFadeIn{0%{opacity:0}to{opacity:1}}.recovery-input-group{margin-bottom:24px;animation:inputSlideIn .4s cubic-bezier(.16,1,.3,1) both}.recovery-input-group:nth-child(1){animation-delay:.35s}.recovery-input-group:nth-child(2){animation-delay:.45s}@keyframes inputSlideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.recovery-input-label{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#334155;margin-bottom:10px;letter-spacing:-.01em}.recovery-input-label svg{font-size:18px;color:#3b82f6;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.recovery-input-group:focus-within .recovery-input-label svg{transform:scale(1.15) rotate(5deg)}.recovery-input-group input{width:100%;height:52px!important;border:2px solid #e2e8f0!important;border-radius:14px!important;padding:14px 18px!important;font-size:16px!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;background:#f8fafc!important;color:#0f172a!important;font-weight:500!important}.recovery-input-group input::placeholder{color:#94a3b8;font-weight:400}.recovery-input-group input:hover{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 2px 8px #3b82f614!important}.recovery-input-group input:focus{border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 4px #3b82f61f,0 4px 16px #3b82f626!important;outline:none!important;transform:translateY(-1px)}.password-field-wrapper{position:relative}.password-toggle-btn{position:absolute;right:14px;bottom:14px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:all .2s ease;z-index:1;border-radius:6px}.password-toggle-btn:hover{color:#3b82f6;background:#3b82f614}.password-toggle-btn:active{transform:scale(.92)}.password-toggle-btn svg{font-size:18px}.password-field-wrapper input{padding-right:44px!important}.recovery-button-group{display:flex;flex-direction:column;gap:12px;margin-top:32px;animation:buttonSlideIn .4s cubic-bezier(.16,1,.3,1) .5s both}@keyframes buttonSlideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.recovery-submit-btn{height:56px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;color:#fff;font-size:17px;font-weight:700;letter-spacing:-.01em;box-shadow:0 6px 20px #2563eb59;transition:all .25s cubic-bezier(.16,1,.3,1);cursor:pointer;position:relative;overflow:hidden}.recovery-submit-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.recovery-submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 32px #2563eb73;background:linear-gradient(135deg,#1d4ed8,#2563eb)}.recovery-submit-btn:hover:not(:disabled):before{left:100%}.recovery-submit-btn:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #2563eb59}.recovery-submit-btn:disabled{opacity:.6;cursor:not-allowed}.recovery-back-btn{height:52px;border-radius:14px;background:#f1f5f9;border:2px solid #e2e8f0;color:#475569;font-size:16px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer}.recovery-back-btn:hover{background:#fff;border-color:#cbd5e1;color:#334155;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.recovery-back-btn:active{transform:translateY(0)}.recovery-success-container{text-align:center;animation:successFadeIn .6s cubic-bezier(.16,1,.3,1) both}@keyframes successFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.recovery-success-icon{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;box-shadow:0 12px 32px #10b98159;animation:successIconPop .8s cubic-bezier(.34,1.56,.64,1) .2s both;position:relative}@keyframes successIconPop{0%{opacity:0;transform:scale(0) rotate(-180deg)}60%{transform:scale(1.15) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.recovery-success-icon:after{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#10b981,#34d399);opacity:.3;animation:successPulse 2s ease-in-out infinite}@keyframes successPulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.3);opacity:0}}.recovery-success-title{font-size:32px;font-weight:800;color:#0f172a;margin:0 0 16px;letter-spacing:-.02em;animation:successTextSlide .6s cubic-bezier(.16,1,.3,1) .4s both}@keyframes successTextSlide{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.recovery-success-text{font-size:17px;color:#64748b;line-height:1.6;margin:0 0 40px;animation:successTextSlide .6s cubic-bezier(.16,1,.3,1) .5s both}.recovery-error-container{text-align:center;animation:errorShake .5s cubic-bezier(.36,.07,.19,.97) both}@keyframes errorShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.recovery-error-icon{width:96px;height:96px;margin:0 auto 32px;background:linear-gradient(135deg,#ef4444,#f87171);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;box-shadow:0 12px 32px #ef444459}.password-strength-container{margin-top:12px;animation:fadeIn .3s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-strength-bars{display:flex;gap:6px;margin-bottom:8px}.password-strength-bar{height:4px;flex:1;background:#e2e8f0;border-radius:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.password-strength-bar.active{background:linear-gradient(90deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f666}.password-strength-bar.active.weak{background:linear-gradient(90deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef444466}.password-strength-bar.active.medium{background:linear-gradient(90deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b66}.password-strength-bar.active.strong{background:linear-gradient(90deg,#10b981,#059669);box-shadow:0 2px 8px #10b98166}.password-strength-text{font-size:13px;font-weight:600;color:#64748b}.recovery-loading{display:inline-flex;align-items:center;gap:8px}.recovery-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.recovery-help-text{margin-top:24px;padding:20px;background:#f8fafc;border-radius:14px;border:1px solid #e2e8f0;animation:helpSlideIn .5s cubic-bezier(.16,1,.3,1) .6s both}@keyframes helpSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.recovery-help-text p{margin:0;font-size:14px;color:#64748b;line-height:1.6}.recovery-help-text a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s ease}.recovery-help-text a:hover{color:#2563eb;text-decoration:underline}@media (max-width: 1024px){.password-recovery-container{grid-template-columns:1fr}.recovery-branding{display:none}.recovery-form-container{padding:40px 24px}.recovery-form-wrapper{max-width:440px}}@media (max-width: 640px){.recovery-form-header h2{font-size:32px}.recovery-form-header p{font-size:15px}.recovery-form-container{padding:24px 20px}.recovery-input-group input{height:48px!important}.recovery-submit-btn{height:52px;font-size:16px}.recovery-back-btn{height:48px}.recovery-success-icon,.recovery-error-icon{width:80px;height:80px;font-size:40px}.recovery-success-title{font-size:28px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
