:root{--background: #000000;--foreground: #ffffff;--primary-blue: #3b82f6;--primary-cyan: #06b6d4;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--red-400: #f87171;--red-300: #fca5a5;--green-400: #4ade80;--yellow-400: #facc15;--blue-400: #60a5fa;--blue-300: #93c5fd}*{box-sizing:border-box;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}body{background:var(--background);color:var(--foreground);font-family:system-ui,Arial,Helvetica,sans-serif;margin:0;min-height:100vh}*:focus{outline:none}.border-gradient-to-r{border-image:linear-gradient(to right,var(--primary-blue),var(--primary-cyan)) 1}.min-h-screen{min-height:100vh}.bg-black{background-color:var(--background)}.text-white{color:var(--foreground)}.text-gray-300{color:var(--gray-300)}.text-gray-400{color:var(--gray-400)}.text-blue-400{color:var(--blue-400)}.text-blue-300{color:var(--blue-300)}.text-red-400{color:var(--red-400)}.text-red-300{color:var(--red-300)}.text-green-400{color:var(--green-400)}.text-yellow-400{color:var(--yellow-400)}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pt-2{padding-top:.5rem}.pb-3{padding-bottom:.75rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.ml-2{margin-left:.5rem}.ml-10{margin-left:2.5rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.flex-shrink-0{flex-shrink:0}.space-x-3>*+*{margin-left:.75rem}.space-x-4>*+*{margin-left:1rem}.space-x-8>*+*{margin-left:2rem}.space-y-1>*+*{margin-top:.25rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.grid{display:grid}.gap-6{gap:1.5rem}.text-center{text-align:center}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-relaxed{line-height:1.625}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.rounded-lg,.rounded-md{border-radius:6px}.rounded-full{border-radius:9999px}.w-full{width:100%}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.h-16{height:4rem}.h-64{height:16rem}.h-6{height:1.5rem}.h-12{height:3rem}.h-5{height:1.25rem}.h-4{height:1rem}.w-6{width:1.5rem}.w-12{width:3rem}.w-5{width:1.25rem}.w-4{width:1rem}.relative{position:relative}.absolute{position:absolute}.inset-y-0{top:0;bottom:0}.right-0{right:0}.pr-3{padding-right:.75rem}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.opacity-50{opacity:.5}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.no-underline{text-decoration:none}.whitespace-pre-wrap{white-space:pre-wrap}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resize-vertical{resize:vertical}.transform{transform:translateY(-1px)}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}@media (min-width: 640px){.sm\:px-3{padding-left:.75rem;padding-right:.75rem}}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:px-8{padding-left:2rem;padding-right:2rem}}.btn-gradient{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,var(--primary-blue),var(--primary-cyan)) 1;border-radius:6px;color:#fff;transition:all .3s ease;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block}.btn-gradient:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.btn-gradient:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.btn-gradient:disabled{opacity:.5;cursor:not-allowed}input,textarea{background-color:var(--background);border:1px solid;border-image:linear-gradient(to right,var(--primary-blue),var(--primary-cyan)) 1;border-radius:6px;color:#fff;padding:.75rem 1rem;width:100%;font-size:1rem}input::placeholder,textarea::placeholder{color:var(--gray-500)}input:focus,textarea:focus{outline:none;box-shadow:0 0 0 2px #3b82f680;border-color:transparent}.focus\:outline-none:focus{outline:none}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:ring-opacity-50:focus{box-shadow:0 0 0 2px #3b82f680}.focus\:border-transparent:focus{border-color:transparent}.bg-red-900\/20{background-color:#7f1d1d33}.bg-green-900\/20{background-color:#14532d33}.bg-yellow-900\/20{background-color:#713f1233}.border-red-500\/50{border-color:#ef444480}.border-green-500\/50{border-color:#22c55e80}.border-yellow-500\/50{border-color:#eab30880}.hover\:text-blue-400:hover{color:var(--blue-400)}.hover\:text-blue-300:hover{color:var(--blue-300)}.hover\:text-white:hover{color:var(--foreground)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:shadow-blue-500\/20:hover{box-shadow:0 10px 15px -3px #3b82f633,0 4px 6px -2px #3b82f61a}.animate-spin{animation:spin 1s linear infinite}.prose,.prose-invert{color:var(--gray-300)}.navbar{background:#000;border-bottom:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1}.navbar-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.navbar-container{padding:0 1.5rem}}@media (min-width: 1024px){.navbar-container{padding:0 2rem}}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.navbar-logo{flex-shrink:0}.navbar-logo-link{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:color .2s ease}.navbar-logo-link:hover{color:#60a5fa}.navbar-desktop-nav{display:none}@media (min-width: 768px){.navbar-desktop-nav{display:block}}.navbar-nav-items{margin-left:2.5rem;display:flex;align-items:baseline;gap:2rem}.navbar-nav-link{color:#d1d5db;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.navbar-nav-link:hover{color:#fff}.navbar-user-section{display:flex;align-items:center;gap:1rem}.navbar-user-welcome{color:#d1d5db;font-size:.875rem}.navbar-logout-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.navbar-logout-btn:hover:not(:disabled){box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.navbar-logout-btn:disabled{opacity:.5;cursor:not-allowed}.navbar-mobile-menu-button{display:block;color:#d1d5db;background:none;border:none;cursor:pointer;transition:color .2s ease;padding:.5rem}.navbar-mobile-menu-button:hover,.navbar-mobile-menu-button:focus{color:#fff;outline:none}@media (min-width: 768px){.navbar-mobile-menu-button{display:none}}.navbar-mobile-menu-icon{width:1.5rem;height:1.5rem}.navbar-mobile-menu{display:block}@media (min-width: 768px){.navbar-mobile-menu{display:none}}.navbar-mobile-menu-content{padding:.5rem .75rem .75rem;border-top:1px solid #374151}@media (min-width: 640px){.navbar-mobile-menu-content{padding-left:.75rem;padding-right:.75rem}}.navbar-mobile-nav-items{display:flex;flex-direction:column;gap:.25rem}.navbar-mobile-nav-link{color:#d1d5db;display:block;padding:.5rem .75rem;border-radius:6px;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s ease}.navbar-mobile-nav-link:hover{color:#fff}.navbar-mobile-user-info{padding:.5rem .75rem}.navbar-mobile-user-welcome{color:#9ca3af;font-size:.875rem}.navbar-mobile-logout-btn{width:100%;text-align:left;background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.5rem .75rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.navbar-mobile-logout-btn:hover:not(:disabled){box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.navbar-mobile-logout-btn:disabled{opacity:.5;cursor:not-allowed}.navbar-auth-buttons{display:flex;align-items:center;gap:1rem}.navbar-signup-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.navbar-signup-btn:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.navbar-mobile-auth-buttons{display:flex;flex-direction:column;gap:.25rem}.navbar-mobile-signup-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.5rem .75rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:block;text-align:center}.navbar-mobile-signup-btn:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}@media (max-width: 767px){.navbar-nav-items{margin-left:0;gap:1rem}.navbar-user-section{flex-direction:column;align-items:flex-start;gap:.5rem}.navbar-auth-buttons{flex-direction:column;width:100%;gap:.5rem}.navbar-signup-btn{width:100%;text-align:center}}.blogs-container{max-width:80rem;margin:0 auto;padding:2rem 1rem}.blogs-header{margin-bottom:2rem}.blogs-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1rem}.blogs-subtitle{color:#9ca3af;font-size:1.125rem}.blogs-error{margin-bottom:1.5rem;padding:1rem;background:#7f1d1d33;border:1px solid rgba(239,68,68,.5);border-radius:.5rem}.blogs-error-text{color:#f87171}.blog-list-container{display:flex;flex-direction:column;gap:1.5rem}.blog-list-loading{display:flex;align-items:center;justify-content:center;height:16rem}.blog-list-spinner{width:3rem;height:3rem;border:2px solid #3b82f6;border-radius:50%}.blog-list-empty{background:#000;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:.5rem;padding:2rem;text-align:center}.blog-list-empty h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.blog-list-empty p{color:#9ca3af}.blog-search-container{background:#000;border:1px solid #3b82f6;border-radius:.5rem;padding:1rem}.blog-search-wrapper{position:relative}.blog-search-input{width:100%;padding:.75rem 1rem;background:#000;border:1px solid #3b82f6;border-radius:.5rem;color:#fff;font-size:1rem;transition:all .3s ease}.blog-search-input::placeholder{color:#6b7280}.blog-search-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f680;border-color:transparent}.blog-search-icon{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#9ca3af;pointer-events:none}.blog-search-results{color:#9ca3af;font-size:.875rem}.blog-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#000;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:.75rem;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.blog-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f61a}.blog-card-content{flex:1;margin-bottom:1rem}.blog-card-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem;line-height:1.4}.blog-card-title-link{color:inherit;text-decoration:none;transition:color .2s ease}.blog-card-title-link:hover{color:#60a5fa}.blog-card-excerpt{color:#d1d5db;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(55,65,81,.5)}.blog-card-meta-left{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9ca3af}.blog-card-status{padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.blog-card-status-public{background:#14532d33;color:#4ade80;border:1px solid rgba(34,197,94,.5)}.blog-card-status-private{background:#713f1233;color:#facc15;border:1px solid rgba(234,179,8,.5)}.blog-card-actions{margin-top:auto}.blog-card-read-more{display:inline-flex;align-items:center;padding:.5rem 1rem;background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s ease}.blog-card-read-more:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.blog-load-more{text-align:center;margin-top:2rem}.blog-load-more-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.blog-load-more-btn:hover:not(:disabled){box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.blog-load-more-btn:disabled{opacity:.5;cursor:not-allowed}.blog-load-more-content{display:flex;align-items:center;justify-content:center}.blog-load-more-spinner{width:1.25rem;height:1.25rem;border:2px solid white;border-radius:50%;margin-right:.5rem}.blog-no-results{background:#000;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:.5rem;padding:2rem;text-align:center}.blog-no-results h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.blog-no-results p{color:#9ca3af}@media (max-width: 768px){.blogs-container{padding:1rem .5rem}.blogs-title{font-size:1.875rem}.blog-card{padding:1rem}.blog-card-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.auth-page{min-height:100vh;background:var(--background);display:flex;align-items:center;justify-content:center;padding:1rem}.auth-container{width:100%;max-width:28rem}.auth-card{background:var(--background);border:1px solid;border-image:linear-gradient(to right,var(--primary-blue),var(--primary-cyan)) 1;border-radius:6px;padding:2rem;box-shadow:0 25px 50px -12px #00000040}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}.auth-subtitle{color:var(--gray-400);font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form-group{display:flex;flex-direction:column;gap:.5rem}.auth-label{color:var(--gray-300);font-size:.875rem;font-weight:500}.auth-input{background-color:var(--background);border:1px solid;border-image:linear-gradient(to right,var(--primary-blue),var(--primary-cyan)) 1;border-radius:6px;color:var(--foreground);padding:.75rem 1rem;font-size:1rem;transition:all .3s ease;width:100%;box-sizing:border-box}.auth-input::placeholder{color:var(--gray-500)}.auth-input:focus{outline:none;box-shadow:0 0 0 2px #3b82f680;border-color:transparent}.auth-password-container{position:relative}.auth-password-input{padding-right:3rem}.auth-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem;border-radius:.25rem;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.auth-password-toggle:hover{color:var(--gray-300)}.auth-password-toggle:focus{outline:none;color:var(--blue-400)}.auth-password-icon{width:1.25rem;height:1.25rem}.auth-error{background-color:#7f1d1d33;border:1px solid rgba(239,68,68,.5);border-radius:6px;padding:1rem;margin-bottom:1rem}.auth-error-text{color:var(--red-400);font-size:.875rem}.auth-button{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,var(--primary-blue),var(--primary-cyan)) 1;border-radius:6px;color:#fff;transition:all .3s ease;padding:.75rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;box-sizing:border-box}.auth-button:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.auth-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f680}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-button-spinner{animation:spin 1s linear infinite;height:1.25rem;width:1.25rem;border:2px solid transparent;border-top:2px solid var(--foreground);border-radius:50%}.auth-button-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-divider{display:flex;align-items:center;margin:1.5rem 0}.auth-divider-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--gray-400),transparent)}.auth-divider-text{padding:0 1rem;color:var(--gray-400);font-size:.875rem}.auth-footer{text-align:center;margin-top:1.5rem}.auth-footer-text{color:var(--gray-400);font-size:.875rem}.auth-footer-link{color:var(--blue-400);text-decoration:none;font-weight:500;transition:color .2s ease}.auth-footer-link:hover{color:var(--blue-300)}.auth-password-requirements{margin-top:.5rem;padding:.75rem;background-color:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:6px}.auth-password-requirements-title{color:var(--blue-400);font-size:.75rem;font-weight:600;margin-bottom:.5rem}.auth-password-requirements-list{list-style:none;padding:0;margin:0}.auth-password-requirement{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gray-400);margin-bottom:.25rem}.auth-password-requirement:last-child{margin-bottom:0}.auth-password-requirement-icon{width:.75rem;height:.75rem;border-radius:50%;background-color:var(--gray-500);transition:background-color .2s ease}.auth-password-requirement-icon.valid{background-color:var(--green-400)}.auth-password-requirement-icon.invalid{background-color:var(--red-400)}.auth-success{background-color:#14532d33;border:1px solid rgba(34,197,94,.5);border-radius:6px;padding:1rem;margin-bottom:1rem}.auth-success-text{color:var(--green-400);font-size:.875rem}.profile-container{min-height:100vh;background:linear-gradient(135deg,#1f2937,#000,#1f2937)}.profile-content{max-width:80rem;margin:0 auto;padding:2rem 1rem}.profile-header{margin-bottom:3rem;text-align:center}.profile-avatar{display:inline-flex;align-items:center;justify-content:center;width:6rem;height:6rem;background:linear-gradient(to right,#3b82f6,#06b6d4);border-radius:50%;margin-bottom:1.5rem}.profile-avatar-text{font-size:1.875rem;font-weight:700;color:#fff}.profile-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(to right,#60a5fa,#06b6d4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile-subtitle{color:#9ca3af;font-size:1.25rem;max-width:32rem;margin:0 auto}.profile-error{margin-bottom:2rem;padding:1.5rem;background:#7f1d1d33;border:1px solid rgba(239,68,68,.5);border-radius:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-error-content{display:flex;align-items:center}.profile-error-icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#f87171}.profile-error-text{margin-left:.75rem;color:#f87171;font-weight:500}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.profile-stat-card{background:#00000080;border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.profile-stat-card:hover{border-color:#3b82f680;transform:translateY(-2px)}.profile-stat-card.cyan{border-color:#06b6d44d}.profile-stat-card.cyan:hover{border-color:#06b6d480}.profile-stat-card.green{border-color:#22c55e4d}.profile-stat-card.green:hover{border-color:#22c55e80}.profile-stat-content{display:flex;align-items:center}.profile-stat-icon{flex-shrink:0;width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.profile-stat-icon.blue{background:#3b82f633}.profile-stat-icon.cyan{background:#06b6d433}.profile-stat-icon.green{background:#22c55e33}.profile-stat-icon svg{width:1.25rem;height:1.25rem}.profile-stat-icon.blue svg{color:#60a5fa}.profile-stat-icon.cyan svg{color:#06b6d4}.profile-stat-icon.green svg{color:#4ade80}.profile-stat-info{margin-left:1rem}.profile-stat-label{font-size:.875rem;font-weight:500;color:#9ca3af;margin-bottom:.25rem}.profile-stat-value{font-size:1.5rem;font-weight:700;color:#fff}.profile-stat-value.small{font-size:1.125rem}.profile-grid{display:grid;gap:2rem;grid-template-columns:1fr 2fr}@media (max-width: 1024px){.profile-grid{grid-template-columns:1fr}}.profile-details-card{background:#00000080;border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.profile-details-card:hover{border-color:#3b82f680}.profile-details-header{text-align:center;margin-bottom:2rem}.profile-details-avatar{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:linear-gradient(to right,#3b82f6,#06b6d4);border-radius:50%;margin-bottom:1rem}.profile-details-avatar-text{font-size:1.5rem;font-weight:700;color:#fff}.profile-details-name{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.profile-details-email{color:#9ca3af}.profile-details-edit-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;width:100%;margin-top:1rem}.profile-details-edit-btn:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.profile-details-sections{display:flex;flex-direction:column;gap:1.5rem}.profile-details-section{background:#1f293780;border-radius:.5rem;padding:1rem}.profile-details-section-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:.75rem;display:flex;align-items:center}.profile-details-section-title svg{width:1.25rem;height:1.25rem;margin-right:.5rem}.profile-details-section-title.blue svg{color:#60a5fa}.profile-details-section-title.cyan svg{color:#06b6d4}.profile-details-section-title.green svg{color:#4ade80}.profile-details-section-text{color:#d1d5db;line-height:1.625}.profile-details-section.special{background:linear-gradient(to right,#3b82f61a,#06b6d41a);border:1px solid rgba(59,130,246,.2)}.profile-status{display:flex;align-items:center}.profile-status-dot{width:.5rem;height:.5rem;background:#4ade80;border-radius:50%;margin-right:.5rem}.profile-status-text{color:#4ade80;font-weight:500}.user-blogs-container{display:flex;flex-direction:column;gap:2rem}.user-blogs-header{display:flex;align-items:center;justify-content:space-between}.user-blogs-title-section h3{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.5rem}.user-blogs-title-section p{color:#9ca3af}.user-blogs-new-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:8px;color:#fff;padding:.75rem 1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.user-blogs-new-btn:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.user-blogs-new-btn svg{width:1.25rem;height:1.25rem}.user-blogs-empty{background:#00000080;border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:3rem;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.user-blogs-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(to right,#3b82f633,#06b6d433);border-radius:50%;margin-bottom:1.5rem}.user-blogs-empty-icon svg{width:2rem;height:2rem;color:#60a5fa}.user-blogs-empty h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.user-blogs-empty p{color:#9ca3af;font-size:1.125rem;margin-bottom:2rem;max-width:28rem;margin-left:auto;margin-right:auto}.user-blogs-empty-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:8px;color:#fff;padding:1rem 2rem;font-weight:500;font-size:1.125rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.user-blogs-empty-btn:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.user-blogs-list{display:grid;gap:1.5rem}.user-blog-card{background:#00000080;border:1px solid rgba(59,130,246,.3);border-radius:.75rem;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease}.user-blog-card:hover{border-color:#3b82f680}.user-blog-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.user-blog-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.user-blog-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.user-blog-status.public{background:#14532d33;color:#4ade80;border:1px solid rgba(34,197,94,.5)}.user-blog-status.private{background:#713f1233;color:#facc15;border:1px solid rgba(234,179,8,.5)}.user-blog-date{font-size:.75rem;color:#6b7280}.user-blog-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.75rem;transition:color .2s ease}.user-blog-card:hover .user-blog-title{color:#60a5fa}.user-blog-title a{text-decoration:none;color:inherit}.user-blog-excerpt{color:#d1d5db;margin-bottom:1rem;line-height:1.625;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.user-blog-dates{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#9ca3af}.user-blog-date-item{display:flex;align-items:center}.user-blog-date-item svg{width:1rem;height:1rem;margin-right:.25rem}.user-blog-actions{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(55,65,81,.5)}.user-blog-action-btn{background:#1e293b;border:1px solid;border-image:linear-gradient(to right,#3b82f6,#06b6d4) 1;border-radius:6px;color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.user-blog-action-btn:hover{box-shadow:0 0 20px #3b82f666;transform:translateY(-1px)}.user-blog-action-btn.cyan:hover{box-shadow:0 0 20px #06b6d466}.user-blog-action-btn.red:hover{box-shadow:0 0 20px #ef444466}.user-blog-action-btn:disabled{opacity:.5;cursor:not-allowed}.user-blog-action-btn svg{width:1rem;height:1rem}.user-blog-deleting{display:flex;align-items:center}.user-blog-deleting-spinner{width:1rem;height:1rem;border:2px solid transparent;border-bottom:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.profile-content{padding:1rem .5rem}.profile-title{font-size:2rem}.profile-stats{grid-template-columns:1fr}.user-blogs-header{flex-direction:column;align-items:flex-start;gap:1rem}.user-blog-actions{flex-wrap:wrap}}
