:root{--light-bg-color: #ffffff;--dark-bg-color: #424F55;--light-text-color: #000000;--dark-text-color: #ffffff}body.light .trending-topics,body.light .trending-topic{background-color:var(--light-bg-color);color:var(--light-text-color)}body.dark .trending-topics,body.dark .trending-topic{background-color:var(--dark-bg-color);color:var(--dark-text-color)}.trending-topic{background-color:var(--light-bg-color);border-radius:.5rem;padding:.5rem 1rem;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}body.dark .trending-topic{background-color:#333}.trending-topic:hover{background-color:var(--light-bg-color)}body.dark .trending-topic:hover{background-color:#555}.text-blue-500{color:#3b82f6}body.dark .text-blue-500{color:#93c5fd}body.dark .social-post,body.dark .comment,body.dark .commentInput,body.dark .commentPost,body.dark .commentUsername{background-color:var(--dark-bg-color);color:var(--dark-text-color)}.social-post{padding:1rem;border-radius:.5rem;box-shadow:0 0 1rem #0000001a;margin-bottom:1rem;background-color:#011631}.commentInput,.commentPost{background-color:var(--dark-bg-color);color:var(--dark-text-color);border:1px solid #333}.commentPost{background-color:var(--dark-bg-color);color:var(--dark-text-color)}.commentUsername{color:var(--light-text-color)}body.dark .home-layout,body.dark .main,body.dark .sidebar,body.dark .trending-topics{background-color:var(--dark-bg-color);color:var(--dark-text-color)}body.dark .friends,body.dark .friends .bg-white{background-color:var(--dark-bg-color);color:var(--dark-text-color)}.friends{background-color:var(--light-bg-color)}body.dark .friends{background-color:var(--dark-bg-color)}.bg-white{background-color:var(--light-bg-color)}body.dark .bg-white{background-color:#333}.text-gray-700{color:#4a5568}body.dark .text-gray-700{color:#e2e8f0}.text-gray-400{color:#cbd5e0}body.dark .text-gray-400{color:#a0aec0}body.light .friends,body.light .friends .bg-white{background-color:var(--light-bg-color);color:var(--light-text-color)}body.dark input{color:var(--light-text-color)}.home-layout{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;grid-template-areas:"header" "main" "sidebar" "trending-topics";max-width:1920px;min-height:100vh;margin:0 auto;background-color:#f3f4f6}.sidebar{grid-area:sidebar;height:auto}.sidebar .sidebar-link:hover,.sidebar .sidebar-link.active{background-color:#ffffff1a}.header{grid-area:header}.main{grid-area:main;overflow-y:auto;padding:14px;background-color:#f3f4f6}.trending-topics{margin:15px;grid-area:trending-topics;height:auto}@media (min-width: 768px){.home-layout{grid-template-columns:250px 1fr;grid-template-areas:"header header" "sidebar main" "sidebar trending-topics"}.trending-topics{height:100vh}}@media (min-width: 1024px){.home-layout{grid-template-columns:300px 1fr 300px;grid-template-areas:"header header header" "sidebar main trending-topics" "sidebar main trending-topics"}.trending-topics{height:100vh}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.commentBox{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.commentInput{flex:1;width:100%;max-width:75%;background:transparent;color:#000;border:1px solid #011631;padding:10px 5px;margin:0;outline:none;border-radius:5px}@media (max-width: 768px){.commentInput{max-width:100%;margin:0}}.commentPost{display:flex;align-items:center;justify-content:center;padding:10px 25px;background-color:#011631;color:#fff;font-size:14px;font-weight:500;border:none;cursor:pointer;border-radius:5px}.commentPost:disabled{cursor:not-allowed;background-color:#011631a4}@media (max-width: 768px){.commentPost{width:100%;margin:0}}.comment{width:100%;max-height:250px;overflow-y:auto;padding:10px}.comment .commentWrapper{display:flex;align-items:center;border-top:1px dashed #011631;padding:10px 0;width:100%;max-width:100%;margin:0 auto}.comment .commentWrapper .commentProfileImg{margin:10px;width:50px;height:50px;border-radius:50%;border:2px solid #011631;-o-object-fit:cover;object-fit:cover;cursor:pointer}.comment .commentWrapper .commentInfo{flex:1;padding:10px;max-width:90%}.comment .commentWrapper .commentInfo .commentUsername{font-weight:600;cursor:pointer;margin-bottom:5px}.comment .commentWrapper .commentInfo .commentText{background-color:#011631;color:#fff;padding:10px;border-radius:20px}@media (max-width: 768px){.comment .commentWrapper{flex-direction:column;align-items:flex-start}.comment .commentWrapper .commentProfileImg{margin:10px 0}.comment .commentWrapper .commentInfo{width:100%;padding:10px 0}}body{margin:0;padding:0;font-family:Roboto,sans-serif;min-height:100vh;background-color:#faf5ff}.contain{display:flex;justify-content:center;align-items:center;width:100%;max-width:1200px;min-height:100vh}.login-container{display:flex;flex-wrap:wrap;width:100%;max-width:900px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-radius:10px;overflow:hidden}.login-form,.login-welcome{width:50%;padding:40px;box-sizing:border-box}.login-form{background-color:#fff}.login-form h2{margin-bottom:20px;font-size:24px;color:#2d3748}.login-form form label{display:block;margin-bottom:5px;color:#4a5568}.login-form form input{width:100%;padding:10px;margin-bottom:20px;border:1px solid #e2e8f0;border-radius:5px;box-sizing:border-box}.login-form .options{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.login-form .options label{display:flex;align-items:center;color:#4a5568}.login-form .options a{color:#667eea;text-decoration:none}.login-form button{width:100%;padding:10px;background-color:#667eea;border:none;color:#fff;border-radius:5px;cursor:pointer;transition:background-color .2s}.login-form button:hover{background-color:#5a67d8}.login-form p{text-align:center;margin-top:20px;color:#2d3748}.login-form p a{color:#667eea;text-decoration:none}.login-form .error{color:#e53e3e;font-size:14px;margin-bottom:10px}.login-welcome{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;gap:25px;flex-direction:column;justify-content:center;align-items:center}.login-welcome h2{margin-bottom:20px;font-size:24px}.login-welcome p{text-align:center}.guest-button{background-color:transparent;color:#f6f7f8;border:2px solid #e0e1e1;border-radius:28px;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.guest-button:hover{background-color:#667eea;color:#fff}.remember{font-size:14px}.tabs{display:flex;justify-content:center;margin-bottom:20px;border-bottom:1px solid #e2e8f0}.tab{padding:10px 20px;cursor:pointer;transition:color .2s;font-size:16px;font-weight:700;color:#4a5568;position:relative}.tab:hover,.tab.active{color:#667eea}.tab.active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background-color:#667eea}.google-signin-button{background-color:#4285f4;color:#fff;border:none;padding:10px 20px;font-size:16px;cursor:pointer;margin-top:10px}.google-signin-button:hover{background-color:#357ae8}.image-profile{display:flex;align-items:center;justify-content:space-between}.image-profile label{cursor:pointer}.image-profile input{display:none}.profile-img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media (max-width: 768px){.login-form,.login-welcome{width:100%}.login-form,.login-welcome{padding:20px}}.error-page{background-image:url(/assets/images/404.png);width:800px;height:600px;background-repeat:no-repeat;background-size:100% 100%;margin:auto}.editProfileWrapper{display:flex;flex-direction:column;gap:20px}.profileRight{flex:1}.profileCover{position:relative;height:320px;width:100%;overflow:hidden}.profileCoverImg{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.profileUserImg{position:absolute;width:150px;height:150px;border-radius:50%;top:109px;left:50%;transform:translate(-50%);-o-object-fit:cover;object-fit:cover;border:3px solid white}.profileInfo{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:-50px;gap:10px}.profileInfoName{font-size:24px;font-weight:700;text-transform:capitalize;color:#333}.profileInfoDesc{font-weight:300;color:#666}.editprofileRightBottom{display:flex;flex-direction:column;gap:20px}.top,.bottom{box-shadow:0 4px 10px #0003;margin:20px;padding:20px;border-radius:8px;background:#fff}.top h1{color:#333;font-size:20px}.bottom{display:flex;gap:20px}.left{position:relative;flex:1}.left img{position:absolute;left:42px;top:79px;width:200px;height:200px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.right{flex:2}.right form{display:flex;flex-direction:column;gap:15px}.formInput{width:100%;display:flex;flex-direction:column;gap:5px}.formInput label{display:flex;align-items:center;gap:5px;color:#333}.icon{cursor:pointer;color:#007bff}.formInput input{width:100%;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;background-color:#f9f9f9;transition:border-color .3s ease}.formInput input:focus{outline:none;border-color:#007bff}.updateButton{width:100%;padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-weight:700;cursor:pointer;transition:background-color .3s ease}.updateButton:hover{background-color:#0056b3}@media only screen and (max-width: 768px){.profileCoverImg{height:200px}.profileUserImg{width:120px;height:120px}.bottom{flex-direction:column;align-items:center}.left img{width:150px;height:150px}.right form .formInput{width:90%}}@media only screen and (max-width: 576px){.profileCoverImg{height:180px}.profileUserImg{width:100px;height:100px}.bottom{flex-direction:column;align-items:center}.left img{width:100px;height:100px}.right form .formInput{width:90%}.updateButton{width:100%}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}:root{--color-primary: #8D66FC;--color-secondary: rgb(111 114 185)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.left-1\/2{left:50%}.left-20{left:5rem}.right-0{right:0}.right-4{right:1rem}.right-6{right:1.5rem}.right-full{right:100%}.z-20{z-index:20}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-1{margin-top:.25rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-3{height:.75rem}.h-32{height:8rem}.h-60{height:15rem}.h-64{height:16rem}.h-8{height:2rem}.h-full{height:100%}.h-screen{height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-3{width:.75rem}.w-32{width:8rem}.w-48{width:12rem}.w-52{width:13rem}.w-8{width:2rem}.w-full{width:100%}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-nowrap{text-wrap:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-cover{background-size:cover}.bg-center{background-position:center}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(107 114 128 / var(--tw-placeholder-opacity))}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}body.light{--bg-color: #ffffff;--text-color: #000000}body.dark{--bg-color: #1a202c;--text-color: #ffffff}body,.header{background-color:var(--bg-color);color:var(--text-color)}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity))}.hover\:bg-sky-700:hover{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}
