@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.login-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-end;padding:0;position:relative;overflow:hidden;font-family:Inter,sans-serif}.login-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 80% 20%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 20% 80%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 60% 60%,rgba(120,119,198,.2) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(-1deg)}}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:24px 0 0 24px;padding:2rem;width:50%;height:100vh;overflow-y:auto;box-shadow:0 32px 64px #00000026,0 8px 32px #0000001a;position:relative;z-index:1;animation:slideInRight .8s ease-out;display:flex;flex-direction:column;justify-content:center}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.login-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#764ba2,#667eea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:.5rem;letter-spacing:-.02em}.login-subtitle{color:#6b7280;text-align:center;margin-bottom:2rem;font-size:1rem;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-input{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-input:focus{outline:none;border-color:#764ba2;box-shadow:0 0 0 4px #764ba21a,0 8px 25px #764ba226;background:#fffffff2;transform:translateY(-2px)}.submit-button{background:linear-gradient(135deg,#764ba2,#667eea);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem;position:relative;overflow:hidden;letter-spacing:.025em;animation:fadeInUp .6s ease-out .4s both}.submit-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px #764ba266,0 8px 16px #764ba233}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.register-link-container{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);color:#6b7280;font-size:.9rem;animation:fadeInUp .6s ease-out .5s both}.register-link{color:#764ba2;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.register-link:hover{color:#667eea;text-decoration:none}.register-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(135deg,#764ba2,#667eea);transition:width .3s ease}.register-link:hover:after{width:100%}@media (max-width: 768px){.login-container{justify-content:center}.login-card{width:100%;height:auto;min-height:100vh;border-radius:0;padding:2rem 1.5rem}}@media (max-width: 640px){.login-card{padding:2rem 1.5rem}.login-title{font-size:2rem}.form-input{padding:.875rem 1rem}.submit-button{padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.login-card{padding:1.5rem 1.25rem;margin:.5rem}.login-title{font-size:1.75rem}.login-subtitle{font-size:1rem;margin-bottom:2rem}}@media (prefers-color-scheme: dark){.login-card{background:#111827f2;border:1px solid rgba(55,65,81,.3)}.login-subtitle{color:#9ca3af}.form-label{color:#d1d5db}.form-input{background:#1f2937cc;border-color:#4b5563;color:#f9fafb}.form-input:focus{background:#1f2937f2}.register-link-container{color:#9ca3af;border-top-color:#3741514d}}.toast-container{position:fixed;top:1rem;left:50%;transform:translate(-50%);background-color:#22c55e;color:#fff;padding:.75rem 1.25rem;border-radius:.5rem;box-shadow:0 2px 6px #0003;z-index:1000;display:flex;align-items:center}.toast-close{margin-left:1rem;background:transparent;border:none;color:#fff;font-size:1.25rem;font-weight:700;cursor:pointer}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100vh}.messaging-app{display:flex;height:100vh;width:100vw;background:#fff;box-shadow:none;border-radius:0;overflow:hidden;margin:0}.sidebar{width:350px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:all .3s ease}.sidebar-header{padding:24px 20px 16px;background:#fff;border-bottom:1px solid #e2e8f0}.sidebar-title{font-size:24px;font-weight:700;color:#1e293b;margin-bottom:8px}.search-container{position:relative;margin-top:16px}.search-input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;background:#f8fafc;transition:all .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b;font-size:16px}.chat-list{flex:1;overflow-y:auto;padding:8px 0}.chat-item{display:flex;align-items:center;padding:16px 20px;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.chat-item:hover{background:#3b82f60d}.chat-item.active{background:#3b82f61a;border-left-color:#3b82f6}.avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;margin-right:16px;position:relative}.status-indicator{position:absolute;bottom:2px;right:2px;width:14px;height:14px;border-radius:50%;border:2px solid white}.status-online{background:#10b981}.status-away{background:#f59e0b}.status-offline{background:#6b7280}.chat-info{flex:1;min-width:0}.chat-name{font-weight:600;color:#1e293b;font-size:16px;margin-bottom:4px}.chat-preview{color:#64748b;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.chat-time{color:#64748b;font-size:12px}.unread-count{background:#3b82f6;color:#fff;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600;min-width:20px;text-align:center}.chat-window{flex:1;display:flex;flex-direction:column;background:#fff}.chat-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;gap:16px}.chat-header-info{flex:1}.chat-header-name{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:2px}.chat-header-status{font-size:14px;color:#10b981}.typing-indicator{color:#3b82f6;font-style:italic}.messages-container{flex:1;overflow-y:auto;padding:24px;background:linear-gradient(to bottom,#f8fafc,#fff)}.message-group{margin-bottom:24px}.message-bubble{max-width:70%;margin-bottom:8px;animation:messageSlideIn .3s ease-out}.message-bubble.sent{margin-left:auto}.message-bubble.received{margin-right:auto}.message-content{padding:12px 16px;border-radius:18px;font-size:15px;line-height:1.4;word-wrap:break-word}.message-bubble.sent .message-content{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-bottom-right-radius:6px}.message-bubble.received .message-content{background:#f1f5f9;color:#1e293b;border-bottom-left-radius:6px}.message-time{font-size:11px;opacity:.7;margin-top:4px;text-align:right}.message-bubble.received .message-time{text-align:left}.message-input-container{padding:20px 24px;border-top:1px solid #e2e8f0;background:#fff}.message-input-wrapper{display:flex;align-items:flex-end;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:8px 8px 8px 20px;transition:all .2s ease}.message-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.message-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;line-height:1.4;padding:12px 0;resize:none;max-height:120px;min-height:20px}.send-button{width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:18px}.send-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #3b82f64d}.send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.messaging-app{margin:0;border-radius:0;height:100vh}.sidebar{width:100%;position:absolute;z-index:10;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.message-bubble{max-width:85%}}.chat-list::-webkit-scrollbar,.messages-container::-webkit-scrollbar{width:6px}.chat-list::-webkit-scrollbar-track,.messages-container::-webkit-scrollbar-track{background:transparent}.chat-list::-webkit-scrollbar-thumb,.messages-container::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.chat-list::-webkit-scrollbar-thumb:hover,.messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b880}.logout-button{width:10%;background-color:transparent;border:none;margin:5px}.logout-icon{width:32px;height:32px;cursor:pointer;transition:transform .2s ease-in-out}.logout-icon:hover{transform:scale(1.1);filter:brightness(.9)}.aside-bottom{display:flex;flex-direction:row;justify-content:center;gap:70%;width:100%;height:7.5%}.profile-container{min-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff);padding:1.5rem}.profile-wrapper{max-width:64rem;margin:0 auto}.profile-card{border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;color:#1f2937;box-shadow:0 25px 50px -12px #00000040;overflow:hidden}.profile-header{background:linear-gradient(to right,#2563eb,#4f46e5);color:#fff;padding:2rem;text-align:center}.profile-avatar{width:6rem;height:6rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.profile-name{font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.profile-badge{display:inline-flex;align-items:center;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;font-weight:600}.profile-badge:hover{background:#ffffff4d}.profile-content{padding:2rem}.profile-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.profile-grid{grid-template-columns:1fr 1fr}}.profile-section{margin-bottom:1.5rem}.profile-section-title{font-size:1.25rem;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem;margin-bottom:1.5rem}.profile-info-item{display:flex;align-items:center;padding:.75rem;border-radius:.5rem;background:#f9fafb;margin-bottom:1rem;transition:background-color .2s}.profile-info-item:hover{background:#f3f4f6}.profile-icon-wrapper{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:.75rem}.profile-icon-blue{background:#dbeafe;color:#2563eb}.profile-icon-green{background:#dcfce7;color:#16a34a}.profile-icon-purple{background:#f3e8ff;color:#9333ea}.profile-icon-orange{background:#fed7aa;color:#ea580c}.profile-info-text{flex:1}.profile-info-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.profile-info-value{font-weight:500;color:#1f2937}.profile-info-value-mono{font-family:Courier New,monospace}.profile-stats{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.profile-stats-grid{grid-template-columns:repeat(4,1fr)}}.profile-stat-item{text-align:center;padding:1rem;border-radius:.5rem}.profile-stat-blue{background:#eff6ff}.profile-stat-green{background:#f0fdf4}.profile-stat-purple{background:#faf5ff}.profile-stat-orange{background:#fff7ed}.profile-stat-number{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.profile-stat-number-blue{color:#2563eb}.profile-stat-number-green{color:#16a34a}.profile-stat-number-purple{color:#9333ea}.profile-stat-number-orange{color:#ea580c}.profile-stat-label{font-size:.875rem;color:#6b7280}.profile-loading{min-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff);padding:1.5rem}.profile-loading-wrapper{max-width:64rem;margin:0 auto}.profile-loading-card{border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 25px 50px -12px #00000040}.profile-loading-header{text-align:center;padding-bottom:1rem}.profile-loading-content{padding:1.5rem}.profile-loading-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.profile-loading-grid{grid-template-columns:1fr 1fr}}.profile-loading-item{display:flex;align-items:center;gap:.75rem}.profile-error{min-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff);padding:1.5rem;display:flex;align-items:center;justify-content:center}.profile-error-card{border-radius:.5rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 25px 50px -12px #00000040;max-width:28rem;width:100%}.profile-error-content{text-align:center;padding:2rem}.profile-error-icon{color:#ef4444;margin-bottom:1rem;display:flex;justify-content:center}.profile-error-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.profile-error-message{color:#6b7280}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.skeleton-avatar{width:6rem;height:6rem;border-radius:50%;margin:0 auto 1rem}.skeleton-title{height:2rem;width:12rem;margin:0 auto .5rem}.skeleton-subtitle{height:1rem;width:8rem;margin:0 auto}.skeleton-icon{height:1.25rem;width:1.25rem}.skeleton-text{height:1rem;width:8rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.card{border-radius:.5rem;border:1px solid hsl(214.3 31.8% 91.4%);background-color:#fff;color:#020817;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.card-header{display:flex;flex-direction:column;space-y:1.5rem;padding:1.5rem}.card-title{font-size:1.5rem;font-weight:600;line-height:1;letter-spacing:-.025em}.card-content{padding:1.5rem;padding-top:0}.badge{inline-flex:inline-flex;align-items:center;border-radius:9999px;border:1px solid transparent;padding:.125rem .625rem;font-size:.75rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;outline:2px solid transparent;outline-offset:2px}.badge:focus{outline:2px solid hsl(215.4 16.3% 46.9%);outline-offset:2px}.badge-default{border-color:transparent;background-color:#020817;color:#f8fafc}.badge-default:hover{background-color:#020817cc}.badge-secondary{border-color:transparent;background-color:#f1f5f9;color:#020817}.badge-secondary:hover{background-color:#f1f5f9cc}.badge-destructive{border-color:transparent;background-color:#ef4444;color:#f8fafc}.badge-destructive:hover{background-color:#ef4444cc}.badge-outline{color:#020817}.skeleton{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.375rem;background-color:#f1f5f9}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.toast-viewport{position:fixed;top:0;z-index:100;display:flex;max-height:100vh;width:100%;flex-direction:column-reverse;padding:1rem}@media (min-width: 640px){.toast-viewport{bottom:0;right:0;top:auto;flex-direction:column;max-width:26.25rem}}.toast{group:toast;pointer-events:auto;position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;column-gap:1rem;overflow:hidden;border-radius:.375rem;border:1px solid hsl(214.3 31.8% 91.4%);padding:1.5rem 2rem 1.5rem 1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.toast-default{border:1px solid hsl(214.3 31.8% 91.4%);background-color:#fff;color:#020817}.toast-destructive{border:1px solid hsl(0 84.2% 60.2%);background-color:#ef4444;color:#f8fafc}.toast-title{font-size:.875rem;font-weight:600}.toast-description{font-size:.875rem;opacity:.9}.toast-close{position:absolute;right:.5rem;top:.5rem;border-radius:.375rem;padding:.25rem;color:#02081780;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.toast-close:hover{color:#020817}.toast-close:focus{opacity:1;outline:2px solid transparent;outline-offset:2px}.toast:hover .toast-close{opacity:1}.toast-destructive .toast-close{color:#ef44444d}.toast-destructive .toast-close:hover{color:#fca5a5}.toast-destructive .toast-close:focus{outline-color:#ef4444;outline-offset:hsl(0 84.2% 60.2%)}.toast-enter{animation:toast-slide-in-from-top .15s ease-out}@media (min-width: 640px){.toast-enter{animation:toast-slide-in-from-bottom .15s ease-out}}.toast-exit{animation:toast-fade-out .1s ease-in,toast-slide-out-to-right .15s ease-in}@keyframes toast-slide-in-from-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes toast-slide-in-from-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes toast-fade-out{0%{opacity:1}to{opacity:0}}@keyframes toast-slide-out-to-right{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(100%)}}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.space-x-4>*+*{margin-left:1rem}.space-y-4>*+*{margin-top:1rem}.w-full{width:100%}.h-4{height:1rem}.w-4{width:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-semibold{font-weight:600}.rounded-md{border-radius:.375rem}.p-1{padding:.25rem}.mr-2{margin-right:.5rem}.lucide-icon{width:1rem;height:1rem;display:inline-block;vertical-align:middle}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:0;position:relative;overflow:hidden;font-family:Inter,sans-serif}.register-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,119,198,.2) 0%,transparent 50%);animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.1) rotate(1deg)}}.register-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:0 24px 24px 0;padding:2rem;width:50%;height:100vh;overflow-y:hidden;box-shadow:0 32px 64px #00000026,0 8px 32px #0000001a;position:relative;z-index:1;animation:slideInLeft .8s ease-out;display:flex;flex-direction:column;justify-content:center}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.register-title{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:.5rem;letter-spacing:-.02em}.register-subtitle{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:1rem;font-weight:400}.register-form{display:flex;flex-direction:column;gap:.75rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{position:relative;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.form-group:nth-child(1){animation-delay:.1s}.form-group:nth-child(2){animation-delay:.2s}.form-group:nth-child(3){animation-delay:.3s}.form-group:nth-child(4){animation-delay:.4s}.form-group:nth-child(5){animation-delay:.5s}.form-group:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.95rem;letter-spacing:.01em}.form-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a,0 8px 25px #667eea26;background:#fffffff2;transform:translateY(-2px)}.form-input:hover{border-color:#d1d5db;background:#ffffffe6}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem;position:relative;overflow:hidden;letter-spacing:.025em;animation:fadeInUp .6s ease-out .7s both}.submit-button: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}.submit-button:hover{transform:translateY(-2px);box-shadow:0 16px 32px #667eea66,0 8px 16px #667eea33}.submit-button:hover:before{left:100%}.submit-button:active{transform:translateY(0)}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626;padding:1rem 1.25rem;border-radius:12px;font-size:.95rem;font-weight:500;margin-top:1rem;animation:shake .5s ease-in-out}.success-message{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#16a34a;padding:1rem 1.25rem;border-radius:12px;font-size:.95rem;font-weight:500;margin-top:1rem;animation:slideInUp .5s ease-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.login-link-container{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.1);color:#6b7280;font-size:.9rem;animation:fadeInUp .6s ease-out .8s both}.login-link{color:#667eea;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.login-link:hover{color:#764ba2;text-decoration:none}.login-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.login-link:hover:after{width:100%}@media (max-width: 768px){.register-container{justify-content:center}.register-card{width:100%;height:auto;min-height:100vh;border-radius:0;padding:2rem 1.5rem}}@media (max-width: 640px){.register-card{padding:2rem 1.5rem}.register-title{font-size:2rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.form-input{padding:.875rem 1rem}.submit-button{padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.register-card{padding:1.5rem 1.25rem;margin:.5rem}.register-title{font-size:1.75rem}.register-subtitle{font-size:1rem;margin-bottom:2rem}}@media (prefers-color-scheme: dark){.register-card{background:#111827f2;border:1px solid rgba(55,65,81,.3)}.register-subtitle{color:#9ca3af}.form-label{color:#d1d5db}.form-input{background:#1f2937cc;border-color:#4b5563;color:#f9fafb}.form-input:focus{background:#1f2937f2}.login-link-container{color:#9ca3af;border-top-color:#3741514d}}
