@font-face {
            font-family: 'W95FA';
            src: local('MS Sans Serif');
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            margin: 0;
            padding: 0;
            height: 100%;
            font-family: 'Tahoma', 'MS Sans Serif', Geneva, sans-serif;
            background: #008080;
            overflow: hidden;
            -webkit-font-smoothing: none;
        }

        #desktop {
            position: relative;
            width: 100%;
            height: 100vh;
            background: #008080;
            padding: 12px;
        }

        /* ---- Ícones da área de trabalho ---- */
        .icon {
            width: 76px;
            position: absolute;
            text-align: center;
            cursor: pointer;
            user-select: none;
        }

        .icon .glyph {
            width: 42px;
            height: 36px;
            margin: 0 auto 4px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
        }

        .icon span {
            color: #fff;
            font-size: 11px;
            padding: 1px 3px;
            text-shadow: 1px 1px 0 #000;
            display: inline-block;
            line-height: 1.2;
        }

        .icon.selected span {
            background: #000080;
            text-shadow: none;
        }

        /* ---- Janelas ---- */
        .win95 {
            position: absolute;
            background: #c0c0c0;
            border: 2px solid;
            border-color: #fff #000 #000 #fff;
            box-shadow: 1px 1px 0 #000;
            min-width: 260px;
            display: flex;
            flex-direction: column;
        }

        .win95 .titlebar {
            background: linear-gradient(90deg, #000080, #1084d0);
            color: #fff;
            font-weight: bold;
            font-size: 12px;
            padding: 3px 4px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            cursor: move;
        }

        .win95 .titlebar .ttl {
            display: flex;
            align-items: center;
            gap: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .win95 .titlebar .btns {
            display: flex;
            gap: 2px;
        }

        .win95 .titlebar button {
            width: 16px;
            height: 14px;
            background: #c0c0c0;
            border: 1px solid;
            border-color: #fff #000 #000 #fff;
            font-size: 10px;
            line-height: 1;
            padding: 0;
            cursor: pointer;
            font-weight: bold;
        }

        .win95 .menubar {
            background: #c0c0c0;
            border-bottom: 1px solid #808080;
            font-size: 11px;
            padding: 2px 6px;
            display: flex;
            gap: 14px;
        }

        .win95 .menubar span {
            cursor: default;
        }

        .win95 .content {
            padding: 10px;
            overflow: auto;
            font-size: 12px;
            line-height: 1.5;
            color: #000;
            flex: 1;
        }

        .win95 .statusbar {
            border-top: 1px solid #808080;
            padding: 2px 6px;
            font-size: 11px;
            display: flex;
            justify-content: space-between;
        }

        .inset {
            border: 2px solid;
            border-color: #808080 #fff #fff #808080;
            background: #fff;
            padding: 8px;
        }

        .content h2 {
            font-size: 13px;
            margin: 0 0 6px;
            background: #000080;
            color: #fff;
            padding: 3px 6px;
        }

        .content ul {
            margin: 6px 0;
            padding-left: 18px;
        }

        .content a {
            color: #0000ee;
        }

        .btn95 {
            background: #c0c0c0;
            border: 2px solid;
            border-color: #fff #000 #000 #fff;
            padding: 4px 12px;
            font-size: 11px;
            cursor: pointer;
        }

        .btn95:active {
            border-color: #000 #fff #fff #000;
        }

        .proj {
            border: 2px solid;
            border-color: #808080 #fff #fff #808080;
            padding: 6px 8px;
            margin-bottom: 8px;
            background: #dcdcdc;
        }


        .tech-icon{
            width: 25px;
            height: 25px;
            margin-right: 6px;
            vertical-align: middle;

        }

        

        .profile-image {
            border: 2px solid;
            border-color: #808080 #fff #fff #808080;
            padding: 6px 6px;
            width: 30%;
            display:flex;
            justify-content: center;
        }

        .proj b {
            font-size: 12px;
        }

        .proj p {
            margin: 3px 0 0;
            font-size: 11px;
        }

        /* ---- Taskbar ---- */
        #taskbar {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            height: 30px;
            background: #c0c0c0;
            border-top: 2px solid #fff;
            display: flex;
            align-items: center;
            padding: 2px 3px;
            gap: 4px;
            z-index: 9999;
        }

        #startBtn {
            display: flex;
            align-items: center;
            gap: 4px;
            background: #c0c0c0;
            border: 2px solid;
            border-color: #fff #000 #000 #fff;
            padding: 2px 8px 2px 4px;
            font-weight: bold;
            font-size: 12px;
            cursor: pointer;
        }

        #startBtn:active,
        #startBtn.active {
            border-color: #000 #fff #fff #000;
        }

        #taskItems {
            flex: 1;
            display: flex;
            gap: 3px;
            height: 100%;
        }

        .taskItem {
            background: #c0c0c0;
            border: 2px solid;
            border-color: #fff #000 #000 #fff;
            font-size: 11px;
            padding: 2px 8px;
            max-width: 160px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .taskItem.active {
            border-color: #000 #fff #fff #000;
            background: #d4d0c8;
        }

        #clock {
            border: 1px solid;
            border-color: #808080 #fff #fff #808080;
            padding: 3px 8px;
            font-size: 11px;
        }

        #language{
            border: 1px solid;
            border-color: #808080 #fff #fff #808080;
            padding: 3px 8px;
            font-size: 11px;
        }

        /* ---- Menu Iniciar ---- */
        #startMenu {
            position: fixed;
            left: 2px;
            bottom: 32px;
            width: 190px;
            background: #c0c0c0;
            border: 2px solid;
            border-color: #fff #000 #000 #fff;
            box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
            display: none;
            z-index: 10000;
        }

        #startMenu.open {
            display: flex;
        }

        #startMenu .side {
            width: 26px;
            background: linear-gradient(180deg, #000080, #1084d0);
            display: flex;
            align-items: flex-end;
            padding-bottom: 8px;
        }

        #startMenu .side span {
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            color: #fff;
            font-weight: bold;
            font-size: 15px;
            padding-left: 2px;
            letter-spacing: 1px;
        }

        #startMenu ul {
            list-style: none;
            margin: 2px;
            padding: 0;
            flex: 1;
        }

        #startMenu li {
            padding: 5px 8px;
            font-size: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }

        #startMenu li:hover {
            background: #000080;
            color: #fff;
        }

        #startMenu hr {
            border: none;
            border-top: 1px solid #808080;
            border-bottom: 1px solid #fff;
            margin: 2px 4px;
        }

        /* ---- Mobile ---- */
        @media (max-width: 700px) {
            #desktop {
                display: flex;
                flex-wrap: wrap;
                align-content: flex-start;
                gap: 6px;
                padding: 14px 8px 46px;
            }

            .icon {
                position: static !important;
                width: 80px;
                padding: 6px 0;
            }

            .icon .glyph {
                font-size: 30px;
            }

            .win95 {
                left: 0 !important;
                top: 0 !important;
                width: 100vw !important;
                height: calc(100vh - 32px) !important;
                max-width: 100vw;
            }

            .win95 .titlebar button {
                width: 26px;
                height: 22px;
                font-size: 13px;
            }

            .win95 .content {
                font-size: 13px;
                -webkit-overflow-scrolling: touch;
            }

            #taskItems {
                overflow-x: auto;
            }

            .taskItem {
                max-width: 110px;
                flex-shrink: 0;
            }

            #startMenu {
                width: 70vw;
                max-width: 230px;
            }
        }