@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
body .container.nav {
  position: relative;
}
body .container.nav ul.lang-active {
  position: absolute;
  width: 3rem;
  right: 1rem;
  top: 0.1rem;
  z-index: 555;
}
body .container.nav ul.lang-active li {
  cursor: pointer;
  list-style: none;
}
body .container.nav ul.lang-active li img {
  width: 2rem;
}
body .container.nav ul.lang-map {
  width: 3rem;
  position: absolute;
  list-style: none;
  right: 4.5rem;
  width: 20%;
  padding: 0.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background: #fff;
  z-index: 999;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
  top: 0;
  display: none;
}
@media (max-width: 991px) {
  body .container.nav ul.lang-map {
    width: 66% !important;
    top: 0;
    right: auto;
    left: 53%;
    transform: translateX(-50%);
  }
}
body .container.nav ul.lang-map.active {
  display: grid;
}
body .container.nav ul.lang-map li {
  text-align: center;
}
body .container.nav ul.lang-map li img {
  max-width: 2rem;
}
body .container.nav ul.lang-map li {
  margin-bottom: 0.25rem;
}
body ul {
  margin-bottom: 0;
}
body .list-btn-wrap {
  display: none;
}
body .separator {
  display: none;
}

body.login {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, #1e272e 0%, #050505 100%);
  font-family: "Inter", "Pretendard", sans-serif;
  color: #f5f6fa;
  overflow: hidden;
}
body.login .lang-map,
body.login .lang-active {
  display: none !important;
}
body.login .container.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body.login .main {
  width: 100%;
  max-width: 420px;
  padding: 20px;
  animation: loginFadeUp 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
body.login .card {
  background: rgba(30, 39, 46, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
body.login .card-body {
  padding: 3rem !important;
}
body.login h3 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  color: #ffffff;
  margin-bottom: 2.5rem !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
body.login .form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #808e9b;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
body.login .form-control {
  background: #0f1418 !important;
  border: 2px solid #2f3542 !important;
  color: #ffffff !important;
  height: 54px !important;
  border-radius: 12px !important;
  padding: 0 1.25rem !important;
  font-size: 1rem !important;
  transition: all 0.25s ease !important;
}
body.login .form-control:focus {
  border-color: #3742fa !important;
  background: #161d23 !important;
  box-shadow: 0 0 0 4px rgba(55, 66, 250, 0.15) !important;
  outline: none;
}
body.login .form-control::-moz-placeholder {
  color: #57606f;
  font-weight: 400;
}
body.login .form-control::placeholder {
  color: #57606f;
  font-weight: 400;
}
body.login .btn-primary {
  background: #3742fa !important;
  border: none !important;
  height: 54px;
  width: 78px;
  border-radius: 12px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 10px 20px -5px rgba(55, 66, 250, 0.4);
  margin-top: -0.8rem;
}
body.login .btn-primary:hover {
  background: #5352ed !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 25px -5px rgba(55, 66, 250, 0.5);
}
body.login .btn-primary:active {
  transform: translateY(0);
}
body.login form .mb-3 {
  margin-bottom: 1.5rem !important;
}

body.login::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #3742fa;
  filter: blur(150px);
  border-radius: 50%;
  z-index: -1;
  top: 10%;
  left: 10%;
  opacity: 0.15;
}

body .container.nav {
  max-width: 100%;
}

body .sidebar {
  position: fixed;
  height: 100vh;
  padding: 5rem 1rem;
}
body .sidebar .sidebar-menu-wrapper {
  margin-top: 2rem;
}

body .list-wrap .edit-btn-wrap {
  top: -0.5rem;
  position: absolute;
}

body .p-top.pagination-wrap {
  margin-bottom: 2rem;
}

body.index #ext_form ul.nav li.hide {
  display: none;
}
body.index .media-wrap {
  display: flex;
  gap: 4px;
}
body.index .media-wrap ul.images {
  width: 100%;
  max-width: 100%;
  display: grid !important;
  grid-template-columns: auto;
  gap: 4px;
}
body.index .media-wrap li img {
  max-width: 100%;
}
body.index .card-body::-webkit-scrollbar, body.index .tab-content::-webkit-scrollbar, body.index .tab-pane::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body.index .card-body::-webkit-scrollbar-track, body.index .tab-content::-webkit-scrollbar-track, body.index .tab-pane::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.5);
  border-radius: 10px;
  margin: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
}
body.index .card-body::-webkit-scrollbar-thumb, body.index .tab-content::-webkit-scrollbar-thumb, body.index .tab-pane::-webkit-scrollbar-thumb {
  background: #38bdf8;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(56, 189, 248, 0.5);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
body.index .card-body::-webkit-scrollbar-thumb:hover, body.index .tab-content::-webkit-scrollbar-thumb:hover, body.index .tab-pane::-webkit-scrollbar-thumb:hover {
  background-color: #22d3ee;
  box-shadow: 0 0 15px rgba(34, 211, 238, 0.8);
}
body.index .card-body::-webkit-scrollbar-thumb:active, body.index .tab-content::-webkit-scrollbar-thumb:active, body.index .tab-pane::-webkit-scrollbar-thumb:active {
  background-color: rgb(8.5970873786, 171.9417475728, 244.4029126214);
}
body.index .card-body::-webkit-scrollbar-corner, body.index .tab-content::-webkit-scrollbar-corner, body.index .tab-pane::-webkit-scrollbar-corner {
  background: transparent;
}
body.index .card-body, body.index .tab-content, body.index .tab-pane {
  scrollbar-width: thin;
  scrollbar-color: #38bdf8 rgba(15, 23, 42, 0.5);
}
body.index .actions button {
  cursor: pointer;
}
body.index .modal-footer button {
  display: none;
}
body.index #group_1 .label {
  text-align: right;
  display: block;
  border-right: 4px solid rgba(56, 189, 248, 0.2);
  padding-right: 1rem;
}
body.index #group_1 .name-wrap .text-wrap {
  padding: 10px 15px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.15) 0%, transparent 100%);
  border-left: 3px solid #38bdf8;
  border-radius: 4px;
}
body.index #group_1 .name-wrap .text-wrap .field-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  text-shadow: 0 0 20px rgba(56, 189, 248, 0.4);
}
body.index #group_1 .name-wrap .text-wrap .field-name::after {
  content: "프로젝트";
  position: absolute;
  top: 0;
  left: 1.8rem;
  font-size: 0.85rem;
  color: #38bdf8;
  opacity: 0.7;
}
body.index #group_1 .duration-wrap .text-wrap, body.index #group_1 .year-wrap .text-wrap, body.index #group_1 .month-wrap .text-wrap {
  position: relative;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 6px;
  padding: 8px 12px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
body.index #group_1 .duration-wrap .text-wrap::before, body.index #group_1 .year-wrap .text-wrap::before, body.index #group_1 .month-wrap .text-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(56, 189, 248, 0.3);
}
body.index #group_1 .duration-wrap .text-wrap span[class^=field-], body.index #group_1 .year-wrap .text-wrap span[class^=field-], body.index #group_1 .month-wrap .text-wrap span[class^=field-] {
  font-family: "JetBrains Mono", "Fira Code", monospace;
  font-size: 1.3rem;
  font-weight: 700;
  color: #22d3ee;
  display: block;
}
body.index #group_1 .duration-wrap .text-wrap:hover, body.index #group_1 .year-wrap .text-wrap:hover, body.index #group_1 .month-wrap .text-wrap:hover {
  border-color: #38bdf8;
  background: rgba(56, 189, 248, 0.1);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.2);
}
body.index #group_1 .duration-wrap .text-wrap:hover::before, body.index #group_1 .year-wrap .text-wrap:hover::before, body.index #group_1 .month-wrap .text-wrap:hover::before {
  background: #38bdf8;
}
body.index .modal-container {
  width: 94vw;
  height: 90vh;
}
body.index .modal-container .tab-content {
  height: 62.5vh;
}
body.index .modal-container {
  background: rgb(20, 26, 38);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #f1f5f9;
}
body.index .modal-container #ext_form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.index .modal-container .card-header {
  padding: 0 1.5rem;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}
body.index .modal-container .card-header .nav-tabs-custom .nav-item .nav-link {
  color: #94a3b8;
  border: none;
  padding: 1.25rem 1.5rem;
  position: relative;
  transition: all 0.3s;
}
body.index .modal-container .card-header .nav-tabs-custom .nav-item .nav-link.active {
  color: #38bdf8;
  background: transparent;
}
body.index .modal-container .card-header .nav-tabs-custom .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #38bdf8;
  box-shadow: 0 -2px 10px #38bdf8;
}
body.index .modal-container .card-body {
  flex: 1;
  overflow-y: auto;
  padding: 2rem !important;
}
body.index .modal-container .card-body::-webkit-scrollbar {
  width: 6px;
}
body.index .modal-container .card-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
body.index .modal-container .card-body .field-wrap {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body.index .modal-container .card-body .field-wrap:last-child {
  border-bottom: none;
}
body.index .modal-container .card-body .field-wrap .label {
  font-weight: 600;
  color: #38bdf8;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.index .modal-container .card-body .field-wrap .text-wrap {
  line-height: 1.7;
  color: #f1f5f9;
  font-size: 0.95rem;
}
body.index .modal-container .badge {
  padding: 0.5em 0.8em;
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  font-weight: 500;
  font-size: 0.85rem;
  border-radius: 4px;
  background: rgba(56, 189, 248, 0.1) !important;
  border: 1px solid rgba(56, 189, 248, 0.2);
  color: #38bdf8;
}
body.index .modal-container .field-milestones {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
body.index .modal-container .field-milestones ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
body.index .modal-container .field-milestones ul.header {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  color: #94a3b8;
}
body.index .modal-container .field-milestones ul li {
  display: flex;
  width: 100%;
}
body.index .modal-container .field-milestones ul li span {
  padding: 1rem;
  flex: 1;
  font-size: 0.85rem;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
body.index .modal-container .field-milestones ul li span:last-child {
  border-right: none;
}
body.index .modal-container .field-milestones ul li span:first-child {
  font-size: 1rem;
  flex: 2;
  color: #38bdf8;
}
body.index .modal-container [class^=field-] ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
body.index .modal-container [class^=field-] ul:hover:not(.header) {
  background: rgba(56, 189, 248, 0.03);
}
body.index .modal-container [class^=field-] ul.header {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid rgba(56, 189, 248, 0.3);
}
body.index .modal-container [class^=field-] ul.header li span {
  color: #38bdf8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
body.index .modal-container [class^=field-] ul li {
  display: flex;
  width: 100%;
  align-items: center;
}
body.index .modal-container [class^=field-] ul li span {
  padding: 12px 15px;
  flex: 1;
  font-size: 0.85rem;
  color: #cbd5e1;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.index .modal-container [class^=field-] ul li span:last-child {
  border-right: none;
}
body.index .modal-container [class^=field-] ul li span:contains("O") {
  color: #10b981;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}
body.index .modal-container .modal-footer {
  padding: 1.25rem 2rem;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  border-radius: 1rem;
}
body.index .modal-container .modal-footer .btn {
  padding: 0.6rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
body.index .modal-container .modal-footer .btn.btn-link {
  color: #94a3b8;
  text-decoration: none;
  border: 1px solid var(--vz-secondary-text-emphasis);
}
body.index .modal-container .modal-footer .btn.btn-link:hover {
  color: #f1f5f9;
  border: 1px solid #f1f5f9;
}
body.index .modal-container .modal-footer .btn.btn-danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid #ef4444;
  color: #ef4444;
}
body.index .modal-container .modal-footer .btn.btn-danger:hover {
  background: #ef4444;
  color: white;
}
body.index .modal-container .modal-footer .btn.btn-primary {
  background: #38bdf8;
  border: 1px solid #38bdf8;
  color: #0b111a;
}
body.index .modal-container .modal-footer .btn.btn-primary:hover {
  background: rgb(105.2669902913, 205.3398058252, 249.7330097087);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.4);
}

body.portfolio {
  color: #f1f5f9;
  font-family: "Pretendard", sans-serif;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.45);
  background-image: radial-gradient(at 20% 20%, rgba(99, 102, 241, 0.15) 0px, transparent 50%), radial-gradient(at 80% 80%, rgba(6, 182, 212, 0.1) 0px, transparent 50%);
}
body.portfolio textarea, body.portfolio input {
  background: #fff !important;
}
body.portfolio .modal-container .ext-group {
  overflow-y: hidden;
}
body.portfolio .btn-link.link-success {
  background: darkslateblue;
}
body.portfolio .modal-footer {
  gap: 6px;
}
body.portfolio .modal-extra {
  position: absolute;
  right: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 28vw;
  min-width: 320px;
  max-height: 85vh;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 1050;
}
body.portfolio .modal-extra div.header {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  border-radius: 0.5rem;
}
body.portfolio .modal-extra div.header .extra-title {
  color: #38bdf8;
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
}
body.portfolio .modal-extra div.header .btn-close {
  color: #94a3b8;
  filter: invert(1) grayscale(1) brightness(1.5);
  opacity: 0.7;
  transition: 0.2s;
}
body.portfolio .modal-extra div.header .btn-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
body.portfolio .modal-extra .btn-box {
  padding: 1rem 1.25rem;
  gap: 8px;
  background: rgba(15, 23, 42, 0.3);
}
body.portfolio .modal-extra .btn-box .form-control {
  background: #1e293b !important;
  border: 1px solid #334155 !important;
  color: #f1f5f9 !important;
  border-radius: 8px !important;
  height: 38px;
}
body.portfolio .modal-extra .btn-box .form-control:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}
body.portfolio .modal-extra .btn-box .btn-success {
  background: #059669;
  border: none;
  border-radius: 8px;
  font-weight: 600;
}
body.portfolio .modal-extra .btn-box .btn-success:hover {
  background: #10b981;
}
body.portfolio .modal-extra .btn-box .btn-warning {
  background: #3742fa;
  border: none;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(55, 66, 250, 0.2);
}
body.portfolio .modal-extra .btn-box .btn-warning:hover {
  background: #5352ed;
  transform: translateY(-1px);
}
body.portfolio .modal-extra .contents {
  padding: 0 1rem 1rem;
  flex: 1;
  overflow-y: auto;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table {
  --51ab8a49: #38bdf8 !important;
  --da0d4328: transparent !important;
  border: none !important;
  background: transparent !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__main {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(30, 41, 59, 0.3);
}
body.portfolio .modal-extra .contents .vue3-easy-data-table table {
  background: transparent !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__header tr th {
  background: #1e293b !important;
  color: #94a3b8 !important;
  border-bottom: 1px solid #334155 !important;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 12px 8px !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__body tr {
  background: transparent !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__body tr td {
  color: #cbd5e1 !important;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
  padding: 10px 8px !important;
  font-size: 0.85rem;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__body tr:hover td {
  background: rgba(56, 189, 248, 0.05) !important;
  color: #38bdf8 !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__body tr.even-row {
  background: rgba(255, 255, 255, 0.01) !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table .easy-checkbox input[type=checkbox] {
  accent-color: #38bdf8;
  width: 16px;
  height: 16px;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__footer {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #64748b !important;
  padding: 1rem 0 !important;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__footer .pagination__items-index {
  color: #94a3b8;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__footer .btn-success {
  background: #334155 !important;
  border: 1px solid #475569 !important;
  color: #cbd5e1 !important;
  border-radius: 6px;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__footer .btn-success:disabled {
  opacity: 0.3;
}
body.portfolio .modal-extra .contents .vue3-easy-data-table__footer .btn-success:not(:disabled):hover {
  background: #475569 !important;
}
body.portfolio .tech_stacks-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.portfolio .panel-mode-wrap {
  position: absolute;
  top: 2.1rem;
  left: 0;
}
body.portfolio .img_path-wrap {
  max-height: 10rem;
  overflow: hidden;
}
body.portfolio aside.sidebar {
  background: rgba(30, 41, 59, 0.7);
  backdrop-filter: blur(12px);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}
body.portfolio aside.sidebar .sidebar__logo {
  background: transparent !important;
  color: #38bdf8;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
body.portfolio aside.sidebar .nav-link {
  color: #94a3b8 !important;
  transition: all 0.3s ease;
}
body.portfolio aside.sidebar .nav-link:hover, body.portfolio aside.sidebar .nav-link.active {
  color: #38bdf8 !important;
  background: rgba(56, 189, 248, 0.1);
  border-radius: 8px;
}
body.portfolio .main {
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}
body.portfolio .search-panel {
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
body.portfolio .search-panel .search-label {
  color: #38bdf8;
  font-weight: 600;
  font-size: 0.9rem;
}
body.portfolio .search-panel .form-control {
  background: #1e293b !important;
  border: 1px solid #334155 !important;
  color: #fff !important;
  border-radius: 8px;
}
body.portfolio .search-panel .form-control:focus {
  border-color: #38bdf8 !important;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.2);
}
body.portfolio .search-panel .btn-primary {
  background: #3742fa;
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  transition: all 0.2s;
}
body.portfolio .search-panel .btn-primary:hover {
  background: #5352ed;
  transform: translateY(-1px);
}
body.portfolio .list-wrap {
  margin-top: 2rem;
}
body.portfolio .list-wrap .separator {
  margin-bottom: 1.5rem;
}
body.portfolio .list-wrap .separator .header-title {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(to right, #fff, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.portfolio .list-wrap .edit-btn-wrap {
  margin-bottom: 1rem;
}
body.portfolio .list-wrap .edit-btn-wrap .btn-add {
  background: linear-gradient(135deg, #3742fa, #00d2ff);
  border: none;
  border-radius: 10px;
  padding: 0.6rem 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(55, 66, 250, 0.3);
}
body.portfolio .list-wrap .edit-btn-wrap .btn-add:hover {
  filter: brightness(1.1);
  transform: scale(1.02);
}
body.portfolio .list-wrap .table {
  background: rgba(30, 41, 59, 0.88);
  border-radius: 12px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
body.portfolio .list-wrap .table thead {
  background: rgba(51, 65, 85, 0.5);
}
body.portfolio .list-wrap .table thead th {
  color: #38bdf8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1.2rem;
  border: none;
}
body.portfolio .list-wrap .table tbody tr {
  transition: background 0.2s;
}
body.portfolio .list-wrap .table tbody tr:hover {
  background: rgba(56, 189, 248, 0.05);
}
body.portfolio .list-wrap .table tbody tr td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: middle;
  color: #cbd5e1;
}
body.portfolio .list-wrap .table tbody tr td.id {
  color: #64748b;
  font-family: monospace;
}
body.portfolio .list-wrap .table tbody tr td.name a {
  color: #f1f5f9;
  font-weight: 600;
  text-decoration: none;
}
body.portfolio .list-wrap .table tbody tr td.name a:hover {
  color: #38bdf8;
  text-decoration: underline;
}
body.portfolio .list-wrap .table tbody tr td.tech_stacks {
  font-size: 0.85rem;
  color: #38bdf8;
}
body.portfolio .pagination-wrap .pagination {
  gap: 5px;
}
body.portfolio .pagination-wrap .pagination a {
  background: #1e293b;
  color: #94a3b8;
  border: 1px solid #334155;
  border-radius: 6px !important;
  padding: 5px 12px;
  transition: 0.2s;
}
body.portfolio .pagination-wrap .pagination a:hover, body.portfolio .pagination-wrap .pagination a.active {
  background: #38bdf8;
  color: #fff;
  border-color: #38bdf8;
}
body.portfolio .portfolio-modal .modal-container {
  background: #1e293b;
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
body.portfolio .portfolio-modal .card-header {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.portfolio .portfolio-modal .card-header .nav-link.active {
  background: rgba(56, 189, 248, 0.1);
  color: #38bdf8;
  border-bottom: 2px solid #38bdf8;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
body.portfolio .field-wrap input:focus {
  outline: none;
  border-bottom: 2px solid #38bdf8;
}

body.file .items {
  display: flex;
  flex-wrap: wrap;
}
body.file ul.grid {
  list-style: none;
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}
body.file ul.grid .thumb {
  text-align: center;
}
body.file ul.grid .thumb img {
  width: calc(100% - 2rem);
}
body.file li.height {
  position: absolute;
  margin-left: 3.5rem;
  font-family: ui-monospace;
  font-size: 1.2rem;
  color: darkgray;
  font-weight: 700;
}
body.file li.height:before {
  content: "x";
}
body.file li.width {
  position: absolute;
  margin-left: -2rem;
  font-family: ui-monospace;
  font-size: 1.2rem;
  color: darkgray;
  font-weight: 700;
}

@keyframes loginFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .card-body {
    padding: 2.5rem 1.5rem !important;
  }
  h3 {
    font-size: 1.5rem;
  }
}
