﻿:root{--ink-strong: #0d111a;--ink-muted: #465563;--accent-cool: #355a9c;--accent-warm: #c24d4d;--accent-soft: #f4f7ff;--surface-1: #f6f7fb;--surface-2: #eef1f7;--surface-3: #e6ecf4;--grid-line: rgba(13, 17, 26, 0.08);--panel-glow: rgba(43, 74, 147, 0.18)}.reports-panel,.dashboard-panel{display:flex;flex-direction:column;align-items:center;text-align:center;width:90%;max-width:1150px;margin:1rem auto;padding:1rem;background-color:#f0f0f0;border:1px solid #ccc;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.green{background-color:#d4edda}.yellow{background-color:#fff3cd}.red{background-color:#f8d7da}.black{background-color:#343a40;color:#ffffff}.gray{background-color:#e2e3e5}.page-title--centered{text-align:center}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.action-divider{width:150px}.text-danger{color:#c0392b}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}:root{--ink-strong: #0d111a;--ink-muted: #465563;--accent-cool: #355a9c;--accent-warm: #c24d4d;--accent-soft: #f4f7ff;--surface-1: #f6f7fb;--surface-2: #eef1f7;--surface-3: #e6ecf4;--grid-line: rgba(13, 17, 26, 0.08);--panel-glow: rgba(43, 74, 147, 0.18)}.reports-panel,.dashboard-panel{display:flex;flex-direction:column;align-items:center;text-align:center;width:90%;max-width:1150px;margin:1rem auto;padding:1rem;background-color:#f0f0f0;border:1px solid #ccc;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.about{width:92%;max-width:1100px;margin:0 auto 2rem;padding:2rem;background:linear-gradient(140deg, var(--surface-1), var(--surface-2));border:1px solid rgba(13,17,26,0.12);border-radius:12px;box-shadow:0 10px 22px rgba(0,0,0,0.16);position:relative;overflow:hidden}.about::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 12% 12%, rgba(53,90,156,0.16), transparent 52%),radial-gradient(circle at 88% -10%, rgba(194,77,77,0.12), transparent 45%),repeating-linear-gradient(135deg, var(--grid-line), var(--grid-line) 1px, transparent 1px, transparent 12px);opacity:0.55;pointer-events:none}.about>*{position:relative;z-index:1}.about-hero{display:grid;gap:1.5rem;align-items:start;margin-bottom:1.5rem;text-align:center}.about-hero-text{display:grid;gap:0.75rem;text-align:center}.about-hero-kicker{margin:0;text-transform:uppercase;letter-spacing:0.22em;font-size:0.75rem;color:#2f333a}.about-hero .page-title{margin-bottom:0;text-align:center}.about-hero-lede{margin:0;color:#465563;font-size:1.25rem;line-height:1.6;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.about-hero-badges{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}.about-hero-badge{display:inline-flex;align-items:center;padding:0.25rem 0.75rem;border-radius:999px;background:var(--accent-soft);border:1px solid rgba(53,90,156,0.2);color:#2f333a;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.08em}.about-hero-panel{background:#ffffff;border:1px solid rgba(13,17,26,0.12);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);text-align:center}.about-hero-panel h2{margin:0 0 0.75rem;font-size:1.5rem;color:#2f333a}.about-hero-list{list-style:none;padding:0;margin:0;display:grid;gap:0.5rem;color:#465563;text-align:center}.about-hero-list li{background:white;border:1px solid #d7dde5;border-radius:4px;padding:0.75rem;line-height:1.5}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:1rem;margin-bottom:1.5rem}.about-highlight{background:#ffffff;border:1px solid rgba(13,17,26,0.12);border-radius:8px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);position:relative;overflow:hidden;text-align:center}.about-highlight::before{content:"";position:absolute;inset:0;border-top:4px solid transparent;-o-border-image:linear-gradient(90deg, var(--accent-cool), var(--accent-warm)) 1;border-image:linear-gradient(90deg, var(--accent-cool), var(--accent-warm)) 1;opacity:0.9;pointer-events:none}.about-highlight h2{margin:0 0 0.5rem;font-size:1.5rem;color:#2f333a;text-align:center}.about-highlight p{margin:0;color:#465563;line-height:1.55}.about-sections{list-style:none;padding:0;margin:0;display:grid;gap:1.5rem}.about-card{background:#ffffff;border:1px solid rgba(13,17,26,0.12);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);display:grid;gap:1.5rem;align-items:center;text-align:left}.about-card-body h3{margin:0 0 0.5rem;font-size:1.5rem;color:#2f333a;text-align:left}.about-card-body p{margin:0;color:#465563;line-height:1.6}.about-image{height:clamp(160px, 25vw, 400px);display:flex;align-items:center;justify-content:center;margin:0 auto;padding:0.5rem;background:white;border:1px solid rgba(13,17,26,0.12);border-radius:8px}.about-image img{max-height:clamp(160px, 25vw, 400px);width:auto;height:auto;max-width:100%;display:block}@media (min-width: 768px){.about-hero{grid-template-columns:minmax(0, 1.3fr) minmax(0, 1fr)}.about-card{grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr)}.about-card:nth-child(even) .about-image{order:2}}@media (max-width: 720px){.about{padding:1.5rem}.about-hero .page-title,.about-hero-lede,.about-hero-kicker{text-align:center}.about-hero-badges{justify-content:center}.about-card{text-align:center}.about-card-body h3{text-align:center}}.blackjack-container{padding:2rem;margin:2rem auto;max-width:900px;background:radial-gradient(circle at top, #155341, #0f3b2e);border:2px solid rgba(217,178,76,0.35);border-radius:12px;box-shadow:0 5px 14px rgba(0,0,0,0.12);color:#f7f4ea;font-family:"Space Grotesk", "IBM Plex Sans", sans-serif}.blackjack-container h1{color:#d9b24c;text-align:center;margin-bottom:1.5rem;letter-spacing:0.05em}.blackjack-container p,.blackjack-container span{color:#f7f4ea}.blackjack-container hr{border:0;height:1px;background:rgba(217,178,76,0.2);margin:1.5rem 0}.blackjack-row{display:flex;gap:2rem;flex-wrap:wrap}.blackjack-row>div{flex:1 1 280px;background:#145a3f;border:1px solid rgba(217,178,76,0.25);border-radius:8px;padding:1rem 1.25rem;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.12)}.blackjack-row h2{color:#d9b24c;margin-bottom:0.5rem}.blackjack-row p{margin:0.25rem 0}.blackjack-row span{display:inline-flex;align-items:center;justify-content:center;min-width:2.4rem;padding:0.25rem 0.5rem;margin-right:0.25rem;background:#f7f4ea;color:#111;border-radius:4px;border:1px solid rgba(0,0,0,0.15);box-shadow:0 2px 8px rgba(0,0,0,0.08);font-size:1rem}.blackjack-controls{display:flex;gap:0.5rem;flex-wrap:wrap;flex-direction:row}.blackjack-controls form{margin:0}.blackjack-controls input[type="submit"],.blackjack-controls button{background:#d9b24c;color:#1a1a1a;border:1px solid rgba(0,0,0,0.25);border-radius:4px;padding:0.5rem 0.75rem;cursor:pointer;transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease}.blackjack-controls input[type="submit"]:hover,.blackjack-controls button:hover{transform:translateY(-1px);border-color:rgba(0,0,0,0.35);box-shadow:0 10px 22px rgba(0,0,0,0.16)}.simple-calendar .day{scrollbar-width:none}.simple-calendar .day ::-webkit-scrollbar{display:none}.simple-calendar .day li{list-style-type:none}.simple-calendar .day li a{text-decoration:none}.simple-calendar .day li>*{vertical-align:middle}.simple-calendar .day .date_day{position:absolute;font-weight:bold}.simple-calendar .day .status-dot{display:inline-block;width:1.1em;height:1.1em;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,0.08);background:conic-gradient(green 0deg var(--progress-angle), #000 var(--progress-angle) 360deg)}.simple-calendar .day .status-dot.progress-0{--progress-angle: 0deg}.simple-calendar .day .status-dot.progress-25{--progress-angle: 90deg}.simple-calendar .day .status-dot.progress-50{--progress-angle: 180deg}.simple-calendar .day .status-dot.progress-75{--progress-angle: 270deg}.simple-calendar .day .status-dot.progress-100{--progress-angle: 360deg}.simple-calendar .day:hover{background:white}#task-calendar-daily,#task-calendar-monthly{margin-left:8%;width:84%}#task-calendar-daily h1,#task-calendar-monthly h1{text-align:center;margin-top:0.5rem}#task-calendar-daily .calendar-heading,#task-calendar-monthly .calendar-heading{width:100%;text-align:center}.orbitron-text{font-family:'Orbitron', sans-serif}#task-calendar-monthly ul{padding:0.25rem;max-height:85px;overflow-y:auto;margin:0}#task-calendar-monthly li{margin-left:15%}.daily-task-levels{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem}.calendar-divider{border:1px solid #355a9c;opacity:50%}.task-level{flex:0 1 280px;max-width:320px;background:#f7f9fb;border-radius:8px;padding:0.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.08);border-bottom:3px solid #355a9c}.task-level h3{margin:0 0 0.75rem 0;font-size:1rem;text-align:center;color:#355a9c}.task-level ul{margin:0;padding:0}#contact{text-align:center;padding:2rem;background-color:white;border-radius:8px;border:1px solid #d7dde5;box-shadow:0 5px 14px rgba(0,0,0,0.12);margin-bottom:2rem}#contact h2{font-size:2rem;margin:1.5rem 0 1rem;color:#2f333a}#contact h2.page-title{margin-top:0;margin-bottom:1rem;font-size:2.5rem;color:#355a9c}#contact ul{list-style-type:none;padding:0;margin:0;display:flex;justify-content:center;gap:1rem}#contact ul li{background:#ffffff;border:1px solid #d7dde5;border-radius:4px;padding:1rem;margin-bottom:1rem;transition:transform 0.3s ease, box-shadow 0.3s ease}#contact ul li strong{color:#355a9c}#contact ul li:hover{transform:translateY(-3px);box-shadow:0 2px 8px rgba(0,0,0,0.08)}#contact p{font-size:1.25rem;margin:1.5rem 0;text-align:center;color:#465563}#contact a{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease}#contact a:hover{background-color:#91abd9}#contact .social_media{flex-wrap:wrap}.contact-box{display:flex;justify-content:center}.contact-form{background:#ffffff;padding:2rem;border-radius:8px;width:100%;max-width:500px;border:1px solid #d7dde5;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{margin-bottom:0.25rem;font-weight:bold;color:#2f333a}.form-group input,.form-group textarea{padding:0.5rem;border-radius:4px;border:1px solid #d7dde5;font-family:"Space Grotesk", "IBM Plex Sans", sans-serif}.form-group textarea{min-height:120px;resize:vertical}.btn-submit{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.75rem 1.5rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease;border:none;cursor:pointer}.btn-submit:hover{background-color:#91abd9}.hp{display:none}.dashboard-wrapper{display:flex;flex-direction:column;align-items:center}.dashboard-wrapper .status-legend{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem}.dashboard-wrapper .status-legend .legend-item{display:flex;align-items:center;gap:0.5rem;font-size:1rem}.dashboard-wrapper .status-legend .legend-item .color-box{width:15px;height:15px;border-radius:4px}.dashboard-wrapper .time-legend{display:flex;flex-direction:column;align-items:flex-start;margin-top:0.5rem;gap:0.25rem}.dashboard-wrapper .time-legend .legend-item{display:flex;align-items:center;gap:0.5rem;font-size:1rem}.dashboard-panel .new-task-btn,.dashboard-panel .new-goal-btn{display:inline-block;margin:0.5rem;margin-bottom:0;padding:0.5rem 1rem;background-color:#0056b3;color:#ffffff;border-radius:8px;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color 0.2s ease}.dashboard-panel .new-task-btn:hover,.dashboard-panel .new-goal-btn:hover{background-color:#006de1}.progress-bar-wrapper{width:100%}.progress-bar{width:100%;height:0.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.progress-bar::-webkit-progress-bar{background-color:#e6e6e6;border-radius:999px}.progress-bar::-webkit-progress-value{background-color:#2d7ff9;border-radius:999px}.progress-bar::-moz-progress-bar{background-color:#2d7ff9;border-radius:999px}.idea-box{display:flex;flex-direction:column;align-items:center;padding:0.5rem}.idea-box .idea-label{margin-top:0.25rem;font-weight:600}.idea-box .idea-stats{margin-top:0.25rem;font-size:0.75rem;display:flex;flex-direction:column;gap:0.25rem;align-items:center}.idea-box .idea-stats .completed{color:#007a33}.idea-box .idea-stats .upcoming{color:#b35c00}.idea-box .idea-stats .partial{color:#666}.document ul{list-style-type:none}.documents-index{display:flex;flex-direction:column;gap:1rem}.documents-category{border:1px solid #d7dde5;border-radius:4px;background:#ffffff;padding:0.75rem 1rem;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.documents-category summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600;color:#355a9c}.documents-category summary::-webkit-details-marker{display:none}.documents-category summary::after{content:"+";font-size:1.25rem;line-height:1;color:#465563;margin-left:1rem}.documents-category[open] summary::after{content:"–"}.documents-category-title{font-size:1.25rem}.documents-category-count{background:white;color:#465563;border:1px solid #d7dde5;border-radius:999px;padding:0.25rem 0.5rem;font-size:0.75rem;font-weight:600}.documents-list{margin:1rem 0 0;padding:0;list-style:none}.auth-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:100%;max-width:420px;background:#ffffff;border:1px solid #d7dde5;border-radius:12px;box-shadow:0 5px 14px rgba(0,0,0,0.12);padding:2rem}.auth-title{font-size:2rem;margin-bottom:0.25rem;text-align:center;color:#355a9c}.auth-subtitle{text-align:center;margin:0 0 1.5rem;color:#465563}.auth-errors{background:#ffe6e6;border:1px solid #cc0000;color:#7a0b0b;padding:0.75rem 1rem;border-radius:4px;margin-bottom:1rem}.auth-errors ul{margin:0.5rem 0 0 1.25rem}.auth-field{margin-bottom:1rem}.auth-field label{display:block;font-weight:600;margin-bottom:0.25rem}.auth-field input[type="email"],.auth-field input[type="password"],.auth-field input[type="text"]{width:100%;padding:0.5rem 0.75rem;border:1px solid #d7dde5;border-radius:4px;box-sizing:border-box}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.auth-actions{margin-top:0.5rem;display:flex;justify-content:flex-end}.auth-actions input[type="submit"],.auth-actions button{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1.25rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease, box-shadow 0.3s ease;border:none;cursor:pointer}.auth-actions input[type="submit"]:hover,.auth-actions button:hover{background-color:#2b487e}.auth-actions input[type="submit"]:hover,.auth-actions button:hover{box-shadow:0 5px 14px rgba(0,0,0,0.12)}.auth-links{margin-top:1.25rem;text-align:center}.auth-links a{color:#355a9c;text-decoration:none;margin:0 0.5rem}.auth-links a:hover{color:#91abd9}.featured-about{position:relative;display:flex;align-items:center;justify-content:center;min-height:350px;height:auto;overflow:hidden;border-radius:8px;border-top-left-radius:0;border-top-right-radius:0;box-shadow:0 5px 14px rgba(0,0,0,0.12);margin-bottom:2rem;padding:2rem;isolation:isolate}.featured-about-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;filter:saturate(1.05) contrast(1.08)}.featured-about::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(120deg, rgba(14,15,20,0.7) 0%, rgba(14,15,20,0.35) 52%, rgba(14,15,20,0.1) 100%)}.featured-about-text{position:relative;z-index:2;text-align:center;color:#101216;padding:1.5rem 2rem;background-color:rgba(255,255,255,0.88);border-radius:8px;background-image:linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(242,244,248,0.9) 100%);box-shadow:0 20px 40px rgba(0,0,0,0.28);border:1px solid rgba(0,0,0,0.12);display:flex;flex-direction:column;align-items:center;gap:0.75rem;overflow:hidden}.featured-about-text{width:520px;max-width:70%}.featured-about-flag{width:calc(100% + (1.5rem * 2));margin:calc(0.75rem - 1rem) calc(1.5rem * -1) 0;height:72px;background:url(/assets/branding/americanflag-0167d2a834a15598cc641c1e5a57eb2f6f2bca700fcb2167a2d0694d58035239.png) center/cover no-repeat;border-bottom:2px solid rgba(0,0,0,0.08);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.12);opacity:0.6}.featured-about-kicker{margin:0;text-transform:uppercase;letter-spacing:0.24em;font-size:10px;font-weight:700;color:rgba(12,12,12,0.7)}.featured-about-badges{display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}.featured-about-badge{text-transform:uppercase;letter-spacing:0.16em;font-size:10px;font-weight:700;padding:6px 14px;border-radius:999px;background:linear-gradient(120deg, #3f6cba, #355a9c);color:#ffffff;box-shadow:0 8px 18px rgba(10,14,20,0.2)}.featured-about-title{margin:0;font-size:clamp(1.4rem, 2.2vw, 2rem);line-height:1.02;color:#0b0d13;text-shadow:none;font-family:"Orbitron", "Space Grotesk", sans-serif}.featured-about-copy{margin:0;font-size:16px;line-height:1.7;color:rgba(20,20,20,0.78);max-width:36ch}.featured-about-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;width:100%}.featured-about-action{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;font-size:12px;border:1px solid rgba(0,0,0,0.2);transition:transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease}.featured-about-action.primary{background:linear-gradient(120deg, var(--accent-cool), var(--accent-warm));color:#fff;border-color:transparent;box-shadow:0 10px 22px rgba(10,14,20,0.28)}.featured-about-action.ghost{background:rgba(255,255,255,0.92);color:#355a9c;border:1px solid rgba(58,87,157,0.45)}.featured-about-action:hover{transform:translateY(-1px)}@media (max-width: 960px){.featured-about-text{max-width:90%}}@media (max-width: 640px){.featured-about{padding:1.5rem}.featured-about-text{width:100%;max-width:100%;padding:1rem 1.5rem}.featured-about-title{font-size:clamp(1.9rem, 7vw, 2.5rem)}.featured-about-actions{flex-direction:column;align-items:stretch}}.task_form,.goal_form{max-width:500px;margin:2rem auto;padding:1.5rem;background-color:#fffde7;border-radius:12px;border:1px solid #fff176;font-family:"Space Grotesk", "IBM Plex Sans", sans-serif}.error-explanation{background:#ffe6e6;border:1px solid #cc0000;padding:1rem;margin-bottom:1rem;border-radius:4px}.error-explanation h2{color:#cc0000;margin-top:0}.form-field{margin-bottom:1rem}.form-field-large textarea{height:200px}.form-field label{display:block;font-weight:bold;margin-bottom:0.25rem}.form-input{width:100%;padding:0.5rem;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.form-actions{text-align:right}.form-submit{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1.25rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease;border:none;cursor:pointer;font-size:1rem}.form-submit:hover{background:#0056b3}#game-container h2{font-size:2rem;color:#355a9c;text-align:center}#game-container #game{text-align:center;padding:2rem;background-color:white;border-radius:8px;border:1px solid #d7dde5;box-shadow:0 5px 14px rgba(0,0,0,0.12);max-width:500px;margin:0 auto 2rem auto}#game-container #game h3{color:#355a9c;margin-top:1.5rem}#game-container #game ul{list-style-type:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}#game-container #game iframe{width:325px !important;height:183px !important;border:none}#game-container #game img{width:325px;height:auto}#game-container #game #achievements{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}#game-container #game #achievements a{text-decoration:none;color:#ffffff}#game-container #game #achievements #achievement{border:1px solid #000000;background-color:#355a9c;padding:0.5rem;border-radius:4px;width:125px}.goal-card,.task-card{margin:0.5rem 0;padding-bottom:0.75rem;border-bottom:1px solid #ccc;width:100%;text-align:center}.goal-card.not_started,.task-card.not_started{margin-bottom:0.5rem}.goal-card.in_progress,.task-card.in_progress{margin-bottom:0.5rem}.goal-card.on_hold,.task-card.on_hold{margin-bottom:0.5rem}.goal-card.completed,.task-card.completed{text-decoration:line-through;color:#888;margin-bottom:0.5rem}.goals-list,.tasks-list{width:90%;max-width:1150px;margin:0 auto;text-align:center}.task-toggle{margin-top:0.5rem;width:100%;text-align:left}.task-toggle summary{font-weight:bold;cursor:pointer;margin-bottom:0.5rem}.actions-list{display:flex;flex-direction:column;align-items:center;padding:0;margin-top:1.5rem;list-style:none;gap:0.5rem}.actions-list li{font-size:1rem}.actions-list li a,.actions-list li button{text-decoration:none;color:#0077cc;border:none;background:none;cursor:pointer}.actions-list li a:hover,.actions-list li button:hover{text-decoration:underline}.actions-list li.divider{width:150px;border-top:1px solid #ccc;margin:0.5rem 0}.kanban-board{display:flex;gap:1rem;width:95%;margin:0 auto}.kanban-column{flex:1;padding:0.5rem;border:1px solid #ddd}.kanban-column h2{text-align:center;margin-bottom:0.5rem;text-transform:uppercase;font-size:1rem}.kanban-column.in_progress{background:#eef7ff}.kanban-column.not_started{background:#f9f9f9}.kanban-column.on_hold{background:#fff6e5}.kanban-column.completed{background:#f1f1f1}.ideas-indicator{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem}.ideas-indicator .idea-box{display:flex;flex-direction:column;align-items:center;width:80px;padding:0.75rem;border-radius:12px;font-size:2rem;transition:transform 0.15s ease-in-out}.ideas-indicator .idea-box:hover{transform:scale(1.08)}.ideas-indicator .idea-box .idea-link{text-decoration:none;font-size:2rem}.ideas-indicator .idea-box .idea-label{font-size:0.75rem;margin-top:0.25rem;color:inherit}.services-list{list-style:none;padding:0;margin:2rem auto;display:flex;flex-wrap:wrap;gap:0.5rem;justify-content:center}.services-list li{background:#a1d1b1;color:#2e5e3e;font-size:1rem;padding:0.5rem 0.75rem;border-radius:999px;border:1px solid #dbe2d6;white-space:nowrap;display:inline-block;transition:background-color 0.2s ease, transform 0.2s ease}.services-list li:hover{background-color:#90c8a3;transform:translateY(-2px)}.landscaping-contact{list-style:none;padding:0;margin:2rem auto 0;text-align:center;font-family:"Space Grotesk", "IBM Plex Sans", sans-serif}.landscaping-contact li{margin:0.5rem 0;font-size:1rem;color:#465563}.landscaping-contact li strong{color:#2e5e3e}.landscaping-contact li a{color:#2e5e3e;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 0.2s ease, color 0.2s ease}.landscaping-contact li a:hover{color:#21432c;border-color:#21432c}.landscaping-jobs{padding:2rem;background-color:#f4f7f2;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.08);font-family:"Space Grotesk", "IBM Plex Sans", sans-serif}.landscaping-jobs h1{font-size:2.5rem;color:#2e5e3e;text-align:center;margin-bottom:2rem}.landscaping-jobs .jobs-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.landscaping-jobs .job-card{background:#ffffff;border:1px solid #dbe2d6;border-radius:12px;padding:1.5rem;flex:1 1 320px;max-width:400px;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:transform 0.2s ease, box-shadow 0.2s ease}.landscaping-jobs .job-card:hover{transform:translateY(-3px);box-shadow:0 5px 14px rgba(0,0,0,0.12)}.landscaping-jobs .job-card h2{font-size:1.5rem;color:#2e5e3e;margin-bottom:0.5rem;text-align:center;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.landscaping-jobs .job-card p{font-size:1rem;color:#465563;text-align:center;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.landscaping-jobs .job-card .job-image-frame{width:100%;max-width:500px;aspect-ratio:1;margin:1rem auto 0;overflow:hidden;border-radius:4px;border:1px solid #dbe2d6;background:#ffffff;display:flex;align-items:center;justify-content:center}.landscaping-jobs .job-card .job-image{width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;margin:0;border-radius:0}.landscaping-contact-link{text-align:center;margin:1.5rem 0 0}.landscaping-contact-link a{color:#2e5e3e;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:color 0.3s ease, border-color 0.3s ease}.landscaping-contact-link a:hover{color:#21432c;border-color:#21432c}.navbar{position:sticky;top:0;z-index:30;background:linear-gradient(90deg, #1f2532 0%, #263252 55%, #2f4f8a 100%);padding:0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.08);box-shadow:0 14px 28px rgba(9,12,18,0.25);overflow:hidden}.navbar::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg, var(--accent-cool), var(--accent-warm));opacity:0.75}.navbar ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:0.75rem;margin:0 auto;padding:0.5rem 1rem 0.75rem;max-width:1150px}.navbar .nav-public{padding-bottom:0.75rem}.navbar .nav-signed-in{border-top:1px solid rgba(255,255,255,0.08);padding-top:0.5rem;padding-bottom:0.5rem;justify-content:center}.navbar li{margin:0}.navbar li a{color:#edf1f7;text-decoration:none;padding:0.5rem 0.75rem;border-radius:999px;transition:background-color 0.3s ease, transform 0.3s ease;font-size:0.72rem;letter-spacing:0.18em;font-weight:600;text-transform:uppercase;position:relative}.navbar li a:not(:has(img)):hover{background-color:rgba(255,255,255,0.12);transform:translateY(-1px)}.navbar li a:not(:has(img))::after{content:"";position:absolute;left:12px;right:12px;bottom:-6px;height:2px;background:linear-gradient(90deg, var(--accent-cool), var(--accent-warm));border-radius:999px;opacity:0;transform:scaleX(0.6);transition:opacity 0.3s ease, transform 0.3s ease}.navbar li a:not(:has(img)):hover::after{opacity:1;transform:scaleX(1)}.navbar li .navbar-logo{height:150px;width:auto;filter:drop-shadow(0 6px 10px rgba(0,0,0,0.35))}.navbar .nav-public li:first-child{margin-right:auto}.navbar .nav-signed-in a,.navbar .nav-signed-in button{font-size:0.65rem;letter-spacing:0.12em;opacity:0.85}.navbar .nav-signed-in button{background:rgba(255,255,255,0.12);color:#edf1f7;border:1px solid rgba(255,255,255,0.2);padding:6px 14px;border-radius:999px;text-transform:uppercase;letter-spacing:0.12em;font-size:0.65rem}@media (max-width: 768px){.navbar ul{flex-direction:row;justify-content:center;gap:0.5rem;padding-bottom:1rem}.navbar li:first-child{flex-basis:100%;display:flex;justify-content:center;margin-right:0;margin-bottom:0.5rem}.navbar li a{letter-spacing:0.12em}}.reports-wrapper{display:flex;flex-direction:column;align-items:center}.reports-panel h3{margin-bottom:0.75rem}.reports-panel .summary-section{margin-bottom:0.75rem;font-size:1rem}.rewards{padding:2rem;background-color:white;border-radius:8px;margin-bottom:2rem;text-align:center}.rewards .level-header{max-width:960px;margin:0 auto 0.75rem;text-align:center}.rewards .level-header h3{margin-bottom:0.25rem}.rewards .level-header .level-1-doc-link{font-size:1rem;color:#355a9c;text-decoration:none}.rewards .level-header .level-1-doc-link:hover{text-decoration:underline}.rewards .level-reward{position:relative;width:100%;max-width:960px;margin:0 auto 2rem;border-radius:12px;overflow:hidden;background:#111;height:220px}.rewards .level-reward .reward-gallery{display:flex;width:100%;height:100%}.rewards .level-reward .reward-gallery img{flex:1;height:100%;-o-object-fit:cover;object-fit:cover}.rewards .level-reward.locked .reward-gallery img{opacity:0.5;filter:grayscale(100%)}.rewards .level-reward .reward-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.6);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#ffffff;font-size:1.5rem;font-weight:600;gap:1rem;padding:1rem}.rewards .level-reward.unlocked .reward-overlay{background:rgba(0,0,0,0.4)}.rewards .level-reward .btn{display:inline-block;padding:0.5rem 1.25rem;border-radius:4px;font-weight:600;text-decoration:none;border:none;cursor:pointer}.rewards .level-reward .btn.btn-success{background-color:#355a9c;color:#ffffff}.rewards .level-reward .btn.btn-success:hover{background-color:#91abd9}.rewards .reward-list{margin-bottom:1.5rem}.rewards .reward-row{padding:0.5rem 0.5rem;border-radius:4px;margin-bottom:0.25rem}.rewards .reward-list.earned .reward-row{background:rgba(150,0,125,0.08)}.rewards .reward-list.redeemed .reward-row{background:rgba(255,165,0,0.1)}.rewards .reward-list.completed .reward-row{background:rgba(120,120,120,0.1);opacity:0.75}.rewards .task-rewards{max-width:960px;margin:0 auto 2rem;text-align:center}.rewards .task-rewards h3{margin-bottom:0.5rem}.rewards .task-rewards .reward-row{display:flex;flex-direction:column;justify-content:center;align-items:center}.rewards .task-rewards .reward-row button{margin-top:0.5rem}.services,.featured-services{text-align:center}.services .page-title,.featured-services .page-title{text-align:center}.services ul li h2,.services ul li h3,.featured-services ul li h2,.featured-services ul li h3{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;overflow:visible;white-space:normal}.services .page-intro,.featured-services .page-intro{margin-left:auto;margin-right:auto;text-align:center}.services ul,.featured-services ul{text-align:center}.services ul li,.featured-services ul li{text-align:center}.services .card-actions,.featured-services .card-actions{display:flex;justify-content:center;gap:0.75rem;flex-wrap:wrap;margin-top:1rem}.services .card-actions a,.featured-services .card-actions a{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease;border-radius:999px}.services .card-actions a:hover,.featured-services .card-actions a:hover{background-color:#91abd9}.services .service-category,.featured-services .service-category{font-size:1rem;text-transform:uppercase;letter-spacing:0.08em;color:#5b6f81;margin:0 0 0.5rem}.project-detail{max-width:1100px;margin:0 auto 2rem;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.project-detail .page-title{margin-bottom:0}.project-media{position:relative;border-radius:8px;overflow:hidden;background:#ffffff;box-shadow:0 5px 14px rgba(0,0,0,0.12)}.project-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.45) 100%);pointer-events:none}.project-image{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;max-height:60vh}.project-description{margin:0;max-width:900px;color:#465563;line-height:1.7;text-align:center;margin-left:auto;margin-right:auto}.project-actions{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center}.project-actions a{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease}.project-actions a:hover{background-color:#91abd9}.project-actions--overlay{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2}.project-actions--overlay a{box-shadow:0 6px 16px rgba(0,0,0,0.25)}.project-actions--below{margin-top:1rem}@media (max-width: 768px){.project-detail{padding:1rem}.project-image{max-height:50vh}}.projects .projects-intro{text-align:center;margin-bottom:1.5rem}.projects .projects-intro .page-title{margin-bottom:0.5rem}.projects .projects-intro .page-intro{margin-left:auto;margin-right:auto}.projects .projects-group{margin-top:2rem;padding:1.5rem;border-radius:8px;background:linear-gradient(140deg, rgba(255,255,255,0.92), rgba(244,246,251,0.98));border:1px solid rgba(13,17,26,0.1);position:relative;overflow:hidden}.projects .projects-group::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 15%, rgba(53,90,156,0.12), transparent 45%),radial-gradient(circle at 85% 0%, rgba(194,77,77,0.1), transparent 45%),repeating-linear-gradient(135deg, rgba(13,17,26,0.05), rgba(13,17,26,0.05) 1px, transparent 1px, transparent 10px);opacity:0.5;pointer-events:none}.projects .projects-group:nth-of-type(even){background:linear-gradient(140deg, rgba(248,250,255,0.96), rgba(235,240,248,0.98))}.projects .projects-group>*{position:relative;z-index:1}.projects .projects-section-header{display:grid;gap:0.5rem;margin-bottom:1.25rem;text-align:center}.projects .projects-section-kicker{margin:0;text-transform:uppercase;letter-spacing:0.2em;font-size:0.75rem;color:#2f333a}.projects .projects-section-title{margin:0;font-size:2rem;color:#355a9c}.projects .projects-section-summary{margin:0;color:#465563;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.6}.projects .projects-group ul{margin:0}@media (max-width: 768px){.projects .projects-group{padding:1rem}}.videos{padding:2rem;background-color:white;border-radius:8px;border:1px solid #d7dde5;margin-bottom:2rem;box-shadow:0 5px 14px rgba(0,0,0,0.12)}.videos h2{font-size:2rem;margin-bottom:1rem;color:#355a9c;text-align:center}.videos ul{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem}.videos ul li{background:#ffffff;border:1px solid #d7dde5;border-radius:8px;padding:1.5rem;flex:1 1 350px;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:transform 0.3s ease, box-shadow 0.3s ease;text-align:center}.videos ul li h3{font-size:1.5rem;margin:0 0 0.5rem;color:#2f333a;text-align:center}.videos ul li p{margin:0 0 1rem}.videos ul li .card-image-frame{width:100%;max-width:500px;aspect-ratio:1;margin:0 auto 1rem;overflow:hidden;border-radius:4px;border:1px solid #d7dde5;background:#ffffff;display:flex;align-items:center;justify-content:center}.videos ul li .card-image{width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;margin:0;border-radius:0}.videos ul li .card-actions{display:flex;justify-content:center}.videos ul li a{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease}.videos ul li a:hover{background-color:#91abd9}.videos ul li:hover{transform:translateY(-5px);box-shadow:0 5px 14px rgba(0,0,0,0.12)}.videos.video-detail .video-embed{width:100%;max-width:900px;margin:0 auto 1.5rem;aspect-ratio:16 / 9}.videos.video-detail .video-embed iframe{width:100%;height:100%;border-radius:4px}.videos.video-detail .video-description{margin:1.5rem 0;text-align:left}.videos.video-detail .video-actions{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center}.videos.video-detail .video-actions a{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease}.videos.video-detail .video-actions a:hover{background-color:#91abd9}.simple-calendar table{-webkit-border-horizontal-spacing:0px;-webkit-border-vertical-spacing:0px;background-color:rgba(0,0,0,0);border:1px solid #dddddd;border-collapse:collapse;box-sizing:border-box;max-width:100%;width:100%}.simple-calendar tr{border-collapse:collapse}.simple-calendar th{padding:6px;border-bottom:2px solid #dddddd;border-collapse:collapse;border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-top:0px none #333333;box-sizing:border-box;text-align:left}.simple-calendar td{padding:6px;vertical-align:top;width:14%;border:1px solid #ddd;border-top-color:#dddddd;border-top-style:solid;border-top-width:1px;border-right-color:#dddddd;border-right-style:solid;border-right-width:1px;border-bottom-color:#dddddd;border-bottom-style:solid;border-bottom-width:1px;border-left-color:#dddddd;border-left-style:solid;border-left-width:1px}.simple-calendar .calendar-heading nav{display:inline-block}.simple-calendar .day{height:80px}.simple-calendar .today{background:#FFFFC0}.simple-calendar .prev-month{background:#DDD}.simple-calendar .next-month{background:#DDD}body{font-family:"Space Grotesk", "IBM Plex Sans", sans-serif;color:#465563;margin:0;padding:0;background-color:#edf1f7;background-image:radial-gradient(1200px 800px at 8% -10%, rgba(53,90,156,0.12), transparent 60%),radial-gradient(900px 600px at 110% 0%, rgba(194,77,77,0.1), transparent 55%),linear-gradient(180deg, #edf1f7 0%, #f4f6fa 40%, #edf1f7 100%)}h1,h2,h3{margin:0 0 0.75rem;font-weight:700;color:#355a9c;font-family:"Orbitron", "Space Grotesk", sans-serif;letter-spacing:0.02em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem;color:#2f333a}.flash{padding:0.75rem 1rem;margin:0;text-align:center}.flash-notice{background:#e6f4ea;color:#0f5132}.flash-alert{background:#fdecea;color:#842029}.featured-blog-posts,.featured-services,.blog-posts,.blog-post,.games,.featured-projects,.projects,.services,.documents,.featured-videos{padding:2rem;background-color:white;border-radius:8px;border:1px solid #d7dde5;margin-bottom:2rem;box-shadow:0 5px 14px rgba(0,0,0,0.12);transition:transform 0.3s ease, box-shadow 0.3s ease;position:relative;overflow:hidden}.featured-blog-posts h2,.featured-services h2,.blog-posts h2,.blog-post h2,.games h2,.featured-projects h2,.projects h2,.services h2,.documents h2,.featured-videos h2{font-size:2rem;color:#355a9c;text-align:center}.featured-blog-posts h3,.featured-services h3,.blog-posts h3,.blog-post h3,.games h3,.featured-projects h3,.projects h3,.services h3,.documents h3,.featured-videos h3{text-align:center}.featured-blog-posts ul,.featured-services ul,.blog-posts ul,.blog-post ul,.games ul,.featured-projects ul,.projects ul,.services ul,.documents ul,.featured-videos ul{list-style-type:none;padding:0;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:stretch}.featured-blog-posts ul li,.featured-services ul li,.blog-posts ul li,.blog-post ul li,.games ul li,.featured-projects ul li,.projects ul li,.services ul li,.documents ul li,.featured-videos ul li{background:#ffffff;border:1px solid #d7dde5;border-radius:8px;padding:1.5rem;flex:1 1 350px;box-shadow:0 2px 8px rgba(0,0,0,0.08);text-align:center}.featured-blog-posts ul li h3,.featured-services ul li h3,.blog-posts ul li h3,.blog-post ul li h3,.games ul li h3,.featured-projects ul li h3,.projects ul li h3,.services ul li h3,.documents ul li h3,.featured-videos ul li h3{font-size:1.5rem;margin:0 0 0.5rem;color:#2f333a}.featured-blog-posts ul li p,.featured-services ul li p,.blog-posts ul li p,.blog-post ul li p,.games ul li p,.featured-projects ul li p,.projects ul li p,.services ul li p,.documents ul li p,.featured-videos ul li p{margin:0 0 1rem}.featured-blog-posts ul li a,.featured-services ul li a,.blog-posts ul li a,.blog-post ul li a,.games ul li a,.featured-projects ul li a,.projects ul li a,.services ul li a,.documents ul li a,.featured-videos ul li a{display:inline-block;background-color:#355a9c;color:#ffffff;padding:0.5rem 1rem;text-decoration:none;border-radius:999px;transition:background-color 0.3s ease}.featured-blog-posts ul li a:hover,.featured-services ul li a:hover,.blog-posts ul li a:hover,.blog-post ul li a:hover,.games ul li a:hover,.featured-projects ul li a:hover,.projects ul li a:hover,.services ul li a:hover,.documents ul li a:hover,.featured-videos ul li a:hover{background-color:#91abd9}.featured-blog-posts ul li:hover,.featured-services ul li:hover,.blog-posts ul li:hover,.blog-post ul li:hover,.games ul li:hover,.featured-projects ul li:hover,.projects ul li:hover,.services ul li:hover,.documents ul li:hover,.featured-videos ul li:hover{transform:translateY(-5px);box-shadow:0 5px 14px rgba(0,0,0,0.12)}.featured-blog-posts ul li img,.featured-services ul li img,.blog-posts ul li img,.blog-post ul li img,.games ul li img,.featured-projects ul li img,.projects ul li img,.services ul li img,.documents ul li img,.featured-videos ul li img{max-width:100%;border-radius:4px;margin-bottom:1rem;max-height:50vh}.featured-blog-posts,.featured-services,.featured-projects,.featured-videos{background:linear-gradient(140deg, var(--surface-1), var(--surface-2));border:1px solid rgba(13,17,26,0.1);box-shadow:0 16px 34px rgba(10,14,20,0.12)}.featured-blog-posts::before,.featured-services::before,.featured-projects::before,.featured-videos::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 12% 12%, rgba(53,90,156,0.16), transparent 50%),radial-gradient(circle at 85% -10%, rgba(194,77,77,0.12), transparent 45%),repeating-linear-gradient(135deg, var(--grid-line), var(--grid-line) 1px, transparent 1px, transparent 10px);opacity:0.6;pointer-events:none}.featured-blog-posts>*,.featured-services>*,.featured-projects>*,.featured-videos>*{position:relative;z-index:1}.featured-blog-posts h2,.featured-services h2,.featured-projects h2,.featured-videos h2{text-transform:uppercase;letter-spacing:0.22em;font-size:clamp(1.35rem, 2vw, 1.7rem)}.featured-blog-posts h2::after,.featured-services h2::after,.featured-projects h2::after,.featured-videos h2::after{content:"";display:block;width:90px;height:3px;margin:0.75rem auto 0;background:linear-gradient(90deg, var(--accent-cool), var(--accent-warm));border-radius:999px}.featured-blog-posts ul li,.featured-services ul li,.featured-projects ul li,.featured-videos ul li{background:linear-gradient(180deg, #fff 0%, #f4f6fb 100%);border:1px solid rgba(13,17,26,0.12);box-shadow:0 12px 24px rgba(10,14,20,0.12);position:relative;overflow:hidden;transition:transform 0.3s ease, box-shadow 0.3s ease;animation:liftIn 0.55s ease both}.featured-blog-posts ul li a,.featured-services ul li a,.featured-projects ul li a,.featured-videos ul li a{border-radius:999px}.featured-blog-posts ul li::before,.featured-services ul li::before,.featured-projects ul li::before,.featured-videos ul li::before{content:"";position:absolute;inset:0;border-top:4px solid transparent;-o-border-image:linear-gradient(90deg, var(--accent-cool), var(--accent-warm)) 1;border-image:linear-gradient(90deg, var(--accent-cool), var(--accent-warm)) 1;opacity:0.9;pointer-events:none}.featured-blog-posts ul li:nth-child(2),.featured-services ul li:nth-child(2),.featured-projects ul li:nth-child(2),.featured-videos ul li:nth-child(2){animation-delay:0.05s}.featured-blog-posts ul li:nth-child(3),.featured-services ul li:nth-child(3),.featured-projects ul li:nth-child(3),.featured-videos ul li:nth-child(3){animation-delay:0.1s}.featured-blog-posts ul li:nth-child(4),.featured-services ul li:nth-child(4),.featured-projects ul li:nth-child(4),.featured-videos ul li:nth-child(4){animation-delay:0.15s}.featured-blog-posts ul li:hover,.featured-services ul li:hover,.featured-projects ul li:hover,.featured-videos ul li:hover{transform:translateY(-8px);box-shadow:0 18px 32px rgba(10,14,20,0.18)}.featured-about .featured-about-action,.featured-blog-posts a,.featured-services a,.featured-projects a,.featured-videos a,.services a,.projects a,.blog-posts a,.videos a,.games a,.documents a{border-radius:999px}@keyframes liftIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.featured-blog-posts ul li,.featured-services ul li,.featured-projects ul li,.featured-videos ul li{animation:none}}.featured-blog-posts ul li h2,.featured-blog-posts ul li h3,.featured-services ul li h2,.featured-services ul li h3,.featured-projects ul li h2,.featured-projects ul li h3,.featured-videos ul li h2,.featured-videos ul li h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.featured-blog-posts ul li p,.featured-services ul li p,.featured-projects ul li p,.featured-videos ul li p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-posts ul li h2,.blog-posts ul li h3,.projects ul li h2,.projects ul li h3,.videos ul li h2,.videos ul li h3,.games ul li h2,.games ul li h3,.documents ul li h2,.documents ul li h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.blog-posts ul li p,.projects ul li p,.videos ul li p,.games ul li p,.documents ul li p{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 768px){.featured-blog-posts ul li h2,.featured-blog-posts ul li h3,.featured-services ul li h2,.featured-services ul li h3,.featured-projects ul li h2,.featured-projects ul li h3,.featured-videos ul li h2,.featured-videos ul li h3,.blog-posts ul li h2,.blog-posts ul li h3,.projects ul li h2,.projects ul li h3,.videos ul li h2,.videos ul li h3,.games ul li h2,.games ul li h3,.documents ul li h2,.documents ul li h3{font-size:clamp(1.1rem, 4vw, 1.35rem);-webkit-line-clamp:2}}.featured-blog-posts ul li .card-image-frame,.blog-posts ul li .card-image-frame,.featured-services ul li .card-image-frame,.featured-projects ul li .card-image-frame,.projects ul li .card-image-frame,.services ul li .card-image-frame,.games ul li .card-image-frame,.documents ul li .card-image-frame,.featured-videos ul li .card-image-frame{width:100%;max-width:500px;aspect-ratio:1;margin:0 auto 1rem;overflow:hidden;border-radius:4px;border:1px solid #d7dde5;background:#ffffff;display:flex;align-items:center;justify-content:center}.featured-blog-posts ul li .card-image,.blog-posts ul li .card-image,.featured-services ul li .card-image,.featured-projects ul li .card-image,.projects ul li .card-image,.services ul li .card-image,.games ul li .card-image,.documents ul li .card-image,.featured-videos ul li .card-image{width:auto;height:auto;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;display:block;margin:0;border-radius:0}h1.page-title,h2.page-title,h3.page-title{font-size:2.5rem;margin-bottom:1.25rem;color:#355a9c}.page-intro{margin:0 0 1.5rem;color:#465563;max-width:700px}.projects-group{margin-top:2rem;scroll-margin-top:calc(150px + 1.5rem)}.projects-group:first-of-type{margin-top:0}.projects-section-title{font-size:1.5rem;margin-bottom:1.25rem;text-align:center;color:#2f333a}.blog-post{max-width:50%;margin:0 auto}.blog-post .img img{max-width:100%}.document{margin-left:15%;text-align:center;width:70%}.document img{max-height:20vh}.footer{box-sizing:border-box;text-align:center;padding:1rem;background:#f1f1f1;width:100%}
