@charset "utf-8";
#Container {
    width: 80%;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}
.bg-gif {
    background-image: url('images/background.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Anonymous Pro", monospace;
}
.site-tag {
    position: relative;
    top: -5px;
}
.header-left {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}
.header-right > * {
    display: inline-block;
}
#nav {
    font-family: "Anonymous Pro", monospace;
    display: block;
    width: 100%;
    padding: 0;
    background-color: #00d9ff;
    height: 30px;
    border: thin solid #000;
}
#nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#nav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}
#nav ul li a:link,
#nav ul li a:visited {
    display: block;
    height: 30px;
    width: 100px;
    line-height: 30px;
    text-align: center;
}
#nav ul li a:focus,
#nav ul li a:hover,
#nav ul li a:active {
    background-color: #09F;
}
#content {
    font-family: "Anonymous Pro", monospace;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border: thin solid #000;
    box-sizing: border-box;
}
#footer {
    font-family: "Anonymous Pro", monospace;
    display: block;
    width: 100%;
    background-color: #00d9ff;
    padding: 10px;
    border: thin solid #000;
    box-sizing: border-box;
}
.table-list {
    border: thin solid #000;
    margin: 5px;
    padding: 10px;
}
.img-float {
    float: right;
    clear: both;
    margin: 10px 0 10px 10px;
}
.img-center {
    clear: both;
    margin: 0 auto;
    display: block;
}
/* === Projects Page === */
.projects-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12px;
}
.project-card {
    border: thin solid #000;
    background-color: #f0feff;
    display: flex;
    overflow: hidden;
}
.project-card-image {
    width: 300px;
    min-width: 300px;
    background-color: #ccc;
    border-right: thin solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Anonymous Pro", monospace;
    font-size: 11px;
    color: #555;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.project-card-body {
    padding: 12px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.project-card-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.tag {
    font-family: "Anonymous Pro", monospace;
    font-size: 10px;
    background-color: #00d9ff;
    border: thin solid #000;
    padding: 1px 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.project-card-title {
    font-family: "Anonymous Pro", monospace;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.project-card-desc {
    font-family: "Anonymous Pro", monospace;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #222;
}
.project-card-links {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.project-link {
    font-family: "Anonymous Pro", monospace;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    border: thin solid #000;
    padding: 3px 10px;
    background-color: #fff;
    display: inline-block;
}
.project-link:hover {
    background-color: #00d9ff;
}
.project-link-github::before {
    content: "[ GH ] ";
}
.project-link-play::before {
    content: "[ ▶ ] ";
}

/* === Services Page === */
.service-card {
    border: thin solid #000;
    background-color: #f0feff;
    margin-top: 16px;
    overflow: hidden;
}
.service-card-header {
    padding: 14px;
    border-bottom: thin solid #000;
}
.service-card-title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.service-icon {
    font-size: 24px;
    line-height: 1;
}
.service-title {
    font-family: "Anonymous Pro", monospace;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    flex: 1;
}
.service-desc {
    font-family: "Anonymous Pro", monospace;
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 12px 0;
    color: #222;
}
.service-details {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    border: thin solid #000;
    background-color: #fff;
}
.service-detail-item {
    display: flex;
    flex-direction: column;
    padding: 8px 14px;
    border-right: thin solid #000;
    gap: 2px;
}
.service-detail-item:last-child {
    border-right: none;
}
.detail-label {
    font-family: "Anonymous Pro", monospace;
    font-size: 10px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.detail-value {
    font-family: "Anonymous Pro", monospace;
    font-size: 13px;
    color: #000;
}
.detail-value a:link,
.detail-value a:visited {
    color: #000;
}
.detail-value a:hover {
    color: #00d9ff;
}

/* --- Service Request Form --- */
.service-form-wrapper {
    padding: 14px;
}
.service-form-label {
    font-family: "Anonymous Pro", monospace;
    font-size: 11px;
    font-weight: 700;
    color: #666;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
    width: 100%;
}
.form-label {
    font-family: "Anonymous Pro", monospace;
    font-size: 12px;
    font-weight: 700;
    color: #333;
}
.form-input {
    font-family: "Anonymous Pro", monospace;
    font-size: 13px;
    border: thin solid #000;
    padding: 6px 8px;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
.form-input:focus {
    border-color: #00d9ff;
    box-shadow: 2px 2px 0px #00d9ff;
}
.form-textarea {
    resize: vertical;
    min-height: 120px;
    width: 100%;
}
.form-input-short {
    max-width: 120px;
}
.form-actions {
    margin-top: 4px;
}
.form-submit-btn {
    font-family: "Anonymous Pro", monospace;
    font-size: 13px;
    font-weight: 700;
    background-color: #00d9ff;
    border: thin solid #000;
    padding: 7px 18px;
    cursor: pointer;
    letter-spacing: 0.04em;
    color: #000;
}
.form-submit-btn:hover {
    background-color: #09F;
}
.form-submit-btn:disabled {
    background-color: #ccc;
    cursor: default;
}
.form-status {
    font-family: "Anonymous Pro", monospace;
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
    border: thin solid #000;
    line-height: 1.5;
}
.form-status-success {
    background-color: #e0fff0;
    border-color: #00aa55;
    color: #005522;
}
.form-status-error {
    background-color: #fff0f0;
    border-color: #cc0000;
    color: #880000;
}
