@media(max-width:1000px){.main .profile .setting div{width:95%!important}}@media(max-width:700px){.main .profile .posts{display:flex;flex-direction:column}.main .profile .setting .wrapper{flex-direction:column!important}}.main .top{align-items:center;background:var(--ink-black);border-bottom:2px solid var(--racing-red);border-radius:0;box-sizing:border-box;display:flex;justify-content:space-between;margin-top:1rem;padding:0 2rem;position:relative;width:100%}.main .top .top_text{color:var(--lavendar-mist);font-size:1.3rem;font-weight:700;margin:2rem;text-align:start;top:0}.main .top button{background-color:var(--racing-red);border:none;border-radius:1rem;color:var(--lavendar-mist);cursor:pointer;padding:1rem 2rem}.main .profile{border-radius:0;gap:4rem;height:fit-content;min-height:100dvh;width:100%}.main .profile,.main .profile .delete_wrapper,.main .profile .logout_wrapper,.main .profile .setting{background:var(--ink-black);box-sizing:border-box;display:flex;flex-direction:column;padding:3rem 2rem;position:relative}.main .profile .delete_wrapper,.main .profile .logout_wrapper,.main .profile .setting{border:2px solid var(--racing-red);border-radius:1rem}.main .profile .delete_wrapper,.main .profile .logout_wrapper{gap:1rem}.main .profile .setting div{display:flex;flex-direction:row;justify-content:space-between;margin:1rem 2rem;width:100%}.main .profile .setting .wrapper{box-sizing:border-box;display:flex;flex-direction:row;gap:2rem;margin:0;padding:1rem 2rem;width:100%}.main .profile .setting .wrapper>div{display:flex;flex-direction:column;gap:2rem;margin:0;width:100%}.main .profile .setting .wrapper .config{justify-content:flex-start}.main .profile .setting .wrapper .config select{background:#fff;border:0;border-radius:3px;color:#000;font-size:.9rem;font-weight:700;padding:.5rem 1rem}.main .profile .setting .wrapper .config textarea{height:9rem;max-height:9rem;max-width:80%;min-width:80%;width:80%}.main .profile .setting .wrapper>div>div{margin:0;width:80%}.main .profile h1,label{color:var(--lavendar-mist);font-weight:700}.main .profile h1{font-size:2rem;text-decoration:underline}input,textarea{border:0;border-radius:5px;color:var(--ink-black);font-size:.9rem;font-weight:700;max-height:40dvh;max-width:40dvw;min-height:1rem;min-width:1rem;padding:.5rem 1rem}.main .profile .delete_wrapper .delete,.main .profile .logout_wrapper .logout,.main .profile .setting .save{border:0;border-radius:1rem;margin:1rem 3rem;padding:1rem 2rem;transition:.3s;width:fit-content}.main .profile .setting .save{background-color:var(--deep-ocean);color:var(--ink-black)}.main .profile .delete_wrapper .delete{background-color:var(--racing-red);color:var(--ink-black)}.main .profile .logout_wrapper .logout{background-color:var(--lavendar-mist);color:var(--ink-black)}.main .profile .delete_wrapper .delete,.main .profile .logout_wrapper .logout,.main .profile .setting .save:not([disabled]){cursor:pointer}.main .profile .delete_wrapper .delete:hover,.main .profile .logout_wrapper .logout:hover,.main .profile .setting .save:not([disabled]):hover{filter:brightness(.8)}.main .posts{background-color:var(--lavendar-mist);border-radius:1rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:1rem 0 0!important;min-height:30dvh;padding:2rem}.main .posts .post{background:var(--racing-red);border:3px solid var(--ink-black);border-radius:1rem;box-sizing:border-box;color:var(--ink-black);display:block;height:fit-content;padding:2rem 3rem}.main .posts .post a{color:var(--lavendar-mist);display:flex;flex-direction:column;gap:2rem}.main .posts .post .description,.main .posts .post a>h1{color:#000}