:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Roboto;font-weight:100;font-style:normal;src:local("Roboto"),url(/assets/Roboto-Thin-bf9760a4.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:300;font-style:normal;src:local("Roboto"),url(/assets/Roboto-Light-2835b358.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:400;font-style:normal;src:local("Roboto"),url(/assets/Roboto-Regular-319cff6e.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;font-style:normal;src:local("Roboto"),url(/assets/Roboto-Medium-4ac8e036.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;font-style:normal;src:local("Roboto"),url(/assets/Roboto-Bold-baf44ce8.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:900;font-style:normal;src:local("Roboto"),url(/assets/Roboto-Black-2e337683.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:200;font-style:normal;src:local("Poppins"),url(/assets/Poppins-ExtraLight-60c4bb1b.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:300;font-style:normal;src:local("Poppins"),url(/assets/Poppins-Light-647f014d.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:400;font-style:normal;src:local("Poppins"),url(/assets/Poppins-Regular-707fdc5c.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:500;font-style:normal;src:local("Poppins"),url(/assets/Poppins-Medium-8d909883.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:600;font-style:normal;src:local("Poppins"),url(/assets/Poppins-SemiBold-248c0244.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:700;font-style:normal;src:local("Poppins"),url(/assets/Poppins-Bold-7219547e.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:800;font-style:normal;src:local("Poppins"),url(/assets/Poppins-ExtraBold-94a215f8.ttf) format("truetype")}@font-face{font-family:Poppins;font-weight:900;font-style:normal;src:local("Poppins"),url(/assets/Poppins-Black-291e4388.ttf) format("truetype")}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;box-sizing:border-box;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-family:Lato,Poppins,Inter,Roboto,sans-serif!important;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,html a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{margin:0}.test{color:green}.messenger{display:flex;width:100%;height:100vh;background:#eeeef1;margin:auto}.container{padding:10px}.scrollable{position:relative;overflow:hidden}.sidebar{background:white;flex:2}.content{background:white;flex:6}.footer{grid-column-start:2;background:white}.message-list-container{padding:10px;height:calc(100vh - 120px);overflow:auto}.toolbar-button{color:#007aff;font-size:28px;transition:all .1s}.toolbar-button:hover{cursor:pointer;color:#0063ce}.toolbar-button:active{color:#007aff;opacity:.25}.compose{padding:10px;display:flex;align-items:center;background:white;border-top:1px solid #eeeef1;bottom:0;width:100%}@supports (backdrop-filter: blur(20px)){.compose{background-color:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.compose-input{flex:1;border:none;font-size:14px;height:40px;background:#f1f1f1;border-radius:8px;padding:0 8px;color:#000}.compose-input::placeholder{opacity:.3}.compose .toolbar-button{color:#bbbbbf;margin-left:15px;display:flex;align-items:center}.compose .toolbar-button:hover{color:#99999c}.toolbar{display:flex;align-items:center;background-color:#fff;font-weight:500;border-bottom:1px solid #eeeef1;position:sticky;top:0;padding:0;background-image:url(/assets/indonesia-0a65618f.jpeg),url(/assets/indo2-4f59891f.jpeg),url(/assets/indo3-346e2e6d.jpeg),url(/assets/indo4-e48743d6.jpeg);background-position:0% top,33.33% top,66.66% top,100% top;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;background-size:25% 100%,25% 100%,25% 100%,25% 100%;background-blend-mode:overlay;background-color:#fffffff0}@supports (backdrop-filter: blur(20px)){.toolbar{border:none;background-color:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}.toolbar-title{margin:0;font-size:16px;font-weight:800}.left-items,.right-items{flex:1;padding:10px;display:flex}.right-items{flex-direction:row-reverse}.left-items .toolbar-button{margin-right:20px}.right-items .toolbar-button{margin-left:20px}.left-items .toolbar-button:last-child,.right-items .toolbar-button:last-child{margin:0}.indo-logo-container{width:70px;height:30px;background-image:url(/assets/wonderfull-6524c6cc.png);background-size:100%;background-position:center;background-repeat:no-repeat;position:relative;transform:scale(1.5)}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}.message{display:flex;flex-direction:column;margin-bottom:1rem}.message .timestamp{display:flex;justify-content:center;color:#999;font-weight:600;font-size:12px;margin:10px 0;text-transform:uppercase}.message .bubble-container{display:flex;align-items:flex-end;font-size:14px;gap:12px}.message.mine .bubble-container{justify-content:flex-end}.message.start .bubble-container .bubble{border-top-left-radius:20px}.message.end .bubble-container .bubble{border-bottom-left-radius:20px}.message.mine.start .bubble-container .bubble{margin-top:10px;border-top-right-radius:20px}.message.mine.end .bubble-container .bubble{border-bottom-right-radius:20px;margin-bottom:10px}.message .bubble-container .bubble{margin:1px 0;background:#f4f4f8;padding:10px 15px;max-width:75%;border-radius:2px 20px 20px 2px}.message.mine .bubble-container .bubble{background:#007aff;color:#fff;border-radius:20px 2px 2px 20px}.message .avatar-container{display:flex;align-items:flex-end;margin:0 4px;flex-shrink:0}.message.mine .avatar-container{order:1;margin-left:8px}.message:not(.mine) .avatar-container{order:-1;margin-right:8px}.avatar-bot{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 2px 10px #6366f14d;transition:transform .2s ease;border:2px solid white}.avatar-bot:hover{transform:scale(1.05)}.avatar-user{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#34d399,#10b981);color:#fff;box-shadow:0 2px 10px #10b9814d;transition:transform .2s ease;border:2px solid white}.avatar-user:hover{transform:scale(1.05)}.message-list-container{padding:16px;background-image:url(/assets/indo-8e7e9cb0.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-blend-mode:overlay;background-color:#ffffffeb}.quick-recommendations{margin-top:12px;width:100%}.recommendation-button{display:inline-block;background-color:#f8f9fa;border:1px solid #e1e4e8;border-radius:12px;padding:10px 12px;margin-right:8px;margin-bottom:8px;font-size:13px;color:#4f46e5;cursor:pointer;text-align:left;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;overflow:hidden;text-overflow:ellipsis}.recommendation-button:hover{background-color:#f0f2ff;border-color:#d0d7ff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.recommendation-button:active{transform:translateY(0);background-color:#e8eaff}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{font-weight:700;margin-top:1rem;margin-bottom:.5rem}.markdown-content p{margin-bottom:.75rem}.markdown-content ul,.markdown-content ol{margin-left:1.5rem;margin-bottom:1rem}.markdown-content li{margin-bottom:.25rem}.markdown-content a{color:#3b82f6;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;font-style:italic;margin:1rem 0}.markdown-content pre{background-color:#1e1e1e;color:#fff;padding:1rem;border-radius:.375rem;overflow-x:auto;margin:1rem 0}.markdown-content code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem}.markdown-content pre code{background-color:transparent;padding:0}.image-gallery{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;padding:10px 0}.image-card{background-color:#fff;border-radius:6px;overflow:hidden;box-shadow:0 2px 4px #00000014;width:180px;text-align:left;transition:transform .2s ease-in-out}.image-card:hover{transform:translateY(-5px);box-shadow:0 3px 6px #0000001a}.image{width:100%;height:140px;object-fit:cover;border-bottom:1px solid #f0f0f0}
