@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap";:root{--background-color: white;--background-highlith-color: #a0aebe;--background-color-progress: black;--highligth-font-color: whitesmoke;--default-font: black;--h2-font: brown}*{font-family:Share Tech Mono,monospace;font-size:1.005em;box-sizing:border-box}*::-webkit-scrollbar{display:block;width:8px;height:8px}*::-webkit-scrollbar-thumb{background-color:var(--background-highlith-color)}.AppSection{display:grid;grid-template-columns:100%;grid-template-rows:10% 90%;grid-template-areas:"header" "content";height:100vh;background-color:var(--background-color);color:var(--default-font)}.header{grid-area:header;display:flex;width:100%;height:100%}.content{grid-area:content;display:flex;width:100%;height:100%}a{color:var(--default-font);text-decoration:underline;font-style:italic}a:hover{color:var(--highligth-font-color)}._container_4syb8_1{display:grid;grid-template-columns:80% 20%;grid-template-rows:100%;grid-template-areas:"content image";padding:1%;border-radius:5px;border:1px solid transparent;border-bottom:1px solid whitesmoke}._container_4syb8_1:hover{cursor:pointer;border:1px solid lightgray}._content_4syb8_31{grid-area:content;display:flex;flex-direction:column;justify-content:space-evenly;padding:1%}._date_4syb8_47{color:gray;font-style:italic;font-size:.8em}._title_4syb8_57{font-size:1.3em}._image_4syb8_65{grid-area:image;width:100%;height:100%;object-fit:cover}@media screen and (min-width: 900px){._container_4syb8_1{width:30%}}._container_vjj2d_1{display:grid;grid-template-columns:10% 90%;grid-template-rows:100%;grid-template-areas:"asideContent content";width:100dvw;height:100dvh}._aside_vjj2d_19{grid-area:asideContent;display:flex;flex-direction:column;padding:2%;border-right:1px solid whitesmoke}._buttons_vjj2d_35{display:flex;flex-direction:column;gap:10px}._button_vjj2d_35{text-align:left;background-color:transparent;border:none;border-bottom:1px solid whitesmoke}._button_vjj2d_35:hover{cursor:pointer;border-bottom:1px solid gray}._content_vjj2d_67{grid-area:content;display:flex;flex-direction:column;padding:1%}._listContainer_vjj2d_83{display:flex;flex-direction:column;align-items:center;gap:50px}@media screen and (min-width: 900px){._listContainer_vjj2d_83{width:100%;flex-direction:row;justify-content:space-evenly}}._container_eqtho_1{display:flex;flex-direction:column;align-items:center;gap:50px;width:100dvw;height:100dvh}._formContainer_eqtho_19{display:flex;flex-direction:column;align-items:center;gap:20px}._field_eqtho_33{display:flex;flex-direction:column;padding:2%;width:90%}._inputField_eqtho_45{padding:1.5%;border:1px solid lightgray;border-radius:10px}._errorMessage_eqtho_55{color:tomato}._videoLinksContainer_eqtho_63{display:flex;flex-direction:column;gap:5px;margin:1% 0}._vieoLinkField_eqtho_75{display:flex;justify-content:space-between;align-items:center;gap:5px;height:50px;padding:1%;border:1px solid gray;border-radius:5px}._videoLinkBtn_eqtho_95{height:100%;width:10%;border:none;background-color:transparent;border-left:1px solid gray}._addPostBtn_eqtho_111{padding:4% 2%;border:none;font-weight:700;color:var(--default-font);background-color:var(--background-highlith-color);border-radius:10px}._addPostBtn_eqtho_111:hover{cursor:pointer}._addPostBtn_eqtho_111:active{cursor:pointer;background-color:var(--background-color-progress)}@media screen and (min-width: 900px){._container_eqtho_1{gap:0px;justify-content:space-around}._formContainer_eqtho_19{width:50%}}._page_fi3is_1{width:100%;min-height:100vh;background:linear-gradient(135deg,#020617,#020617);color:#e5e7eb;padding:2%;margin:0;overflow:hidden}._container_fi3is_23{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:56px}._header_fi3is_41{border-bottom:1px solid #1f2933;padding-bottom:32px}a{color:#fff}._name_fi3is_61{font-size:3rem;font-weight:700}._role_fi3is_73{color:#6366f1;font-size:1.5rem}._card_fi3is_83{margin:2% 0}._cardItemsContent_fi3is_89{display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;gap:2%}._contantText_fi3is_103{width:100%;margin:1% 0}._stack_fi3is_113{color:#9ca3af}._sectionTitle_fi3is_123{border-left:4px solid #6366f1;padding-left:12px;font-size:1.5rem;margin-bottom:16px}._text_fi3is_139{max-width:800px;line-height:1.6;color:#d1d5db}._footer_fi3is_151{display:flex;flex-direction:column;flex-wrap:wrap;gap:1%;border-top:1px solid #1f2933}@media screen and (min-width: 900px){._contantText_fi3is_103{width:auto}}body{margin:0}
