/* Renk Paleti ve Lokal CSS Değişkenleri */ .sezar-widget-wrapper { --color-1: #F98155; /* Canlı Turuncu (İç Çark ve Şifreli Metin) */ --color-2: #FFAD36; /* Sarı/Turuncu */ --color-3: #B7C82B; /* Yeşilimsi Sarı / Fıstık Yeşili */ --color-4: #B7C82B; /* Fıstık Yeşili (Dış Çark) */ --color-4-text: #8E9B1E; /* Koyu Fıstık Yeşili (Beyaz zemindeki yazılar için) */ --color-5: #7473BC; /* Mor/Mavi (Butonlar) */ --color-6: #A165A8; /* Eflatun */ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #ffffff; padding: 40px 20px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); width: 100%; margin: 0 auto; text-align: center; box-sizing: border-box; user-select: none; border: 2px solid var(--color-3); } .sezar-widget-wrapper * { box-sizing: inherit; } .sezar-widget-wrapper .wheel-container { position: relative; width: 440px; height: 440px; margin: 0 auto 30px auto; } .sezar-widget-wrapper .wheel { position: absolute; top: 50%; left: 50%; border-radius: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; } /* Dış çark (Sabit - Yeşil) */ .sezar-widget-wrapper .outer-wheel { width: 440px; height: 440px; background: var(--color-4); color: #2c3e50; box-shadow: inset 0 0 15px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.1); } /* İç çark (Dönen - Turuncu) - Büyütüldü */ .sezar-widget-wrapper .inner-wheel { width: 360px; /* 280'den 360'a çıkarıldı */ height: 360px; background: var(--color-1); color: #ffffff; box-shadow: 0 4px 15px rgba(0,0,0,0.4); transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); z-index: 2; border: 3px solid #ffffff; } /* Merkezdeki dekoratif göbek - Orantılı büyütüldü */ .sezar-widget-wrapper .wheel-center { width: 80px; /* 60'tan 80'e çıkarıldı */ height: 80px; background: var(--color-3); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; border: 3px solid #ffffff; box-shadow: 0 2px 5px rgba(0,0,0,0.3); } .sezar-widget-wrapper .char { position: absolute; font-weight: 800; font-size: 16px; left: 50%; top: 50%; transform-origin: center center; } .sezar-widget-wrapper .controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 30px; } .sezar-widget-wrapper button { background: var(--color-5); color: white; border: none; padding: 12px 24px; font-size: 16px; border-radius: 8px; cursor: pointer; font-weight: bold; transition: all 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .sezar-widget-wrapper button:hover { background: var(--color-6); transform: translateY(-2px); } .sezar-widget-wrapper button:active { transform: translateY(1px); } .sezar-widget-wrapper .shift-badge { background: #f1f2f6; color: #2c3e50; padding: 10px 20px; border-radius: 20px; font-weight: 800; font-size: 18px; border: 2px solid #dfe4ea; } /* Giriş kutuları */ .sezar-widget-wrapper .io-container { display: flex; justify-content: space-between; gap: 20px; width: 100%; margin: 0 auto; } @media (max-width: 600px) { .sezar-widget-wrapper .io-container { flex-direction: column; } } .sezar-widget-wrapper .input-group { flex: 1; display: flex; flex-direction: column; text-align: left; } .sezar-widget-wrapper label { font-size: 16px; font-weight: 800; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; } .sezar-widget-wrapper input { width: 100%; padding: 15px; font-size: 20px; border: 2px solid #e0e0e0; border-radius: 8px; outline: none; transition: all 0.3s; font-weight: 800; text-transform: uppercase; } /* Açık Metin (Dış Çark - Yeşil) Stilleri */ .sezar-widget-wrapper .label-plain { color: var(--color-4-text); } .sezar-widget-wrapper #sezar-plain { color: var(--color-4-text); } .sezar-widget-wrapper #sezar-plain:focus { border-color: var(--color-4-text); box-shadow: 0 0 8px rgba(183, 200, 43, 0.4); } .sezar-widget-wrapper #sezar-plain::placeholder { color: rgba(142, 155, 30, 0.4); } /* Şifreli Metin (İç Çark - Turuncu) Stilleri */ .sezar-widget-wrapper .label-cipher { color: var(--color-1); } .sezar-widget-wrapper #sezar-cipher { color: var(--color-1); } .sezar-widget-wrapper #sezar-cipher:focus { border-color: var(--color-1); box-shadow: 0 0 8px rgba(249, 129, 85, 0.2); } .sezar-widget-wrapper #sezar-cipher::placeholder { color: rgba(249, 129, 85, 0.4); } ⟲ Sola Döndür Kaydırma: 0 Sağa Döndür ⟳ Şifrelenecek Kelime Şifreli Mesajınız